@charset "UTF-8";
/* line 3, ../../www/jet/html/scss-jet/core/_base.scss */
html,
body {
  font-size: 16px;
  color: #222;
  margin: 0;
  font-family: 'Roboto', sans-serif;
}

/* line 13, ../../www/jet/html/scss-jet/core/_base.scss */
h1, h2, h3, h4, h5, h6, p, span, div, label, a {
  margin-top: 0;
  box-sizing: border-box;
  color: inherit;
  line-height: 110%;
}

/* line 25, ../../www/jet/html/scss-jet/core/_base.scss */
h1, h2, h3 {
  font-weight: normal;
}

/* line 33, ../../www/jet/html/scss-jet/core/_base.scss */
p, label {
  margin-bottom: 1rem;
}

/* line 37, ../../www/jet/html/scss-jet/core/_base.scss */
h1 {
  font-size: 3rem;
}

/* line 41, ../../www/jet/html/scss-jet/core/_base.scss */
h2 {
  font-size: 2.5rem;
}

/* line 45, ../../www/jet/html/scss-jet/core/_base.scss */
h3 {
  font-size: 2rem;
}

/* line 48, ../../www/jet/html/scss-jet/core/_base.scss */
h4, h5, h6 {
  font-size: 1.5rem;
  font-weight: bolder;
}

/* line 53, ../../www/jet/html/scss-jet/core/_base.scss */
a {
  text-decoration: none;
}

/* line 56, ../../www/jet/html/scss-jet/core/_base.scss */
slot {
  display: none;
}

/* line 64, ../../www/jet/html/scss-jet/core/_base.scss */
figure {
  margin: 0;
  overflow: hidden;
}

/* line 67, ../../www/jet/html/scss-jet/core/_base.scss */
figure img {
  width: 100%;
}

/* line 74, ../../www/jet/html/scss-jet/core/_base.scss */
.o-0 {
  opacity: 0;
}

/* line 78, ../../www/jet/html/scss-jet/core/_base.scss */
.o-1 {
  opacity: 0.1;
}

/* line 82, ../../www/jet/html/scss-jet/core/_base.scss */
.o-2 {
  opacity: 0.2;
}

/* line 86, ../../www/jet/html/scss-jet/core/_base.scss */
.o-3 {
  opacity: 0.3;
}

/* line 90, ../../www/jet/html/scss-jet/core/_base.scss */
.o-4 {
  opacity: 0.4;
}

/* line 94, ../../www/jet/html/scss-jet/core/_base.scss */
.o-5 {
  opacity: 0.5;
}

/* line 98, ../../www/jet/html/scss-jet/core/_base.scss */
.o-6 {
  opacity: 0.6;
}

/* line 102, ../../www/jet/html/scss-jet/core/_base.scss */
.o-7 {
  opacity: 0.7;
}

/* line 106, ../../www/jet/html/scss-jet/core/_base.scss */
.o-8 {
  opacity: 0.8;
}

/* line 110, ../../www/jet/html/scss-jet/core/_base.scss */
.o-9 {
  opacity: 0.9;
}

/* line 114, ../../www/jet/html/scss-jet/core/_base.scss */
.o-10 {
  opacity: 1;
}

/* line 118, ../../www/jet/html/scss-jet/core/_base.scss */
.j-relative,
.pos-r {
  position: relative;
}

/* line 124, ../../www/jet/html/scss-jet/core/_base.scss */
.j-hidden,
.jq-hidden {
  display: none;
}

/* line 2, ../../www/jet/html/scss-jet/core/_behavior.scss */
.j-hover .de {
  opacity: 0;
  display: none;
  transition: all 0.5s ease;
}

/* line 9, ../../www/jet/html/scss-jet/core/_behavior.scss */
.j-hover:hover .de {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  opacity: 1;
  display: block;
}

/* line 19, ../../www/jet/html/scss-jet/core/_behavior.scss */
.j-click {
  cursor: pointer;
}

/* line 7, ../../www/jet/html/scss-jet/core/_borders.scss */
.b-d, .br-d {
  border: 1px solid rgba(0, 0, 0, 0.3);
}

/* line 11, ../../www/jet/html/scss-jet/core/_borders.scss */
.bb-d {
  border-width: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4) !important;
}

/* line 15, ../../www/jet/html/scss-jet/core/_borders.scss */
.bt-d {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}

/* line 18, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-d {
  border-right: 1px solid rgba(0, 0, 0, 0.4);
}

/* line 21, ../../www/jet/html/scss-jet/core/_borders.scss */
.bl-d {
  border-left: 1px solid rgba(0, 0, 0, 0.4);
}

/* line 26, ../../www/jet/html/scss-jet/core/_borders.scss */
.b-l, .br-l {
  border: 1px solid rgba(255, 255, 255, 0.4);
}

/* line 29, ../../www/jet/html/scss-jet/core/_borders.scss */
.bb-l {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

/* line 32, ../../www/jet/html/scss-jet/core/_borders.scss */
.bt-l {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

/* line 35, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-l {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

/* line 38, ../../www/jet/html/scss-jet/core/_borders.scss */
.bl-l {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}

/* line 45, ../../www/jet/html/scss-jet/core/_borders.scss */
.b-dt-d {
  border: 1px dotted rgba(0, 0, 0, 0.3);
}

/* line 49, ../../www/jet/html/scss-jet/core/_borders.scss */
.bb-dt-d {
  border-width: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.4) !important;
}

/* line 53, ../../www/jet/html/scss-jet/core/_borders.scss */
.bt-dt-d {
  border-top: 1px dotted rgba(0, 0, 0, 0.4);
}

/* line 56, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-dt-d {
  border-right: 1px dotted rgba(0, 0, 0, 0.4);
}

/* line 59, ../../www/jet/html/scss-jet/core/_borders.scss */
.bl-dt-d {
  border-left: 1px dotted rgba(0, 0, 0, 0.4);
}

/* line 64, ../../www/jet/html/scss-jet/core/_borders.scss */
.b-dt-l {
  border: 1px dotted rgba(255, 255, 255, 0.4);
}

/* line 67, ../../www/jet/html/scss-jet/core/_borders.scss */
.bb-dt-l {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
}

/* line 70, ../../www/jet/html/scss-jet/core/_borders.scss */
.bt-dt-l {
  border-top: 1px dotted rgba(255, 255, 255, 0.4);
}

/* line 73, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-dt-l {
  border-right: 1px dotted rgba(255, 255, 255, 0.4);
}

/* line 76, ../../www/jet/html/scss-jet/core/_borders.scss */
.bl-dt-l {
  border-left: 1px dotted rgba(255, 255, 255, 0.4);
}

/* line 83, ../../www/jet/html/scss-jet/core/_borders.scss */
.b-ds-d {
  border: 1px dashed rgba(0, 0, 0, 0.3);
}

/* line 87, ../../www/jet/html/scss-jet/core/_borders.scss */
.bb-ds-d {
  border-width: 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.4) !important;
}

/* line 91, ../../www/jet/html/scss-jet/core/_borders.scss */
.bt-ds-d {
  border-top: 1px dashed rgba(0, 0, 0, 0.4);
}

/* line 94, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-ds-d {
  border-right: 1px dashed rgba(0, 0, 0, 0.4);
}

/* line 97, ../../www/jet/html/scss-jet/core/_borders.scss */
.bl-ds-d {
  border-left: 1px dashed rgba(0, 0, 0, 0.4);
}

/* line 102, ../../www/jet/html/scss-jet/core/_borders.scss */
.b-ds-l {
  border: 1px dashed rgba(255, 255, 255, 0.4);
}

/* line 105, ../../www/jet/html/scss-jet/core/_borders.scss */
.bb-ds-l {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
}

/* line 108, ../../www/jet/html/scss-jet/core/_borders.scss */
.bt-ds-l {
  border-top: 1px dashed rgba(255, 255, 255, 0.4);
}

/* line 111, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-ds-l {
  border-right: 1px dashed rgba(255, 255, 255, 0.4);
}

/* line 114, ../../www/jet/html/scss-jet/core/_borders.scss */
.bl-ds-l {
  border-left: 1px dashed rgba(255, 255, 255, 0.4);
}

/* line 119, ../../www/jet/html/scss-jet/core/_borders.scss */
.bs-1 {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* line 125, ../../www/jet/html/scss-jet/core/_borders.scss */
.bs-2 {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}

/* line 131, ../../www/jet/html/scss-jet/core/_borders.scss */
.bs-3 {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* line 138, ../../www/jet/html/scss-jet/core/_borders.scss */
.bs-4 {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* line 144, ../../www/jet/html/scss-jet/core/_borders.scss */
.bs-5 {
  -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

/* line 150, ../../www/jet/html/scss-jet/core/_borders.scss */
.bs-6 {
  -webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

/* line 156, ../../www/jet/html/scss-jet/core/_borders.scss */
.bs-7 {
  -webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

/* line 161, ../../www/jet/html/scss-jet/core/_borders.scss */
.bs-42 {
  -webkit-box-shadow: 3px 3px 32px 22px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 3px 32px 22px rgba(0, 0, 0, 0.75);
}

/* line 165, ../../www/jet/html/scss-jet/core/_borders.scss */
[class^="r-"] {
  overflow: hidden !important;
}

/* line 168, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-0 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 169, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-1 {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

/* line 170, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-2 {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* line 171, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-3 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 172, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-4 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 173, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 174, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-6 {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 175, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-7 {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* line 176, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-8 {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

/* line 177, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-9 {
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

/* line 178, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-10 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* line 179, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-11 {
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
}

/* line 180, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-12 {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

/* line 181, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-13 {
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
}

/* line 182, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-14 {
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}

/* line 183, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-15 {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

/* line 184, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-16 {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

/* line 185, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-17 {
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
}

/* line 186, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-18 {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}

/* line 187, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-19 {
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
}

/* line 188, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-20 {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

/* line 189, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-21 {
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
}

/* line 190, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-22 {
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
}

/* line 191, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-23 {
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
}

/* line 192, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-24 {
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
}

/* line 193, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-25 {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

/* line 194, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-26 {
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
}

/* line 195, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-27 {
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  border-radius: 27px;
}

/* line 196, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-28 {
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
}

/* line 197, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-29 {
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  border-radius: 29px;
}

/* line 198, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-30 {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* line 199, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-31 {
  -webkit-border-radius: 31px;
  -moz-border-radius: 31px;
  border-radius: 31px;
}

/* line 200, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-32 {
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
}

/* line 201, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-33 {
  -webkit-border-radius: 33px;
  -moz-border-radius: 33px;
  border-radius: 33px;
}

/* line 202, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-34 {
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  border-radius: 34px;
}

/* line 203, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-35 {
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}

/* line 204, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-36 {
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  border-radius: 36px;
}

/* line 205, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-37 {
  -webkit-border-radius: 37px;
  -moz-border-radius: 37px;
  border-radius: 37px;
}

/* line 206, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-38 {
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  border-radius: 38px;
}

/* line 207, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-39 {
  -webkit-border-radius: 39px;
  -moz-border-radius: 39px;
  border-radius: 39px;
}

/* line 208, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-40 {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}

/* line 209, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-41 {
  -webkit-border-radius: 41px;
  -moz-border-radius: 41px;
  border-radius: 41px;
}

/* line 210, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-42 {
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  border-radius: 42px;
}

/* line 211, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-43 {
  -webkit-border-radius: 43px;
  -moz-border-radius: 43px;
  border-radius: 43px;
}

/* line 212, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-44 {
  -webkit-border-radius: 44px;
  -moz-border-radius: 44px;
  border-radius: 44px;
}

/* line 213, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-45 {
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
}

/* line 214, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-46 {
  -webkit-border-radius: 46px;
  -moz-border-radius: 46px;
  border-radius: 46px;
}

/* line 215, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-47 {
  -webkit-border-radius: 47px;
  -moz-border-radius: 47px;
  border-radius: 47px;
}

/* line 216, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-48 {
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  border-radius: 48px;
}

/* line 217, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-49 {
  -webkit-border-radius: 49px;
  -moz-border-radius: 49px;
  border-radius: 49px;
}

/* line 218, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-50 {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

/* line 2, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-transparent {
  background: transparent !important;
}

/* line 3, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-deep-blue {
  background-color: #0000ff !important;
}

/* line 4, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-deep-blue-l5 {
  background-color: #ccccff !important;
}

/* line 5, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-deep-blue-l4 {
  background-color: #9999ff !important;
}

/* line 6, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-deep-blue-l3 {
  background-color: #6666ff !important;
}

/* line 7, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-deep-blue-l2 {
  background-color: #3333ff !important;
}

/* line 8, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-deep-blue-l1 {
  background-color: #1a1aff !important;
}

/* line 9, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-deep-blue-d1 {
  background-color: #0000cc !important;
}

/* line 10, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-deep-blue-d2 {
  background-color: #000099 !important;
}

/* line 11, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-deep-blue-d3 {
  background-color: #000066 !important;
}

/* line 12, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-deep-blue-d4 {
  background-color: #000033 !important;
}

/* line 13, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-deep-blue-d5 {
  background-color: #00001a !important;
}

/* line 14, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-blue {
  background-color: #1e87f0 !important;
}

/* line 15, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-blue-l5 {
  background-color: #e7f2fd !important;
}

/* line 16, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-blue-l4 {
  background-color: #cfe6fc !important;
}

/* line 17, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-blue-l3 {
  background-color: #9fccf9 !important;
}

/* line 18, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-blue-l2 {
  background-color: #6fb3f6 !important;
}

/* line 19, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-blue-l1 {
  background-color: #3f99f3 !important;
}

/* line 20, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-blue-d1 {
  background-color: #0c66c0 !important;
}

/* line 21, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-blue-d2 {
  background-color: #094d90 !important;
}

/* line 22, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-blue-d3 {
  background-color: #063360 !important;
}

/* line 23, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-blue-d4 {
  background-color: #031a30 !important;
}

/* line 24, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-blue-d5 {
  background-color: #020d18 !important;
}

/* line 25, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-light-blue {
  background-color: #03befc !important;
}

/* line 26, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-light-blue-l5 {
  background-color: #e6f8ff !important;
}

/* line 27, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-light-blue-l4 {
  background-color: #cdf2fe !important;
}

/* line 28, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-light-blue-l3 {
  background-color: #b3ebfe !important;
}

/* line 29, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-light-blue-l2 {
  background-color: #68d8fd !important;
}

/* line 30, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-light-blue-l1 {
  background-color: #0298ca !important;
}

/* line 31, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-light-blue-d1 {
  background-color: #0298ca !important;
}

/* line 32, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-light-blue-d2 {
  background-color: #027297 !important;
}

/* line 33, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-light-blue-d3 {
  background-color: #014c65 !important;
}

/* line 34, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-light-blue-d4 {
  background-color: #012632 !important;
}

/* line 35, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-light-blue-d5 {
  background-color: #001319 !important;
}

/* line 36, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-red {
  background-color: #ff0000 !important;
}

/* line 37, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-red-l5 {
  background-color: #ffe6e6 !important;
}

/* line 38, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-red-l4 {
  background-color: #ffcccc !important;
}

/* line 39, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-red-l3 {
  background-color: #ff9999 !important;
}

/* line 40, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-red-l2 {
  background-color: #ff6666 !important;
}

/* line 41, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-red-l1 {
  background-color: #ff3333 !important;
}

/* line 42, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-red-d1 {
  background-color: #cc0000 !important;
}

/* line 43, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-red-d2 {
  background-color: #990000 !important;
}

/* line 44, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-red-d3 {
  background-color: #660000 !important;
}

/* line 45, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-red-d4 {
  background-color: #330000 !important;
}

/* line 46, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-red-d5 {
  background-color: #1a0000 !important;
}

/* line 47, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-pink {
  background-color: #e91e63 !important;
}

/* line 48, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-pink-l5 {
  background-color: #fce4ec !important;
}

/* line 49, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-pink-l4 {
  background-color: #f8bbd0 !important;
}

/* line 50, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-pink-l3 {
  background-color: #f48fb1 !important;
}

/* line 51, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-pink-l2 {
  background-color: #f06292 !important;
}

/* line 52, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-pink-l1 {
  background-color: #ec407a !important;
}

/* line 53, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-pink-d1 {
  background-color: #d81b60 !important;
}

/* line 54, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-pink-d2 {
  background-color: #c2185b !important;
}

/* line 55, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-pink-d3 {
  background-color: #ad1457 !important;
}

/* line 56, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-pink-d4 {
  background-color: #880e4f !important;
}

/* line 57, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-pink-d5 {
  background-color: #46071c !important;
}

/* line 58, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-purple {
  background-color: #9c27b0 !important;
}

/* line 59, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-purple-l5 {
  background-color: #f3e5f5 !important;
}

/* line 60, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-purple-l4 {
  background-color: #e1bee7 !important;
}

/* line 61, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-purple-l3 {
  background-color: #ce93d8 !important;
}

/* line 62, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-purple-l2 {
  background-color: #ba68c8 !important;
}

/* line 63, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-purple-l1 {
  background-color: #ab47bc !important;
}

/* line 64, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-purple-d1 {
  background-color: #8e24aa !important;
}

/* line 65, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-purple-d2 {
  background-color: #7b1fa2 !important;
}

/* line 66, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-purple-d3 {
  background-color: #6a1b9a !important;
}

/* line 67, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-purple-d4 {
  background-color: #4a148c !important;
}

/* line 68, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-purple-d5 {
  background-color: #2f0d59 !important;
}

/* line 69, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-deep-purple {
  background-color: #673ab7 !important;
}

/* line 70, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-deep-purple-l5 {
  background-color: #ede7f6 !important;
}

/* line 71, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-deep-purple-l4 {
  background-color: #d1c4e9 !important;
}

/* line 72, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-deep-purple-l3 {
  background-color: #b39ddb !important;
}

/* line 73, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-deep-purple-l2 {
  background-color: #9575cd !important;
}

/* line 74, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-deep-purple-l1 {
  background-color: #7e57c2 !important;
}

/* line 75, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-deep-purple-d1 {
  background-color: #5e35b1 !important;
}

/* line 76, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-deep-purple-d2 {
  background-color: #512da8 !important;
}

/* line 77, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-deep-purple-d3 {
  background-color: #4527a0 !important;
}

/* line 78, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-deep-purple-d4 {
  background-color: #311b92 !important;
}

/* line 79, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-deep-purple-d5 {
  background-color: #1d1056 !important;
}

/* line 80, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-indigo {
  background-color: #3f51b5 !important;
}

/* line 81, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-indigo-l5 {
  background-color: #e8eaf6 !important;
}

/* line 82, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-indigo-l4 {
  background-color: #c5cae9 !important;
}

/* line 83, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-indigo-l3 {
  background-color: #9fa8da !important;
}

/* line 84, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-indigo-l2 {
  background-color: #7986cb !important;
}

/* line 85, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-indigo-l1 {
  background-color: #5c6bc0 !important;
}

/* line 86, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-indigo-d1 {
  background-color: #3949ab !important;
}

/* line 87, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-indigo-d2 {
  background-color: #303f9f !important;
}

/* line 88, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-indigo-d3 {
  background-color: #283593 !important;
}

/* line 89, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-indigo-d4 {
  background-color: #1a237e !important;
}

/* line 90, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-indigo-d5 {
  background-color: #0d1126 !important;
}

/* line 91, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-cyan {
  background-color: #00bcd4 !important;
}

/* line 92, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-cyan-l5 {
  background-color: #e0f7fa !important;
}

/* line 93, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-cyan-l4 {
  background-color: #b2ebf2 !important;
}

/* line 94, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-cyan-l3 {
  background-color: #80deea !important;
}

/* line 95, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-cyan-l2 {
  background-color: #4dd0e1 !important;
}

/* line 96, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-cyan-l1 {
  background-color: #26c6da !important;
}

/* line 97, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-cyan-d1 {
  background-color: #00acc1 !important;
}

/* line 98, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-cyan-d2 {
  background-color: #0097a7 !important;
}

/* line 99, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-cyan-d3 {
  background-color: #00838f !important;
}

/* line 100, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-cyan-d4 {
  background-color: #006064 !important;
}

/* line 101, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-cyan-d5 {
  background-color: #003133 !important;
}

/* line 102, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-teal {
  background-color: #009688 !important;
}

/* line 103, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-teal-l5 {
  background-color: #e0f2f1 !important;
}

/* line 104, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-teal-l4 {
  background-color: #b2dfdb !important;
}

/* line 105, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-teal-l3 {
  background-color: #80cbc4 !important;
}

/* line 106, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-teal-l2 {
  background-color: #4db6ac !important;
}

/* line 107, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-teal-l1 {
  background-color: #26a69a !important;
}

/* line 108, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-teal-d1 {
  background-color: #00897b !important;
}

/* line 109, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-teal-d2 {
  background-color: #00796b !important;
}

/* line 110, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-teal-d3 {
  background-color: #00695c !important;
}

/* line 111, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-teal-d4 {
  background-color: #004d40 !important;
}

/* line 112, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-teal-d5 {
  background-color: #00332b !important;
}

/* line 113, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-green {
  background-color: #4CAF50 !important;
}

/* line 114, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-green-l5 {
  background-color: #E8F5E9 !important;
}

/* line 115, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-green-l4 {
  background-color: #C8E6C9 !important;
}

/* line 116, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-green-l3 {
  background-color: #A5D6A7 !important;
}

/* line 117, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-green-l2 {
  background-color: #81C784 !important;
}

/* line 118, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-green-l1 {
  background-color: #66BB6A !important;
}

/* line 119, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-green-d1 {
  background-color: #43A047 !important;
}

/* line 120, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-green-d2 {
  background-color: #388E3C !important;
}

/* line 121, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-green-d3 {
  background-color: #2E7D32 !important;
}

/* line 122, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-green-d4 {
  background-color: #1B5E20 !important;
}

/* line 123, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-green-d5 {
  background-color: #0b280d !important;
}

/* line 124, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-light-green {
  background-color: #8bc34a !important;
}

/* line 125, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-light-green-l5 {
  background-color: #f1f8e9 !important;
}

/* line 126, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-light-green-l4 {
  background-color: #dcedc8 !important;
}

/* line 127, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-light-green-l3 {
  background-color: #c5e1a5 !important;
}

/* line 128, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-light-green-l2 {
  background-color: #aed581 !important;
}

/* line 129, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-light-green-l1 {
  background-color: #9ccc65 !important;
}

/* line 130, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-light-green-d1 {
  background-color: #7cb342 !important;
}

/* line 131, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-light-green-d2 {
  background-color: #689f38 !important;
}

/* line 132, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-light-green-d3 {
  background-color: #558b2f !important;
}

/* line 133, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-light-green-d4 {
  background-color: #33691e !important;
}

/* line 134, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-light-green-d5 {
  background-color: #1d3c11 !important;
}

/* line 135, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-lime {
  background-color: #cddc39 !important;
}

/* line 136, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-lime-l5 {
  background-color: #f9fbe7 !important;
}

/* line 137, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-lime-l4 {
  background-color: #f0f4c3 !important;
}

/* line 138, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-lime-l3 {
  background-color: #e6ee9c !important;
}

/* line 139, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-lime-l2 {
  background-color: #dce775 !important;
}

/* line 140, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-lime-l1 {
  background-color: #d4e157 !important;
}

/* line 141, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-lime-d1 {
  background-color: #c0ca33 !important;
}

/* line 142, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-lime-d2 {
  background-color: #afb42b !important;
}

/* line 143, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-lime-d3 {
  background-color: #9e9d24 !important;
}

/* line 144, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-lime-d4 {
  background-color: #827717 !important;
}

/* line 145, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-lime-d5 {
  background-color: #57500f !important;
}

/* line 146, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-yellow {
  background-color: #ffeb3b !important;
}

/* line 147, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-yellow-l5 {
  background-color: #fffde7 !important;
}

/* line 148, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-yellow-l4 {
  background-color: #fff9c4 !important;
}

/* line 149, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-yellow-l3 {
  background-color: #fff59d !important;
}

/* line 150, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-yellow-l2 {
  background-color: #fff176 !important;
}

/* line 151, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-yellow-l1 {
  background-color: #ffee58 !important;
}

/* line 152, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-yellow-d1 {
  background-color: #fdd835 !important;
}

/* line 153, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-yellow-d2 {
  background-color: #fbc02d !important;
}

/* line 154, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-yellow-d3 {
  background-color: #f9a825 !important;
}

/* line 155, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-yellow-d4 {
  background-color: #f57f17 !important;
}

/* line 156, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-yellow-d5 {
  background-color: #c46008 !important;
}

/* line 157, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-amber {
  background-color: #ffc107 !important;
}

/* line 158, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-amber-l5 {
  background-color: #fff8e1 !important;
}

/* line 159, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-amber-l4 {
  background-color: #ffecb3 !important;
}

/* line 160, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-amber-l3 {
  background-color: #ffe082 !important;
}

/* line 161, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-amber-l2 {
  background-color: #ffd54f !important;
}

/* line 162, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-amber-l1 {
  background-color: #ffca28 !important;
}

/* line 163, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-amber-d1 {
  background-color: #ffb300 !important;
}

/* line 164, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-amber-d2 {
  background-color: #ffa000 !important;
}

/* line 165, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-amber-d3 {
  background-color: #ff8f00 !important;
}

/* line 166, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-amber-d4 {
  background-color: #ff6f00 !important;
}

/* line 167, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-amber-d5 {
  background-color: #b34d00 !important;
}

/* line 168, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-orange {
  background-color: #ff9800 !important;
}

/* line 169, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-orange-l5 {
  background-color: #fff3e0 !important;
}

/* line 170, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-orange-l4 {
  background-color: #ffe0b2 !important;
}

/* line 171, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-orange-l3 {
  background-color: #ffcc80 !important;
}

/* line 172, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-orange-l2 {
  background-color: #ffb74d !important;
}

/* line 173, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-orange-l1 {
  background-color: #ffa726 !important;
}

/* line 174, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-orange-d1 {
  background-color: #fb8c00 !important;
}

/* line 175, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-orange-d2 {
  background-color: #f57c00 !important;
}

/* line 176, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-orange-d3 {
  background-color: #ef6c00 !important;
}

/* line 177, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-orange-d4 {
  background-color: #e65100 !important;
}

/* line 178, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-orange-d5 {
  background-color: #993600 !important;
}

/* line 179, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-deep-orange {
  background-color: #ff5722 !important;
}

/* line 180, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-deep-orange-l5 {
  background-color: #fbe9e7 !important;
}

/* line 181, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-deep-orange-l4 {
  background-color: #ffccbc !important;
}

/* line 182, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-deep-orange-l3 {
  background-color: #ffab91 !important;
}

/* line 183, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-deep-orange-l2 {
  background-color: #ff8a65 !important;
}

/* line 184, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-deep-orange-l1 {
  background-color: #ff7043 !important;
}

/* line 185, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-deep-orange-d1 {
  background-color: #f4511e !important;
}

/* line 186, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-deep-orange-d2 {
  background-color: #e64a19 !important;
}

/* line 187, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-deep-orange-d3 {
  background-color: #d84315 !important;
}

/* line 188, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-deep-orange-d4 {
  background-color: #bf360c !important;
}

/* line 189, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-deep-orange-d5 {
  background-color: #782208 !important;
}

/* line 190, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-brown {
  background-color: #795548 !important;
}

/* line 191, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-brown-l5 {
  background-color: #efebe9 !important;
}

/* line 192, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-brown-l4 {
  background-color: #d7ccc8 !important;
}

/* line 193, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-brown-l3 {
  background-color: #bcaaa4 !important;
}

/* line 194, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-brown-l2 {
  background-color: #a1887f !important;
}

/* line 195, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-brown-l1 {
  background-color: #8d6e63 !important;
}

/* line 196, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-brown-d1 {
  background-color: #6d4c41 !important;
}

/* line 197, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-brown-d2 {
  background-color: #5d4037 !important;
}

/* line 198, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-brown-d3 {
  background-color: #4e342e !important;
}

/* line 199, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-brown-d4 {
  background-color: #3e2723 !important;
}

/* line 200, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-brown-d5 {
  background-color: #211512 !important;
}

/* line 203, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-blue-grey {
  background-color: #7481a4 !important;
}

/* line 204, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-blue-grey-l5 {
  background-color: #f0f1f5 !important;
}

/* line 205, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-blue-grey-l4 {
  background-color: #e0e3eb !important;
}

/* line 206, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-blue-grey-l3 {
  background-color: #c1c7d7 !important;
}

/* line 207, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-blue-grey-l2 {
  background-color: #a2abc3 !important;
}

/* line 208, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-blue-grey-l1 {
  background-color: #848fae !important;
}

/* line 210, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-blue-grey-d1 {
  background-color: #65739a !important;
}

/* line 211, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-blue-grey-d2 {
  background-color: #515c7b !important;
}

/* line 212, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-blue-grey-d3 {
  background-color: #3c455d !important;
}

/* line 213, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-blue-grey-d4 {
  background-color: #282e3e !important;
}

/* line 214, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-blue-grey-d5 {
  background-color: #14171f !important;
}

/* line 217, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-grey {
  background-color: #9e9e9e !important;
}

/* line 218, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-grey-l5 {
  background-color: #fafafa !important;
}

/* line 219, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-grey-l4 {
  background-color: #f5f5f5 !important;
}

/* line 220, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-grey-l3 {
  background-color: #eeeeee !important;
}

/* line 221, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-grey-l2 {
  background-color: #e0e0e0 !important;
}

/* line 222, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-grey-l1 {
  background-color: #bdbdbd !important;
}

/* line 223, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-grey-d1 {
  background-color: #757575 !important;
}

/* line 224, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-grey-d2 {
  background-color: #616161 !important;
}

/* line 225, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-grey-d3 {
  background-color: #424242 !important;
}

/* line 226, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-grey-d4 {
  background-color: #212121 !important;
}

/* line 227, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-grey-d5 {
  background-color: #1a1a1a !important;
}

/* line 228, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-black {
  background-color: #000 !important;
}

/* line 229, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-black-alpha-1 {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

/* line 230, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-black-alpha-2 {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

/* line 231, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-black-alpha-3 {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

/* line 232, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-black-alpha-4 {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

/* line 233, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-black-alpha-5 {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

/* line 234, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-black-alpha-6 {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

/* line 235, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-black-alpha-7 {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

/* line 236, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-black-alpha-8 {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

/* line 237, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-black-alpha-9 {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

/* line 238, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-black-alpha-95 {
  background-color: rgba(0, 0, 0, 0.95) !important;
}

/* line 239, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-white {
  background-color: #fff !important;
}

/* line 240, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-white-alpha-1 {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

/* line 241, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-white-alpha-2 {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

/* line 242, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-white-alpha-3 {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

/* line 243, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-white-alpha-4 {
  background-color: rgba(255, 255, 255, 0.4) !important;
}

/* line 244, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-white-alpha-5 {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

/* line 245, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-white-alpha-6 {
  background-color: rgba(255, 255, 255, 0.6) !important;
}

/* line 246, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-white-alpha-7 {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

/* line 247, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-white-alpha-8 {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

/* line 248, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-white-alpha-9 {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

/* line 249, ../../www/jet/html/scss-jet/core/_colors.scss */
.b-white-alpha-95 {
  background-color: rgba(255, 255, 255, 0.95) !important;
}

/* line 253, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-deep-blue {
  color: #0000ff !important;
}

/* line 254, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-deep-blue-l2 {
  color: #9999ff !important;
}

/* line 255, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-deep-blue-l1 {
  color: #3333ff !important;
}

/* line 256, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-deep-blue-d1 {
  color: #000099 !important;
}

/* line 257, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-deep-blue-d2 {
  color: #000033 !important;
}

/* line 258, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-blue {
  color: #1e87f0 !important;
}

/* line 259, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-blue-l2 {
  color: #cfe6fc !important;
}

/* line 260, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-blue-l1 {
  color: #6fb3f6 !important;
}

/* line 261, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-blue-d1 {
  color: #094d90 !important;
}

/* line 262, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-blue-d2 {
  color: #031a30 !important;
}

/* line 263, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-light-blue {
  color: #03befc !important;
}

/* line 264, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-light-blue-l2 {
  color: #cdf2fe !important;
}

/* line 265, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-light-blue-l1 {
  color: #68d8fd !important;
}

/* line 266, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-light-blue-d1 {
  color: #027297 !important;
}

/* line 267, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-light-blue-d2 {
  color: #012632 !important;
}

/* line 268, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-red {
  color: #ff0000 !important;
}

/* line 269, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-red-l2 {
  color: #ffcccc !important;
}

/* line 270, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-red-l1 {
  color: #ff6666 !important;
}

/* line 271, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-red-d1 {
  color: #990000 !important;
}

/* line 272, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-red-d2 {
  color: #330000 !important;
}

/* line 273, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-pink {
  color: #e91e63 !important;
}

/* line 274, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-pink-l2 {
  color: #f8bbd0 !important;
}

/* line 275, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-pink-l1 {
  color: #f06292 !important;
}

/* line 276, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-pink-d1 {
  color: #c2185b !important;
}

/* line 277, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-pink-d2 {
  color: #880e4f !important;
}

/* line 278, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-purple {
  color: #9c27b0 !important;
}

/* line 279, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-purple-l2 {
  color: #e1bee7 !important;
}

/* line 280, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-purple-l1 {
  color: #ba68c8 !important;
}

/* line 281, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-purple-d1 {
  color: #7b1fa2 !important;
}

/* line 282, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-purple-d2 {
  color: #4a148c !important;
}

/* line 283, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-deep-purple {
  color: #673ab7 !important;
}

/* line 284, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-deep-purple-l2 {
  color: #d1c4e9 !important;
}

/* line 285, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-deep-purple-l1 {
  color: #9575cd !important;
}

/* line 286, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-deep-purple-d1 {
  color: #512da8 !important;
}

/* line 287, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-deep-purple-d2 {
  color: #311b92 !important;
}

/* line 288, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-indigo {
  color: #3f51b5 !important;
}

/* line 289, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-indigo-l2 {
  color: #c5cae9 !important;
}

/* line 290, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-indigo-l1 {
  color: #7986cb !important;
}

/* line 291, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-indigo-d1 {
  color: #303f9f !important;
}

/* line 292, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-indigo-d2 {
  color: #1a237e !important;
}

/* line 293, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-cyan {
  color: #00bcd4 !important;
}

/* line 294, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-cyan-l2 {
  color: #b2ebf2 !important;
}

/* line 295, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-cyan-l1 {
  color: #4dd0e1 !important;
}

/* line 296, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-cyan-d1 {
  color: #0097a7 !important;
}

/* line 297, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-cyan-d2 {
  color: #006064 !important;
}

/* line 298, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-teal {
  color: #009688 !important;
}

/* line 299, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-teal-l2 {
  color: #b2dfdb !important;
}

/* line 300, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-teal-l1 {
  color: #4db6ac !important;
}

/* line 301, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-teal-d1 {
  color: #00796b !important;
}

/* line 302, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-teal-d2 {
  color: #004d40 !important;
}

/* line 303, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-green {
  color: #4CAF50 !important;
}

/* line 304, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-green-l2 {
  color: #C8E6C9 !important;
}

/* line 305, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-green-l1 {
  color: #81C784 !important;
}

/* line 306, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-green-d1 {
  color: #388E3C !important;
}

/* line 307, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-green-d2 {
  color: #1B5E20 !important;
}

/* line 308, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-light-green {
  color: #8bc34a !important;
}

/* line 309, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-light-green-l2 {
  color: #dcedc8 !important;
}

/* line 310, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-light-green-l1 {
  color: #aed581 !important;
}

/* line 311, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-light-green-d1 {
  color: #689f38 !important;
}

/* line 312, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-light-green-d2 {
  color: #33691e !important;
}

/* line 313, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-lime {
  color: #cddc39 !important;
}

/* line 314, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-lime-l2 {
  color: #f0f4c3 !important;
}

/* line 315, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-lime-l1 {
  color: #dce775 !important;
}

/* line 316, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-lime-d1 {
  color: #afb42b !important;
}

/* line 317, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-lime-d2 {
  color: #827717 !important;
}

/* line 318, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-yellow {
  color: #ffeb3b !important;
}

/* line 319, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-yellow-l2 {
  color: #fff9c4 !important;
}

/* line 320, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-yellow-l1 {
  color: #fff176 !important;
}

/* line 321, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-yellow-d1 {
  color: #fbc02d !important;
}

/* line 322, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-yellow-d2 {
  color: #f57f17 !important;
}

/* line 323, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-amber {
  color: #ffc107 !important;
}

/* line 324, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-amber-l2 {
  color: #ffecb3 !important;
}

/* line 325, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-amber-l1 {
  color: #ffd54f !important;
}

/* line 326, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-amber-d1 {
  color: #ffa000 !important;
}

/* line 327, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-amber-d2 {
  color: #ff6f00 !important;
}

/* line 328, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-orange {
  color: #ff9800 !important;
}

/* line 329, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-orange-l2 {
  color: #ffe0b2 !important;
}

/* line 330, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-orange-l1 {
  color: #ffb74d !important;
}

/* line 331, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-orange-d1 {
  color: #f57c00 !important;
}

/* line 332, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-orange-d2 {
  color: #e65100 !important;
}

/* line 333, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-deep-orange {
  color: #ff5722 !important;
}

/* line 334, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-deep-orange-l2 {
  color: #ffccbc !important;
}

/* line 335, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-deep-orange-l1 {
  color: #ff8a65 !important;
}

/* line 336, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-deep-orange-d1 {
  color: #e64a19 !important;
}

/* line 337, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-deep-orange-d2 {
  color: #bf360c !important;
}

/* line 338, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-brown {
  color: #795548 !important;
}

/* line 339, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-brown-l2 {
  color: #d7ccc8 !important;
}

/* line 340, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-brown-l1 {
  color: #a1887f !important;
}

/* line 341, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-brown-d1 {
  color: #5d4037 !important;
}

/* line 342, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-brown-d2 {
  color: #3e2723 !important;
}

/* line 343, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-grey {
  color: #9e9e9e !important;
}

/* line 344, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-grey-l2 {
  color: #f5f5f5 !important;
}

/* line 345, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-grey-l1 {
  color: #e0e0e0 !important;
}

/* line 346, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-grey-d1 {
  color: #616161 !important;
}

/* line 347, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-grey-d2 {
  color: #212121 !important;
}

/* line 349, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-black {
  color: #000 !important;
}

/* line 350, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-black-alpha-2 {
  color: rgba(0, 0, 0, 0.2) !important;
}

/* line 351, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-black-alpha-2 {
  color: rgba(0, 0, 0, 0.2) !important;
}

/* line 352, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-black-alpha-4 {
  color: rgba(0, 0, 0, 0.4) !important;
}

/* line 353, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-black-alpha-6 {
  color: rgba(0, 0, 0, 0.6) !important;
}

/* line 354, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-black-alpha-8 {
  color: rgba(0, 0, 0, 0.8) !important;
}

/* line 356, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-white {
  color: #fff !important;
}

/* line 357, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-white-alpha-2 {
  color: rgba(255, 255, 255, 0.2) !important;
}

/* line 358, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-white-alpha-4 {
  color: rgba(255, 255, 255, 0.4) !important;
}

/* line 359, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-white-alpha-6 {
  color: rgba(255, 255, 255, 0.6) !important;
}

/* line 360, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-white-alpha-8 {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* line 362, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-blue-grey {
  color: #7481a4 !important;
}

/* line 363, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-blue-grey-l1 {
  color: #c1c7d7 !important;
}

/* line 364, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-blue-grey-l2 {
  color: #848fae !important;
}

/* line 365, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-blue-grey-d1 {
  color: #3c455d !important;
}

/* line 366, ../../www/jet/html/scss-jet/core/_colors.scss */
.c-blue-grey-d2 {
  color: #282e3e !important;
}

/* line 369, ../../www/jet/html/scss-jet/core/_colors.scss */
[class^="bc-"] {
  border-width: 1px;
  border-style: solid;
}

/* line 373, ../../www/jet/html/scss-jet/core/_colors.scss */
.bc-deep-blue {
  border-color: #0000ff;
}

/* line 374, ../../www/jet/html/scss-jet/core/_colors.scss */
.bc-blue {
  border-color: #1e87f0;
}

/* line 375, ../../www/jet/html/scss-jet/core/_colors.scss */
.bc-light-blue {
  border-color: #03befc;
}

/* line 376, ../../www/jet/html/scss-jet/core/_colors.scss */
.bc-red {
  border-color: #ff0000;
}

/* line 377, ../../www/jet/html/scss-jet/core/_colors.scss */
.bc-pink {
  border-color: #e91e63;
}

/* line 378, ../../www/jet/html/scss-jet/core/_colors.scss */
.bc-purple {
  border-color: #9c27b0;
}

/* line 379, ../../www/jet/html/scss-jet/core/_colors.scss */
.bc-deep-purple {
  border-color: #673ab7;
}

/* line 380, ../../www/jet/html/scss-jet/core/_colors.scss */
.bc-indigo {
  border-color: #3f51b5;
}

/* line 381, ../../www/jet/html/scss-jet/core/_colors.scss */
.bc-cyan {
  border-color: #00bcd4;
}

/* line 382, ../../www/jet/html/scss-jet/core/_colors.scss */
.bc-teal {
  border-color: #009688;
}

/* line 383, ../../www/jet/html/scss-jet/core/_colors.scss */
.bc-green {
  border-color: #4CAF50;
}

/* line 384, ../../www/jet/html/scss-jet/core/_colors.scss */
.bc-lime {
  border-color: #cddc39;
}

/* line 385, ../../www/jet/html/scss-jet/core/_colors.scss */
.bc-yellow {
  border-color: #ffeb3b;
}

/* line 386, ../../www/jet/html/scss-jet/core/_colors.scss */
.bc-orange {
  border-color: #ff9800;
}

/* line 387, ../../www/jet/html/scss-jet/core/_colors.scss */
.bc-deep-orange {
  border-color: #ff5722;
}

/* line 388, ../../www/jet/html/scss-jet/core/_colors.scss */
.bc-brown {
  border-color: #795548;
}

/* line 389, ../../www/jet/html/scss-jet/core/_colors.scss */
.bc-grey {
  border-color: #9e9e9e;
}

/* line 390, ../../www/jet/html/scss-jet/core/_colors.scss */
.bc-black {
  border-color: #000;
}

/* line 391, ../../www/jet/html/scss-jet/core/_colors.scss */
.bc-white {
  border-color: #fff;
}

/* line 394, ../../www/jet/html/scss-jet/core/_colors.scss */
[class*='tx-'] h1, [class*='tx-'] h2, [class*='tx-'] h3, [class*='tx-'] h4, [class*='tx-'] h5, [class*='tx-'] h6, [class*='tx-'] a {
  color: inherit;
}

/* line 2, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-transparent {
  background: transparent !important;
}

/* line 3, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-deep-blue {
  background-color: #0000ff !important;
}

/* line 4, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-deep-blue-l-5 {
  background-color: #ccccff !important;
}

/* line 5, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-deep-blue-l-4 {
  background-color: #9999ff !important;
}

/* line 6, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-deep-blue-l-3 {
  background-color: #6666ff !important;
}

/* line 7, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-deep-blue-l-2 {
  background-color: #3333ff !important;
}

/* line 8, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-deep-blue-l-1 {
  background-color: #1a1aff !important;
}

/* line 9, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-deep-blue-d-1 {
  background-color: #0000cc !important;
}

/* line 10, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-deep-blue-d-2 {
  background-color: #000099 !important;
}

/* line 11, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-deep-blue-d-3 {
  background-color: #000066 !important;
}

/* line 12, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-deep-blue-d-4 {
  background-color: #000033 !important;
}

/* line 13, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-deep-blue-d-5 {
  background-color: #00001a !important;
}

/* line 14, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-blue {
  background-color: #1e87f0 !important;
}

/* line 15, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-blue-l-5 {
  background-color: #e7f2fd !important;
}

/* line 16, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-blue-l-4 {
  background-color: #cfe6fc !important;
}

/* line 17, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-blue-l-3 {
  background-color: #9fccf9 !important;
}

/* line 18, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-blue-l-2 {
  background-color: #6fb3f6 !important;
}

/* line 19, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-blue-l-1 {
  background-color: #3f99f3 !important;
}

/* line 20, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-blue-d-1 {
  background-color: #0c66c0 !important;
}

/* line 21, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-blue-d-2 {
  background-color: #094d90 !important;
}

/* line 22, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-blue-d-3 {
  background-color: #063360 !important;
}

/* line 23, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-blue-d-4 {
  background-color: #031a30 !important;
}

/* line 24, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-blue-d-5 {
  background-color: #020d18 !important;
}

/* line 25, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-light-blue {
  background-color: #03befc !important;
}

/* line 26, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-light-blue-l-5 {
  background-color: #e6f8ff !important;
}

/* line 27, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-light-blue-l-4 {
  background-color: #cdf2fe !important;
}

/* line 28, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-light-blue-l-3 {
  background-color: #b3ebfe !important;
}

/* line 29, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-light-blue-l-2 {
  background-color: #68d8fd !important;
}

/* line 30, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-light-blue-l-1 {
  background-color: #0298ca !important;
}

/* line 31, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-light-blue-d-1 {
  background-color: #0298ca !important;
}

/* line 32, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-light-blue-d-2 {
  background-color: #027297 !important;
}

/* line 33, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-light-blue-d-3 {
  background-color: #014c65 !important;
}

/* line 34, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-light-blue-d-4 {
  background-color: #012632 !important;
}

/* line 35, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-light-blue-d-5 {
  background-color: #001319 !important;
}

/* line 36, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-red {
  background-color: #ff0000 !important;
}

/* line 37, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-red-l-5 {
  background-color: #ffe6e6 !important;
}

/* line 38, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-red-l-4 {
  background-color: #ffcccc !important;
}

/* line 39, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-red-l-3 {
  background-color: #ff9999 !important;
}

/* line 40, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-red-l-2 {
  background-color: #ff6666 !important;
}

/* line 41, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-red-l-1 {
  background-color: #ff3333 !important;
}

/* line 42, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-red-d-1 {
  background-color: #cc0000 !important;
}

/* line 43, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-red-d-2 {
  background-color: #990000 !important;
}

/* line 44, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-red-d-3 {
  background-color: #660000 !important;
}

/* line 45, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-red-d-4 {
  background-color: #330000 !important;
}

/* line 46, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-red-d-5 {
  background-color: #1a0000 !important;
}

/* line 47, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-pink {
  background-color: #e91e63 !important;
}

/* line 48, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-pink-l-5 {
  background-color: #fce4ec !important;
}

/* line 49, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-pink-l-4 {
  background-color: #f8bbd0 !important;
}

/* line 50, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-pink-l-3 {
  background-color: #f48fb1 !important;
}

/* line 51, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-pink-l-2 {
  background-color: #f06292 !important;
}

/* line 52, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-pink-l-1 {
  background-color: #ec407a !important;
}

/* line 53, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-pink-d-1 {
  background-color: #d81b60 !important;
}

/* line 54, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-pink-d-2 {
  background-color: #c2185b !important;
}

/* line 55, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-pink-d-3 {
  background-color: #ad1457 !important;
}

/* line 56, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-pink-d-4 {
  background-color: #880e4f !important;
}

/* line 57, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-pink-d-5 {
  background-color: #450728 !important;
}

/* line 58, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-purple {
  background-color: #9c27b0 !important;
}

/* line 59, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-purple-l-5 {
  background-color: #f3e5f5 !important;
}

/* line 60, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-purple-l-4 {
  background-color: #e1bee7 !important;
}

/* line 61, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-purple-l-3 {
  background-color: #ce93d8 !important;
}

/* line 62, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-purple-l-2 {
  background-color: #ba68c8 !important;
}

/* line 63, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-purple-l-1 {
  background-color: #ab47bc !important;
}

/* line 64, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-purple-d-1 {
  background-color: #8e24aa !important;
}

/* line 65, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-purple-d-2 {
  background-color: #7b1fa2 !important;
}

/* line 66, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-purple-d-3 {
  background-color: #6a1b9a !important;
}

/* line 67, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-purple-d-4 {
  background-color: #4a148c !important;
}

/* line 68, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-purple-d-5 {
  background-color: #2f0d59 !important;
}

/* line 69, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-deep-purple {
  background-color: #673ab7 !important;
}

/* line 70, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-deep-purple-l-5 {
  background-color: #ede7f6 !important;
}

/* line 71, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-deep-purple-l-4 {
  background-color: #d1c4e9 !important;
}

/* line 72, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-deep-purple-l-3 {
  background-color: #b39ddb !important;
}

/* line 73, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-deep-purple-l-2 {
  background-color: #9575cd !important;
}

/* line 74, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-deep-purple-l-1 {
  background-color: #7e57c2 !important;
}

/* line 75, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-deep-purple-d-1 {
  background-color: #5e35b1 !important;
}

/* line 76, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-deep-purple-d-2 {
  background-color: #512da8 !important;
}

/* line 77, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-deep-purple-d-3 {
  background-color: #4527a0 !important;
}

/* line 78, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-deep-purple-d-4 {
  background-color: #311b92 !important;
}

/* line 79, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-deep-purple-d-5 {
  background-color: #1d1056 !important;
}

/* line 80, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-indigo {
  background-color: #3f51b5 !important;
}

/* line 81, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-indigo-l-5 {
  background-color: #e8eaf6 !important;
}

/* line 82, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-indigo-l-4 {
  background-color: #c5cae9 !important;
}

/* line 83, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-indigo-l-3 {
  background-color: #9fa8da !important;
}

/* line 84, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-indigo-l-2 {
  background-color: #7986cb !important;
}

/* line 85, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-indigo-l-1 {
  background-color: #5c6bc0 !important;
}

/* line 86, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-indigo-d-1 {
  background-color: #3949ab !important;
}

/* line 87, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-indigo-d-2 {
  background-color: #303f9f !important;
}

/* line 88, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-indigo-d-3 {
  background-color: #283593 !important;
}

/* line 89, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-indigo-d-4 {
  background-color: #1a237e !important;
}

/* line 90, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-indigo-d-5 {
  background-color: #0d113f !important;
}

/* line 91, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-cyan {
  background-color: #00bcd4 !important;
}

/* line 92, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-cyan-l-5 {
  background-color: #e0f7fa !important;
}

/* line 93, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-cyan-l-4 {
  background-color: #b2ebf2 !important;
}

/* line 94, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-cyan-l-3 {
  background-color: #80deea !important;
}

/* line 95, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-cyan-l-2 {
  background-color: #4dd0e1 !important;
}

/* line 96, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-cyan-l-1 {
  background-color: #26c6da !important;
}

/* line 97, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-cyan-d-1 {
  background-color: #00acc1 !important;
}

/* line 98, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-cyan-d-2 {
  background-color: #0097a7 !important;
}

/* line 99, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-cyan-d-3 {
  background-color: #00838f !important;
}

/* line 100, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-cyan-d-4 {
  background-color: #006064 !important;
}

/* line 101, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-cyan-d-5 {
  background-color: #003133 !important;
}

/* line 102, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-teal {
  background-color: #009688 !important;
}

/* line 103, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-teal-l-5 {
  background-color: #e0f2f1 !important;
}

/* line 104, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-teal-l-4 {
  background-color: #b2dfdb !important;
}

/* line 105, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-teal-l-3 {
  background-color: #80cbc4 !important;
}

/* line 106, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-teal-l-2 {
  background-color: #4db6ac !important;
}

/* line 107, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-teal-l-1 {
  background-color: #26a69a !important;
}

/* line 108, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-teal-d-1 {
  background-color: #00897b !important;
}

/* line 109, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-teal-d-2 {
  background-color: #00796b !important;
}

/* line 110, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-teal-d-3 {
  background-color: #00695c !important;
}

/* line 111, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-teal-d-4 {
  background-color: #004d40 !important;
}

/* line 112, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-teal-d-5 {
  background-color: #00332b !important;
}

/* line 113, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-green {
  background-color: #4CAF50 !important;
}

/* line 114, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-green-l-5 {
  background-color: #E8F5E9 !important;
}

/* line 115, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-green-l-4 {
  background-color: #C8E6C9 !important;
}

/* line 116, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-green-l-3 {
  background-color: #A5D6A7 !important;
}

/* line 117, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-green-l-2 {
  background-color: #81C784 !important;
}

/* line 118, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-green-l-1 {
  background-color: #66BB6A !important;
}

/* line 119, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-green-d-1 {
  background-color: #43A047 !important;
}

/* line 120, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-green-d-2 {
  background-color: #388E3C !important;
}

/* line 121, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-green-d-3 {
  background-color: #2E7D32 !important;
}

/* line 122, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-green-d-4 {
  background-color: #1B5E20 !important;
}

/* line 123, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-green-d-5 {
  background-color: #0b280d !important;
}

/* line 124, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-light-green {
  background-color: #8bc34a !important;
}

/* line 125, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-light-green-l-5 {
  background-color: #f1f8e9 !important;
}

/* line 126, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-light-green-l-4 {
  background-color: #dcedc8 !important;
}

/* line 127, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-light-green-l-3 {
  background-color: #c5e1a5 !important;
}

/* line 128, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-light-green-l-2 {
  background-color: #aed581 !important;
}

/* line 129, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-light-green-l-1 {
  background-color: #9ccc65 !important;
}

/* line 130, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-light-green-d-1 {
  background-color: #7cb342 !important;
}

/* line 131, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-light-green-d-2 {
  background-color: #689f38 !important;
}

/* line 132, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-light-green-d-3 {
  background-color: #558b2f !important;
}

/* line 133, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-light-green-d-4 {
  background-color: #33691e !important;
}

/* line 134, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-light-green-d-5 {
  background-color: #1d3c11 !important;
}

/* line 135, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-lime {
  background-color: #cddc39 !important;
}

/* line 136, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-lime-l-5 {
  background-color: #f9fbe7 !important;
}

/* line 137, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-lime-l-4 {
  background-color: #f0f4c3 !important;
}

/* line 138, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-lime-l-3 {
  background-color: #e6ee9c !important;
}

/* line 139, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-lime-l-2 {
  background-color: #dce775 !important;
}

/* line 140, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-lime-l-1 {
  background-color: #d4e157 !important;
}

/* line 141, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-lime-d-1 {
  background-color: #c0ca33 !important;
}

/* line 142, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-lime-d-2 {
  background-color: #afb42b !important;
}

/* line 143, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-lime-d-3 {
  background-color: #9e9d24 !important;
}

/* line 144, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-lime-d-4 {
  background-color: #827717 !important;
}

/* line 145, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-lime-d-5 {
  background-color: #57500f !important;
}

/* line 146, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-yellow {
  background-color: #ffeb3b !important;
}

/* line 147, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-yellow-l-5 {
  background-color: #fffde7 !important;
}

/* line 148, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-yellow-l-4 {
  background-color: #fff9c4 !important;
}

/* line 149, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-yellow-l-3 {
  background-color: #fff59d !important;
}

/* line 150, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-yellow-l-2 {
  background-color: #fff176 !important;
}

/* line 151, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-yellow-l-1 {
  background-color: #ffee58 !important;
}

/* line 152, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-yellow-d-1 {
  background-color: #fdd835 !important;
}

/* line 153, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-yellow-d-2 {
  background-color: #fbc02d !important;
}

/* line 154, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-yellow-d-3 {
  background-color: #f9a825 !important;
}

/* line 155, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-yellow-d-4 {
  background-color: #f57f17 !important;
}

/* line 156, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-yellow-d-5 {
  background-color: #c46008 !important;
}

/* line 157, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-amber {
  background-color: #ffc107 !important;
}

/* line 158, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-amber-l-5 {
  background-color: #fff8e1 !important;
}

/* line 159, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-amber-l-4 {
  background-color: #ffecb3 !important;
}

/* line 160, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-amber-l-3 {
  background-color: #ffe082 !important;
}

/* line 161, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-amber-l-2 {
  background-color: #ffd54f !important;
}

/* line 162, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-amber-l-1 {
  background-color: #ffca28 !important;
}

/* line 163, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-amber-d-1 {
  background-color: #ffb300 !important;
}

/* line 164, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-amber-d-2 {
  background-color: #ffa000 !important;
}

/* line 165, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-amber-d-3 {
  background-color: #ff8f00 !important;
}

/* line 166, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-amber-d-4 {
  background-color: #ff6f00 !important;
}

/* line 167, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-amber-d-5 {
  background-color: #b34d00 !important;
}

/* line 168, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-orange {
  background-color: #ff9800 !important;
}

/* line 169, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-orange-l-5 {
  background-color: #fff3e0 !important;
}

/* line 170, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-orange-l-4 {
  background-color: #ffe0b2 !important;
}

/* line 171, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-orange-l-3 {
  background-color: #ffcc80 !important;
}

/* line 172, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-orange-l-2 {
  background-color: #ffb74d !important;
}

/* line 173, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-orange-l-1 {
  background-color: #ffa726 !important;
}

/* line 174, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-orange-d-1 {
  background-color: #fb8c00 !important;
}

/* line 175, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-orange-d-2 {
  background-color: #f57c00 !important;
}

/* line 176, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-orange-d-3 {
  background-color: #ef6c00 !important;
}

/* line 177, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-orange-d-4 {
  background-color: #e65100 !important;
}

/* line 178, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-orange-d-5 {
  background-color: #993600 !important;
}

/* line 179, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-deep-orange {
  background-color: #ff5722 !important;
}

/* line 180, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-deep-orange-l-5 {
  background-color: #fbe9e7 !important;
}

/* line 181, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-deep-orange-l-4 {
  background-color: #ffccbc !important;
}

/* line 182, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-deep-orange-l-3 {
  background-color: #ffab91 !important;
}

/* line 183, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-deep-orange-l-2 {
  background-color: #ff8a65 !important;
}

/* line 184, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-deep-orange-l-1 {
  background-color: #ff7043 !important;
}

/* line 185, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-deep-orange-d-1 {
  background-color: #f4511e !important;
}

/* line 186, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-deep-orange-d-2 {
  background-color: #e64a19 !important;
}

/* line 187, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-deep-orange-d-3 {
  background-color: #d84315 !important;
}

/* line 188, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-deep-orange-d-4 {
  background-color: #bf360c !important;
}

/* line 189, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-deep-orange-d-5 {
  background-color: #782208 !important;
}

/* line 190, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-brown {
  background-color: #795548 !important;
}

/* line 191, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-brown-l-5 {
  background-color: #efebe9 !important;
}

/* line 192, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-brown-l-4 {
  background-color: #d7ccc8 !important;
}

/* line 193, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-brown-l-3 {
  background-color: #bcaaa4 !important;
}

/* line 194, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-brown-l-2 {
  background-color: #a1887f !important;
}

/* line 195, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-brown-l-1 {
  background-color: #8d6e63 !important;
}

/* line 196, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-brown-d-1 {
  background-color: #6d4c41 !important;
}

/* line 197, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-brown-d-2 {
  background-color: #5d4037 !important;
}

/* line 198, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-brown-d-3 {
  background-color: #4e342e !important;
}

/* line 199, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-brown-d-4 {
  background-color: #3e2723 !important;
}

/* line 200, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-brown-d-5 {
  background-color: #211512 !important;
}

/* line 201, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-blue-grey {
  background-color: #717a8e !important;
}

/* line 202, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-blue-grey-l-5 {
  background-color: #f1f2f4 !important;
}

/* line 203, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-blue-grey-l-4 {
  background-color: #d5d7dd !important;
}

/* line 204, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-blue-grey-l-3 {
  background-color: #b8bdc6 !important;
}

/* line 205, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-blue-grey-l-2 {
  background-color: #9ca2b0 !important;
}

/* line 206, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-blue-grey-l-1 {
  background-color: #808899 !important;
}

/* line 207, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-blue-grey-d-1 {
  background-color: #5b6271 !important;
}

/* line 208, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-blue-grey-d-2 {
  background-color: #404550 !important;
}

/* line 209, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-blue-grey-d-3 {
  background-color: #393d47 !important;
}

/* line 210, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-blue-grey-d-4 {
  background-color: #2d3139 !important;
}

/* line 211, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-blue-grey-d-5 {
  background-color: #17181c !important;
}

/* line 212, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-grey {
  background-color: #9e9e9e !important;
}

/* line 213, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-grey-l-5 {
  background-color: #fafafa !important;
}

/* line 214, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-grey-l-4 {
  background-color: #f5f5f5 !important;
}

/* line 215, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-grey-l-3 {
  background-color: #eeeeee !important;
}

/* line 216, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-grey-l-2 {
  background-color: #e0e0e0 !important;
}

/* line 217, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-grey-l-1 {
  background-color: #bdbdbd !important;
}

/* line 218, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-grey-d-1 {
  background-color: #757575 !important;
}

/* line 219, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-grey-d-2 {
  background-color: #616161 !important;
}

/* line 220, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-grey-d-3 {
  background-color: #424242 !important;
}

/* line 221, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-grey-d-4 {
  background-color: #212121 !important;
}

/* line 222, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-grey-d-5 {
  background-color: #1a1a1a !important;
}

/* line 223, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-black {
  background-color: #000 !important;
}

/* line 224, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-black-alpha-1 {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

/* line 225, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-black-alpha-2 {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

/* line 226, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-black-alpha-3 {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

/* line 227, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-black-alpha-4 {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

/* line 228, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-black-alpha-5 {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

/* line 229, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-black-alpha-6 {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

/* line 230, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-black-alpha-7 {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

/* line 231, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-black-alpha-8 {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

/* line 232, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-black-alpha-9 {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

/* line 233, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-black-alpha-95 {
  background-color: rgba(0, 0, 0, 0.95) !important;
}

/* line 234, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 235, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-white-alpha-1 {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

/* line 236, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-white-alpha-2 {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

/* line 237, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-white-alpha-3 {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

/* line 238, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-white-alpha-4 {
  background-color: rgba(255, 255, 255, 0.4) !important;
}

/* line 239, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-white-alpha-5 {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

/* line 240, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-white-alpha-6 {
  background-color: rgba(255, 255, 255, 0.6) !important;
}

/* line 241, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-white-alpha-7 {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

/* line 242, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-white-alpha-8 {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

/* line 243, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-white-alpha-9 {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

/* line 244, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.bg-white-alpha-95 {
  background-color: rgba(255, 255, 255, 0.95) !important;
}

/* line 248, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-deep-blue {
  color: #0000ff !important;
}

/* line 249, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-deep-blue-l-2 {
  color: #9999ff !important;
}

/* line 250, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-deep-blue-l-1 {
  color: #3333ff !important;
}

/* line 251, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-deep-blue-d-1 {
  color: #000099 !important;
}

/* line 252, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-deep-blue-d-2 {
  color: #000033 !important;
}

/* line 253, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-blue {
  color: #1e87f0 !important;
}

/* line 254, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-blue-l-2 {
  color: #cfe6fc !important;
}

/* line 255, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-blue-l-1 {
  color: #6fb3f6 !important;
}

/* line 256, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-blue-d-1 {
  color: #094d90 !important;
}

/* line 257, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-blue-d-2 {
  color: #031a30 !important;
}

/* line 258, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-light-blue {
  color: #03befc !important;
}

/* line 259, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-light-blue-l-2 {
  color: #cdf2fe !important;
}

/* line 260, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-light-blue-l-1 {
  color: #68d8fd !important;
}

/* line 261, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-light-blue-d-1 {
  color: #027297 !important;
}

/* line 262, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-light-blue-d-2 {
  color: #012632 !important;
}

/* line 263, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-red {
  color: #ff0000 !important;
}

/* line 264, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-red-l-2 {
  color: #ffcccc !important;
}

/* line 265, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-red-l-1 {
  color: #ff6666 !important;
}

/* line 266, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-red-d-1 {
  color: #990000 !important;
}

/* line 267, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-red-d-2 {
  color: #330000 !important;
}

/* line 268, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-pink {
  color: #e91e63 !important;
}

/* line 269, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-pink-l-2 {
  color: #f8bbd0 !important;
}

/* line 270, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-pink-l-1 {
  color: #f06292 !important;
}

/* line 271, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-pink-d-1 {
  color: #c2185b !important;
}

/* line 272, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-pink-d-2 {
  color: #880e4f !important;
}

/* line 273, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-purple {
  color: #9c27b0 !important;
}

/* line 274, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-purple-l-2 {
  color: #e1bee7 !important;
}

/* line 275, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-purple-l-1 {
  color: #ba68c8 !important;
}

/* line 276, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-purple-d-1 {
  color: #7b1fa2 !important;
}

/* line 277, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-purple-d-2 {
  color: #4a148c !important;
}

/* line 278, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-deep-purple {
  color: #673ab7 !important;
}

/* line 279, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-deep-purple-l-2 {
  color: #d1c4e9 !important;
}

/* line 280, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-deep-purple-l-1 {
  color: #9575cd !important;
}

/* line 281, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-deep-purple-d-1 {
  color: #512da8 !important;
}

/* line 282, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-deep-purple-d-2 {
  color: #311b92 !important;
}

/* line 283, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-indigo {
  color: #3f51b5 !important;
}

/* line 284, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-indigo-l-2 {
  color: #c5cae9 !important;
}

/* line 285, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-indigo-l-1 {
  color: #7986cb !important;
}

/* line 286, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-indigo-d-1 {
  color: #303f9f !important;
}

/* line 287, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-indigo-d-2 {
  color: #1a237e !important;
}

/* line 288, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-cyan {
  color: #00bcd4 !important;
}

/* line 289, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-cyan-l-2 {
  color: #b2ebf2 !important;
}

/* line 290, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-cyan-l-1 {
  color: #4dd0e1 !important;
}

/* line 291, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-cyan-d-1 {
  color: #0097a7 !important;
}

/* line 292, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-cyan-d-2 {
  color: #006064 !important;
}

/* line 293, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-teal {
  color: #009688 !important;
}

/* line 294, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-teal-l-2 {
  color: #b2dfdb !important;
}

/* line 295, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-teal-l-1 {
  color: #4db6ac !important;
}

/* line 296, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-teal-d-1 {
  color: #00796b !important;
}

/* line 297, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-teal-d-2 {
  color: #004d40 !important;
}

/* line 298, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-green {
  color: #4CAF50 !important;
}

/* line 299, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-green-l-2 {
  color: #C8E6C9 !important;
}

/* line 300, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-green-l-1 {
  color: #81C784 !important;
}

/* line 301, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-green-d-1 {
  color: #388E3C !important;
}

/* line 302, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-green-d-2 {
  color: #1B5E20 !important;
}

/* line 303, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-light-green {
  color: #8bc34a !important;
}

/* line 304, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-light-green-l-2 {
  color: #dcedc8 !important;
}

/* line 305, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-light-green-l-1 {
  color: #aed581 !important;
}

/* line 306, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-light-green-d-1 {
  color: #689f38 !important;
}

/* line 307, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-light-green-d-2 {
  color: #33691e !important;
}

/* line 308, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-lime {
  color: #cddc39 !important;
}

/* line 309, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-lime-l-2 {
  color: #f0f4c3 !important;
}

/* line 310, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-lime-l-1 {
  color: #dce775 !important;
}

/* line 311, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-lime-d-1 {
  color: #afb42b !important;
}

/* line 312, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-lime-d-2 {
  color: #827717 !important;
}

/* line 313, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-yellow {
  color: #ffeb3b !important;
}

/* line 314, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-yellow-l-2 {
  color: #fff9c4 !important;
}

/* line 315, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-yellow-l-1 {
  color: #fff176 !important;
}

/* line 316, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-yellow-d-1 {
  color: #fbc02d !important;
}

/* line 317, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-yellow-d-2 {
  color: #f57f17 !important;
}

/* line 318, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-amber {
  color: #ffc107 !important;
}

/* line 319, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-amber-l-2 {
  color: #ffecb3 !important;
}

/* line 320, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-amber-l-1 {
  color: #ffd54f !important;
}

/* line 321, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-amber-d-1 {
  color: #ffa000 !important;
}

/* line 322, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-amber-d-2 {
  color: #ff6f00 !important;
}

/* line 323, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-orange {
  color: #ff9800 !important;
}

/* line 324, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-orange-l-2 {
  color: #ffe0b2 !important;
}

/* line 325, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-orange-l-1 {
  color: #ffb74d !important;
}

/* line 326, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-orange-d-1 {
  color: #f57c00 !important;
}

/* line 327, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-orange-d-2 {
  color: #e65100 !important;
}

/* line 328, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-deep-orange {
  color: #ff5722 !important;
}

/* line 329, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-deep-orange-l-2 {
  color: #ffccbc !important;
}

/* line 330, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-deep-orange-l-1 {
  color: #ff8a65 !important;
}

/* line 331, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-deep-orange-d-1 {
  color: #e64a19 !important;
}

/* line 332, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-deep-orange-d-2 {
  color: #bf360c !important;
}

/* line 333, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-brown {
  color: #795548 !important;
}

/* line 334, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-brown-l-2 {
  color: #d7ccc8 !important;
}

/* line 335, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-brown-l-1 {
  color: #a1887f !important;
}

/* line 336, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-brown-d-1 {
  color: #5d4037 !important;
}

/* line 337, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-brown-d-2 {
  color: #3e2723 !important;
}

/* line 338, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-grey {
  color: #9e9e9e !important;
}

/* line 339, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-grey-l-2 {
  color: #f5f5f5 !important;
}

/* line 340, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-grey-l-1 {
  color: #e0e0e0 !important;
}

/* line 341, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-grey-d-1 {
  color: #616161 !important;
}

/* line 342, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-grey-d-2 {
  color: #212121 !important;
}

/* line 343, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-black {
  color: #000 !important;
}

/* line 344, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-black-alpha-2 {
  color: rgba(0, 0, 0, 0.2) !important;
}

/* line 345, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-black-alpha-4 {
  color: rgba(0, 0, 0, 0.4) !important;
}

/* line 346, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-black-alpha-6 {
  color: rgba(0, 0, 0, 0.6) !important;
}

/* line 347, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-black-alpha-8 {
  color: rgba(0, 0, 0, 0.8) !important;
}

/* line 348, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-white {
  color: #fff !important;
}

/* line 349, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-white-alpha-2 {
  color: rgba(255, 255, 255, 0.2) !important;
}

/* line 350, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-white-alpha-4 {
  color: rgba(255, 255, 255, 0.4) !important;
}

/* line 351, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-white-alpha-6 {
  color: rgba(255, 255, 255, 0.6) !important;
}

/* line 352, ../../www/jet/html/scss-jet/core/_colors-legacy.scss */
.tx-white-alpha-8 {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* ========== Base Containers ========== */
/* line 3, ../../www/jet/html/scss-jet/core/_grid.scss */
.w-container,
.w-container-c,
.w-container-w {
  position: relative;
  display: flex;
  box-sizing: border-box;
  z-index: 3;
}

/* Flex modifiers for containers */
/* line 13, ../../www/jet/html/scss-jet/core/_grid.scss */
.w-container-w {
  flex-wrap: wrap;
}

/* line 17, ../../www/jet/html/scss-jet/core/_grid.scss */
.w-container-c,
.w-container-small-c {
  flex-direction: column;
}

/* Fluid width */
/* line 23, ../../www/jet/html/scss-jet/core/_grid.scss */
.w-full,
.w-fluid {
  display: flex;
  width: 100%;
}

/* line 29, ../../www/jet/html/scss-jet/core/_grid.scss */
.w-fluid {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* Fixed width containers */
/* line 35, ../../www/jet/html/scss-jet/core/_grid.scss */
.j-container,
.w-container,
.w-container-c,
.w-container-nf {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 35px;
}

/* line 44, ../../www/jet/html/scss-jet/core/_grid.scss */
.w-center {
  margin: 0 auto;
}

/* line 48, ../../www/jet/html/scss-jet/core/_grid.scss */
.w-container-small,
.w-container-small-c,
.w-container-small-nf {
  width: 900px;
  min-width: 900px;
  margin: 0 auto;
}

/* line 56, ../../www/jet/html/scss-jet/core/_grid.scss */
.w-container-small {
  display: flex;
}

/* Container gap helpers */
/* line 61, ../../www/jet/html/scss-jet/core/_grid.scss */
.jgp-large {
  gap: 40px;
}

/* line 65, ../../www/jet/html/scss-jet/core/_grid.scss */
.jgp-collapse {
  gap: 0;
}

/* ========== Width Utilities (single element) ========== */
/* line 70, ../../www/jet/html/scss-jet/core/_grid.scss */
.w-1-1 {
  width: 100%;
}

/* line 74, ../../www/jet/html/scss-jet/core/_grid.scss */
.w-1-2,
.w-2-4 {
  width: 50%;
}

/* line 79, ../../www/jet/html/scss-jet/core/_grid.scss */
.w-1-3 {
  width: 33.3333%;
}

/* line 83, ../../www/jet/html/scss-jet/core/_grid.scss */
.w-2-3 {
  width: 66.6667%;
}

/* line 87, ../../www/jet/html/scss-jet/core/_grid.scss */
.w-1-4 {
  width: 25%;
}

/* line 91, ../../www/jet/html/scss-jet/core/_grid.scss */
.w-3-4 {
  width: 75%;
}

/* line 95, ../../www/jet/html/scss-jet/core/_grid.scss */
.w-1-5 {
  width: 20%;
}

/* line 99, ../../www/jet/html/scss-jet/core/_grid.scss */
.w-2-5 {
  width: 40%;
}

/* line 103, ../../www/jet/html/scss-jet/core/_grid.scss */
.w-3-5 {
  width: 60%;
}

/* line 107, ../../www/jet/html/scss-jet/core/_grid.scss */
.w-4-5 {
  width: 80%;
}

/* line 111, ../../www/jet/html/scss-jet/core/_grid.scss */
.w-1-6 {
  width: 16.6667%;
}

/* line 115, ../../www/jet/html/scss-jet/core/_grid.scss */
.w-2-6 {
  width: 33.3333%;
}

/* line 119, ../../www/jet/html/scss-jet/core/_grid.scss */
.w-3-6 {
  width: 50%;
}

/* line 123, ../../www/jet/html/scss-jet/core/_grid.scss */
.w-4-6 {
  width: 66.6667%;
}

/* line 127, ../../www/jet/html/scss-jet/core/_grid.scss */
.w-5-6 {
  width: 83.3333%;
}

/* ========== Children Width Component (wc-1-*) ========== */
/* Any wc-* container is a wrapping flex row; default --gap = 0 */
/* line 133, ../../www/jet/html/scss-jet/core/_grid.scss */
[class^="wc-"],
[class*=" wc-"] {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  --gap: 0;
}

/* line 142, ../../www/jet/html/scss-jet/core/_grid.scss */
.wc-x {
  flex: 0 0 auto;
  width: auto;
}

/* 3 cols */
/* line 149, ../../www/jet/html/scss-jet/core/_grid.scss */
.wc-3 div:first,
.wc-3 li:first {
  flex: 0 0 calc(100% / 3);
  min-width: calc(100% / 3);
  width: calc(100% / 3);
}

/* Exclude a child from wc-* sizing */
/* line 161, ../../www/jet/html/scss-jet/core/_grid.scss */
.wc-x {
  flex: 0 0 auto;
  width: auto;
}

/* --- Gap‑aware column math (N columns = wc-1-N) --- */
/* 2 cols */
/* line 168, ../../www/jet/html/scss-jet/core/_grid.scss */
.wc-1-2 > :not(.wc-x) {
  flex: 0 0 calc((100% - 1 * var(--gap)) / 2);
  max-width: calc((100% - 1 * var(--gap)) / 2);
}

/* 3 cols */
/* line 174, ../../www/jet/html/scss-jet/core/_grid.scss */
.wc-1-3 > :not(.wc-x) {
  flex: 0 0 calc((100% - 2 * var(--gap)) / 3);
  max-width: calc((100% - 2 * var(--gap)) / 3);
}

/* 4 cols */
/* line 180, ../../www/jet/html/scss-jet/core/_grid.scss */
.wc-1-4 > :not(.wc-x) {
  flex: 0 0 calc((100% - 3 * var(--gap)) / 4);
  max-width: calc((100% - 3 * var(--gap)) / 4);
}

/* 5 cols */
/* line 186, ../../www/jet/html/scss-jet/core/_grid.scss */
.wc-1-5 > :not(.wc-x) {
  flex: 0 0 calc((100% - 4 * var(--gap)) / 5);
  max-width: calc((100% - 4 * var(--gap)) / 5);
}

/* 6 cols */
/* line 192, ../../www/jet/html/scss-jet/core/_grid.scss */
.wc-1-6 > :not(.wc-x) {
  flex: 0 0 calc((100% - 5 * var(--gap)) / 6);
  max-width: calc((100% - 5 * var(--gap)) / 6);
}

/* --- Backward‑compat “-g1” shortcuts (assume gap = 1rem) --- */
/* line 198, ../../www/jet/html/scss-jet/core/_grid.scss */
.wc-1-2-g1 > :not(.wc-x) {
  flex: 0 0 calc((100% - 1rem) / 2);
  max-width: calc((100% - 1rem) / 2);
}

/* line 203, ../../www/jet/html/scss-jet/core/_grid.scss */
.wc-1-3-g1 > :not(.wc-x) {
  flex: 0 0 calc((100% - 2rem) / 3);
  max-width: calc((100% - 2rem) / 3);
}

/* line 208, ../../www/jet/html/scss-jet/core/_grid.scss */
.wc-1-4-g1 > :not(.wc-x) {
  flex: 0 0 calc((100% - 3rem) / 4);
  max-width: calc((100% - 3rem) / 4);
}

/* line 213, ../../www/jet/html/scss-jet/core/_grid.scss */
.wc-1-5-g1 > :not(.wc-x) {
  flex: 0 0 calc((100% - 4rem) / 5);
  max-width: calc((100% - 4rem) / 5);
}

/* line 218, ../../www/jet/html/scss-jet/core/_grid.scss */
.wc-1-6-g1 > :not(.wc-x) {
  flex: 0 0 calc((100% - 5rem) / 6);
  max-width: calc((100% - 5rem) / 6);
}

/* ========== Responsive Modifiers (escape @ in class names) ========== */
@media (min-width: 768px) {
  /* line 225, ../../www/jet/html/scss-jet/core/_grid.scss */
  .wc-1-2\@m > :not(.wc-x) {
    flex-basis: calc((100% - 1 * var(--gap)) / 2);
    max-width: calc((100% - 1 * var(--gap)) / 2);
  }
  /* line 230, ../../www/jet/html/scss-jet/core/_grid.scss */
  .wc-1-3\@m > :not(.wc-x) {
    flex-basis: calc((100% - 2 * var(--gap)) / 3);
    max-width: calc((100% - 2 * var(--gap)) / 3);
  }
  /* line 235, ../../www/jet/html/scss-jet/core/_grid.scss */
  .wc-1-4\@m > :not(.wc-x) {
    flex-basis: calc((100% - 3 * var(--gap)) / 4);
    max-width: calc((100% - 3 * var(--gap)) / 4);
  }
  /* line 240, ../../www/jet/html/scss-jet/core/_grid.scss */
  .wc-1-5\@m > :not(.wc-x) {
    flex-basis: calc((100% - 4 * var(--gap)) / 5);
    max-width: calc((100% - 4 * var(--gap)) / 5);
  }
  /* line 245, ../../www/jet/html/scss-jet/core/_grid.scss */
  .wc-1-6\@m > :not(.wc-x) {
    flex-basis: calc((100% - 5 * var(--gap)) / 6);
    max-width: calc((100% - 5 * var(--gap)) / 6);
  }
}

@media (min-width: 960px) {
  /* line 252, ../../www/jet/html/scss-jet/core/_grid.scss */
  .wc-1-2\@l > :not(.wc-x) {
    flex-basis: calc((100% - 1 * var(--gap)) / 2);
    max-width: calc((100% - 1 * var(--gap)) / 2);
  }
  /* line 257, ../../www/jet/html/scss-jet/core/_grid.scss */
  .wc-1-3\@l > :not(.wc-x) {
    flex-basis: calc((100% - 2 * var(--gap)) / 3);
    max-width: calc((100% - 2 * var(--gap)) / 3);
  }
  /* line 262, ../../www/jet/html/scss-jet/core/_grid.scss */
  .wc-1-4\@l > :not(.wc-x) {
    flex-basis: calc((100% - 3 * var(--gap)) / 4);
    max-width: calc((100% - 3 * var(--gap)) / 4);
  }
  /* line 267, ../../www/jet/html/scss-jet/core/_grid.scss */
  .wc-1-5\@l > :not(.wc-x) {
    flex-basis: calc((100% - 4 * var(--gap)) / 5);
    max-width: calc((100% - 4 * var(--gap)) / 5);
  }
  /* line 272, ../../www/jet/html/scss-jet/core/_grid.scss */
  .wc-1-6\@l > :not(.wc-x) {
    flex-basis: calc((100% - 5 * var(--gap)) / 6);
    max-width: calc((100% - 5 * var(--gap)) / 6);
  }
}

/* ===========================================
   Grid System (SCSS)
   - containers: .g-container / .g-full / .g-fluid
   - equal cols: .gr-1 … .gr-6
   - ratios:     .gr-3-1, .gr-1-3, .gr-2-1, ...
   - gaps:       .g-0, .g-05, .g-1, ... .g-5
   - ignores:    elements with .wc-x (level-4 :nth-child(... of ...))
   =========================================== */
/* --------- settings --------- */
/* Excluded-from-count children inside grids (toolbars, overlays, etc.) */
/* Build the "countable" filter for :nth-child(... of ...) */
/* --------- base: make .g-* & .gr-* grids --------- */
/* line 21, ../../www/jet/html/scss-jet/core/_grid-new.scss */
.g-container,
.g-full,
.g-fluid,
.gr-1,
.gr-2,
.gr-3,
.gr-4,
.gr-5,
.gr-6,
[class^="gr-"] {
  display: grid !important;
}

/* --------- containers --------- */
/* line 46, ../../www/jet/html/scss-jet/core/_grid-new.scss */
.g-container {
  width: 1200px;
  padding: 0 35px;
  margin: 0 auto;
}

/* line 52, ../../www/jet/html/scss-jet/core/_grid-new.scss */
.g-full {
  width: 100%;
  padding: 0;
}

/* line 57, ../../www/jet/html/scss-jet/core/_grid-new.scss */
.g-fluid {
  width: 100%;
  padding: 0 1rem;
}

/* --------- equal-column presets --------- */
/* line 64, ../../www/jet/html/scss-jet/core/_grid-new.scss */
.gr-1 {
  grid-template-columns: repeat(1, 1fr);
}

/* line 64, ../../www/jet/html/scss-jet/core/_grid-new.scss */
.gr-2 {
  grid-template-columns: repeat(2, 1fr);
}

/* line 64, ../../www/jet/html/scss-jet/core/_grid-new.scss */
.gr-3 {
  grid-template-columns: repeat(3, 1fr);
}

/* line 64, ../../www/jet/html/scss-jet/core/_grid-new.scss */
.gr-4 {
  grid-template-columns: repeat(4, 1fr);
}

/* line 64, ../../www/jet/html/scss-jet/core/_grid-new.scss */
.gr-5 {
  grid-template-columns: repeat(5, 1fr);
}

/* line 64, ../../www/jet/html/scss-jet/core/_grid-new.scss */
.gr-6 {
  grid-template-columns: repeat(6, 1fr);
}

/* --------- leftover centering (equal columns) ---------
   Works with dynamic arrays. Ignores children that match $grid-exclude.
   Tips:
   - add .wc-x to toolbars/overlays, position them absolutely if needed
   - this keeps DOM simple and avoids spacer elements
*/
/* 3 columns
   - 1 leftover → middle column (2)
   - 2 leftovers → columns 1 and 3
*/
/* line 78, ../../www/jet/html/scss-jet/core/_grid-new.scss */
.gr-3 {
  /* single leftover (count % 3 == 1) */
  /* two leftovers (count % 3 == 2) */
}

/* line 80, ../../www/jet/html/scss-jet/core/_grid-new.scss */
.gr-3 > :last-child:nth-child(3n + 1 of :not(.wc-x)) {
  grid-column: 2;
}

/* line 83, ../../www/jet/html/scss-jet/core/_grid-new.scss */
.gr-3 > :nth-last-child(2 of :not(.wc-x)):nth-child(3n + 1 of :not(.wc-x)) {
  grid-column: 1;
}

/* line 84, ../../www/jet/html/scss-jet/core/_grid-new.scss */
.gr-3 > :nth-last-child(1 of :not(.wc-x)):nth-child(3n + 2 of :not(.wc-x)) {
  grid-column: 3;
}

/* 2 columns
   - 1 leftover → span both + centered
*/
/* line 91, ../../www/jet/html/scss-jet/core/_grid-new.scss */
.gr-2 > :last-child:nth-child(2n + 1 of :not(.wc-x)) {
  grid-column: 1 / -1;
  justify-self: center;
}

/* (You can extend for 4/5/6 if you ever want custom “pairing” on last row.
   Usually not needed; the 2/3 cases cover 90%.) */
/* --------- two-column ratios (left/right parts) ---------
   Name: .gr-<leftParts>-<rightParts>
   Add `.rr` to visually flip sides (row-reverse) without changing DOM.
*/
/* line 105, ../../www/jet/html/scss-jet/core/_grid-new.scss */
.gr-1-1 {
  grid-template-columns: 1fr 1fr;
}

/* line 106, ../../www/jet/html/scss-jet/core/_grid-new.scss */
.gr-2-1 {
  grid-template-columns: 2fr 1fr;
}

/* ~66/33 */
/* line 107, ../../www/jet/html/scss-jet/core/_grid-new.scss */
.gr-1-2 {
  grid-template-columns: 1fr 2fr;
}

/* ~33/66 */
/* line 108, ../../www/jet/html/scss-jet/core/_grid-new.scss */
.gr-3-1 {
  grid-template-columns: 3fr 1fr;
}

/* 75/25 */
/* line 109, ../../www/jet/html/scss-jet/core/_grid-new.scss */
.gr-1-3 {
  grid-template-columns: 1fr 3fr;
}

/* 25/75 */
/* line 110, ../../www/jet/html/scss-jet/core/_grid-new.scss */
.gr-4-1 {
  grid-template-columns: 4fr 1fr;
}

/* 80/20 */
/* line 111, ../../www/jet/html/scss-jet/core/_grid-new.scss */
.gr-1-4 {
  grid-template-columns: 1fr 4fr;
}

/* 20/80 */
/* line 112, ../../www/jet/html/scss-jet/core/_grid-new.scss */
.gr-3-2 {
  grid-template-columns: 3fr 2fr;
}

/* 60/40 */
/* line 113, ../../www/jet/html/scss-jet/core/_grid-new.scss */
.gr-2-3 {
  grid-template-columns: 2fr 3fr;
}

/* 40/60 */
/* line 115, ../../www/jet/html/scss-jet/core/_grid-new.scss */
.gr-5-1 {
  grid-template-columns: 5fr 1fr;
}

/* 80/20 */
/* line 116, ../../www/jet/html/scss-jet/core/_grid-new.scss */
.gr-1-5 {
  grid-template-columns: 1fr 5fr;
}

/* 20/80 */
/* map areas for easy flip; assumes children use .left / .right */
/* line 119, ../../www/jet/html/scss-jet/core/_grid-new.scss */
.gr-1-1,
.gr-2-1, .gr-1-2,
.gr-3-1, .gr-1-3,
.gr-4-1, .gr-1-4,
.gr-3-2, .gr-2-3 {
  grid-template-areas: "left right";
}

/* line 125, ../../www/jet/html/scss-jet/core/_grid-new.scss */
.gr-1-1 > .left,
.gr-2-1 > .left, .gr-1-2 > .left,
.gr-3-1 > .left, .gr-1-3 > .left,
.gr-4-1 > .left, .gr-1-4 > .left,
.gr-3-2 > .left, .gr-2-3 > .left {
  grid-area: left;
}

/* line 126, ../../www/jet/html/scss-jet/core/_grid-new.scss */
.gr-1-1 > .right,
.gr-2-1 > .right, .gr-1-2 > .right,
.gr-3-1 > .right, .gr-1-3 > .right,
.gr-4-1 > .right, .gr-1-4 > .right,
.gr-3-2 > .right, .gr-2-3 > .right {
  grid-area: right;
}

/* flip like row-reverse */
/* line 130, ../../www/jet/html/scss-jet/core/_grid-new.scss */
.gr-1-1.rr,
.gr-2-1.rr, .gr-1-2.rr,
.gr-3-1.rr, .gr-1-3.rr,
.gr-4-1.rr, .gr-1-4.rr,
.gr-3-2.rr, .gr-2-3.rr {
  grid-template-areas: "right left";
}

/* --------- gap utilities --------- */
/* line 140, ../../www/jet/html/scss-jet/core/_grid-new.scss */
.g-0 {
  gap: 0 !important;
}

/* line 141, ../../www/jet/html/scss-jet/core/_grid-new.scss */
.g-05 {
  gap: .5rem;
}

/* line 142, ../../www/jet/html/scss-jet/core/_grid-new.scss */
.g-1 {
  gap: 1rem;
}

/* line 143, ../../www/jet/html/scss-jet/core/_grid-new.scss */
.g-2 {
  gap: 2rem;
}

/* line 144, ../../www/jet/html/scss-jet/core/_grid-new.scss */
.g-3 {
  gap: 3rem;
}

/* line 145, ../../www/jet/html/scss-jet/core/_grid-new.scss */
.g-4 {
  gap: 4rem;
}

/* line 146, ../../www/jet/html/scss-jet/core/_grid-new.scss */
.g-5 {
  gap: 5rem;
}

/* Optional: separate controls
.grg-1 { row-gap: 1rem; }
.gcg-1 { column-gap: 1rem; }
*/
/* --------- toolbar/overlay convenience ---------
   If you keep toolbars inside the grid container, make them not consume layout.
*/
/* line 157, ../../www/jet/html/scss-jet/core/_grid-new.scss */
.wc-x {
  position: absolute;
  inset: auto 1rem 1rem auto;
  z-index: 2;
}

/* line 158, ../../www/jet/html/scss-jet/core/_grid-new.scss */
.element, .sub {
  position: relative;
}

/* --------- Fallback path (no :nth-child(... of ...)) ---------
   If you prefer to count only real items, add .grid-item to them and
   also add .use-type on the container to activate this block.
   Example:
     <ul class="gr-3 use-type">
       <div class="wc-x">...</div>
       <li class="grid-item">..</li> ...
     </ul>
*/
/* line 170, ../../www/jet/html/scss-jet/core/_grid-new.scss */
.use-type.gr-3 {
  /* 1 leftover .grid-item → center (col 2) */
  /* 2 leftovers .grid-item → columns 1 and 3 */
}

/* line 172, ../../www/jet/html/scss-jet/core/_grid-new.scss */
.use-type.gr-3 > .grid-item:last-of-type:nth-of-type(3n + 1) {
  grid-column: 2;
}

/* line 175, ../../www/jet/html/scss-jet/core/_grid-new.scss */
.use-type.gr-3 > .grid-item:nth-last-of-type(2):nth-of-type(3n + 1) {
  grid-column: 1;
}

/* line 176, ../../www/jet/html/scss-jet/core/_grid-new.scss */
.use-type.gr-3 > .grid-item:nth-last-of-type(1):nth-of-type(3n + 2) {
  grid-column: 3;
}

/* line 180, ../../www/jet/html/scss-jet/core/_grid-new.scss */
.use-type.gr-2 > .grid-item:last-of-type:nth-of-type(2n + 1) {
  grid-column: 1 / -1;
  justify-self: center;
}

/* ===== Mobile-first rules ===== */
@media (max-width: 430px) {
  /* any element that has any gr-* class */
  /* line 191, ../../www/jet/html/scss-jet/core/_grid-new.scss */
  [class*="gr-"] {
    grid-template-columns: 1fr !important;
    grid-template-areas: none !important;
    /* <-- important for gr-4-1, gr-3-1, etc */
  }
  /* line 197, ../../www/jet/html/scss-jet/core/_grid-new.scss */
  .mobile-2 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  /* line 199, ../../www/jet/html/scss-jet/core/_grid-new.scss */
  .mobile-swipe {
    grid-template-columns: none !important;
    grid-template-areas: none !important;
    grid-auto-flow: column;
    grid-auto-columns: 85%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }
  /* line 209, ../../www/jet/html/scss-jet/core/_grid-new.scss */
  .mobile-swipe > * {
    scroll-snap-align: start;
  }
}

@media (min-width: 960px) {
  /* medium+ overrides here */
}

/* line 3, ../../www/jet/html/scss-jet/core/_grid-legacy.scss */
j-el {
  flex-grow: 1;
}

/* line 10, ../../www/jet/html/scss-jet/core/_grid-legacy.scss */
.w-grow,
.w-expand {
  flex-grow: 1;
}

/* line 15, ../../www/jet/html/scss-jet/core/_grid-legacy.scss */
.w-auto {
  width: auto;
}

/* line 19, ../../www/jet/html/scss-jet/core/_grid-legacy.scss */
.w-10 {
  min-width: 10%;
  width: 10%;
  flex-shrink: 0;
}

/* line 25, ../../www/jet/html/scss-jet/core/_grid-legacy.scss */
.w-16 {
  wimin-widthdth: 16.6%;
  width: 16.6%;
  flex-shrink: 0;
}

/* line 31, ../../www/jet/html/scss-jet/core/_grid-legacy.scss */
.w-20 {
  min-width: 20%;
  width: 20%;
  flex-shrink: 0;
}

/* line 37, ../../www/jet/html/scss-jet/core/_grid-legacy.scss */
.w-25 {
  min-width: 25%;
  width: 25%;
  flex-shrink: 0;
}

/* line 43, ../../www/jet/html/scss-jet/core/_grid-legacy.scss */
.w-30 {
  min-width: 30%;
  width: 30%;
  flex-shrink: 0;
}

/* line 49, ../../www/jet/html/scss-jet/core/_grid-legacy.scss */
.w-33 {
  min-width: 33.3%;
  width: 33.3%;
  flex-shrink: 0;
}

/* line 55, ../../www/jet/html/scss-jet/core/_grid-legacy.scss */
.w-40 {
  min-width: 40%;
  width: 40%;
  flex-shrink: 0;
}

/* line 61, ../../www/jet/html/scss-jet/core/_grid-legacy.scss */
.w-50 {
  min-width: 50%;
  width: 50%;
  flex-shrink: 0;
}

/* line 67, ../../www/jet/html/scss-jet/core/_grid-legacy.scss */
.w-60 {
  min-width: 60%;
  width: 60%;
  flex-shrink: 0;
}

/* line 73, ../../www/jet/html/scss-jet/core/_grid-legacy.scss */
.w-70 {
  min-width: 70%;
  width: 70%;
  flex-shrink: 0;
}

/* line 79, ../../www/jet/html/scss-jet/core/_grid-legacy.scss */
.w-75 {
  width: 75%;
  flex-shrink: 0;
}

/* line 84, ../../www/jet/html/scss-jet/core/_grid-legacy.scss */
.w-80 {
  min-width: 80%;
  width: 80%;
  flex-shrink: 0;
}

/* line 90, ../../www/jet/html/scss-jet/core/_grid-legacy.scss */
.w-90 {
  min-width: 90%;
  width: 90%;
  flex-shrink: 0;
}

/* line 96, ../../www/jet/html/scss-jet/core/_grid-legacy.scss */
.w-100 {
  min-width: 100%;
  width: 100%;
}

/* line 101, ../../www/jet/html/scss-jet/core/_grid-legacy.scss */
.sj-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

/* line 107, ../../www/jet/html/scss-jet/core/_grid-legacy.scss */
.sj-col .sj-el {
  width: 100%;
}

/* line 112, ../../www/jet/html/scss-jet/core/_grid-legacy.scss */
.uk-grid {
  width: 100%;
}

/* Large desktops and laptops */
/* Portrait tablets and medium desktops */
/* Portrait tablets and small desktops */
/* Landscape phones and portrait tablets */
/* Landscape phones and smaller */
@media (max-width: 480px) {
  /* line 132, ../../www/jet/html/scss-jet/core/_grid-legacy.scss */
  .w-full,
  .w-fluid,
  .w-container {
    min-width: 100%;
    width: 100%;
    flex-direction: column;
    padding-right: 20px;
    padding-left: 20px;
  }
  /* line 142, ../../www/jet/html/scss-jet/core/_grid-legacy.scss */
  .w-full .j-el,
  .w-full [class^="w-"],
  .w-fluid .j-el,
  .w-fluid [class^="w-"],
  .w-container .j-el,
  .w-container [class^="w-"] {
    width: 100%;
  }
  /* line 148, ../../www/jet/html/scss-jet/core/_grid-legacy.scss */
  .w-full.cw-4-2,
  .w-fluid.cw-4-2,
  .w-container.cw-4-2 {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }
  /* line 155, ../../www/jet/html/scss-jet/core/_grid-legacy.scss */
  .w-full.cw-4-2 .j-el,
  .w-fluid.cw-4-2 .j-el,
  .w-container.cw-4-2 .j-el {
    flex-basis: calc(50% - 5px);
  }
  /* line 162, ../../www/jet/html/scss-jet/core/_grid-legacy.scss */
  .w-full.jgp-collapse,
  .w-fluid.jgp-collapse,
  .w-container.jgp-collapse {
    gap: 0;
  }
  /* line 167, ../../www/jet/html/scss-jet/core/_grid-legacy.scss */
  .w-container-noflex {
    min-width: 100%;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  /* line 173, ../../www/jet/html/scss-jet/core/_grid-legacy.scss */
  .w-container-noflex .j-el,
  .w-container-noflex [class^="w-"] {
    width: 100%;
  }
  /* line 179, ../../www/jet/html/scss-jet/core/_grid-legacy.scss */
  .w-container-noflex.cw-4-2 {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }
  /* line 186, ../../www/jet/html/scss-jet/core/_grid-legacy.scss */
  .w-container-noflex.cw-4-2 .j-el {
    flex-basis: calc(50% - 5px);
  }
  /* line 193, ../../www/jet/html/scss-jet/core/_grid-legacy.scss */
  .w-container-noflex.jgp-collapse {
    gap: 0;
  }
  /* line 212, ../../www/jet/html/scss-jet/core/_grid-legacy.scss */
  .w-10.sm-100,
  .w-16.sm-100,
  .w-20.sm-100,
  .w-25.sm-100,
  .w-30.sm-100,
  .w-33.sm-100,
  .w-40.sm-100,
  .w-50.sm-100,
  .w-60.sm-100,
  .w-70.sm-100,
  .w-75.sm-100,
  .w-80.sm-100,
  .w-90.sm-100,
  .w-100.sm-100 {
    min-width: 100%;
    width: 100%;
  }
}

/* line 2, ../../www/jet/html/scss-jet/core/_width.scss */
.w-auto {
  width: auto;
}

/* line 6, ../../www/jet/html/scss-jet/core/_width.scss */
.w-10 {
  min-width: 10%;
  width: 10%;
}

/* line 11, ../../www/jet/html/scss-jet/core/_width.scss */
.w-16 {
  wimin-widthdth: 16.6%;
  width: 16.6%;
}

/* line 16, ../../www/jet/html/scss-jet/core/_width.scss */
.w-20 {
  min-width: 20%;
  width: 20%;
}

/* line 21, ../../www/jet/html/scss-jet/core/_width.scss */
.w-25 {
  min-width: 25%;
  width: 25%;
}

/* line 26, ../../www/jet/html/scss-jet/core/_width.scss */
.w-30 {
  min-width: 30%;
  width: 30%;
}

/* line 31, ../../www/jet/html/scss-jet/core/_width.scss */
.w-33 {
  min-width: 33.3%;
  width: 33.3%;
}

/* line 36, ../../www/jet/html/scss-jet/core/_width.scss */
.w-40 {
  min-width: 40%;
  width: 40%;
}

/* line 41, ../../www/jet/html/scss-jet/core/_width.scss */
.w-50 {
  min-width: 50%;
  width: 50%;
}

/* line 46, ../../www/jet/html/scss-jet/core/_width.scss */
.w-60 {
  min-width: 60%;
  width: 60%;
}

/* line 51, ../../www/jet/html/scss-jet/core/_width.scss */
.w-70 {
  min-width: 70%;
  width: 70%;
}

/* line 56, ../../www/jet/html/scss-jet/core/_width.scss */
.w-75 {
  min-width: 75%;
  width: 75%;
}

/* line 61, ../../www/jet/html/scss-jet/core/_width.scss */
.w-80 {
  min-width: 80%;
  width: 80%;
}

/* line 66, ../../www/jet/html/scss-jet/core/_width.scss */
.w-90 {
  min-width: 90%;
  width: 90%;
}

/* line 71, ../../www/jet/html/scss-jet/core/_width.scss */
.w-100 {
  min-width: 100%;
  width: 100%;
}

/* Large desktops and laptops */
/* Portrait tablets and medium desktops */
/* Portrait tablets and small desktops */
/* Landscape phones and portrait tablets */
/* Landscape phones and smaller */
@media (max-width: 480px) {
  /* line 96, ../../www/jet/html/scss-jet/core/_width.scss */
  .w-full,
  .w-fluid,
  .w-container {
    min-width: 100%;
    width: 100%;
    flex-direction: column;
    padding-right: 20px;
    padding-left: 20px;
  }
  /* line 109, ../../www/jet/html/scss-jet/core/_width.scss */
  .w-full .j-el.sm-100,
  .w-full [class^="w-"].sm-100,
  .w-fluid .j-el.sm-100,
  .w-fluid [class^="w-"].sm-100,
  .w-container .j-el.sm-100,
  .w-container [class^="w-"].sm-100 {
    min-width: 100%;
    width: 100%;
  }
  /* line 116, ../../www/jet/html/scss-jet/core/_width.scss */
  .w-full.cw-4-2,
  .w-fluid.cw-4-2,
  .w-container.cw-4-2 {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }
  /* line 123, ../../www/jet/html/scss-jet/core/_width.scss */
  .w-full.cw-4-2 .j-el,
  .w-fluid.cw-4-2 .j-el,
  .w-container.cw-4-2 .j-el {
    flex-basis: calc(50% - 5px);
  }
  /* line 130, ../../www/jet/html/scss-jet/core/_width.scss */
  .w-full.jgp-collapse,
  .w-fluid.jgp-collapse,
  .w-container.jgp-collapse {
    gap: 0;
  }
}

/* ========== Flex Utilities ========== */
/* Classes that imply display:flex */
/* line 4, ../../www/jet/html/scss-jet/core/_flex.scss */
.j-flex,
.as-s,
.as-c,
.as-st,
.as-e,
.as-b,
.as-a,
.f-all-c,
.fd-r,
.fd-rr,
.fd-c,
.fd-cr,
.jc-c,
.jc-b,
.jc-s,
.jc-e,
.jc-a,
.jc-ev,
.f-w,
.ai-s,
.ai-e,
.ai-b,
.ai-st,
.ai-c {
  display: flex !important;
}

/* line 32, ../../www/jet/html/scss-jet/core/_flex.scss */
.d-if {
  display: inline-flex !important;
}

/* line 36, ../../www/jet/html/scss-jet/core/_flex.scss */
.f-important {
  display: flex !important;
}

/* line 40, ../../www/jet/html/scss-jet/core/_flex.scss */
.flex-full {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

/* Align Self */
/* line 47, ../../www/jet/html/scss-jet/core/_flex.scss */
.as-c {
  align-self: center;
}

/* line 51, ../../www/jet/html/scss-jet/core/_flex.scss */
.as-st {
  align-self: stretch;
}

/* line 55, ../../www/jet/html/scss-jet/core/_flex.scss */
.as-s {
  align-self: flex-start;
}

/* line 59, ../../www/jet/html/scss-jet/core/_flex.scss */
.as-e {
  align-self: flex-end;
}

/* line 63, ../../www/jet/html/scss-jet/core/_flex.scss */
.as-b {
  align-self: baseline;
}

/* line 67, ../../www/jet/html/scss-jet/core/_flex.scss */
.as-a {
  align-self: auto;
}

/* Flex Shrink / Grow */
/* line 72, ../../www/jet/html/scss-jet/core/_flex.scss */
.fs-0 {
  flex-shrink: 0;
}

/* line 76, ../../www/jet/html/scss-jet/core/_flex.scss */
.fs-1 {
  flex-shrink: 1;
}

/* line 80, ../../www/jet/html/scss-jet/core/_flex.scss */
.fg-0 {
  flex-grow: 0;
}

/* line 84, ../../www/jet/html/scss-jet/core/_flex.scss */
.fg-1 {
  flex-grow: 1;
}

/* Center both axes */
/* line 89, ../../www/jet/html/scss-jet/core/_flex.scss */
.f-all-c {
  justify-content: center;
  align-items: center;
}

/* Direction */
/* line 95, ../../www/jet/html/scss-jet/core/_flex.scss */
.fd-r {
  flex-direction: row;
}

/* line 99, ../../www/jet/html/scss-jet/core/_flex.scss */
.fd-rr {
  flex-direction: row-reverse;
}

/* line 103, ../../www/jet/html/scss-jet/core/_flex.scss */
.fd-c {
  flex-direction: column !important;
}

/* line 107, ../../www/jet/html/scss-jet/core/_flex.scss */
.fd-cr {
  flex-direction: column-reverse;
}

/* Justify Content */
/* line 112, ../../www/jet/html/scss-jet/core/_flex.scss */
.jc-c {
  justify-content: center;
}

/* line 116, ../../www/jet/html/scss-jet/core/_flex.scss */
.jc-b {
  justify-content: space-between;
}

/* line 120, ../../www/jet/html/scss-jet/core/_flex.scss */
.jc-s {
  justify-content: flex-start;
}

/* line 124, ../../www/jet/html/scss-jet/core/_flex.scss */
.jc-e {
  justify-content: flex-end;
}

/* line 128, ../../www/jet/html/scss-jet/core/_flex.scss */
.jc-a {
  justify-content: space-around;
}

/* line 132, ../../www/jet/html/scss-jet/core/_flex.scss */
.jc-ev {
  justify-content: space-evenly;
}

/* Align Items */
/* line 137, ../../www/jet/html/scss-jet/core/_flex.scss */
.ai-c {
  align-items: center;
}

/* line 141, ../../www/jet/html/scss-jet/core/_flex.scss */
.ai-s {
  align-items: flex-start;
}

/* line 145, ../../www/jet/html/scss-jet/core/_flex.scss */
.ai-e {
  align-items: flex-end;
}

/* line 149, ../../www/jet/html/scss-jet/core/_flex.scss */
.ai-b {
  align-items: baseline;
}

/* line 153, ../../www/jet/html/scss-jet/core/_flex.scss */
.ai-st {
  align-items: stretch;
}

/* Wrap */
/* line 158, ../../www/jet/html/scss-jet/core/_flex.scss */
.f-w {
  flex-wrap: wrap;
}

/* Full width flex item */
/* line 163, ../../www/jet/html/scss-jet/core/_flex.scss */
.fv-full {
  flex: 0 0 auto;
  width: 100%;
}

/* Gap utilities – also set a CSS var for grid math */
/* line 169, ../../www/jet/html/scss-jet/core/_flex.scss */
.g-0 {
  gap: 0 !important;
  --gap: 0;
}

/* line 174, ../../www/jet/html/scss-jet/core/_flex.scss */
.g-25 {
  gap: 0.25rem;
  --gap: 0.25rem;
}

/* line 179, ../../www/jet/html/scss-jet/core/_flex.scss */
.g-05 {
  gap: 0.5rem;
  --gap: 0.5rem;
}

/* line 184, ../../www/jet/html/scss-jet/core/_flex.scss */
.g-1 {
  gap: 1rem;
  --gap: 1rem;
}

/* line 189, ../../www/jet/html/scss-jet/core/_flex.scss */
.g-2 {
  gap: 2rem;
  --gap: 2rem;
}

/* line 194, ../../www/jet/html/scss-jet/core/_flex.scss */
.g-3 {
  gap: 3rem;
  --gap: 3rem;
}

/* line 199, ../../www/jet/html/scss-jet/core/_flex.scss */
.g-4 {
  gap: 4rem;
  --gap: 4rem;
}

/* line 204, ../../www/jet/html/scss-jet/core/_flex.scss */
.g-5 {
  gap: 5rem;
  --gap: 5rem;
}

/* line 212, ../../www/jet/html/scss-jet/core/_flex.scss */
.im-0 h1,
.im-0 h2,
.im-0 h3,
.im-0 h4,
.im-0 h5,
.im-0 h6,
.im-0 p {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 3, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
p, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
}

/* line 12, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.m-0-deep p, .m-0-deep h1, .m-0-deep h2, .m-0-deep h3, .m-0-deep h4, .m-0-deep h5, .m-0-deep h6, .m-0-deep a, .m-0-deep li, .m-0-deep span, .m-0-deep label {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  marginright: 0;
}

/* line 27, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.p-25 {
  padding: 0.25rem !important;
}

/* line 28, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.pv-25 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 29, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.ph-25 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

/* line 30, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.pt-25 {
  padding-top: 0.25rem !important;
}

/* line 31, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.pb-25 {
  padding-bottom: 0.25rem !important;
}

/* line 32, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.pb-25 {
  padding-bottom: 0.25rem !important;
}

/* line 33, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.pr-25 {
  padding-right: 0.25rem !important;
}

/* line 34, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.pl-05 {
  padding-left: 0.25rem !important;
}

/* line 37, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.p-0 {
  padding: 0 !important;
}

/* line 38, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.p-05 {
  padding: 0.5rem !important;
}

/* line 39, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.p-1 {
  padding: 1rem !important;
}

/* line 40, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.p-2 {
  padding: 2rem !important;
}

/* line 41, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.p-3 {
  padding: 3rem !important;
}

/* line 42, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.p-4 {
  padding: 4rem !important;
}

/* line 43, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.p-5 {
  padding: 5rem !important;
}

/* line 44, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.p-6 {
  padding: 6rem !important;
}

/* line 45, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.p-7 {
  padding: 7rem !important;
}

/* line 46, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.p-8 {
  padding: 8rem !important;
}

/* line 47, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.p-9 {
  padding: 9rem !important;
}

/* line 48, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.p-10 {
  padding: 10rem !important;
}

/* line 51, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.pv-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 52, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.pv-05 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 53, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.pv-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 54, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.pv-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

/* line 55, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.pv-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 56, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.pv-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

/* line 57, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.pv-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

/* line 58, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.pv-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

/* line 59, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.pv-7 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

/* line 60, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.pv-8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

/* line 61, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.pv-9 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

/* line 62, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.pv-10 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

/* line 64, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.ph-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 65, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.ph-05 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

/* line 66, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.ph-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 67, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.ph-2 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

/* line 68, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.ph-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 69, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.ph-4 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

/* line 70, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.ph-5 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

/* line 71, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.ph-6 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

/* line 72, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.ph-7 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}

/* line 73, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.ph-8 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

/* line 74, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.ph-9 {
  padding-right: 9rem !important;
  padding-left: 9rem !important;
}

/* line 75, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.ph-10 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

/* line 78, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.pt-05 {
  padding-top: 0.5rem !important;
}

/* line 79, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.pt-1 {
  padding-top: 1rem !important;
}

/* line 80, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.pt-2 {
  padding-top: 2rem !important;
}

/* line 81, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.pt-3 {
  padding-top: 3rem !important;
}

/* line 83, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.pb-05 {
  padding-bottom: 0.5rem !important;
}

/* line 84, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.pb-1 {
  padding-bottom: 1rem !important;
}

/* line 85, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.pb-2 {
  padding-bottom: 2rem !important;
}

/* line 86, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.pb-3 {
  padding-bottom: 3rem !important;
}

/* line 88, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.pr-05 {
  padding-right: 5rem !important;
}

/* line 89, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.pr-1 {
  padding-right: 1rem !important;
}

/* line 90, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.pr-2 {
  padding-right: 2rem !important;
}

/* line 91, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.pr-3 {
  padding-right: 3rem !important;
}

/* line 93, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.pl-05 {
  padding-left: 0.5rem !important;
}

/* line 94, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.pl-1 {
  padding-left: 1rem !important;
}

/* line 95, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.pl-2 {
  padding-left: 2rem !important;
}

/* line 96, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.pl-3 {
  padding-left: 3rem !important;
}

/* line 101, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.m-0 {
  margin: 0 !important;
}

/* line 102, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.m-05 {
  margin: 5rem !important;
}

/* line 103, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.m-1 {
  margin: 1rem !important;
}

/* line 104, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.m-2 {
  margin: 2rem !important;
}

/* line 105, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.m-3 {
  margin: 3rem !important;
}

/* line 106, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.m-4 {
  margin: 4rem !important;
}

/* line 107, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.m-5 {
  margin: 5rem !important;
}

/* line 108, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.m-6 {
  margin: 6rem !important;
}

/* line 109, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.m-7 {
  margin: 7rem !important;
}

/* line 110, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.m-8 {
  margin: 8rem !important;
}

/* line 111, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.m-9 {
  margin: 9rem !important;
}

/* line 112, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.m-10 {
  margin: 10rem !important;
}

/* line 115, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.mv-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 116, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.mv-25 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 117, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.mv-05 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 118, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.mv-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 119, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.mv-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

/* line 120, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.mv-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 121, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.mv-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

/* line 122, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.mv-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

/* line 123, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.mv-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

/* line 124, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.mv-7 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

/* line 125, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.mv-8 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

/* line 126, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.mv-9 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

/* line 127, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.mv-10 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

/* line 129, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.mh-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 130, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.mh-25 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

/* line 131, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.mh-05 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

/* line 132, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.mh-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 133, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.mh-2 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

/* line 134, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.mh-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 135, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.mh-4 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

/* line 136, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.mh-5 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

/* line 137, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.mh-6 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

/* line 138, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.mh-7 {
  margin-right: 7rem !important;
  margin-left: 7rem !important;
}

/* line 139, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.mh-8 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}

/* line 140, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.mh-9 {
  margin-right: 9rem !important;
  margin-left: 9rem !important;
}

/* line 141, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.mh-10 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}

/* line 143, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 144, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.mt-25 {
  margin-top: 0.25rem !important;
}

/* line 145, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.mt-05 {
  margin-top: 0.5rem !important;
}

/* line 146, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.mt-1 {
  margin-top: 1rem !important;
}

/* line 147, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.mt-2 {
  margin-top: 2rem !important;
}

/* line 149, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 150, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.mb-25 {
  margin-bottom: 0.25rem !important;
}

/* line 151, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.mb-05 {
  margin-bottom: 0.5rem !important;
}

/* line 152, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.mb-1 {
  margin-bottom: 1rem !important;
}

/* line 153, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.mb-2 {
  margin-bottom: 2rem !important;
}

/* line 155, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.mr-0 {
  margin-right: 0 !important;
}

/* line 156, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.mr-25 {
  margin-right: 0.25rem !important;
}

/* line 157, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.mr-05 {
  margin-right: 0.5rem !important;
}

/* line 158, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.mr-1 {
  margin-right: 1rem !important;
}

/* line 159, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.mr-2 {
  margin-right: 2rem !important;
}

/* line 161, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.ml-0 {
  margin-left: 0 !important;
}

/* line 162, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.ml-25 {
  margin-left: 0.25rem !important;
}

/* line 163, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.ml-05 {
  margin-left: 0.5rem !important;
}

/* line 164, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.ml-1 {
  margin-left: 1rem !important;
}

/* line 165, ../../www/jet/html/scss-jet/core/_padding-margin.scss */
.ml-2 {
  margin-left: 2rem !important;
}

/* line 2, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-4 {
  font-size: 0.4rem !important;
}

/* line 3, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-5 {
  font-size: 0.5rem !important;
}

/* line 4, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-6 {
  font-size: 0.6rem !important;
}

/* line 5, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-8 {
  font-size: 0.8rem !important;
}

/* line 6, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-9 {
  font-size: 0.9rem !important;
}

/* line 7, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-10 {
  font-size: 1rem !important;
}

/* line 8, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-11 {
  font-size: 1.1rem !important;
}

/* line 9, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-12 {
  font-size: 1.2rem !important;
}

/* line 10, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-13 {
  font-size: 1.3rem !important;
}

/* line 11, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-14 {
  font-size: 1.4rem !important;
}

/* line 12, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-15 {
  font-size: 1.5rem !important;
}

/* line 13, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-16 {
  font-size: 1.6rem !important;
}

/* line 14, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-17 {
  font-size: 1.7rem !important;
}

/* line 15, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-18 {
  font-size: 1.8rem !important;
}

/* line 16, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-19 {
  font-size: 1.9rem !important;
}

/* line 17, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-20 {
  font-size: 2rem !important;
}

/* line 18, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-21 {
  font-size: 2.1rem !important;
}

/* line 19, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-22 {
  font-size: 2.2rem !important;
}

/* line 20, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-23 {
  font-size: 2.3rem !important;
}

/* line 21, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-24 {
  font-size: 2.4rem !important;
}

/* line 22, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-25 {
  font-size: 2.5rem !important;
}

/* line 23, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-26 {
  font-size: 2.6rem !important;
}

/* line 24, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-27 {
  font-size: 2.7rem !important;
}

/* line 25, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-28 {
  font-size: 2.8rem !important;
}

/* line 26, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-29 {
  font-size: 2.9rem !important;
}

/* line 27, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-30 {
  font-size: 3rem !important;
}

/* line 28, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-31 {
  font-size: 3.1rem !important;
}

/* line 29, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-32 {
  font-size: 3.2rem !important;
}

/* line 30, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-33 {
  font-size: 3.3rem !important;
}

/* line 31, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-34 {
  font-size: 3.4rem !important;
}

/* line 32, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-35 {
  font-size: 3.5rem !important;
}

/* line 33, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-36 {
  font-size: 3.6rem !important;
}

/* line 34, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-37 {
  font-size: 3.7rem !important;
}

/* line 35, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-38 {
  font-size: 3.8rem !important;
}

/* line 36, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-39 {
  font-size: 3.9rem !important;
}

/* line 37, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-40 {
  font-size: 4rem !important;
}

/* line 38, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-41 {
  font-size: 4.1rem !important;
}

/* line 39, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-42 {
  font-size: 4.2rem !important;
}

/* line 40, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-43 {
  font-size: 4.3rem !important;
}

/* line 41, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-44 {
  font-size: 4.4rem !important;
}

/* line 42, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-45 {
  font-size: 4.5rem !important;
}

/* line 43, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-46 {
  font-size: 4.6rem !important;
}

/* line 44, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-47 {
  font-size: 4.7rem !important;
}

/* line 45, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-48 {
  font-size: 4.8rem !important;
}

/* line 46, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-49 {
  font-size: 4.9rem !important;
}

/* line 47, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-50 {
  font-size: 5rem !important;
}

/* line 48, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-51 {
  font-size: 5.1rem !important;
}

/* line 49, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-52 {
  font-size: 5.2rem !important;
}

/* line 50, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-53 {
  font-size: 5.3rem !important;
}

/* line 51, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-54 {
  font-size: 5.4rem !important;
}

/* line 52, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-55 {
  font-size: 5.5rem !important;
}

/* line 53, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-56 {
  font-size: 5.6rem !important;
}

/* line 54, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-57 {
  font-size: 5.7rem !important;
}

/* line 55, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-58 {
  font-size: 5.8rem !important;
}

/* line 56, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-59 {
  font-size: 5.9rem !important;
}

/* line 57, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-60 {
  font-size: 6rem !important;
}

/* line 58, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-61 {
  font-size: 6.1rem !important;
}

/* line 59, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-62 {
  font-size: 6.2rem !important;
}

/* line 60, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-63 {
  font-size: 6.3rem !important;
}

/* line 61, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-64 {
  font-size: 6.4rem !important;
}

/* line 62, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-65 {
  font-size: 6.5rem !important;
}

/* line 63, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-66 {
  font-size: 6.6rem !important;
}

/* line 64, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-67 {
  font-size: 6.7rem !important;
}

/* line 65, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-68 {
  font-size: 6.8rem !important;
}

/* line 66, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-69 {
  font-size: 6.9rem !important;
}

/* line 67, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-70 {
  font-size: 7rem !important;
}

/* line 68, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-71 {
  font-size: 7.1rem !important;
}

/* line 69, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-72 {
  font-size: 7.2rem !important;
}

/* line 70, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-73 {
  font-size: 7.3rem !important;
}

/* line 71, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-74 {
  font-size: 7.4rem !important;
}

/* line 72, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-75 {
  font-size: 7.5rem !important;
}

/* line 73, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-76 {
  font-size: 7.6rem !important;
}

/* line 74, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-77 {
  font-size: 7.7rem !important;
}

/* line 75, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-78 {
  font-size: 7.8rem !important;
}

/* line 76, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-79 {
  font-size: 7.9rem !important;
}

/* line 77, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-80 {
  font-size: 8rem !important;
}

/* line 78, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-90 {
  font-size: 9rem !important;
}

/* line 79, ../../www/jet/html/scss-jet/core/_sizes.scss */
.fs-100 {
  font-size: 10rem !important;
}

/* line 85, ../../www/jet/html/scss-jet/core/_sizes.scss */
.wr-1 {
  width: 1rem;
}

/* line 86, ../../www/jet/html/scss-jet/core/_sizes.scss */
.wr-2 {
  width: 2rem;
}

/* line 87, ../../www/jet/html/scss-jet/core/_sizes.scss */
.wr-3 {
  width: 3rem;
}

/* line 88, ../../www/jet/html/scss-jet/core/_sizes.scss */
.wr-4 {
  width: 4rem;
}

/* line 89, ../../www/jet/html/scss-jet/core/_sizes.scss */
.wr-5 {
  width: 5rem;
}

/* line 90, ../../www/jet/html/scss-jet/core/_sizes.scss */
.wr-6 {
  width: 6rem;
}

/* line 91, ../../www/jet/html/scss-jet/core/_sizes.scss */
.wr-7 {
  width: 7rem;
}

/* line 92, ../../www/jet/html/scss-jet/core/_sizes.scss */
.wr-8 {
  width: 8rem;
}

/* line 93, ../../www/jet/html/scss-jet/core/_sizes.scss */
.wr-9 {
  width: 9rem;
}

/* line 94, ../../www/jet/html/scss-jet/core/_sizes.scss */
.wr-10 {
  width: 10rem;
}

/* line 95, ../../www/jet/html/scss-jet/core/_sizes.scss */
.wr-11 {
  width: 11rem;
}

/* line 96, ../../www/jet/html/scss-jet/core/_sizes.scss */
.wr-12 {
  width: 12rem;
}

/* line 97, ../../www/jet/html/scss-jet/core/_sizes.scss */
.wr-13 {
  width: 13rem;
}

/* line 98, ../../www/jet/html/scss-jet/core/_sizes.scss */
.wr-14 {
  width: 14rem;
}

/* line 99, ../../www/jet/html/scss-jet/core/_sizes.scss */
.wr-15 {
  width: 15rem;
}

/* line 100, ../../www/jet/html/scss-jet/core/_sizes.scss */
.wr-16 {
  width: 16rem;
}

/* line 101, ../../www/jet/html/scss-jet/core/_sizes.scss */
.wr-17 {
  width: 17rem;
}

/* line 102, ../../www/jet/html/scss-jet/core/_sizes.scss */
.wr-18 {
  width: 18rem;
}

/* line 103, ../../www/jet/html/scss-jet/core/_sizes.scss */
.wr-19 {
  width: 19rem;
}

/* line 104, ../../www/jet/html/scss-jet/core/_sizes.scss */
.wr-20 {
  width: 20rem;
}

/* line 107, ../../www/jet/html/scss-jet/core/_sizes.scss */
.wp-15 {
  width: 15px;
}

/* line 108, ../../www/jet/html/scss-jet/core/_sizes.scss */
.wp-20 {
  width: 20px;
}

/* line 109, ../../www/jet/html/scss-jet/core/_sizes.scss */
.wp-25 {
  width: 25px;
}

/* line 110, ../../www/jet/html/scss-jet/core/_sizes.scss */
.wp-30 {
  width: 30px;
}

/* line 111, ../../www/jet/html/scss-jet/core/_sizes.scss */
.wp-35 {
  width: 35px;
}

/* line 112, ../../www/jet/html/scss-jet/core/_sizes.scss */
.wp-40 {
  width: 40px;
}

/* line 113, ../../www/jet/html/scss-jet/core/_sizes.scss */
.wp-45 {
  width: 45px;
}

/* line 114, ../../www/jet/html/scss-jet/core/_sizes.scss */
.wp-50 {
  width: 50px;
}

/* line 115, ../../www/jet/html/scss-jet/core/_sizes.scss */
.wp-55 {
  width: 55px;
}

/* line 116, ../../www/jet/html/scss-jet/core/_sizes.scss */
.wp-60 {
  width: 60px;
}

/* line 117, ../../www/jet/html/scss-jet/core/_sizes.scss */
.wp-65 {
  width: 65px;
}

/* line 118, ../../www/jet/html/scss-jet/core/_sizes.scss */
.wp-70 {
  width: 70px;
}

/* line 119, ../../www/jet/html/scss-jet/core/_sizes.scss */
.wp-75 {
  width: 75px;
}

/* line 120, ../../www/jet/html/scss-jet/core/_sizes.scss */
.wp-80 {
  width: 80px;
}

/* line 121, ../../www/jet/html/scss-jet/core/_sizes.scss */
.wp-85 {
  width: 85px;
}

/* line 122, ../../www/jet/html/scss-jet/core/_sizes.scss */
.wp-90 {
  width: 90px;
}

/* line 123, ../../www/jet/html/scss-jet/core/_sizes.scss */
.wp-95 {
  width: 95px;
}

/* line 124, ../../www/jet/html/scss-jet/core/_sizes.scss */
.wp-100 {
  width: 100px;
}

/* line 125, ../../www/jet/html/scss-jet/core/_sizes.scss */
.wp-110 {
  width: 110px;
}

/* line 126, ../../www/jet/html/scss-jet/core/_sizes.scss */
.wp-120 {
  width: 120px;
}

/* line 127, ../../www/jet/html/scss-jet/core/_sizes.scss */
.wp-130 {
  width: 130px;
}

/* line 128, ../../www/jet/html/scss-jet/core/_sizes.scss */
.wp-140 {
  width: 140px;
}

/* line 129, ../../www/jet/html/scss-jet/core/_sizes.scss */
.wp-150 {
  width: 150px;
}

/* line 130, ../../www/jet/html/scss-jet/core/_sizes.scss */
.wp-160 {
  width: 160px;
}

/* line 131, ../../www/jet/html/scss-jet/core/_sizes.scss */
.wp-170 {
  width: 170px;
}

/* line 132, ../../www/jet/html/scss-jet/core/_sizes.scss */
.wp-180 {
  width: 180px;
}

/* line 133, ../../www/jet/html/scss-jet/core/_sizes.scss */
.wp-190 {
  width: 190px;
}

/* line 134, ../../www/jet/html/scss-jet/core/_sizes.scss */
.wp-200 {
  width: 200px;
}

/* line 137, ../../www/jet/html/scss-jet/core/_sizes.scss */
.hp-15 {
  height: 15px;
}

/* line 138, ../../www/jet/html/scss-jet/core/_sizes.scss */
.hp-20 {
  height: 20px;
}

/* line 139, ../../www/jet/html/scss-jet/core/_sizes.scss */
.hp-25 {
  height: 25px;
}

/* line 140, ../../www/jet/html/scss-jet/core/_sizes.scss */
.hp-30 {
  height: 30px;
}

/* line 141, ../../www/jet/html/scss-jet/core/_sizes.scss */
.hp-35 {
  height: 35px;
}

/* line 142, ../../www/jet/html/scss-jet/core/_sizes.scss */
.hp-40 {
  height: 40px;
}

/* line 143, ../../www/jet/html/scss-jet/core/_sizes.scss */
.hp-45 {
  height: 45px;
}

/* line 144, ../../www/jet/html/scss-jet/core/_sizes.scss */
.hp-50 {
  height: 50px;
}

/* line 145, ../../www/jet/html/scss-jet/core/_sizes.scss */
.hp-55 {
  height: 55px;
}

/* line 146, ../../www/jet/html/scss-jet/core/_sizes.scss */
.hp-60 {
  height: 60px;
}

/* line 147, ../../www/jet/html/scss-jet/core/_sizes.scss */
.hp-65 {
  height: 65px;
}

/* line 148, ../../www/jet/html/scss-jet/core/_sizes.scss */
.hp-70 {
  height: 70px;
}

/* line 149, ../../www/jet/html/scss-jet/core/_sizes.scss */
.hp-75 {
  height: 75px;
}

/* line 150, ../../www/jet/html/scss-jet/core/_sizes.scss */
.hp-80 {
  height: 80px;
}

/* line 151, ../../www/jet/html/scss-jet/core/_sizes.scss */
.hp-85 {
  height: 85px;
}

/* line 152, ../../www/jet/html/scss-jet/core/_sizes.scss */
.hp-90 {
  height: 90px;
}

/* line 153, ../../www/jet/html/scss-jet/core/_sizes.scss */
.hp-95 {
  height: 95px;
}

/* line 154, ../../www/jet/html/scss-jet/core/_sizes.scss */
.hp-100 {
  height: 100px;
}

/* line 155, ../../www/jet/html/scss-jet/core/_sizes.scss */
.hp-110 {
  height: 110px;
}

/* line 156, ../../www/jet/html/scss-jet/core/_sizes.scss */
.hp-120 {
  height: 120px;
}

/* line 157, ../../www/jet/html/scss-jet/core/_sizes.scss */
.hp-130 {
  height: 130px;
}

/* line 158, ../../www/jet/html/scss-jet/core/_sizes.scss */
.hp-140 {
  height: 140px;
}

/* line 159, ../../www/jet/html/scss-jet/core/_sizes.scss */
.hp-150 {
  height: 150px;
}

/* line 160, ../../www/jet/html/scss-jet/core/_sizes.scss */
.hp-160 {
  height: 160px;
}

/* line 161, ../../www/jet/html/scss-jet/core/_sizes.scss */
.hp-170 {
  height: 170px;
}

/* line 162, ../../www/jet/html/scss-jet/core/_sizes.scss */
.hp-180 {
  height: 180px;
}

/* line 163, ../../www/jet/html/scss-jet/core/_sizes.scss */
.hp-190 {
  height: 190px;
}

/* line 164, ../../www/jet/html/scss-jet/core/_sizes.scss */
.hp-200 {
  height: 200px;
}

/* line 167, ../../www/jet/html/scss-jet/core/_sizes.scss */
.hr--1 {
  height: 1rem;
}

/* line 168, ../../www/jet/html/scss-jet/core/_sizes.scss */
.hr--2 {
  height: 2rem;
}

/* line 169, ../../www/jet/html/scss-jet/core/_sizes.scss */
.hr--3 {
  height: 3rem;
}

/* line 170, ../../www/jet/html/scss-jet/core/_sizes.scss */
.hr--4 {
  height: 4rem;
}

/* line 171, ../../www/jet/html/scss-jet/core/_sizes.scss */
.hr--5 {
  height: 5rem;
}

/* line 172, ../../www/jet/html/scss-jet/core/_sizes.scss */
.hr--6 {
  height: 6rem;
}

/* line 173, ../../www/jet/html/scss-jet/core/_sizes.scss */
.hr--7 {
  height: 7rem;
}

/* line 174, ../../www/jet/html/scss-jet/core/_sizes.scss */
.hr--8 {
  height: 8rem;
}

/* line 175, ../../www/jet/html/scss-jet/core/_sizes.scss */
.hr--9 {
  height: 9rem;
}

/* line 176, ../../www/jet/html/scss-jet/core/_sizes.scss */
.hr--10 {
  height: 10rem;
}

/* line 177, ../../www/jet/html/scss-jet/core/_sizes.scss */
.hr--11 {
  height: 11rem;
}

/* line 178, ../../www/jet/html/scss-jet/core/_sizes.scss */
.hr--12 {
  height: 12rem;
}

/* line 179, ../../www/jet/html/scss-jet/core/_sizes.scss */
.hr--13 {
  height: 13rem;
}

/* line 180, ../../www/jet/html/scss-jet/core/_sizes.scss */
.hr--14 {
  height: 14rem;
}

/* line 181, ../../www/jet/html/scss-jet/core/_sizes.scss */
.hr--15 {
  height: 15rem;
}

/* line 182, ../../www/jet/html/scss-jet/core/_sizes.scss */
.hr--16 {
  height: 16rem;
}

/* line 183, ../../www/jet/html/scss-jet/core/_sizes.scss */
.hr--17 {
  height: 17rem;
}

/* line 184, ../../www/jet/html/scss-jet/core/_sizes.scss */
.hr--18 {
  height: 18rem;
}

/* line 185, ../../www/jet/html/scss-jet/core/_sizes.scss */
.hr--19 {
  height: 19rem;
}

/* line 186, ../../www/jet/html/scss-jet/core/_sizes.scss */
.hr--20 {
  height: 20rem;
}

/* line 190, ../../www/jet/html/scss-jet/core/_sizes.scss */
.lh-10 {
  line-height: 10px;
}

/* line 191, ../../www/jet/html/scss-jet/core/_sizes.scss */
.lh-11 {
  line-height: 11px;
}

/* line 192, ../../www/jet/html/scss-jet/core/_sizes.scss */
.lh-12 {
  line-height: 12px;
}

/* line 193, ../../www/jet/html/scss-jet/core/_sizes.scss */
.lh-13 {
  line-height: 13px;
}

/* line 194, ../../www/jet/html/scss-jet/core/_sizes.scss */
.lh-14 {
  line-height: 14px;
}

/* line 195, ../../www/jet/html/scss-jet/core/_sizes.scss */
.lh-15 {
  line-height: 15px;
}

/* line 196, ../../www/jet/html/scss-jet/core/_sizes.scss */
.lh-16 {
  line-height: 16px;
}

/* line 197, ../../www/jet/html/scss-jet/core/_sizes.scss */
.lh-17 {
  line-height: 17px;
}

/* line 198, ../../www/jet/html/scss-jet/core/_sizes.scss */
.lh-18 {
  line-height: 18px;
}

/* line 199, ../../www/jet/html/scss-jet/core/_sizes.scss */
.lh-19 {
  line-height: 19px;
}

/* line 200, ../../www/jet/html/scss-jet/core/_sizes.scss */
.lh-20 {
  line-height: 20px;
}

/* line 201, ../../www/jet/html/scss-jet/core/_sizes.scss */
.lh-21 {
  line-height: 21px;
}

/* line 202, ../../www/jet/html/scss-jet/core/_sizes.scss */
.lh-22 {
  line-height: 22px;
}

/* line 203, ../../www/jet/html/scss-jet/core/_sizes.scss */
.lh-23 {
  line-height: 23px;
}

/* line 204, ../../www/jet/html/scss-jet/core/_sizes.scss */
.lh-24 {
  line-height: 24px;
}

/* line 205, ../../www/jet/html/scss-jet/core/_sizes.scss */
.lh-25 {
  line-height: 25px;
}

/* line 206, ../../www/jet/html/scss-jet/core/_sizes.scss */
.lh-26 {
  line-height: 26px;
}

/* line 207, ../../www/jet/html/scss-jet/core/_sizes.scss */
.lh-27 {
  line-height: 27px;
}

/* line 208, ../../www/jet/html/scss-jet/core/_sizes.scss */
.lh-28 {
  line-height: 28px;
}

/* line 209, ../../www/jet/html/scss-jet/core/_sizes.scss */
.lh-29 {
  line-height: 29px;
}

/* line 210, ../../www/jet/html/scss-jet/core/_sizes.scss */
.lh-30 {
  line-height: 30px;
}

/* line 211, ../../www/jet/html/scss-jet/core/_sizes.scss */
.lh-31 {
  line-height: 31px;
}

/* line 212, ../../www/jet/html/scss-jet/core/_sizes.scss */
.lh-32 {
  line-height: 32px;
}

/* line 213, ../../www/jet/html/scss-jet/core/_sizes.scss */
.lh-33 {
  line-height: 33px;
}

/* line 214, ../../www/jet/html/scss-jet/core/_sizes.scss */
.lh-34 {
  line-height: 34px;
}

/* line 215, ../../www/jet/html/scss-jet/core/_sizes.scss */
.lh-35 {
  line-height: 35px;
}

/* line 216, ../../www/jet/html/scss-jet/core/_sizes.scss */
.lh-36 {
  line-height: 36px;
}

/* line 217, ../../www/jet/html/scss-jet/core/_sizes.scss */
.lh-37 {
  line-height: 37px;
}

/* line 218, ../../www/jet/html/scss-jet/core/_sizes.scss */
.lh-38 {
  line-height: 38px;
}

/* line 219, ../../www/jet/html/scss-jet/core/_sizes.scss */
.lh-39 {
  line-height: 39px;
}

/* line 220, ../../www/jet/html/scss-jet/core/_sizes.scss */
.lh-40 {
  line-height: 40px;
}

/* line 221, ../../www/jet/html/scss-jet/core/_sizes.scss */
.lh-41 {
  line-height: 41px;
}

/* line 222, ../../www/jet/html/scss-jet/core/_sizes.scss */
.lh-42 {
  line-height: 42px;
}

/* line 223, ../../www/jet/html/scss-jet/core/_sizes.scss */
.lh-43 {
  line-height: 43px;
}

/* line 224, ../../www/jet/html/scss-jet/core/_sizes.scss */
.lh-44 {
  line-height: 44px;
}

/* line 225, ../../www/jet/html/scss-jet/core/_sizes.scss */
.lh-45 {
  line-height: 45px;
}

/* line 226, ../../www/jet/html/scss-jet/core/_sizes.scss */
.lh-46 {
  line-height: 46px;
}

/* line 227, ../../www/jet/html/scss-jet/core/_sizes.scss */
.lh-47 {
  line-height: 47px;
}

/* line 228, ../../www/jet/html/scss-jet/core/_sizes.scss */
.lh-48 {
  line-height: 48px;
}

/* line 229, ../../www/jet/html/scss-jet/core/_sizes.scss */
.lh-49 {
  line-height: 49px;
}

/* line 230, ../../www/jet/html/scss-jet/core/_sizes.scss */
.lh-50 {
  line-height: 50px;
}

/* line 231, ../../www/jet/html/scss-jet/core/_sizes.scss */
.lh-51 {
  line-height: 51px;
}

/* line 232, ../../www/jet/html/scss-jet/core/_sizes.scss */
.lh-52 {
  line-height: 52px;
}

/* line 233, ../../www/jet/html/scss-jet/core/_sizes.scss */
.lh-53 {
  line-height: 53px;
}

/* line 234, ../../www/jet/html/scss-jet/core/_sizes.scss */
.lh-54 {
  line-height: 54px;
}

/* line 235, ../../www/jet/html/scss-jet/core/_sizes.scss */
.lh-55 {
  line-height: 55px;
}

/* line 236, ../../www/jet/html/scss-jet/core/_sizes.scss */
.lh-56 {
  line-height: 56px;
}

/* line 237, ../../www/jet/html/scss-jet/core/_sizes.scss */
.lh-57 {
  line-height: 57px;
}

/* line 238, ../../www/jet/html/scss-jet/core/_sizes.scss */
.lh-58 {
  line-height: 58px;
}

/* line 239, ../../www/jet/html/scss-jet/core/_sizes.scss */
.lh-59 {
  line-height: 59px;
}

/* line 240, ../../www/jet/html/scss-jet/core/_sizes.scss */
.lh-60 {
  line-height: 60px;
}

/* line 2, ../../www/jet/html/scss-jet/core/_ratio.scss */
.ratio-auto {
  aspect-ratio: auto;
}

/* line 5, ../../www/jet/html/scss-jet/core/_ratio.scss */
.ratio-1 {
  aspect-ratio: 1 / 1;
}

/* line 9, ../../www/jet/html/scss-jet/core/_ratio.scss */
.ratio-2-1 {
  aspect-ratio: 2 / 1;
}

/* line 12, ../../www/jet/html/scss-jet/core/_ratio.scss */
.ratio-1-2 {
  aspect-ratio: 1 / 2;
}

/* line 15, ../../www/jet/html/scss-jet/core/_ratio.scss */
.ratio-16-9 {
  aspect-ratio: 16 / 9;
}

/* line 19, ../../www/jet/html/scss-jet/core/_ratio.scss */
.ratio-4-3 {
  aspect-ratio: 4 / 3;
}

/* line 23, ../../www/jet/html/scss-jet/core/_ratio.scss */
.ratio-float {
  aspect-ratio: 0.5;
}

/* line 27, ../../www/jet/html/scss-jet/core/_ratio.scss */
.ratio-20-3 {
  aspect-ratio: 20 / 3;
}

/* line 31, ../../www/jet/html/scss-jet/core/_ratio.scss */
.ratio-20-4 {
  aspect-ratio: 20 / 4;
}

/* line 35, ../../www/jet/html/scss-jet/core/_ratio.scss */
.ratio-20-5 {
  aspect-ratio: 20 / 5;
}

/* line 39, ../../www/jet/html/scss-jet/core/_ratio.scss */
.ratio-20-6 {
  aspect-ratio: 20 / 6;
}

/* line 43, ../../www/jet/html/scss-jet/core/_ratio.scss */
.ratio-20-7 {
  aspect-ratio: 20 / 7;
}

/* line 47, ../../www/jet/html/scss-jet/core/_ratio.scss */
.ratio-20-8 {
  aspect-ratio: 20 / 8;
}

/* line 51, ../../www/jet/html/scss-jet/core/_ratio.scss */
.ratio-20-9 {
  aspect-ratio: 20 / 9;
}

/* line 2, ../../www/jet/html/scss-jet/core/_images.scss */
.o-0 {
  opacity: 0;
}

/* line 3, ../../www/jet/html/scss-jet/core/_images.scss */
.o-1 {
  opacity: 0.1;
}

/* line 4, ../../www/jet/html/scss-jet/core/_images.scss */
.o-2 {
  opacity: 0.2;
}

/* line 5, ../../www/jet/html/scss-jet/core/_images.scss */
.o-3 {
  opacity: 0.3;
}

/* line 6, ../../www/jet/html/scss-jet/core/_images.scss */
.o-4 {
  opacity: 0.4;
}

/* line 7, ../../www/jet/html/scss-jet/core/_images.scss */
.o-5 {
  opacity: 0.5;
}

/* line 8, ../../www/jet/html/scss-jet/core/_images.scss */
.o-6 {
  opacity: 0.6;
}

/* line 9, ../../www/jet/html/scss-jet/core/_images.scss */
.o-7 {
  opacity: 0.7;
}

/* line 10, ../../www/jet/html/scss-jet/core/_images.scss */
.o-8 {
  opacity: 0.8;
}

/* line 11, ../../www/jet/html/scss-jet/core/_images.scss */
.o-9 {
  opacity: 0.9;
}

/* line 12, ../../www/jet/html/scss-jet/core/_images.scss */
.o-10 {
  opacity: 1;
}

/* line 15, ../../www/jet/html/scss-jet/core/_images.scss */
.fb-1 {
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

/* line 19, ../../www/jet/html/scss-jet/core/_images.scss */
.fb-2 {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

/* line 23, ../../www/jet/html/scss-jet/core/_images.scss */
.fb-3 {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* line 27, ../../www/jet/html/scss-jet/core/_images.scss */
.fb-4 {
  -webkit-filter: blur(4px);
  filter: blur(4px);
}

/* line 31, ../../www/jet/html/scss-jet/core/_images.scss */
.fb-5 {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

/* line 35, ../../www/jet/html/scss-jet/core/_images.scss */
.fb-6 {
  -webkit-filter: blur(6px);
  filter: blur(6px);
}

/* line 39, ../../www/jet/html/scss-jet/core/_images.scss */
.fb-7 {
  -webkit-filter: blur(7px);
  filter: blur(7px);
}

/* line 43, ../../www/jet/html/scss-jet/core/_images.scss */
.fb-8 {
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

/* line 47, ../../www/jet/html/scss-jet/core/_images.scss */
.fb-9 {
  -webkit-filter: blur(9px);
  filter: blur(9px);
}

/* line 51, ../../www/jet/html/scss-jet/core/_images.scss */
.fb-10 {
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

/* line 56, ../../www/jet/html/scss-jet/core/_images.scss */
.ba-s {
  background-attachment: scroll;
}

/* line 59, ../../www/jet/html/scss-jet/core/_images.scss */
.ba-f {
  background-attachment: fixed;
}

/* line 62, ../../www/jet/html/scss-jet/core/_images.scss */
.bp-cc {
  background-position: center center;
}

/* line 65, ../../www/jet/html/scss-jet/core/_images.scss */
.bp-ct {
  background-position: center top;
}

/* line 68, ../../www/jet/html/scss-jet/core/_images.scss */
.bp-cb {
  background-position: center bottom;
}

/* line 72, ../../www/jet/html/scss-jet/core/_images.scss */
.ratio-16-9 {
  aspect-ratio: 16 / 9;
}

/* line 75, ../../www/jet/html/scss-jet/core/_images.scss */
.ratio-3-4 {
  aspect-ratio: 4 / 4;
}

/* line 78, ../../www/jet/html/scss-jet/core/_images.scss */
.ratio-3-2 {
  aspect-ratio: 3 / 2;
}

/* line 1, ../../www/jet/html/scss-jet/core/_positions.scss */
.p-r {
  position: relative;
}

/* line 4, ../../www/jet/html/scss-jet/core/_positions.scss */
.p-a {
  position: relative;
}

/* line 9, ../../www/jet/html/scss-jet/core/_positions.scss */
[class*='pos-a'] {
  position: absolute;
}

/* line 12, ../../www/jet/html/scss-jet/core/_positions.scss */
[class^='abs-'] {
  position: absolute;
}

/* line 16, ../../www/jet/html/scss-jet/core/_positions.scss */
.abs-top-rigt-1 {
  top: 1rem;
  right: 1rem;
}

/* line 21, ../../www/jet/html/scss-jet/core/_positions.scss */
.abs-top-left-1 {
  top: 1rem;
  left: 1rem;
}

/* line 27, ../../www/jet/html/scss-jet/core/_positions.scss */
.pos-a-0000 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 33, ../../www/jet/html/scss-jet/core/_positions.scss */
.pos-a-00x0 {
  top: 0;
  right: 0;
  left: 0;
}

/* line 38, ../../www/jet/html/scss-jet/core/_positions.scss */
.pos-a-x000 {
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 43, ../../www/jet/html/scss-jet/core/_positions.scss */
.pos-a-000x {
  top: 0;
  bottom: 0;
  right: 0;
}

/* line 48, ../../www/jet/html/scss-jet/core/_positions.scss */
.pos-a-0x00 {
  top: 0;
  bottom: 0;
  left: 0;
}

/* line 56, ../../www/jet/html/scss-jet/core/_positions.scss */
.z-1 {
  z-index: 1;
}

/* line 57, ../../www/jet/html/scss-jet/core/_positions.scss */
.z-2 {
  z-index: 2;
}

/* line 58, ../../www/jet/html/scss-jet/core/_positions.scss */
.z-3 {
  z-index: 3;
}

/* line 59, ../../www/jet/html/scss-jet/core/_positions.scss */
.z-4 {
  z-index: 4;
}

/* line 60, ../../www/jet/html/scss-jet/core/_positions.scss */
.z-5 {
  z-index: 5;
}

/* line 61, ../../www/jet/html/scss-jet/core/_positions.scss */
.z-6 {
  z-index: 6;
}

/* line 62, ../../www/jet/html/scss-jet/core/_positions.scss */
.z-7 {
  z-index: 7;
}

/* line 63, ../../www/jet/html/scss-jet/core/_positions.scss */
.z-8 {
  z-index: 8;
}

/* line 64, ../../www/jet/html/scss-jet/core/_positions.scss */
.z-9 {
  z-index: 9;
}

/* line 65, ../../www/jet/html/scss-jet/core/_positions.scss */
.z-99 {
  z-index: 99;
}

/* line 66, ../../www/jet/html/scss-jet/core/_positions.scss */
.z-999 {
  z-index: 999;
}

/* line 67, ../../www/jet/html/scss-jet/core/_positions.scss */
.z-9999 {
  z-index: 9999;
}

/* line 68, ../../www/jet/html/scss-jet/core/_positions.scss */
.z-99999 {
  z-index: 99999;
}

/* line 69, ../../www/jet/html/scss-jet/core/_positions.scss */
.z-999999 {
  z-index: 999999;
}

/* line 71, ../../www/jet/html/scss-jet/core/_positions.scss */
.ta-c {
  text-align: center;
}

/* line 7, ../../www/jet/html/scss-jet/core/_borders.scss */
.b-d, .br-d {
  border: 1px solid rgba(0, 0, 0, 0.3);
}

/* line 11, ../../www/jet/html/scss-jet/core/_borders.scss */
.bb-d {
  border-width: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4) !important;
}

/* line 15, ../../www/jet/html/scss-jet/core/_borders.scss */
.bt-d {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}

/* line 18, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-d {
  border-right: 1px solid rgba(0, 0, 0, 0.4);
}

/* line 21, ../../www/jet/html/scss-jet/core/_borders.scss */
.bl-d {
  border-left: 1px solid rgba(0, 0, 0, 0.4);
}

/* line 26, ../../www/jet/html/scss-jet/core/_borders.scss */
.b-l, .br-l {
  border: 1px solid rgba(255, 255, 255, 0.4);
}

/* line 29, ../../www/jet/html/scss-jet/core/_borders.scss */
.bb-l {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

/* line 32, ../../www/jet/html/scss-jet/core/_borders.scss */
.bt-l {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

/* line 35, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-l {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

/* line 38, ../../www/jet/html/scss-jet/core/_borders.scss */
.bl-l {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}

/* line 45, ../../www/jet/html/scss-jet/core/_borders.scss */
.b-dt-d {
  border: 1px dotted rgba(0, 0, 0, 0.3);
}

/* line 49, ../../www/jet/html/scss-jet/core/_borders.scss */
.bb-dt-d {
  border-width: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.4) !important;
}

/* line 53, ../../www/jet/html/scss-jet/core/_borders.scss */
.bt-dt-d {
  border-top: 1px dotted rgba(0, 0, 0, 0.4);
}

/* line 56, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-dt-d {
  border-right: 1px dotted rgba(0, 0, 0, 0.4);
}

/* line 59, ../../www/jet/html/scss-jet/core/_borders.scss */
.bl-dt-d {
  border-left: 1px dotted rgba(0, 0, 0, 0.4);
}

/* line 64, ../../www/jet/html/scss-jet/core/_borders.scss */
.b-dt-l {
  border: 1px dotted rgba(255, 255, 255, 0.4);
}

/* line 67, ../../www/jet/html/scss-jet/core/_borders.scss */
.bb-dt-l {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
}

/* line 70, ../../www/jet/html/scss-jet/core/_borders.scss */
.bt-dt-l {
  border-top: 1px dotted rgba(255, 255, 255, 0.4);
}

/* line 73, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-dt-l {
  border-right: 1px dotted rgba(255, 255, 255, 0.4);
}

/* line 76, ../../www/jet/html/scss-jet/core/_borders.scss */
.bl-dt-l {
  border-left: 1px dotted rgba(255, 255, 255, 0.4);
}

/* line 83, ../../www/jet/html/scss-jet/core/_borders.scss */
.b-ds-d {
  border: 1px dashed rgba(0, 0, 0, 0.3);
}

/* line 87, ../../www/jet/html/scss-jet/core/_borders.scss */
.bb-ds-d {
  border-width: 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.4) !important;
}

/* line 91, ../../www/jet/html/scss-jet/core/_borders.scss */
.bt-ds-d {
  border-top: 1px dashed rgba(0, 0, 0, 0.4);
}

/* line 94, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-ds-d {
  border-right: 1px dashed rgba(0, 0, 0, 0.4);
}

/* line 97, ../../www/jet/html/scss-jet/core/_borders.scss */
.bl-ds-d {
  border-left: 1px dashed rgba(0, 0, 0, 0.4);
}

/* line 102, ../../www/jet/html/scss-jet/core/_borders.scss */
.b-ds-l {
  border: 1px dashed rgba(255, 255, 255, 0.4);
}

/* line 105, ../../www/jet/html/scss-jet/core/_borders.scss */
.bb-ds-l {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
}

/* line 108, ../../www/jet/html/scss-jet/core/_borders.scss */
.bt-ds-l {
  border-top: 1px dashed rgba(255, 255, 255, 0.4);
}

/* line 111, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-ds-l {
  border-right: 1px dashed rgba(255, 255, 255, 0.4);
}

/* line 114, ../../www/jet/html/scss-jet/core/_borders.scss */
.bl-ds-l {
  border-left: 1px dashed rgba(255, 255, 255, 0.4);
}

/* line 119, ../../www/jet/html/scss-jet/core/_borders.scss */
.bs-1 {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* line 125, ../../www/jet/html/scss-jet/core/_borders.scss */
.bs-2 {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}

/* line 131, ../../www/jet/html/scss-jet/core/_borders.scss */
.bs-3 {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* line 138, ../../www/jet/html/scss-jet/core/_borders.scss */
.bs-4 {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* line 144, ../../www/jet/html/scss-jet/core/_borders.scss */
.bs-5 {
  -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

/* line 150, ../../www/jet/html/scss-jet/core/_borders.scss */
.bs-6 {
  -webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

/* line 156, ../../www/jet/html/scss-jet/core/_borders.scss */
.bs-7 {
  -webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

/* line 161, ../../www/jet/html/scss-jet/core/_borders.scss */
.bs-42 {
  -webkit-box-shadow: 3px 3px 32px 22px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 3px 32px 22px rgba(0, 0, 0, 0.75);
}

/* line 165, ../../www/jet/html/scss-jet/core/_borders.scss */
[class^="r-"] {
  overflow: hidden !important;
}

/* line 168, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-0 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 169, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-1 {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

/* line 170, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-2 {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* line 171, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-3 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 172, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-4 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 173, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 174, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-6 {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 175, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-7 {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* line 176, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-8 {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

/* line 177, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-9 {
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

/* line 178, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-10 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* line 179, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-11 {
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
}

/* line 180, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-12 {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

/* line 181, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-13 {
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
}

/* line 182, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-14 {
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}

/* line 183, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-15 {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

/* line 184, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-16 {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

/* line 185, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-17 {
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
}

/* line 186, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-18 {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}

/* line 187, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-19 {
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
}

/* line 188, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-20 {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

/* line 189, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-21 {
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
}

/* line 190, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-22 {
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
}

/* line 191, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-23 {
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
}

/* line 192, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-24 {
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
}

/* line 193, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-25 {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

/* line 194, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-26 {
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
}

/* line 195, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-27 {
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  border-radius: 27px;
}

/* line 196, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-28 {
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
}

/* line 197, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-29 {
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  border-radius: 29px;
}

/* line 198, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-30 {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* line 199, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-31 {
  -webkit-border-radius: 31px;
  -moz-border-radius: 31px;
  border-radius: 31px;
}

/* line 200, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-32 {
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
}

/* line 201, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-33 {
  -webkit-border-radius: 33px;
  -moz-border-radius: 33px;
  border-radius: 33px;
}

/* line 202, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-34 {
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  border-radius: 34px;
}

/* line 203, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-35 {
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}

/* line 204, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-36 {
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  border-radius: 36px;
}

/* line 205, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-37 {
  -webkit-border-radius: 37px;
  -moz-border-radius: 37px;
  border-radius: 37px;
}

/* line 206, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-38 {
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  border-radius: 38px;
}

/* line 207, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-39 {
  -webkit-border-radius: 39px;
  -moz-border-radius: 39px;
  border-radius: 39px;
}

/* line 208, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-40 {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}

/* line 209, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-41 {
  -webkit-border-radius: 41px;
  -moz-border-radius: 41px;
  border-radius: 41px;
}

/* line 210, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-42 {
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  border-radius: 42px;
}

/* line 211, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-43 {
  -webkit-border-radius: 43px;
  -moz-border-radius: 43px;
  border-radius: 43px;
}

/* line 212, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-44 {
  -webkit-border-radius: 44px;
  -moz-border-radius: 44px;
  border-radius: 44px;
}

/* line 213, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-45 {
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
}

/* line 214, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-46 {
  -webkit-border-radius: 46px;
  -moz-border-radius: 46px;
  border-radius: 46px;
}

/* line 215, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-47 {
  -webkit-border-radius: 47px;
  -moz-border-radius: 47px;
  border-radius: 47px;
}

/* line 216, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-48 {
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  border-radius: 48px;
}

/* line 217, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-49 {
  -webkit-border-radius: 49px;
  -moz-border-radius: 49px;
  border-radius: 49px;
}

/* line 218, ../../www/jet/html/scss-jet/core/_borders.scss */
.br-50 {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

/* line 2, ../../www/jet/html/scss-jet/core/_boxes.scss */
.note-blue {
  background: #e1f5fe;
  color: #01579b;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 5px;
}

/* line 9, ../../www/jet/html/scss-jet/core/_boxes.scss */
.note-red {
  background: #ffebee;
  color: #b71c1c;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 5px;
}

/* line 16, ../../www/jet/html/scss-jet/core/_boxes.scss */
.note-green {
  background: #e8f5e9;
  color: #1b5e20;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 5px;
}

/* line 23, ../../www/jet/html/scss-jet/core/_boxes.scss */
.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  margin-bottom: 1rem;
}

/* line 28, ../../www/jet/html/scss-jet/core/_boxes.scss */
.box-bordered {
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* line 38, ../../www/jet/html/scss-jet/core/_boxes.scss */
.box-small {
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.1);
  padding: 3px 1rem;
  font-size: .8rem;
  margin: 0;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* line 50, ../../www/jet/html/scss-jet/core/_boxes.scss */
[class^='minibox-'] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3rem;
  padding: 0.5rem 1rem;
  border-radius: 5px;
}

/* line 59, ../../www/jet/html/scss-jet/core/_boxes.scss */
.minibox-default {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3rem;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  border: 1px solid #333;
  color: #4444;
}

/* line 69, ../../www/jet/html/scss-jet/core/_boxes.scss */
.minibox-light {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3rem;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  border: 1px solid #eee;
  color: #fff;
}

/* line 79, ../../www/jet/html/scss-jet/core/_boxes.scss */
.minibox-red {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3rem;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  border: 1px solid #ffcccc;
  color: #ff0000;
}

/* line 89, ../../www/jet/html/scss-jet/core/_boxes.scss */
.minibox-blue {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3rem;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  border: 1px solid #ccccff;
  color: #0000ff;
}

/* line 99, ../../www/jet/html/scss-jet/core/_boxes.scss */
.minibox-green {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3rem;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  border: 1px solid #ccffcc;
  color: #00ff00;
}

/* line 109, ../../www/jet/html/scss-jet/core/_boxes.scss */
.minibox-yellow {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3rem;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  border: 1px solid #ffffcc;
  color: #ffff00;
}

/* line 3, ../../www/jet/html/scss-jet/core/_ui-effects.scss */
.heading-underlined {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

/* line 6, ../../www/jet/html/scss-jet/core/_ui-effects.scss */
.heading-line {
  overflow: hidden;
}

/* line 11, ../../www/jet/html/scss-jet/core/_ui-effects.scss */
.heading-line span {
  position: relative;
  padding: 0 1rem;
}

/* line 14, ../../www/jet/html/scss-jet/core/_ui-effects.scss */
.heading-line span:before {
  right: 100%;
  margin-right: 20px;
}

/* line 19, ../../www/jet/html/scss-jet/core/_ui-effects.scss */
.heading-line span:after {
  left: 100%;
  margin-right: 20px;
}

/* line 24, ../../www/jet/html/scss-jet/core/_ui-effects.scss */
.heading-line span:before, .heading-line span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2000px;
  height: 2px;
  background: rgba(0, 0, 0, 0.5);
}

/* line 39, ../../www/jet/html/scss-jet/core/_ui-effects.scss */
.hover-up {
  transition: all 0.25s;
}

/* line 42, ../../www/jet/html/scss-jet/core/_ui-effects.scss */
.hover-up:hover {
  text-decoration: none;
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
  -webkit-box-shadow: -6px 14px 12px 2px rgba(90, 90, 90, 0.12);
  box-shadow: -6px 14px 12px 2px rgba(90, 90, 90, 0.12);
}

/* line 51, ../../www/jet/html/scss-jet/core/_ui-effects.scss */
.hover-darked {
  transition: all 0.25s;
}

/* line 54, ../../www/jet/html/scss-jet/core/_ui-effects.scss */
.hover-darked:hover {
  background: rgba(0, 0, 0, 0.12);
}

/* line 1, ../../www/jet/html/scss-jet/core/_adaptive.scss */
.m-visible {
  display: none;
}

@media (max-width: 480px) {
  /* line 1, ../../www/jet/html/scss-jet/core/_adaptive.scss */
  .m-visible {
    display: block;
  }
}

/* line 9, ../../www/jet/html/scss-jet/core/_adaptive.scss */
.m-hidden {
  display: block;
}

@media (max-width: 480px) {
  /* line 9, ../../www/jet/html/scss-jet/core/_adaptive.scss */
  .m-hidden {
    display: none;
  }
}

/* line 2, ../../www/jet/html/scss-jet/core/_utilites.scss */
.float-l {
  float: left;
}

/* line 5, ../../www/jet/html/scss-jet/core/_utilites.scss */
.float-r {
  float: right;
}

/* line 8, ../../www/jet/html/scss-jet/core/_utilites.scss */
.ta-c {
  text-align: center;
}

/* line 11, ../../www/jet/html/scss-jet/core/_utilites.scss */
.ta-l {
  text-align: left;
}

/* line 14, ../../www/jet/html/scss-jet/core/_utilites.scss */
.ta-r {
  text-align: right;
}

/* line 18, ../../www/jet/html/scss-jet/core/_utilites.scss */
.fw-400 {
  font-weight: 400;
}

/* line 22, ../../www/jet/html/scss-jet/core/_utilites.scss */
.fw-600 {
  font-weight: 600;
  /* Equivalent to 700 */
}

/* line 26, ../../www/jet/html/scss-jet/core/_utilites.scss */
.fw-800 {
  font-weight: 800;
  /* Will be heavier than its parent */
}

/* line 30, ../../www/jet/html/scss-jet/core/_utilites.scss */
.full-height {
  min-height: 100vh;
}

/* line 2, ../../www/jet/html/scss-jet/core/_images.scss */
.o-0 {
  opacity: 0;
}

/* line 3, ../../www/jet/html/scss-jet/core/_images.scss */
.o-1 {
  opacity: 0.1;
}

/* line 4, ../../www/jet/html/scss-jet/core/_images.scss */
.o-2 {
  opacity: 0.2;
}

/* line 5, ../../www/jet/html/scss-jet/core/_images.scss */
.o-3 {
  opacity: 0.3;
}

/* line 6, ../../www/jet/html/scss-jet/core/_images.scss */
.o-4 {
  opacity: 0.4;
}

/* line 7, ../../www/jet/html/scss-jet/core/_images.scss */
.o-5 {
  opacity: 0.5;
}

/* line 8, ../../www/jet/html/scss-jet/core/_images.scss */
.o-6 {
  opacity: 0.6;
}

/* line 9, ../../www/jet/html/scss-jet/core/_images.scss */
.o-7 {
  opacity: 0.7;
}

/* line 10, ../../www/jet/html/scss-jet/core/_images.scss */
.o-8 {
  opacity: 0.8;
}

/* line 11, ../../www/jet/html/scss-jet/core/_images.scss */
.o-9 {
  opacity: 0.9;
}

/* line 12, ../../www/jet/html/scss-jet/core/_images.scss */
.o-10 {
  opacity: 1;
}

/* line 15, ../../www/jet/html/scss-jet/core/_images.scss */
.fb-1 {
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

/* line 19, ../../www/jet/html/scss-jet/core/_images.scss */
.fb-2 {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

/* line 23, ../../www/jet/html/scss-jet/core/_images.scss */
.fb-3 {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* line 27, ../../www/jet/html/scss-jet/core/_images.scss */
.fb-4 {
  -webkit-filter: blur(4px);
  filter: blur(4px);
}

/* line 31, ../../www/jet/html/scss-jet/core/_images.scss */
.fb-5 {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

/* line 35, ../../www/jet/html/scss-jet/core/_images.scss */
.fb-6 {
  -webkit-filter: blur(6px);
  filter: blur(6px);
}

/* line 39, ../../www/jet/html/scss-jet/core/_images.scss */
.fb-7 {
  -webkit-filter: blur(7px);
  filter: blur(7px);
}

/* line 43, ../../www/jet/html/scss-jet/core/_images.scss */
.fb-8 {
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

/* line 47, ../../www/jet/html/scss-jet/core/_images.scss */
.fb-9 {
  -webkit-filter: blur(9px);
  filter: blur(9px);
}

/* line 51, ../../www/jet/html/scss-jet/core/_images.scss */
.fb-10 {
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

/* line 56, ../../www/jet/html/scss-jet/core/_images.scss */
.ba-s {
  background-attachment: scroll;
}

/* line 59, ../../www/jet/html/scss-jet/core/_images.scss */
.ba-f {
  background-attachment: fixed;
}

/* line 62, ../../www/jet/html/scss-jet/core/_images.scss */
.bp-cc {
  background-position: center center;
}

/* line 65, ../../www/jet/html/scss-jet/core/_images.scss */
.bp-ct {
  background-position: center top;
}

/* line 68, ../../www/jet/html/scss-jet/core/_images.scss */
.bp-cb {
  background-position: center bottom;
}

/* line 72, ../../www/jet/html/scss-jet/core/_images.scss */
.ratio-16-9 {
  aspect-ratio: 16 / 9;
}

/* line 75, ../../www/jet/html/scss-jet/core/_images.scss */
.ratio-3-4 {
  aspect-ratio: 4 / 4;
}

/* line 78, ../../www/jet/html/scss-jet/core/_images.scss */
.ratio-3-2 {
  aspect-ratio: 3 / 2;
}

/* line 1, ../../www/jet/html/scss-jet/core/_mobile.scss */
.mobileOnly {
  display: none;
}

@media (max-width: 481px) {
  /* line 10, ../../www/jet/html/scss-jet/core/_mobile.scss */
  .mobileOnly {
    display: block;
  }
  /* line 17, ../../www/jet/html/scss-jet/core/_mobile.scss */
  #test div {
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 1.5rem;
  }
  /* line 22, ../../www/jet/html/scss-jet/core/_mobile.scss */
  #test div .de-box {
    width: 100%;
  }
}

/* line 1, ../../www/jet/html/scss-jet/core/_nav.scss */
.nav-icon {
  display: none;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  background: #fff;
  padding: 5px;
  border-radius: 3px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 481px) {
  /* line 20, ../../www/jet/html/scss-jet/core/_nav.scss */
  .nav-icon {
    display: flex;
    visibility: visible;
    opacity: 1;
  }
  /* line 26, ../../www/jet/html/scss-jet/core/_nav.scss */
  .responcive-box {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 80%;
    background: #fff;
    padding: 20px;
    flex-direction: column;
    align-items: start;
    z-index: 1000000;
    color: #444;
    display: flex;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-100%);
    transition: all ease 0.5s;
  }
  /* line 45, ../../www/jet/html/scss-jet/core/_nav.scss */
  .responcive-box > div, .responcive-box span, .responcive-box but, .responcive-box a {
    z-index: 1000001;
  }
  /* line 48, ../../www/jet/html/scss-jet/core/_nav.scss */
  .responcive-box > div, .responcive-box nav, .responcive-box ul {
    display: flex;
    flex-direction: column;
  }
  /* line 53, ../../www/jet/html/scss-jet/core/_nav.scss */
  .responcive-box.isActive {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }
}

/* line 5, ../../www/jet/html/scss-jet/core/_gradients.scss */
.gv-blue-purple {
  background: #1E87F0;
  background-image: linear-gradient(to right, #1E87F0, #703DEF);
}

/* line 9, ../../www/jet/html/scss-jet/core/_gradients.scss */
.gv-blue-black {
  background: #1E87F0;
  background-image: linear-gradient(to right, #1E87F0, #000);
}

/* line 13, ../../www/jet/html/scss-jet/core/_gradients.scss */
.gv-black-blue {
  background: #000;
  background-image: linear-gradient(to right, #000, #1E87F0);
}

/* line 1, ../../www/jet/html/scss-jet/core/_list.scss */
ul,
ol {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 12, ../../www/jet/html/scss-jet/core/_list.scss */
ul.ls-c,
ol.ls-c {
  list-style-type: circle;
}

/* line 16, ../../www/jet/html/scss-jet/core/_list.scss */
ul.ls-d,
ol.ls-d {
  list-style-type: disc;
}

/* line 20, ../../www/jet/html/scss-jet/core/_list.scss */
ul.ls-s,
ol.ls-s {
  list-style-type: square;
}

/* line 24, ../../www/jet/html/scss-jet/core/_list.scss */
ul.ls-ur,
ol.ls-ur {
  list-style-type: upper-roman;
}

/* line 28, ../../www/jet/html/scss-jet/core/_list.scss */
ul.ls-lr,
ol.ls-lr {
  list-style-type: lower-roman;
}

/* line 32, ../../www/jet/html/scss-jet/core/_list.scss */
ul.ls-la,
ol.ls-la {
  list-style-type: lower-alpha;
}

/* line 36, ../../www/jet/html/scss-jet/core/_list.scss */
ul.ls-dc,
ol.ls-dc {
  list-style-type: decimal;
}

/* line 41, ../../www/jet/html/scss-jet/core/_list.scss */
.ls-c,
.ls-d,
.ls-s,
.ls-ur,
.ls-lr,
.ls-la,
.ls-dc {
  padding-left: 2rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

/* line 2, ../../www/jet/html/scss-jet/animation/_ja-fade-in.scss */
.jp.ja-fade-in {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 0.5) both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 0.5) both;
}

/* line 6, ../../www/jet/html/scss-jet/animation/_ja-fade-in.scss */
.jp.ja-fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/* line 10, ../../www/jet/html/scss-jet/animation/_ja-fade-in.scss */
.jp.ja-fade-in-bottom-s {
  -webkit-animation: fade-in-bottom 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/* line 14, ../../www/jet/html/scss-jet/animation/_ja-fade-in.scss */
.jp.ja-fade-in-top {
  -webkit-animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/* line 18, ../../www/jet/html/scss-jet/animation/_ja-fade-in.scss */
.jp.ja-fade-in-left {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/* line 22, ../../www/jet/html/scss-jet/animation/_ja-fade-in.scss */
.jp.ja-fade-in-right {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/* line 2, ../../www/jet/html/scss-jet/animation/_ja-fade-out.scss */
.jp.ja-fade-out {
  -webkit-animation: fade-out 1s ease-out both;
  animation: fade-out 1s ease-out both;
}

/* line 6, ../../www/jet/html/scss-jet/animation/_ja-fade-out.scss */
.jp.ja-fade-out-top {
  -webkit-animation: fade-out-top 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: fade-out-top 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* line 10, ../../www/jet/html/scss-jet/animation/_ja-fade-out.scss */
.jp.ja-fade-out-bottom {
  -webkit-animation: fade-out-bottom 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: fade-out-bottom 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* line 14, ../../www/jet/html/scss-jet/animation/_ja-fade-out.scss */
.jp.ja-fade-out-left {
  -webkit-animation: fade-out-left 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: fade-out-left 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* line 18, ../../www/jet/html/scss-jet/animation/_ja-fade-out.scss */
.jp.ja-fade-out-right {
  -webkit-animation: fade-out-right 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: fade-out-right 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2025-4-27 19:42:48
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-out-right
 * ----------------------------------------
 */
@-webkit-keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
}

@keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2025-4-27 19:42:18
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-out-left
 * ----------------------------------------
 */
@-webkit-keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
}

@keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2025-4-27 19:41:44
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-out-bottom
 * ----------------------------------------
 */
@-webkit-keyframes fade-out-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
}

@keyframes fade-out-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2025-4-27 19:40:47
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-out-top
 * ----------------------------------------
 */
@-webkit-keyframes fade-out-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
}

@keyframes fade-out-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2025-4-27 19:39:27
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-out
 * ----------------------------------------
 */
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* line 2, ../../www/jet/html/scss-jet/animation/_ja-scale-in.scss */
.jp.ja-scale-in-center, .jp.ja-scale-in {
  -webkit-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* line 7, ../../www/jet/html/scss-jet/animation/_ja-scale-in.scss */
.jp.ja-scale-in-hor-center {
  -webkit-animation: scale-in-hor-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-hor-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* line 11, ../../www/jet/html/scss-jet/animation/_ja-scale-in.scss */
.jp.ja-scale-in-ver-center {
  -webkit-animation: scale-in-ver-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-ver-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* line 15, ../../www/jet/html/scss-jet/animation/_ja-scale-in.scss */
.jp.ja-scale-in-ver-top {
  -webkit-animation: scale-in-ver-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-ver-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2025-4-27 9:15:39
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-in-ver-top
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-ver-top {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
}

@keyframes scale-in-ver-top {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2025-4-27 9:14:18
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-in-ver-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-ver-center {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
}

@keyframes scale-in-ver-center {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
}

@-webkit-keyframes scale-in-hor-center {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
  }
}

@keyframes scale-in-hor-center {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
  }
}

@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

/* line 3, ../../www/jet/html/scss-jet/animation/_ja-scale-out.scss */
.jp.ja-scale-out-center, .jp.ja-scale-out {
  -webkit-animation: scale-out-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-out-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* line 9, ../../www/jet/html/scss-jet/animation/_ja-scale-out.scss */
.jp.ja-scale-out-horizontal {
  -webkit-animation: scale-out-horizontal 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: scale-out-horizontal 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

/* line 14, ../../www/jet/html/scss-jet/animation/_ja-scale-out.scss */
.jp.ja-scale-out-vertical {
  -webkit-animation: scale-out-vertical 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: scale-out-vertical 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2026-1-20 18:11:32
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-out-vertical
 * ----------------------------------------
 */
@-webkit-keyframes scale-out-vertical {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 1;
  }
}

@keyframes scale-out-vertical {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 1;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2026-1-20 18:10:9
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-out-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes scale-out-horizontal {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 1;
  }
}

@keyframes scale-out-horizontal {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 1;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2026-1-20 18:9:5
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-out-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-out-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
}

@keyframes scale-out-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
}

/* line 3, ../../www/jet/html/scss-jet/animation/_ja-text-effects.scss */
.jp.ja-tracking-in-contract {
  -webkit-animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

/* line 8, ../../www/jet/html/scss-jet/animation/_ja-text-effects.scss */
.jp.ja-tracking-in-expand {
  -webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

/* line 13, ../../www/jet/html/scss-jet/animation/_ja-text-effects.scss */
.jp.ja-tracking-in-expand-fwd {
  -webkit-animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

/* line 18, ../../www/jet/html/scss-jet/animation/_ja-text-effects.scss */
.jp.ja-tracking-in-expand-fwd-top {
  -webkit-animation: tracking-in-expand-fwd-top 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: tracking-in-expand-fwd-top 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

/* line 23, ../../www/jet/html/scss-jet/animation/_ja-text-effects.scss */
.jp.ja-tracking-in-expand-fwd-bottom {
  -webkit-animation: tracking-in-expand-fwd-bottom 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: tracking-in-expand-fwd-bottom 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

/* line 28, ../../www/jet/html/scss-jet/animation/_ja-text-effects.scss */
.jp.ja-tracking-in-contract-bck {
  -webkit-animation: tracking-in-contract-bck 1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: tracking-in-contract-bck 1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

/* line 33, ../../www/jet/html/scss-jet/animation/_ja-text-effects.scss */
.jp.ja-tracking-in-contract-bck-top {
  -webkit-animation: tracking-in-contract-bck-top 1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: tracking-in-contract-bck-top 1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

/* line 38, ../../www/jet/html/scss-jet/animation/_ja-text-effects.scss */
.jp.ja-tracking-in-contract-bck-bottom {
  -webkit-animation: tracking-in-contract-bck-bottom 1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: tracking-in-contract-bck-bottom 1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2025-12-27 13:5:15
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation tracking-in-contract-bck-bottom
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-contract-bck-bottom {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px) translateY(300px);
    transform: translateZ(400px) translateY(300px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}

@keyframes tracking-in-contract-bck-bottom {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px) translateY(300px);
    transform: translateZ(400px) translateY(300px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2025-12-27 13:4:35
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation tracking-in-contract-bck-top
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-contract-bck-top {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px) translateY(-300px);
    transform: translateZ(400px) translateY(-300px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}

@keyframes tracking-in-contract-bck-top {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px) translateY(-300px);
    transform: translateZ(400px) translateY(-300px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2025-12-27 13:3:51
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation tracking-in-contract-bck
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px);
    transform: translateZ(400px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px);
    transform: translateZ(400px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2025-12-27 13:3:17
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation tracking-in-expand-fwd-bottom
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-expand-fwd-bottom {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px) translateY(500px);
    transform: translateZ(-700px) translateY(500px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}

@keyframes tracking-in-expand-fwd-bottom {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px) translateY(500px);
    transform: translateZ(-700px) translateY(500px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2025-12-27 13:2:37
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation tracking-in-expand-fwd-top
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-expand-fwd-top {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px) translateY(-500px);
    transform: translateZ(-700px) translateY(-500px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}

@keyframes tracking-in-expand-fwd-top {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px) translateY(-500px);
    transform: translateZ(-700px) translateY(-500px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2025-12-27 13:1:21
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation tracking-in-expand-fwd
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px);
    transform: translateZ(-700px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes tracking-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px);
    transform: translateZ(-700px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2025-12-27 13:0:35
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation tracking-in-expand
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2025-4-29 9:3:30
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation tracking-in-contract
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}

@keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}

/* line 3, ../../www/jet/html/scss-jet/animation/_ja-focus.scss */
.jp.ja-text-focus-in {
  -webkit-animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

/* line 8, ../../www/jet/html/scss-jet/animation/_ja-focus.scss */
.jp.ja-focus-in-expand {
  -webkit-animation: focus-in-expand 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: focus-in-expand 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* line 13, ../../www/jet/html/scss-jet/animation/_ja-focus.scss */
.jp.ja-focus-in-expand-fwd {
  -webkit-animation: focus-in-expand-fwd 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: focus-in-expand-fwd 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* line 18, ../../www/jet/html/scss-jet/animation/_ja-focus.scss */
.jp.ja-focus-in-contract {
  -webkit-animation: focus-in-contract 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: focus-in-contract 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* line 23, ../../www/jet/html/scss-jet/animation/_ja-focus.scss */
.jp.ja-focus-in-contract-bck {
  -webkit-animation: focus-in-contract-bck 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: focus-in-contract-bck 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2025-4-29 9:11:41
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation focus-in-contract-bck
 * ----------------------------------------
 */
@-webkit-keyframes focus-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(12px);
    transform: translateZ(12px);
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

@keyframes focus-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(12px);
    transform: translateZ(12px);
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2025-4-29 9:11:12
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation focus-in-contract
 * ----------------------------------------
 */
@-webkit-keyframes focus-in-contract {
  0% {
    letter-spacing: 1em;
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

@keyframes focus-in-contract {
  0% {
    letter-spacing: 1em;
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2025-4-29 9:10:41
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation focus-in-expand-fwd
 * ----------------------------------------
 */
@-webkit-keyframes focus-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-800px);
    transform: translateZ(-800px);
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

@keyframes focus-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-800px);
    transform: translateZ(-800px);
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2025-4-29 9:10:10
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation focus-in-expand
 * ----------------------------------------
 */
@-webkit-keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

@keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2025-4-29 9:9:30
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation text-focus-in
 * ----------------------------------------
 */
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

/* line 2, ../../www/jet/html/scss-jet/animation/_ja-swing-in.scss */
.jp.ja-swing-in-top {
  -webkit-animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

@-webkit-keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
    transform: rotateX(-100deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 1;
  }
}

@keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
    transform: rotateX(-100deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 1;
  }
}

/* line 2, ../../www/jet/html/scss-jet/animation/_ja-bounce-in.scss */
.jp.ja-bounce-in-fwd, .jp.ja-bounce-in {
  -webkit-animation: bounce-in-fwd 1.1s both;
  animation: bounce-in-fwd 1.1s both;
}

/* line 7, ../../www/jet/html/scss-jet/animation/_ja-bounce-in.scss */
.jp .bounce-in-bck {
  -webkit-animation: bounce-in-bck 1.1s both;
  animation: bounce-in-bck 1.1s both;
}

/* line 12, ../../www/jet/html/scss-jet/animation/_ja-bounce-in.scss */
.jp.ja-bounce-in-bottom {
  -webkit-animation: bounce-in-bottom 1.1s both;
  animation: bounce-in-bottom 1.1s both;
}

/* line 17, ../../www/jet/html/scss-jet/animation/_ja-bounce-in.scss */
.jp.ja-bounce-in-top {
  -webkit-animation: bounce-in-top 1.1s both;
  animation: bounce-in-top 1.1s both;
}

/* line 21, ../../www/jet/html/scss-jet/animation/_ja-bounce-in.scss */
.jp.ja-bounce-in-left {
  -webkit-animation: bounce-in-left 1.1s both;
  animation: bounce-in-left 1.1s both;
}

/* line 25, ../../www/jet/html/scss-jet/animation/_ja-bounce-in.scss */
.jp.ja-bounce-in-right {
  -webkit-animation: bounce-in-right 1.1s both;
  animation: bounce-in-right 1.1s both;
}

/* ----------------------------------------------
 * Generated by Animista on 2026-1-19 22:50:5
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation bounce-in-left
 * ----------------------------------------
 */
@-webkit-keyframes bounce-in-left {
  0% {
    -webkit-transform: translateX(-600px);
    transform: translateX(-600px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateX(-68px);
    transform: translateX(-68px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateX(-28px);
    transform: translateX(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes bounce-in-left {
  0% {
    -webkit-transform: translateX(-600px);
    transform: translateX(-600px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateX(-68px);
    transform: translateX(-68px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateX(-28px);
    transform: translateX(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2026-1-19 21:35:56
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation bounce-in-bck
 * ----------------------------------------
 */
@-webkit-keyframes bounce-in-bck {
  0% {
    -webkit-transform: scale(7);
    transform: scale(7);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  89% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes bounce-in-bck {
  0% {
    -webkit-transform: scale(7);
    transform: scale(7);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  89% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2026-1-19 21:35:16
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation bounce-in-fwd
 * ----------------------------------------
 */
@-webkit-keyframes bounce-in-fwd {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: scale(0.84);
    transform: scale(0.84);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  89% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes bounce-in-fwd {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: scale(0.84);
    transform: scale(0.84);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  89% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2026-1-19 21:33:38
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation bounce-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes bounce-in-bottom {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(65px);
    transform: translateY(65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(28px);
    transform: translateY(28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes bounce-in-bottom {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(65px);
    transform: translateY(65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(28px);
    transform: translateY(28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2026-1-19 21:33:1
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation bounce-in-right
 * ----------------------------------------
 */
@-webkit-keyframes bounce-in-right {
  0% {
    -webkit-transform: translateX(600px);
    transform: translateX(600px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateX(68px);
    transform: translateX(68px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateX(32px);
    transform: translateX(32px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes bounce-in-right {
  0% {
    -webkit-transform: translateX(600px);
    transform: translateX(600px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateX(68px);
    transform: translateX(68px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateX(32px);
    transform: translateX(32px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2026-1-19 21:33:1
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation bounce-in-right
 * ----------------------------------------
 */
@-webkit-keyframes bounce-in-right {
  0% {
    -webkit-transform: translateX(600px);
    transform: translateX(600px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateX(68px);
    transform: translateX(68px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateX(32px);
    transform: translateX(32px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes bounce-in-right {
  0% {
    -webkit-transform: translateX(600px);
    transform: translateX(600px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateX(68px);
    transform: translateX(68px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateX(32px);
    transform: translateX(32px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2026-1-19 21:31:51
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation bounce-in-top
 * ----------------------------------------
 */
@-webkit-keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

/* line 10, ../../www/jet/html/scss-jet/animation/_index.scss */
.opacity-0 {
  opacity: 0;
}

/* line 13, ../../www/jet/html/scss-jet/animation/_index.scss */
.ja-display {
  display: block;
  opacity: 0;
}

/* line 2, ../../www/jet/html/scss-jet/effects/_text-effects.scss */
.e-shadow {
  text-shadow: #474747 3px 5px 2px;
}

/* line 5, ../../www/jet/html/scss-jet/effects/_text-effects.scss */
.e-inset {
  text-shadow: #e0e0e0 1px 1px 0;
}

/* line 8, ../../www/jet/html/scss-jet/effects/_text-effects.scss */
.e-glow {
  text-shadow: #fff 0 0 10px;
}

/* line 11, ../../www/jet/html/scss-jet/effects/_text-effects.scss */
.e-neon {
  text-shadow: 2px 2px 3px #ffffff, 0 0 6px #9dfa83, 0 0 12px #49ff18, 0 0 22px #49ff18;
}

/* line 19, ../../www/jet/html/scss-jet/effects/_text-effects.scss */
.e-flame {
  text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #6cccf2, 0 0 30px #6cccf2, 0 0 40px #6cccf2, 0 0 55px #6cccf2, 0 0 75px #6cccf2;
}

/* line 22, ../../www/jet/html/scss-jet/effects/_text-effects.scss */
.e-fire {
  text-shadow: #fff 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 20px, red 0 -18px 40px;
}

/* line 25, ../../www/jet/html/scss-jet/effects/_text-effects.scss */
.e-blur {
  text-shadow: rgba(255, 255, 255, 0.5) 0 0 15px, rgba(255, 255, 255, 0.5) 0 0 10px;
}

/* line 28, ../../www/jet/html/scss-jet/effects/_text-effects.scss */
.e-simple3d {
  text-shadow: #404040 1px 3px 0, #726e6e 1px 13px 5px;
}

/* line 32, ../../www/jet/html/scss-jet/effects/_text-effects.scss */
.e-realistic3d {
  text-shadow: #726e6e 0 1px 0, #404040 0 2px 0, #615e5e 0 3px 0, #404040 0 4px 0, #514e4e 0 5px 0, rgba(0, 0, 0, 0.1) 0 6px 1px, rgba(0, 0, 0, 0.1) 0 0 5px, rgba(0, 0, 0, 0.3) 0 1px 3px, rgba(0, 0, 0, 0.15) 0 3px 5px, rgba(0, 0, 0, 0.2) 0 5px 10px, rgba(0, 0, 0, 0.2) 0 10px 10px, rgba(0, 0, 0, 0.1) 0 20px 20px;
}

/* line 35, ../../www/jet/html/scss-jet/effects/_text-effects.scss */
.e-vegas {
  text-shadow: 2px 2px 3px #F9F3FF, 0 0 6px #CC8AFF, 0 0 12px #C57CFF, 0 0 22px #C57CFF;
}

/* line 42, ../../www/jet/html/scss-jet/effects/_text-effects.scss */
.e-monument {
  text-shadow: 0 1px #808d93, -1px 0 #cdd2d5, -1px 2px #808d93, -2px 1px #cdd2d5, -2px 3px #808d93, -3px 2px #cdd2d5, -3px 4px #808d93, -4px 3px #cdd2d5, -4px 5px #808d93, -5px 4px #cdd2d5, -5px 6px #808d93, -6px 5px #cdd2d5, -6px 7px #808d93, -7px 6px #cdd2d5, -7px 8px #808d93, -8px 7px #cdd2d5;
}

/* line 45, ../../www/jet/html/scss-jet/effects/_text-effects.scss */
.e-deep {
  text-shadow: 0 -1px 0 #fff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424, 0 7px 0 #222, 0 8px 0 #202020, 0 9px 0 #1e1e1e, 0 10px 0 #1c1c1c, 0 11px 0 #1a1a1a, 0 12px 0 #181818, 0 13px 0 #161616, 0 14px 0 #141414, 0 15px 0 #121212, 0 22px 30px rgba(0, 0, 0, 0.9);
}

/* line 48, ../../www/jet/html/scss-jet/effects/_text-effects.scss */
.e-tactile {
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.5);
}

/* line 51, ../../www/jet/html/scss-jet/effects/_text-effects.scss */
.e-slight {
  text-shadow: #fff 2px 2px 0px, #9C9C9C 4px 4px 0px;
}

/* line 54, ../../www/jet/html/scss-jet/effects/_text-effects.scss */
.e-shadow-glow {
  text-shadow: 0px 0px 2px #02fee4, 5px 6px 3px rgba(0, 0, 0, 0.8), 0px 0px 12px rgba(2, 254, 228, 0.9), 0px 0px 40px rgba(2, 254, 228, 0.9), 0px 0px 60px rgba(2, 254, 228, 0.8), 0px 0px 60px rgba(2, 254, 228, 0.9);
}

/* line 60, ../../www/jet/html/scss-jet/effects/_text-effects.scss */
.e-blue-shadow {
  text-shadow: 0px 0px 0 #899cd5, 1px 1px 0 #8194cd, 2px 2px 0 #788bc4, 3px 3px 0 #6f82bb, 4px 4px 0 #677ab3, 5px 5px 0 #5e71aa, 6px 6px 0 #5568a1;
}

/* line 64, ../../www/jet/html/scss-jet/effects/_text-effects.scss */
.e-slight-shadow {
  text-shadow: 1px 1px black, -1px 1px black, 1px -1px black, -1px -1px black, -0.25rem 0.25rem rgba(0, 0, 0, 0.15);
}

/* line 68, ../../www/jet/html/scss-jet/effects/_text-effects.scss */
.e-test {
  text-shadow: -3px 3px 1px #fff, 2px 2px 10px #ddd, 2px -2px 0px #aaa, -2px -2px 10px #bbb;
}

/* line 1, ../../www/jet/html/scss-jet/components/_buttons.scss */
.but-blue,
.but-red,
.but-grey,
.but-indigo,
.but-orange,
.but-cyan,
.but-purple,
.but-yellow,
.but-default,
.but-teal,
.but-green,
.but-small,
.but-large,
.but-extra-large,
.but-normal {
  border-width: 0;
  border-image-width: 0;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 34px;
  padding: 9px 1rem;
  cursor: pointer;
  color: #fff;
}

/* line 31, ../../www/jet/html/scss-jet/components/_buttons.scss */
.but-blue.isActive,
.but-red.isActive,
.but-grey.isActive,
.but-indigo.isActive,
.but-orange.isActive,
.but-cyan.isActive,
.but-purple.isActive,
.but-yellow.isActive,
.but-default.isActive,
.but-teal.isActive,
.but-green.isActive,
.but-small.isActive,
.but-large.isActive,
.but-extra-large.isActive,
.but-normal.isActive {
  background: #1E87F0 !important;
  color: #fff !important;
}

/* line 37, ../../www/jet/html/scss-jet/components/_buttons.scss */
.but-blue.no-jump:hover,
.but-red.no-jump:hover,
.but-grey.no-jump:hover,
.but-indigo.no-jump:hover,
.but-orange.no-jump:hover,
.but-cyan.no-jump:hover,
.but-purple.no-jump:hover,
.but-yellow.no-jump:hover,
.but-default.no-jump:hover,
.but-teal.no-jump:hover,
.but-green.no-jump:hover,
.but-small.no-jump:hover,
.but-large.no-jump:hover,
.but-extra-large.no-jump:hover,
.but-normal.no-jump:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* line 41, ../../www/jet/html/scss-jet/components/_buttons.scss */
.but-blue.no-hover:hover,
.but-red.no-hover:hover,
.but-grey.no-hover:hover,
.but-indigo.no-hover:hover,
.but-orange.no-hover:hover,
.but-cyan.no-hover:hover,
.but-purple.no-hover:hover,
.but-yellow.no-hover:hover,
.but-default.no-hover:hover,
.but-teal.no-hover:hover,
.but-green.no-hover:hover,
.but-small.no-hover:hover,
.but-large.no-hover:hover,
.but-extra-large.no-hover:hover,
.but-normal.no-hover:hover {
  cursor: not-allowed;
}

/* line 45, ../../www/jet/html/scss-jet/components/_buttons.scss */
.but-blue:disabled,
.but-red:disabled,
.but-grey:disabled,
.but-indigo:disabled,
.but-orange:disabled,
.but-cyan:disabled,
.but-purple:disabled,
.but-yellow:disabled,
.but-default:disabled,
.but-teal:disabled,
.but-green:disabled,
.but-small:disabled,
.but-large:disabled,
.but-extra-large:disabled,
.but-normal:disabled {
  background: #d6dbec;
  color: #666e88;
  position: relative;
  transition: all ease 0.4s;
}

/* line 53, ../../www/jet/html/scss-jet/components/_buttons.scss */
.but-blue:disabled:hover:before,
.but-red:disabled:hover:before,
.but-grey:disabled:hover:before,
.but-indigo:disabled:hover:before,
.but-orange:disabled:hover:before,
.but-cyan:disabled:hover:before,
.but-purple:disabled:hover:before,
.but-yellow:disabled:hover:before,
.but-default:disabled:hover:before,
.but-teal:disabled:hover:before,
.but-green:disabled:hover:before,
.but-small:disabled:hover:before,
.but-large:disabled:hover:before,
.but-extra-large:disabled:hover:before,
.but-normal:disabled:hover:before {
  position: absolute;
  right: 0;
  bottom: 110%;
  background: #1E87F0;
  color: #fff;
  border-radius: 4px;
  padding: 4px;
  content: 'Disabled, check if it meets all conditions';
}

/* line 69, ../../www/jet/html/scss-jet/components/_buttons.scss */
[class^="but-"] {
  transition: all ease 0.5s;
}

/* line 71, ../../www/jet/html/scss-jet/components/_buttons.scss */
[class^="but-"]:hover {
  color: #98bfc9;
  text-decoration: none;
  -webkit-box-shadow: -6px 14px 12px 2px rgba(90, 90, 90, 0.12);
  box-shadow: -6px 14px 12px 2px rgba(90, 90, 90, 0.12);
}

/* line 77, ../../www/jet/html/scss-jet/components/_buttons.scss */
[class^="but-"].e-jump:hover {
  transform: translateY(-3px) !important;
}

/* line 80, ../../www/jet/html/scss-jet/components/_buttons.scss */
[class^="but-"].e-scale:hover {
  transform: scale(1.05) !important;
}

/* line 83, ../../www/jet/html/scss-jet/components/_buttons.scss */
[class^="but-"].e-scale-down:hover {
  transform: scale(0.95) !important;
}

/* line 88, ../../www/jet/html/scss-jet/components/_buttons.scss */
.but-small {
  min-height: 24px;
  padding: 5px 9px;
}

/* line 93, ../../www/jet/html/scss-jet/components/_buttons.scss */
.but-large {
  min-height: 36px;
  padding: 24px 1.2rem;
}

/* line 98, ../../www/jet/html/scss-jet/components/_buttons.scss */
.but-extra-large {
  min-height: 42px;
  padding: 36px 1.5rem;
}

/* line 103, ../../www/jet/html/scss-jet/components/_buttons.scss */
.but-full {
  width: 100%;
  flex-grow: 1;
}

/* line 108, ../../www/jet/html/scss-jet/components/_buttons.scss */
.but-centered {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* line 114, ../../www/jet/html/scss-jet/components/_buttons.scss */
.but-blue {
  background: #1E87F0;
}

/* line 118, ../../www/jet/html/scss-jet/components/_buttons.scss */
.but-red {
  background: #f44336;
}

/* line 122, ../../www/jet/html/scss-jet/components/_buttons.scss */
.but-green {
  background: #4caf50;
}

/* line 126, ../../www/jet/html/scss-jet/components/_buttons.scss */
.but-grey {
  background: #455a64;
}

/* line 130, ../../www/jet/html/scss-jet/components/_buttons.scss */
.but-indigo {
  background: #3f51b5;
}

/* line 134, ../../www/jet/html/scss-jet/components/_buttons.scss */
.but-orange {
  background: #e65100;
}

/* line 138, ../../www/jet/html/scss-jet/components/_buttons.scss */
.but-teal {
  background: #009688;
}

/* line 143, ../../www/jet/html/scss-jet/components/_buttons.scss */
.but-cyan {
  background: #00bcd4;
}

/* line 147, ../../www/jet/html/scss-jet/components/_buttons.scss */
.but-purple {
  background: #9c27b0;
}

/* line 151, ../../www/jet/html/scss-jet/components/_buttons.scss */
.but-yellow {
  background: #ffeb3b;
  color: #000 !important;
}

/* line 156, ../../www/jet/html/scss-jet/components/_buttons.scss */
.but-default {
  background: #eceff1;
  color: #000;
}

/* line 162, ../../www/jet/html/scss-jet/components/_buttons.scss */
.but-border {
  border-width: 2px !important;
  background: transparent !important;
  color: inherit !important;
}

/* line 168, ../../www/jet/html/scss-jet/components/_buttons.scss */
.j-link-dark-blue {
  color: rgba(12, 46, 80, 0.8) !important;
}

/* line 172, ../../www/jet/html/scss-jet/components/_buttons.scss */
.j-link-light-blue {
  color: rgba(142, 206, 243, 0.8) !important;
}

/* line 1, ../../www/jet/html/scss-jet/components/_modal.scss */
.jm-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 99999;
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/* line 14, ../../www/jet/html/scss-jet/components/_modal.scss */
.jm {
  display: none;
  position: fixed;
  top: 10vh;
  left: 50%;
  max-height: 80vh;
  background: #fff;
  padding: 1.5rem;
  box-sizing: border-box;
  overflow-y: auto;
  padding: 1.5rem;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  width: 800px;
  margin-left: -400px;
  z-index: 1;
}

/* line 36, ../../www/jet/html/scss-jet/components/_modal.scss */
.jm.jp {
  z-index: 999999;
}

/* line 42, ../../www/jet/html/scss-jet/components/_modal.scss */
.jm-close {
  cursor: pointer;
}

@media (max-width: 481px) {
  /* line 97, ../../www/jet/html/scss-jet/components/_modal.scss */
  .jm {
    width: auto;
    top: 40px;
    left: 20px;
    right: 20px;
    margin-left: 0;
  }
}

/* line 1, ../../www/jet/html/scss-jet/components/_modal-legasy.scss */
.j-modal-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 999998;
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/* line 14, ../../www/jet/html/scss-jet/components/_modal-legasy.scss */
.j-modal {
  position: fixed;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 1.5rem;
  z-index: 999999;
  box-sizing: border-box;
  overflow-y: auto;
  padding: 1.5rem;
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/* line 30, ../../www/jet/html/scss-jet/components/_modal-legasy.scss */
.j-modal.de-out {
  opacity: 0;
}

/* line 34, ../../www/jet/html/scss-jet/components/_modal-legasy.scss */
.j-modal.de-in {
  opacity: 1;
  transform: translateY(0);
}

/* line 39, ../../www/jet/html/scss-jet/components/_modal-legasy.scss */
.j-modal h3 {
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 45, ../../www/jet/html/scss-jet/components/_modal-legasy.scss */
.j-modal h3 span {
  cursor: pointer;
}

/* line 51, ../../www/jet/html/scss-jet/components/_modal-legasy.scss */
.j-modal-close {
  position: absolute;
  display: inline-flex;
  height: 30px;
  align-items: center;
  padding: 0 1.5rem;
  background: #f1f2f4;
  transition: all ease 0.5s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}

/* line 64, ../../www/jet/html/scss-jet/components/_modal-legasy.scss */
.j-modal-close:hover {
  background: #96b1e7;
}

/* line 68, ../../www/jet/html/scss-jet/components/_modal-legasy.scss */
.j-modal-close.close-bottom-right {
  bottom: 1rem;
  right: 1rem;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 481px) {
  /* line 124, ../../www/jet/html/scss-jet/components/_modal-legasy.scss */
  .j-modal {
    width: auto;
    left: 20px;
    right: 20px;
    transform: translateX(0);
  }
}

/* line 1, ../../www/jet/html/scss-jet/components/_loaders.scss */
.loader-spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 6.4px solid;
  border-color: #b5d3f1;
  border-right-color: #1e87f0;
  animation: spinner-d3wgkg 0.6s infinite linear;
  z-index: 10002;
}

@keyframes spinner-d3wgkg {
  to {
    transform: rotate(1turn);
  }
}

/* line 1, ../../www/jet/html/scss-jet/components/_small-components.scss */
blockquote {
  border-left: 6px solid #9ca6c2;
  color: #4c5361;
  margin: 1rem 0;
  padding: 0.5rem 0 0.5rem 1rem;
}

/* line 6, ../../www/jet/html/scss-jet/components/_small-components.scss */
blockquote p, blockquote div {
  margin-bottom: 0;
}

/* If your template can’t set [hidden], this ensures it does hide */
/* line 12, ../../www/jet/html/scss-jet/components/_small-components.scss */
figure[data-mediabox="video"] video[hidden] {
  display: none;
}

/* line 13, ../../www/jet/html/scss-jet/components/_small-components.scss */
figure[data-mediabox="video"] {
  cursor: pointer;
}

/* line 7, ../../www/jet/html/scss-jet/components/_table.scss */
table {
  width: 100%;
}

/* line 10, ../../www/jet/html/scss-jet/components/_table.scss */
table th,
table td {
  text-align: left;
  padding: 0.7rem;
}

/* line 16, ../../www/jet/html/scss-jet/components/_table.scss */
table thead tr {
  background: #a4abc4;
}

/* line 20, ../../www/jet/html/scss-jet/components/_table.scss */
table tbody tr {
  background: #eceff1;
}

/* line 23, ../../www/jet/html/scss-jet/components/_table.scss */
table tbody tr:hover {
  background: #b8c4f0;
}

/* line 30, ../../www/jet/html/scss-jet/components/_table.scss */
table.de-boxed tbody td {
  border: solid 1px #b8c4f0;
  background: transparent;
}

/* line 34, ../../www/jet/html/scss-jet/components/_table.scss */
table.de-boxed tbody td:hover {
  background: #b8c4f0;
}

/* line 41, ../../www/jet/html/scss-jet/components/_table.scss */
table.de-striped tbody tr {
  background: #eceff1;
}

/* line 44, ../../www/jet/html/scss-jet/components/_table.scss */
table.de-striped tbody tr:hover {
  background: #b8c4f0;
}

/* line 5, ../../www/jet/html/scss-jet/components/_tabs.scss */
.j-tabs {
  display: flex;
}

/* line 7, ../../www/jet/html/scss-jet/components/_tabs.scss */
.j-tabs li {
  cursor: pointer;
  padding: 6px 1rem;
  transition: all ease 0.5s;
}

/* line 11, ../../www/jet/html/scss-jet/components/_tabs.scss */
.j-tabs li:hover {
  background: rgba(0, 0, 0, 0.4);
}

/* line 15, ../../www/jet/html/scss-jet/components/_tabs.scss */
.j-tabs.top {
  margin: 0;
}

/* line 17, ../../www/jet/html/scss-jet/components/_tabs.scss */
.j-tabs.top li {
  border-radius: 6px 6px 0 0;
}

/* line 21, ../../www/jet/html/scss-jet/components/_tabs.scss */
.j-tabs.top.style-bg {
  border-bottom: 3px solid #54688d;
}

/* line 23, ../../www/jet/html/scss-jet/components/_tabs.scss */
.j-tabs.top.style-bg li {
  background: #eceff1;
  color: #555;
}

/* line 28, ../../www/jet/html/scss-jet/components/_tabs.scss */
.j-tabs.top.style-bg li.isActive {
  background: #54688d;
  color: #fff;
}

/* line 36, ../../www/jet/html/scss-jet/components/_tabs.scss */
.com-tabs {
  display: flex;
  margin-bottom: 1rem;
}

/* line 39, ../../www/jet/html/scss-jet/components/_tabs.scss */
.com-tabs .de-tabs {
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 46, ../../www/jet/html/scss-jet/components/_tabs.scss */
.com-tabs .de-tabs li {
  display: flex;
  padding: 0.5rem 1.5rem;
  cursor: pointer;
}

/* line 55, ../../www/jet/html/scss-jet/components/_tabs.scss */
.com-tabs .de-content {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-animation: show-tab 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: show-tab 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/* line 62, ../../www/jet/html/scss-jet/components/_tabs.scss */
.com-tabs.horizontal-top {
  display: flex;
  flex-direction: column;
}

/* line 66, ../../www/jet/html/scss-jet/components/_tabs.scss */
.com-tabs.horizontal-top .de-tabs {
  display: flex;
}

/* line 74, ../../www/jet/html/scss-jet/components/_tabs.scss */
.com-tabs.horizontal-top {
  flex-direction: column;
}

/* line 76, ../../www/jet/html/scss-jet/components/_tabs.scss */
.com-tabs.horizontal-top .de-content {
  padding: 1rem 0;
}

/* line 82, ../../www/jet/html/scss-jet/components/_tabs.scss */
.com-tabs.vertical-left {
  flex-direction: row;
}

/* line 84, ../../www/jet/html/scss-jet/components/_tabs.scss */
.com-tabs.vertical-left .de-tabs {
  flex-direction: column;
}

/* line 87, ../../www/jet/html/scss-jet/components/_tabs.scss */
.com-tabs.vertical-left .de-content {
  margin-top: 0;
  flex-grow: 1;
}

/* line 98, ../../www/jet/html/scss-jet/components/_tabs.scss */
.com-tabs.horizontal-top.tab-background .de-tabs {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

/* line 101, ../../www/jet/html/scss-jet/components/_tabs.scss */
.com-tabs.horizontal-top.tab-background .de-tabs li {
  display: flex;
  padding: 0.5rem 1.5rem;
}

/* line 106, ../../www/jet/html/scss-jet/components/_tabs.scss */
.com-tabs.horizontal-top.tab-background .de-tabs li.isActive {
  background: #54688d;
  border-radius: 6px 6px 0 0;
}

/* line 116, ../../www/jet/html/scss-jet/components/_tabs.scss */
.com-tabs.horizontal-top.tab-buttom-small .de-tabs {
  gap: 0.5rem;
  padding-right: 1rem;
}

/* line 119, ../../www/jet/html/scss-jet/components/_tabs.scss */
.com-tabs.horizontal-top.tab-buttom-small .de-tabs li {
  display: flex;
  font-size: 14px;
  line-height: 20px;
  padding: 0 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

/* line 127, ../../www/jet/html/scss-jet/components/_tabs.scss */
.com-tabs.horizontal-top.tab-buttom-small .de-tabs li.isActive {
  background: #54688d;
  color: #fff;
}

/* line 134, ../../www/jet/html/scss-jet/components/_tabs.scss */
.com-tabs.horizontal-top.tab-buttom-small .de-content {
  margin-top: 9px;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}

/* line 146, ../../www/jet/html/scss-jet/components/_tabs.scss */
.com-tabs.vertical-left.tab-background .de-tabs {
  margin-right: 1rem;
}

/* line 148, ../../www/jet/html/scss-jet/components/_tabs.scss */
.com-tabs.vertical-left.tab-background .de-tabs li {
  display: flex;
  padding: 0.5rem 1.5rem;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}

/* line 153, ../../www/jet/html/scss-jet/components/_tabs.scss */
.com-tabs.vertical-left.tab-background .de-tabs li.isActive {
  background: #54688d;
  border-radius: 6px 0 0 6px;
}

/* line 159, ../../www/jet/html/scss-jet/components/_tabs.scss */
.com-tabs.vertical-left.tab-background .de-content {
  flex-grow: 1;
}

/* line 166, ../../www/jet/html/scss-jet/components/_tabs.scss */
.com-tabs.vertical-left.tab-button .de-tabs {
  gap: 0.5rem;
  margin-right: 1rem;
}

/* line 171, ../../www/jet/html/scss-jet/components/_tabs.scss */
.com-tabs.vertical-left.tab-button .de-tabs li {
  display: flex;
  padding: 4px 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}

/* line 177, ../../www/jet/html/scss-jet/components/_tabs.scss */
.com-tabs.vertical-left.tab-button .de-tabs li.isActive {
  background: #54688d;
}

/* line 183, ../../www/jet/html/scss-jet/components/_tabs.scss */
.com-tabs.vertical-left.tab-button .de-content {
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}

/* ----------------------------------------------
 * Generated by Animista on 2025-7-9 11:14:5
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation show-tab
 * ----------------------------------------
 */
@-webkit-keyframes show-tab {
  0% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes show-tab {
  0% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

/* line 1, ../../www/jet/html/scss-jet/components/_card.scss */
.j-card {
  overflow: hidden;
  background: #fff;
}

/* line 4, ../../www/jet/html/scss-jet/components/_card.scss */
.j-card fugure {
  overflow: hidden;
}

/* line 10, ../../www/jet/html/scss-jet/components/_card.scss */
.j-card .d-body {
  padding: 0 1rem 1rem;
}

/* line 13, ../../www/jet/html/scss-jet/components/_card.scss */
.j-card .d-header, .j-card .d-footer, .j-card .d-content {
  padding-top: 8px;
  margin-top: 6px;
}

/* line 17, ../../www/jet/html/scss-jet/components/_card.scss */
.j-card h2, .j-card h3, .j-card h4, .j-card a {
  margin: 0;
}

/* line 20, ../../www/jet/html/scss-jet/components/_card.scss */
.j-card p {
  margin-bottom: 0.7rem;
}

/* line 22, ../../www/jet/html/scss-jet/components/_card.scss */
.j-card p:last-child {
  margin-bottom: 0;
}

/* line 27, ../../www/jet/html/scss-jet/components/_card.scss */
.j-card .d-footer {
  border-top: solid 1px rgba(0, 0, 0, 0.6) !important;
}

/* line 34, ../../www/jet/html/scss-jet/components/_card.scss */
.card {
  overflow: hidden;
}

/* line 36, ../../www/jet/html/scss-jet/components/_card.scss */
.card h3 {
  font-size: 1.6rem;
  margin: 0 0 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

/* line 42, ../../www/jet/html/scss-jet/components/_card.scss */
.card a {
  margin-top: 1rem;
}

/* line 1, ../../www/jet/html/scss-jet/components/_tips.scss */
[j-tip] {
  position: relative;
  pointer: cursor;
}

/* line 6, ../../www/jet/html/scss-jet/components/_tips.scss */
[j-tip]::before,
[j-tip]::after {
  text-transform: none;
  font-size: 0.9em !important;
  line-height: 1;
  position: absolute;
  display: none;
  opacity: 0;
}

/* line 16, ../../www/jet/html/scss-jet/components/_tips.scss */
[j-tip]::before {
  content: '';
  border: 6px solid transparent;
  z-index: 101;
}

/* line 22, ../../www/jet/html/scss-jet/components/_tips.scss */
[j-tip]::after {
  content: attr(j-tip);
  text-align: center;
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 6px 8px;
  border-radius: 3px;
  background: #333333;
  color: #FFFFFF;
  z-index: 100;
}

/* line 37, ../../www/jet/html/scss-jet/components/_tips.scss */
[j-tip]:hover::before,
[j-tip]:hover::after {
  display: block;
}

/* line 42, ../../www/jet/html/scss-jet/components/_tips.scss */
[j-tip='']::before,
[j-tip='']::after {
  display: none !important;
}

/* line 47, ../../www/jet/html/scss-jet/components/_tips.scss */
[j-tip]:not([j-flow])::before,
[j-tip][j-flow^="top"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333333;
}

/* line 54, ../../www/jet/html/scss-jet/components/_tips.scss */
[j-tip]:not([j-flow])::after,
[j-tip][j-flow^="top"]::after {
  bottom: calc(100% + 5px);
}

/* line 59, ../../www/jet/html/scss-jet/components/_tips.scss */
[j-tip]:not([j-flow])::before,
[j-tip]:not([j-flow])::after,
[j-tip][j-flow^="top"]::before,
[j-tip][j-flow^="top"]::after {
  left: 50%;
  transform: translate(-50%, -0.4em);
}

/* line 67, ../../www/jet/html/scss-jet/components/_tips.scss */
[j-tip][j-flow^="bottom"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333333;
}

/* line 73, ../../www/jet/html/scss-jet/components/_tips.scss */
[j-tip][j-flow^="bottom"]::after {
  top: calc(100% + 5px);
}

/* line 77, ../../www/jet/html/scss-jet/components/_tips.scss */
[j-tip][j-flow^="bottom"]::before,
[j-tip][j-flow^="bottom"]::after {
  left: 50%;
  transform: translate(-50%, 0.4em);
}

/* line 83, ../../www/jet/html/scss-jet/components/_tips.scss */
[j-tip][j-flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333333;
  left: calc(0em - 5px);
  transform: translate(-0.5em, -50%);
}

/* line 91, ../../www/jet/html/scss-jet/components/_tips.scss */
[j-tip][j-flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-0.4em, -50%);
}

/* line 97, ../../www/jet/html/scss-jet/components/_tips.scss */
[j-tip][j-flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333333;
  right: calc(0em - 7px);
  transform: translate(0.4em, -50%);
}

/* line 105, ../../www/jet/html/scss-jet/components/_tips.scss */
[j-tip][j-flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(0.5em, -50%);
}

@keyframes tooltip-vert {
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltip-horz {
  to {
    opacity: 1;
    transform: translate(0, -50%);
  }
}

/* default: no delay */
/* line 125, ../../www/jet/html/scss-jet/components/_tips.scss */
[j-tip] {
  --j-delay: 0s;
}

/* handy presets (you can add more) */
/* line 128, ../../www/jet/html/scss-jet/components/_tips.scss */
[j-tip][j-delay="0.25"] {
  --j-delay: .25s;
}

/* line 129, ../../www/jet/html/scss-jet/components/_tips.scss */
[j-tip][j-delay="0.5"] {
  --j-delay: .5s;
}

/* line 130, ../../www/jet/html/scss-jet/components/_tips.scss */
[j-tip][j-delay="1"] {
  --j-delay: 1s;
}

/* line 131, ../../www/jet/html/scss-jet/components/_tips.scss */
[j-tip][j-delay="2"] {
  --j-delay: 2s;
}

/* line 132, ../../www/jet/html/scss-jet/components/_tips.scss */
[j-tip][j-delay="3"] {
  --j-delay: 3s;
}

/* apply the delay on SHOW only (hover state) */
/* line 135, ../../www/jet/html/scss-jet/components/_tips.scss */
[j-tip]:not([j-flow]):hover::before,
[j-tip]:not([j-flow]):hover::after,
[j-tip][j-flow^="top"]:hover::before,
[j-tip][j-flow^="top"]:hover::after,
[j-tip][j-flow^="bottom"]:hover::before,
[j-tip][j-flow^="bottom"]:hover::after {
  animation: tooltip-vert .5s ease-out forwards;
  animation-delay: var(--j-delay);
}

/* line 145, ../../www/jet/html/scss-jet/components/_tips.scss */
[j-tip][j-flow^="left"]:hover::before,
[j-tip][j-flow^="left"]:hover::after,
[j-tip][j-flow^="right"]:hover::before,
[j-tip][j-flow^="right"]:hover::after {
  animation: tooltip-horz .5s ease-out forwards;
  animation-delay: var(--j-delay);
}

/* line 1, ../../www/jet/html/scss-jet/components/_info-box.scss */
.info-box-container {
  width: 100%;
}

/* line 5, ../../www/jet/html/scss-jet/components/_info-box.scss */
.info-box {
  display: flex;
}

/* line 8, ../../www/jet/html/scss-jet/components/_info-box.scss */
.info-box .d-wrap {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

/* line 14, ../../www/jet/html/scss-jet/components/_info-box.scss */
.info-box .d-heading {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 22, ../../www/jet/html/scss-jet/components/_info-box.scss */
.info-box .d-heading div {
  flex-grow: 1;
}

/* line 26, ../../www/jet/html/scss-jet/components/_info-box.scss */
.info-box .d-heading.icn-after {
  flex-direction: row-reverse;
}

/* line 30, ../../www/jet/html/scss-jet/components/_info-box.scss */
.info-box .d-heading.icn-above {
  flex-direction: column;
  align-items: center;
}

/* line 35, ../../www/jet/html/scss-jet/components/_info-box.scss */
.info-box .d-content {
  margin-top: 4px;
  padding-top: 8px;
}

/* line 39, ../../www/jet/html/scss-jet/components/_info-box.scss */
.info-box .d-content.icn-above {
  text-align: center;
}

/* line 2, ../../www/jet/html/scss-jet/components/_accordion.scss */
.j-accordion li {
  /* start closed */
  /* opening */
  /* closing */
}

/* line 3, ../../www/jet/html/scss-jet/components/_accordion.scss */
.j-accordion li h3 {
  cursor: pointer;
}

/* line 8, ../../www/jet/html/scss-jet/components/_accordion.scss */
.j-accordion li .d-content {
  display: none;
  transition: max-height .35s ease;
}

/* line 15, ../../www/jet/html/scss-jet/components/_accordion.scss */
.j-accordion li .d-content.in {
  display: block;
  opacity: 1;
  -webkit-animation: scale-in-ver-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-ver-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* line 23, ../../www/jet/html/scss-jet/components/_accordion.scss */
.j-accordion li .d-content.out {
  display: none;
  -webkit-animation: swing-out-top-bck 0.45s cubic-bezier(0.6, -0.28, 0.735, 0.045) both;
  animation: swing-out-top-bck 0.45s cubic-bezier(0.6, -0.28, 0.735, 0.045) both;
}

@-webkit-keyframes scale-in-ver-top {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
}

@keyframes scale-in-ver-top {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
}

@-webkit-keyframes scale-out-ver-top {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
}

@keyframes scale-out-ver-top {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2025-8-15 15:52:9
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation swing-out-top-bck
 * ----------------------------------------
 */
@-webkit-keyframes swing-out-top-bck {
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateX(-100deg);
    transform: rotateX(-100deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
  }
}

@keyframes swing-out-top-bck {
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateX(-100deg);
    transform: rotateX(-100deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
  }
}

/* line 3, ../../www/jet/html/scss-jet/components/_dot-menu.scss */
.dot-menu {
  position: fixed;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  padding: 1rem 8px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: #999;
  border-radius: 16px;
  z-index: 9999999;
}

/* line 15, ../../www/jet/html/scss-jet/components/_dot-menu.scss */
.dot-menu a {
  width: 16px;
  height: 16px;
  background: #666;
  border-radius: 50%;
  transition: all ease .5s;
}

/* line 21, ../../www/jet/html/scss-jet/components/_dot-menu.scss */
.dot-menu a:hover {
  background: #0000009a;
}

/* line 27, ../../www/jet/html/scss-jet/components/_dot-menu.scss */
[data-tooltip] {
  position: relative;
  pointer: cursor;
}

/* line 31, ../../www/jet/html/scss-jet/components/_dot-menu.scss */
[data-tooltip]::before,
[data-tooltip]::after {
  text-transform: none;
  font-size: .9em;
  line-height: 1;
  position: absolute;
  display: none;
  opacity: 0;
}

/* line 41, ../../www/jet/html/scss-jet/components/_dot-menu.scss */
[data-tooltip]::before {
  content: '';
  border: 6px solid transparent;
  z-index: 101;
}

/* line 46, ../../www/jet/html/scss-jet/components/_dot-menu.scss */
[data-tooltip]::after {
  content: attr(data-tooltip);
  text-align: center;
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 6px 8px;
  border-radius: 3px;
  background: #333333;
  color: #FFFFFF;
  z-index: 100;
}

/* line 60, ../../www/jet/html/scss-jet/components/_dot-menu.scss */
[data-tooltip]:hover::before,
[data-tooltip]:hover::after {
  display: block;
}

/* line 64, ../../www/jet/html/scss-jet/components/_dot-menu.scss */
[data-tooltip='']::before,
[data-tooltip='']::after {
  display: none !important;
}

/* line 68, ../../www/jet/html/scss-jet/components/_dot-menu.scss */
[data-tooltip]:not([data-flow])::before,
[data-tooltip][data-flow^="top"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333333;
}

/* line 74, ../../www/jet/html/scss-jet/components/_dot-menu.scss */
[data-tooltip]:not([data-flow])::after,
[data-tooltip][data-flow^="top"]::after {
  bottom: calc(100% + 5px);
}

/* line 78, ../../www/jet/html/scss-jet/components/_dot-menu.scss */
[data-tooltip]:not([data-flow])::before,
[data-tooltip]:not([data-flow])::after,
[data-tooltip][data-flow^="top"]::before,
[data-tooltip][data-flow^="top"]::after {
  left: 50%;
  transform: translate(-50%, -0.4em);
}

/* line 85, ../../www/jet/html/scss-jet/components/_dot-menu.scss */
[data-tooltip][data-flow^="bottom"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333333;
}

/* line 90, ../../www/jet/html/scss-jet/components/_dot-menu.scss */
[data-tooltip][data-flow^="bottom"]::after {
  top: calc(100% + 5px);
}

/* line 93, ../../www/jet/html/scss-jet/components/_dot-menu.scss */
[data-tooltip][data-flow^="bottom"]::before,
[data-tooltip][data-flow^="bottom"]::after {
  left: 50%;
  transform: translate(-50%, 0.4em);
}

/* line 98, ../../www/jet/html/scss-jet/components/_dot-menu.scss */
[data-tooltip][data-flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333333;
  left: calc(0em - 5px);
  transform: translate(-0.5em, -50%);
}

/* line 105, ../../www/jet/html/scss-jet/components/_dot-menu.scss */
[data-tooltip][data-flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-0.4em, -50%);
}

/* line 110, ../../www/jet/html/scss-jet/components/_dot-menu.scss */
[data-tooltip][data-flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333333;
  right: calc(0em - 7px);
  transform: translate(0.4em, -50%);
}

/* line 117, ../../www/jet/html/scss-jet/components/_dot-menu.scss */
[data-tooltip][data-flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(0.5em, -50%);
}

@keyframes tooltip-vert {
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltip-horz {
  to {
    opacity: 1;
    transform: translate(0, -50%);
  }
}

/* line 134, ../../www/jet/html/scss-jet/components/_dot-menu.scss */
[data-tooltip]:not([data-flow]):hover::before,
[data-tooltip]:not([data-flow]):hover::after,
[data-tooltip][data-flow^="top"]:hover::before,
[data-tooltip][data-flow^="top"]:hover::after,
[data-tooltip][data-flow^="bottom"]:hover::before,
[data-tooltip][data-flow^="bottom"]:hover::after {
  animation: tooltip-vert .5s ease-out forwards;
}

/* line 142, ../../www/jet/html/scss-jet/components/_dot-menu.scss */
[data-tooltip][data-flow^="left"]:hover::before,
[data-tooltip][data-flow^="left"]:hover::after,
[data-tooltip][data-flow^="right"]:hover::before,
[data-tooltip][data-flow^="right"]:hover::after {
  animation: tooltip-horz .5s ease-out forwards;
}

/* line 3, ../../www/jet/html/scss-jet/components/_logo.scss */
.jet-logo {
  position: relative;
  display: flex;
  gap: 4px;
}

/* line 7, ../../www/jet/html/scss-jet/components/_logo.scss */
.jet-logo .logo-text {
  display: flex;
  flex-direction: column;
}

/* line 11, ../../www/jet/html/scss-jet/components/_logo.scss */
.jet-logo .logo-text p {
  margin: 0;
}

/* line 14, ../../www/jet/html/scss-jet/components/_logo.scss */
.jet-logo .logo-text span {
  font-size: 0.8rem;
}

/* line 1, ../../www/jet/html/scss-jet/components/_lightbox.scss */
.j-lightbox {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #fff;
  z-index: 1000000;
}

/* line 11, ../../www/jet/html/scss-jet/components/_lightbox.scss */
.j-lightbox .d-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000000;
  height: 35px;
  align-items: center;
}

/* line 21, ../../www/jet/html/scss-jet/components/_lightbox.scss */
.j-lightbox .box-content {
  position: fixed;
  top: 35px;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1000000;
  overflow: auto;
}

/* line 31, ../../www/jet/html/scss-jet/components/_lightbox.scss */
.j-lightbox.pag-42 {
  left: 42px !important;
}

/* line 34, ../../www/jet/html/scss-jet/components/_lightbox.scss */
.j-lightbox.pag-42 .d-header,
.j-lightbox.pag-42 .box-content {
  left: 42px !important;
}

/* line 2, ../../www/jet/html/scss-jet/components/_slideshow.scss */
.ss {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 200px;
  margin: 0;
  background: #000;
}

/* line 12, ../../www/jet/html/scss-jet/components/_slideshow.scss */
.ss li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

/* line 21, ../../www/jet/html/scss-jet/components/_slideshow.scss */
.ss li img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 31, ../../www/jet/html/scss-jet/components/_slideshow.scss */
.ss li.img-top img {
  top: 0;
  transform: translate(-50%, 0);
}

/* line 36, ../../www/jet/html/scss-jet/components/_slideshow.scss */
.ss li.img-bottom img {
  bottom: 0;
  transform: translate(-50%, 0);
}

/* line 41, ../../www/jet/html/scss-jet/components/_slideshow.scss */
.ss li.img-left img {
  left: 0;
  transform: translate(0, -50%);
}

/* line 46, ../../www/jet/html/scss-jet/components/_slideshow.scss */
.ss li.img-right img {
  right: 0;
  transform: translate(0, -50%);
}

/* line 51, ../../www/jet/html/scss-jet/components/_slideshow.scss */
.ss li.img-center img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 57, ../../www/jet/html/scss-jet/components/_slideshow.scss */
.ss li .d-filter {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
}

/* line 66, ../../www/jet/html/scss-jet/components/_slideshow.scss */
.ss li .ss-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  color: #fff;
}

/* line 75, ../../www/jet/html/scss-jet/components/_slideshow.scss */
.ss li .ss-content .ss-content-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* line 84, ../../www/jet/html/scss-jet/components/_slideshow.scss */
.ss li.active {
  opacity: 1;
}

/* line 92, ../../www/jet/html/scss-jet/components/_slideshow.scss */
.ss-arrow-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  display: flex !important;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  transition: opacity ease .5s;
}

/* line 107, ../../www/jet/html/scss-jet/components/_slideshow.scss */
.ss-arrow-nav i {
  display: inline-block;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 50%;
  transition: background 0.5s ease;
}

/* line 116, ../../www/jet/html/scss-jet/components/_slideshow.scss */
.ss-arrow-nav i:hover {
  background: rgba(0, 0, 0, 0.8);
}

/* line 132, ../../www/jet/html/scss-jet/components/_slideshow.scss */
.ss:hover .ss-arrow-nav {
  opacity: 1;
}

/* line 139, ../../www/jet/html/scss-jet/components/_slideshow.scss */
.ss.arrow-visible .ss-arrow-nav {
  opacity: 1;
}

/* line 145, ../../www/jet/html/scss-jet/components/_slideshow.scss */
.ss-dots-nav,
.ss-thumbs-nav {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex !important;
  justify-content: center;
  gap: 4px;
  z-index: 5;
  opacity: 0;
  transition: opacity ease .5s;
}

/* line 167, ../../www/jet/html/scss-jet/components/_slideshow.scss */
.ss:hover .ss-dots-nav,
.ss:hover .ss-thumbs-nav {
  opacity: 1;
}

/* line 174, ../../www/jet/html/scss-jet/components/_slideshow.scss */
.ss-dots-nav {
  opacity: 0;
  transition: opacity 0.5s ease;
}

/* line 178, ../../www/jet/html/scss-jet/components/_slideshow.scss */
.ss-dots-nav button {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  border-width: 0;
  border-image-width: 0;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.5s ease;
}

/* line 189, ../../www/jet/html/scss-jet/components/_slideshow.scss */
.ss-dots-nav button:hover {
  opacity: 1;
}

/* line 197, ../../www/jet/html/scss-jet/components/_slideshow.scss */
.ss.dots-visible .ss-dots-nav {
  opacity: 1;
}

/* line 203, ../../www/jet/html/scss-jet/components/_slideshow.scss */
.ss-dots-nav button.active {
  background: rgba(255, 255, 255, 0.8);
}

/* line 208, ../../www/jet/html/scss-jet/components/_slideshow.scss */
.ss-thumbs-nav {
  opacity: 0;
  transition: opacity ease .5s;
}

/* line 212, ../../www/jet/html/scss-jet/components/_slideshow.scss */
.ss-thumbs-nav button {
  width: 100px;
  height: 50px;
  overflow: hidden;
  padding: 0;
  background: #000;
  border-image-width: 0;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #fff;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity ease .5s;
}

/* line 227, ../../www/jet/html/scss-jet/components/_slideshow.scss */
.ss-thumbs-nav button:hover {
  opacity: 1;
}

/* line 232, ../../www/jet/html/scss-jet/components/_slideshow.scss */
.ss-thumbs-nav img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 242, ../../www/jet/html/scss-jet/components/_slideshow.scss */
.ss.thumbs-visible .ss-thumbs-nav {
  opacity: 1;
}

@media (max-width: 768px) {
  /* line 249, ../../www/jet/html/scss-jet/components/_slideshow.scss */
  .ss-arrow-nav i {
    padding: 8px;
  }
  /* line 253, ../../www/jet/html/scss-jet/components/_slideshow.scss */
  .ss-dots-nav button {
    width: 8px;
    height: 8px;
  }
}

/* line 1, ../../www/jet/html/scss-jet/components/_title.scss */
.j-title {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}

/* line 9, ../../www/jet/html/scss-jet/components/_title.scss */
.j-title i {
  font-size: 0.8em;
  margin-right: 6px;
}

/* line 14, ../../www/jet/html/scss-jet/components/_title.scss */
.j-title.h-bd {
  background: rgba(0, 0, 0, 0.5);
  padding: 3px 1rem;
  border-radius: 5px;
}

/* line 20, ../../www/jet/html/scss-jet/components/_title.scss */
.j-title.h-bl {
  background: rgba(255, 255, 255, 0.5);
  padding: 3px 1rem;
  border-radius: 5px;
}

/* line 26, ../../www/jet/html/scss-jet/components/_title.scss */
.j-title.h-underline {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

/* line 30, ../../www/jet/html/scss-jet/components/_title.scss */
.j-title.h-underline-light {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

/* line 36, ../../www/jet/html/scss-jet/components/_title.scss */
.j-title span.d-t {
  margin: 0 5px;
}

/* line 40, ../../www/jet/html/scss-jet/components/_title.scss */
.j-title span.h-line {
  height: 2px;
  flex-grow: 1;
  background: rgba(0, 0, 0, 0.5);
}

/* line 46, ../../www/jet/html/scss-jet/components/_title.scss */
.j-title span.h-line-light {
  height: 2px;
  flex-grow: 1;
  background: rgba(255, 255, 255, 0.5);
}

/* line 3, ../../www/jet/html/scss-jet/components/_new-modals.scss */
.jet-modal {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  color: #000;
  z-index: 1000000;
  border-radius: 4px;
}

/* line 10, ../../www/jet/html/scss-jet/components/_new-modals.scss */
.jet-modal .d-inner {
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
  background: #fff;
  color: #444;
  overflow: auto;
  border-radius: 4px;
}

/* line 2, ../../www/jet/html/scss-jet/components/_menu.scss */
.j-menu {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 6, ../../www/jet/html/scss-jet/components/_menu.scss */
.j-menu a {
  transition: all ease .3s;
}

/* line 9, ../../www/jet/html/scss-jet/components/_menu.scss */
.j-menu a:hover {
  text-decoration: none;
  color: #38617c !important;
}

/* line 15, ../../www/jet/html/scss-jet/components/_menu.scss */
.j-menu li {
  position: relative;
}

/* line 18, ../../www/jet/html/scss-jet/components/_menu.scss */
.j-menu li .jmenu-sub {
  min-width: 150px;
  position: absolute;
  display: none;
  background: #fff;
  padding: 1rem;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}

/* line 37, ../../www/jet/html/scss-jet/components/_menu.scss */
.j-menu.sbs-default .jmenu-sub li {
  padding: 3px 0;
}

/* line 45, ../../www/jet/html/scss-jet/components/_menu.scss */
.j-menu.sbs-underline .jmenu-sub {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 49, ../../www/jet/html/scss-jet/components/_menu.scss */
.j-menu.sbs-underline .jmenu-sub li {
  padding: 5px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 54, ../../www/jet/html/scss-jet/components/_menu.scss */
.j-menu.sbs-underline .jmenu-sub li:last-child {
  border-width: 0;
}

/* line 62, ../../www/jet/html/scss-jet/components/_menu.scss */
.j-menu.sbs-boxed .jmenu-sub {
  border-radius: 5px;
  padding: 8px;
}

/* line 67, ../../www/jet/html/scss-jet/components/_menu.scss */
.j-menu.sbs-boxed .jmenu-sub li {
  margin-bottom: 5px;
}

/* line 71, ../../www/jet/html/scss-jet/components/_menu.scss */
.j-menu.sbs-boxed .jmenu-sub li a {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 5px;
  transition: all ease .3s;
}

/* line 77, ../../www/jet/html/scss-jet/components/_menu.scss */
.j-menu.sbs-boxed .jmenu-sub li a:hover {
  background: rgba(0, 0, 0, 0.2);
}

/* line 83, ../../www/jet/html/scss-jet/components/_menu.scss */
.j-menu.sbs-boxed .jmenu-sub li:last-child {
  margin-bottom: 0;
}

/* line 95, ../../www/jet/html/scss-jet/components/_menu.scss */
.j-menu.fd-r li .jmenu-sub {
  top: 100%;
  left: 0;
}

/* line 108, ../../www/jet/html/scss-jet/components/_menu.scss */
.j-menu.fd-c.drop-right li .jmenu-sub {
  top: 0;
  left: 100%;
}

/* line 118, ../../www/jet/html/scss-jet/components/_menu.scss */
.j-menu.fd-c.drop-left li .jmenu-sub {
  top: 0;
  right: 100%;
}

/* line 131, ../../www/jet/html/scss-jet/components/_menu.scss */
.j-menu.de-fade li:hover .jmenu-sub {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  display: block;
}

/* line 139, ../../www/jet/html/scss-jet/components/_menu.scss */
.j-menu.de-swing.fd-r li:hover .jmenu-sub {
  -webkit-animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  display: block;
}

/* line 145, ../../www/jet/html/scss-jet/components/_menu.scss */
.j-menu.de-swing.fd-c.drop-right li:hover .jmenu-sub {
  -webkit-animation: swing-in-left-fwd 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  animation: swing-in-left-fwd 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  display: block;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* line 2, ../../www/jet/html/scss-jet/components/_drop-inner.scss */
.drop-inner {
  position: relative;
}

/* line 5, ../../www/jet/html/scss-jet/components/_drop-inner.scss */
.drop-inner .j-trigger {
  cursor: pointer;
  transition: all ease .3s;
}

/* line 9, ../../www/jet/html/scss-jet/components/_drop-inner.scss */
.drop-inner .j-trigger:hover {
  color: #777;
}

/* line 14, ../../www/jet/html/scss-jet/components/_drop-inner.scss */
.drop-inner .d-inner {
  display: none;
  position: absolute;
  padding: 1rem;
  background: #fff;
  color: #444;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}

/* line 31, ../../www/jet/html/scss-jet/components/_drop-inner.scss */
.drop-inner {
  position: relative;
  top: 100%;
  left: 0;
}

/* line 38, ../../www/jet/html/scss-jet/components/_drop-inner.scss */
.drop-inner.drop-right .d-inner {
  top: 100%;
  left: 0;
}

/* line 44, ../../www/jet/html/scss-jet/components/_drop-inner.scss */
.drop-inner.drop-left .d-inner {
  top: 100%;
  right: 0;
}

/* line 51, ../../www/jet/html/scss-jet/components/_drop-inner.scss */
.drop-inner.is-vertical.drop-right .d-inner {
  top: 0;
  left: 100%;
}

/* line 57, ../../www/jet/html/scss-jet/components/_drop-inner.scss */
.drop-inner.is-vertical.drop-left .d-inner {
  top: 0;
  right: 100%;
}

/* line 66, ../../www/jet/html/scss-jet/components/_drop-inner.scss */
.drop-inner .d-inner.isActive {
  -webkit-animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  display: block;
}

/* line 5, ../../www/jet/html/scss-jet/components/_bg_video.scss */
.bg-video {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 18, ../../www/jet/html/scss-jet/components/_bg_video.scss */
.bg-video__media {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  display: block;
}

/* line 43, ../../www/jet/html/scss-jet/components/_bg_video.scss */
.bg-video__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: url("https://d3k5xyayaartr5.cloudfront.net/_assets/pattern-overlays/patterns/black-medium-checks.png") left top repeat;
  opacity: 0.3;
}

/* line 62, ../../www/jet/html/scss-jet/components/_bg_video.scss */
.bg-video__content {
  position: relative;
  z-index: 3;
  padding: 6rem 0;
}

/* line 1, ../../www/jet/html/scss-jet/engine/_layout.scss */
#j-page {
  position: relative;
}

/* line 5, ../../www/jet/html/scss-jet/engine/_layout.scss */
header {
  z-index: 2;
}

/* line 9, ../../www/jet/html/scss-jet/engine/_layout.scss */
main {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

/* line 16, ../../www/jet/html/scss-jet/engine/_layout.scss */
.jet-section,
#j-page,
#header,
#footer {
  position: relative;
}

/* line 26, ../../www/jet/html/scss-jet/engine/_layout.scss */
.jet-section .img-bg,
#j-page .img-bg,
#header .img-bg,
#footer .img-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

/* line 37, ../../www/jet/html/scss-jet/engine/_layout.scss */
.jet-section .j-container {
  position: relative;
  position: relative;
}

/* line 40, ../../www/jet/html/scss-jet/engine/_layout.scss */
.jet-section .j-container .j-image {
  z-index: 2;
}

/* line 46, ../../www/jet/html/scss-jet/engine/_layout.scss */
.jet-section .j-container div,
.jet-section .j-container ui,
.jet-section .j-container h1,
.jet-section .j-container h2,
.jet-section .j-container y3,
.jet-section .j-container h4,
.jet-section .j-container h5,
.jet-section .j-container h6,
.jet-section .j-container p,
.jet-section .j-container a {
  z-index: 3;
}

/* line 2, ../../www/jet/html/scss-jet/engine/_small-elements.scss */
.j-image {
  position: relative;
  overflow: hidden;
}

/* line 6, ../../www/jet/html/scss-jet/engine/_small-elements.scss */
.j-image.img-circle {
  aspect-ratio: 1/1;
  border-radius: 50%;
}

/* line 10, ../../www/jet/html/scss-jet/engine/_small-elements.scss */
.j-image img {
  z-index: 1;
  width: 100%;
}

/* line 14, ../../www/jet/html/scss-jet/engine/_small-elements.scss */
.j-image .d-heading {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.4);
  z-index: 2;
}

/* line 2, ../../www/jet/html/scss-jet/engine/_utilites.scss */
.media-box {
  position: relative;
}

/* line 4, ../../www/jet/html/scss-jet/engine/_utilites.scss */
.media-box video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

/* line 12, ../../www/jet/html/scss-jet/engine/_utilites.scss */
.media-box .w-container {
  z-index: 2;
}

/* line 2, ../../www/jet/html/scss-jet/animation/_ja-fade-in.scss */
.jp.ja-fade-in {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 0.5) both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 0.5) both;
}

/* line 6, ../../www/jet/html/scss-jet/animation/_ja-fade-in.scss */
.jp.ja-fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/* line 10, ../../www/jet/html/scss-jet/animation/_ja-fade-in.scss */
.jp.ja-fade-in-bottom-s {
  -webkit-animation: fade-in-bottom 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/* line 14, ../../www/jet/html/scss-jet/animation/_ja-fade-in.scss */
.jp.ja-fade-in-top {
  -webkit-animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/* line 18, ../../www/jet/html/scss-jet/animation/_ja-fade-in.scss */
.jp.ja-fade-in-left {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/* line 22, ../../www/jet/html/scss-jet/animation/_ja-fade-in.scss */
.jp.ja-fade-in-right {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/* line 2, ../../www/jet/html/scss-jet/animation/_ja-fade-out.scss */
.jp.ja-fade-out {
  -webkit-animation: fade-out 1s ease-out both;
  animation: fade-out 1s ease-out both;
}

/* line 6, ../../www/jet/html/scss-jet/animation/_ja-fade-out.scss */
.jp.ja-fade-out-top {
  -webkit-animation: fade-out-top 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: fade-out-top 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* line 10, ../../www/jet/html/scss-jet/animation/_ja-fade-out.scss */
.jp.ja-fade-out-bottom {
  -webkit-animation: fade-out-bottom 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: fade-out-bottom 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* line 14, ../../www/jet/html/scss-jet/animation/_ja-fade-out.scss */
.jp.ja-fade-out-left {
  -webkit-animation: fade-out-left 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: fade-out-left 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* line 18, ../../www/jet/html/scss-jet/animation/_ja-fade-out.scss */
.jp.ja-fade-out-right {
  -webkit-animation: fade-out-right 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: fade-out-right 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2025-4-27 19:42:48
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-out-right
 * ----------------------------------------
 */
@-webkit-keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
}

@keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2025-4-27 19:42:18
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-out-left
 * ----------------------------------------
 */
@-webkit-keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
}

@keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2025-4-27 19:41:44
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-out-bottom
 * ----------------------------------------
 */
@-webkit-keyframes fade-out-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
}

@keyframes fade-out-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2025-4-27 19:40:47
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-out-top
 * ----------------------------------------
 */
@-webkit-keyframes fade-out-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
}

@keyframes fade-out-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2025-4-27 19:39:27
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-out
 * ----------------------------------------
 */
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* line 2, ../../www/jet/html/scss-jet/animation/_ja-scale-in.scss */
.jp.ja-scale-in-center, .jp.ja-scale-in {
  -webkit-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* line 7, ../../www/jet/html/scss-jet/animation/_ja-scale-in.scss */
.jp.ja-scale-in-hor-center {
  -webkit-animation: scale-in-hor-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-hor-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* line 11, ../../www/jet/html/scss-jet/animation/_ja-scale-in.scss */
.jp.ja-scale-in-ver-center {
  -webkit-animation: scale-in-ver-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-ver-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* line 15, ../../www/jet/html/scss-jet/animation/_ja-scale-in.scss */
.jp.ja-scale-in-ver-top {
  -webkit-animation: scale-in-ver-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-ver-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2025-4-27 9:15:39
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-in-ver-top
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-ver-top {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
}

@keyframes scale-in-ver-top {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2025-4-27 9:14:18
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-in-ver-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-ver-center {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
}

@keyframes scale-in-ver-center {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
}

@-webkit-keyframes scale-in-hor-center {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
  }
}

@keyframes scale-in-hor-center {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
  }
}

@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

/* line 3, ../../www/jet/html/scss-jet/animation/_ja-scale-out.scss */
.jp.ja-scale-out-center, .jp.ja-scale-out {
  -webkit-animation: scale-out-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-out-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* line 9, ../../www/jet/html/scss-jet/animation/_ja-scale-out.scss */
.jp.ja-scale-out-horizontal {
  -webkit-animation: scale-out-horizontal 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: scale-out-horizontal 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

/* line 14, ../../www/jet/html/scss-jet/animation/_ja-scale-out.scss */
.jp.ja-scale-out-vertical {
  -webkit-animation: scale-out-vertical 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: scale-out-vertical 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2026-1-20 18:11:32
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-out-vertical
 * ----------------------------------------
 */
@-webkit-keyframes scale-out-vertical {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 1;
  }
}

@keyframes scale-out-vertical {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 1;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2026-1-20 18:10:9
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-out-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes scale-out-horizontal {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 1;
  }
}

@keyframes scale-out-horizontal {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 1;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2026-1-20 18:9:5
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-out-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-out-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
}

@keyframes scale-out-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
}

/* line 3, ../../www/jet/html/scss-jet/animation/_ja-text-effects.scss */
.jp.ja-tracking-in-contract {
  -webkit-animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

/* line 8, ../../www/jet/html/scss-jet/animation/_ja-text-effects.scss */
.jp.ja-tracking-in-expand {
  -webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

/* line 13, ../../www/jet/html/scss-jet/animation/_ja-text-effects.scss */
.jp.ja-tracking-in-expand-fwd {
  -webkit-animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

/* line 18, ../../www/jet/html/scss-jet/animation/_ja-text-effects.scss */
.jp.ja-tracking-in-expand-fwd-top {
  -webkit-animation: tracking-in-expand-fwd-top 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: tracking-in-expand-fwd-top 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

/* line 23, ../../www/jet/html/scss-jet/animation/_ja-text-effects.scss */
.jp.ja-tracking-in-expand-fwd-bottom {
  -webkit-animation: tracking-in-expand-fwd-bottom 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: tracking-in-expand-fwd-bottom 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

/* line 28, ../../www/jet/html/scss-jet/animation/_ja-text-effects.scss */
.jp.ja-tracking-in-contract-bck {
  -webkit-animation: tracking-in-contract-bck 1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: tracking-in-contract-bck 1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

/* line 33, ../../www/jet/html/scss-jet/animation/_ja-text-effects.scss */
.jp.ja-tracking-in-contract-bck-top {
  -webkit-animation: tracking-in-contract-bck-top 1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: tracking-in-contract-bck-top 1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

/* line 38, ../../www/jet/html/scss-jet/animation/_ja-text-effects.scss */
.jp.ja-tracking-in-contract-bck-bottom {
  -webkit-animation: tracking-in-contract-bck-bottom 1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: tracking-in-contract-bck-bottom 1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2025-12-27 13:5:15
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation tracking-in-contract-bck-bottom
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-contract-bck-bottom {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px) translateY(300px);
    transform: translateZ(400px) translateY(300px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}

@keyframes tracking-in-contract-bck-bottom {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px) translateY(300px);
    transform: translateZ(400px) translateY(300px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2025-12-27 13:4:35
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation tracking-in-contract-bck-top
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-contract-bck-top {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px) translateY(-300px);
    transform: translateZ(400px) translateY(-300px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}

@keyframes tracking-in-contract-bck-top {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px) translateY(-300px);
    transform: translateZ(400px) translateY(-300px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2025-12-27 13:3:51
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation tracking-in-contract-bck
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px);
    transform: translateZ(400px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px);
    transform: translateZ(400px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2025-12-27 13:3:17
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation tracking-in-expand-fwd-bottom
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-expand-fwd-bottom {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px) translateY(500px);
    transform: translateZ(-700px) translateY(500px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}

@keyframes tracking-in-expand-fwd-bottom {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px) translateY(500px);
    transform: translateZ(-700px) translateY(500px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2025-12-27 13:2:37
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation tracking-in-expand-fwd-top
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-expand-fwd-top {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px) translateY(-500px);
    transform: translateZ(-700px) translateY(-500px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}

@keyframes tracking-in-expand-fwd-top {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px) translateY(-500px);
    transform: translateZ(-700px) translateY(-500px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2025-12-27 13:1:21
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation tracking-in-expand-fwd
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px);
    transform: translateZ(-700px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes tracking-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px);
    transform: translateZ(-700px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2025-12-27 13:0:35
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation tracking-in-expand
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2025-4-29 9:3:30
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation tracking-in-contract
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}

@keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}

/* line 3, ../../www/jet/html/scss-jet/animation/_ja-focus.scss */
.jp.ja-text-focus-in {
  -webkit-animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

/* line 8, ../../www/jet/html/scss-jet/animation/_ja-focus.scss */
.jp.ja-focus-in-expand {
  -webkit-animation: focus-in-expand 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: focus-in-expand 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* line 13, ../../www/jet/html/scss-jet/animation/_ja-focus.scss */
.jp.ja-focus-in-expand-fwd {
  -webkit-animation: focus-in-expand-fwd 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: focus-in-expand-fwd 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* line 18, ../../www/jet/html/scss-jet/animation/_ja-focus.scss */
.jp.ja-focus-in-contract {
  -webkit-animation: focus-in-contract 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: focus-in-contract 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* line 23, ../../www/jet/html/scss-jet/animation/_ja-focus.scss */
.jp.ja-focus-in-contract-bck {
  -webkit-animation: focus-in-contract-bck 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: focus-in-contract-bck 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2025-4-29 9:11:41
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation focus-in-contract-bck
 * ----------------------------------------
 */
@-webkit-keyframes focus-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(12px);
    transform: translateZ(12px);
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

@keyframes focus-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(12px);
    transform: translateZ(12px);
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2025-4-29 9:11:12
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation focus-in-contract
 * ----------------------------------------
 */
@-webkit-keyframes focus-in-contract {
  0% {
    letter-spacing: 1em;
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

@keyframes focus-in-contract {
  0% {
    letter-spacing: 1em;
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2025-4-29 9:10:41
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation focus-in-expand-fwd
 * ----------------------------------------
 */
@-webkit-keyframes focus-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-800px);
    transform: translateZ(-800px);
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

@keyframes focus-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-800px);
    transform: translateZ(-800px);
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2025-4-29 9:10:10
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation focus-in-expand
 * ----------------------------------------
 */
@-webkit-keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

@keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2025-4-29 9:9:30
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation text-focus-in
 * ----------------------------------------
 */
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

/* line 2, ../../www/jet/html/scss-jet/animation/_ja-swing-in.scss */
.jp.ja-swing-in-top {
  -webkit-animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

@-webkit-keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
    transform: rotateX(-100deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 1;
  }
}

@keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
    transform: rotateX(-100deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 1;
  }
}

/* line 2, ../../www/jet/html/scss-jet/animation/_ja-bounce-in.scss */
.jp.ja-bounce-in-fwd, .jp.ja-bounce-in {
  -webkit-animation: bounce-in-fwd 1.1s both;
  animation: bounce-in-fwd 1.1s both;
}

/* line 7, ../../www/jet/html/scss-jet/animation/_ja-bounce-in.scss */
.jp .bounce-in-bck {
  -webkit-animation: bounce-in-bck 1.1s both;
  animation: bounce-in-bck 1.1s both;
}

/* line 12, ../../www/jet/html/scss-jet/animation/_ja-bounce-in.scss */
.jp.ja-bounce-in-bottom {
  -webkit-animation: bounce-in-bottom 1.1s both;
  animation: bounce-in-bottom 1.1s both;
}

/* line 17, ../../www/jet/html/scss-jet/animation/_ja-bounce-in.scss */
.jp.ja-bounce-in-top {
  -webkit-animation: bounce-in-top 1.1s both;
  animation: bounce-in-top 1.1s both;
}

/* line 21, ../../www/jet/html/scss-jet/animation/_ja-bounce-in.scss */
.jp.ja-bounce-in-left {
  -webkit-animation: bounce-in-left 1.1s both;
  animation: bounce-in-left 1.1s both;
}

/* line 25, ../../www/jet/html/scss-jet/animation/_ja-bounce-in.scss */
.jp.ja-bounce-in-right {
  -webkit-animation: bounce-in-right 1.1s both;
  animation: bounce-in-right 1.1s both;
}

/* ----------------------------------------------
 * Generated by Animista on 2026-1-19 22:50:5
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation bounce-in-left
 * ----------------------------------------
 */
@-webkit-keyframes bounce-in-left {
  0% {
    -webkit-transform: translateX(-600px);
    transform: translateX(-600px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateX(-68px);
    transform: translateX(-68px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateX(-28px);
    transform: translateX(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes bounce-in-left {
  0% {
    -webkit-transform: translateX(-600px);
    transform: translateX(-600px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateX(-68px);
    transform: translateX(-68px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateX(-28px);
    transform: translateX(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2026-1-19 21:35:56
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation bounce-in-bck
 * ----------------------------------------
 */
@-webkit-keyframes bounce-in-bck {
  0% {
    -webkit-transform: scale(7);
    transform: scale(7);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  89% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes bounce-in-bck {
  0% {
    -webkit-transform: scale(7);
    transform: scale(7);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  89% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2026-1-19 21:35:16
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation bounce-in-fwd
 * ----------------------------------------
 */
@-webkit-keyframes bounce-in-fwd {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: scale(0.84);
    transform: scale(0.84);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  89% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes bounce-in-fwd {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: scale(0.84);
    transform: scale(0.84);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  89% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2026-1-19 21:33:38
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation bounce-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes bounce-in-bottom {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(65px);
    transform: translateY(65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(28px);
    transform: translateY(28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes bounce-in-bottom {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(65px);
    transform: translateY(65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(28px);
    transform: translateY(28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2026-1-19 21:33:1
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation bounce-in-right
 * ----------------------------------------
 */
@-webkit-keyframes bounce-in-right {
  0% {
    -webkit-transform: translateX(600px);
    transform: translateX(600px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateX(68px);
    transform: translateX(68px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateX(32px);
    transform: translateX(32px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes bounce-in-right {
  0% {
    -webkit-transform: translateX(600px);
    transform: translateX(600px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateX(68px);
    transform: translateX(68px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateX(32px);
    transform: translateX(32px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2026-1-19 21:33:1
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation bounce-in-right
 * ----------------------------------------
 */
@-webkit-keyframes bounce-in-right {
  0% {
    -webkit-transform: translateX(600px);
    transform: translateX(600px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateX(68px);
    transform: translateX(68px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateX(32px);
    transform: translateX(32px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes bounce-in-right {
  0% {
    -webkit-transform: translateX(600px);
    transform: translateX(600px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateX(68px);
    transform: translateX(68px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateX(32px);
    transform: translateX(32px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2026-1-19 21:31:51
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation bounce-in-top
 * ----------------------------------------
 */
@-webkit-keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

/* line 10, ../../www/jet/html/scss-jet/animation/_index.scss */
.opacity-0 {
  opacity: 0;
}

/* line 13, ../../www/jet/html/scss-jet/animation/_index.scss */
.ja-display {
  display: block;
  opacity: 0;
}

/*# sourceMappingURL=jet.min.css.map */