/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html {
  line-height:1.15;
  -webkit-text-size-adjust:100%
}
body {
  margin:0
}
main {
  display:block
}
h1 {
  font-size:2em;
  margin:.67em 0
}
hr {
  box-sizing:content-box;
  height:0;
  overflow:visible
}
pre {
  font-family:monospace,monospace;
  font-size:1em
}
a {
  background-color:transparent
}
abbr[title] {
  border-bottom:none;
  text-decoration:underline;
  -webkit-text-decoration:underline dotted;
  text-decoration:underline dotted
}
b,
strong {
  font-weight:bolder
}
code,
kbd,
samp {
  font-family:monospace,monospace;
  font-size:1em
}
small {
  font-size:80%
}
sub,
sup {
  font-size:75%;
  line-height:0;
  position:relative;
  vertical-align:baseline
}
sub {
  bottom:-.25em
}
sup {
  top:-.5em
}
img {
  border-style:none
}
button,
input,
optgroup,
select,
textarea {
  font-family:inherit;
  font-size:100%;
  line-height:1.15;
  margin:0
}
button,
input {
  overflow:visible
}
button,
select {
  text-transform:none
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance:button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style:none;
  padding:0
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline:1px dotted ButtonText
}
fieldset {
  padding:.35em .75em .625em
}
legend {
  box-sizing:border-box;
  color:inherit;
  display:table;
  max-width:100%;
  padding:0;
  white-space:normal
}
progress {
  vertical-align:baseline
}
textarea {
  overflow:auto
}
[type=checkbox],
[type=radio] {
  box-sizing:border-box;
  padding:0
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height:auto
}
[type=search] {
  -webkit-appearance:textfield;
  outline-offset:-2px
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance:none
}
::-webkit-file-upload-button {
  -webkit-appearance:button;
  font:inherit
}
details {
  display:block
}
summary {
  display:list-item
}
[hidden],
template {
  display:none
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin:0
}
button {
  background-color:transparent;
  background-image:none
}
button:focus {
  outline:1px dotted;
  outline:5px auto -webkit-focus-ring-color
}
fieldset,
ol,
ul {
  margin:0;
  padding:0
}
ol,
ul {
  list-style:none
}
html {
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,BlinkMacSystemFont,Helvetica Neue,Arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  line-height:1.5
}
*,
:after,
:before {
  box-sizing:border-box;
  border:0 solid #e2e8f0
}
hr {
  border-top-width:1px
}
img {
  border-style:solid
}
textarea {
  resize:vertical
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color:#a0aec0
}
input::placeholder,
textarea::placeholder {
  color:#a0aec0
}
[role=button],
button {
  cursor:pointer
}
table {
  border-collapse:collapse
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size:inherit;
  font-weight:inherit
}
a {
  color:inherit;
  text-decoration:inherit
}
button,
input,
optgroup,
select,
textarea {
  padding:0;
  line-height:inherit;
  color:inherit
}
code,
kbd,
pre,
samp {
  font-family:Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display:block;
  vertical-align:middle
}
img,
video {
  max-width:100%;
  height:auto
}
.container {
  width:100%
}
@media (min-width:350px) {
  .container {
    max-width:350px
  }
}
@media (min-width:640px) {
  .container {
    max-width:640px
  }
}
@media (min-width:768px) {
  .container {
    max-width:768px
  }
}
@media (min-width:1024px) {
  .container {
    max-width:1024px
  }
}
@media (min-width:1280px) {
  .container {
    max-width:1280px
  }
}
.space-x-8>:not(template)~:not(template) {
  --space-x-reverse:0;
  margin-right:calc(2rem*var(--space-x-reverse));
  margin-left:calc(2rem*(1 - var(--space-x-reverse)))
}
.bg-black {
  --bg-opacity:1;
  background-color:#000;
  background-color:rgba(0,0,0,var(--bg-opacity))
}
.bg-white {
  --bg-opacity:1;
  background-color:#fff;
  background-color:rgba(255,255,255,var(--bg-opacity))
}
.bg-gray-200 {
  --bg-opacity:1;
  background-color:#edf2f7;
  background-color:rgba(237,242,247,var(--bg-opacity))
}
.bg-cus-f3 {
  --bg-opacity:1;
  background-color:#f3f3f3;
  background-color:rgba(243,243,243,var(--bg-opacity))
}
.bg-cus-f5 {
  --bg-opacity:1;
  background-color:#f5f5f5;
  background-color:rgba(245,245,245,var(--bg-opacity))
}
.bg-cus-d3 {
  --bg-opacity:1;
  background-color:#d3d3d3;
  background-color:rgba(211,211,211,var(--bg-opacity))
}
.bg-cus-org {
  --bg-opacity:1;
  background-color:#ff6500;
  background-color:rgba(255,101,0,var(--bg-opacity))
}
.bg-cus-ec {
  --bg-opacity:1;
  background-color:#ececec;
  background-color:rgba(236,236,236,var(--bg-opacity))
}
.bg-cus-ed {
  --bg-opacity:1;
  background-color:#ededed;
  background-color:rgba(237,237,237,var(--bg-opacity))
}
.bg-cus-org1 {
  --bg-opacity:1;
  background-color:#ffdec9;
  background-color:rgba(255,222,201,var(--bg-opacity))
}
.bg-cus-org3 {
  --bg-opacity:1;
  background-color:#ffcd4a;
  background-color:rgba(255,205,74,var(--bg-opacity))
}
.bg-cus-gf0 {
  --bg-opacity:1;
  background-color:#f0f0f0;
  background-color:rgba(240,240,240,var(--bg-opacity))
}
.bg-home-stripe-back {
  background-image:url(/web_raw/home/cl_faceb.svg)
}
.bg-opacity-50 {
  --bg-opacity:0.5
}
.bg-opacity-75 {
  --bg-opacity:0.75
}
.bg-center {
  background-position:50%
}
.bg-no-repeat {
  background-repeat:no-repeat
}
.border-collapse {
  border-collapse:collapse
}
.border-white {
  --border-opacity:1;
  border-color:#fff;
  border-color:rgba(255,255,255,var(--border-opacity))
}
.border-gray-200 {
  --border-opacity:1;
  border-color:#edf2f7;
  border-color:rgba(237,242,247,var(--border-opacity))
}
.border-cus-d7 {
  --border-opacity:1;
  border-color:#d7d7d7;
  border-color:rgba(215,215,215,var(--border-opacity))
}
.border-cus-df {
  --border-opacity:1;
  border-color:#dfdfdf;
  border-color:rgba(223,223,223,var(--border-opacity))
}
.border-cus-e8 {
  --border-opacity:1;
  border-color:#e8e8e8;
  border-color:rgba(232,232,232,var(--border-opacity))
}
.border-cus-e6 {
  --border-opacity:1;
  border-color:#e6e6e6;
  border-color:rgba(230,230,230,var(--border-opacity))
}
.border-cus-org {
  --border-opacity:1;
  border-color:#ff6500;
  border-color:rgba(255,101,0,var(--border-opacity))
}
.border-cus-e9 {
  --border-opacity:1;
  border-color:#e9e9e9;
  border-color:rgba(233,233,233,var(--border-opacity))
}
.border-cus-org2 {
  --border-opacity:1;
  border-color:#ff6500;
  border-color:rgba(255,101,0,var(--border-opacity))
}
.rounded {
  border-radius:.25rem
}
.rounded-md {
  border-radius:.375rem
}
.rounded-lg {
  border-radius:.5rem
}
.rounded-xl {
  border-radius:.75rem
}
.rounded-2xl {
  border-radius:1rem
}
.rounded-3xl {
  border-radius:1.5rem
}
.rounded-full {
  border-radius:9999px
}
.rounded-t {
  border-top-left-radius:.25rem
}
.rounded-r,
.rounded-t {
  border-top-right-radius:.25rem
}
.rounded-b,
.rounded-r {
  border-bottom-right-radius:.25rem
}
.rounded-b,
.rounded-l {
  border-bottom-left-radius:.25rem
}
.rounded-l {
  border-top-left-radius:.25rem
}
.rounded-r-lg {
  border-top-right-radius:.5rem;
  border-bottom-right-radius:.5rem
}
.rounded-l-lg {
  border-top-left-radius:.5rem;
  border-bottom-left-radius:.5rem
}
.rounded-t-xl {
  border-top-left-radius:.75rem;
  border-top-right-radius:.75rem
}
.rounded-b-xl {
  border-bottom-right-radius:.75rem;
  border-bottom-left-radius:.75rem
}
.rounded-r-full {
  border-top-right-radius:9999px;
  border-bottom-right-radius:9999px
}
.rounded-tl-2xl {
  border-top-left-radius:1rem
}
.rounded-tr-2xl {
  border-top-right-radius:1rem
}
.border-solid {
  border-style:solid
}
.border-none {
  border-style:none
}
.border-0 {
  border-width:0
}
.border {
  border-width:1px
}
.border-t {
  border-top-width:1px
}
.border-r {
  border-right-width:1px
}
.border-b {
  border-bottom-width:1px
}
.cursor-default {
  cursor:default
}
.cursor-pointer {
  cursor:pointer
}
.block {
  display:block
}
.inline-block {
  display:inline-block
}
.inline {
  display:inline
}
.flex {
  display:flex
}
.inline-flex {
  display:inline-flex
}
.table {
  display:table
}
.contents {
  display:contents
}
.hidden {
  display:none
}
.flex-col {
  flex-direction:column
}
.flex-col-reverse {
  flex-direction:column-reverse
}
.flex-wrap {
  flex-wrap:wrap
}
.items-start {
  align-items:flex-start
}
.items-end {
  align-items:flex-end
}
.items-center {
  align-items:center
}
.justify-start {
  justify-content:flex-start
}
.justify-end {
  justify-content:flex-end
}
.justify-center {
  justify-content:center
}
.justify-between {
  justify-content:space-between
}
.justify-around {
  justify-content:space-around
}
.justify-evenly {
  justify-content:space-evenly
}
.flex-1 {
  flex:1 1 0%
}
.flex-grow {
  flex-grow:1
}
.font-normal {
  font-weight:400
}
.font-medium {
  font-weight:500
}
.font-semibold {
  font-weight:600
}
.font-bold {
  font-weight:700
}
.font-extrabold {
  font-weight:800
}
.font-black {
  font-weight:900
}
.h-1 {
  height:.25rem
}
.h-2 {
  height:.5rem
}
.h-4 {
  height:1rem
}
.h-5 {
  height:1.25rem
}
.h-6 {
  height:1.5rem
}
.h-8 {
  height:2rem
}
.h-10 {
  height:2.5rem
}
.h-12 {
  height:3rem
}
.h-16 {
  height:4rem
}
.h-20 {
  height:5rem
}
.h-24 {
  height:6rem
}
.h-32 {
  height:8rem
}
.h-48 {
  height:12rem
}
.h-56 {
  height:14rem
}
.h-full {
  height:100%
}
.h-screen {
  height:100vh
}
.text-xs {
  font-size:.75rem
}
.text-sm {
  font-size:.875rem
}
.text-base {
  font-size:1rem
}
.text-lg {
  font-size:1.125rem
}
.text-xl {
  font-size:1.25rem
}
.text-2xl {
  font-size:1.5rem
}
.text-3xl {
  font-size:1.875rem
}
.text-4xl {
  font-size:2.25rem
}
.leading-4 {
  line-height:1rem
}
.leading-5 {
  line-height:1.25rem
}
.leading-6 {
  line-height:1.5rem
}
.leading-7 {
  line-height:1.75rem
}
.leading-8 {
  line-height:2rem
}
.leading-relaxed {
  line-height:1.625
}
.m-0 {
  margin:0
}
.m-2 {
  margin:.5rem
}
.m-4 {
  margin:1rem
}
.m-6 {
  margin:1.5rem
}
.m-auto {
  margin:auto
}
.my-0 {
  margin-top:0;
  margin-bottom:0
}
.my-1 {
  margin-top:.25rem;
  margin-bottom:.25rem
}
.my-2 {
  margin-top:.5rem;
  margin-bottom:.5rem
}
.mx-2 {
  margin-left:.5rem;
  margin-right:.5rem
}
.my-3 {
  margin-top:.75rem;
  margin-bottom:.75rem
}
.my-4 {
  margin-top:1rem;
  margin-bottom:1rem
}
.mx-4 {
  margin-left:1rem;
  margin-right:1rem
}
.my-5 {
  margin-top:1.25rem;
  margin-bottom:1.25rem
}
.my-6 {
  margin-top:1.5rem;
  margin-bottom:1.5rem
}
.mx-6 {
  margin-left:1.5rem;
  margin-right:1.5rem
}
.my-8 {
  margin-top:2rem;
  margin-bottom:2rem
}
.my-10 {
  margin-top:2.5rem;
  margin-bottom:2.5rem
}
.my-12 {
  margin-top:3rem;
  margin-bottom:3rem
}
.my-16 {
  margin-top:4rem;
  margin-bottom:4rem
}
.my-20 {
  margin-top:5rem;
  margin-bottom:5rem
}
.mx-auto {
  margin-left:auto;
  margin-right:auto
}
.mt-0 {
  margin-top:0
}
.mb-0 {
  margin-bottom:0
}
.mt-1 {
  margin-top:.25rem
}
.mr-1 {
  margin-right:.25rem
}
.mb-1 {
  margin-bottom:.25rem
}
.ml-1 {
  margin-left:.25rem
}
.mt-2 {
  margin-top:.5rem
}
.mr-2 {
  margin-right:.5rem
}
.mb-2 {
  margin-bottom:.5rem
}
.ml-2 {
  margin-left:.5rem
}
.mt-3 {
  margin-top:.75rem
}
.mr-3 {
  margin-right:.75rem
}
.mb-3 {
  margin-bottom:.75rem
}
.ml-3 {
  margin-left:.75rem
}
.mt-4 {
  margin-top:1rem
}
.mr-4 {
  margin-right:1rem
}
.mb-4 {
  margin-bottom:1rem
}
.ml-4 {
  margin-left:1rem
}
.mt-5 {
  margin-top:1.25rem
}
.mb-5 {
  margin-bottom:1.25rem
}
.mt-6 {
  margin-top:1.5rem
}
.mb-6 {
  margin-bottom:1.5rem
}
.ml-6 {
  margin-left:1.5rem
}
.mt-8 {
  margin-top:2rem
}
.mb-8 {
  margin-bottom:2rem
}
.mt-10 {
  margin-top:2.5rem
}
.mb-10 {
  margin-bottom:2.5rem
}
.mt-12 {
  margin-top:3rem
}
.mb-12 {
  margin-bottom:3rem
}
.mt-16 {
  margin-top:4rem
}
.mb-16 {
  margin-bottom:4rem
}
.mt-20 {
  margin-top:5rem
}
.mb-20 {
  margin-bottom:5rem
}
.mb-24 {
  margin-bottom:6rem
}
.mt-32 {
  margin-top:8rem
}
.mt-40 {
  margin-top:10rem
}
.-mb-1 {
  margin-bottom:-.25rem
}
.-mt-3 {
  margin-top:-.75rem
}
.-mt-4 {
  margin-top:-1rem
}
.-mb-8 {
  margin-bottom:-2rem
}
.-mt-20 {
  margin-top:-5rem
}
.max-w-xs {
  max-width:20rem
}
.max-w-sm {
  max-width:24rem
}
.max-w-md {
  max-width:28rem
}
.max-w-screen-sm {
  max-width:640px
}
.max-w-screen-md {
  max-width:768px
}
.max-w-screen-lg {
  max-width:1024px
}
.min-h-screen {
  min-height:100vh
}
.object-cover {
  -o-object-fit:cover;
  object-fit:cover
}
.opacity-50 {
  opacity:.5
}
.opacity-100 {
  opacity:1
}
.outline-none {
  outline:2px solid transparent;
  outline-offset:2px
}
.overflow-hidden {
  overflow:hidden
}
.overflow-y-auto {
  overflow-y:auto
}
.p-2 {
  padding:.5rem
}
.p-3 {
  padding:.75rem
}
.p-4 {
  padding:1rem
}
.p-5 {
  padding:1.25rem
}
.p-6 {
  padding:1.5rem
}
.p-8 {
  padding:2rem
}
.p-10 {
  padding:2.5rem
}
.p-12 {
  padding:3rem
}
.py-1 {
  padding-top:.25rem;
  padding-bottom:.25rem
}
.px-1 {
  padding-left:.25rem;
  padding-right:.25rem
}
.py-2 {
  padding-top:.5rem;
  padding-bottom:.5rem
}
.px-2 {
  padding-left:.5rem;
  padding-right:.5rem
}
.py-3 {
  padding-top:.75rem;
  padding-bottom:.75rem
}
.px-3 {
  padding-left:.75rem;
  padding-right:.75rem
}
.py-4 {
  padding-top:1rem;
  padding-bottom:1rem
}
.px-4 {
  padding-left:1rem;
  padding-right:1rem
}
.py-5 {
  padding-top:1.25rem;
  padding-bottom:1.25rem
}
.px-5 {
  padding-left:1.25rem;
  padding-right:1.25rem
}
.py-6 {
  padding-top:1.5rem;
  padding-bottom:1.5rem
}
.px-6 {
  padding-left:1.5rem;
  padding-right:1.5rem
}
.py-8 {
  padding-top:2rem;
  padding-bottom:2rem
}
.px-8 {
  padding-left:2rem;
  padding-right:2rem
}
.py-10 {
  padding-top:2.5rem;
  padding-bottom:2.5rem
}
.px-10 {
  padding-left:2.5rem;
  padding-right:2.5rem
}
.px-12 {
  padding-left:3rem;
  padding-right:3rem
}
.py-16 {
  padding-top:4rem;
  padding-bottom:4rem
}
.py-20 {
  padding-top:5rem;
  padding-bottom:5rem
}
.pt-0 {
  padding-top:0
}
.pr-0 {
  padding-right:0
}
.pb-0 {
  padding-bottom:0
}
.pt-1 {
  padding-top:.25rem
}
.pr-1 {
  padding-right:.25rem
}
.pt-2 {
  padding-top:.5rem
}
.pr-2 {
  padding-right:.5rem
}
.pb-2 {
  padding-bottom:.5rem
}
.pl-2 {
  padding-left:.5rem
}
.pt-3 {
  padding-top:.75rem
}
.pb-3 {
  padding-bottom:.75rem
}
.pl-3 {
  padding-left:.75rem
}
.pt-4 {
  padding-top:1rem
}
.pr-4 {
  padding-right:1rem
}
.pb-4 {
  padding-bottom:1rem
}
.pl-4 {
  padding-left:1rem
}
.pt-5 {
  padding-top:1.25rem
}
.pb-5 {
  padding-bottom:1.25rem
}
.pl-5 {
  padding-left:1.25rem
}
.pt-6 {
  padding-top:1.5rem
}
.pr-6 {
  padding-right:1.5rem
}
.pb-6 {
  padding-bottom:1.5rem
}
.pt-8 {
  padding-top:2rem
}
.pr-8 {
  padding-right:2rem
}
.pb-8 {
  padding-bottom:2rem
}
.pl-8 {
  padding-left:2rem
}
.pt-10 {
  padding-top:2.5rem
}
.pb-10 {
  padding-bottom:2.5rem
}
.pt-12 {
  padding-top:3rem
}
.pb-12 {
  padding-bottom:3rem
}
.pt-16 {
  padding-top:4rem
}
.pt-20 {
  padding-top:5rem
}
.fixed {
  position:fixed
}
.absolute {
  position:absolute
}
.relative {
  position:relative
}
.sticky {
  position:sticky
}
.top-0 {
  top:0
}
.right-0 {
  right:0
}
.bottom-0 {
  bottom:0
}
.left-0 {
  left:0
}
.resize {
  resize:both
}
.shadow {
  box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)
}
.shadow-md {
  box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)
}
.text-left {
  text-align:left
}
.text-center {
  text-align:center
}
.text-right {
  text-align:right
}
.text-black {
  --text-opacity:1;
  color:#000;
  color:rgba(0,0,0,var(--text-opacity))
}
.text-white {
  --text-opacity:1;
  color:#fff;
  color:rgba(255,255,255,var(--text-opacity))
}
.text-gray-500 {
  --text-opacity:1;
  color:#a0aec0;
  color:rgba(160,174,192,var(--text-opacity))
}
.text-gray-600 {
  --text-opacity:1;
  color:#718096;
  color:rgba(113,128,150,var(--text-opacity))
}
.text-gray-800 {
  --text-opacity:1;
  color:#2d3748;
  color:rgba(45,55,72,var(--text-opacity))
}
.text-blue-500 {
  --text-opacity:1;
  color:#4299e1;
  color:rgba(66,153,225,var(--text-opacity))
}
.text-blue-600 {
  --text-opacity:1;
  color:#3182ce;
  color:rgba(49,130,206,var(--text-opacity))
}
.text-cus-g3 {
  --text-opacity:1;
  color:#333;
  color:rgba(51,51,51,var(--text-opacity))
}
.text-cus-g4 {
  --text-opacity:1;
  color:#acacac;
  color:rgba(172,172,172,var(--text-opacity))
}
.text-cus-org {
  --text-opacity:1;
  color:#ff6500;
  color:rgba(255,101,0,var(--text-opacity))
}
.text-cus-g9 {
  --text-opacity:1;
  color:#999;
  color:rgba(153,153,153,var(--text-opacity))
}
.text-cus-g6 {
  --text-opacity:1;
  color:#666;
  color:rgba(102,102,102,var(--text-opacity))
}
.text-cus-g75 {
  --text-opacity:1;
  color:#757575;
  color:rgba(117,117,117,var(--text-opacity))
}
.text-cus-ga0 {
  --text-opacity:1;
  color:#a0a0a0;
  color:rgba(160,160,160,var(--text-opacity))
}
.text-cus-b8 {
  --text-opacity:1;
  color:#b8b8b8;
  color:rgba(184,184,184,var(--text-opacity))
}
.text-cus-b27 {
  --text-opacity:1;
  color:#272727;
  color:rgba(39,39,39,var(--text-opacity))
}
.text-cus-org2 {
  --text-opacity:1;
  color:#ff6500;
  color:rgba(255,101,0,var(--text-opacity))
}
.text-cus-org6 {
  --text-opacity:1;
  color:#ee801b;
  color:rgba(238,128,27,var(--text-opacity))
}
.text-cus-gren {
  --text-opacity:1;
  color:#008d99;
  color:rgba(0,141,153,var(--text-opacity))
}
.italic {
  font-style:italic
}
.uppercase {
  text-transform:uppercase
}
.capitalize {
  text-transform:capitalize
}
.underline {
  text-decoration:underline
}
.line-through {
  text-decoration:line-through
}
.tracking-tighter {
  letter-spacing:-.05em
}
.tracking-widest {
  letter-spacing:.1em
}
.visible {
  visibility:visible
}
.break-all {
  word-break:break-all
}
.w-3 {
  width:.75rem
}
.w-4 {
  width:1rem
}
.w-5 {
  width:1.25rem
}
.w-8 {
  width:2rem
}
.w-10 {
  width:2.5rem
}
.w-12 {
  width:3rem
}
.w-16 {
  width:4rem
}
.w-20 {
  width:5rem
}
.w-24 {
  width:6rem
}
.w-32 {
  width:8rem
}
.w-48 {
  width:12rem
}
.w-56 {
  width:14rem
}
.w-1\/2 {
  width:50%
}
.w-1\/3 {
  width:33.333333%
}
.w-1\/4 {
  width:25%
}
.w-3\/5 {
  width:60%
}
.w-4\/5 {
  width:80%
}
.w-4\/6 {
  width:66.666667%
}
.w-5\/6 {
  width:83.333333%
}
.w-2\/12 {
  width:16.666667%
}
.w-3\/12 {
  width:25%
}
.w-4\/12 {
  width:33.333333%
}
.w-5\/12 {
  width:41.666667%
}
.w-6\/12 {
  width:50%
}
.w-10\/12 {
  width:83.333333%
}
.w-11\/12 {
  width:91.666667%
}
.w-full {
  width:100%
}
.w-screen {
  width:100vw
}
.z-10 {
  z-index:10
}
.z-50 {
  z-index:50
}
.transform {
  --transform-translate-x:0;
  --transform-translate-y:0;
  --transform-rotate:0;
  --transform-skew-x:0;
  --transform-skew-y:0;
  --transform-scale-x:1;
  --transform-scale-y:1;
  transform:translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
}
.transition {
  transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform
}
.ease-out {
  transition-timing-function:cubic-bezier(0,0,.2,1)
}
.ease-in-out {
  transition-timing-function:cubic-bezier(.4,0,.2,1)
}
@keyframes spin {
  to {
    transform:rotate(1turn)
  }
}
@keyframes ping {
  75%,
  to {
    transform:scale(2);
    opacity:0
  }
}
@keyframes pulse {
  50% {
    opacity:.5
  }
}
@keyframes bounce {
  0%,
  to {
    transform:translateY(-25%);
    animation-timing-function:cubic-bezier(.8,0,1,1)
  }
  50% {
    transform:none;
    animation-timing-function:cubic-bezier(0,0,.2,1)
  }
}
@media (min-width:640px) {
  .sm\:container {
    width:100%
  }
}
@media (min-width:640px) and (min-width:350px) {
  .sm\:container {
    max-width:350px
  }
}
@media (min-width:640px) and (min-width:640px) {
  .sm\:container {
    max-width:640px
  }
}
@media (min-width:640px) and (min-width:768px) {
  .sm\:container {
    max-width:768px
  }
}
@media (min-width:640px) and (min-width:1024px) {
  .sm\:container {
    max-width:1024px
  }
}
@media (min-width:640px) and (min-width:1280px) {
  .sm\:container {
    max-width:1280px
  }
}
@media (min-width:640px) {
  .sm\:flex-row {
    flex-direction:row
  }
  .sm\:flex-no-wrap {
    flex-wrap:nowrap
  }
  .sm\:text-3xl {
    font-size:1.875rem
  }
  .sm\:text-5xl {
    font-size:3rem
  }
  .sm\:my-0 {
    margin-top:0;
    margin-bottom:0
  }
  .sm\:my-20 {
    margin-top:5rem;
    margin-bottom:5rem
  }
  .sm\:mt-0 {
    margin-top:0
  }
  .sm\:mr-2 {
    margin-right:.5rem
  }
  .sm\:ml-2 {
    margin-left:.5rem
  }
  .sm\:mt-12 {
    margin-top:3rem
  }
  .sm\:mt-20 {
    margin-top:5rem
  }
  .sm\:px-16 {
    padding-left:4rem;
    padding-right:4rem
  }
  .sm\:pr-12 {
    padding-right:3rem
  }
  .sm\:pl-12 {
    padding-left:3rem
  }
  .sm\:w-2\/4 {
    width:50%
  }
  .sm\:w-2\/5 {
    width:40%
  }
  .sm\:w-3\/5 {
    width:60%
  }
  .sm\:w-4\/12 {
    width:33.333333%
  }
  .sm\:w-6\/12 {
    width:50%
  }
}
@media (min-width:768px) {
  .md\:container {
    width:100%
  }
}
@media (min-width:768px) and (min-width:350px) {
  .md\:container {
    max-width:350px
  }
}
@media (min-width:768px) and (min-width:640px) {
  .md\:container {
    max-width:640px
  }
}
@media (min-width:768px) and (min-width:768px) {
  .md\:container {
    max-width:768px
  }
}
@media (min-width:768px) and (min-width:1024px) {
  .md\:container {
    max-width:1024px
  }
}
@media (min-width:768px) and (min-width:1280px) {
  .md\:container {
    max-width:1280px
  }
}
@media (min-width:768px) {
  .md\:block {
    display:block
  }
  .md\:hidden {
    display:none
  }
  .md\:mr-2 {
    margin-right:.5rem
  }
  .md\:py-0 {
    padding-top:0;
    padding-bottom:0
  }
  .md\:w-auto {
    width:auto
  }
  .md\:w-full {
    width:100%
  }
}
@media (min-width:1024px) {
  .lg\:container {
    width:100%
  }
}
@media (min-width:1024px) and (min-width:350px) {
  .lg\:container {
    max-width:350px
  }
}
@media (min-width:1024px) and (min-width:640px) {
  .lg\:container {
    max-width:640px
  }
}
@media (min-width:1024px) and (min-width:768px) {
  .lg\:container {
    max-width:768px
  }
}
@media (min-width:1024px) and (min-width:1024px) {
  .lg\:container {
    max-width:1024px
  }
}
@media (min-width:1024px) and (min-width:1280px) {
  .lg\:container {
    max-width:1280px
  }
}
@media (min-width:1280px) {
  .xl\:container {
    width:100%
  }
}
@media (min-width:1280px) and (min-width:350px) {
  .xl\:container {
    max-width:350px
  }
}
@media (min-width:1280px) and (min-width:640px) {
  .xl\:container {
    max-width:640px
  }
}
@media (min-width:1280px) and (min-width:768px) {
  .xl\:container {
    max-width:768px
  }
}
@media (min-width:1280px) and (min-width:1024px) {
  .xl\:container {
    max-width:1024px
  }
}
@media (min-width:1280px) and (min-width:1280px) {
  .xl\:container {
    max-width:1280px
  }
}
@media (min-width:350px) {
  .smx\:container {
    width:100%
  }
}
@media (min-width:350px) and (min-width:350px) {
  .smx\:container {
    max-width:350px
  }
}
@media (min-width:350px) and (min-width:640px) {
  .smx\:container {
    max-width:640px
  }
}
@media (min-width:350px) and (min-width:768px) {
  .smx\:container {
    max-width:768px
  }
}
@media (min-width:350px) and (min-width:1024px) {
  .smx\:container {
    max-width:1024px
  }
}
@media (min-width:350px) and (min-width:1280px) {
  .smx\:container {
    max-width:1280px
  }
}
@media (min-width:350px) {
  .smx\:h-40 {
    height:10rem
  }
  .smx\:h-64 {
    height:16rem
  }
  .smx\:mb-3 {
    margin-bottom:.75rem
  }
  .smx\:mt-4 {
    margin-top:1rem
  }
  .smx\:mb-4 {
    margin-bottom:1rem
  }
  .smx\:mt-5 {
    margin-top:1.25rem
  }
  .smx\:mb-8 {
    margin-bottom:2rem
  }
  .smx\:mt-12 {
    margin-top:3rem
  }
  .smx\:mb-12 {
    margin-bottom:3rem
  }
  .smx\:mt-16 {
    margin-top:4rem
  }
  .smx\:mt-24 {
    margin-top:6rem
  }
  .smx\:pt-8 {
    padding-top:2rem
  }
  .smx\:pt-12 {
    padding-top:3rem
  }
  .smx\:pt-16 {
    padding-top:4rem
  }
  .smx\:w-40 {
    width:10rem
  }
  .smx\:w-11\/12 {
    width:91.666667%
  }
}
