@charset "UTF-8";
/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.invisible{
  visibility: hidden;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.bottom-0{
  bottom: 0px;
}
.bottom-\[-2\.5rem\]{
  bottom: -2.5rem;
}
.bottom-\[\.625rem\]{
  bottom: .625rem;
}
.bottom-\[116px\]{
  bottom: 116px;
}
.bottom-\[5px\]{
  bottom: 5px;
}
.bottom-\[70\.5rem\]{
  bottom: 70.5rem;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-\[-200px\]{
  left: -200px;
}
.left-\[10px\]{
  left: 10px;
}
.left-\[11\.25rem\]{
  left: 11.25rem;
}
.left-\[250px\]{
  left: 250px;
}
.left-\[31\.0667vw\]{
  left: 31.0667vw;
}
.left-\[4px\]{
  left: 4px;
}
.left-\[52\.4vw\]{
  left: 52.4vw;
}
.left-\[73\.3333vw\]{
  left: 73.3333vw;
}
.left-\[9\.7333vw\]{
  left: 9.7333vw;
}
.right-0{
  right: 0px;
}
.right-\[10px\]{
  right: 10px;
}
.right-\[20px\]{
  right: 20px;
}
.right-\[240px\]{
  right: 240px;
}
.right-\[250px\]{
  right: 250px;
}
.right-\[3\.375rem\]{
  right: 3.375rem;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-\[-25px\]{
  top: -25px;
}
.top-\[-44px\]{
  top: -44px;
}
.top-\[-57px\]{
  top: -57px;
}
.top-\[-90px\]{
  top: -90px;
}
.top-\[\.5rem\]{
  top: .5rem;
}
.top-\[100px\]{
  top: 100px;
}
.top-\[138rem\]{
  top: 138rem;
}
.top-\[2\.25rem\]{
  top: 2.25rem;
}
.top-\[204px\]{
  top: 204px;
}
.top-\[21\.875rem\]{
  top: 21.875rem;
}
.top-\[32\.1333vw\]{
  top: 32.1333vw;
}
.top-\[45\.0667vw\]{
  top: 45.0667vw;
}
.top-\[59\.25rem\]{
  top: 59.25rem;
}
.top-\[61\.25rem\]{
  top: 61.25rem;
}
.top-\[64\.3125rem\]{
  top: 64.3125rem;
}
.z-10{
  z-index: 10;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[2\]{
  z-index: 2;
}
.z-\[3\]{
  z-index: 3;
}
.z-\[99\]{
  z-index: 99;
}
.mx-\[1\.875rem\]{
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-\[150px\]{
  margin-top: 150px;
  margin-bottom: 150px;
}
.my-\[30px\]{
  margin-top: 30px;
  margin-bottom: 30px;
}
.my-\[40px\]{
  margin-top: 40px;
  margin-bottom: 40px;
}
.my-\[5\.3333vw\]{
  margin-top: 5.3333vw;
  margin-bottom: 5.3333vw;
}
.my-\[50px\]{
  margin-top: 50px;
  margin-bottom: 50px;
}
.mb-\[\.625rem\]{
  margin-bottom: .625rem;
}
.mb-\[\.75rem\]{
  margin-bottom: .75rem;
}
.mb-\[1\.0625rem\]{
  margin-bottom: 1.0625rem;
}
.mb-\[1\.25rem\]{
  margin-bottom: 1.25rem;
}
.mb-\[1\.5rem\]{
  margin-bottom: 1.5rem;
}
.mb-\[1\.6875rem\]{
  margin-bottom: 1.6875rem;
}
.mb-\[1\.9375rem\]{
  margin-bottom: 1.9375rem;
}
.mb-\[100px\]{
  margin-bottom: 100px;
}
.mb-\[10px\]{
  margin-bottom: 10px;
}
.mb-\[12px\]{
  margin-bottom: 12px;
}
.mb-\[16px\]{
  margin-bottom: 16px;
}
.mb-\[18px\]{
  margin-bottom: 18px;
}
.mb-\[2\.1333vw\]{
  margin-bottom: 2.1333vw;
}
.mb-\[2\.3125rem\]{
  margin-bottom: 2.3125rem;
}
.mb-\[2\.625rem\]{
  margin-bottom: 2.625rem;
}
.mb-\[20px\]{
  margin-bottom: 20px;
}
.mb-\[24px\]{
  margin-bottom: 24px;
}
.mb-\[29\.3333vw\]{
  margin-bottom: 29.3333vw;
}
.mb-\[3\.2vw\]{
  margin-bottom: 3.2vw;
}
.mb-\[3\.75rem\]{
  margin-bottom: 3.75rem;
}
.mb-\[30px\]{
  margin-bottom: 30px;
}
.mb-\[32px\]{
  margin-bottom: 32px;
}
.mb-\[4\.2667vw\]{
  margin-bottom: 4.2667vw;
}
.mb-\[4\.5rem\]{
  margin-bottom: 4.5rem;
}
.mb-\[40px\]{
  margin-bottom: 40px;
}
.mb-\[4px\]{
  margin-bottom: 4px;
}
.mb-\[5\.3333vw\]{
  margin-bottom: 5.3333vw;
}
.mb-\[5px\]{
  margin-bottom: 5px;
}
.mb-\[6\.4vw\]{
  margin-bottom: 6.4vw;
}
.mb-\[64px\]{
  margin-bottom: 64px;
}
.mb-\[7\.4667vw\]{
  margin-bottom: 7.4667vw;
}
.mb-\[7\.5rem\]{
  margin-bottom: 7.5rem;
}
.mb-\[70px\]{
  margin-bottom: 70px;
}
.mb-\[75px\]{
  margin-bottom: 75px;
}
.mb-\[8\.5333vw\]{
  margin-bottom: 8.5333vw;
}
.mb-\[80px\]{
  margin-bottom: 80px;
}
.ml-\[4\.2667vw\]{
  margin-left: 4.2667vw;
}
.mr-\[4\.2667vw\]{
  margin-right: 4.2667vw;
}
.mr-\[5px\]{
  margin-right: 5px;
}
.mt-\[-4\.6875rem\]{
  margin-top: -4.6875rem;
}
.mt-\[\.3125rem\]{
  margin-top: .3125rem;
}
.mt-\[10px\]{
  margin-top: 10px;
}
.mt-\[15px\]{
  margin-top: 15px;
}
.mt-\[20px\]{
  margin-top: 20px;
}
.mt-\[30px\]{
  margin-top: 30px;
}
.mt-\[5\.3333vw\]{
  margin-top: 5.3333vw;
}
.mt-\[75px\]{
  margin-top: 75px;
}
.mt-\[9\.0667vw\]{
  margin-top: 9.0667vw;
}
.\!block{
  display: block !important;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-\[496\/514\]{
  aspect-ratio: 496/514;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.h-\[\.1875rem\]{
  height: .1875rem;
}
.h-\[1\.0667vw\]{
  height: 1.0667vw;
}
.h-\[1\.75rem\]{
  height: 1.75rem;
}
.h-\[100vw\]{
  height: 100vw;
}
.h-\[115\.7333vw\]{
  height: 115.7333vw;
}
.h-\[118\.5rem\]{
  height: 118.5rem;
}
.h-\[147\.3125rem\]{
  height: 147.3125rem;
}
.h-\[15\.4667vw\]{
  height: 15.4667vw;
}
.h-\[160px\]{
  height: 160px;
}
.h-\[185px\]{
  height: 185px;
}
.h-\[190px\]{
  height: 190px;
}
.h-\[200px\]{
  height: 200px;
}
.h-\[213\.9375rem\]{
  height: 213.9375rem;
}
.h-\[216\.5333vw\]{
  height: 216.5333vw;
}
.h-\[216\.6875rem\]{
  height: 216.6875rem;
}
.h-\[278px\]{
  height: 278px;
}
.h-\[280px\]{
  height: 280px;
}
.h-\[284\.5rem\]{
  height: 284.5rem;
}
.h-\[294px\]{
  height: 294px;
}
.h-\[3\.125rem\]{
  height: 3.125rem;
}
.h-\[300px\]{
  height: 300px;
}
.h-\[32px\]{
  height: 32px;
}
.h-\[35px\]{
  height: 35px;
}
.h-\[4\.375rem\]{
  height: 4.375rem;
}
.h-\[400px\]{
  height: 400px;
}
.h-\[40px\]{
  height: 40px;
}
.h-\[42\.0625rem\]{
  height: 42.0625rem;
}
.h-\[42\.5rem\]{
  height: 42.5rem;
}
.h-\[420px\]{
  height: 420px;
}
.h-\[440px\]{
  height: 440px;
}
.h-\[44px\]{
  height: 44px;
}
.h-\[46px\]{
  height: 46px;
}
.h-\[486px\]{
  height: 486px;
}
.h-\[48px\]{
  height: 48px;
}
.h-\[49px\]{
  height: 49px;
}
.h-\[500px\]{
  height: 500px;
}
.h-\[503px\]{
  height: 503px;
}
.h-\[514px\]{
  height: 514px;
}
.h-\[521px\]{
  height: 521px;
}
.h-\[52px\]{
  height: 52px;
}
.h-\[54px\]{
  height: 54px;
}
.h-\[55px\]{
  height: 55px;
}
.h-\[56\.25rem\]{
  height: 56.25rem;
}
.h-\[56px\]{
  height: 56px;
}
.h-\[5rem\]{
  height: 5rem;
}
.h-\[60px\]{
  height: 60px;
}
.h-\[62\.9375rem\]{
  height: 62.9375rem;
}
.h-\[63\.375rem\]{
  height: 63.375rem;
}
.h-\[63\.75rem\]{
  height: 63.75rem;
}
.h-\[66\.9333vw\]{
  height: 66.9333vw;
}
.h-\[67\.625rem\]{
  height: 67.625rem;
}
.h-\[69\.5rem\]{
  height: 69.5rem;
}
.h-\[7\.4667vw\]{
  height: 7.4667vw;
}
.h-\[7\.625rem\]{
  height: 7.625rem;
}
.h-\[72px\]{
  height: 72px;
}
.h-\[800px\]{
  height: 800px;
}
.h-\[80px\]{
  height: 80px;
}
.h-\[8px\]{
  height: 8px;
}
.h-\[95px\]{
  height: 95px;
}
.h-\[96px\]{
  height: 96px;
}
.h-full{
  height: 100%;
}
.min-h-\[170px\]{
  min-height: 170px;
}
.min-h-\[263\.7333vw\]{
  min-height: 263.7333vw;
}
.min-h-\[280px\]{
  min-height: 280px;
}
.min-h-\[300px\]{
  min-height: 300px;
}
.min-h-\[400px\]{
  min-height: 400px;
}
.min-h-\[420px\]{
  min-height: 420px;
}
.min-h-\[460px\]{
  min-height: 460px;
}
.min-h-\[4rem\]{
  min-height: 4rem;
}
.min-h-\[50vh\]{
  min-height: 50vh;
}
.min-h-\[560px\]{
  min-height: 560px;
}
.min-h-\[640px\]{
  min-height: 640px;
}
.min-h-\[724px\]{
  min-height: 724px;
}
.min-h-\[880px\]{
  min-height: 880px;
}
.min-h-\[926px\]{
  min-height: 926px;
}
.min-h-\[980px\]{
  min-height: 980px;
}
.\!w-\[1000px\]{
  width: 1000px !important;
}
.w-\[12\.1875rem\]{
  width: 12.1875rem;
}
.w-\[120px\]{
  width: 120px;
}
.w-\[13\.3333vw\]{
  width: 13.3333vw;
}
.w-\[138px\]{
  width: 138px;
}
.w-\[140px\]{
  width: 140px;
}
.w-\[15\.4667vw\]{
  width: 15.4667vw;
}
.w-\[160px\]{
  width: 160px;
}
.w-\[162px\]{
  width: 162px;
}
.w-\[18\.75rem\]{
  width: 18.75rem;
}
.w-\[188px\]{
  width: 188px;
}
.w-\[190px\]{
  width: 190px;
}
.w-\[195px\]{
  width: 195px;
}
.w-\[200px\]{
  width: 200px;
}
.w-\[20rem\]{
  width: 20rem;
}
.w-\[210px\]{
  width: 210px;
}
.w-\[230px\]{
  width: 230px;
}
.w-\[240px\]{
  width: 240px;
}
.w-\[24rem\]{
  width: 24rem;
}
.w-\[26\.6667vw\]{
  width: 26.6667vw;
}
.w-\[260px\]{
  width: 260px;
}
.w-\[272px\]{
  width: 272px;
}
.w-\[276px\]{
  width: 276px;
}
.w-\[3\.75rem\]{
  width: 3.75rem;
}
.w-\[300px\]{
  width: 300px;
}
.w-\[310px\]{
  width: 310px;
}
.w-\[360px\]{
  width: 360px;
}
.w-\[39\.5rem\]{
  width: 39.5rem;
}
.w-\[420px\]{
  width: 420px;
}
.w-\[434px\]{
  width: 434px;
}
.w-\[44\.25rem\]{
  width: 44.25rem;
}
.w-\[44\.3125rem\]{
  width: 44.3125rem;
}
.w-\[44\.75rem\]{
  width: 44.75rem;
}
.w-\[450px\]{
  width: 450px;
}
.w-\[46\.875rem\]{
  width: 46.875rem;
}
.w-\[460px\]{
  width: 460px;
}
.w-\[496px\]{
  width: 496px;
}
.w-\[500px\]{
  width: 500px;
}
.w-\[540px\]{
  width: 540px;
}
.w-\[55\.7333vw\]{
  width: 55.7333vw;
}
.w-\[6\.1875rem\]{
  width: 6.1875rem;
}
.w-\[6\.5rem\]{
  width: 6.5rem;
}
.w-\[60rem\]{
  width: 60rem;
}
.w-\[650px\]{
  width: 650px;
}
.w-\[65px\]{
  width: 65px;
}
.w-\[7\.75rem\]{
  width: 7.75rem;
}
.w-\[700px\]{
  width: 700px;
}
.w-\[720px\]{
  width: 720px;
}
.w-\[76vw\]{
  width: 76vw;
}
.w-\[800px\]{
  width: 800px;
}
.w-\[90\%\]{
  width: 90%;
}
.w-\[94px\]{
  width: 94px;
}
.w-\[950px\]{
  width: 950px;
}
.w-full{
  width: 100%;
}
.w-screen{
  width: 100vw;
}
.min-w-\[150px\]{
  min-width: 150px;
}
.min-w-\[300px\]{
  min-width: 300px;
}
.min-w-\[320px\]{
  min-width: 320px;
}
.min-w-\[370px\]{
  min-width: 370px;
}
.max-w-\[1400px\]{
  max-width: 1400px;
}
.max-w-\[1440px\]{
  max-width: 1440px;
}
.max-w-\[300px\]{
  max-width: 300px;
}
.max-w-\[400px\]{
  max-width: 400px;
}
.max-w-\[450px\]{
  max-width: 450px;
}
.max-w-\[460px\]{
  max-width: 460px;
}
.max-w-\[496px\]{
  max-width: 496px;
}
.max-w-\[540px\]{
  max-width: 540px;
}
.max-w-\[720px\]{
  max-width: 720px;
}
.max-w-\[725px\]{
  max-width: 725px;
}
.max-w-\[750px\]{
  max-width: 750px;
}
.max-w-\[848px\]{
  max-width: 848px;
}
.flex-1{
  flex: 1 1 0%;
}
.shrink-0{
  flex-shrink: 0;
}
.border-collapse{
  border-collapse: collapse;
}
.translate-x-\[-50\%\]{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-50\%\]{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[0\.8\]{
  --tw-scale-x: 0.8;
  --tw-scale-y: 0.8;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.grid-cols-\[repeat\(2\2c 13\.5625rem\)\]{
  grid-template-columns: repeat(2,13.5625rem);
}
.grid-cols-\[repeat\(2\2c 34\.6667vw\)\]{
  grid-template-columns: repeat(2,34.6667vw);
}
.grid-cols-\[repeat\(2\2c 50\%\)\]{
  grid-template-columns: repeat(2,50%);
}
.grid-cols-\[repeat\(2\2c 520px\)\]{
  grid-template-columns: repeat(2,520px);
}
.grid-cols-\[repeat\(2\2c auto\)\]{
  grid-template-columns: repeat(2,auto);
}
.grid-rows-\[\(repeat\(2\2c 6\.8125rem\)\)\]{
  grid-template-rows: (repeat(2,6.8125rem));
}
.grid-rows-\[repeat\(2\2c 19\.4375rem\)\]{
  grid-template-rows: repeat(2,19.4375rem);
}
.grid-rows-\[repeat\(2\2c 20\.0625rem\)\]{
  grid-template-rows: repeat(2,20.0625rem);
}
.grid-rows-\[repeat\(2\2c 200px\)\]{
  grid-template-rows: repeat(2,200px);
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-around{
  justify-content: space-around;
}
.gap-\[\.3125rem\]{
  gap: .3125rem;
}
.gap-\[\.9375rem\]{
  gap: .9375rem;
}
.gap-\[1\.25rem\]{
  gap: 1.25rem;
}
.gap-\[10\%\]{
  gap: 10%;
}
.gap-\[100px\]{
  gap: 100px;
}
.gap-\[10px\]{
  gap: 10px;
}
.gap-\[120px\]{
  gap: 120px;
}
.gap-\[135px\]{
  gap: 135px;
}
.gap-\[15px\]{
  gap: 15px;
}
.gap-\[171px\]{
  gap: 171px;
}
.gap-\[2\.5rem\]{
  gap: 2.5rem;
}
.gap-\[2\.6042vw\]{
  gap: 2.6042vw;
}
.gap-\[20px\]{
  gap: 20px;
}
.gap-\[3\.125vw\]{
  gap: 3.125vw;
}
.gap-\[30px\]{
  gap: 30px;
}
.gap-\[32px\]{
  gap: 32px;
}
.gap-\[40px\]{
  gap: 40px;
}
.gap-\[48px\]{
  gap: 48px;
}
.gap-\[4px\]{
  gap: 4px;
}
.gap-\[50px\]{
  gap: 50px;
}
.gap-\[5px\]{
  gap: 5px;
}
.gap-\[64px\]{
  gap: 64px;
}
.gap-\[75px\]{
  gap: 75px;
}
.gap-x-\[120px\]{
  -moz-column-gap: 120px;
       column-gap: 120px;
}
.gap-x-\[20px\]{
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.gap-y-\[60px\]{
  row-gap: 60px;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-hidden{
  overflow-y: hidden;
}
.overflow-x-visible{
  overflow-x: visible;
}
.scroll-auto{
  scroll-behavior: auto;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-\[\.9375rem\]{
  border-radius: .9375rem;
}
.rounded-\[1\.0667vw\]{
  border-radius: 1.0667vw;
}
.rounded-\[1\.5rem\]{
  border-radius: 1.5rem;
}
.rounded-\[12px\]{
  border-radius: 12px;
}
.rounded-\[15px\]{
  border-radius: 15px;
}
.rounded-\[20px\]{
  border-radius: 20px;
}
.rounded-\[24px\]{
  border-radius: 24px;
}
.rounded-\[25px\]{
  border-radius: 25px;
}
.rounded-\[3\.125rem\]{
  border-radius: 3.125rem;
}
.rounded-\[3\.2vw\]{
  border-radius: 3.2vw;
}
.rounded-\[30px\]{
  border-radius: 30px;
}
.rounded-\[32px\]{
  border-radius: 32px;
}
.rounded-\[3rem\]{
  border-radius: 3rem;
}
.rounded-\[48px\]{
  border-radius: 48px;
}
.rounded-\[5px\]{
  border-radius: 5px;
}
.rounded-\[6px\]{
  border-radius: 6px;
}
.rounded-\[8px\]{
  border-radius: 8px;
}
.rounded-bl-\[20px\]{
  border-bottom-left-radius: 20px;
}
.rounded-br-\[20px\]{
  border-bottom-right-radius: 20px;
}
.rounded-tl-\[20px\]{
  border-top-left-radius: 20px;
}
.rounded-tr-\[20px\]{
  border-top-right-radius: 20px;
}
.border-\[\.125rem\]{
  border-width: .125rem;
}
.border-\[1px\]{
  border-width: 1px;
}
.border-\[2px\]{
  border-width: 2px;
}
.border-\[6px\]{
  border-width: 6px;
}
.border-b-\[0\.5333vw\]{
  border-bottom-width: 0.5333vw;
}
.border-b-\[1px\]{
  border-bottom-width: 1px;
}
.border-t-0{
  border-top-width: 0px;
}
.border-t-\[0\.5333vw\]{
  border-top-width: 0.5333vw;
}
.border-\[\#222222\]{
  --tw-border-opacity: 1;
  border-color: rgb(34 34 34 / var(--tw-border-opacity));
}
.border-\[\#5c5b59\]{
  --tw-border-opacity: 1;
  border-color: rgb(92 91 89 / var(--tw-border-opacity));
}
.border-\[\#656565\]{
  --tw-border-opacity: 1;
  border-color: rgb(101 101 101 / var(--tw-border-opacity));
}
.border-\[\#bdbdbd\]{
  --tw-border-opacity: 1;
  border-color: rgb(189 189 189 / var(--tw-border-opacity));
}
.border-\[\#bfa978\]{
  --tw-border-opacity: 1;
  border-color: rgb(191 169 120 / var(--tw-border-opacity));
}
.border-\[\#cbcbcb\]{
  --tw-border-opacity: 1;
  border-color: rgb(203 203 203 / var(--tw-border-opacity));
}
.border-\[\#d8d8d8\]{
  --tw-border-opacity: 1;
  border-color: rgb(216 216 216 / var(--tw-border-opacity));
}
.border-\[\#dee2e6\]{
  --tw-border-opacity: 1;
  border-color: rgb(222 226 230 / var(--tw-border-opacity));
}
.border-\[\#e0e0e0\]{
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
}
.border-\[\#f2f2f2\]{
  --tw-border-opacity: 1;
  border-color: rgb(242 242 242 / var(--tw-border-opacity));
}
.\!bg-\[\#c1272d\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(193 39 45 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#0d0d0d\]{
  --tw-bg-opacity: 1;
  background-color: rgb(13 13 13 / var(--tw-bg-opacity));
}
.bg-\[\#336282\]{
  --tw-bg-opacity: 1;
  background-color: rgb(51 98 130 / var(--tw-bg-opacity));
}
.bg-\[\#CA3E2E\]{
  --tw-bg-opacity: 1;
  background-color: rgb(202 62 46 / var(--tw-bg-opacity));
}
.bg-\[\#D9BE8F\]{
  --tw-bg-opacity: 1;
  background-color: rgb(217 190 143 / var(--tw-bg-opacity));
}
.bg-\[\#E4DBCE\]{
  --tw-bg-opacity: 1;
  background-color: rgb(228 219 206 / var(--tw-bg-opacity));
}
.bg-\[\#F0EBE4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(240 235 228 / var(--tw-bg-opacity));
}
.bg-\[\#F2D295\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 210 149 / var(--tw-bg-opacity));
}
.bg-\[\#F6EAC4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(246 234 196 / var(--tw-bg-opacity));
}
.bg-\[\#FFECDB\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 236 219 / var(--tw-bg-opacity));
}
.bg-\[\#bfa978\]{
  --tw-bg-opacity: 1;
  background-color: rgb(191 169 120 / var(--tw-bg-opacity));
}
.bg-\[\#c1272d\]{
  --tw-bg-opacity: 1;
  background-color: rgb(193 39 45 / var(--tw-bg-opacity));
}
.bg-\[\#c79645\]{
  --tw-bg-opacity: 1;
  background-color: rgb(199 150 69 / var(--tw-bg-opacity));
}
.bg-\[\#cd3232\]{
  --tw-bg-opacity: 1;
  background-color: rgb(205 50 50 / var(--tw-bg-opacity));
}
.bg-\[\#d9be8f\]{
  --tw-bg-opacity: 1;
  background-color: rgb(217 190 143 / var(--tw-bg-opacity));
}
.bg-\[\#e9e6dd\]{
  --tw-bg-opacity: 1;
  background-color: rgb(233 230 221 / var(--tw-bg-opacity));
}
.bg-\[\#eb8107\]{
  --tw-bg-opacity: 1;
  background-color: rgb(235 129 7 / var(--tw-bg-opacity));
}
.bg-\[\#ec3337\]{
  --tw-bg-opacity: 1;
  background-color: rgb(236 51 55 / var(--tw-bg-opacity));
}
.bg-\[\#f0ebe4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(240 235 228 / var(--tw-bg-opacity));
}
.bg-\[\#f0f0f0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}
.bg-\[\#f15a24\]{
  --tw-bg-opacity: 1;
  background-color: rgb(241 90 36 / var(--tw-bg-opacity));
}
.bg-\[\#fee9c5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(254 233 197 / var(--tw-bg-opacity));
}
.bg-\[\#ff8d00\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 141 0 / var(--tw-bg-opacity));
}
.bg-\[\#ffe6c2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 230 194 / var(--tw-bg-opacity));
}
.bg-\[rgba\(255\2c 255\2c 255\2c 0\.7\)\]{
  background-color: rgba(255,255,255,0.7);
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[url\(\'\/assets\/about_banner1\.png\'\)\]{
  background-image: url(/static/media/about_banner1.png);
}
.bg-\[url\(\'\/assets\/app\/about\/aboutus_data\.png\'\)\]{
  background-image: url(/static/media/aboutus_data.png);
}
.bg-\[url\(\'\/assets\/app\/about\/app_about_bg\.png\'\)\]{
  background-image: url(/static/media/app_about_bg.png);
}
.bg-\[url\(\'\/assets\/app\/start\/start_bg\.png\'\)\]{
  background-image: url(/static/media/start_bg.png);
}
.bg-\[url\(\'\/assets\/app\/start\/start_main_image\.png\'\)\]{
  background-image: url(/static/media/start_main_image.png);
}
.bg-\[url\(\'\/assets\/createac\/createAc_banner\.png\'\)\]{
  background-image: url(/static/media/createAc_banner.png);
}
.bg-\[url\(\'\/assets\/createac\/kyc_banner\.png\'\)\]{
  background-image: url(/static/media/kyc_banner.png);
}
.bg-\[url\(\'\/assets\/createac\/redbag_banner\.png\'\)\]{
  background-image: url(/static/media/redbag_banner.png);
}
.bg-\[url\(\'\/assets\/download_banner1\.png\'\)\]{
  background-image: url(/static/media/download_banner1.png);
}
.bg-\[url\(\'\/assets\/help_banner1\.png\'\)\]{
  background-image: url(/static/media/help_banner1.png);
}
.bg-\[url\(\'\/assets\/index_banner1\.png\'\)\]{
  background-image: url(/static/media/index_banner1.png);
}
.bg-\[url\(\'\/assets\/info_banner1\.png\'\)\]{
  background-image: url(/static/media/info_banner1.png);
}
.bg-\[url\(\'\/assets\/lp\/lp1\/lp1_about\.png\'\)\]{
  background-image: url(/static/media/lp1_about.png);
}
.bg-\[url\(\'\/assets\/lp\/lp1\/lp1_bg\.png\'\)\]{
  background-image: url(/static/media/lp1_bg.png);
}
.bg-\[url\(\'\/assets\/lp\/lp2\/lp2_about\.png\'\)\]{
  background-image: url(/static/media/lp2_about.png);
}
.bg-\[url\(\'\/assets\/lp\/lp2\/lp2_bg\.png\'\)\]{
  background-image: url(/static/media/lp2_bg.png);
}
.bg-\[url\(\'\/assets\/lp\/lp3\/lp3_about\.png\'\)\]{
  background-image: url(/static/media/lp3_about.png);
}
.bg-\[url\(\'\/assets\/lp\/lp3\/lp3_section1_bg\.webp\'\)\]{
  background-image: url(/static/media/lp3_section1_bg.webp);
}
.bg-\[url\(\'\/assets\/lp\/lp4\/lp4_about\.png\'\)\]{
  background-image: url(/static/media/lp4_about.png);
}
.bg-\[url\(\'\/assets\/lp\/lp4\/lp4_bg\.png\'\)\]{
  background-image: url(/static/media/lp4_bg.png);
}
.bg-\[url\(\'\/assets\/lp\/lp5\/lp5_bg1\.png\'\)\]{
  background-image: url(/static/media/lp5_bg1.png);
}
.bg-\[url\(\'\/assets\/lp\/lp5\/lp5_bg2\.png\'\)\]{
  background-image: url(/static/media/lp5_bg2.png);
}
.bg-\[url\(\'\/assets\/lp\/lp5\/lp5_bg3\.png\'\)\]{
  background-image: url(/static/media/lp5_bg3.png);
}
.bg-\[url\(\'\/assets\/lp\/lp5\/lp5_register_title\.png\'\)\]{
  background-image: url(/static/media/lp5_register_title.png);
}
.bg-\[url\(\'\/assets\/lp\/lp6\/lp6_bg1\.png\'\)\]{
  background-image: url(/static/media/lp6_bg1.png);
}
.bg-\[url\(\'\/assets\/lp\/lp6\/lp6_bg2\.png\'\)\]{
  background-image: url(/static/media/lp6_bg2.png);
}
.bg-\[url\(\'\/assets\/lp\/lp6\/lp6_bg3\.png\'\)\]{
  background-image: url(/static/media/lp6_bg3.png);
}
.bg-\[url\(\'\/assets\/lp\/lp6\/lp6_register_title\.png\'\)\]{
  background-image: url(/static/media/lp6_register_title.png);
}
.bg-\[url\(\'\/assets\/lp\/lp_feedback_bg\.png\'\)\]{
  background-image: url(/static/media/lp_feedback_bg.png);
}
.bg-\[url\(\'\/assets\/pcui\/pcui2\/c1_bg\.png\'\)\]{
  background-image: url(/static/media/c1_bg.png);
}
.bg-\[url\(\'\/assets\/pcui\/pcui2\/c1_title_bg\.png\'\)\]{
  background-image: url(/static/media/c1_title_bg.png);
}
.bg-\[url\(\'\/assets\/pcui\/pcui2\/c2_item1\.png\'\)\]{
  background-image: url(/static/media/c2_item1.png);
}
.bg-\[url\(\'\/assets\/pcui\/pcui2\/c2_item2\.png\'\)\]{
  background-image: url(/static/media/c2_item2.png);
}
.bg-\[url\(\'\/assets\/pcui\/pcui2\/c2_item3\.png\'\)\]{
  background-image: url(/static/media/c2_item3.png);
}
.bg-\[url\(\'\/assets\/pcui\/pcui2\/c2_item4\.png\'\)\]{
  background-image: url(/static/media/c2_item4.png);
}
.bg-\[url\(\'\/assets\/pcui\/pcui2\/c3_bg\.png\'\)\]{
  background-image: url(/static/media/c3_bg.png);
}
.bg-\[url\(\'\/assets\/pcui\/pcui2\/c3_redbag\.png\'\)\]{
  background-image: url(/static/media/c3_redbag.png);
}
.bg-\[url\(\'\/assets\/pcui\/pcui2\/c3_title_bg\.png\'\)\]{
  background-image: url(/static/media/c3_title_bg.png);
}
.bg-\[url\(\'\/assets\/pcui\/pcui2\/c4_bg\.png\'\)\]{
  background-image: url(/static/media/c4_bg.png);
}
.bg-\[url\(\'\/assets\/pcui\/pcui2\/c5_item1\.png\'\)\]{
  background-image: url(/static/media/c5_item1.png);
}
.bg-\[url\(\'\/assets\/pcui\/pcui2\/c5_item2\.png\'\)\]{
  background-image: url(/static/media/c5_item2.png);
}
.bg-\[url\(\'\/assets\/pcui\/pcui2\/c5_item3\.png\'\)\]{
  background-image: url(/static/media/c5_item3.png);
}
.bg-\[url\(\'\/assets\/pcui\/pcui2\/c5_item4\.png\'\)\]{
  background-image: url(/static/media/c5_item4.png);
}
.bg-\[url\(\'\/assets\/pcui\/pcui3\/c2_item1\.png\'\)\]{
  background-image: url(/static/media/c2_item1.png);
}
.bg-\[url\(\'\/assets\/pcui\/pcui3\/c2_item2\.png\'\)\]{
  background-image: url(/static/media/c2_item2.png);
}
.bg-\[url\(\'\/assets\/pcui\/pcui3\/c2_item3\.png\'\)\]{
  background-image: url(/static/media/c2_item3.png);
}
.bg-\[url\(\'\/assets\/pcui\/pcui3\/c2_item4\.png\'\)\]{
  background-image: url(/static/media/c2_item4.png);
}
.bg-\[url\(\'\/assets\/pcui\/pcui3\/c3_bg\.png\'\)\]{
  background-image: url(/static/media/c3_bg.png);
}
.bg-\[url\(\'\/assets\/pcui\/pcui3\/c3_redbag\.png\'\)\]{
  background-image: url(/static/media/c3_redbag.png);
}
.bg-\[url\(\'\/assets\/pcui\/pcui3\/c3_title_bg\.png\'\)\]{
  background-image: url(/static/media/c3_title_bg.png);
}
.bg-\[url\(\'\/assets\/pcui\/pcui3\/c4_bg\.png\'\)\]{
  background-image: url(/static/media/c4_bg.png);
}
.bg-\[url\(\'\/assets\/pcui\/pcui3\/main_bg\.png\'\)\]{
  background-image: url(/static/media/main_bg.png);
}
.bg-\[url\(\'\/assets\/pcui\/pcui3\/section_advantages\.png\'\)\]{
  background-image: url(/static/media/section_advantages.png);
}
.bg-\[url\(\'\/assets\/pcui\/pcui3\/section_data\.png\'\)\]{
  background-image: url(/static/media/section_data.png);
}
.bg-\[url\(\'\/assets\/product_banner1\.png\'\)\]{
  background-image: url(/static/media/product_banner1.png);
}
.bg-\[url\(\'\/assets\/product_banner_gold\.png\'\)\]{
  background-image: url(/static/media/product_banner_gold.png);
}
.bg-\[url\(\'\/assets\/product_banner_silver\.png\'\)\]{
  background-image: url(/static/media/product_banner_silver.png);
}
.bg-\[url\(\/assets\/app\/about\/contactus\.png\)\]{
  background-image: url(/static/media/contactus.png);
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-l{
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-\[\#2e3a52\]{
  --tw-gradient-from: #2e3a52 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 58 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#FAEBC7\]{
  --tw-gradient-from: #FAEBC7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 235 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#d4c291\]{
  --tw-gradient-from: #d4c291 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(212 194 145 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#e82f33\]{
  --tw-gradient-from: #e82f33 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 47 51 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#f0e5ce\]{
  --tw-gradient-from: #f0e5ce var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 229 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#f6f4f0\]{
  --tw-gradient-from: #f6f4f0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 244 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#fbf6e4\]{
  --tw-gradient-from: #fbf6e4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 246 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-\[\#d9be90\]{
  --tw-gradient-to: rgb(217 190 144 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d9be90 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#e9e6dd\]{
  --tw-gradient-to: rgb(233 230 221 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e9e6dd var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-\[\#F2D295\]{
  --tw-gradient-to: #F2D295 var(--tw-gradient-to-position);
}
.to-\[\#bfa978\]{
  --tw-gradient-to: #bfa978 var(--tw-gradient-to-position);
}
.to-\[\#e6d5b4\]{
  --tw-gradient-to: #e6d5b4 var(--tw-gradient-to-position);
}
.to-\[\#e9e6dd\]{
  --tw-gradient-to: #e9e6dd var(--tw-gradient-to-position);
}
.to-\[\#f6eac4\]{
  --tw-gradient-to: #f6eac4 var(--tw-gradient-to-position);
}
.to-\[\#fd1b5e\]{
  --tw-gradient-to: #fd1b5e var(--tw-gradient-to-position);
}
.bg-\[cover\]{
  background-size: cover;
}
.bg-\[length\:100\%_800px\]{
  background-size: 100% 800px;
}
.bg-\[length\:225px\]{
  background-size: 225px;
}
.bg-\[length\:300px\]{
  background-size: 300px;
}
.bg-contain{
  background-size: contain;
}
.bg-cover{
  background-size: cover;
}
.bg-\[bottom_center\]{
  background-position: bottom center;
}
.bg-center{
  background-position: center;
}
.bg-left-top{
  background-position: left top;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.p-\[\.625rem\]{
  padding: .625rem;
}
.p-\[0\.625rem\]{
  padding: 0.625rem;
}
.p-\[10px\]{
  padding: 10px;
}
.p-\[15px\]{
  padding: 15px;
}
.p-\[40px\]{
  padding: 40px;
}
.p-\[5\%\]{
  padding: 5%;
}
.p-\[60px\]{
  padding: 60px;
}
.\!px-\[80px\]{
  padding-left: 80px !important;
  padding-right: 80px !important;
}
.px-\[1\.625rem\]{
  padding-left: 1.625rem;
  padding-right: 1.625rem;
}
.px-\[1\.875rem\]{
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.px-\[100px\]{
  padding-left: 100px;
  padding-right: 100px;
}
.px-\[15px\]{
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[16px\]{
  padding-left: 16px;
  padding-right: 16px;
}
.px-\[1rem\]{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-\[2\.5rem\]{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[22px\]{
  padding-left: 22px;
  padding-right: 22px;
}
.px-\[35px\]{
  padding-left: 35px;
  padding-right: 35px;
}
.px-\[39px\]{
  padding-left: 39px;
  padding-right: 39px;
}
.px-\[4\.9333vw\]{
  padding-left: 4.9333vw;
  padding-right: 4.9333vw;
}
.px-\[40px\]{
  padding-left: 40px;
  padding-right: 40px;
}
.px-\[4vw\]{
  padding-left: 4vw;
  padding-right: 4vw;
}
.px-\[5\.3333vw\]{
  padding-left: 5.3333vw;
  padding-right: 5.3333vw;
}
.px-\[50px\]{
  padding-left: 50px;
  padding-right: 50px;
}
.px-\[5px\]{
  padding-left: 5px;
  padding-right: 5px;
}
.px-\[60px\]{
  padding-left: 60px;
  padding-right: 60px;
}
.px-\[7\.3333vw\]{
  padding-left: 7.3333vw;
  padding-right: 7.3333vw;
}
.py-\[0\.625rem\]{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-\[1\.875rem\]{
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.py-\[100px\]{
  padding-top: 100px;
  padding-bottom: 100px;
}
.py-\[150px\]{
  padding-top: 150px;
  padding-bottom: 150px;
}
.py-\[155px\]{
  padding-top: 155px;
  padding-bottom: 155px;
}
.py-\[16px\]{
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-\[1rem\]{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-\[2\.1333vw\]{
  padding-top: 2.1333vw;
  padding-bottom: 2.1333vw;
}
.py-\[2\.4vw\]{
  padding-top: 2.4vw;
  padding-bottom: 2.4vw;
}
.py-\[2\.5rem\]{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-\[24px\]{
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-\[30px\]{
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-\[32px\]{
  padding-top: 32px;
  padding-bottom: 32px;
}
.py-\[3px\]{
  padding-top: 3px;
  padding-bottom: 3px;
}
.py-\[4\.5rem\]{
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
.py-\[40px\]{
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-\[50px\]{
  padding-top: 50px;
  padding-bottom: 50px;
}
.py-\[75px\]{
  padding-top: 75px;
  padding-bottom: 75px;
}
.pb-\[100px\]{
  padding-bottom: 100px;
}
.pb-\[11\.7333vw\]{
  padding-bottom: 11.7333vw;
}
.pb-\[120px\]{
  padding-bottom: 120px;
}
.pb-\[22px\]{
  padding-bottom: 22px;
}
.pb-\[28\.1333vw\]{
  padding-bottom: 28.1333vw;
}
.pb-\[30px\]{
  padding-bottom: 30px;
}
.pb-\[6\.0625rem\]{
  padding-bottom: 6.0625rem;
}
.pb-\[8\.5333vw\]{
  padding-bottom: 8.5333vw;
}
.pl-\[10px\]{
  padding-left: 10px;
}
.pl-\[22px\]{
  padding-left: 22px;
}
.pl-\[46px\]{
  padding-left: 46px;
}
.pl-\[60px\]{
  padding-left: 60px;
}
.pl-\[80px\]{
  padding-left: 80px;
}
.pr-\[0\.75rem\]{
  padding-right: 0.75rem;
}
.pr-\[15px\]{
  padding-right: 15px;
}
.pt-0{
  padding-top: 0px;
}
.pt-\[120\.2667vw\]{
  padding-top: 120.2667vw;
}
.pt-\[125px\]{
  padding-top: 125px;
}
.pt-\[130px\]{
  padding-top: 130px;
}
.pt-\[2\.8125rem\]{
  padding-top: 2.8125rem;
}
.pt-\[22\.8vw\]{
  padding-top: 22.8vw;
}
.pt-\[288px\]{
  padding-top: 288px;
}
.pt-\[28px\]{
  padding-top: 28px;
}
.pt-\[3\.5rem\]{
  padding-top: 3.5rem;
}
.pt-\[30px\]{
  padding-top: 30px;
}
.pt-\[32px\]{
  padding-top: 32px;
}
.pt-\[4\.375rem\]{
  padding-top: 4.375rem;
}
.pt-\[4\.75rem\]{
  padding-top: 4.75rem;
}
.pt-\[5\.3333vw\]{
  padding-top: 5.3333vw;
}
.pt-\[60\.8vw\]{
  padding-top: 60.8vw;
}
.pt-\[64px\]{
  padding-top: 64px;
}
.pt-\[7\.0667vw\]{
  padding-top: 7.0667vw;
}
.pt-\[7\.5rem\]{
  padding-top: 7.5rem;
}
.pt-\[74px\]{
  padding-top: 74px;
}
.pt-\[8px\]{
  padding-top: 8px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-justify{
  text-align: justify;
}
.text-\[1\.125rem\]{
  font-size: 1.125rem;
}
.text-\[1\.375rem\]{
  font-size: 1.375rem;
}
.text-\[1\.5rem\]{
  font-size: 1.5rem;
}
.text-\[1\.625rem\]{
  font-size: 1.625rem;
}
.text-\[1\.75rem\]{
  font-size: 1.75rem;
}
.text-\[1\.875rem\]{
  font-size: 1.875rem;
}
.text-\[10\.6667vw\]{
  font-size: 10.6667vw;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[1rem\]{
  font-size: 1rem;
}
.text-\[2\.125rem\]{
  font-size: 2.125rem;
}
.text-\[2\.375rem\]{
  font-size: 2.375rem;
}
.text-\[2\.5rem\]{
  font-size: 2.5rem;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[2rem\]{
  font-size: 2rem;
}
.text-\[3\.2vw\]{
  font-size: 3.2vw;
}
.text-\[3\.5rem\]{
  font-size: 3.5rem;
}
.text-\[3\.7333vw\]{
  font-size: 3.7333vw;
}
.text-\[32px\]{
  font-size: 32px;
}
.text-\[3rem\]{
  font-size: 3rem;
}
.text-\[4\.2667vw\]{
  font-size: 4.2667vw;
}
.text-\[4\.375rem\]{
  font-size: 4.375rem;
}
.text-\[46px\]{
  font-size: 46px;
}
.text-\[48px\]{
  font-size: 48px;
}
.text-\[56px\]{
  font-size: 56px;
}
.text-\[6\.9333vw\]{
  font-size: 6.9333vw;
}
.font-bold{
  font-weight: 700;
}
.font-normal{
  font-weight: 400;
}
.leading-\[100px\]{
  line-height: 100px;
}
.leading-\[2\.875rem\]{
  line-height: 2.875rem;
}
.leading-\[28px\]{
  line-height: 28px;
}
.leading-\[3\.125rem\]{
  line-height: 3.125rem;
}
.leading-\[30px\]{
  line-height: 30px;
}
.leading-\[32px\]{
  line-height: 32px;
}
.leading-\[35px\]{
  line-height: 35px;
}
.leading-\[36px\]{
  line-height: 36px;
}
.leading-\[4\.375rem\]{
  line-height: 4.375rem;
}
.leading-\[4\.5333vw\]{
  line-height: 4.5333vw;
}
.leading-\[40px\]{
  line-height: 40px;
}
.leading-\[44px\]{
  line-height: 44px;
}
.leading-\[46px\]{
  line-height: 46px;
}
.leading-\[48px\]{
  line-height: 48px;
}
.leading-\[5\.3333vw\]{
  line-height: 5.3333vw;
}
.leading-\[50px\]{
  line-height: 50px;
}
.leading-\[55px\]{
  line-height: 55px;
}
.leading-\[56px\]{
  line-height: 56px;
}
.leading-\[5rem\]{
  line-height: 5rem;
}
.leading-\[6\.8125rem\]{
  line-height: 6.8125rem;
}
.leading-\[60px\]{
  line-height: 60px;
}
.leading-\[72px\]{
  line-height: 72px;
}
.leading-\[80px\]{
  line-height: 80px;
}
.leading-loose{
  line-height: 2;
}
.leading-none{
  line-height: 1;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-\[2px\]{
  letter-spacing: 2px;
}
.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-\[\#222\]{
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.text-\[\#3b3b3b\]{
  --tw-text-opacity: 1;
  color: rgb(59 59 59 / var(--tw-text-opacity));
}
.text-\[\#444444\]{
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity));
}
.text-\[\#4C3A1A\]{
  --tw-text-opacity: 1;
  color: rgb(76 58 26 / var(--tw-text-opacity));
}
.text-\[\#535353\]{
  --tw-text-opacity: 1;
  color: rgb(83 83 83 / var(--tw-text-opacity));
}
.text-\[\#5c5b59\]{
  --tw-text-opacity: 1;
  color: rgb(92 91 89 / var(--tw-text-opacity));
}
.text-\[\#7A5C29\]{
  --tw-text-opacity: 1;
  color: rgb(122 92 41 / var(--tw-text-opacity));
}
.text-\[\#999999\]{
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}
.text-\[\#999\]{
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}
.text-\[\#D31114\]{
  --tw-text-opacity: 1;
  color: rgb(211 17 20 / var(--tw-text-opacity));
}
.text-\[\#D41114\]{
  --tw-text-opacity: 1;
  color: rgb(212 17 20 / var(--tw-text-opacity));
}
.text-\[\#D5A51F\]{
  --tw-text-opacity: 1;
  color: rgb(213 165 31 / var(--tw-text-opacity));
}
.text-\[\#D70101\]{
  --tw-text-opacity: 1;
  color: rgb(215 1 1 / var(--tw-text-opacity));
}
.text-\[\#F2D295\]{
  --tw-text-opacity: 1;
  color: rgb(242 210 149 / var(--tw-text-opacity));
}
.text-\[\#FFEECE\]{
  --tw-text-opacity: 1;
  color: rgb(255 238 206 / var(--tw-text-opacity));
}
.text-\[\#c1272d\]{
  --tw-text-opacity: 1;
  color: rgb(193 39 45 / var(--tw-text-opacity));
}
.text-\[\#c79645\]{
  --tw-text-opacity: 1;
  color: rgb(199 150 69 / var(--tw-text-opacity));
}
.text-\[\#d9be8f\]{
  --tw-text-opacity: 1;
  color: rgb(217 190 143 / var(--tw-text-opacity));
}
.text-\[\#e6322e\]{
  --tw-text-opacity: 1;
  color: rgb(230 50 46 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.opacity-0{
  opacity: 0;
}
.shadow-\[0_\.9375rem_2\.4375rem_0_rgba\(0\2c 0\2c 0\2c 0\.3\)\]{
  --tw-shadow: 0 .9375rem 2.4375rem 0 rgba(0,0,0,0.3);
  --tw-shadow-colored: 0 .9375rem 2.4375rem 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_5px_15px_rgba\(0\2c 0\2c 0\2c 0\.2\)\]{
  --tw-shadow: 0 5px 15px rgba(0,0,0,0.2);
  --tw-shadow-colored: 0 5px 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_2px_12px_0px_rgba\(0\2c 0\2c 0\2c 0\.2\)\]{
  --tw-shadow: 0px 2px 12px 0px rgba(0,0,0,0.2);
  --tw-shadow-colored: 0px 2px 12px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_4px_15px_0px_rgba\(0\2c 0\2c 0\2c 0\.25\)\]{
  --tw-shadow: 0px 4px 15px 0px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0px 4px 15px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_5px_15px_rgba\(0\2c 0\2c 0\2c 0\.2\)\]{
  --tw-shadow: 0px 5px 15px rgba(0,0,0,0.2);
  --tw-shadow-colored: 0px 5px 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[5px_5px_15px_0px_rgba\(0\2c 0\2c 0\2c 0\.3\)\]{
  --tw-shadow: 5px 5px 15px 0px rgba(0,0,0,0.3);
  --tw-shadow-colored: 5px 5px 15px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[inset_5px_5px_25px_0px_rgba\(0\2c 0\2c 0\2c 0\.2\)\]{
  --tw-shadow: inset 5px 5px 25px 0px rgba(0,0,0,0.2);
  --tw-shadow-colored: inset 5px 5px 25px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-500{
  transition-duration: 500ms;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Pingfang SC, sans-serif;
  color: #222222;
}

@media (max-width: 1060px) {
  body.offcanvas-show {
    overflow-y: hidden;
  }
}
body.modal-show {
  overflow-y: hidden;
}

#_html {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

main {
  position: relative;
  flex: 1;
  padding-top: 80px;
}

#loading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1103;
  background-color: rgba(255, 255, 255, 0.6);
}
#loading::before {
  content: "";
  color: #136ff6;
  animation: spinner-border 0.75s linear infinite;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border-radius: 50%;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.loader {
  margin: 75px auto;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-family: monospace;
  font-size: 20px;
  -webkit-clip-path: inset(0 3ch 0 0);
          clip-path: inset(0 3ch 0 0);
  animation: l4 1s steps(4) infinite;
  color: #8d8e90;
}
@keyframes l4 {
  to {
    -webkit-clip-path: inset(0 -1ch 0 0);
            clip-path: inset(0 -1ch 0 0);
  }
}
.loader::before {
  content: "正在加载...";
}

.placeholder-item {
  margin-bottom: 10px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.0666666667) 33%, rgba(0, 0, 0, 0.3333333333) 50%, rgba(0, 0, 0, 0.0666666667) 66%) #f2f2f2;
  background-size: 300% 100%;
  animation: l1 1s infinite linear;
}
@keyframes l1 {
  0% {
    background-position: right;
  }
}
.placeholder-item:nth-of-type(even) {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.0666666667) 33%, rgba(0, 0, 0, 0.3333333333) 50%, rgba(0, 0, 0, 0.0666666667) 66%) #ffffff;
  background-size: 300% 100%;
  animation: l1 1s infinite linear;
}

.toggleSize {
  animation: toggleSize 1.5s infinite;
}
@keyframes toggleSize {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

i.icon {
  display: inline-block;
}

.download {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.download .android_download,
.download .ios_download {
  width: 120px;
}
.download .android_download a,
.download .ios_download a {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-left: 10px;
  width: 100%;
  margin-top: 15px;
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
  background: #0d0d0d;
  color: white;
  font-size: 14px;
}
.download .android_download a:active,
.download .ios_download a:active {
  transform: scale(0.98);
}

.content_container {
  padding: 80px 0;
  line-height: 2;
  margin: 0 auto;
  width: 66.7%;
  text-align: justify;
}
.content_container header {
  margin-bottom: 20px;
}
.content_container header .time {
  margin-top: 10px;
}
.content_container table {
  border-collapse: collapse;
}
.content_container table td {
  border: 1px solid #222222;
}
.content_container h1 {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 1060px) {
  .content_container {
    padding: 50px 0;
    width: 83.33333333%;
  }
}

.footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 100vw;
  height: 160px;
  padding: 0 15px;
  background-color: #5c5b59;
  color: #ffffff;
}

.error_page {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  gap: 20px;
}

input {
  outline: none;
}
input::-moz-placeholder {
  color: #9d9d9d !important;
}
input::placeholder {
  color: #9d9d9d !important;
}
input:focus {
  box-shadow: 0 0 0 2px rgba(22, 93, 255, 0.3);
}

a {
  cursor: pointer;
  color: unset;
  text-decoration: none;
}

.btn {
  display: inline-block;
  min-width: 140px;
  padding: 10px 38px;
  font-size: 16px;
  border-radius: 8px;
  font-weight: 700;
  color: #ffffff;
  background: #c1272d;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
}
.btn:hover {
  background: #d67175;
}
.btn:active {
  background: #972428;
}
.btn.disabled {
  color: #a7a7a7;
  background: #f2f2f2;
}
.btn.rounded {
  border-radius: 27px;
}
.btn.outline {
  color: #c1272d;
  background: #ffffff;
  border: 2px solid #c1272d;
}
.btn.outline:hover {
  background: #ecf4fe;
}
.btn.outline:active {
  background: #c5ddfc;
}

.h1,
.h2,
.h3,
.h4,
.h5 {
  font-weight: 700;
}

.h6 {
  font-weight: 500;
}

.h1 {
  font-size: 48px;
}

.h2 {
  font-size: 30px;
}

.h3 {
  font-size: 26px;
}

.h4 {
  font-size: 24px;
}

.h5 {
  font-size: 22px;
}

.h6 {
  font-size: 20px;
}

@media (max-width: 1060px) {
  .h1 {
    font-size: 30px;
  }
  .h2 {
    font-size: 26px;
  }
  .h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 22px;
  }
  .h5 {
    font-size: 20px;
  }
  .h6 {
    font-size: 18px;
  }
  .btn {
    min-width: 120px;
    font-size: 14px;
    padding: 8px 28px;
  }
}
section #content br {
  display: none !important;
}

.form-item.error input {
  border-color: #c9363c;
}
.form-item.error input:focus {
  box-shadow: none;
}

.input-tip {
  color: #e92020;
}

.input-tip.success {
  color: #5ca500;
}

.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}

.before\:left-0::before{
  content: var(--tw-content);
  left: 0px;
}

.before\:left-\[-205px\]::before{
  content: var(--tw-content);
  left: -205px;
}

.before\:right-\[-205px\]::before{
  content: var(--tw-content);
  right: -205px;
}

.before\:top-0::before{
  content: var(--tw-content);
  top: 0px;
}

.before\:top-\[229px\]::before{
  content: var(--tw-content);
  top: 229px;
}

.before\:z-\[1\]::before{
  content: var(--tw-content);
  z-index: 1;
}

.before\:mr-\[15px\]::before{
  content: var(--tw-content);
  margin-right: 15px;
}

.before\:inline-block::before{
  content: var(--tw-content);
  display: inline-block;
}

.before\:aspect-square::before{
  content: var(--tw-content);
  aspect-ratio: 1 / 1;
}

.before\:h-\[143px\]::before{
  content: var(--tw-content);
  height: 143px;
}

.before\:h-full::before{
  content: var(--tw-content);
  height: 100%;
}

.before\:w-\[143px\]::before{
  content: var(--tw-content);
  width: 143px;
}

.before\:w-\[40px\]::before{
  content: var(--tw-content);
  width: 40px;
}

.before\:w-\[60px\]::before{
  content: var(--tw-content);
  width: 60px;
}

.before\:rounded-\[19px\]::before{
  content: var(--tw-content);
  border-radius: 19px;
}

.before\:bg-\[\#5c5b59\]::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(92 91 89 / var(--tw-bg-opacity));
}

.before\:bg-\[\#f6eac4\]::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(246 234 196 / var(--tw-bg-opacity));
}

.before\:bg-\[url\(\'\/assets\/download_banner2_icon1\.png\'\)\]::before{
  content: var(--tw-content);
  background-image: url(/static/media/download_banner2_icon1.png);
}

.before\:bg-\[url\(\'\/assets\/download_banner2_icon2\.png\'\)\]::before{
  content: var(--tw-content);
  background-image: url(/static/media/download_banner2_icon2.png);
}

.before\:bg-\[url\(\'\/assets\/download_banner2_icon3\.png\'\)\]::before{
  content: var(--tw-content);
  background-image: url(/static/media/download_banner2_icon3.png);
}

.before\:bg-\[url\(\'\/assets\/download_banner3_icon1\.png\'\)\]::before{
  content: var(--tw-content);
  background-image: url(/static/media/download_banner3_icon1.png);
}

.before\:bg-\[url\(\'\/assets\/download_banner3_icon2\.png\'\)\]::before{
  content: var(--tw-content);
  background-image: url(/static/media/download_banner3_icon2.png);
}

.before\:bg-\[url\(\'\/assets\/download_banner3_icon3\.png\'\)\]::before{
  content: var(--tw-content);
  background-image: url(/static/media/download_banner3_icon3.png);
}

.before\:bg-\[url\(\'\/assets\/index_banner3_icon1\.png\'\)\]::before{
  content: var(--tw-content);
  background-image: url(/static/media/index_banner3_icon1.png);
}

.before\:bg-\[url\(\'\/assets\/index_banner3_icon2\.png\'\)\]::before{
  content: var(--tw-content);
  background-image: url(/static/media/index_banner3_icon2.png);
}

.before\:bg-\[url\(\'\/assets\/index_banner3_icon3\.png\'\)\]::before{
  content: var(--tw-content);
  background-image: url(/static/media/index_banner3_icon3.png);
}

.before\:bg-\[url\(\'\/assets\/index_banner3_icon4\.png\'\)\]::before{
  content: var(--tw-content);
  background-image: url(/static/media/index_banner3_icon4.png);
}

.before\:bg-\[url\(\'\/assets\/index_banner3_icon5\.png\'\)\]::before{
  content: var(--tw-content);
  background-image: url(/static/media/index_banner3_icon5.png);
}

.before\:bg-\[url\(\'\/assets\/index_banner3_icon6\.png\'\)\]::before{
  content: var(--tw-content);
  background-image: url(/static/media/index_banner3_icon6.png);
}

.before\:bg-contain::before{
  content: var(--tw-content);
  background-size: contain;
}

.before\:bg-cover::before{
  content: var(--tw-content);
  background-size: cover;
}

.before\:bg-center::before{
  content: var(--tw-content);
  background-position: center;
}

.before\:bg-no-repeat::before{
  content: var(--tw-content);
  background-repeat: no-repeat;
}

.before\:align-middle::before{
  content: var(--tw-content);
  vertical-align: middle;
}

.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}

.after\:left-\[-135px\]::after{
  content: var(--tw-content);
  left: -135px;
}

.after\:right-\[-135px\]::after{
  content: var(--tw-content);
  right: -135px;
}

.after\:top-\[324px\]::after{
  content: var(--tw-content);
  top: 324px;
}

.after\:z-\[2\]::after{
  content: var(--tw-content);
  z-index: 2;
}

.after\:h-\[284px\]::after{
  content: var(--tw-content);
  height: 284px;
}

.after\:w-\[284px\]::after{
  content: var(--tw-content);
  width: 284px;
}

.after\:rounded-\[30px\]::after{
  content: var(--tw-content);
  border-radius: 30px;
}

.after\:border-\[5px\]::after{
  content: var(--tw-content);
  border-width: 5px;
}

.after\:border-\[\#bfa978\]::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(191 169 120 / var(--tw-border-opacity));
}

.after\:border-\[\#f3c53c\]::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(243 197 60 / var(--tw-border-opacity));
}

.odd\:bg-\[\#f2f2f2\]:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}

.visited\:text-\[\#0000ff\]:visited{
  color: rgb(0 0 255 );
}

.hover\:translate-y-\[-20px\]:hover{
  --tw-translate-y: -20px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:bg-\[\#cebd97\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(206 189 151 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#d67175\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(214 113 117 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#e5c794\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 199 148 / var(--tw-bg-opacity));
}

.hover\:underline:hover{
  text-decoration-line: underline;
}

.hover\:shadow-\[0px_4px_15px_0px_rgba\(0\2c 0\2c 0\2c 0\.25\)\]:hover{
  --tw-shadow: 0px 4px 15px 0px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0px 4px 15px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.active\:bg-\[\#972428\]:active{
  --tw-bg-opacity: 1;
  background-color: rgb(151 36 40 / var(--tw-bg-opacity));
}

.active\:bg-\[\#a97e37\]:active{
  --tw-bg-opacity: 1;
  background-color: rgb(169 126 55 / var(--tw-bg-opacity));
}

.active\:bg-\[\#bea877\]:active{
  --tw-bg-opacity: 1;
  background-color: rgb(190 168 119 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:visible{
  visibility: visible;
}

.group:hover .group-hover\:text-\[\#0000ff\]{
  --tw-text-opacity: 1;
  color: rgb(0 0 255 / var(--tw-text-opacity));
}

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

@media (max-width: 1060px){
  .md\:static{
    position: static;
  }
  .md\:mx-\[15px\]{
    margin-left: 15px;
    margin-right: 15px;
  }
  .md\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .md\:my-\[100px\]{
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .md\:mb-\[15px\]{
    margin-bottom: 15px;
  }
  .md\:mb-\[20px\]{
    margin-bottom: 20px;
  }
  .md\:mb-\[25px\]{
    margin-bottom: 25px;
  }
  .md\:mb-\[32px\]{
    margin-bottom: 32px;
  }
  .md\:mb-\[40px\]{
    margin-bottom: 40px;
  }
  .md\:mb-\[50px\]{
    margin-bottom: 50px;
  }
  .md\:mb-\[5px\]{
    margin-bottom: 5px;
  }
  .md\:grid{
    display: grid;
  }
  .md\:\!hidden{
    display: none !important;
  }
  .md\:hidden{
    display: none;
  }
  .md\:\!h-full{
    height: 100% !important;
  }
  .md\:h-\[100px\]{
    height: 100px;
  }
  .md\:h-\[1030px\]{
    height: 1030px;
  }
  .md\:h-\[160px\]{
    height: 160px;
  }
  .md\:h-\[200px\]{
    height: 200px;
  }
  .md\:h-\[260px\]{
    height: 260px;
  }
  .md\:h-\[300px\]{
    height: 300px;
  }
  .md\:h-\[34px\]{
    height: 34px;
  }
  .md\:h-\[360px\]{
    height: 360px;
  }
  .md\:h-\[36px\]{
    height: 36px;
  }
  .md\:h-\[400px\]{
    height: 400px;
  }
  .md\:h-\[40px\]{
    height: 40px;
  }
  .md\:h-\[42px\]{
    height: 42px;
  }
  .md\:h-\[440px\]{
    height: 440px;
  }
  .md\:h-\[46px\]{
    height: 46px;
  }
  .md\:h-\[58px\]{
    height: 58px;
  }
  .md\:h-\[60px\]{
    height: 60px;
  }
  .md\:h-\[unset\]{
    height: unset;
  }
  .md\:\!max-h-\[98vh\]{
    max-height: 98vh !important;
  }
  .md\:min-h-0{
    min-height: 0px;
  }
  .md\:min-h-\[360px\]{
    min-height: 360px;
  }
  .md\:\!w-full{
    width: 100% !important;
  }
  .md\:w-\[100px\]{
    width: 100px;
  }
  .md\:w-\[120px\]{
    width: 120px;
  }
  .md\:w-\[160px\]{
    width: 160px;
  }
  .md\:w-\[170px\]{
    width: 170px;
  }
  .md\:w-\[180px\]{
    width: 180px;
  }
  .md\:w-\[260px\]{
    width: 260px;
  }
  .md\:w-\[340px\]{
    width: 340px;
  }
  .md\:w-\[375px\]{
    width: 375px;
  }
  .md\:w-\[400px\]{
    width: 400px;
  }
  .md\:w-\[420px\]{
    width: 420px;
  }
  .md\:w-\[494px\]{
    width: 494px;
  }
  .md\:w-full{
    width: 100%;
  }
  .md\:min-w-\[280px\]{
    min-width: 280px;
  }
  .md\:max-w-\[725px\]{
    max-width: 725px;
  }
  .md\:translate-x-\[unset\]{
    --tw-translate-x: unset;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:grid-cols-\[repeat\(1\2c 360px\)\]{
    grid-template-columns: repeat(1,360px);
  }
  .md\:grid-cols-\[repeat\(2\2c auto\)\]{
    grid-template-columns: repeat(2,auto);
  }
  .md\:grid-rows-\[repeat\(2\2c 140px\)\]{
    grid-template-rows: repeat(2,140px);
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-col{
    flex-direction: column;
  }
  .md\:flex-col-reverse{
    flex-direction: column-reverse;
  }
  .md\:flex-wrap{
    flex-wrap: wrap;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:justify-start{
    justify-content: flex-start;
  }
  .md\:justify-center{
    justify-content: center;
  }
  .md\:gap-0{
    gap: 0px;
  }
  .md\:gap-\[20px\]{
    gap: 20px;
  }
  .md\:gap-\[24px\]{
    gap: 24px;
  }
  .md\:gap-\[25px\]{
    gap: 25px;
  }
  .md\:gap-\[30px\]{
    gap: 30px;
  }
  .md\:gap-\[48px\]{
    gap: 48px;
  }
  .md\:gap-\[50px\]{
    gap: 50px;
  }
  .md\:gap-\[70px\]{
    gap: 70px;
  }
  .md\:gap-\[75px\]{
    gap: 75px;
  }
  .md\:gap-y-\[30px\]{
    row-gap: 30px;
  }
  .md\:\!rounded-none{
    border-radius: 0px !important;
  }
  .md\:bg-\[length\:100\%_400px\]{
    background-size: 100% 400px;
  }
  .md\:p-\[20px\]{
    padding: 20px;
  }
  .md\:p-\[30px\]{
    padding: 30px;
  }
  .md\:p-\[50px\]{
    padding: 50px;
  }
  .md\:p-\[5px\]{
    padding: 5px;
  }
  .md\:\!px-\[5px\]{
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .md\:px-\[15px\]{
    padding-left: 15px;
    padding-right: 15px;
  }
  .md\:px-\[20px\]{
    padding-left: 20px;
    padding-right: 20px;
  }
  .md\:px-\[30px\]{
    padding-left: 30px;
    padding-right: 30px;
  }
  .md\:px-\[5px\]{
    padding-left: 5px;
    padding-right: 5px;
  }
  .md\:py-\[100px\]{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .md\:py-\[15px\]{
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .md\:py-\[20px\]{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .md\:py-\[30px\]{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .md\:py-\[50px\]{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .md\:pb-\[50px\]{
    padding-bottom: 50px;
  }
  .md\:pb-\[75px\]{
    padding-bottom: 75px;
  }
  .md\:pl-\[40px\]{
    padding-left: 40px;
  }
  .md\:pt-0{
    padding-top: 0px;
  }
  .md\:pt-\[100px\]{
    padding-top: 100px;
  }
  .md\:pt-\[370px\]{
    padding-top: 370px;
  }
  .md\:pt-\[8px\]{
    padding-top: 8px;
  }
  .md\:text-center{
    text-align: center;
  }
  .md\:\!text-\[14px\]{
    font-size: 14px !important;
  }
  .md\:text-\[14px\]{
    font-size: 14px;
  }
  .md\:text-\[16px\]{
    font-size: 16px;
  }
  .md\:text-\[20px\]{
    font-size: 20px;
  }
  .md\:text-\[24px\]{
    font-size: 24px;
  }
  .md\:text-\[34px\]{
    font-size: 34px;
  }
  .md\:leading-\[24px\]{
    line-height: 24px;
  }
  .md\:leading-\[26px\]{
    line-height: 26px;
  }
  .md\:leading-\[28px\]{
    line-height: 28px;
  }
  .md\:leading-\[36px\]{
    line-height: 36px;
  }
  .md\:leading-\[60px\]{
    line-height: 60px;
  }
  .md\:leading-none{
    line-height: 1;
  }
  .md\:before\:left-\[-105px\]::before{
    content: var(--tw-content);
    left: -105px;
  }
  .md\:before\:right-\[-105px\]::before{
    content: var(--tw-content);
    right: -105px;
  }
  .md\:before\:top-\[180px\]::before{
    content: var(--tw-content);
    top: 180px;
  }
  .md\:after\:left-\[-35px\]::after{
    content: var(--tw-content);
    left: -35px;
  }
  .md\:after\:right-\[-35px\]::after{
    content: var(--tw-content);
    right: -35px;
  }
  .md\:after\:top-\[270px\]::after{
    content: var(--tw-content);
    top: 270px;
  }
}

@media (max-width: 500px){
  .sm\:my-\[50px\]{
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .sm\:mb-0{
    margin-bottom: 0px;
  }
  .sm\:mb-\[25px\]{
    margin-bottom: 25px;
  }
  .sm\:mt-\[20px\]{
    margin-top: 20px;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:h-\[170px\]{
    height: 170px;
  }
  .sm\:h-\[180px\]{
    height: 180px;
  }
  .sm\:h-\[220px\]{
    height: 220px;
  }
  .sm\:h-\[44px\]{
    height: 44px;
  }
  .sm\:min-h-\[170px\]{
    min-height: 170px;
  }
  .sm\:w-\[320px\]{
    width: 320px;
  }
  .sm\:w-\[350px\]{
    width: 350px;
  }
  .sm\:w-\[360px\]{
    width: 360px;
  }
  .sm\:w-\[375px\]{
    width: 375px;
  }
  .sm\:gap-\[15px\]{
    gap: 15px;
  }
  .sm\:gap-\[20px\]{
    gap: 20px;
  }
  .sm\:gap-\[24px\]{
    gap: 24px;
  }
  .sm\:gap-\[25px\]{
    gap: 25px;
  }
  .sm\:p-\[15px\]{
    padding: 15px;
  }
  .sm\:p-\[30px\]{
    padding: 30px;
  }
  .sm\:py-\[40px\]{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sm\:py-\[50px\]{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .sm\:py-\[75px\]{
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .sm\:pt-\[4px\]{
    padding-top: 4px;
  }
  .sm\:text-\[14px\]{
    font-size: 14px;
  }
  .sm\:text-\[16px\]{
    font-size: 16px;
  }
  .sm\:text-\[18px\]{
    font-size: 18px;
  }
  .sm\:text-\[20px\]{
    font-size: 20px;
  }
  .sm\:text-\[22px\]{
    font-size: 22px;
  }
  .sm\:text-\[26px\]{
    font-size: 26px;
  }
  .sm\:text-\[28px\]{
    font-size: 28px;
  }
}
.icon { background-image: url(/static/media/icons.png);background-size: 242px 228px;}
.complete { width: 40px; height: 40px; background-position: 0px -108px; }
.icon_ac_aside { width: 40px; height: 40px; background-position: -44px -108px; }
.icon_ac { width: 32px; height: 32px; background-position: -206px -120px; }
.icon_Android { width: 18px; height: 20px; background-position: -132px -108px; }
.icon_arrow { width: 22px; height: 12px; background-position: -162px -132px; }
.icon_close { width: 36px; height: 36px; background-position: -88px -152px; }
.icon_code { width: 36px; height: 36px; background-position: -128px -152px; }
.icon_cross { width: 32px; height: 32px; background-position: -206px -156px; }
.icon_cs_aside { width: 40px; height: 40px; background-position: -88px -108px; }
.icon_cs { width: 32px; height: 32px; background-position: -168px -152px; }
.icon_download_aside { width: 40px; height: 40px; background-position: -162px 0px; }
.icon_download { width: 32px; height: 32px; background-position: 0px -196px; }
.icon_id { width: 32px; height: 32px; background-position: -36px -196px; }
.icon_iOS { width: 18px; height: 20px; background-position: -108px -196px; }
.icon_nav_cs { width: 40px; height: 40px; background-position: -162px -44px; }
.icon_open { width: 36px; height: 36px; background-position: -206px 0px; }
.icon_password { width: 36px; height: 36px; background-position: -206px -40px; }
.icon_person { width: 32px; height: 32px; background-position: -72px -196px; }
.icon_phone { width: 36px; height: 36px; background-position: -206px -80px; }
.icon_search { width: 40px; height: 40px; background-position: -162px -88px; }
.icon_step1_active { width: 50px; height: 50px; background-position: 0px 0px; }
.icon_step1 { width: 50px; height: 50px; background-position: -54px 0px; }
.icon_step2_active { width: 50px; height: 50px; background-position: 0px -54px; }
.icon_step2 { width: 50px; height: 50px; background-position: -54px -54px; }
.icon_step3_active { width: 50px; height: 50px; background-position: -108px 0px; }
.icon_step3 { width: 50px; height: 50px; background-position: -108px -54px; }
.icon_toggler { width: 40px; height: 40px; background-position: 0px -152px; }
.icon_windows_aside { width: 40px; height: 40px; background-position: -44px -152px; }
.nav {
  width: 100vw;
  position: fixed;
  top: 0;
  z-index: 99;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
}
.nav .navbar {
  max-width: 1060px;
  height: 80px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 30px;
}
.nav .flex_box {
  display: flex;
  align-items: center;
  gap: 30px;
}
.nav .toggler {
  display: none;
}
.nav .brand {
  flex-shrink: 0;
}
.nav .brand img {
  width: 210px;
  aspect-ratio: 17/4;
}
.nav .offcanvas {
  flex: 1;
}
.nav .close {
  display: none;
}
.nav .body {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  gap: 30px;
}
.nav .body li {
  width: 56px;
  text-align: center;
}
.nav .body li a {
  position: relative;
  white-space: nowrap;
  display: block;
  height: 64px;
  line-height: 64px;
  font-size: 14px;
}
.nav .body li a::after {
  content: "";
  background: #d0a86d;
  left: 0;
  bottom: 0;
  height: 3px;
  position: absolute;
  transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  width: 0px;
}
.nav .body li a:hover::after {
  width: 56px;
}
.nav .body li a.active {
  font-weight: bold;
}
.nav .body li a.active::after {
  width: 56px;
}

@media (max-width: 1060px) {
  .nav .navbar {
    position: relative;
    justify-content: space-between;
    min-width: unset;
    padding: 0 20px;
  }
  .nav .toggler {
    display: block;
  }
  .nav .toggler:focus {
    outline: 4px solid rgba(13, 110, 253, 0.25);
  }
  .nav .brand img {
    width: 160px;
  }
  .nav .offcanvas {
    position: absolute;
    top: 0;
    left: -400px;
    flex: unset;
    width: 400px;
    height: 100vh;
    padding: 30px;
    background-color: #444;
    z-index: 1041;
    transition: left 300ms;
  }
  .nav .offcanvas .close {
    display: block;
    margin-bottom: 30px;
  }
  .nav .offcanvas .close:focus {
    outline: 4px solid rgba(255, 255, 255, 0.25);
  }
  .nav .offcanvas .body {
    display: flex;
    flex-direction: column;
    width: unset;
    gap: 0px;
    color: white;
  }
  .nav .offcanvas .body li {
    width: 100%;
    text-align: left;
  }
  .nav .offcanvas .body li a {
    color: #bdbdbd;
  }
  .nav .offcanvas .body li a.active {
    color: white;
  }
  .nav .offcanvas.show {
    left: 0px;
  }
  .nav #nav-backdrop {
    display: none;
    background-color: #000;
    height: 100vh;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 100;
  }
}
@media (max-width: 500px) {
  .nav .navbar {
    padding: 0 10px;
    gap: 10px;
  }
  .nav .flex_box {
    gap: 15px;
  }
  .nav .toggler {
    transform: scale(0.8);
  }
}
.modal-box {
  width: 100vw;
  height: 100vh;
}

.modal {
  overflow: hidden;
  position: fixed;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  border-radius: 8px;
  background-color: white;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 180ms ease-in;
}
.modal.show {
  opacity: 1;
  top: 50%;
  visibility: visible;
  transition: all 180ms ease-out;
}
.modal .modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 94vh;
  padding: 20px 0;
}
.modal .modal-header {
  padding: 16px;
}
.modal .modal-body {
  padding: 16px;
  overflow-y: auto;
  flex: 1 1 auto;
  text-align: justify;
  line-height: 2;
  font-size: 16px;
}
.modal .modal-body ol {
  padding-left: 16px;
}
.modal .modal-footer {
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.modal-backdrop {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1054;
}
.modal-backdrop.show {
  opacity: 1;
  visibility: visible;
  transition: all 180ms ease-in-out;
}

@media screen and (max-width: 500px) {
  .modal {
    width: 93vw;
  }
  .modal .modal-content {
    max-height: 86vh;
  }
}
#active ol li {
  list-style: decimal;
}

#active table thead th {
  padding: 6px 0;
  border: 1px solid white;
  font-size: 20px;
  font-weight: bold;
}

#active table tbody td {
  border: 1px solid white;
  font-size: 18px;
  height: 42px;
}

@media (max-width: 1060px) {
  #active table thead th {
    font-size: 14px;
  }
  #active table tbody td {
    font-size: 14px;
  }
}
@charset "UTF-8";


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.hinge {
  animation-duration: 2s;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

.bounce {
  animation-name: bounce;
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}

.shake {
  animation-name: shake;
}

@keyframes swing {
  20% {
    transform: rotate(15deg);
  }

  40% {
    transform: rotate(-10deg);
  }

  60% {
    transform: rotate(5deg);
  }

  80% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  0% {
    transform: scale(1);
  }

  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    transform: scale(1) rotate(0);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  0% {
    transform: translateX(0%);
  }

  15% {
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    transform: translateX(0%);
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    transform: scale(1.05);
  }

  70% {
    transform: scale(.9);
  }

  100% {
    transform: scale(1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    transform: translateY(30px);
  }

  80% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    transform: translateX(30px);
  }

  80% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(0);
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    transform: translateX(-30px);
  }

  80% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    transform: translateY(-30px);
  }

  80% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    transform: scale(.3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    animation-timing-function: ease-in;
  }

  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  100% {
    transform: translateY(0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  100% {
    transform: translateX(0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  100% {
    transform: translateX(0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

