body {
  width: 100%;
  margin: 0;
}

.P5QE6a_appStyle {
  width: 100%;
  margin: 0;
}

.P5QE6a_appStyle.P5QE6a_light {
  background-color: #f5fefd;
}

.P5QE6a_appStyle.P5QE6a_dark {
  background-color: #494f55;
}

._5Ory5G_usesStyle {
  width: 100%;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._5Ory5G_usesStyle > ._5Ory5G_mrkd {
  width: 80%;
  min-height: 50vh;
  flex-flow: column;
  justify-content: center;
  place-items: center;
  padding: 2rem 0;
  display: flex;
}

._3EScWW_reading {
  width: 100%;
  flex-flow: column;
  place-content: center space-evenly;
  align-items: center;
  padding: .5% 2.5%;
  display: flex;
}

._3EScWW_reading._3EScWW_full > div {
  max-width: 90vw;
}

._3EScWW_reading > div {
  min-width: 50vw;
  max-width: 70vw;
}

._3EScWW_overflowWrapper {
  width: 70%;
  margin: auto;
  overflow-x: auto;
}

._3EScWW_codeWrapper {
  border-radius: 2px;
  margin: auto;
  overflow-x: auto;
}

._3EScWW_mrkdImageBox {
  width: 100%;
  place-content: center;
  display: inline-flex;
}

._3EScWW_mrkdImage {
  max-width: 80%;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 2%;
  display: block;
}

._3EScWW_mrdkTableWrapper {
  width: 100%;
  flex-flow: column;
  align-items: center;
  padding: 2em 0;
  display: flex;
}

._3EScWW_mrkdTable {
  max-width: 85%;
  overflow-x: auto;
}

._3EScWW_mrkdTable._3EScWW_light tbody {
  background-color: #b0b0b0;
}

._3EScWW_mrkdTable._3EScWW_light tr:nth-child(2n+1) {
  background-color: #e7f0ed;
}

._3EScWW_mrkdTable._3EScWW_light th {
  background-color: #f60;
}

._3EScWW_mrkdTable._3EScWW_dark tbody {
  background-color: #789;
}

._3EScWW_mrkdTable._3EScWW_dark tr:nth-child(2n+1) {
  background-color: #334e42;
}

._3EScWW_mrkdTable._3EScWW_dark th {
  background-color: #c6e100;
}

._3EScWW_mrkdTable table {
  table-layout: fixed;
  border-collapse: collapse;
}

._3EScWW_mrkdTable th, ._3EScWW_mrkdTable td {
  text-align: center;
  padding: 0 1em;
}

._3EScWW_rule {
  height: 2px;
  width: 100%;
  border: 0;
  border-radius: 2px;
}

._3EScWW_rule._3EScWW_left, ._3EScWW_rule._3EScWW_right {
  width: 15% !important;
}

._3EScWW_rule._3EScWW_left {
  margin-right: 85%;
}

._3EScWW_rule._3EScWW_right {
  margin-left: 85%;
}

._3EScWW_rule._3EScWW_light {
  background-image: radial-gradient(#494f55 0%, #f60 100%);
}

._3EScWW_rule._3EScWW_light._3EScWW_left {
  background-image: linear-gradient(to right, #494f55, #f60) !important;
}

._3EScWW_rule._3EScWW_light._3EScWW_right {
  background-image: linear-gradient(to left, #494f55, #f60) !important;
}

._3EScWW_rule._3EScWW_dark {
  background-image: radial-gradient(#f5fefd 0%, #c6e100 100%);
}

._3EScWW_rule._3EScWW_dark._3EScWW_left {
  background-image: linear-gradient(to right, #f5fefd, #c6e100) !important;
}

._3EScWW_rule._3EScWW_dark._3EScWW_right {
  background-image: linear-gradient(to left, #f5fefd, #c6e100) !important;
}

._3EScWW_banner {
  width: 100%;
  height: 12rem;
  z-index: 0;
  position: relative;
  box-shadow: 0 6px 12px -2px #32325d40, 0 3px 7px -3px #0000004d;
}

._3EScWW_banner > img {
  width: 100%;
  height: 12rem;
  object-fit: cover;
}

._3EScWW_banner > ._3EScWW_time {
  width: 100%;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: -.3rem;
}

.QnvRMG_typeface h1, h2, h3, h4, h5, h6, p, time, code, span, body {
  margin: 0;
  font-family: Victor Mono, serif;
  font-weight: normal;
}

.QnvRMG_typeface {
  width: 100%;
  text-shadow: 1px 1px 1px #00000001;
  white-space: pre-line;
  word-wrap: break-word;
  margin-block: 0;
  margin-inline: 0;
  text-rendering: optimizelegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

.QnvRMG_typeface.QnvRMG_line {
  width: auto;
  display: inline;
}

.QnvRMG_typeface.QnvRMG_line > p {
  display: inline;
}

.QnvRMG_typeface.QnvRMG_gutter {
  margin-bottom: 3%;
}

.QnvRMG_typeface.QnvRMG_italics {
  font-style: italic;
}

.QnvRMG_typeface.QnvRMG_edgeGuard {
  width: calc(100% - 1rem);
  margin-left: .5rem;
  margin-right: .5rem;
}

.QnvRMG_typeface.QnvRMG_edgeRight {
  width: calc(100% - .5rem);
  margin-right: .5rem;
}

.QnvRMG_typeface.QnvRMG_edgeLeft {
  width: calc(100% - .5rem);
  margin-left: .5rem;
}

.QnvRMG_typeface.QnvRMG_center {
  text-align: center;
}

.QnvRMG_typeface.QnvRMG_right {
  text-align: right;
}

.QnvRMG_typeface.QnvRMG_left {
  text-align: left;
}

.QnvRMG_typeface.QnvRMG_caps {
  text-transform: capitalize;
}

.QnvRMG_typeface.QnvRMG_lower {
  text-transform: lowercase;
}

.QnvRMG_typeface.QnvRMG_upper {
  text-transform: uppercase;
}

.QnvRMG_typeface.QnvRMG_bold {
  font-weight: bold;
}

.QnvRMG_typeface.QnvRMG_inline {
  white-space: nowrap;
  overflow: hidden;
}

.QnvRMG_typeface.QnvRMG_underline {
  border-bottom: 2px solid;
  display: inline-block;
}

.QnvRMG_typeface.QnvRMG_markdown > code {
  padding: 0 .5em;
  font-weight: 500;
}

.QnvRMG_typeface.QnvRMG_action {
  cursor: pointer;
}

.QnvRMG_typeface.QnvRMG_light {
  color: #494f55;
}

.QnvRMG_typeface.QnvRMG_light ::selection {
  color: #f60;
}

.QnvRMG_typeface.QnvRMG_light > code {
  color: #463e3f;
}

.QnvRMG_typeface.QnvRMG_shift {
  color: #b0b0b0;
  mix-blend-mode: difference;
}

.QnvRMG_typeface.QnvRMG_dark {
  color: #f5fefd;
}

.QnvRMG_typeface.QnvRMG_dark ::selection {
  color: #c6e100;
}

.QnvRMG_typeface.QnvRMG_dark > code {
  color: #ecf3f9;
}

.QnvRMG_typeface > .QnvRMG_action {
  cursor: pointer;
}

.QnvRMG_typeface > h1 {
  font-size: clamp(3.9rem, 75%, 4.7rem);
}

.QnvRMG_typeface > h2 {
  font-size: clamp(2.9rem, 70%, 4.5rem);
}

.QnvRMG_typeface > h3 {
  font-size: clamp(2.2rem, 67%, 3rem);
}

.QnvRMG_typeface > h4 {
  font-size: clamp(1.9rem, 50%, 2.7rem);
}

.QnvRMG_typeface > h5 {
  font-size: clamp(1.7rem, 50%, 2.5rem);
}

.QnvRMG_typeface > h6 {
  font-size: clamp(1.5rem, 50%, 2.3rem);
}

.QnvRMG_typeface > .QnvRMG_subtitleOne {
  font-size: clamp(1.2rem, 85%, 1.5rem);
  font-weight: 400;
}

.QnvRMG_typeface > .QnvRMG_subtitleTwo {
  font-size: clamp(1.2rem, 50%, 1.5rem);
  font-weight: 400;
}

.QnvRMG_typeface > p, body {
  font-size: clamp(1.5rem, 90%, 1.8rem);
}

.QnvRMG_typeface > .QnvRMG_button {
  font-size: clamp(1.5rem, 90%, 1.8rem);
  text-transform: uppercase !important;
}

.QnvRMG_typeface > .QnvRMG_tableFace thead > tr > th {
  font-size: clamp(1.4rem, 85%, 1.7rem);
  font-weight: 600;
}

.QnvRMG_typeface > .QnvRMG_tableFace tbody > tr > td {
  font-size: clamp(1.2rem, 80%, 1.5rem);
  font-weight: 400;
}

.z_GelW_waiting {
  width: 100%;
  height: 90vh;
}

.pctfpW_container {
  width: 80px;
  height: 100px;
  margin: calc(50vh - 50px) auto 100px;
}

.pctfpW_block {
  box-sizing: border-box;
  float: left;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  margin: 0 10px 10px 0;
  position: relative;
}

.pctfpW_block.pctfpW_light {
  background: #f60;
}

.pctfpW_block.pctfpW_dark {
  background: #c6e100;
}

.pctfpW_block:nth-child(4n+1) {
  animation: pctfpW_wave 2s infinite;
}

.pctfpW_block:nth-child(4n+2) {
  animation: pctfpW_wave 2s .2s infinite;
}

.pctfpW_block:nth-child(4n+3) {
  animation: pctfpW_wave 2s .4s infinite;
}

.pctfpW_block:nth-child(4n+4) {
  margin-right: 0;
  animation: pctfpW_wave 2s .6s infinite;
}

@keyframes pctfpW_wave {
  0% {
    opacity: 1;
    top: 0;
  }

  50% {
    opacity: .2;
    top: 30px;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}

.daZIGG_line1 {
  width: 24em;
  mix-blend-mode: difference;
  text-align: center;
  white-space: nowrap;
  border-right: 2px solid #494f55f2;
  margin: 0 auto;
  font-size: 180%;
  position: relative;
  top: 50%;
  overflow: hidden;
  transform: translateY(-50%);
}

.daZIGG_animTypewriter {
  animation: daZIGG_typewriter 4s steps(44, end) 1s both, daZIGG_blinkTextCursor .5s steps(44, end) infinite;
}

@keyframes daZIGG_typewriter {
  from {
    width: 0;
  }

  to {
    width: 15.4em;
  }
}

@keyframes daZIGG_blinkTextCursor {
  from {
    border-right-color: #494f55f2;
  }

  to {
    border-right-color: #0000;
  }
}

.aA2Lea_aboutStyle {
  width: 100%;
  min-height: calc(100vh - 5rem);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  place-items: center;
  display: flex;
}

.aA2Lea_aboutStyle > .aA2Lea_title {
  height: calc(100vh - 14rem);
  width: 80%;
  flex-flow: column wrap;
  justify-content: space-evenly;
  display: flex;
}

.aA2Lea_aboutStyle > .aA2Lea_mrkd {
  width: 80%;
  min-height: 50vh;
  flex-flow: column;
  justify-content: center;
  place-items: center;
  padding: 2rem 0;
  display: flex;
}

.aA2Lea_crossWrapper {
  width: 100%;
  flex-flow: row;
  place-content: center;
  display: flex;
}

.aA2Lea_crossWrapper > .aA2Lea_crossStyle {
  width: 2rem;
}

.aA2Lea_crossWrapper > .aA2Lea_crossStyle.aA2Lea_dark {
  filter: drop-shadow(0 0 .75rem #f5fefd);
}

.aA2Lea_highlight.aA2Lea_light {
  color: #f60;
}

.aA2Lea_highlight.aA2Lea_dark {
  color: #c6e100;
}

.notFoundWrapper {
  width: 100%;
  height: 93vh;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.imgBox {
  width: 100%;
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.imgBox > img {
  width: 15%;
}

.imgBox.small > img {
  width: 40%;
}

.bU3tpG_directorStyle {
  width: 100%;
  min-height: 100vh;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.bU3tpG_directorStyle > .bU3tpG_bookShelf {
  width: 99%;
  grid-gap: .5rem;
  place-content: space-between;
  justify-items: center;
  display: grid;
}

.grid-wrapper {
  grid-gap: .1em;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
  margin: 1%;
  display: grid;
}

.grid-wrapper > div {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-wrapper > div.light {
  background-color: #c6e100;
}

.grid-wrapper > div.dark {
  background-color: #f60;
}

.grid-wrapper > div:nth-child(3n) {
  grid-column: span 2;
}

.grid-wrapper > div:nth-child(5n) {
  grid-row: span 2;
}

.RqlIHW_details {
  width: 100%;
  height: 100%;
  flex-flow: column;
  place-content: flex-start center;
  align-items: flex-start;
  margin: 1% 0;
  padding: 1% 0;
  display: flex;
}

.RqlIHW_details.RqlIHW_cardLight {
  background-color: #d3d3d3;
}

.RqlIHW_details.RqlIHW_cardDark {
  background-color: #474747;
}

.RqlIHW_details.RqlIHW_lCorner {
  clip-path: polygon(0% 0%, 0% 100%, 85% 100%, 100% 70%, 100% 0%);
}

.RqlIHW_details.RqlIHW_rCorner {
  clip-path: polygon(0% 0%, 0% 85%, 20% 100%, 100% 100%, 100% 0%);
}

.RqlIHW_details:hover {
  cursor: pointer;
}

.RqlIHW_details.RqlIHW_regHover:hover {
  background-color: #b0b0b080;
}

.RqlIHW_details.RqlIHW_coolHover {
  transition: margin .2s ease-in-out;
}

.RqlIHW_details.RqlIHW_coolHover:hover {
  margin-bottom: 15px;
}

.RqlIHW_wrapper {
  width: 20rem;
  height: 8.92857rem;
  clip-path: polygon(0% 0%, 95% 0%, 100% 10%, 100% 100%, 5% 100%, 0% 90%);
  flex-flow: row;
  display: flex;
}

.RqlIHW_left {
  width: 22%;
  height: 100%;
  background-color: #0000;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23272727' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat, repeat;
  background-size: 4rem, .5rem;
  flex-flow: column;
  place-content: center;
  display: flex;
}

.RqlIHW_left.RqlIHW_dev-life {
  background-color: #5e56ff;
  background-image: url("innovation.0884e6c8.svg"), url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23272727' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  background-position: 50% 4.7rem;
}

.RqlIHW_left.RqlIHW_blog-orange {
  background-color: #f60;
  background-image: url("innovation.0884e6c8.svg"), url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23272727' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  background-position: 50% 4.7rem;
}

.RqlIHW_left.RqlIHW_js-yellow {
  background-color: #fdd835;
  background-image: url("javascript-vertical.7366dada.svg"), url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23272727' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  background-position: 50% 6rem;
}

.RqlIHW_left.RqlIHW_java-red {
  background-color: #d32f2f;
  background-image: url("java-icon.9ed3a54f.svg"), url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23272727' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  background-position: 50% 4.7rem;
}

.RqlIHW_left.RqlIHW_spring-green {
  background-color: #388e3c;
  background-image: url("springio-icon.4ba58d7e.svg"), url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23272727' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  background-position: 50% 4.7rem;
}

.RqlIHW_left.RqlIHW_my-blue {
  background-color: #1e88e5;
  background-image: url("reactjs-icon.4280c8db.svg"), url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23272727' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  background-position: 50% 4.7rem;
}

.RqlIHW_left.RqlIHW_github-black {
  background-color: #171515;
  background-image: url("github-tile.9b57a49f.svg"), url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23272727' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  background-position: 50% 4.7rem;
}

.RqlIHW_right {
  width: 100%;
  height: 100%;
  flex-flow: column;
  place-content: center;
  display: flex;
}

.RqlIHW_right.RqlIHW_light {
  background-color: #e7f0ed;
}

.RqlIHW_right.RqlIHW_dark {
  background-color: #334e42;
}

.rOrgbq_launchStyle {
  width: 92%;
  min-height: 93vh;
  flex-flow: column;
  place-content: center;
  align-items: center;
  margin: 0 2%;
  padding: 0 2%;
  display: flex;
}

.rOrgbq_textWrapper {
  width: 70vw;
  margin: 0 15%;
}

.rOrgbq_stacks {
  width: 80vw;
  flex-flow: wrap;
  place-content: center space-around;
  align-items: center;
  margin: 1% 10%;
  display: flex;
}

.fbShadow {
  filter: drop-shadow(-1px 6px 3px #32320080);
}

.fbWrapper {
  width: 99vw;
  height: 100%;
  margin: 1rem 0;
  padding: 1rem 0;
  position: relative;
}

.fbWrapper.light {
  background: linear-gradient(135deg, #f60, #f09559, #ffae78, #59e7f0, #09f);
}

.fbWrapper.dark {
  background: linear-gradient(135deg, #334e42, #269a97, #09f);
}

.fbWrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  filter: grayscale();
  background-image: url("data:image/svg+xml,%3Csvg width='52' height='26' viewBox='0 0 52 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2336454f' fill-opacity='0.14'%3E%3Cpath d='M10 10c0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4v2c-3.314 0-6-2.686-6-6 0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6zm25.464-1.95l8.486 8.486-1.414 1.414-8.486-8.486 1.414-1.414z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  top: 0;
  left: 0;
}

.fbWrapperInside {
  flex-flow: column;
  place-content: center;
  place-items: center;
  display: flex;
  position: relative;
}

.F1wz6G_wrapper {
  width: 100%;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.F1wz6G_flexRow {
  width: 100%;
  flex-flow: row;
  place-content: center space-between;
  display: flex;
}

.F1wz6G_headings {
  width: 12rem;
  flex-flow: column;
  justify-content: flex-start;
  padding: 3rem 0;
  display: flex;
  position: sticky;
  top: 0;
  right: 0;
}

.F1wz6G_headings .F1wz6G_caption {
  min-height: 3em;
  margin: .2em 0;
}

._6gpSzq_pagingStyle {
  width: 12rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 3rem 0;
  display: flex;
}

._6gpSzq_pagingStyle > ._6gpSzq_pagingDisplay {
  width: 100%;
}

._6gpSzq_pagingStyle > ._6gpSzq_pagingDisplay > ._6gpSzq_pageItem {
  width: 100%;
  justify-content: center;
  margin: 1% 0;
  display: inline-flex;
}

._6gpSzq_pageInfo {
  width: 100%;
  flex-flow: wrap;
  justify-content: space-evenly;
  align-items: center;
  margin: 1% 0;
  display: flex;
}

._6gpSzq_pageInfo > ._6gpSzq_pageText {
  width: 10rem;
}

.ikOV0G_themedItem.ikOV0G_light {
  color: #494f55 !important;
}

.ikOV0G_themedItem.ikOV0G_disabled {
  color: #494f558f !important;
}

.ikOV0G_themedItem.ikOV0G_dark {
  color: #f5fefd !important;
}

.CXnDKG_timeWrapper {
  width: 66vw;
  flex-flow: column-reverse;
  justify-content: center;
  align-items: center;
  padding: 0 7%;
  display: flex;
  position: relative;
  bottom: -.37rem;
}

.CXnDKG_timeWrapper .CXnDKG_shadow {
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.wrapper {
  z-index: 50;
  width: 100%;
  min-height: 2rem;
  flex-flow: wrap;
  place-content: center flex-end;
  align-items: center;
  padding: .3% 0 .7%;
  display: flex;
}

.wrapper.sticky {
  position: sticky;
  top: 0;
}

.wrapper.light {
  background: #f5fefde6;
}

.wrapper.light.hidden {
  background: #f5fefd00;
}

.wrapper.dark {
  background: #494f55e6;
}

.wrapper.dark.hidden {
  background: #494f5500;
}

.wrapper > .options {
  flex-flow: row;
  display: flex;
}

.wrapper > .options.mobile {
  flex-flow: column;
}

.wrapper > .options > .navItem {
  z-index: 1;
}

.wrapper > .options > .navItem:hover {
  cursor: pointer;
}

.wrapper > .options > .navItem.hide {
  opacity: 0;
  z-index: -50;
  display: none;
}

.wrapper .hide {
  display: none;
}

ul {
  background: inherit;
  flex-flow: row;
  justify-content: space-evenly;
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}

li {
  float: left;
  padding: 0 1.3rem;
  text-decoration: none;
  transition-duration: .5s;
  display: block;
  position: relative;
}

li:hover, li:focus-within {
  cursor: pointer;
}

li:hover.light, li:focus-within.light {
  background: #ff6600e6;
}

li:hover.dark, li:focus-within.dark {
  background: #c6e100e6;
}

ul li ul {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  transition: all .5s;
  display: none;
  position: absolute;
  left: 0;
}

ul li ul.light {
  background: #f60c;
}

ul li ul.dark {
  background: #c6e100cc;
}

ul li:hover > ul, ul li:focus-within > ul, ul li ul:hover, ul li ul:focus {
  visibility: visible;
  opacity: 1;
  display: block;
}

.dropdown li {
  clear: both;
  width: 78%;
}

.e6CSPq_wrapper {
  width: 100%;
  padding: 2em 0 0;
}

.e6CSPq_wrapper > .e6CSPq_pages {
  width: 100%;
  flex-flow: wrap;
  place-content: center space-evenly;
  align-items: center;
  display: flex;
}

.e6CSPq_wrapper > .e6CSPq_pages.e6CSPq_cols {
  flex-flow: column wrap;
}

.e6CSPq_wrapper > .e6CSPq_pages > .e6CSPq_item {
  margin: 1%;
  padding: 1%;
}

.e6CSPq_wrapper > .e6CSPq_pages > .e6CSPq_item :hover {
  cursor: pointer;
}

a {
  height: 3rem;
  letter-spacing: .6px;
  border: 1px solid #0000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin: .5rem;
  padding: .5rem;
  font-family: cursive;
  font-size: 2rem;
  line-height: 2;
  text-decoration: none;
  transition: all .3s linear;
  display: inline-flex;
}

a > :hover, a > :active, a > :focus {
  opacity: .85;
  text-decoration: none;
}

a > img {
  height: 34px;
  width: 35px;
  box-shadow: none;
  vertical-align: middle;
  border: none;
  margin-bottom: 1px;
}

a > span {
  vertical-align: middle;
  margin: 0 .23rem;
  padding: 0 .23rem;
  font-size: 1.5rem;
}

.orange {
  color: #fff;
  background-color: #ff813f;
}

.orange > :hover, .orange > :active, .orange > :focus {
  color: #fff;
}

.yellow {
  color: #3b3b3b;
  background-color: #fd0;
}

.yellow > :hover, .yellow > :active, .yellow > :focus {
  color: #3b3b3b;
}

.blue {
  color: #fff;
  background-color: #5f7fff;
}

.blue > :hover, .blue > :active, .blue > :focus {
  color: #fff;
}

.green {
  color: #fff;
  background-color: #40dca5;
}

.green > :hover, .green > :active, .green > :focus {
  color: #fff;
}

@keyframes xyz-in-keyframes {
  from {
    opacity: var(--xyz-in-opacity, var(--xyz-opacity, 1));
    transform: var(--xyz-in-transform, var(--xyz-transform, perspective(var(--xyz-in-perspective, var(--xyz-perspective, var(--xyz-perspective-none)))) translate3d(var(--xyz-in-translate-x, var(--xyz-translate-x, 0)), var(--xyz-in-translate-y, var(--xyz-translate-y, 0)), var(--xyz-in-translate-z, var(--xyz-translate-z, 0))) rotateX(var(--xyz-in-rotate-x, var(--xyz-rotate-x, 0))) rotateY(var(--xyz-in-rotate-y, var(--xyz-rotate-y, 0))) rotateZ(var(--xyz-in-rotate-z, var(--xyz-rotate-z, 0))) scale3d(var(--xyz-in-scale-x, var(--xyz-scale-x, 1)), var(--xyz-in-scale-y, var(--xyz-scale-y, 1)), var(--xyz-in-scale-z, var(--xyz-scale-z, 1))) skew(var(--xyz-in-skew-x, var(--xyz-skew-x, 0)), var(--xyz-in-skew-y, var(--xyz-skew-y, 0)))));
  }
}

@keyframes xyz-out-keyframes {
  from {
    opacity: var(--xyz-out-opacity, var(--xyz-opacity, 1));
    transform: var(--xyz-out-transform, var(--xyz-transform, perspective(var(--xyz-out-perspective, var(--xyz-perspective, var(--xyz-perspective-none)))) translate3d(var(--xyz-out-translate-x, var(--xyz-translate-x, 0)), var(--xyz-out-translate-y, var(--xyz-translate-y, 0)), var(--xyz-out-translate-z, var(--xyz-translate-z, 0))) rotateX(var(--xyz-out-rotate-x, var(--xyz-rotate-x, 0))) rotateY(var(--xyz-out-rotate-y, var(--xyz-rotate-y, 0))) rotateZ(var(--xyz-out-rotate-z, var(--xyz-rotate-z, 0))) scale3d(var(--xyz-out-scale-x, var(--xyz-scale-x, 1)), var(--xyz-out-scale-y, var(--xyz-scale-y, 1)), var(--xyz-out-scale-z, var(--xyz-scale-z, 1))) skew(var(--xyz-out-skew-x, var(--xyz-skew-x, 0)), var(--xyz-out-skew-y, var(--xyz-skew-y, 0)))));
  }
}

@keyframes xyz-appear-keyframes {
  from {
    opacity: var(--xyz-appear-opacity, var(--xyz-opacity, 1));
    transform: var(--xyz-appear-transform, var(--xyz-transform, perspective(var(--xyz-appear-perspective, var(--xyz-perspective, var(--xyz-perspective-none)))) translate3d(var(--xyz-appear-translate-x, var(--xyz-translate-x, 0)), var(--xyz-appear-translate-y, var(--xyz-translate-y, 0)), var(--xyz-appear-translate-z, var(--xyz-translate-z, 0))) rotateX(var(--xyz-appear-rotate-x, var(--xyz-rotate-x, 0))) rotateY(var(--xyz-appear-rotate-y, var(--xyz-rotate-y, 0))) rotateZ(var(--xyz-appear-rotate-z, var(--xyz-rotate-z, 0))) scale3d(var(--xyz-appear-scale-x, var(--xyz-scale-x, 1)), var(--xyz-appear-scale-y, var(--xyz-scale-y, 1)), var(--xyz-appear-scale-z, var(--xyz-scale-z, 1))) skew(var(--xyz-appear-skew-x, var(--xyz-skew-x, 0)), var(--xyz-appear-skew-y, var(--xyz-skew-y, 0)))));
  }
}

:root {
  --xyz-perspective-none: 0;
  --xyz-keyframes-default: none;
  --xyz-ease-default: ease;
  --xyz-duration-default: .5s;
  --xyz-delay-default: 0s;
  --xyz-stagger-default: .25s;
  --xyz-iterate-default: 1;
  --xyz-direction-default: normal;
  --xyz-out-direction-default: reverse;
  --xyz-origin-default: center;
  --xyz-opacity-default: 1;
  --xyz-perspective-default: var(--xyz-perspective-none);
  --xyz-translate-default: 25%;
  --xyz-translate-z-default: 300px;
  --xyz-rotate-default: .25turn;
  --xyz-scale-default: .5;
  --xyz-skew-default: 30deg;
}

@supports (transform: perspective(none)) {
  :root {
    --xyz-perspective-none: none;
  }
}

.xyz-nested:nth-child(1), .xyz-appear-nested:nth-child(1), .xyz-out-nested:nth-child(1), .xyz-in-nested:nth-child(1), .xyz-appear:nth-child(1), .xyz-out:nth-child(1), .xyz-in:nth-child(1) {
  --xyz-index: 0;
}

.xyz-nested:nth-last-child(1), .xyz-appear-nested:nth-last-child(1), .xyz-out-nested:nth-last-child(1), .xyz-in-nested:nth-last-child(1), .xyz-appear:nth-last-child(1), .xyz-out:nth-last-child(1), .xyz-in:nth-last-child(1) {
  --xyz-index-rev: 0;
}

.xyz-nested:nth-child(2), .xyz-appear-nested:nth-child(2), .xyz-out-nested:nth-child(2), .xyz-in-nested:nth-child(2), .xyz-appear:nth-child(2), .xyz-out:nth-child(2), .xyz-in:nth-child(2) {
  --xyz-index: 1;
}

.xyz-nested:nth-last-child(2), .xyz-appear-nested:nth-last-child(2), .xyz-out-nested:nth-last-child(2), .xyz-in-nested:nth-last-child(2), .xyz-appear:nth-last-child(2), .xyz-out:nth-last-child(2), .xyz-in:nth-last-child(2) {
  --xyz-index-rev: 1;
}

.xyz-nested:nth-child(3), .xyz-appear-nested:nth-child(3), .xyz-out-nested:nth-child(3), .xyz-in-nested:nth-child(3), .xyz-appear:nth-child(3), .xyz-out:nth-child(3), .xyz-in:nth-child(3) {
  --xyz-index: 2;
}

.xyz-nested:nth-last-child(3), .xyz-appear-nested:nth-last-child(3), .xyz-out-nested:nth-last-child(3), .xyz-in-nested:nth-last-child(3), .xyz-appear:nth-last-child(3), .xyz-out:nth-last-child(3), .xyz-in:nth-last-child(3) {
  --xyz-index-rev: 2;
}

.xyz-nested:nth-child(4), .xyz-appear-nested:nth-child(4), .xyz-out-nested:nth-child(4), .xyz-in-nested:nth-child(4), .xyz-appear:nth-child(4), .xyz-out:nth-child(4), .xyz-in:nth-child(4) {
  --xyz-index: 3;
}

.xyz-nested:nth-last-child(4), .xyz-appear-nested:nth-last-child(4), .xyz-out-nested:nth-last-child(4), .xyz-in-nested:nth-last-child(4), .xyz-appear:nth-last-child(4), .xyz-out:nth-last-child(4), .xyz-in:nth-last-child(4) {
  --xyz-index-rev: 3;
}

.xyz-nested:nth-child(5), .xyz-appear-nested:nth-child(5), .xyz-out-nested:nth-child(5), .xyz-in-nested:nth-child(5), .xyz-appear:nth-child(5), .xyz-out:nth-child(5), .xyz-in:nth-child(5) {
  --xyz-index: 4;
}

.xyz-nested:nth-last-child(5), .xyz-appear-nested:nth-last-child(5), .xyz-out-nested:nth-last-child(5), .xyz-in-nested:nth-last-child(5), .xyz-appear:nth-last-child(5), .xyz-out:nth-last-child(5), .xyz-in:nth-last-child(5) {
  --xyz-index-rev: 4;
}

.xyz-nested:nth-child(6), .xyz-appear-nested:nth-child(6), .xyz-out-nested:nth-child(6), .xyz-in-nested:nth-child(6), .xyz-appear:nth-child(6), .xyz-out:nth-child(6), .xyz-in:nth-child(6) {
  --xyz-index: 5;
}

.xyz-nested:nth-last-child(6), .xyz-appear-nested:nth-last-child(6), .xyz-out-nested:nth-last-child(6), .xyz-in-nested:nth-last-child(6), .xyz-appear:nth-last-child(6), .xyz-out:nth-last-child(6), .xyz-in:nth-last-child(6) {
  --xyz-index-rev: 5;
}

.xyz-nested:nth-child(7), .xyz-appear-nested:nth-child(7), .xyz-out-nested:nth-child(7), .xyz-in-nested:nth-child(7), .xyz-appear:nth-child(7), .xyz-out:nth-child(7), .xyz-in:nth-child(7) {
  --xyz-index: 6;
}

.xyz-nested:nth-last-child(7), .xyz-appear-nested:nth-last-child(7), .xyz-out-nested:nth-last-child(7), .xyz-in-nested:nth-last-child(7), .xyz-appear:nth-last-child(7), .xyz-out:nth-last-child(7), .xyz-in:nth-last-child(7) {
  --xyz-index-rev: 6;
}

.xyz-nested:nth-child(8), .xyz-appear-nested:nth-child(8), .xyz-out-nested:nth-child(8), .xyz-in-nested:nth-child(8), .xyz-appear:nth-child(8), .xyz-out:nth-child(8), .xyz-in:nth-child(8) {
  --xyz-index: 7;
}

.xyz-nested:nth-last-child(8), .xyz-appear-nested:nth-last-child(8), .xyz-out-nested:nth-last-child(8), .xyz-in-nested:nth-last-child(8), .xyz-appear:nth-last-child(8), .xyz-out:nth-last-child(8), .xyz-in:nth-last-child(8) {
  --xyz-index-rev: 7;
}

.xyz-nested:nth-child(9), .xyz-appear-nested:nth-child(9), .xyz-out-nested:nth-child(9), .xyz-in-nested:nth-child(9), .xyz-appear:nth-child(9), .xyz-out:nth-child(9), .xyz-in:nth-child(9) {
  --xyz-index: 8;
}

.xyz-nested:nth-last-child(9), .xyz-appear-nested:nth-last-child(9), .xyz-out-nested:nth-last-child(9), .xyz-in-nested:nth-last-child(9), .xyz-appear:nth-last-child(9), .xyz-out:nth-last-child(9), .xyz-in:nth-last-child(9) {
  --xyz-index-rev: 8;
}

.xyz-nested:nth-child(10), .xyz-appear-nested:nth-child(10), .xyz-out-nested:nth-child(10), .xyz-in-nested:nth-child(10), .xyz-appear:nth-child(10), .xyz-out:nth-child(10), .xyz-in:nth-child(10) {
  --xyz-index: 9;
}

.xyz-nested:nth-last-child(10), .xyz-appear-nested:nth-last-child(10), .xyz-out-nested:nth-last-child(10), .xyz-in-nested:nth-last-child(10), .xyz-appear:nth-last-child(10), .xyz-out:nth-last-child(10), .xyz-in:nth-last-child(10) {
  --xyz-index-rev: 9;
}

.xyz-nested:nth-child(11), .xyz-appear-nested:nth-child(11), .xyz-out-nested:nth-child(11), .xyz-in-nested:nth-child(11), .xyz-appear:nth-child(11), .xyz-out:nth-child(11), .xyz-in:nth-child(11) {
  --xyz-index: 10;
}

.xyz-nested:nth-last-child(11), .xyz-appear-nested:nth-last-child(11), .xyz-out-nested:nth-last-child(11), .xyz-in-nested:nth-last-child(11), .xyz-appear:nth-last-child(11), .xyz-out:nth-last-child(11), .xyz-in:nth-last-child(11) {
  --xyz-index-rev: 10;
}

.xyz-nested:nth-child(12), .xyz-appear-nested:nth-child(12), .xyz-out-nested:nth-child(12), .xyz-in-nested:nth-child(12), .xyz-appear:nth-child(12), .xyz-out:nth-child(12), .xyz-in:nth-child(12) {
  --xyz-index: 11;
}

.xyz-nested:nth-last-child(12), .xyz-appear-nested:nth-last-child(12), .xyz-out-nested:nth-last-child(12), .xyz-in-nested:nth-last-child(12), .xyz-appear:nth-last-child(12), .xyz-out:nth-last-child(12), .xyz-in:nth-last-child(12) {
  --xyz-index-rev: 11;
}

.xyz-nested:nth-child(13), .xyz-appear-nested:nth-child(13), .xyz-out-nested:nth-child(13), .xyz-in-nested:nth-child(13), .xyz-appear:nth-child(13), .xyz-out:nth-child(13), .xyz-in:nth-child(13) {
  --xyz-index: 12;
}

.xyz-nested:nth-last-child(13), .xyz-appear-nested:nth-last-child(13), .xyz-out-nested:nth-last-child(13), .xyz-in-nested:nth-last-child(13), .xyz-appear:nth-last-child(13), .xyz-out:nth-last-child(13), .xyz-in:nth-last-child(13) {
  --xyz-index-rev: 12;
}

.xyz-nested:nth-child(14), .xyz-appear-nested:nth-child(14), .xyz-out-nested:nth-child(14), .xyz-in-nested:nth-child(14), .xyz-appear:nth-child(14), .xyz-out:nth-child(14), .xyz-in:nth-child(14) {
  --xyz-index: 13;
}

.xyz-nested:nth-last-child(14), .xyz-appear-nested:nth-last-child(14), .xyz-out-nested:nth-last-child(14), .xyz-in-nested:nth-last-child(14), .xyz-appear:nth-last-child(14), .xyz-out:nth-last-child(14), .xyz-in:nth-last-child(14) {
  --xyz-index-rev: 13;
}

.xyz-nested:nth-child(15), .xyz-appear-nested:nth-child(15), .xyz-out-nested:nth-child(15), .xyz-in-nested:nth-child(15), .xyz-appear:nth-child(15), .xyz-out:nth-child(15), .xyz-in:nth-child(15) {
  --xyz-index: 14;
}

.xyz-nested:nth-last-child(15), .xyz-appear-nested:nth-last-child(15), .xyz-out-nested:nth-last-child(15), .xyz-in-nested:nth-last-child(15), .xyz-appear:nth-last-child(15), .xyz-out:nth-last-child(15), .xyz-in:nth-last-child(15) {
  --xyz-index-rev: 14;
}

.xyz-nested:nth-child(16), .xyz-appear-nested:nth-child(16), .xyz-out-nested:nth-child(16), .xyz-in-nested:nth-child(16), .xyz-appear:nth-child(16), .xyz-out:nth-child(16), .xyz-in:nth-child(16) {
  --xyz-index: 15;
}

.xyz-nested:nth-last-child(16), .xyz-appear-nested:nth-last-child(16), .xyz-out-nested:nth-last-child(16), .xyz-in-nested:nth-last-child(16), .xyz-appear:nth-last-child(16), .xyz-out:nth-last-child(16), .xyz-in:nth-last-child(16) {
  --xyz-index-rev: 15;
}

.xyz-nested:nth-child(17), .xyz-appear-nested:nth-child(17), .xyz-out-nested:nth-child(17), .xyz-in-nested:nth-child(17), .xyz-appear:nth-child(17), .xyz-out:nth-child(17), .xyz-in:nth-child(17) {
  --xyz-index: 16;
}

.xyz-nested:nth-last-child(17), .xyz-appear-nested:nth-last-child(17), .xyz-out-nested:nth-last-child(17), .xyz-in-nested:nth-last-child(17), .xyz-appear:nth-last-child(17), .xyz-out:nth-last-child(17), .xyz-in:nth-last-child(17) {
  --xyz-index-rev: 16;
}

.xyz-nested:nth-child(18), .xyz-appear-nested:nth-child(18), .xyz-out-nested:nth-child(18), .xyz-in-nested:nth-child(18), .xyz-appear:nth-child(18), .xyz-out:nth-child(18), .xyz-in:nth-child(18) {
  --xyz-index: 17;
}

.xyz-nested:nth-last-child(18), .xyz-appear-nested:nth-last-child(18), .xyz-out-nested:nth-last-child(18), .xyz-in-nested:nth-last-child(18), .xyz-appear:nth-last-child(18), .xyz-out:nth-last-child(18), .xyz-in:nth-last-child(18) {
  --xyz-index-rev: 17;
}

.xyz-nested:nth-child(19), .xyz-appear-nested:nth-child(19), .xyz-out-nested:nth-child(19), .xyz-in-nested:nth-child(19), .xyz-appear:nth-child(19), .xyz-out:nth-child(19), .xyz-in:nth-child(19) {
  --xyz-index: 18;
}

.xyz-nested:nth-last-child(19), .xyz-appear-nested:nth-last-child(19), .xyz-out-nested:nth-last-child(19), .xyz-in-nested:nth-last-child(19), .xyz-appear:nth-last-child(19), .xyz-out:nth-last-child(19), .xyz-in:nth-last-child(19) {
  --xyz-index-rev: 18;
}

.xyz-nested:nth-child(20), .xyz-appear-nested:nth-child(20), .xyz-out-nested:nth-child(20), .xyz-in-nested:nth-child(20), .xyz-appear:nth-child(20), .xyz-out:nth-child(20), .xyz-in:nth-child(20) {
  --xyz-index: 19;
}

.xyz-nested:nth-last-child(20), .xyz-appear-nested:nth-last-child(20), .xyz-out-nested:nth-last-child(20), .xyz-in-nested:nth-last-child(20), .xyz-appear:nth-last-child(20), .xyz-out:nth-last-child(20), .xyz-in:nth-last-child(20) {
  --xyz-index-rev: 19;
}

.xyz-appear, .xyz-out, .xyz-in {
  --xyz-root-stagger-delay: var(--xyz-stagger-delay, 0s);
  --xyz-nested-stagger-delay: initial;
  --xyz-start-offset: initial;
}

.xyz-nested, .xyz-appear-nested, .xyz-out-nested, .xyz-in-nested {
  --xyz-nested-stagger-delay: var(--xyz-root-stagger-delay, 0s);
}

.xyz-in .xyz-nested, .xyz-in .xyz-in-nested, .xyz-in {
  --xyz-stagger-delay-calc: var(--xyz-nested-stagger-delay, 0s)  + var(--xyz-in-stagger, var(--xyz-stagger, 0s)) * var(--xyz-index, 0)  + var(--xyz-in-stagger-rev, var(--xyz-stagger-rev, 0s)) * var(--xyz-index-rev, 0);
  --xyz-total-delay-calc: var(--xyz-stagger-delay, 0s)  + var(--xyz-in-delay, var(--xyz-delay, var(--xyz-in-delay-default, var(--xyz-delay-default))));
  --xyz-stagger-delay: calc(var(--xyz-stagger-delay-calc));
  --xyz-total-delay: calc(var(--xyz-total-delay-calc));
  transform-origin: var(--xyz-in-origin, var(--xyz-origin, var(--xyz-in-origin-default, var(--xyz-origin-default))));
  backface-visibility: visible;
  --xyz-delay-calc: var(--xyz-total-delay, 0s)  + var(--xyz-start-offset, 0) * (var(--xyz-total-delay, 0s)  + var(--xyz-in-duration, var(--xyz-duration, var(--xyz-in-duration-default, var(--xyz-duration-default))))) * -1;
  -webkit-animation: var(--xyz-in-duration, var(--xyz-duration, var(--xyz-in-duration-default, var(--xyz-duration-default)))) var(--xyz-in-ease, var(--xyz-ease, var(--xyz-in-ease-default, var(--xyz-ease-default)))) calc(var(--xyz-delay-calc)) var(--xyz-in-iterate, var(--xyz-iterate, var(--xyz-in-iterate-default, var(--xyz-iterate-default)))) var(--xyz-in-direction, var(--xyz-direction, var(--xyz-in-direction-default, var(--xyz-direction-default)))) both;
  animation: var(--xyz-in-duration, var(--xyz-duration, var(--xyz-in-duration-default, var(--xyz-duration-default)))) var(--xyz-in-ease, var(--xyz-ease, var(--xyz-in-ease-default, var(--xyz-ease-default)))) calc(var(--xyz-delay-calc)) var(--xyz-in-iterate, var(--xyz-iterate, var(--xyz-in-iterate-default, var(--xyz-iterate-default)))) var(--xyz-in-direction, var(--xyz-direction, var(--xyz-in-direction-default, var(--xyz-direction-default)))) both;
  -webkit-animation-name: xyz-in-keyframes, var(--xyz-in-keyframes, var(--xyz-keyframes, var(--xyz-in-keyframes-default, var(--xyz-keyframes-default))));
  animation-name: xyz-in-keyframes, var(--xyz-in-keyframes, var(--xyz-keyframes, var(--xyz-in-keyframes-default, var(--xyz-keyframes-default))));
}

.xyz-out .xyz-nested, .xyz-out .xyz-out-nested, .xyz-out {
  --xyz-stagger-delay-calc: var(--xyz-nested-stagger-delay, 0s)  + var(--xyz-out-stagger, var(--xyz-stagger, 0s)) * var(--xyz-index, 0)  + var(--xyz-out-stagger-rev, var(--xyz-stagger-rev, 0s)) * var(--xyz-index-rev, 0);
  --xyz-total-delay-calc: var(--xyz-stagger-delay, 0s)  + var(--xyz-out-delay, var(--xyz-delay, var(--xyz-out-delay-default, var(--xyz-delay-default))));
  --xyz-stagger-delay: calc(var(--xyz-stagger-delay-calc));
  --xyz-total-delay: calc(var(--xyz-total-delay-calc));
  transform-origin: var(--xyz-out-origin, var(--xyz-origin, var(--xyz-out-origin-default, var(--xyz-origin-default))));
  backface-visibility: visible;
  --xyz-delay-calc: var(--xyz-total-delay, 0s)  + var(--xyz-start-offset, 0) * (var(--xyz-total-delay, 0s)  + var(--xyz-out-duration, var(--xyz-duration, var(--xyz-out-duration-default, var(--xyz-duration-default))))) * -1;
  -webkit-animation: var(--xyz-out-duration, var(--xyz-duration, var(--xyz-out-duration-default, var(--xyz-duration-default)))) var(--xyz-out-ease, var(--xyz-ease, var(--xyz-out-ease-default, var(--xyz-ease-default)))) calc(var(--xyz-delay-calc)) var(--xyz-out-iterate, var(--xyz-iterate, var(--xyz-out-iterate-default, var(--xyz-iterate-default)))) var(--xyz-out-direction, var(--xyz-direction, var(--xyz-out-direction-default, var(--xyz-direction-default)))) both;
  animation: var(--xyz-out-duration, var(--xyz-duration, var(--xyz-out-duration-default, var(--xyz-duration-default)))) var(--xyz-out-ease, var(--xyz-ease, var(--xyz-out-ease-default, var(--xyz-ease-default)))) calc(var(--xyz-delay-calc)) var(--xyz-out-iterate, var(--xyz-iterate, var(--xyz-out-iterate-default, var(--xyz-iterate-default)))) var(--xyz-out-direction, var(--xyz-direction, var(--xyz-out-direction-default, var(--xyz-direction-default)))) both;
  -webkit-animation-name: xyz-out-keyframes, var(--xyz-out-keyframes, var(--xyz-keyframes, var(--xyz-out-keyframes-default, var(--xyz-keyframes-default))));
  animation-name: xyz-out-keyframes, var(--xyz-out-keyframes, var(--xyz-keyframes, var(--xyz-out-keyframes-default, var(--xyz-keyframes-default))));
}

.xyz-appear .xyz-nested, .xyz-appear .xyz-appear-nested, .xyz-appear {
  --xyz-stagger-delay-calc: var(--xyz-nested-stagger-delay, 0s)  + var(--xyz-appear-stagger, var(--xyz-stagger, 0s)) * var(--xyz-index, 0)  + var(--xyz-appear-stagger-rev, var(--xyz-stagger-rev, 0s)) * var(--xyz-index-rev, 0);
  --xyz-total-delay-calc: var(--xyz-stagger-delay, 0s)  + var(--xyz-appear-delay, var(--xyz-delay, var(--xyz-appear-delay-default, var(--xyz-delay-default))));
  --xyz-stagger-delay: calc(var(--xyz-stagger-delay-calc));
  --xyz-total-delay: calc(var(--xyz-total-delay-calc));
  transform-origin: var(--xyz-appear-origin, var(--xyz-origin, var(--xyz-appear-origin-default, var(--xyz-origin-default))));
  backface-visibility: visible;
  --xyz-delay-calc: var(--xyz-total-delay, 0s)  + var(--xyz-start-offset, 0) * (var(--xyz-total-delay, 0s)  + var(--xyz-appear-duration, var(--xyz-duration, var(--xyz-appear-duration-default, var(--xyz-duration-default))))) * -1;
  -webkit-animation: var(--xyz-appear-duration, var(--xyz-duration, var(--xyz-appear-duration-default, var(--xyz-duration-default)))) var(--xyz-appear-ease, var(--xyz-ease, var(--xyz-appear-ease-default, var(--xyz-ease-default)))) calc(var(--xyz-delay-calc)) var(--xyz-appear-iterate, var(--xyz-iterate, var(--xyz-appear-iterate-default, var(--xyz-iterate-default)))) var(--xyz-appear-direction, var(--xyz-direction, var(--xyz-appear-direction-default, var(--xyz-direction-default)))) both;
  animation: var(--xyz-appear-duration, var(--xyz-duration, var(--xyz-appear-duration-default, var(--xyz-duration-default)))) var(--xyz-appear-ease, var(--xyz-ease, var(--xyz-appear-ease-default, var(--xyz-ease-default)))) calc(var(--xyz-delay-calc)) var(--xyz-appear-iterate, var(--xyz-iterate, var(--xyz-appear-iterate-default, var(--xyz-iterate-default)))) var(--xyz-appear-direction, var(--xyz-direction, var(--xyz-appear-direction-default, var(--xyz-direction-default)))) both;
  -webkit-animation-name: xyz-appear-keyframes, var(--xyz-appear-keyframes, var(--xyz-keyframes, var(--xyz-appear-keyframes-default, var(--xyz-keyframes-default))));
  animation-name: xyz-appear-keyframes, var(--xyz-appear-keyframes, var(--xyz-keyframes, var(--xyz-appear-keyframes-default, var(--xyz-keyframes-default))));
}

.xyz-absolute.xyz-in, .xyz-in-absolute.xyz-in, .xyz-in .xyz-absolute.xyz-nested, .xyz-in .xyz-absolute.xyz-in-nested, .xyz-in .xyz-in-absolute.xyz-nested, .xyz-in .xyz-in-absolute.xyz-in-nested, .xyz-absolute.xyz-out, .xyz-out-absolute.xyz-out, .xyz-out .xyz-absolute.xyz-nested, .xyz-out .xyz-absolute.xyz-out-nested, .xyz-out .xyz-out-absolute.xyz-nested, .xyz-out .xyz-out-absolute.xyz-out-nested, .xyz-absolute.xyz-appear, .xyz-appear-absolute.xyz-appear, .xyz-appear .xyz-absolute.xyz-nested, .xyz-appear .xyz-absolute.xyz-appear-nested, .xyz-appear .xyz-appear-absolute.xyz-nested, .xyz-appear .xyz-appear-absolute.xyz-appear-nested {
  position: absolute !important;
}

.xyz-paused.xyz-in, .xyz-in-paused.xyz-in, .xyz-in .xyz-paused.xyz-nested, .xyz-in .xyz-paused.xyz-in-nested, .xyz-in .xyz-in-paused.xyz-nested, .xyz-in .xyz-in-paused.xyz-in-nested, .xyz-in.xyz-paused-all, .xyz-in.xyz-in-paused-all, .xyz-in.xyz-paused-all .xyz-nested, .xyz-in.xyz-paused-all .xyz-in-nested, .xyz-in.xyz-in-paused-all .xyz-nested, .xyz-in.xyz-in-paused-all .xyz-in-nested, .xyz-paused.xyz-out, .xyz-out-paused.xyz-out, .xyz-out .xyz-paused.xyz-nested, .xyz-out .xyz-paused.xyz-out-nested, .xyz-out .xyz-out-paused.xyz-nested, .xyz-out .xyz-out-paused.xyz-out-nested, .xyz-out.xyz-paused-all, .xyz-out.xyz-out-paused-all, .xyz-out.xyz-paused-all .xyz-nested, .xyz-out.xyz-paused-all .xyz-out-nested, .xyz-out.xyz-out-paused-all .xyz-nested, .xyz-out.xyz-out-paused-all .xyz-out-nested, .xyz-paused.xyz-appear, .xyz-appear-paused.xyz-appear, .xyz-appear .xyz-paused.xyz-nested, .xyz-appear .xyz-paused.xyz-appear-nested, .xyz-appear .xyz-appear-paused.xyz-nested, .xyz-appear .xyz-appear-paused.xyz-appear-nested, .xyz-appear.xyz-paused-all, .xyz-appear.xyz-appear-paused-all, .xyz-appear.xyz-paused-all .xyz-nested, .xyz-appear.xyz-paused-all .xyz-appear-nested, .xyz-appear.xyz-appear-paused-all .xyz-nested, .xyz-appear.xyz-appear-paused-all .xyz-appear-nested {
  animation-play-state: paused !important;
}

.xyz-none.xyz-in, .xyz-in-none.xyz-in, .xyz-in .xyz-none.xyz-nested, .xyz-in .xyz-none.xyz-in-nested, .xyz-in .xyz-in-none.xyz-nested, .xyz-in .xyz-in-none.xyz-in-nested, .xyz-in.xyz-none-all, .xyz-in.xyz-in-none-all, .xyz-in.xyz-none-all .xyz-nested, .xyz-in.xyz-none-all .xyz-in-nested, .xyz-in.xyz-in-none-all .xyz-nested, .xyz-in.xyz-in-none-all .xyz-in-nested, .xyz-none.xyz-out, .xyz-out-none.xyz-out, .xyz-out .xyz-none.xyz-nested, .xyz-out .xyz-none.xyz-out-nested, .xyz-out .xyz-out-none.xyz-nested, .xyz-out .xyz-out-none.xyz-out-nested, .xyz-out.xyz-none-all, .xyz-out.xyz-out-none-all, .xyz-out.xyz-none-all .xyz-nested, .xyz-out.xyz-none-all .xyz-out-nested, .xyz-out.xyz-out-none-all .xyz-nested, .xyz-out.xyz-out-none-all .xyz-out-nested, .xyz-none.xyz-appear, .xyz-appear-none.xyz-appear, .xyz-appear .xyz-none.xyz-nested, .xyz-appear .xyz-none.xyz-appear-nested, .xyz-appear .xyz-appear-none.xyz-nested, .xyz-appear .xyz-appear-none.xyz-appear-nested, .xyz-appear.xyz-none-all, .xyz-appear.xyz-appear-none-all, .xyz-appear.xyz-none-all .xyz-nested, .xyz-appear.xyz-none-all .xyz-appear-nested, .xyz-appear.xyz-appear-none-all .xyz-nested, .xyz-appear.xyz-appear-none-all .xyz-appear-nested {
  animation: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .xyz-appear, .xyz-appear .xyz-nested, .xyz-appear .xyz-appear-nested, .xyz-out, .xyz-out .xyz-nested, .xyz-out .xyz-out-nested, .xyz-in, .xyz-in .xyz-nested, .xyz-in .xyz-in-nested {
    animation: none;
  }
}

[xyz] {
  --xyz-keyframes: initial;
  --xyz-in-keyframes: initial;
  --xyz-out-keyframes: initial;
  --xyz-appear-keyframes: initial;
  --xyz-ease: initial;
  --xyz-in-ease: initial;
  --xyz-out-ease: initial;
  --xyz-appear-ease: initial;
  --xyz-duration: initial;
  --xyz-in-duration: initial;
  --xyz-out-duration: initial;
  --xyz-appear-duration: initial;
  --xyz-delay: initial;
  --xyz-in-delay: initial;
  --xyz-out-delay: initial;
  --xyz-appear-delay: initial;
  --xyz-stagger: initial;
  --xyz-in-stagger: initial;
  --xyz-out-stagger: initial;
  --xyz-appear-stagger: initial;
  --xyz-stagger-rev: initial;
  --xyz-in-stagger-rev: initial;
  --xyz-out-stagger-rev: initial;
  --xyz-appear-stagger-rev: initial;
  --xyz-iterate: initial;
  --xyz-in-iterate: initial;
  --xyz-out-iterate: initial;
  --xyz-appear-iterate: initial;
  --xyz-direction: initial;
  --xyz-in-direction: initial;
  --xyz-out-direction: initial;
  --xyz-appear-direction: initial;
  --xyz-origin: initial;
  --xyz-in-origin: initial;
  --xyz-out-origin: initial;
  --xyz-appear-origin: initial;
  --xyz-opacity: initial;
  --xyz-in-opacity: initial;
  --xyz-out-opacity: initial;
  --xyz-appear-opacity: initial;
  --xyz-transform: initial;
  --xyz-in-transform: initial;
  --xyz-out-transform: initial;
  --xyz-appear-transform: initial;
  --xyz-perspective: initial;
  --xyz-in-perspective: initial;
  --xyz-out-perspective: initial;
  --xyz-appear-perspective: initial;
  --xyz-translate-x: initial;
  --xyz-in-translate-x: initial;
  --xyz-out-translate-x: initial;
  --xyz-appear-translate-x: initial;
  --xyz-translate-y: initial;
  --xyz-in-translate-y: initial;
  --xyz-out-translate-y: initial;
  --xyz-appear-translate-y: initial;
  --xyz-translate-z: initial;
  --xyz-in-translate-z: initial;
  --xyz-out-translate-z: initial;
  --xyz-appear-translate-z: initial;
  --xyz-rotate-x: initial;
  --xyz-in-rotate-x: initial;
  --xyz-out-rotate-x: initial;
  --xyz-appear-rotate-x: initial;
  --xyz-rotate-y: initial;
  --xyz-in-rotate-y: initial;
  --xyz-out-rotate-y: initial;
  --xyz-appear-rotate-y: initial;
  --xyz-rotate-z: initial;
  --xyz-in-rotate-z: initial;
  --xyz-out-rotate-z: initial;
  --xyz-appear-rotate-z: initial;
  --xyz-scale-x: initial;
  --xyz-in-scale-x: initial;
  --xyz-out-scale-x: initial;
  --xyz-appear-scale-x: initial;
  --xyz-scale-y: initial;
  --xyz-in-scale-y: initial;
  --xyz-out-scale-y: initial;
  --xyz-appear-scale-y: initial;
  --xyz-scale-z: initial;
  --xyz-in-scale-z: initial;
  --xyz-out-scale-z: initial;
  --xyz-appear-scale-z: initial;
  --xyz-skew-x: initial;
  --xyz-in-skew-x: initial;
  --xyz-out-skew-x: initial;
  --xyz-appear-skew-x: initial;
  --xyz-skew-y: initial;
  --xyz-in-skew-y: initial;
  --xyz-out-skew-y: initial;
  --xyz-appear-skew-y: initial;
}

[xyz~="inherit"] {
  --xyz-keyframes: inherit;
  --xyz-in-keyframes: inherit;
  --xyz-out-keyframes: inherit;
  --xyz-appear-keyframes: inherit;
  --xyz-ease: inherit;
  --xyz-in-ease: inherit;
  --xyz-out-ease: inherit;
  --xyz-appear-ease: inherit;
  --xyz-duration: inherit;
  --xyz-in-duration: inherit;
  --xyz-out-duration: inherit;
  --xyz-appear-duration: inherit;
  --xyz-delay: inherit;
  --xyz-in-delay: inherit;
  --xyz-out-delay: inherit;
  --xyz-appear-delay: inherit;
  --xyz-stagger: inherit;
  --xyz-in-stagger: inherit;
  --xyz-out-stagger: inherit;
  --xyz-appear-stagger: inherit;
  --xyz-stagger-rev: inherit;
  --xyz-in-stagger-rev: inherit;
  --xyz-out-stagger-rev: inherit;
  --xyz-appear-stagger-rev: inherit;
  --xyz-iterate: inherit;
  --xyz-in-iterate: inherit;
  --xyz-out-iterate: inherit;
  --xyz-appear-iterate: inherit;
  --xyz-direction: inherit;
  --xyz-in-direction: inherit;
  --xyz-out-direction: inherit;
  --xyz-appear-direction: inherit;
  --xyz-origin: inherit;
  --xyz-in-origin: inherit;
  --xyz-out-origin: inherit;
  --xyz-appear-origin: inherit;
  --xyz-opacity: inherit;
  --xyz-in-opacity: inherit;
  --xyz-out-opacity: inherit;
  --xyz-appear-opacity: inherit;
  --xyz-transform: inherit;
  --xyz-in-transform: inherit;
  --xyz-out-transform: inherit;
  --xyz-appear-transform: inherit;
  --xyz-perspective: inherit;
  --xyz-in-perspective: inherit;
  --xyz-out-perspective: inherit;
  --xyz-appear-perspective: inherit;
  --xyz-translate-x: inherit;
  --xyz-in-translate-x: inherit;
  --xyz-out-translate-x: inherit;
  --xyz-appear-translate-x: inherit;
  --xyz-translate-y: inherit;
  --xyz-in-translate-y: inherit;
  --xyz-out-translate-y: inherit;
  --xyz-appear-translate-y: inherit;
  --xyz-translate-z: inherit;
  --xyz-in-translate-z: inherit;
  --xyz-out-translate-z: inherit;
  --xyz-appear-translate-z: inherit;
  --xyz-rotate-x: inherit;
  --xyz-in-rotate-x: inherit;
  --xyz-out-rotate-x: inherit;
  --xyz-appear-rotate-x: inherit;
  --xyz-rotate-y: inherit;
  --xyz-in-rotate-y: inherit;
  --xyz-out-rotate-y: inherit;
  --xyz-appear-rotate-y: inherit;
  --xyz-rotate-z: inherit;
  --xyz-in-rotate-z: inherit;
  --xyz-out-rotate-z: inherit;
  --xyz-appear-rotate-z: inherit;
  --xyz-scale-x: inherit;
  --xyz-in-scale-x: inherit;
  --xyz-out-scale-x: inherit;
  --xyz-appear-scale-x: inherit;
  --xyz-scale-y: inherit;
  --xyz-in-scale-y: inherit;
  --xyz-out-scale-y: inherit;
  --xyz-appear-scale-y: inherit;
  --xyz-scale-z: inherit;
  --xyz-in-scale-z: inherit;
  --xyz-out-scale-z: inherit;
  --xyz-appear-scale-z: inherit;
  --xyz-skew-x: inherit;
  --xyz-in-skew-x: inherit;
  --xyz-out-skew-x: inherit;
  --xyz-appear-skew-x: inherit;
  --xyz-skew-y: inherit;
  --xyz-in-skew-y: inherit;
  --xyz-out-skew-y: inherit;
  --xyz-appear-skew-y: inherit;
}

[xyz~="ease"] {
  --xyz-ease: var(--xyz-ease-default);
}

[xyz~="ease-ease"] {
  --xyz-ease: ease;
}

[xyz~="ease-linear"] {
  --xyz-ease: linear;
}

[xyz~="ease-in"] {
  --xyz-ease: ease-in;
}

[xyz~="ease-in-back"] {
  --xyz-ease: cubic-bezier(.6, -.28, .735, .045);
}

[xyz~="ease-out"] {
  --xyz-ease: ease-out;
}

[xyz~="ease-out-back"] {
  --xyz-ease: cubic-bezier(.175, .885, .32, 1.275);
}

[xyz~="ease-in-out"] {
  --xyz-ease: ease-in-out;
}

[xyz~="ease-in-out-back"] {
  --xyz-ease: cubic-bezier(.68, -.55, .265, 1.55);
}

[xyz~="in-ease"] {
  --xyz-in-ease: var(--xyz-ease-default);
}

[xyz~="in-ease-ease"] {
  --xyz-in-ease: ease;
}

[xyz~="in-ease-linear"] {
  --xyz-in-ease: linear;
}

[xyz~="in-ease-in"] {
  --xyz-in-ease: ease-in;
}

[xyz~="in-ease-in-back"] {
  --xyz-in-ease: cubic-bezier(.6, -.28, .735, .045);
}

[xyz~="in-ease-out"] {
  --xyz-in-ease: ease-out;
}

[xyz~="in-ease-out-back"] {
  --xyz-in-ease: cubic-bezier(.175, .885, .32, 1.275);
}

[xyz~="in-ease-in-out"] {
  --xyz-in-ease: ease-in-out;
}

[xyz~="in-ease-in-out-back"] {
  --xyz-in-ease: cubic-bezier(.68, -.55, .265, 1.55);
}

[xyz~="out-ease"] {
  --xyz-out-ease: var(--xyz-ease-default);
}

[xyz~="out-ease-ease"] {
  --xyz-out-ease: ease;
}

[xyz~="out-ease-linear"] {
  --xyz-out-ease: linear;
}

[xyz~="out-ease-in"] {
  --xyz-out-ease: ease-in;
}

[xyz~="out-ease-in-back"] {
  --xyz-out-ease: cubic-bezier(.6, -.28, .735, .045);
}

[xyz~="out-ease-out"] {
  --xyz-out-ease: ease-out;
}

[xyz~="out-ease-out-back"] {
  --xyz-out-ease: cubic-bezier(.175, .885, .32, 1.275);
}

[xyz~="out-ease-in-out"] {
  --xyz-out-ease: ease-in-out;
}

[xyz~="out-ease-in-out-back"] {
  --xyz-out-ease: cubic-bezier(.68, -.55, .265, 1.55);
}

[xyz~="appear-ease"] {
  --xyz-appear-ease: var(--xyz-ease-default);
}

[xyz~="appear-ease-ease"] {
  --xyz-appear-ease: ease;
}

[xyz~="appear-ease-linear"] {
  --xyz-appear-ease: linear;
}

[xyz~="appear-ease-in"] {
  --xyz-appear-ease: ease-in;
}

[xyz~="appear-ease-in-back"] {
  --xyz-appear-ease: cubic-bezier(.6, -.28, .735, .045);
}

[xyz~="appear-ease-out"] {
  --xyz-appear-ease: ease-out;
}

[xyz~="appear-ease-out-back"] {
  --xyz-appear-ease: cubic-bezier(.175, .885, .32, 1.275);
}

[xyz~="appear-ease-in-out"] {
  --xyz-appear-ease: ease-in-out;
}

[xyz~="appear-ease-in-out-back"] {
  --xyz-appear-ease: cubic-bezier(.68, -.55, .265, 1.55);
}

[xyz~="duration"] {
  --xyz-duration: var(--xyz-duration-default);
}

[xyz~="duration-0"] {
  --xyz-duration: 0s;
}

[xyz~="duration-0.5"] {
  --xyz-duration: .05s;
}

[xyz~="duration-1"] {
  --xyz-duration: .1s;
}

[xyz~="duration-1.5"] {
  --xyz-duration: .15s;
}

[xyz~="duration-2"] {
  --xyz-duration: .2s;
}

[xyz~="duration-2.5"] {
  --xyz-duration: .25s;
}

[xyz~="duration-3"] {
  --xyz-duration: .3s;
}

[xyz~="duration-4"] {
  --xyz-duration: .4s;
}

[xyz~="duration-5"] {
  --xyz-duration: .5s;
}

[xyz~="duration-6"] {
  --xyz-duration: .6s;
}

[xyz~="duration-7"] {
  --xyz-duration: .7s;
}

[xyz~="duration-8"] {
  --xyz-duration: .8s;
}

[xyz~="duration-9"] {
  --xyz-duration: .9s;
}

[xyz~="duration-10"] {
  --xyz-duration: 1s;
}

[xyz~="duration-15"] {
  --xyz-duration: 1.5s;
}

[xyz~="duration-20"] {
  --xyz-duration: 2s;
}

[xyz~="duration-25"] {
  --xyz-duration: 2.5s;
}

[xyz~="duration-30"] {
  --xyz-duration: 3s;
}

[xyz~="in-duration"] {
  --xyz-in-duration: var(--xyz-duration-default);
}

[xyz~="in-duration-0"] {
  --xyz-in-duration: 0s;
}

[xyz~="in-duration-0.5"] {
  --xyz-in-duration: .05s;
}

[xyz~="in-duration-1"] {
  --xyz-in-duration: .1s;
}

[xyz~="in-duration-1.5"] {
  --xyz-in-duration: .15s;
}

[xyz~="in-duration-2"] {
  --xyz-in-duration: .2s;
}

[xyz~="in-duration-2.5"] {
  --xyz-in-duration: .25s;
}

[xyz~="in-duration-3"] {
  --xyz-in-duration: .3s;
}

[xyz~="in-duration-4"] {
  --xyz-in-duration: .4s;
}

[xyz~="in-duration-5"] {
  --xyz-in-duration: .5s;
}

[xyz~="in-duration-6"] {
  --xyz-in-duration: .6s;
}

[xyz~="in-duration-7"] {
  --xyz-in-duration: .7s;
}

[xyz~="in-duration-8"] {
  --xyz-in-duration: .8s;
}

[xyz~="in-duration-9"] {
  --xyz-in-duration: .9s;
}

[xyz~="in-duration-10"] {
  --xyz-in-duration: 1s;
}

[xyz~="in-duration-15"] {
  --xyz-in-duration: 1.5s;
}

[xyz~="in-duration-20"] {
  --xyz-in-duration: 2s;
}

[xyz~="in-duration-25"] {
  --xyz-in-duration: 2.5s;
}

[xyz~="in-duration-30"] {
  --xyz-in-duration: 3s;
}

[xyz~="out-duration"] {
  --xyz-out-duration: var(--xyz-duration-default);
}

[xyz~="out-duration-0"] {
  --xyz-out-duration: 0s;
}

[xyz~="out-duration-0.5"] {
  --xyz-out-duration: .05s;
}

[xyz~="out-duration-1"] {
  --xyz-out-duration: .1s;
}

[xyz~="out-duration-1.5"] {
  --xyz-out-duration: .15s;
}

[xyz~="out-duration-2"] {
  --xyz-out-duration: .2s;
}

[xyz~="out-duration-2.5"] {
  --xyz-out-duration: .25s;
}

[xyz~="out-duration-3"] {
  --xyz-out-duration: .3s;
}

[xyz~="out-duration-4"] {
  --xyz-out-duration: .4s;
}

[xyz~="out-duration-5"] {
  --xyz-out-duration: .5s;
}

[xyz~="out-duration-6"] {
  --xyz-out-duration: .6s;
}

[xyz~="out-duration-7"] {
  --xyz-out-duration: .7s;
}

[xyz~="out-duration-8"] {
  --xyz-out-duration: .8s;
}

[xyz~="out-duration-9"] {
  --xyz-out-duration: .9s;
}

[xyz~="out-duration-10"] {
  --xyz-out-duration: 1s;
}

[xyz~="out-duration-15"] {
  --xyz-out-duration: 1.5s;
}

[xyz~="out-duration-20"] {
  --xyz-out-duration: 2s;
}

[xyz~="out-duration-25"] {
  --xyz-out-duration: 2.5s;
}

[xyz~="out-duration-30"] {
  --xyz-out-duration: 3s;
}

[xyz~="appear-duration"] {
  --xyz-appear-duration: var(--xyz-duration-default);
}

[xyz~="appear-duration-0"] {
  --xyz-appear-duration: 0s;
}

[xyz~="appear-duration-0.5"] {
  --xyz-appear-duration: .05s;
}

[xyz~="appear-duration-1"] {
  --xyz-appear-duration: .1s;
}

[xyz~="appear-duration-1.5"] {
  --xyz-appear-duration: .15s;
}

[xyz~="appear-duration-2"] {
  --xyz-appear-duration: .2s;
}

[xyz~="appear-duration-2.5"] {
  --xyz-appear-duration: .25s;
}

[xyz~="appear-duration-3"] {
  --xyz-appear-duration: .3s;
}

[xyz~="appear-duration-4"] {
  --xyz-appear-duration: .4s;
}

[xyz~="appear-duration-5"] {
  --xyz-appear-duration: .5s;
}

[xyz~="appear-duration-6"] {
  --xyz-appear-duration: .6s;
}

[xyz~="appear-duration-7"] {
  --xyz-appear-duration: .7s;
}

[xyz~="appear-duration-8"] {
  --xyz-appear-duration: .8s;
}

[xyz~="appear-duration-9"] {
  --xyz-appear-duration: .9s;
}

[xyz~="appear-duration-10"] {
  --xyz-appear-duration: 1s;
}

[xyz~="appear-duration-15"] {
  --xyz-appear-duration: 1.5s;
}

[xyz~="appear-duration-20"] {
  --xyz-appear-duration: 2s;
}

[xyz~="appear-duration-25"] {
  --xyz-appear-duration: 2.5s;
}

[xyz~="appear-duration-30"] {
  --xyz-appear-duration: 3s;
}

[xyz~="delay"] {
  --xyz-delay: var(--xyz-delay-default);
}

[xyz~="delay-0"] {
  --xyz-delay: 0s;
}

[xyz~="delay-0.5"] {
  --xyz-delay: .05s;
}

[xyz~="delay-1"] {
  --xyz-delay: .1s;
}

[xyz~="delay-1.5"] {
  --xyz-delay: .15s;
}

[xyz~="delay-2"] {
  --xyz-delay: .2s;
}

[xyz~="delay-2.5"] {
  --xyz-delay: .25s;
}

[xyz~="delay-3"] {
  --xyz-delay: .3s;
}

[xyz~="delay-4"] {
  --xyz-delay: .4s;
}

[xyz~="delay-5"] {
  --xyz-delay: .5s;
}

[xyz~="delay-6"] {
  --xyz-delay: .6s;
}

[xyz~="delay-7"] {
  --xyz-delay: .7s;
}

[xyz~="delay-8"] {
  --xyz-delay: .8s;
}

[xyz~="delay-9"] {
  --xyz-delay: .9s;
}

[xyz~="delay-10"] {
  --xyz-delay: 1s;
}

[xyz~="delay-15"] {
  --xyz-delay: 1.5s;
}

[xyz~="delay-20"] {
  --xyz-delay: 2s;
}

[xyz~="delay-25"] {
  --xyz-delay: 2.5s;
}

[xyz~="delay-30"] {
  --xyz-delay: 3s;
}

[xyz~="in-delay"] {
  --xyz-in-delay: var(--xyz-delay-default);
}

[xyz~="in-delay-0"] {
  --xyz-in-delay: 0s;
}

[xyz~="in-delay-0.5"] {
  --xyz-in-delay: .05s;
}

[xyz~="in-delay-1"] {
  --xyz-in-delay: .1s;
}

[xyz~="in-delay-1.5"] {
  --xyz-in-delay: .15s;
}

[xyz~="in-delay-2"] {
  --xyz-in-delay: .2s;
}

[xyz~="in-delay-2.5"] {
  --xyz-in-delay: .25s;
}

[xyz~="in-delay-3"] {
  --xyz-in-delay: .3s;
}

[xyz~="in-delay-4"] {
  --xyz-in-delay: .4s;
}

[xyz~="in-delay-5"] {
  --xyz-in-delay: .5s;
}

[xyz~="in-delay-6"] {
  --xyz-in-delay: .6s;
}

[xyz~="in-delay-7"] {
  --xyz-in-delay: .7s;
}

[xyz~="in-delay-8"] {
  --xyz-in-delay: .8s;
}

[xyz~="in-delay-9"] {
  --xyz-in-delay: .9s;
}

[xyz~="in-delay-10"] {
  --xyz-in-delay: 1s;
}

[xyz~="in-delay-15"] {
  --xyz-in-delay: 1.5s;
}

[xyz~="in-delay-20"] {
  --xyz-in-delay: 2s;
}

[xyz~="in-delay-25"] {
  --xyz-in-delay: 2.5s;
}

[xyz~="in-delay-30"] {
  --xyz-in-delay: 3s;
}

[xyz~="out-delay"] {
  --xyz-out-delay: var(--xyz-delay-default);
}

[xyz~="out-delay-0"] {
  --xyz-out-delay: 0s;
}

[xyz~="out-delay-0.5"] {
  --xyz-out-delay: .05s;
}

[xyz~="out-delay-1"] {
  --xyz-out-delay: .1s;
}

[xyz~="out-delay-1.5"] {
  --xyz-out-delay: .15s;
}

[xyz~="out-delay-2"] {
  --xyz-out-delay: .2s;
}

[xyz~="out-delay-2.5"] {
  --xyz-out-delay: .25s;
}

[xyz~="out-delay-3"] {
  --xyz-out-delay: .3s;
}

[xyz~="out-delay-4"] {
  --xyz-out-delay: .4s;
}

[xyz~="out-delay-5"] {
  --xyz-out-delay: .5s;
}

[xyz~="out-delay-6"] {
  --xyz-out-delay: .6s;
}

[xyz~="out-delay-7"] {
  --xyz-out-delay: .7s;
}

[xyz~="out-delay-8"] {
  --xyz-out-delay: .8s;
}

[xyz~="out-delay-9"] {
  --xyz-out-delay: .9s;
}

[xyz~="out-delay-10"] {
  --xyz-out-delay: 1s;
}

[xyz~="out-delay-15"] {
  --xyz-out-delay: 1.5s;
}

[xyz~="out-delay-20"] {
  --xyz-out-delay: 2s;
}

[xyz~="out-delay-25"] {
  --xyz-out-delay: 2.5s;
}

[xyz~="out-delay-30"] {
  --xyz-out-delay: 3s;
}

[xyz~="appear-delay"] {
  --xyz-appear-delay: var(--xyz-delay-default);
}

[xyz~="appear-delay-0"] {
  --xyz-appear-delay: 0s;
}

[xyz~="appear-delay-0.5"] {
  --xyz-appear-delay: .05s;
}

[xyz~="appear-delay-1"] {
  --xyz-appear-delay: .1s;
}

[xyz~="appear-delay-1.5"] {
  --xyz-appear-delay: .15s;
}

[xyz~="appear-delay-2"] {
  --xyz-appear-delay: .2s;
}

[xyz~="appear-delay-2.5"] {
  --xyz-appear-delay: .25s;
}

[xyz~="appear-delay-3"] {
  --xyz-appear-delay: .3s;
}

[xyz~="appear-delay-4"] {
  --xyz-appear-delay: .4s;
}

[xyz~="appear-delay-5"] {
  --xyz-appear-delay: .5s;
}

[xyz~="appear-delay-6"] {
  --xyz-appear-delay: .6s;
}

[xyz~="appear-delay-7"] {
  --xyz-appear-delay: .7s;
}

[xyz~="appear-delay-8"] {
  --xyz-appear-delay: .8s;
}

[xyz~="appear-delay-9"] {
  --xyz-appear-delay: .9s;
}

[xyz~="appear-delay-10"] {
  --xyz-appear-delay: 1s;
}

[xyz~="appear-delay-15"] {
  --xyz-appear-delay: 1.5s;
}

[xyz~="appear-delay-20"] {
  --xyz-appear-delay: 2s;
}

[xyz~="appear-delay-25"] {
  --xyz-appear-delay: 2.5s;
}

[xyz~="appear-delay-30"] {
  --xyz-appear-delay: 3s;
}

[xyz~="stagger"] {
  --xyz-stagger: var(--xyz-stagger-default);
}

[xyz~="stagger-0"] {
  --xyz-stagger: 0s;
}

[xyz~="stagger-0.5"] {
  --xyz-stagger: .05s;
}

[xyz~="stagger-1"] {
  --xyz-stagger: .1s;
}

[xyz~="stagger-1.5"] {
  --xyz-stagger: .15s;
}

[xyz~="stagger-2"] {
  --xyz-stagger: .2s;
}

[xyz~="stagger-2.5"] {
  --xyz-stagger: .25s;
}

[xyz~="stagger-3"] {
  --xyz-stagger: .3s;
}

[xyz~="stagger-4"] {
  --xyz-stagger: .4s;
}

[xyz~="stagger-5"] {
  --xyz-stagger: .5s;
}

[xyz~="stagger-6"] {
  --xyz-stagger: .6s;
}

[xyz~="stagger-7"] {
  --xyz-stagger: .7s;
}

[xyz~="stagger-8"] {
  --xyz-stagger: .8s;
}

[xyz~="stagger-9"] {
  --xyz-stagger: .9s;
}

[xyz~="stagger-10"] {
  --xyz-stagger: 1s;
}

[xyz~="stagger-15"] {
  --xyz-stagger: 1.5s;
}

[xyz~="stagger-20"] {
  --xyz-stagger: 2s;
}

[xyz~="stagger-25"] {
  --xyz-stagger: 2.5s;
}

[xyz~="stagger-30"] {
  --xyz-stagger: 3s;
}

[xyz~="in-stagger"] {
  --xyz-in-stagger: var(--xyz-stagger-default);
}

[xyz~="in-stagger-0"] {
  --xyz-in-stagger: 0s;
}

[xyz~="in-stagger-0.5"] {
  --xyz-in-stagger: .05s;
}

[xyz~="in-stagger-1"] {
  --xyz-in-stagger: .1s;
}

[xyz~="in-stagger-1.5"] {
  --xyz-in-stagger: .15s;
}

[xyz~="in-stagger-2"] {
  --xyz-in-stagger: .2s;
}

[xyz~="in-stagger-2.5"] {
  --xyz-in-stagger: .25s;
}

[xyz~="in-stagger-3"] {
  --xyz-in-stagger: .3s;
}

[xyz~="in-stagger-4"] {
  --xyz-in-stagger: .4s;
}

[xyz~="in-stagger-5"] {
  --xyz-in-stagger: .5s;
}

[xyz~="in-stagger-6"] {
  --xyz-in-stagger: .6s;
}

[xyz~="in-stagger-7"] {
  --xyz-in-stagger: .7s;
}

[xyz~="in-stagger-8"] {
  --xyz-in-stagger: .8s;
}

[xyz~="in-stagger-9"] {
  --xyz-in-stagger: .9s;
}

[xyz~="in-stagger-10"] {
  --xyz-in-stagger: 1s;
}

[xyz~="in-stagger-15"] {
  --xyz-in-stagger: 1.5s;
}

[xyz~="in-stagger-20"] {
  --xyz-in-stagger: 2s;
}

[xyz~="in-stagger-25"] {
  --xyz-in-stagger: 2.5s;
}

[xyz~="in-stagger-30"] {
  --xyz-in-stagger: 3s;
}

[xyz~="out-stagger"] {
  --xyz-out-stagger: var(--xyz-stagger-default);
}

[xyz~="out-stagger-0"] {
  --xyz-out-stagger: 0s;
}

[xyz~="out-stagger-0.5"] {
  --xyz-out-stagger: .05s;
}

[xyz~="out-stagger-1"] {
  --xyz-out-stagger: .1s;
}

[xyz~="out-stagger-1.5"] {
  --xyz-out-stagger: .15s;
}

[xyz~="out-stagger-2"] {
  --xyz-out-stagger: .2s;
}

[xyz~="out-stagger-2.5"] {
  --xyz-out-stagger: .25s;
}

[xyz~="out-stagger-3"] {
  --xyz-out-stagger: .3s;
}

[xyz~="out-stagger-4"] {
  --xyz-out-stagger: .4s;
}

[xyz~="out-stagger-5"] {
  --xyz-out-stagger: .5s;
}

[xyz~="out-stagger-6"] {
  --xyz-out-stagger: .6s;
}

[xyz~="out-stagger-7"] {
  --xyz-out-stagger: .7s;
}

[xyz~="out-stagger-8"] {
  --xyz-out-stagger: .8s;
}

[xyz~="out-stagger-9"] {
  --xyz-out-stagger: .9s;
}

[xyz~="out-stagger-10"] {
  --xyz-out-stagger: 1s;
}

[xyz~="out-stagger-15"] {
  --xyz-out-stagger: 1.5s;
}

[xyz~="out-stagger-20"] {
  --xyz-out-stagger: 2s;
}

[xyz~="out-stagger-25"] {
  --xyz-out-stagger: 2.5s;
}

[xyz~="out-stagger-30"] {
  --xyz-out-stagger: 3s;
}

[xyz~="appear-stagger"] {
  --xyz-appear-stagger: var(--xyz-stagger-default);
}

[xyz~="appear-stagger-0"] {
  --xyz-appear-stagger: 0s;
}

[xyz~="appear-stagger-0.5"] {
  --xyz-appear-stagger: .05s;
}

[xyz~="appear-stagger-1"] {
  --xyz-appear-stagger: .1s;
}

[xyz~="appear-stagger-1.5"] {
  --xyz-appear-stagger: .15s;
}

[xyz~="appear-stagger-2"] {
  --xyz-appear-stagger: .2s;
}

[xyz~="appear-stagger-2.5"] {
  --xyz-appear-stagger: .25s;
}

[xyz~="appear-stagger-3"] {
  --xyz-appear-stagger: .3s;
}

[xyz~="appear-stagger-4"] {
  --xyz-appear-stagger: .4s;
}

[xyz~="appear-stagger-5"] {
  --xyz-appear-stagger: .5s;
}

[xyz~="appear-stagger-6"] {
  --xyz-appear-stagger: .6s;
}

[xyz~="appear-stagger-7"] {
  --xyz-appear-stagger: .7s;
}

[xyz~="appear-stagger-8"] {
  --xyz-appear-stagger: .8s;
}

[xyz~="appear-stagger-9"] {
  --xyz-appear-stagger: .9s;
}

[xyz~="appear-stagger-10"] {
  --xyz-appear-stagger: 1s;
}

[xyz~="appear-stagger-15"] {
  --xyz-appear-stagger: 1.5s;
}

[xyz~="appear-stagger-20"] {
  --xyz-appear-stagger: 2s;
}

[xyz~="appear-stagger-25"] {
  --xyz-appear-stagger: 2.5s;
}

[xyz~="appear-stagger-30"] {
  --xyz-appear-stagger: 3s;
}

[xyz~="stagger-rev"] {
  --xyz-stagger-rev: var(--xyz-stagger-default);
}

[xyz~="stagger-rev-0"] {
  --xyz-stagger-rev: 0s;
}

[xyz~="stagger-rev-0.5"] {
  --xyz-stagger-rev: .05s;
}

[xyz~="stagger-rev-1"] {
  --xyz-stagger-rev: .1s;
}

[xyz~="stagger-rev-1.5"] {
  --xyz-stagger-rev: .15s;
}

[xyz~="stagger-rev-2"] {
  --xyz-stagger-rev: .2s;
}

[xyz~="stagger-rev-2.5"] {
  --xyz-stagger-rev: .25s;
}

[xyz~="stagger-rev-3"] {
  --xyz-stagger-rev: .3s;
}

[xyz~="stagger-rev-4"] {
  --xyz-stagger-rev: .4s;
}

[xyz~="stagger-rev-5"] {
  --xyz-stagger-rev: .5s;
}

[xyz~="stagger-rev-6"] {
  --xyz-stagger-rev: .6s;
}

[xyz~="stagger-rev-7"] {
  --xyz-stagger-rev: .7s;
}

[xyz~="stagger-rev-8"] {
  --xyz-stagger-rev: .8s;
}

[xyz~="stagger-rev-9"] {
  --xyz-stagger-rev: .9s;
}

[xyz~="stagger-rev-10"] {
  --xyz-stagger-rev: 1s;
}

[xyz~="stagger-rev-15"] {
  --xyz-stagger-rev: 1.5s;
}

[xyz~="stagger-rev-20"] {
  --xyz-stagger-rev: 2s;
}

[xyz~="stagger-rev-25"] {
  --xyz-stagger-rev: 2.5s;
}

[xyz~="stagger-rev-30"] {
  --xyz-stagger-rev: 3s;
}

[xyz~="in-stagger-rev"] {
  --xyz-in-stagger-rev: var(--xyz-stagger-default);
}

[xyz~="in-stagger-rev-0"] {
  --xyz-in-stagger-rev: 0s;
}

[xyz~="in-stagger-rev-0.5"] {
  --xyz-in-stagger-rev: .05s;
}

[xyz~="in-stagger-rev-1"] {
  --xyz-in-stagger-rev: .1s;
}

[xyz~="in-stagger-rev-1.5"] {
  --xyz-in-stagger-rev: .15s;
}

[xyz~="in-stagger-rev-2"] {
  --xyz-in-stagger-rev: .2s;
}

[xyz~="in-stagger-rev-2.5"] {
  --xyz-in-stagger-rev: .25s;
}

[xyz~="in-stagger-rev-3"] {
  --xyz-in-stagger-rev: .3s;
}

[xyz~="in-stagger-rev-4"] {
  --xyz-in-stagger-rev: .4s;
}

[xyz~="in-stagger-rev-5"] {
  --xyz-in-stagger-rev: .5s;
}

[xyz~="in-stagger-rev-6"] {
  --xyz-in-stagger-rev: .6s;
}

[xyz~="in-stagger-rev-7"] {
  --xyz-in-stagger-rev: .7s;
}

[xyz~="in-stagger-rev-8"] {
  --xyz-in-stagger-rev: .8s;
}

[xyz~="in-stagger-rev-9"] {
  --xyz-in-stagger-rev: .9s;
}

[xyz~="in-stagger-rev-10"] {
  --xyz-in-stagger-rev: 1s;
}

[xyz~="in-stagger-rev-15"] {
  --xyz-in-stagger-rev: 1.5s;
}

[xyz~="in-stagger-rev-20"] {
  --xyz-in-stagger-rev: 2s;
}

[xyz~="in-stagger-rev-25"] {
  --xyz-in-stagger-rev: 2.5s;
}

[xyz~="in-stagger-rev-30"] {
  --xyz-in-stagger-rev: 3s;
}

[xyz~="out-stagger-rev"] {
  --xyz-out-stagger-rev: var(--xyz-stagger-default);
}

[xyz~="out-stagger-rev-0"] {
  --xyz-out-stagger-rev: 0s;
}

[xyz~="out-stagger-rev-0.5"] {
  --xyz-out-stagger-rev: .05s;
}

[xyz~="out-stagger-rev-1"] {
  --xyz-out-stagger-rev: .1s;
}

[xyz~="out-stagger-rev-1.5"] {
  --xyz-out-stagger-rev: .15s;
}

[xyz~="out-stagger-rev-2"] {
  --xyz-out-stagger-rev: .2s;
}

[xyz~="out-stagger-rev-2.5"] {
  --xyz-out-stagger-rev: .25s;
}

[xyz~="out-stagger-rev-3"] {
  --xyz-out-stagger-rev: .3s;
}

[xyz~="out-stagger-rev-4"] {
  --xyz-out-stagger-rev: .4s;
}

[xyz~="out-stagger-rev-5"] {
  --xyz-out-stagger-rev: .5s;
}

[xyz~="out-stagger-rev-6"] {
  --xyz-out-stagger-rev: .6s;
}

[xyz~="out-stagger-rev-7"] {
  --xyz-out-stagger-rev: .7s;
}

[xyz~="out-stagger-rev-8"] {
  --xyz-out-stagger-rev: .8s;
}

[xyz~="out-stagger-rev-9"] {
  --xyz-out-stagger-rev: .9s;
}

[xyz~="out-stagger-rev-10"] {
  --xyz-out-stagger-rev: 1s;
}

[xyz~="out-stagger-rev-15"] {
  --xyz-out-stagger-rev: 1.5s;
}

[xyz~="out-stagger-rev-20"] {
  --xyz-out-stagger-rev: 2s;
}

[xyz~="out-stagger-rev-25"] {
  --xyz-out-stagger-rev: 2.5s;
}

[xyz~="out-stagger-rev-30"] {
  --xyz-out-stagger-rev: 3s;
}

[xyz~="appear-stagger-rev"] {
  --xyz-appear-stagger-rev: var(--xyz-stagger-default);
}

[xyz~="appear-stagger-rev-0"] {
  --xyz-appear-stagger-rev: 0s;
}

[xyz~="appear-stagger-rev-0.5"] {
  --xyz-appear-stagger-rev: .05s;
}

[xyz~="appear-stagger-rev-1"] {
  --xyz-appear-stagger-rev: .1s;
}

[xyz~="appear-stagger-rev-1.5"] {
  --xyz-appear-stagger-rev: .15s;
}

[xyz~="appear-stagger-rev-2"] {
  --xyz-appear-stagger-rev: .2s;
}

[xyz~="appear-stagger-rev-2.5"] {
  --xyz-appear-stagger-rev: .25s;
}

[xyz~="appear-stagger-rev-3"] {
  --xyz-appear-stagger-rev: .3s;
}

[xyz~="appear-stagger-rev-4"] {
  --xyz-appear-stagger-rev: .4s;
}

[xyz~="appear-stagger-rev-5"] {
  --xyz-appear-stagger-rev: .5s;
}

[xyz~="appear-stagger-rev-6"] {
  --xyz-appear-stagger-rev: .6s;
}

[xyz~="appear-stagger-rev-7"] {
  --xyz-appear-stagger-rev: .7s;
}

[xyz~="appear-stagger-rev-8"] {
  --xyz-appear-stagger-rev: .8s;
}

[xyz~="appear-stagger-rev-9"] {
  --xyz-appear-stagger-rev: .9s;
}

[xyz~="appear-stagger-rev-10"] {
  --xyz-appear-stagger-rev: 1s;
}

[xyz~="appear-stagger-rev-15"] {
  --xyz-appear-stagger-rev: 1.5s;
}

[xyz~="appear-stagger-rev-20"] {
  --xyz-appear-stagger-rev: 2s;
}

[xyz~="appear-stagger-rev-25"] {
  --xyz-appear-stagger-rev: 2.5s;
}

[xyz~="appear-stagger-rev-30"] {
  --xyz-appear-stagger-rev: 3s;
}

[xyz~="iterate"] {
  --xyz-iterate: var(--xyz-iterate-default);
}

[xyz~="iterate-1"] {
  --xyz-iterate: 1;
}

[xyz~="iterate-2"] {
  --xyz-iterate: 2;
}

[xyz~="iterate-3"] {
  --xyz-iterate: 3;
}

[xyz~="iterate-4"] {
  --xyz-iterate: 4;
}

[xyz~="iterate-5"] {
  --xyz-iterate: 5;
}

[xyz~="iterate-infinite"] {
  --xyz-iterate: infinite;
}

[xyz~="in-iterate"] {
  --xyz-in-iterate: var(--xyz-iterate-default);
}

[xyz~="in-iterate-1"] {
  --xyz-in-iterate: 1;
}

[xyz~="in-iterate-2"] {
  --xyz-in-iterate: 2;
}

[xyz~="in-iterate-3"] {
  --xyz-in-iterate: 3;
}

[xyz~="in-iterate-4"] {
  --xyz-in-iterate: 4;
}

[xyz~="in-iterate-5"] {
  --xyz-in-iterate: 5;
}

[xyz~="in-iterate-infinite"] {
  --xyz-in-iterate: infinite;
}

[xyz~="out-iterate"] {
  --xyz-out-iterate: var(--xyz-iterate-default);
}

[xyz~="out-iterate-1"] {
  --xyz-out-iterate: 1;
}

[xyz~="out-iterate-2"] {
  --xyz-out-iterate: 2;
}

[xyz~="out-iterate-3"] {
  --xyz-out-iterate: 3;
}

[xyz~="out-iterate-4"] {
  --xyz-out-iterate: 4;
}

[xyz~="out-iterate-5"] {
  --xyz-out-iterate: 5;
}

[xyz~="out-iterate-infinite"] {
  --xyz-out-iterate: infinite;
}

[xyz~="appear-iterate"] {
  --xyz-appear-iterate: var(--xyz-iterate-default);
}

[xyz~="appear-iterate-1"] {
  --xyz-appear-iterate: 1;
}

[xyz~="appear-iterate-2"] {
  --xyz-appear-iterate: 2;
}

[xyz~="appear-iterate-3"] {
  --xyz-appear-iterate: 3;
}

[xyz~="appear-iterate-4"] {
  --xyz-appear-iterate: 4;
}

[xyz~="appear-iterate-5"] {
  --xyz-appear-iterate: 5;
}

[xyz~="appear-iterate-infinite"] {
  --xyz-appear-iterate: infinite;
}

[xyz~="direction"] {
  --xyz-direction: var(--xyz-direction-default);
}

[xyz~="direction-normal"] {
  --xyz-direction: normal;
}

[xyz~="direction-reverse"] {
  --xyz-direction: reverse;
}

[xyz~="direction-alternate"] {
  --xyz-direction: alternate;
}

[xyz~="direction-alternate-reverse"] {
  --xyz-direction: alternate-reverse;
}

[xyz~="in-direction"] {
  --xyz-in-direction: var(--xyz-direction-default);
}

[xyz~="in-direction-normal"] {
  --xyz-in-direction: normal;
}

[xyz~="in-direction-reverse"] {
  --xyz-in-direction: reverse;
}

[xyz~="in-direction-alternate"] {
  --xyz-in-direction: alternate;
}

[xyz~="in-direction-alternate-reverse"] {
  --xyz-in-direction: alternate-reverse;
}

[xyz~="out-direction"] {
  --xyz-out-direction: var(--xyz-direction-default);
}

[xyz~="out-direction-normal"] {
  --xyz-out-direction: normal;
}

[xyz~="out-direction-reverse"] {
  --xyz-out-direction: reverse;
}

[xyz~="out-direction-alternate"] {
  --xyz-out-direction: alternate;
}

[xyz~="out-direction-alternate-reverse"] {
  --xyz-out-direction: alternate-reverse;
}

[xyz~="appear-direction"] {
  --xyz-appear-direction: var(--xyz-direction-default);
}

[xyz~="appear-direction-normal"] {
  --xyz-appear-direction: normal;
}

[xyz~="appear-direction-reverse"] {
  --xyz-appear-direction: reverse;
}

[xyz~="appear-direction-alternate"] {
  --xyz-appear-direction: alternate;
}

[xyz~="appear-direction-alternate-reverse"] {
  --xyz-appear-direction: alternate-reverse;
}

[xyz~="origin"] {
  --xyz-origin: var(--xyz-origin-default);
}

[xyz~="origin-center"] {
  --xyz-origin: center;
}

[xyz~="origin-top"] {
  --xyz-origin: top;
}

[xyz~="origin-bottom"] {
  --xyz-origin: bottom;
}

[xyz~="origin-left"] {
  --xyz-origin: left;
}

[xyz~="origin-right"] {
  --xyz-origin: right;
}

[xyz~="origin-top-left"] {
  --xyz-origin: top left;
}

[xyz~="origin-top-right"] {
  --xyz-origin: top right;
}

[xyz~="origin-bottom-left"] {
  --xyz-origin: bottom left;
}

[xyz~="origin-bottom-right"] {
  --xyz-origin: bottom right;
}

[xyz~="in-origin"] {
  --xyz-in-origin: var(--xyz-origin-default);
}

[xyz~="in-origin-center"] {
  --xyz-in-origin: center;
}

[xyz~="in-origin-top"] {
  --xyz-in-origin: top;
}

[xyz~="in-origin-bottom"] {
  --xyz-in-origin: bottom;
}

[xyz~="in-origin-left"] {
  --xyz-in-origin: left;
}

[xyz~="in-origin-right"] {
  --xyz-in-origin: right;
}

[xyz~="in-origin-top-left"] {
  --xyz-in-origin: top left;
}

[xyz~="in-origin-top-right"] {
  --xyz-in-origin: top right;
}

[xyz~="in-origin-bottom-left"] {
  --xyz-in-origin: bottom left;
}

[xyz~="in-origin-bottom-right"] {
  --xyz-in-origin: bottom right;
}

[xyz~="out-origin"] {
  --xyz-out-origin: var(--xyz-origin-default);
}

[xyz~="out-origin-center"] {
  --xyz-out-origin: center;
}

[xyz~="out-origin-top"] {
  --xyz-out-origin: top;
}

[xyz~="out-origin-bottom"] {
  --xyz-out-origin: bottom;
}

[xyz~="out-origin-left"] {
  --xyz-out-origin: left;
}

[xyz~="out-origin-right"] {
  --xyz-out-origin: right;
}

[xyz~="out-origin-top-left"] {
  --xyz-out-origin: top left;
}

[xyz~="out-origin-top-right"] {
  --xyz-out-origin: top right;
}

[xyz~="out-origin-bottom-left"] {
  --xyz-out-origin: bottom left;
}

[xyz~="out-origin-bottom-right"] {
  --xyz-out-origin: bottom right;
}

[xyz~="appear-origin"] {
  --xyz-appear-origin: var(--xyz-origin-default);
}

[xyz~="appear-origin-center"] {
  --xyz-appear-origin: center;
}

[xyz~="appear-origin-top"] {
  --xyz-appear-origin: top;
}

[xyz~="appear-origin-bottom"] {
  --xyz-appear-origin: bottom;
}

[xyz~="appear-origin-left"] {
  --xyz-appear-origin: left;
}

[xyz~="appear-origin-right"] {
  --xyz-appear-origin: right;
}

[xyz~="appear-origin-top-left"] {
  --xyz-appear-origin: top left;
}

[xyz~="appear-origin-top-right"] {
  --xyz-appear-origin: top right;
}

[xyz~="appear-origin-bottom-left"] {
  --xyz-appear-origin: bottom left;
}

[xyz~="appear-origin-bottom-right"] {
  --xyz-appear-origin: bottom right;
}

[xyz~="perspective"] {
  --xyz-perspective: var(--xyz-perspective-default);
}

[xyz~="perspective-0"] {
  --xyz-perspective: var(--xyz-perspective-none);
}

[xyz~="perspective-1"] {
  --xyz-perspective: 500px;
}

[xyz~="perspective-2"] {
  --xyz-perspective: 1000px;
}

[xyz~="perspective-3"] {
  --xyz-perspective: 1500px;
}

[xyz~="perspective-4"] {
  --xyz-perspective: 2000px;
}

[xyz~="perspective-5"] {
  --xyz-perspective: 2500px;
}

[xyz~="in-perspective"] {
  --xyz-in-perspective: var(--xyz-perspective-default);
}

[xyz~="in-perspective-0"] {
  --xyz-in-perspective: var(--xyz-perspective-none);
}

[xyz~="in-perspective-1"] {
  --xyz-in-perspective: 500px;
}

[xyz~="in-perspective-2"] {
  --xyz-in-perspective: 1000px;
}

[xyz~="in-perspective-3"] {
  --xyz-in-perspective: 1500px;
}

[xyz~="in-perspective-4"] {
  --xyz-in-perspective: 2000px;
}

[xyz~="in-perspective-5"] {
  --xyz-in-perspective: 2500px;
}

[xyz~="out-perspective"] {
  --xyz-out-perspective: var(--xyz-perspective-default);
}

[xyz~="out-perspective-0"] {
  --xyz-out-perspective: var(--xyz-perspective-none);
}

[xyz~="out-perspective-1"] {
  --xyz-out-perspective: 500px;
}

[xyz~="out-perspective-2"] {
  --xyz-out-perspective: 1000px;
}

[xyz~="out-perspective-3"] {
  --xyz-out-perspective: 1500px;
}

[xyz~="out-perspective-4"] {
  --xyz-out-perspective: 2000px;
}

[xyz~="out-perspective-5"] {
  --xyz-out-perspective: 2500px;
}

[xyz~="appear-perspective"] {
  --xyz-appear-perspective: var(--xyz-perspective-default);
}

[xyz~="appear-perspective-0"] {
  --xyz-appear-perspective: var(--xyz-perspective-none);
}

[xyz~="appear-perspective-1"] {
  --xyz-appear-perspective: 500px;
}

[xyz~="appear-perspective-2"] {
  --xyz-appear-perspective: 1000px;
}

[xyz~="appear-perspective-3"] {
  --xyz-appear-perspective: 1500px;
}

[xyz~="appear-perspective-4"] {
  --xyz-appear-perspective: 2000px;
}

[xyz~="appear-perspective-5"] {
  --xyz-appear-perspective: 2500px;
}

[xyz~="fade"] {
  --xyz-opacity: calc(1 - var(--xyz-opacity-default));
}

[xyz~="fade-0"] {
  --xyz-opacity: 1;
}

[xyz~="fade-25%"] {
  --xyz-opacity: .75;
}

[xyz~="fade-50%"] {
  --xyz-opacity: .5;
}

[xyz~="fade-75%"] {
  --xyz-opacity: .25;
}

[xyz~="fade-100%"] {
  --xyz-opacity: 0;
}

[xyz~="in-fade"] {
  --xyz-in-opacity: calc(1 - var(--xyz-opacity-default));
}

[xyz~="in-fade-0"] {
  --xyz-in-opacity: 1;
}

[xyz~="in-fade-25%"] {
  --xyz-in-opacity: .75;
}

[xyz~="in-fade-50%"] {
  --xyz-in-opacity: .5;
}

[xyz~="in-fade-75%"] {
  --xyz-in-opacity: .25;
}

[xyz~="in-fade-100%"] {
  --xyz-in-opacity: 0;
}

[xyz~="out-fade"] {
  --xyz-out-opacity: calc(1 - var(--xyz-opacity-default));
}

[xyz~="out-fade-0"] {
  --xyz-out-opacity: 1;
}

[xyz~="out-fade-25%"] {
  --xyz-out-opacity: .75;
}

[xyz~="out-fade-50%"] {
  --xyz-out-opacity: .5;
}

[xyz~="out-fade-75%"] {
  --xyz-out-opacity: .25;
}

[xyz~="out-fade-100%"] {
  --xyz-out-opacity: 0;
}

[xyz~="appear-fade"] {
  --xyz-appear-opacity: calc(1 - var(--xyz-opacity-default));
}

[xyz~="appear-fade-0"] {
  --xyz-appear-opacity: 1;
}

[xyz~="appear-fade-25%"] {
  --xyz-appear-opacity: .75;
}

[xyz~="appear-fade-50%"] {
  --xyz-appear-opacity: .5;
}

[xyz~="appear-fade-75%"] {
  --xyz-appear-opacity: .25;
}

[xyz~="appear-fade-100%"] {
  --xyz-appear-opacity: 0;
}

[xyz~="right"] {
  --xyz-translate-x: var(--xyz-translate-default);
}

[xyz~="right-0"] {
  --xyz-translate-x: 0px;
}

[xyz~="right-1"] {
  --xyz-translate-x: 10px;
}

[xyz~="right-2"] {
  --xyz-translate-x: 20px;
}

[xyz~="right-3"] {
  --xyz-translate-x: 30px;
}

[xyz~="right-4"] {
  --xyz-translate-x: 40px;
}

[xyz~="right-5"] {
  --xyz-translate-x: 50px;
}

[xyz~="right-25%"] {
  --xyz-translate-x: 25%;
}

[xyz~="right-50%"] {
  --xyz-translate-x: 50%;
}

[xyz~="right-75%"] {
  --xyz-translate-x: 75%;
}

[xyz~="right-100%"] {
  --xyz-translate-x: 100%;
}

[xyz~="in-right"] {
  --xyz-in-translate-x: var(--xyz-translate-default);
}

[xyz~="in-right-0"] {
  --xyz-in-translate-x: 0px;
}

[xyz~="in-right-1"] {
  --xyz-in-translate-x: 10px;
}

[xyz~="in-right-2"] {
  --xyz-in-translate-x: 20px;
}

[xyz~="in-right-3"] {
  --xyz-in-translate-x: 30px;
}

[xyz~="in-right-4"] {
  --xyz-in-translate-x: 40px;
}

[xyz~="in-right-5"] {
  --xyz-in-translate-x: 50px;
}

[xyz~="in-right-25%"] {
  --xyz-in-translate-x: 25%;
}

[xyz~="in-right-50%"] {
  --xyz-in-translate-x: 50%;
}

[xyz~="in-right-75%"] {
  --xyz-in-translate-x: 75%;
}

[xyz~="in-right-100%"] {
  --xyz-in-translate-x: 100%;
}

[xyz~="out-right"] {
  --xyz-out-translate-x: var(--xyz-translate-default);
}

[xyz~="out-right-0"] {
  --xyz-out-translate-x: 0px;
}

[xyz~="out-right-1"] {
  --xyz-out-translate-x: 10px;
}

[xyz~="out-right-2"] {
  --xyz-out-translate-x: 20px;
}

[xyz~="out-right-3"] {
  --xyz-out-translate-x: 30px;
}

[xyz~="out-right-4"] {
  --xyz-out-translate-x: 40px;
}

[xyz~="out-right-5"] {
  --xyz-out-translate-x: 50px;
}

[xyz~="out-right-25%"] {
  --xyz-out-translate-x: 25%;
}

[xyz~="out-right-50%"] {
  --xyz-out-translate-x: 50%;
}

[xyz~="out-right-75%"] {
  --xyz-out-translate-x: 75%;
}

[xyz~="out-right-100%"] {
  --xyz-out-translate-x: 100%;
}

[xyz~="appear-right"] {
  --xyz-appear-translate-x: var(--xyz-translate-default);
}

[xyz~="appear-right-0"] {
  --xyz-appear-translate-x: 0px;
}

[xyz~="appear-right-1"] {
  --xyz-appear-translate-x: 10px;
}

[xyz~="appear-right-2"] {
  --xyz-appear-translate-x: 20px;
}

[xyz~="appear-right-3"] {
  --xyz-appear-translate-x: 30px;
}

[xyz~="appear-right-4"] {
  --xyz-appear-translate-x: 40px;
}

[xyz~="appear-right-5"] {
  --xyz-appear-translate-x: 50px;
}

[xyz~="appear-right-25%"] {
  --xyz-appear-translate-x: 25%;
}

[xyz~="appear-right-50%"] {
  --xyz-appear-translate-x: 50%;
}

[xyz~="appear-right-75%"] {
  --xyz-appear-translate-x: 75%;
}

[xyz~="appear-right-100%"] {
  --xyz-appear-translate-x: 100%;
}

[xyz~="left"] {
  --xyz-translate-x: calc(var(--xyz-translate-default) * -1);
}

[xyz~="left-0"] {
  --xyz-translate-x: 0px;
}

[xyz~="left-1"] {
  --xyz-translate-x: -10px;
}

[xyz~="left-2"] {
  --xyz-translate-x: -20px;
}

[xyz~="left-3"] {
  --xyz-translate-x: -30px;
}

[xyz~="left-4"] {
  --xyz-translate-x: -40px;
}

[xyz~="left-5"] {
  --xyz-translate-x: -50px;
}

[xyz~="left-25%"] {
  --xyz-translate-x: -25%;
}

[xyz~="left-50%"] {
  --xyz-translate-x: -50%;
}

[xyz~="left-75%"] {
  --xyz-translate-x: -75%;
}

[xyz~="left-100%"] {
  --xyz-translate-x: -100%;
}

[xyz~="in-left"] {
  --xyz-in-translate-x: calc(var(--xyz-translate-default) * -1);
}

[xyz~="in-left-0"] {
  --xyz-in-translate-x: 0px;
}

[xyz~="in-left-1"] {
  --xyz-in-translate-x: -10px;
}

[xyz~="in-left-2"] {
  --xyz-in-translate-x: -20px;
}

[xyz~="in-left-3"] {
  --xyz-in-translate-x: -30px;
}

[xyz~="in-left-4"] {
  --xyz-in-translate-x: -40px;
}

[xyz~="in-left-5"] {
  --xyz-in-translate-x: -50px;
}

[xyz~="in-left-25%"] {
  --xyz-in-translate-x: -25%;
}

[xyz~="in-left-50%"] {
  --xyz-in-translate-x: -50%;
}

[xyz~="in-left-75%"] {
  --xyz-in-translate-x: -75%;
}

[xyz~="in-left-100%"] {
  --xyz-in-translate-x: -100%;
}

[xyz~="out-left"] {
  --xyz-out-translate-x: calc(var(--xyz-translate-default) * -1);
}

[xyz~="out-left-0"] {
  --xyz-out-translate-x: 0px;
}

[xyz~="out-left-1"] {
  --xyz-out-translate-x: -10px;
}

[xyz~="out-left-2"] {
  --xyz-out-translate-x: -20px;
}

[xyz~="out-left-3"] {
  --xyz-out-translate-x: -30px;
}

[xyz~="out-left-4"] {
  --xyz-out-translate-x: -40px;
}

[xyz~="out-left-5"] {
  --xyz-out-translate-x: -50px;
}

[xyz~="out-left-25%"] {
  --xyz-out-translate-x: -25%;
}

[xyz~="out-left-50%"] {
  --xyz-out-translate-x: -50%;
}

[xyz~="out-left-75%"] {
  --xyz-out-translate-x: -75%;
}

[xyz~="out-left-100%"] {
  --xyz-out-translate-x: -100%;
}

[xyz~="appear-left"] {
  --xyz-appear-translate-x: calc(var(--xyz-translate-default) * -1);
}

[xyz~="appear-left-0"] {
  --xyz-appear-translate-x: 0px;
}

[xyz~="appear-left-1"] {
  --xyz-appear-translate-x: -10px;
}

[xyz~="appear-left-2"] {
  --xyz-appear-translate-x: -20px;
}

[xyz~="appear-left-3"] {
  --xyz-appear-translate-x: -30px;
}

[xyz~="appear-left-4"] {
  --xyz-appear-translate-x: -40px;
}

[xyz~="appear-left-5"] {
  --xyz-appear-translate-x: -50px;
}

[xyz~="appear-left-25%"] {
  --xyz-appear-translate-x: -25%;
}

[xyz~="appear-left-50%"] {
  --xyz-appear-translate-x: -50%;
}

[xyz~="appear-left-75%"] {
  --xyz-appear-translate-x: -75%;
}

[xyz~="appear-left-100%"] {
  --xyz-appear-translate-x: -100%;
}

[xyz~="down"] {
  --xyz-translate-y: var(--xyz-translate-default);
}

[xyz~="down-0"] {
  --xyz-translate-y: 0px;
}

[xyz~="down-1"] {
  --xyz-translate-y: 10px;
}

[xyz~="down-2"] {
  --xyz-translate-y: 20px;
}

[xyz~="down-3"] {
  --xyz-translate-y: 30px;
}

[xyz~="down-4"] {
  --xyz-translate-y: 40px;
}

[xyz~="down-5"] {
  --xyz-translate-y: 50px;
}

[xyz~="down-25%"] {
  --xyz-translate-y: 25%;
}

[xyz~="down-50%"] {
  --xyz-translate-y: 50%;
}

[xyz~="down-75%"] {
  --xyz-translate-y: 75%;
}

[xyz~="down-100%"] {
  --xyz-translate-y: 100%;
}

[xyz~="in-down"] {
  --xyz-in-translate-y: var(--xyz-translate-default);
}

[xyz~="in-down-0"] {
  --xyz-in-translate-y: 0px;
}

[xyz~="in-down-1"] {
  --xyz-in-translate-y: 10px;
}

[xyz~="in-down-2"] {
  --xyz-in-translate-y: 20px;
}

[xyz~="in-down-3"] {
  --xyz-in-translate-y: 30px;
}

[xyz~="in-down-4"] {
  --xyz-in-translate-y: 40px;
}

[xyz~="in-down-5"] {
  --xyz-in-translate-y: 50px;
}

[xyz~="in-down-25%"] {
  --xyz-in-translate-y: 25%;
}

[xyz~="in-down-50%"] {
  --xyz-in-translate-y: 50%;
}

[xyz~="in-down-75%"] {
  --xyz-in-translate-y: 75%;
}

[xyz~="in-down-100%"] {
  --xyz-in-translate-y: 100%;
}

[xyz~="out-down"] {
  --xyz-out-translate-y: var(--xyz-translate-default);
}

[xyz~="out-down-0"] {
  --xyz-out-translate-y: 0px;
}

[xyz~="out-down-1"] {
  --xyz-out-translate-y: 10px;
}

[xyz~="out-down-2"] {
  --xyz-out-translate-y: 20px;
}

[xyz~="out-down-3"] {
  --xyz-out-translate-y: 30px;
}

[xyz~="out-down-4"] {
  --xyz-out-translate-y: 40px;
}

[xyz~="out-down-5"] {
  --xyz-out-translate-y: 50px;
}

[xyz~="out-down-25%"] {
  --xyz-out-translate-y: 25%;
}

[xyz~="out-down-50%"] {
  --xyz-out-translate-y: 50%;
}

[xyz~="out-down-75%"] {
  --xyz-out-translate-y: 75%;
}

[xyz~="out-down-100%"] {
  --xyz-out-translate-y: 100%;
}

[xyz~="appear-down"] {
  --xyz-appear-translate-y: var(--xyz-translate-default);
}

[xyz~="appear-down-0"] {
  --xyz-appear-translate-y: 0px;
}

[xyz~="appear-down-1"] {
  --xyz-appear-translate-y: 10px;
}

[xyz~="appear-down-2"] {
  --xyz-appear-translate-y: 20px;
}

[xyz~="appear-down-3"] {
  --xyz-appear-translate-y: 30px;
}

[xyz~="appear-down-4"] {
  --xyz-appear-translate-y: 40px;
}

[xyz~="appear-down-5"] {
  --xyz-appear-translate-y: 50px;
}

[xyz~="appear-down-25%"] {
  --xyz-appear-translate-y: 25%;
}

[xyz~="appear-down-50%"] {
  --xyz-appear-translate-y: 50%;
}

[xyz~="appear-down-75%"] {
  --xyz-appear-translate-y: 75%;
}

[xyz~="appear-down-100%"] {
  --xyz-appear-translate-y: 100%;
}

[xyz~="up"] {
  --xyz-translate-y: calc(var(--xyz-translate-default) * -1);
}

[xyz~="up-0"] {
  --xyz-translate-y: 0px;
}

[xyz~="up-1"] {
  --xyz-translate-y: -10px;
}

[xyz~="up-2"] {
  --xyz-translate-y: -20px;
}

[xyz~="up-3"] {
  --xyz-translate-y: -30px;
}

[xyz~="up-4"] {
  --xyz-translate-y: -40px;
}

[xyz~="up-5"] {
  --xyz-translate-y: -50px;
}

[xyz~="up-25%"] {
  --xyz-translate-y: -25%;
}

[xyz~="up-50%"] {
  --xyz-translate-y: -50%;
}

[xyz~="up-75%"] {
  --xyz-translate-y: -75%;
}

[xyz~="up-100%"] {
  --xyz-translate-y: -100%;
}

[xyz~="in-up"] {
  --xyz-in-translate-y: calc(var(--xyz-translate-default) * -1);
}

[xyz~="in-up-0"] {
  --xyz-in-translate-y: 0px;
}

[xyz~="in-up-1"] {
  --xyz-in-translate-y: -10px;
}

[xyz~="in-up-2"] {
  --xyz-in-translate-y: -20px;
}

[xyz~="in-up-3"] {
  --xyz-in-translate-y: -30px;
}

[xyz~="in-up-4"] {
  --xyz-in-translate-y: -40px;
}

[xyz~="in-up-5"] {
  --xyz-in-translate-y: -50px;
}

[xyz~="in-up-25%"] {
  --xyz-in-translate-y: -25%;
}

[xyz~="in-up-50%"] {
  --xyz-in-translate-y: -50%;
}

[xyz~="in-up-75%"] {
  --xyz-in-translate-y: -75%;
}

[xyz~="in-up-100%"] {
  --xyz-in-translate-y: -100%;
}

[xyz~="out-up"] {
  --xyz-out-translate-y: calc(var(--xyz-translate-default) * -1);
}

[xyz~="out-up-0"] {
  --xyz-out-translate-y: 0px;
}

[xyz~="out-up-1"] {
  --xyz-out-translate-y: -10px;
}

[xyz~="out-up-2"] {
  --xyz-out-translate-y: -20px;
}

[xyz~="out-up-3"] {
  --xyz-out-translate-y: -30px;
}

[xyz~="out-up-4"] {
  --xyz-out-translate-y: -40px;
}

[xyz~="out-up-5"] {
  --xyz-out-translate-y: -50px;
}

[xyz~="out-up-25%"] {
  --xyz-out-translate-y: -25%;
}

[xyz~="out-up-50%"] {
  --xyz-out-translate-y: -50%;
}

[xyz~="out-up-75%"] {
  --xyz-out-translate-y: -75%;
}

[xyz~="out-up-100%"] {
  --xyz-out-translate-y: -100%;
}

[xyz~="appear-up"] {
  --xyz-appear-translate-y: calc(var(--xyz-translate-default) * -1);
}

[xyz~="appear-up-0"] {
  --xyz-appear-translate-y: 0px;
}

[xyz~="appear-up-1"] {
  --xyz-appear-translate-y: -10px;
}

[xyz~="appear-up-2"] {
  --xyz-appear-translate-y: -20px;
}

[xyz~="appear-up-3"] {
  --xyz-appear-translate-y: -30px;
}

[xyz~="appear-up-4"] {
  --xyz-appear-translate-y: -40px;
}

[xyz~="appear-up-5"] {
  --xyz-appear-translate-y: -50px;
}

[xyz~="appear-up-25%"] {
  --xyz-appear-translate-y: -25%;
}

[xyz~="appear-up-50%"] {
  --xyz-appear-translate-y: -50%;
}

[xyz~="appear-up-75%"] {
  --xyz-appear-translate-y: -75%;
}

[xyz~="appear-up-100%"] {
  --xyz-appear-translate-y: -100%;
}

[xyz~="front"] {
  --xyz-translate-z: var(--xyz-translate-z-default);
}

[xyz~="front-0"] {
  --xyz-translate-z: 0px;
}

[xyz~="front-1"] {
  --xyz-translate-z: 100px;
}

[xyz~="front-2"] {
  --xyz-translate-z: 200px;
}

[xyz~="front-3"] {
  --xyz-translate-z: 300px;
}

[xyz~="front-4"] {
  --xyz-translate-z: 400px;
}

[xyz~="front-5"] {
  --xyz-translate-z: 500px;
}

[xyz~="in-front"] {
  --xyz-in-translate-z: var(--xyz-translate-z-default);
}

[xyz~="in-front-0"] {
  --xyz-in-translate-z: 0px;
}

[xyz~="in-front-1"] {
  --xyz-in-translate-z: 100px;
}

[xyz~="in-front-2"] {
  --xyz-in-translate-z: 200px;
}

[xyz~="in-front-3"] {
  --xyz-in-translate-z: 300px;
}

[xyz~="in-front-4"] {
  --xyz-in-translate-z: 400px;
}

[xyz~="in-front-5"] {
  --xyz-in-translate-z: 500px;
}

[xyz~="out-front"] {
  --xyz-out-translate-z: var(--xyz-translate-z-default);
}

[xyz~="out-front-0"] {
  --xyz-out-translate-z: 0px;
}

[xyz~="out-front-1"] {
  --xyz-out-translate-z: 100px;
}

[xyz~="out-front-2"] {
  --xyz-out-translate-z: 200px;
}

[xyz~="out-front-3"] {
  --xyz-out-translate-z: 300px;
}

[xyz~="out-front-4"] {
  --xyz-out-translate-z: 400px;
}

[xyz~="out-front-5"] {
  --xyz-out-translate-z: 500px;
}

[xyz~="appear-front"] {
  --xyz-appear-translate-z: var(--xyz-translate-z-default);
}

[xyz~="appear-front-0"] {
  --xyz-appear-translate-z: 0px;
}

[xyz~="appear-front-1"] {
  --xyz-appear-translate-z: 100px;
}

[xyz~="appear-front-2"] {
  --xyz-appear-translate-z: 200px;
}

[xyz~="appear-front-3"] {
  --xyz-appear-translate-z: 300px;
}

[xyz~="appear-front-4"] {
  --xyz-appear-translate-z: 400px;
}

[xyz~="appear-front-5"] {
  --xyz-appear-translate-z: 500px;
}

[xyz~="back"] {
  --xyz-translate-z: calc(var(--xyz-translate-z-default) * -1);
}

[xyz~="back-0"] {
  --xyz-translate-z: 0px;
}

[xyz~="back-1"] {
  --xyz-translate-z: -100px;
}

[xyz~="back-2"] {
  --xyz-translate-z: -200px;
}

[xyz~="back-3"] {
  --xyz-translate-z: -300px;
}

[xyz~="back-4"] {
  --xyz-translate-z: -400px;
}

[xyz~="back-5"] {
  --xyz-translate-z: -500px;
}

[xyz~="in-back"] {
  --xyz-in-translate-z: calc(var(--xyz-translate-z-default) * -1);
}

[xyz~="in-back-0"] {
  --xyz-in-translate-z: 0px;
}

[xyz~="in-back-1"] {
  --xyz-in-translate-z: -100px;
}

[xyz~="in-back-2"] {
  --xyz-in-translate-z: -200px;
}

[xyz~="in-back-3"] {
  --xyz-in-translate-z: -300px;
}

[xyz~="in-back-4"] {
  --xyz-in-translate-z: -400px;
}

[xyz~="in-back-5"] {
  --xyz-in-translate-z: -500px;
}

[xyz~="out-back"] {
  --xyz-out-translate-z: calc(var(--xyz-translate-z-default) * -1);
}

[xyz~="out-back-0"] {
  --xyz-out-translate-z: 0px;
}

[xyz~="out-back-1"] {
  --xyz-out-translate-z: -100px;
}

[xyz~="out-back-2"] {
  --xyz-out-translate-z: -200px;
}

[xyz~="out-back-3"] {
  --xyz-out-translate-z: -300px;
}

[xyz~="out-back-4"] {
  --xyz-out-translate-z: -400px;
}

[xyz~="out-back-5"] {
  --xyz-out-translate-z: -500px;
}

[xyz~="appear-back"] {
  --xyz-appear-translate-z: calc(var(--xyz-translate-z-default) * -1);
}

[xyz~="appear-back-0"] {
  --xyz-appear-translate-z: 0px;
}

[xyz~="appear-back-1"] {
  --xyz-appear-translate-z: -100px;
}

[xyz~="appear-back-2"] {
  --xyz-appear-translate-z: -200px;
}

[xyz~="appear-back-3"] {
  --xyz-appear-translate-z: -300px;
}

[xyz~="appear-back-4"] {
  --xyz-appear-translate-z: -400px;
}

[xyz~="appear-back-5"] {
  --xyz-appear-translate-z: -500px;
}

[xyz~="flip-up"] {
  --xyz-rotate-x: var(--xyz-rotate-default);
}

[xyz~="flip-up-0"] {
  --xyz-rotate-x: 0deg;
}

[xyz~="flip-up-1"] {
  --xyz-rotate-x: 10deg;
}

[xyz~="flip-up-2"] {
  --xyz-rotate-x: 20deg;
}

[xyz~="flip-up-3"] {
  --xyz-rotate-x: 30deg;
}

[xyz~="flip-up-4"] {
  --xyz-rotate-x: 40deg;
}

[xyz~="flip-up-5"] {
  --xyz-rotate-x: 50deg;
}

[xyz~="flip-up-25%"] {
  --xyz-rotate-x: .25turn;
}

[xyz~="flip-up-50%"] {
  --xyz-rotate-x: .5turn;
}

[xyz~="flip-up-75%"] {
  --xyz-rotate-x: .75turn;
}

[xyz~="flip-up-100%"] {
  --xyz-rotate-x: 1turn;
}

[xyz~="in-flip-up"] {
  --xyz-in-rotate-x: var(--xyz-rotate-default);
}

[xyz~="in-flip-up-0"] {
  --xyz-in-rotate-x: 0deg;
}

[xyz~="in-flip-up-1"] {
  --xyz-in-rotate-x: 10deg;
}

[xyz~="in-flip-up-2"] {
  --xyz-in-rotate-x: 20deg;
}

[xyz~="in-flip-up-3"] {
  --xyz-in-rotate-x: 30deg;
}

[xyz~="in-flip-up-4"] {
  --xyz-in-rotate-x: 40deg;
}

[xyz~="in-flip-up-5"] {
  --xyz-in-rotate-x: 50deg;
}

[xyz~="in-flip-up-25%"] {
  --xyz-in-rotate-x: .25turn;
}

[xyz~="in-flip-up-50%"] {
  --xyz-in-rotate-x: .5turn;
}

[xyz~="in-flip-up-75%"] {
  --xyz-in-rotate-x: .75turn;
}

[xyz~="in-flip-up-100%"] {
  --xyz-in-rotate-x: 1turn;
}

[xyz~="out-flip-up"] {
  --xyz-out-rotate-x: var(--xyz-rotate-default);
}

[xyz~="out-flip-up-0"] {
  --xyz-out-rotate-x: 0deg;
}

[xyz~="out-flip-up-1"] {
  --xyz-out-rotate-x: 10deg;
}

[xyz~="out-flip-up-2"] {
  --xyz-out-rotate-x: 20deg;
}

[xyz~="out-flip-up-3"] {
  --xyz-out-rotate-x: 30deg;
}

[xyz~="out-flip-up-4"] {
  --xyz-out-rotate-x: 40deg;
}

[xyz~="out-flip-up-5"] {
  --xyz-out-rotate-x: 50deg;
}

[xyz~="out-flip-up-25%"] {
  --xyz-out-rotate-x: .25turn;
}

[xyz~="out-flip-up-50%"] {
  --xyz-out-rotate-x: .5turn;
}

[xyz~="out-flip-up-75%"] {
  --xyz-out-rotate-x: .75turn;
}

[xyz~="out-flip-up-100%"] {
  --xyz-out-rotate-x: 1turn;
}

[xyz~="appear-flip-up"] {
  --xyz-appear-rotate-x: var(--xyz-rotate-default);
}

[xyz~="appear-flip-up-0"] {
  --xyz-appear-rotate-x: 0deg;
}

[xyz~="appear-flip-up-1"] {
  --xyz-appear-rotate-x: 10deg;
}

[xyz~="appear-flip-up-2"] {
  --xyz-appear-rotate-x: 20deg;
}

[xyz~="appear-flip-up-3"] {
  --xyz-appear-rotate-x: 30deg;
}

[xyz~="appear-flip-up-4"] {
  --xyz-appear-rotate-x: 40deg;
}

[xyz~="appear-flip-up-5"] {
  --xyz-appear-rotate-x: 50deg;
}

[xyz~="appear-flip-up-25%"] {
  --xyz-appear-rotate-x: .25turn;
}

[xyz~="appear-flip-up-50%"] {
  --xyz-appear-rotate-x: .5turn;
}

[xyz~="appear-flip-up-75%"] {
  --xyz-appear-rotate-x: .75turn;
}

[xyz~="appear-flip-up-100%"] {
  --xyz-appear-rotate-x: 1turn;
}

[xyz~="flip-down"] {
  --xyz-rotate-x: calc(var(--xyz-rotate-default) * -1);
}

[xyz~="flip-down-0"] {
  --xyz-rotate-x: 0deg;
}

[xyz~="flip-down-1"] {
  --xyz-rotate-x: -10deg;
}

[xyz~="flip-down-2"] {
  --xyz-rotate-x: -20deg;
}

[xyz~="flip-down-3"] {
  --xyz-rotate-x: -30deg;
}

[xyz~="flip-down-4"] {
  --xyz-rotate-x: -40deg;
}

[xyz~="flip-down-5"] {
  --xyz-rotate-x: -50deg;
}

[xyz~="flip-down-25%"] {
  --xyz-rotate-x: -.25turn;
}

[xyz~="flip-down-50%"] {
  --xyz-rotate-x: -.5turn;
}

[xyz~="flip-down-75%"] {
  --xyz-rotate-x: -.75turn;
}

[xyz~="flip-down-100%"] {
  --xyz-rotate-x: -1turn;
}

[xyz~="in-flip-down"] {
  --xyz-in-rotate-x: calc(var(--xyz-rotate-default) * -1);
}

[xyz~="in-flip-down-0"] {
  --xyz-in-rotate-x: 0deg;
}

[xyz~="in-flip-down-1"] {
  --xyz-in-rotate-x: -10deg;
}

[xyz~="in-flip-down-2"] {
  --xyz-in-rotate-x: -20deg;
}

[xyz~="in-flip-down-3"] {
  --xyz-in-rotate-x: -30deg;
}

[xyz~="in-flip-down-4"] {
  --xyz-in-rotate-x: -40deg;
}

[xyz~="in-flip-down-5"] {
  --xyz-in-rotate-x: -50deg;
}

[xyz~="in-flip-down-25%"] {
  --xyz-in-rotate-x: -.25turn;
}

[xyz~="in-flip-down-50%"] {
  --xyz-in-rotate-x: -.5turn;
}

[xyz~="in-flip-down-75%"] {
  --xyz-in-rotate-x: -.75turn;
}

[xyz~="in-flip-down-100%"] {
  --xyz-in-rotate-x: -1turn;
}

[xyz~="out-flip-down"] {
  --xyz-out-rotate-x: calc(var(--xyz-rotate-default) * -1);
}

[xyz~="out-flip-down-0"] {
  --xyz-out-rotate-x: 0deg;
}

[xyz~="out-flip-down-1"] {
  --xyz-out-rotate-x: -10deg;
}

[xyz~="out-flip-down-2"] {
  --xyz-out-rotate-x: -20deg;
}

[xyz~="out-flip-down-3"] {
  --xyz-out-rotate-x: -30deg;
}

[xyz~="out-flip-down-4"] {
  --xyz-out-rotate-x: -40deg;
}

[xyz~="out-flip-down-5"] {
  --xyz-out-rotate-x: -50deg;
}

[xyz~="out-flip-down-25%"] {
  --xyz-out-rotate-x: -.25turn;
}

[xyz~="out-flip-down-50%"] {
  --xyz-out-rotate-x: -.5turn;
}

[xyz~="out-flip-down-75%"] {
  --xyz-out-rotate-x: -.75turn;
}

[xyz~="out-flip-down-100%"] {
  --xyz-out-rotate-x: -1turn;
}

[xyz~="appear-flip-down"] {
  --xyz-appear-rotate-x: calc(var(--xyz-rotate-default) * -1);
}

[xyz~="appear-flip-down-0"] {
  --xyz-appear-rotate-x: 0deg;
}

[xyz~="appear-flip-down-1"] {
  --xyz-appear-rotate-x: -10deg;
}

[xyz~="appear-flip-down-2"] {
  --xyz-appear-rotate-x: -20deg;
}

[xyz~="appear-flip-down-3"] {
  --xyz-appear-rotate-x: -30deg;
}

[xyz~="appear-flip-down-4"] {
  --xyz-appear-rotate-x: -40deg;
}

[xyz~="appear-flip-down-5"] {
  --xyz-appear-rotate-x: -50deg;
}

[xyz~="appear-flip-down-25%"] {
  --xyz-appear-rotate-x: -.25turn;
}

[xyz~="appear-flip-down-50%"] {
  --xyz-appear-rotate-x: -.5turn;
}

[xyz~="appear-flip-down-75%"] {
  --xyz-appear-rotate-x: -.75turn;
}

[xyz~="appear-flip-down-100%"] {
  --xyz-appear-rotate-x: -1turn;
}

[xyz~="flip-right"] {
  --xyz-rotate-y: var(--xyz-rotate-default);
}

[xyz~="flip-right-0"] {
  --xyz-rotate-y: 0deg;
}

[xyz~="flip-right-1"] {
  --xyz-rotate-y: 10deg;
}

[xyz~="flip-right-2"] {
  --xyz-rotate-y: 20deg;
}

[xyz~="flip-right-3"] {
  --xyz-rotate-y: 30deg;
}

[xyz~="flip-right-4"] {
  --xyz-rotate-y: 40deg;
}

[xyz~="flip-right-5"] {
  --xyz-rotate-y: 50deg;
}

[xyz~="flip-right-25%"] {
  --xyz-rotate-y: .25turn;
}

[xyz~="flip-right-50%"] {
  --xyz-rotate-y: .5turn;
}

[xyz~="flip-right-75%"] {
  --xyz-rotate-y: .75turn;
}

[xyz~="flip-right-100%"] {
  --xyz-rotate-y: 1turn;
}

[xyz~="in-flip-right"] {
  --xyz-in-rotate-y: var(--xyz-rotate-default);
}

[xyz~="in-flip-right-0"] {
  --xyz-in-rotate-y: 0deg;
}

[xyz~="in-flip-right-1"] {
  --xyz-in-rotate-y: 10deg;
}

[xyz~="in-flip-right-2"] {
  --xyz-in-rotate-y: 20deg;
}

[xyz~="in-flip-right-3"] {
  --xyz-in-rotate-y: 30deg;
}

[xyz~="in-flip-right-4"] {
  --xyz-in-rotate-y: 40deg;
}

[xyz~="in-flip-right-5"] {
  --xyz-in-rotate-y: 50deg;
}

[xyz~="in-flip-right-25%"] {
  --xyz-in-rotate-y: .25turn;
}

[xyz~="in-flip-right-50%"] {
  --xyz-in-rotate-y: .5turn;
}

[xyz~="in-flip-right-75%"] {
  --xyz-in-rotate-y: .75turn;
}

[xyz~="in-flip-right-100%"] {
  --xyz-in-rotate-y: 1turn;
}

[xyz~="out-flip-right"] {
  --xyz-out-rotate-y: var(--xyz-rotate-default);
}

[xyz~="out-flip-right-0"] {
  --xyz-out-rotate-y: 0deg;
}

[xyz~="out-flip-right-1"] {
  --xyz-out-rotate-y: 10deg;
}

[xyz~="out-flip-right-2"] {
  --xyz-out-rotate-y: 20deg;
}

[xyz~="out-flip-right-3"] {
  --xyz-out-rotate-y: 30deg;
}

[xyz~="out-flip-right-4"] {
  --xyz-out-rotate-y: 40deg;
}

[xyz~="out-flip-right-5"] {
  --xyz-out-rotate-y: 50deg;
}

[xyz~="out-flip-right-25%"] {
  --xyz-out-rotate-y: .25turn;
}

[xyz~="out-flip-right-50%"] {
  --xyz-out-rotate-y: .5turn;
}

[xyz~="out-flip-right-75%"] {
  --xyz-out-rotate-y: .75turn;
}

[xyz~="out-flip-right-100%"] {
  --xyz-out-rotate-y: 1turn;
}

[xyz~="appear-flip-right"] {
  --xyz-appear-rotate-y: var(--xyz-rotate-default);
}

[xyz~="appear-flip-right-0"] {
  --xyz-appear-rotate-y: 0deg;
}

[xyz~="appear-flip-right-1"] {
  --xyz-appear-rotate-y: 10deg;
}

[xyz~="appear-flip-right-2"] {
  --xyz-appear-rotate-y: 20deg;
}

[xyz~="appear-flip-right-3"] {
  --xyz-appear-rotate-y: 30deg;
}

[xyz~="appear-flip-right-4"] {
  --xyz-appear-rotate-y: 40deg;
}

[xyz~="appear-flip-right-5"] {
  --xyz-appear-rotate-y: 50deg;
}

[xyz~="appear-flip-right-25%"] {
  --xyz-appear-rotate-y: .25turn;
}

[xyz~="appear-flip-right-50%"] {
  --xyz-appear-rotate-y: .5turn;
}

[xyz~="appear-flip-right-75%"] {
  --xyz-appear-rotate-y: .75turn;
}

[xyz~="appear-flip-right-100%"] {
  --xyz-appear-rotate-y: 1turn;
}

[xyz~="flip-left"] {
  --xyz-rotate-y: calc(var(--xyz-rotate-default) * -1);
}

[xyz~="flip-left-0"] {
  --xyz-rotate-y: 0deg;
}

[xyz~="flip-left-1"] {
  --xyz-rotate-y: -10deg;
}

[xyz~="flip-left-2"] {
  --xyz-rotate-y: -20deg;
}

[xyz~="flip-left-3"] {
  --xyz-rotate-y: -30deg;
}

[xyz~="flip-left-4"] {
  --xyz-rotate-y: -40deg;
}

[xyz~="flip-left-5"] {
  --xyz-rotate-y: -50deg;
}

[xyz~="flip-left-25%"] {
  --xyz-rotate-y: -.25turn;
}

[xyz~="flip-left-50%"] {
  --xyz-rotate-y: -.5turn;
}

[xyz~="flip-left-75%"] {
  --xyz-rotate-y: -.75turn;
}

[xyz~="flip-left-100%"] {
  --xyz-rotate-y: -1turn;
}

[xyz~="in-flip-left"] {
  --xyz-in-rotate-y: calc(var(--xyz-rotate-default) * -1);
}

[xyz~="in-flip-left-0"] {
  --xyz-in-rotate-y: 0deg;
}

[xyz~="in-flip-left-1"] {
  --xyz-in-rotate-y: -10deg;
}

[xyz~="in-flip-left-2"] {
  --xyz-in-rotate-y: -20deg;
}

[xyz~="in-flip-left-3"] {
  --xyz-in-rotate-y: -30deg;
}

[xyz~="in-flip-left-4"] {
  --xyz-in-rotate-y: -40deg;
}

[xyz~="in-flip-left-5"] {
  --xyz-in-rotate-y: -50deg;
}

[xyz~="in-flip-left-25%"] {
  --xyz-in-rotate-y: -.25turn;
}

[xyz~="in-flip-left-50%"] {
  --xyz-in-rotate-y: -.5turn;
}

[xyz~="in-flip-left-75%"] {
  --xyz-in-rotate-y: -.75turn;
}

[xyz~="in-flip-left-100%"] {
  --xyz-in-rotate-y: -1turn;
}

[xyz~="out-flip-left"] {
  --xyz-out-rotate-y: calc(var(--xyz-rotate-default) * -1);
}

[xyz~="out-flip-left-0"] {
  --xyz-out-rotate-y: 0deg;
}

[xyz~="out-flip-left-1"] {
  --xyz-out-rotate-y: -10deg;
}

[xyz~="out-flip-left-2"] {
  --xyz-out-rotate-y: -20deg;
}

[xyz~="out-flip-left-3"] {
  --xyz-out-rotate-y: -30deg;
}

[xyz~="out-flip-left-4"] {
  --xyz-out-rotate-y: -40deg;
}

[xyz~="out-flip-left-5"] {
  --xyz-out-rotate-y: -50deg;
}

[xyz~="out-flip-left-25%"] {
  --xyz-out-rotate-y: -.25turn;
}

[xyz~="out-flip-left-50%"] {
  --xyz-out-rotate-y: -.5turn;
}

[xyz~="out-flip-left-75%"] {
  --xyz-out-rotate-y: -.75turn;
}

[xyz~="out-flip-left-100%"] {
  --xyz-out-rotate-y: -1turn;
}

[xyz~="appear-flip-left"] {
  --xyz-appear-rotate-y: calc(var(--xyz-rotate-default) * -1);
}

[xyz~="appear-flip-left-0"] {
  --xyz-appear-rotate-y: 0deg;
}

[xyz~="appear-flip-left-1"] {
  --xyz-appear-rotate-y: -10deg;
}

[xyz~="appear-flip-left-2"] {
  --xyz-appear-rotate-y: -20deg;
}

[xyz~="appear-flip-left-3"] {
  --xyz-appear-rotate-y: -30deg;
}

[xyz~="appear-flip-left-4"] {
  --xyz-appear-rotate-y: -40deg;
}

[xyz~="appear-flip-left-5"] {
  --xyz-appear-rotate-y: -50deg;
}

[xyz~="appear-flip-left-25%"] {
  --xyz-appear-rotate-y: -.25turn;
}

[xyz~="appear-flip-left-50%"] {
  --xyz-appear-rotate-y: -.5turn;
}

[xyz~="appear-flip-left-75%"] {
  --xyz-appear-rotate-y: -.75turn;
}

[xyz~="appear-flip-left-100%"] {
  --xyz-appear-rotate-y: -1turn;
}

[xyz~="rotate-right"] {
  --xyz-rotate-z: var(--xyz-rotate-default);
}

[xyz~="rotate-right-0"] {
  --xyz-rotate-z: 0deg;
}

[xyz~="rotate-right-1"] {
  --xyz-rotate-z: 10deg;
}

[xyz~="rotate-right-2"] {
  --xyz-rotate-z: 20deg;
}

[xyz~="rotate-right-3"] {
  --xyz-rotate-z: 30deg;
}

[xyz~="rotate-right-4"] {
  --xyz-rotate-z: 40deg;
}

[xyz~="rotate-right-5"] {
  --xyz-rotate-z: 50deg;
}

[xyz~="rotate-right-25%"] {
  --xyz-rotate-z: .25turn;
}

[xyz~="rotate-right-50%"] {
  --xyz-rotate-z: .5turn;
}

[xyz~="rotate-right-75%"] {
  --xyz-rotate-z: .75turn;
}

[xyz~="rotate-right-100%"] {
  --xyz-rotate-z: 1turn;
}

[xyz~="in-rotate-right"] {
  --xyz-in-rotate-z: var(--xyz-rotate-default);
}

[xyz~="in-rotate-right-0"] {
  --xyz-in-rotate-z: 0deg;
}

[xyz~="in-rotate-right-1"] {
  --xyz-in-rotate-z: 10deg;
}

[xyz~="in-rotate-right-2"] {
  --xyz-in-rotate-z: 20deg;
}

[xyz~="in-rotate-right-3"] {
  --xyz-in-rotate-z: 30deg;
}

[xyz~="in-rotate-right-4"] {
  --xyz-in-rotate-z: 40deg;
}

[xyz~="in-rotate-right-5"] {
  --xyz-in-rotate-z: 50deg;
}

[xyz~="in-rotate-right-25%"] {
  --xyz-in-rotate-z: .25turn;
}

[xyz~="in-rotate-right-50%"] {
  --xyz-in-rotate-z: .5turn;
}

[xyz~="in-rotate-right-75%"] {
  --xyz-in-rotate-z: .75turn;
}

[xyz~="in-rotate-right-100%"] {
  --xyz-in-rotate-z: 1turn;
}

[xyz~="out-rotate-right"] {
  --xyz-out-rotate-z: var(--xyz-rotate-default);
}

[xyz~="out-rotate-right-0"] {
  --xyz-out-rotate-z: 0deg;
}

[xyz~="out-rotate-right-1"] {
  --xyz-out-rotate-z: 10deg;
}

[xyz~="out-rotate-right-2"] {
  --xyz-out-rotate-z: 20deg;
}

[xyz~="out-rotate-right-3"] {
  --xyz-out-rotate-z: 30deg;
}

[xyz~="out-rotate-right-4"] {
  --xyz-out-rotate-z: 40deg;
}

[xyz~="out-rotate-right-5"] {
  --xyz-out-rotate-z: 50deg;
}

[xyz~="out-rotate-right-25%"] {
  --xyz-out-rotate-z: .25turn;
}

[xyz~="out-rotate-right-50%"] {
  --xyz-out-rotate-z: .5turn;
}

[xyz~="out-rotate-right-75%"] {
  --xyz-out-rotate-z: .75turn;
}

[xyz~="out-rotate-right-100%"] {
  --xyz-out-rotate-z: 1turn;
}

[xyz~="appear-rotate-right"] {
  --xyz-appear-rotate-z: var(--xyz-rotate-default);
}

[xyz~="appear-rotate-right-0"] {
  --xyz-appear-rotate-z: 0deg;
}

[xyz~="appear-rotate-right-1"] {
  --xyz-appear-rotate-z: 10deg;
}

[xyz~="appear-rotate-right-2"] {
  --xyz-appear-rotate-z: 20deg;
}

[xyz~="appear-rotate-right-3"] {
  --xyz-appear-rotate-z: 30deg;
}

[xyz~="appear-rotate-right-4"] {
  --xyz-appear-rotate-z: 40deg;
}

[xyz~="appear-rotate-right-5"] {
  --xyz-appear-rotate-z: 50deg;
}

[xyz~="appear-rotate-right-25%"] {
  --xyz-appear-rotate-z: .25turn;
}

[xyz~="appear-rotate-right-50%"] {
  --xyz-appear-rotate-z: .5turn;
}

[xyz~="appear-rotate-right-75%"] {
  --xyz-appear-rotate-z: .75turn;
}

[xyz~="appear-rotate-right-100%"] {
  --xyz-appear-rotate-z: 1turn;
}

[xyz~="rotate-left"] {
  --xyz-rotate-z: calc(var(--xyz-rotate-default) * -1);
}

[xyz~="rotate-left-0"] {
  --xyz-rotate-z: 0deg;
}

[xyz~="rotate-left-1"] {
  --xyz-rotate-z: -10deg;
}

[xyz~="rotate-left-2"] {
  --xyz-rotate-z: -20deg;
}

[xyz~="rotate-left-3"] {
  --xyz-rotate-z: -30deg;
}

[xyz~="rotate-left-4"] {
  --xyz-rotate-z: -40deg;
}

[xyz~="rotate-left-5"] {
  --xyz-rotate-z: -50deg;
}

[xyz~="rotate-left-25%"] {
  --xyz-rotate-z: -.25turn;
}

[xyz~="rotate-left-50%"] {
  --xyz-rotate-z: -.5turn;
}

[xyz~="rotate-left-75%"] {
  --xyz-rotate-z: -.75turn;
}

[xyz~="rotate-left-100%"] {
  --xyz-rotate-z: -1turn;
}

[xyz~="in-rotate-left"] {
  --xyz-in-rotate-z: calc(var(--xyz-rotate-default) * -1);
}

[xyz~="in-rotate-left-0"] {
  --xyz-in-rotate-z: 0deg;
}

[xyz~="in-rotate-left-1"] {
  --xyz-in-rotate-z: -10deg;
}

[xyz~="in-rotate-left-2"] {
  --xyz-in-rotate-z: -20deg;
}

[xyz~="in-rotate-left-3"] {
  --xyz-in-rotate-z: -30deg;
}

[xyz~="in-rotate-left-4"] {
  --xyz-in-rotate-z: -40deg;
}

[xyz~="in-rotate-left-5"] {
  --xyz-in-rotate-z: -50deg;
}

[xyz~="in-rotate-left-25%"] {
  --xyz-in-rotate-z: -.25turn;
}

[xyz~="in-rotate-left-50%"] {
  --xyz-in-rotate-z: -.5turn;
}

[xyz~="in-rotate-left-75%"] {
  --xyz-in-rotate-z: -.75turn;
}

[xyz~="in-rotate-left-100%"] {
  --xyz-in-rotate-z: -1turn;
}

[xyz~="out-rotate-left"] {
  --xyz-out-rotate-z: calc(var(--xyz-rotate-default) * -1);
}

[xyz~="out-rotate-left-0"] {
  --xyz-out-rotate-z: 0deg;
}

[xyz~="out-rotate-left-1"] {
  --xyz-out-rotate-z: -10deg;
}

[xyz~="out-rotate-left-2"] {
  --xyz-out-rotate-z: -20deg;
}

[xyz~="out-rotate-left-3"] {
  --xyz-out-rotate-z: -30deg;
}

[xyz~="out-rotate-left-4"] {
  --xyz-out-rotate-z: -40deg;
}

[xyz~="out-rotate-left-5"] {
  --xyz-out-rotate-z: -50deg;
}

[xyz~="out-rotate-left-25%"] {
  --xyz-out-rotate-z: -.25turn;
}

[xyz~="out-rotate-left-50%"] {
  --xyz-out-rotate-z: -.5turn;
}

[xyz~="out-rotate-left-75%"] {
  --xyz-out-rotate-z: -.75turn;
}

[xyz~="out-rotate-left-100%"] {
  --xyz-out-rotate-z: -1turn;
}

[xyz~="appear-rotate-left"] {
  --xyz-appear-rotate-z: calc(var(--xyz-rotate-default) * -1);
}

[xyz~="appear-rotate-left-0"] {
  --xyz-appear-rotate-z: 0deg;
}

[xyz~="appear-rotate-left-1"] {
  --xyz-appear-rotate-z: -10deg;
}

[xyz~="appear-rotate-left-2"] {
  --xyz-appear-rotate-z: -20deg;
}

[xyz~="appear-rotate-left-3"] {
  --xyz-appear-rotate-z: -30deg;
}

[xyz~="appear-rotate-left-4"] {
  --xyz-appear-rotate-z: -40deg;
}

[xyz~="appear-rotate-left-5"] {
  --xyz-appear-rotate-z: -50deg;
}

[xyz~="appear-rotate-left-25%"] {
  --xyz-appear-rotate-z: -.25turn;
}

[xyz~="appear-rotate-left-50%"] {
  --xyz-appear-rotate-z: -.5turn;
}

[xyz~="appear-rotate-left-75%"] {
  --xyz-appear-rotate-z: -.75turn;
}

[xyz~="appear-rotate-left-100%"] {
  --xyz-appear-rotate-z: -1turn;
}

[xyz~="small"] {
  --xyz-scale-x: calc(1 - var(--xyz-scale-default));
  --xyz-scale-y: calc(1 - var(--xyz-scale-default));
  --xyz-scale-z: calc(1 - var(--xyz-scale-default));
}

[xyz~="small-0"] {
  --xyz-scale-x: 1;
  --xyz-scale-y: 1;
  --xyz-scale-z: 1;
}

[xyz~="small-1"] {
  --xyz-scale-x: .975;
  --xyz-scale-y: .975;
  --xyz-scale-z: .975;
}

[xyz~="small-2"] {
  --xyz-scale-x: .95;
  --xyz-scale-y: .95;
  --xyz-scale-z: .95;
}

[xyz~="small-3"] {
  --xyz-scale-x: .925;
  --xyz-scale-y: .925;
  --xyz-scale-z: .925;
}

[xyz~="small-4"] {
  --xyz-scale-x: .9;
  --xyz-scale-y: .9;
  --xyz-scale-z: .9;
}

[xyz~="small-5"] {
  --xyz-scale-x: .875;
  --xyz-scale-y: .875;
  --xyz-scale-z: .875;
}

[xyz~="small-25%"] {
  --xyz-scale-x: .75;
  --xyz-scale-y: .75;
  --xyz-scale-z: .75;
}

[xyz~="small-50%"] {
  --xyz-scale-x: .5;
  --xyz-scale-y: .5;
  --xyz-scale-z: .5;
}

[xyz~="small-75%"] {
  --xyz-scale-x: .25;
  --xyz-scale-y: .25;
  --xyz-scale-z: .25;
}

[xyz~="small-100%"] {
  --xyz-scale-x: 0;
  --xyz-scale-y: 0;
  --xyz-scale-z: 0;
}

[xyz~="in-small"] {
  --xyz-in-scale-x: calc(1 - var(--xyz-scale-default));
  --xyz-in-scale-y: calc(1 - var(--xyz-scale-default));
  --xyz-in-scale-z: calc(1 - var(--xyz-scale-default));
}

[xyz~="in-small-0"] {
  --xyz-in-scale-x: 1;
  --xyz-in-scale-y: 1;
  --xyz-in-scale-z: 1;
}

[xyz~="in-small-1"] {
  --xyz-in-scale-x: .975;
  --xyz-in-scale-y: .975;
  --xyz-in-scale-z: .975;
}

[xyz~="in-small-2"] {
  --xyz-in-scale-x: .95;
  --xyz-in-scale-y: .95;
  --xyz-in-scale-z: .95;
}

[xyz~="in-small-3"] {
  --xyz-in-scale-x: .925;
  --xyz-in-scale-y: .925;
  --xyz-in-scale-z: .925;
}

[xyz~="in-small-4"] {
  --xyz-in-scale-x: .9;
  --xyz-in-scale-y: .9;
  --xyz-in-scale-z: .9;
}

[xyz~="in-small-5"] {
  --xyz-in-scale-x: .875;
  --xyz-in-scale-y: .875;
  --xyz-in-scale-z: .875;
}

[xyz~="in-small-25%"] {
  --xyz-in-scale-x: .75;
  --xyz-in-scale-y: .75;
  --xyz-in-scale-z: .75;
}

[xyz~="in-small-50%"] {
  --xyz-in-scale-x: .5;
  --xyz-in-scale-y: .5;
  --xyz-in-scale-z: .5;
}

[xyz~="in-small-75%"] {
  --xyz-in-scale-x: .25;
  --xyz-in-scale-y: .25;
  --xyz-in-scale-z: .25;
}

[xyz~="in-small-100%"] {
  --xyz-in-scale-x: 0;
  --xyz-in-scale-y: 0;
  --xyz-in-scale-z: 0;
}

[xyz~="out-small"] {
  --xyz-out-scale-x: calc(1 - var(--xyz-scale-default));
  --xyz-out-scale-y: calc(1 - var(--xyz-scale-default));
  --xyz-out-scale-z: calc(1 - var(--xyz-scale-default));
}

[xyz~="out-small-0"] {
  --xyz-out-scale-x: 1;
  --xyz-out-scale-y: 1;
  --xyz-out-scale-z: 1;
}

[xyz~="out-small-1"] {
  --xyz-out-scale-x: .975;
  --xyz-out-scale-y: .975;
  --xyz-out-scale-z: .975;
}

[xyz~="out-small-2"] {
  --xyz-out-scale-x: .95;
  --xyz-out-scale-y: .95;
  --xyz-out-scale-z: .95;
}

[xyz~="out-small-3"] {
  --xyz-out-scale-x: .925;
  --xyz-out-scale-y: .925;
  --xyz-out-scale-z: .925;
}

[xyz~="out-small-4"] {
  --xyz-out-scale-x: .9;
  --xyz-out-scale-y: .9;
  --xyz-out-scale-z: .9;
}

[xyz~="out-small-5"] {
  --xyz-out-scale-x: .875;
  --xyz-out-scale-y: .875;
  --xyz-out-scale-z: .875;
}

[xyz~="out-small-25%"] {
  --xyz-out-scale-x: .75;
  --xyz-out-scale-y: .75;
  --xyz-out-scale-z: .75;
}

[xyz~="out-small-50%"] {
  --xyz-out-scale-x: .5;
  --xyz-out-scale-y: .5;
  --xyz-out-scale-z: .5;
}

[xyz~="out-small-75%"] {
  --xyz-out-scale-x: .25;
  --xyz-out-scale-y: .25;
  --xyz-out-scale-z: .25;
}

[xyz~="out-small-100%"] {
  --xyz-out-scale-x: 0;
  --xyz-out-scale-y: 0;
  --xyz-out-scale-z: 0;
}

[xyz~="appear-small"] {
  --xyz-appear-scale-x: calc(1 - var(--xyz-scale-default));
  --xyz-appear-scale-y: calc(1 - var(--xyz-scale-default));
  --xyz-appear-scale-z: calc(1 - var(--xyz-scale-default));
}

[xyz~="appear-small-0"] {
  --xyz-appear-scale-x: 1;
  --xyz-appear-scale-y: 1;
  --xyz-appear-scale-z: 1;
}

[xyz~="appear-small-1"] {
  --xyz-appear-scale-x: .975;
  --xyz-appear-scale-y: .975;
  --xyz-appear-scale-z: .975;
}

[xyz~="appear-small-2"] {
  --xyz-appear-scale-x: .95;
  --xyz-appear-scale-y: .95;
  --xyz-appear-scale-z: .95;
}

[xyz~="appear-small-3"] {
  --xyz-appear-scale-x: .925;
  --xyz-appear-scale-y: .925;
  --xyz-appear-scale-z: .925;
}

[xyz~="appear-small-4"] {
  --xyz-appear-scale-x: .9;
  --xyz-appear-scale-y: .9;
  --xyz-appear-scale-z: .9;
}

[xyz~="appear-small-5"] {
  --xyz-appear-scale-x: .875;
  --xyz-appear-scale-y: .875;
  --xyz-appear-scale-z: .875;
}

[xyz~="appear-small-25%"] {
  --xyz-appear-scale-x: .75;
  --xyz-appear-scale-y: .75;
  --xyz-appear-scale-z: .75;
}

[xyz~="appear-small-50%"] {
  --xyz-appear-scale-x: .5;
  --xyz-appear-scale-y: .5;
  --xyz-appear-scale-z: .5;
}

[xyz~="appear-small-75%"] {
  --xyz-appear-scale-x: .25;
  --xyz-appear-scale-y: .25;
  --xyz-appear-scale-z: .25;
}

[xyz~="appear-small-100%"] {
  --xyz-appear-scale-x: 0;
  --xyz-appear-scale-y: 0;
  --xyz-appear-scale-z: 0;
}

[xyz~="big"] {
  --xyz-scale-x: calc(1 + var(--xyz-scale-default));
  --xyz-scale-y: calc(1 + var(--xyz-scale-default));
  --xyz-scale-z: calc(1 + var(--xyz-scale-default));
}

[xyz~="big-0"] {
  --xyz-scale-x: 1;
  --xyz-scale-y: 1;
  --xyz-scale-z: 1;
}

[xyz~="big-1"] {
  --xyz-scale-x: 1.025;
  --xyz-scale-y: 1.025;
  --xyz-scale-z: 1.025;
}

[xyz~="big-2"] {
  --xyz-scale-x: 1.05;
  --xyz-scale-y: 1.05;
  --xyz-scale-z: 1.05;
}

[xyz~="big-3"] {
  --xyz-scale-x: 1.075;
  --xyz-scale-y: 1.075;
  --xyz-scale-z: 1.075;
}

[xyz~="big-4"] {
  --xyz-scale-x: 1.1;
  --xyz-scale-y: 1.1;
  --xyz-scale-z: 1.1;
}

[xyz~="big-5"] {
  --xyz-scale-x: 1.125;
  --xyz-scale-y: 1.125;
  --xyz-scale-z: 1.125;
}

[xyz~="big-25%"] {
  --xyz-scale-x: 1.25;
  --xyz-scale-y: 1.25;
  --xyz-scale-z: 1.25;
}

[xyz~="big-50%"] {
  --xyz-scale-x: 1.5;
  --xyz-scale-y: 1.5;
  --xyz-scale-z: 1.5;
}

[xyz~="big-75%"] {
  --xyz-scale-x: 1.75;
  --xyz-scale-y: 1.75;
  --xyz-scale-z: 1.75;
}

[xyz~="big-100%"] {
  --xyz-scale-x: 2;
  --xyz-scale-y: 2;
  --xyz-scale-z: 2;
}

[xyz~="in-big"] {
  --xyz-in-scale-x: calc(1 + var(--xyz-scale-default));
  --xyz-in-scale-y: calc(1 + var(--xyz-scale-default));
  --xyz-in-scale-z: calc(1 + var(--xyz-scale-default));
}

[xyz~="in-big-0"] {
  --xyz-in-scale-x: 1;
  --xyz-in-scale-y: 1;
  --xyz-in-scale-z: 1;
}

[xyz~="in-big-1"] {
  --xyz-in-scale-x: 1.025;
  --xyz-in-scale-y: 1.025;
  --xyz-in-scale-z: 1.025;
}

[xyz~="in-big-2"] {
  --xyz-in-scale-x: 1.05;
  --xyz-in-scale-y: 1.05;
  --xyz-in-scale-z: 1.05;
}

[xyz~="in-big-3"] {
  --xyz-in-scale-x: 1.075;
  --xyz-in-scale-y: 1.075;
  --xyz-in-scale-z: 1.075;
}

[xyz~="in-big-4"] {
  --xyz-in-scale-x: 1.1;
  --xyz-in-scale-y: 1.1;
  --xyz-in-scale-z: 1.1;
}

[xyz~="in-big-5"] {
  --xyz-in-scale-x: 1.125;
  --xyz-in-scale-y: 1.125;
  --xyz-in-scale-z: 1.125;
}

[xyz~="in-big-25%"] {
  --xyz-in-scale-x: 1.25;
  --xyz-in-scale-y: 1.25;
  --xyz-in-scale-z: 1.25;
}

[xyz~="in-big-50%"] {
  --xyz-in-scale-x: 1.5;
  --xyz-in-scale-y: 1.5;
  --xyz-in-scale-z: 1.5;
}

[xyz~="in-big-75%"] {
  --xyz-in-scale-x: 1.75;
  --xyz-in-scale-y: 1.75;
  --xyz-in-scale-z: 1.75;
}

[xyz~="in-big-100%"] {
  --xyz-in-scale-x: 2;
  --xyz-in-scale-y: 2;
  --xyz-in-scale-z: 2;
}

[xyz~="out-big"] {
  --xyz-out-scale-x: calc(1 + var(--xyz-scale-default));
  --xyz-out-scale-y: calc(1 + var(--xyz-scale-default));
  --xyz-out-scale-z: calc(1 + var(--xyz-scale-default));
}

[xyz~="out-big-0"] {
  --xyz-out-scale-x: 1;
  --xyz-out-scale-y: 1;
  --xyz-out-scale-z: 1;
}

[xyz~="out-big-1"] {
  --xyz-out-scale-x: 1.025;
  --xyz-out-scale-y: 1.025;
  --xyz-out-scale-z: 1.025;
}

[xyz~="out-big-2"] {
  --xyz-out-scale-x: 1.05;
  --xyz-out-scale-y: 1.05;
  --xyz-out-scale-z: 1.05;
}

[xyz~="out-big-3"] {
  --xyz-out-scale-x: 1.075;
  --xyz-out-scale-y: 1.075;
  --xyz-out-scale-z: 1.075;
}

[xyz~="out-big-4"] {
  --xyz-out-scale-x: 1.1;
  --xyz-out-scale-y: 1.1;
  --xyz-out-scale-z: 1.1;
}

[xyz~="out-big-5"] {
  --xyz-out-scale-x: 1.125;
  --xyz-out-scale-y: 1.125;
  --xyz-out-scale-z: 1.125;
}

[xyz~="out-big-25%"] {
  --xyz-out-scale-x: 1.25;
  --xyz-out-scale-y: 1.25;
  --xyz-out-scale-z: 1.25;
}

[xyz~="out-big-50%"] {
  --xyz-out-scale-x: 1.5;
  --xyz-out-scale-y: 1.5;
  --xyz-out-scale-z: 1.5;
}

[xyz~="out-big-75%"] {
  --xyz-out-scale-x: 1.75;
  --xyz-out-scale-y: 1.75;
  --xyz-out-scale-z: 1.75;
}

[xyz~="out-big-100%"] {
  --xyz-out-scale-x: 2;
  --xyz-out-scale-y: 2;
  --xyz-out-scale-z: 2;
}

[xyz~="appear-big"] {
  --xyz-appear-scale-x: calc(1 + var(--xyz-scale-default));
  --xyz-appear-scale-y: calc(1 + var(--xyz-scale-default));
  --xyz-appear-scale-z: calc(1 + var(--xyz-scale-default));
}

[xyz~="appear-big-0"] {
  --xyz-appear-scale-x: 1;
  --xyz-appear-scale-y: 1;
  --xyz-appear-scale-z: 1;
}

[xyz~="appear-big-1"] {
  --xyz-appear-scale-x: 1.025;
  --xyz-appear-scale-y: 1.025;
  --xyz-appear-scale-z: 1.025;
}

[xyz~="appear-big-2"] {
  --xyz-appear-scale-x: 1.05;
  --xyz-appear-scale-y: 1.05;
  --xyz-appear-scale-z: 1.05;
}

[xyz~="appear-big-3"] {
  --xyz-appear-scale-x: 1.075;
  --xyz-appear-scale-y: 1.075;
  --xyz-appear-scale-z: 1.075;
}

[xyz~="appear-big-4"] {
  --xyz-appear-scale-x: 1.1;
  --xyz-appear-scale-y: 1.1;
  --xyz-appear-scale-z: 1.1;
}

[xyz~="appear-big-5"] {
  --xyz-appear-scale-x: 1.125;
  --xyz-appear-scale-y: 1.125;
  --xyz-appear-scale-z: 1.125;
}

[xyz~="appear-big-25%"] {
  --xyz-appear-scale-x: 1.25;
  --xyz-appear-scale-y: 1.25;
  --xyz-appear-scale-z: 1.25;
}

[xyz~="appear-big-50%"] {
  --xyz-appear-scale-x: 1.5;
  --xyz-appear-scale-y: 1.5;
  --xyz-appear-scale-z: 1.5;
}

[xyz~="appear-big-75%"] {
  --xyz-appear-scale-x: 1.75;
  --xyz-appear-scale-y: 1.75;
  --xyz-appear-scale-z: 1.75;
}

[xyz~="appear-big-100%"] {
  --xyz-appear-scale-x: 2;
  --xyz-appear-scale-y: 2;
  --xyz-appear-scale-z: 2;
}

[xyz~="narrow"] {
  --xyz-scale-x: calc(1 - var(--xyz-scale-default));
}

[xyz~="narrow-0"] {
  --xyz-scale-x: 1;
}

[xyz~="narrow-1"] {
  --xyz-scale-x: .975;
}

[xyz~="narrow-2"] {
  --xyz-scale-x: .95;
}

[xyz~="narrow-3"] {
  --xyz-scale-x: .925;
}

[xyz~="narrow-4"] {
  --xyz-scale-x: .9;
}

[xyz~="narrow-5"] {
  --xyz-scale-x: .875;
}

[xyz~="narrow-25%"] {
  --xyz-scale-x: .75;
}

[xyz~="narrow-50%"] {
  --xyz-scale-x: .5;
}

[xyz~="narrow-75%"] {
  --xyz-scale-x: .25;
}

[xyz~="narrow-100%"] {
  --xyz-scale-x: 0;
}

[xyz~="in-narrow"] {
  --xyz-in-scale-x: calc(1 - var(--xyz-scale-default));
}

[xyz~="in-narrow-0"] {
  --xyz-in-scale-x: 1;
}

[xyz~="in-narrow-1"] {
  --xyz-in-scale-x: .975;
}

[xyz~="in-narrow-2"] {
  --xyz-in-scale-x: .95;
}

[xyz~="in-narrow-3"] {
  --xyz-in-scale-x: .925;
}

[xyz~="in-narrow-4"] {
  --xyz-in-scale-x: .9;
}

[xyz~="in-narrow-5"] {
  --xyz-in-scale-x: .875;
}

[xyz~="in-narrow-25%"] {
  --xyz-in-scale-x: .75;
}

[xyz~="in-narrow-50%"] {
  --xyz-in-scale-x: .5;
}

[xyz~="in-narrow-75%"] {
  --xyz-in-scale-x: .25;
}

[xyz~="in-narrow-100%"] {
  --xyz-in-scale-x: 0;
}

[xyz~="out-narrow"] {
  --xyz-out-scale-x: calc(1 - var(--xyz-scale-default));
}

[xyz~="out-narrow-0"] {
  --xyz-out-scale-x: 1;
}

[xyz~="out-narrow-1"] {
  --xyz-out-scale-x: .975;
}

[xyz~="out-narrow-2"] {
  --xyz-out-scale-x: .95;
}

[xyz~="out-narrow-3"] {
  --xyz-out-scale-x: .925;
}

[xyz~="out-narrow-4"] {
  --xyz-out-scale-x: .9;
}

[xyz~="out-narrow-5"] {
  --xyz-out-scale-x: .875;
}

[xyz~="out-narrow-25%"] {
  --xyz-out-scale-x: .75;
}

[xyz~="out-narrow-50%"] {
  --xyz-out-scale-x: .5;
}

[xyz~="out-narrow-75%"] {
  --xyz-out-scale-x: .25;
}

[xyz~="out-narrow-100%"] {
  --xyz-out-scale-x: 0;
}

[xyz~="appear-narrow"] {
  --xyz-appear-scale-x: calc(1 - var(--xyz-scale-default));
}

[xyz~="appear-narrow-0"] {
  --xyz-appear-scale-x: 1;
}

[xyz~="appear-narrow-1"] {
  --xyz-appear-scale-x: .975;
}

[xyz~="appear-narrow-2"] {
  --xyz-appear-scale-x: .95;
}

[xyz~="appear-narrow-3"] {
  --xyz-appear-scale-x: .925;
}

[xyz~="appear-narrow-4"] {
  --xyz-appear-scale-x: .9;
}

[xyz~="appear-narrow-5"] {
  --xyz-appear-scale-x: .875;
}

[xyz~="appear-narrow-25%"] {
  --xyz-appear-scale-x: .75;
}

[xyz~="appear-narrow-50%"] {
  --xyz-appear-scale-x: .5;
}

[xyz~="appear-narrow-75%"] {
  --xyz-appear-scale-x: .25;
}

[xyz~="appear-narrow-100%"] {
  --xyz-appear-scale-x: 0;
}

[xyz~="wide"] {
  --xyz-scale-x: calc(1 + var(--xyz-scale-default));
}

[xyz~="wide-0"] {
  --xyz-scale-x: 1;
}

[xyz~="wide-1"] {
  --xyz-scale-x: 1.025;
}

[xyz~="wide-2"] {
  --xyz-scale-x: 1.05;
}

[xyz~="wide-3"] {
  --xyz-scale-x: 1.075;
}

[xyz~="wide-4"] {
  --xyz-scale-x: 1.1;
}

[xyz~="wide-5"] {
  --xyz-scale-x: 1.125;
}

[xyz~="wide-25%"] {
  --xyz-scale-x: 1.25;
}

[xyz~="wide-50%"] {
  --xyz-scale-x: 1.5;
}

[xyz~="wide-75%"] {
  --xyz-scale-x: 1.75;
}

[xyz~="wide-100%"] {
  --xyz-scale-x: 2;
}

[xyz~="in-wide"] {
  --xyz-in-scale-x: calc(1 + var(--xyz-scale-default));
}

[xyz~="in-wide-0"] {
  --xyz-in-scale-x: 1;
}

[xyz~="in-wide-1"] {
  --xyz-in-scale-x: 1.025;
}

[xyz~="in-wide-2"] {
  --xyz-in-scale-x: 1.05;
}

[xyz~="in-wide-3"] {
  --xyz-in-scale-x: 1.075;
}

[xyz~="in-wide-4"] {
  --xyz-in-scale-x: 1.1;
}

[xyz~="in-wide-5"] {
  --xyz-in-scale-x: 1.125;
}

[xyz~="in-wide-25%"] {
  --xyz-in-scale-x: 1.25;
}

[xyz~="in-wide-50%"] {
  --xyz-in-scale-x: 1.5;
}

[xyz~="in-wide-75%"] {
  --xyz-in-scale-x: 1.75;
}

[xyz~="in-wide-100%"] {
  --xyz-in-scale-x: 2;
}

[xyz~="out-wide"] {
  --xyz-out-scale-x: calc(1 + var(--xyz-scale-default));
}

[xyz~="out-wide-0"] {
  --xyz-out-scale-x: 1;
}

[xyz~="out-wide-1"] {
  --xyz-out-scale-x: 1.025;
}

[xyz~="out-wide-2"] {
  --xyz-out-scale-x: 1.05;
}

[xyz~="out-wide-3"] {
  --xyz-out-scale-x: 1.075;
}

[xyz~="out-wide-4"] {
  --xyz-out-scale-x: 1.1;
}

[xyz~="out-wide-5"] {
  --xyz-out-scale-x: 1.125;
}

[xyz~="out-wide-25%"] {
  --xyz-out-scale-x: 1.25;
}

[xyz~="out-wide-50%"] {
  --xyz-out-scale-x: 1.5;
}

[xyz~="out-wide-75%"] {
  --xyz-out-scale-x: 1.75;
}

[xyz~="out-wide-100%"] {
  --xyz-out-scale-x: 2;
}

[xyz~="appear-wide"] {
  --xyz-appear-scale-x: calc(1 + var(--xyz-scale-default));
}

[xyz~="appear-wide-0"] {
  --xyz-appear-scale-x: 1;
}

[xyz~="appear-wide-1"] {
  --xyz-appear-scale-x: 1.025;
}

[xyz~="appear-wide-2"] {
  --xyz-appear-scale-x: 1.05;
}

[xyz~="appear-wide-3"] {
  --xyz-appear-scale-x: 1.075;
}

[xyz~="appear-wide-4"] {
  --xyz-appear-scale-x: 1.1;
}

[xyz~="appear-wide-5"] {
  --xyz-appear-scale-x: 1.125;
}

[xyz~="appear-wide-25%"] {
  --xyz-appear-scale-x: 1.25;
}

[xyz~="appear-wide-50%"] {
  --xyz-appear-scale-x: 1.5;
}

[xyz~="appear-wide-75%"] {
  --xyz-appear-scale-x: 1.75;
}

[xyz~="appear-wide-100%"] {
  --xyz-appear-scale-x: 2;
}

[xyz~="short"] {
  --xyz-scale-y: calc(1 - var(--xyz-scale-default));
}

[xyz~="short-0"] {
  --xyz-scale-y: 1;
}

[xyz~="short-1"] {
  --xyz-scale-y: .975;
}

[xyz~="short-2"] {
  --xyz-scale-y: .95;
}

[xyz~="short-3"] {
  --xyz-scale-y: .925;
}

[xyz~="short-4"] {
  --xyz-scale-y: .9;
}

[xyz~="short-5"] {
  --xyz-scale-y: .875;
}

[xyz~="short-25%"] {
  --xyz-scale-y: .75;
}

[xyz~="short-50%"] {
  --xyz-scale-y: .5;
}

[xyz~="short-75%"] {
  --xyz-scale-y: .25;
}

[xyz~="short-100%"] {
  --xyz-scale-y: 0;
}

[xyz~="in-short"] {
  --xyz-in-scale-y: calc(1 - var(--xyz-scale-default));
}

[xyz~="in-short-0"] {
  --xyz-in-scale-y: 1;
}

[xyz~="in-short-1"] {
  --xyz-in-scale-y: .975;
}

[xyz~="in-short-2"] {
  --xyz-in-scale-y: .95;
}

[xyz~="in-short-3"] {
  --xyz-in-scale-y: .925;
}

[xyz~="in-short-4"] {
  --xyz-in-scale-y: .9;
}

[xyz~="in-short-5"] {
  --xyz-in-scale-y: .875;
}

[xyz~="in-short-25%"] {
  --xyz-in-scale-y: .75;
}

[xyz~="in-short-50%"] {
  --xyz-in-scale-y: .5;
}

[xyz~="in-short-75%"] {
  --xyz-in-scale-y: .25;
}

[xyz~="in-short-100%"] {
  --xyz-in-scale-y: 0;
}

[xyz~="out-short"] {
  --xyz-out-scale-y: calc(1 - var(--xyz-scale-default));
}

[xyz~="out-short-0"] {
  --xyz-out-scale-y: 1;
}

[xyz~="out-short-1"] {
  --xyz-out-scale-y: .975;
}

[xyz~="out-short-2"] {
  --xyz-out-scale-y: .95;
}

[xyz~="out-short-3"] {
  --xyz-out-scale-y: .925;
}

[xyz~="out-short-4"] {
  --xyz-out-scale-y: .9;
}

[xyz~="out-short-5"] {
  --xyz-out-scale-y: .875;
}

[xyz~="out-short-25%"] {
  --xyz-out-scale-y: .75;
}

[xyz~="out-short-50%"] {
  --xyz-out-scale-y: .5;
}

[xyz~="out-short-75%"] {
  --xyz-out-scale-y: .25;
}

[xyz~="out-short-100%"] {
  --xyz-out-scale-y: 0;
}

[xyz~="appear-short"] {
  --xyz-appear-scale-y: calc(1 - var(--xyz-scale-default));
}

[xyz~="appear-short-0"] {
  --xyz-appear-scale-y: 1;
}

[xyz~="appear-short-1"] {
  --xyz-appear-scale-y: .975;
}

[xyz~="appear-short-2"] {
  --xyz-appear-scale-y: .95;
}

[xyz~="appear-short-3"] {
  --xyz-appear-scale-y: .925;
}

[xyz~="appear-short-4"] {
  --xyz-appear-scale-y: .9;
}

[xyz~="appear-short-5"] {
  --xyz-appear-scale-y: .875;
}

[xyz~="appear-short-25%"] {
  --xyz-appear-scale-y: .75;
}

[xyz~="appear-short-50%"] {
  --xyz-appear-scale-y: .5;
}

[xyz~="appear-short-75%"] {
  --xyz-appear-scale-y: .25;
}

[xyz~="appear-short-100%"] {
  --xyz-appear-scale-y: 0;
}

[xyz~="tall"] {
  --xyz-scale-y: calc(1 + var(--xyz-scale-default));
}

[xyz~="tall-0"] {
  --xyz-scale-y: 1;
}

[xyz~="tall-1"] {
  --xyz-scale-y: 1.025;
}

[xyz~="tall-2"] {
  --xyz-scale-y: 1.05;
}

[xyz~="tall-3"] {
  --xyz-scale-y: 1.075;
}

[xyz~="tall-4"] {
  --xyz-scale-y: 1.1;
}

[xyz~="tall-5"] {
  --xyz-scale-y: 1.125;
}

[xyz~="tall-25%"] {
  --xyz-scale-y: 1.25;
}

[xyz~="tall-50%"] {
  --xyz-scale-y: 1.5;
}

[xyz~="tall-75%"] {
  --xyz-scale-y: 1.75;
}

[xyz~="tall-100%"] {
  --xyz-scale-y: 2;
}

[xyz~="in-tall"] {
  --xyz-in-scale-y: calc(1 + var(--xyz-scale-default));
}

[xyz~="in-tall-0"] {
  --xyz-in-scale-y: 1;
}

[xyz~="in-tall-1"] {
  --xyz-in-scale-y: 1.025;
}

[xyz~="in-tall-2"] {
  --xyz-in-scale-y: 1.05;
}

[xyz~="in-tall-3"] {
  --xyz-in-scale-y: 1.075;
}

[xyz~="in-tall-4"] {
  --xyz-in-scale-y: 1.1;
}

[xyz~="in-tall-5"] {
  --xyz-in-scale-y: 1.125;
}

[xyz~="in-tall-25%"] {
  --xyz-in-scale-y: 1.25;
}

[xyz~="in-tall-50%"] {
  --xyz-in-scale-y: 1.5;
}

[xyz~="in-tall-75%"] {
  --xyz-in-scale-y: 1.75;
}

[xyz~="in-tall-100%"] {
  --xyz-in-scale-y: 2;
}

[xyz~="out-tall"] {
  --xyz-out-scale-y: calc(1 + var(--xyz-scale-default));
}

[xyz~="out-tall-0"] {
  --xyz-out-scale-y: 1;
}

[xyz~="out-tall-1"] {
  --xyz-out-scale-y: 1.025;
}

[xyz~="out-tall-2"] {
  --xyz-out-scale-y: 1.05;
}

[xyz~="out-tall-3"] {
  --xyz-out-scale-y: 1.075;
}

[xyz~="out-tall-4"] {
  --xyz-out-scale-y: 1.1;
}

[xyz~="out-tall-5"] {
  --xyz-out-scale-y: 1.125;
}

[xyz~="out-tall-25%"] {
  --xyz-out-scale-y: 1.25;
}

[xyz~="out-tall-50%"] {
  --xyz-out-scale-y: 1.5;
}

[xyz~="out-tall-75%"] {
  --xyz-out-scale-y: 1.75;
}

[xyz~="out-tall-100%"] {
  --xyz-out-scale-y: 2;
}

[xyz~="appear-tall"] {
  --xyz-appear-scale-y: calc(1 + var(--xyz-scale-default));
}

[xyz~="appear-tall-0"] {
  --xyz-appear-scale-y: 1;
}

[xyz~="appear-tall-1"] {
  --xyz-appear-scale-y: 1.025;
}

[xyz~="appear-tall-2"] {
  --xyz-appear-scale-y: 1.05;
}

[xyz~="appear-tall-3"] {
  --xyz-appear-scale-y: 1.075;
}

[xyz~="appear-tall-4"] {
  --xyz-appear-scale-y: 1.1;
}

[xyz~="appear-tall-5"] {
  --xyz-appear-scale-y: 1.125;
}

[xyz~="appear-tall-25%"] {
  --xyz-appear-scale-y: 1.25;
}

[xyz~="appear-tall-50%"] {
  --xyz-appear-scale-y: 1.5;
}

[xyz~="appear-tall-75%"] {
  --xyz-appear-scale-y: 1.75;
}

[xyz~="appear-tall-100%"] {
  --xyz-appear-scale-y: 2;
}

[xyz~="thin"] {
  --xyz-scale-z: calc(1 - var(--xyz-scale-default));
}

[xyz~="thin-0"] {
  --xyz-scale-z: 1;
}

[xyz~="thin-1"] {
  --xyz-scale-z: .975;
}

[xyz~="thin-2"] {
  --xyz-scale-z: .95;
}

[xyz~="thin-3"] {
  --xyz-scale-z: .925;
}

[xyz~="thin-4"] {
  --xyz-scale-z: .9;
}

[xyz~="thin-5"] {
  --xyz-scale-z: .875;
}

[xyz~="thin-25%"] {
  --xyz-scale-z: .75;
}

[xyz~="thin-50%"] {
  --xyz-scale-z: .5;
}

[xyz~="thin-75%"] {
  --xyz-scale-z: .25;
}

[xyz~="thin-100%"] {
  --xyz-scale-z: 0;
}

[xyz~="in-thin"] {
  --xyz-in-scale-z: calc(1 - var(--xyz-scale-default));
}

[xyz~="in-thin-0"] {
  --xyz-in-scale-z: 1;
}

[xyz~="in-thin-1"] {
  --xyz-in-scale-z: .975;
}

[xyz~="in-thin-2"] {
  --xyz-in-scale-z: .95;
}

[xyz~="in-thin-3"] {
  --xyz-in-scale-z: .925;
}

[xyz~="in-thin-4"] {
  --xyz-in-scale-z: .9;
}

[xyz~="in-thin-5"] {
  --xyz-in-scale-z: .875;
}

[xyz~="in-thin-25%"] {
  --xyz-in-scale-z: .75;
}

[xyz~="in-thin-50%"] {
  --xyz-in-scale-z: .5;
}

[xyz~="in-thin-75%"] {
  --xyz-in-scale-z: .25;
}

[xyz~="in-thin-100%"] {
  --xyz-in-scale-z: 0;
}

[xyz~="out-thin"] {
  --xyz-out-scale-z: calc(1 - var(--xyz-scale-default));
}

[xyz~="out-thin-0"] {
  --xyz-out-scale-z: 1;
}

[xyz~="out-thin-1"] {
  --xyz-out-scale-z: .975;
}

[xyz~="out-thin-2"] {
  --xyz-out-scale-z: .95;
}

[xyz~="out-thin-3"] {
  --xyz-out-scale-z: .925;
}

[xyz~="out-thin-4"] {
  --xyz-out-scale-z: .9;
}

[xyz~="out-thin-5"] {
  --xyz-out-scale-z: .875;
}

[xyz~="out-thin-25%"] {
  --xyz-out-scale-z: .75;
}

[xyz~="out-thin-50%"] {
  --xyz-out-scale-z: .5;
}

[xyz~="out-thin-75%"] {
  --xyz-out-scale-z: .25;
}

[xyz~="out-thin-100%"] {
  --xyz-out-scale-z: 0;
}

[xyz~="appear-thin"] {
  --xyz-appear-scale-z: calc(1 - var(--xyz-scale-default));
}

[xyz~="appear-thin-0"] {
  --xyz-appear-scale-z: 1;
}

[xyz~="appear-thin-1"] {
  --xyz-appear-scale-z: .975;
}

[xyz~="appear-thin-2"] {
  --xyz-appear-scale-z: .95;
}

[xyz~="appear-thin-3"] {
  --xyz-appear-scale-z: .925;
}

[xyz~="appear-thin-4"] {
  --xyz-appear-scale-z: .9;
}

[xyz~="appear-thin-5"] {
  --xyz-appear-scale-z: .875;
}

[xyz~="appear-thin-25%"] {
  --xyz-appear-scale-z: .75;
}

[xyz~="appear-thin-50%"] {
  --xyz-appear-scale-z: .5;
}

[xyz~="appear-thin-75%"] {
  --xyz-appear-scale-z: .25;
}

[xyz~="appear-thin-100%"] {
  --xyz-appear-scale-z: 0;
}

[xyz~="thick"] {
  --xyz-scale-z: calc(1 + var(--xyz-scale-default));
}

[xyz~="thick-0"] {
  --xyz-scale-z: 1;
}

[xyz~="thick-1"] {
  --xyz-scale-z: 1.025;
}

[xyz~="thick-2"] {
  --xyz-scale-z: 1.05;
}

[xyz~="thick-3"] {
  --xyz-scale-z: 1.075;
}

[xyz~="thick-4"] {
  --xyz-scale-z: 1.1;
}

[xyz~="thick-5"] {
  --xyz-scale-z: 1.125;
}

[xyz~="thick-25%"] {
  --xyz-scale-z: 1.25;
}

[xyz~="thick-50%"] {
  --xyz-scale-z: 1.5;
}

[xyz~="thick-75%"] {
  --xyz-scale-z: 1.75;
}

[xyz~="thick-100%"] {
  --xyz-scale-z: 2;
}

[xyz~="in-thick"] {
  --xyz-in-scale-z: calc(1 + var(--xyz-scale-default));
}

[xyz~="in-thick-0"] {
  --xyz-in-scale-z: 1;
}

[xyz~="in-thick-1"] {
  --xyz-in-scale-z: 1.025;
}

[xyz~="in-thick-2"] {
  --xyz-in-scale-z: 1.05;
}

[xyz~="in-thick-3"] {
  --xyz-in-scale-z: 1.075;
}

[xyz~="in-thick-4"] {
  --xyz-in-scale-z: 1.1;
}

[xyz~="in-thick-5"] {
  --xyz-in-scale-z: 1.125;
}

[xyz~="in-thick-25%"] {
  --xyz-in-scale-z: 1.25;
}

[xyz~="in-thick-50%"] {
  --xyz-in-scale-z: 1.5;
}

[xyz~="in-thick-75%"] {
  --xyz-in-scale-z: 1.75;
}

[xyz~="in-thick-100%"] {
  --xyz-in-scale-z: 2;
}

[xyz~="out-thick"] {
  --xyz-out-scale-z: calc(1 + var(--xyz-scale-default));
}

[xyz~="out-thick-0"] {
  --xyz-out-scale-z: 1;
}

[xyz~="out-thick-1"] {
  --xyz-out-scale-z: 1.025;
}

[xyz~="out-thick-2"] {
  --xyz-out-scale-z: 1.05;
}

[xyz~="out-thick-3"] {
  --xyz-out-scale-z: 1.075;
}

[xyz~="out-thick-4"] {
  --xyz-out-scale-z: 1.1;
}

[xyz~="out-thick-5"] {
  --xyz-out-scale-z: 1.125;
}

[xyz~="out-thick-25%"] {
  --xyz-out-scale-z: 1.25;
}

[xyz~="out-thick-50%"] {
  --xyz-out-scale-z: 1.5;
}

[xyz~="out-thick-75%"] {
  --xyz-out-scale-z: 1.75;
}

[xyz~="out-thick-100%"] {
  --xyz-out-scale-z: 2;
}

[xyz~="appear-thick"] {
  --xyz-appear-scale-z: calc(1 + var(--xyz-scale-default));
}

[xyz~="appear-thick-0"] {
  --xyz-appear-scale-z: 1;
}

[xyz~="appear-thick-1"] {
  --xyz-appear-scale-z: 1.025;
}

[xyz~="appear-thick-2"] {
  --xyz-appear-scale-z: 1.05;
}

[xyz~="appear-thick-3"] {
  --xyz-appear-scale-z: 1.075;
}

[xyz~="appear-thick-4"] {
  --xyz-appear-scale-z: 1.1;
}

[xyz~="appear-thick-5"] {
  --xyz-appear-scale-z: 1.125;
}

[xyz~="appear-thick-25%"] {
  --xyz-appear-scale-z: 1.25;
}

[xyz~="appear-thick-50%"] {
  --xyz-appear-scale-z: 1.5;
}

[xyz~="appear-thick-75%"] {
  --xyz-appear-scale-z: 1.75;
}

[xyz~="appear-thick-100%"] {
  --xyz-appear-scale-z: 2;
}

[xyz~="skew-left"] {
  --xyz-skew-x: var(--xyz-skew-default);
}

[xyz~="skew-left-0"] {
  --xyz-skew-x: 0deg;
}

[xyz~="skew-left-1"] {
  --xyz-skew-x: 10deg;
}

[xyz~="skew-left-2"] {
  --xyz-skew-x: 20deg;
}

[xyz~="skew-left-3"] {
  --xyz-skew-x: 30deg;
}

[xyz~="skew-left-4"] {
  --xyz-skew-x: 40deg;
}

[xyz~="skew-left-5"] {
  --xyz-skew-x: 50deg;
}

[xyz~="in-skew-left"] {
  --xyz-in-skew-x: var(--xyz-skew-default);
}

[xyz~="in-skew-left-0"] {
  --xyz-in-skew-x: 0deg;
}

[xyz~="in-skew-left-1"] {
  --xyz-in-skew-x: 10deg;
}

[xyz~="in-skew-left-2"] {
  --xyz-in-skew-x: 20deg;
}

[xyz~="in-skew-left-3"] {
  --xyz-in-skew-x: 30deg;
}

[xyz~="in-skew-left-4"] {
  --xyz-in-skew-x: 40deg;
}

[xyz~="in-skew-left-5"] {
  --xyz-in-skew-x: 50deg;
}

[xyz~="out-skew-left"] {
  --xyz-out-skew-x: var(--xyz-skew-default);
}

[xyz~="out-skew-left-0"] {
  --xyz-out-skew-x: 0deg;
}

[xyz~="out-skew-left-1"] {
  --xyz-out-skew-x: 10deg;
}

[xyz~="out-skew-left-2"] {
  --xyz-out-skew-x: 20deg;
}

[xyz~="out-skew-left-3"] {
  --xyz-out-skew-x: 30deg;
}

[xyz~="out-skew-left-4"] {
  --xyz-out-skew-x: 40deg;
}

[xyz~="out-skew-left-5"] {
  --xyz-out-skew-x: 50deg;
}

[xyz~="appear-skew-left"] {
  --xyz-appear-skew-x: var(--xyz-skew-default);
}

[xyz~="appear-skew-left-0"] {
  --xyz-appear-skew-x: 0deg;
}

[xyz~="appear-skew-left-1"] {
  --xyz-appear-skew-x: 10deg;
}

[xyz~="appear-skew-left-2"] {
  --xyz-appear-skew-x: 20deg;
}

[xyz~="appear-skew-left-3"] {
  --xyz-appear-skew-x: 30deg;
}

[xyz~="appear-skew-left-4"] {
  --xyz-appear-skew-x: 40deg;
}

[xyz~="appear-skew-left-5"] {
  --xyz-appear-skew-x: 50deg;
}

[xyz~="skew-right"] {
  --xyz-skew-x: calc(var(--xyz-skew-default) * -1);
}

[xyz~="skew-right-0"] {
  --xyz-skew-x: 0deg;
}

[xyz~="skew-right-1"] {
  --xyz-skew-x: -10deg;
}

[xyz~="skew-right-2"] {
  --xyz-skew-x: -20deg;
}

[xyz~="skew-right-3"] {
  --xyz-skew-x: -30deg;
}

[xyz~="skew-right-4"] {
  --xyz-skew-x: -40deg;
}

[xyz~="skew-right-5"] {
  --xyz-skew-x: -50deg;
}

[xyz~="in-skew-right"] {
  --xyz-in-skew-x: calc(var(--xyz-skew-default) * -1);
}

[xyz~="in-skew-right-0"] {
  --xyz-in-skew-x: 0deg;
}

[xyz~="in-skew-right-1"] {
  --xyz-in-skew-x: -10deg;
}

[xyz~="in-skew-right-2"] {
  --xyz-in-skew-x: -20deg;
}

[xyz~="in-skew-right-3"] {
  --xyz-in-skew-x: -30deg;
}

[xyz~="in-skew-right-4"] {
  --xyz-in-skew-x: -40deg;
}

[xyz~="in-skew-right-5"] {
  --xyz-in-skew-x: -50deg;
}

[xyz~="out-skew-right"] {
  --xyz-out-skew-x: calc(var(--xyz-skew-default) * -1);
}

[xyz~="out-skew-right-0"] {
  --xyz-out-skew-x: 0deg;
}

[xyz~="out-skew-right-1"] {
  --xyz-out-skew-x: -10deg;
}

[xyz~="out-skew-right-2"] {
  --xyz-out-skew-x: -20deg;
}

[xyz~="out-skew-right-3"] {
  --xyz-out-skew-x: -30deg;
}

[xyz~="out-skew-right-4"] {
  --xyz-out-skew-x: -40deg;
}

[xyz~="out-skew-right-5"] {
  --xyz-out-skew-x: -50deg;
}

[xyz~="appear-skew-right"] {
  --xyz-appear-skew-x: calc(var(--xyz-skew-default) * -1);
}

[xyz~="appear-skew-right-0"] {
  --xyz-appear-skew-x: 0deg;
}

[xyz~="appear-skew-right-1"] {
  --xyz-appear-skew-x: -10deg;
}

[xyz~="appear-skew-right-2"] {
  --xyz-appear-skew-x: -20deg;
}

[xyz~="appear-skew-right-3"] {
  --xyz-appear-skew-x: -30deg;
}

[xyz~="appear-skew-right-4"] {
  --xyz-appear-skew-x: -40deg;
}

[xyz~="appear-skew-right-5"] {
  --xyz-appear-skew-x: -50deg;
}

[xyz~="skew-up"] {
  --xyz-skew-y: var(--xyz-skew-default);
}

[xyz~="skew-up-0"] {
  --xyz-skew-y: 0deg;
}

[xyz~="skew-up-1"] {
  --xyz-skew-y: 10deg;
}

[xyz~="skew-up-2"] {
  --xyz-skew-y: 20deg;
}

[xyz~="skew-up-3"] {
  --xyz-skew-y: 30deg;
}

[xyz~="skew-up-4"] {
  --xyz-skew-y: 40deg;
}

[xyz~="skew-up-5"] {
  --xyz-skew-y: 50deg;
}

[xyz~="in-skew-up"] {
  --xyz-in-skew-y: var(--xyz-skew-default);
}

[xyz~="in-skew-up-0"] {
  --xyz-in-skew-y: 0deg;
}

[xyz~="in-skew-up-1"] {
  --xyz-in-skew-y: 10deg;
}

[xyz~="in-skew-up-2"] {
  --xyz-in-skew-y: 20deg;
}

[xyz~="in-skew-up-3"] {
  --xyz-in-skew-y: 30deg;
}

[xyz~="in-skew-up-4"] {
  --xyz-in-skew-y: 40deg;
}

[xyz~="in-skew-up-5"] {
  --xyz-in-skew-y: 50deg;
}

[xyz~="out-skew-up"] {
  --xyz-out-skew-y: var(--xyz-skew-default);
}

[xyz~="out-skew-up-0"] {
  --xyz-out-skew-y: 0deg;
}

[xyz~="out-skew-up-1"] {
  --xyz-out-skew-y: 10deg;
}

[xyz~="out-skew-up-2"] {
  --xyz-out-skew-y: 20deg;
}

[xyz~="out-skew-up-3"] {
  --xyz-out-skew-y: 30deg;
}

[xyz~="out-skew-up-4"] {
  --xyz-out-skew-y: 40deg;
}

[xyz~="out-skew-up-5"] {
  --xyz-out-skew-y: 50deg;
}

[xyz~="appear-skew-up"] {
  --xyz-appear-skew-y: var(--xyz-skew-default);
}

[xyz~="appear-skew-up-0"] {
  --xyz-appear-skew-y: 0deg;
}

[xyz~="appear-skew-up-1"] {
  --xyz-appear-skew-y: 10deg;
}

[xyz~="appear-skew-up-2"] {
  --xyz-appear-skew-y: 20deg;
}

[xyz~="appear-skew-up-3"] {
  --xyz-appear-skew-y: 30deg;
}

[xyz~="appear-skew-up-4"] {
  --xyz-appear-skew-y: 40deg;
}

[xyz~="appear-skew-up-5"] {
  --xyz-appear-skew-y: 50deg;
}

[xyz~="skew-down"] {
  --xyz-skew-y: calc(var(--xyz-skew-default) * -1);
}

[xyz~="skew-down-0"] {
  --xyz-skew-y: 0deg;
}

[xyz~="skew-down-1"] {
  --xyz-skew-y: -10deg;
}

[xyz~="skew-down-2"] {
  --xyz-skew-y: -20deg;
}

[xyz~="skew-down-3"] {
  --xyz-skew-y: -30deg;
}

[xyz~="skew-down-4"] {
  --xyz-skew-y: -40deg;
}

[xyz~="skew-down-5"] {
  --xyz-skew-y: -50deg;
}

[xyz~="in-skew-down"] {
  --xyz-in-skew-y: calc(var(--xyz-skew-default) * -1);
}

[xyz~="in-skew-down-0"] {
  --xyz-in-skew-y: 0deg;
}

[xyz~="in-skew-down-1"] {
  --xyz-in-skew-y: -10deg;
}

[xyz~="in-skew-down-2"] {
  --xyz-in-skew-y: -20deg;
}

[xyz~="in-skew-down-3"] {
  --xyz-in-skew-y: -30deg;
}

[xyz~="in-skew-down-4"] {
  --xyz-in-skew-y: -40deg;
}

[xyz~="in-skew-down-5"] {
  --xyz-in-skew-y: -50deg;
}

[xyz~="out-skew-down"] {
  --xyz-out-skew-y: calc(var(--xyz-skew-default) * -1);
}

[xyz~="out-skew-down-0"] {
  --xyz-out-skew-y: 0deg;
}

[xyz~="out-skew-down-1"] {
  --xyz-out-skew-y: -10deg;
}

[xyz~="out-skew-down-2"] {
  --xyz-out-skew-y: -20deg;
}

[xyz~="out-skew-down-3"] {
  --xyz-out-skew-y: -30deg;
}

[xyz~="out-skew-down-4"] {
  --xyz-out-skew-y: -40deg;
}

[xyz~="out-skew-down-5"] {
  --xyz-out-skew-y: -50deg;
}

[xyz~="appear-skew-down"] {
  --xyz-appear-skew-y: calc(var(--xyz-skew-default) * -1);
}

[xyz~="appear-skew-down-0"] {
  --xyz-appear-skew-y: 0deg;
}

[xyz~="appear-skew-down-1"] {
  --xyz-appear-skew-y: -10deg;
}

[xyz~="appear-skew-down-2"] {
  --xyz-appear-skew-y: -20deg;
}

[xyz~="appear-skew-down-3"] {
  --xyz-appear-skew-y: -30deg;
}

[xyz~="appear-skew-down-4"] {
  --xyz-appear-skew-y: -40deg;
}

[xyz~="appear-skew-down-5"] {
  --xyz-appear-skew-y: -50deg;
}

/*# sourceMappingURL=index.b92c1750.css.map */
