It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://mdnitems.com

  1. <!doctype html>
  2. <html lang="en">
  3. <style>
  4. /* GLOBAL STYLES */
  5. .body {
  6.  background: #333;
  7.  
  8.  display: flex;
  9.  justify-content: center;
  10. }
  11. /* DEMO-SPECIFIC STYLES */
  12. .typewriter h5 {
  13.  color: #fff;
  14.  font-family: monospace;
  15.  overflow: hidden; /* Ensures the content is not revealed until the animation */
  16.  border-right: .10em solid orange; /* The typwriter cursor */
  17.  white-space: nowrap; /* Keeps the content on a single line */
  18.  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  19.  letter-spacing: .10em; /* Adjust as needed */
  20.  animation:
  21.    typing 5s steps(60, end),
  22.    blink-caret .50s step-end infinite;
  23. }
  24.  
  25. /* The typing effect */
  26. @keyframes typing {
  27.  from { width: 0 }
  28.  to { width: 100% }
  29. }
  30.  
  31. /* The typewriter cursor effect */
  32. @keyframes blink-caret {
  33.  from, to { border-color: transparent }
  34.  50% { border-color: white }
  35. }
  36.    .fa-home {
  37.        color: #DBCCE7;
  38.    }
  39.    .fa-search {
  40.        color: #DBCCE7;
  41.    }
  42.    .fa-sign-in {
  43.        color: #DBCCE7;
  44.    }
  45.    .fa-money {
  46.        color: #DBCCE7;
  47.    }
  48.    .fa-id-card {
  49.        color: #DBCCE7;
  50.    }
  51.    .fa-newspaper {
  52.        color: #DBCCE7;
  53.    }
  54.    .fa-clock {
  55.        color: #DBCCE7;
  56.        font-size: 50px;
  57.    }
  58.    .fa-sign-out-alt {
  59.        color : red;
  60.    }
  61.    .fa-wallet {
  62.        color: #DBCCE7;
  63.        font-size: 50px;
  64.    }
  65.    .fa-tags {
  66.        color: #DBCCE7;
  67.        font-size: 50px;
  68.    }
  69.    .fa-gem {
  70.        color: #DBCCE7;
  71.        font-size: 50px;
  72.    }
  73.    .fa-user {
  74.        color: #DBCCE7;
  75.        font-size: 50px;
  76.    }
  77.    .button {
  78.  --button-color: rgb(255, 0, 0);
  79.  position: relative;
  80.  padding: 16px 32px;
  81.  font-family: Roboto, sans-serif;
  82.  font-weight: 500;
  83.  font-size: 16px;
  84.  line-height: 1;
  85.  color: white;
  86.  background: none;
  87.  border: none;
  88.  outline: none;
  89.  overflow: hidden;
  90.  cursor: pointer;
  91.  filter: drop-shadow(0 2px 8px rgba(39, 94, 254, 0.32));
  92.  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  93. }
  94.  
  95. .button::before {
  96.  position: absolute;
  97.  content: "";
  98.  top: 0;
  99.  left: 0;
  100.  z-index: -1;
  101.  width: 100%;
  102.  height: 100%;
  103.  background: var(--btn-color);
  104.  border-radius: 24px;
  105.  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  106. }
  107.  
  108. .button span,
  109.        .btn span span {
  110.  display: inline-flex;
  111.  vertical-align: middle;
  112.  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  113. }
  114.  
  115. .button span {
  116.  transition-delay: 0.05s;
  117. }
  118.  
  119. .button span:first-child {
  120.  padding-right: 7px;
  121. }
  122.  
  123. .button span span {
  124.  margin-left: 8px;
  125.  transition-delay: 0.1s;
  126. }
  127.  
  128. .button ul {
  129.  position: absolute;
  130.  top: 50%;
  131.  left: 0;
  132.  right: 0;
  133.  display: flex;
  134.  margin: 0;
  135.  padding: 0;
  136.  list-style-type: none;
  137.  transform: translateY(-50%);
  138. }
  139.  
  140. .button ul li {
  141.  flex: 1;
  142. }
  143.  
  144. .button ul li a {
  145.  display: inline-flex;
  146.  vertical-align: middle;
  147.  transform: translateY(55px);
  148.  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  149. }
  150.  
  151. .button ul li a:hover {
  152.  opacity: 0.5;
  153. }
  154.  
  155. .button:hover::before {
  156.  transform: scale(1.2);
  157. }
  158.  
  159. .button:hover span,
  160.        .btn:hover span span {
  161.  transform: translateY(-55px);
  162. }
  163.  
  164. .button:hover ul li a {
  165.  transform: translateY(0);
  166. }
  167.  
  168. .button:hover ul li:nth-child(1) a {
  169.  transition-delay: 0.15s;
  170. }
  171.  
  172. .button:hover ul li:nth-child(2) a {
  173.  transition-delay: 0.2s;
  174. }
  175.  
  176. .button:hover ul li:nth-child(3) a {
  177.  transition-delay: 0.25s;
  178. }
  179. .lg-oneline {
  180.    text: center;
  181.    position: flex;
  182. }
  183. .navigation {
  184.     height: 55px;
  185.     background: linear-gradient(45deg, #4199fe, #74b4fe);
  186. }
  187. .brand {
  188.     position: absolute;
  189.     padding-left: 20px;
  190.     float: left;
  191.     line-height: 55px;
  192.     text-transform: uppercase;
  193.     font-size: 1.4em;
  194. }
  195. .brand a, .brand a:visited {
  196.     color: #ffffff;
  197.     text-decoration: none;
  198. }
  199. .nav-container {
  200.     max-width: 1500px;
  201.     margin: 0 auto;
  202. }
  203. img.logo-lg {
  204.  position: absolute;
  205.  top: -5px;
  206.  left: 40%;
  207.  right: 60%;
  208.    }
  209. nav {
  210.     float: right;
  211. }
  212. nav ul {
  213.     list-style: none;
  214.     margin: 0;
  215.     padding: 0;
  216. }
  217. nav ul li {
  218.     float: left;
  219.     position: relative;
  220. }
  221. nav ul li a,nav ul li a:visited {
  222.     display: block;
  223.     padding: 0 20px;
  224.     line-height: 55px;
  225.     color: #fff;
  226.     background: #B298C8 ;
  227.     text-decoration: none;
  228. }
  229. nav ul li a{
  230.     background: transparent;
  231.     color: #FFF;
  232. }
  233. nav ul li a:hover, nav ul li a:visited:hover {
  234.     background: #DBCCE7;
  235.     color: #ffffff;
  236. }
  237. .navbar-dropdown li a{
  238.     background: #B298C8;
  239.     color: #fff;
  240. }
  241. nav ul li a:not(:only-child):after, nav ul li a:visited:not(:only-child):after {
  242.     padding-left: 4px;
  243.     content: ' \025BE';
  244. }
  245. nav ul li ul li {
  246.     min-width: 190px;
  247. }
  248. nav ul li ul li a {
  249.     padding: 15px;
  250.     line-height: 20px;
  251. }
  252. .navbar-dropdown {
  253.     position: absolute;
  254.     display: none;
  255.     z-index: 1;
  256.     background: #fff;
  257.     box-shadow: 0 0 35px 0 rgba(0,0,0,0.25);
  258. }
  259. /* Mobile navigation */
  260. .nav-mobile {
  261.     display: none;
  262.     position: absolute;
  263.     top: 0;
  264.     right: 0;
  265.     background: transparent;
  266.     height: 55px;
  267.     width: 70px;
  268. }
  269. @media only screen and (max-width: 800px) {
  270.     .nav-mobile {
  271.         display: block;
  272.    }
  273.     nav {
  274.         width: 100%;
  275.         padding: 55px 0 15px;
  276.    }
  277.     nav ul {
  278.         display: none;
  279.    }
  280.     nav ul li {
  281.         float: none;
  282.    }
  283.     nav ul li a {
  284.         padding: 15px;
  285.         line-height: 20px;
  286.         background: #B298C8;
  287.    }
  288.     nav ul li ul li a {
  289.         padding-left: 30px;
  290.    }
  291.     .navbar-dropdown {
  292.         position: static;
  293. }
  294. @media screen and (min-width:800px) {
  295.     .nav-list {
  296.         display: block !important;
  297.    }
  298. }
  299. #navbar-toggle {
  300.     position: absolute;
  301.     left: 18px;
  302.     top: 15px;
  303.     cursor: pointer;
  304.     padding: 10px 35px 16px 0px;
  305. }
  306. #navbar-toggle span, #navbar-toggle span:before, #navbar-toggle span:after {
  307.     cursor: pointer;
  308.     border-radius: 1px;
  309.     height: 3px;
  310.     width: 30px;
  311.     background: #DBCCE7;
  312.     position: absolute;
  313.     display: block;
  314.     content: '';
  315.     transition: all 300ms ease-in-out;
  316. }
  317. #navbar-toggle span:before {
  318.     top: -10px;
  319. }
  320. #navbar-toggle span:after {
  321.     bottom: -10px;
  322. }
  323. #navbar-toggle.active span {
  324.     background-color: transparent;
  325. }
  326. #navbar-toggle.active span:before, #navbar-toggle.active span:after {
  327.     top: 0;
  328. }
  329. #navbar-toggle.active span:before {
  330.     transform: rotate(45deg);
  331. }
  332. #navbar-toggle.active span:after {
  333.     transform: rotate(-45deg);
  334. }
  335. img.logo-lg {
  336.  position: absolute;
  337.  top: 0px;
  338.  left: 45%;
  339.  right: 60%;
  340.    }
  341.    
  342. .bg-thema {
  343.    background-color: #06213F;
  344. }
  345.  
  346.  
  347. .rating-color{
  348.  
  349.     color:#fbc634 !important;
  350.  
  351. }
  352.  
  353.  
  354. .nav-link {
  355.  
  356.    color: #fe6c17;
  357.    display: block;
  358.    padding: 0.5rem 1rm;
  359.    text-decoration: none;
  360.    transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s,border-color 0.15s ease-in-out 0s;
  361.  
  362. }
  363.  
  364. .resultsearch .dropdown-item:hover {
  365.    background: linear-gradient(126deg, rgba(17,24,40,1) 0%, rgba(100,108,121,1) 50%);
  366.    
  367. }
  368.  
  369.  
  370.  
  371.  
  372. .bg-light {
  373.  
  374.   --bs-bg-opacity: 1;
  375.  
  376. }
  377.  
  378.  
  379. .bg-nvd  {
  380.    background-color: hsl(var(--popular-bg));
  381.    color: var(--text-color);
  382.    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTkyMCAxMDAwIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPnBhdGh7b3BhY2l0eTouMTtjbGlwLXBhdGg6dXJsKCNjbGlwUGF0aCk7ZmlsbDp1cmwoI2xpbmVhckdyYWRpZW50KTt9PC9zdHlsZT48Y2xpcFBhdGggaWQ9ImNsaXBQYXRoIj48cmVjdCB3aWR0aD0iMTkyMCIgaGVpZ2h0PSIxMDAwIi8+PC9jbGlwUGF0aD48bGluZWFyR3JhZGllbnQgaWQ9ImxpbmVhckdyYWRpZW50IiB4MT0iMCUiIHkxPSIwJSIgeDI9IjkwJSIgeTI9IjAlIj48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9ImhzbCgwIDAlIDEwMCUvMSkiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9ImhzbCgwIDAlIDEwMCUvMCkiLz48L2xpbmVhckdyYWRpZW50PjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5MjAsMTAwMClzY2FsZSgtMSwtMSkiPjxwYXRoIGQ9Ik0xMzg0LjUgMzQzLjJMMTkyLjcgMTUzNWwtMjEzLjUtM0wxMzgzIDEyOC4ybDEuNSAyMTV6Ii8+PHBhdGggZD0iTTE5MTkuNyA0NDguM0wxMzU5IDEwMDlsLTEwMC40LTEuNEwxOTE5IDM0Ny4xbC43IDEwMS4yeiIvPjxwYXRoIGQ9Ik0xMTc2LjcgNTE0LjNMNjE2IDEwNzVsLTEwMC40LTEuNEwxMTc2IDQxMy4xbC43IDEwMS4yeiIvPjxwYXRoIGQ9Ik02NDQuNyA0NTcuM0w4NCAxMDE4bC0xMDAuNC0xLjRMNjQ0IDM1Ni4xbC43IDEwMS4yeiIvPjxwYXRoIGQ9Ik0xMzg3LjcgNDQ4LjNMODI3IDEwMDlsLTEwMC40LTEuNEwxMzg3IDM0Ny4xbC43IDEwMS4yeiIvPjxwYXRoIGQ9Ik0xMjUwLjEgNDkzLjhsLTU0NSA1NDUtNTIuNyA0My42IDY0MS45LTY0MS45LTQ0LjIgNTMuM3oiLz48cGF0aCBkPSJNODkxLjEgNjM5LjFMLTc3OCAyMzA4LjNsLTI5OC45LTQuMkw4ODkgMzM4LjFsMi4xIDMwMXoiLz48cGF0aCBkPSJNMTg3MC40IDQxOS44TC0yOC44IDIzMTlsLTM0MC4xLTQuOEwxODY4IDc3LjNsMi40IDM0Mi41eiIvPjxwYXRoIGQ9Ik05MDguNCA0MzYuOEwtOTkwLjggMjMzNmwtMzQwLjEtNC44TDkwNiA5NC4zbDIuNCAzNDIuNXoiLz48cGF0aCBkPSJNMTYzMi40IDUxNS44TC0yNjYuOCAyNDE1bC0zNDAuMS00LjhMMTYzMCAxNzMuM2wyLjQgMzQyLjV6Ii8+PHBhdGggZD0iTTExNzYuMyA1NjcuMUwtMTQ0NS42IDMxODlsLTQ2OS41LTYuNkwxMTczIDk0LjNsMy4zIDQ3Mi44eiIvPjxwYXRoIGQ9Ik0xNDI3LjMgNTgwLjFMLTExOTQuNiAzMjAybC00NjkuNS02LjZMMTQyNCAxMDcuM2wzLjMgNDcyLjh6Ii8+PHBhdGggZD0iTTE2NDkuNSA4ODAuMkw0NTcuNyAyMDcybC0yMTMuNS0zTDE2NDggNjY1LjJsMS41IDIxNXoiLz48cGF0aCBkPSJNNjc1LjggNTIyLjJsLTI2MjEuOSAyNjIxLjktNDY5LjQtNi42TDY3Mi41IDQ5LjRsMy4zIDQ3Mi44eiIvPjxwYXRoIGQ9Ik0yNTk1LjkgNTIyLjJMLTI2IDMxNDQuMWwtNDY5LjUtNi42TDI1OTIuNiA0OS40bDMuMyA0NzIuOHoiLz48L2c+PC9zdmc+);
  383.    background-repeat: no-repeat;
  384.    background-position: top;
  385.    background-size: clamp(60em,100rem,100em) auto,cover;
  386. }
  387.  
  388.  
  389. .grecaptcha-badge {
  390.  
  391. visibility: hidden;
  392.  
  393. }
  394.  
  395.  
  396.  
  397. a.text-base:hover {
  398.  
  399.    color: #fff;
  400.  
  401. }
  402.  
  403.  
  404.  
  405. .btn-orange {
  406.  
  407. color: #f39200;
  408.  
  409. background-color: #f39200 !important;
  410.  
  411. border-color: #f39200 !important;
  412.  
  413. }
  414.  
  415.  
  416. .btn-primary {
  417.    color: #4B5563;
  418.    background-color: #F59E0B !important;
  419.    border-color: #f39200 !important;
  420. }
  421.  
  422. .btn-primary:hover {
  423.    color: #fff;
  424.    background-color: #D97706 !important;
  425.    border-color: #D97706 !important;
  426. }
  427.  
  428.  
  429.  
  430.  .btn-voucher {
  431.  
  432.        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
  433.  
  434.        --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  435.  
  436.        position: relative;
  437.  
  438.        overflow: hidden;
  439.  
  440.    }
  441.  
  442.  
  443.  
  444.    .btn-voucher::after {
  445.  
  446.        --tw-skew-x: -12deg;
  447.  
  448.        --tw-translate-x: -100%;
  449.  
  450.        content: var(--tw-content);
  451.  
  452.        position: absolute;
  453.  
  454.        top: 0;
  455.  
  456.        left: 0;
  457.  
  458.        width: 11%;
  459.  
  460.        height: 100%;
  461.  
  462.        background-color: hsl(63, 1%, 78%);
  463.  
  464.        transform: translateX(var(--tw-translate-x)) skewX(var(--tw-skew-x));
  465.  
  466.        animation: hightlight 5s ease-in infinite forwards;
  467.  
  468.    }
  469.  
  470.  
  471.  
  472.  
  473.  
  474.  
  475.  
  476. .button-action-payment li.active {
  477.  
  478. border: 1px solid transparent;
  479.  
  480. background: rgb(255, 255, 255);
  481.  
  482. filter: grayscale(0%);
  483.  
  484. }
  485.  
  486.  
  487.  
  488. .xxs {
  489.  
  490. font-size: 0.4rem;
  491.  
  492. }
  493.  
  494.  
  495.  
  496. .button-action-payment li {
  497.  
  498. border: 1px solid rgba(202, 202, 202, 0.398);
  499.  
  500. padding: 10px;
  501.  
  502. border-radius: 0.3em;
  503.  
  504. margin-bottom: 10px;
  505.  
  506. position: relative;
  507.  
  508. display: list-item;
  509.  
  510. text-align: -webkit-match-parent;
  511.  
  512. background: rgb(208, 208, 208);
  513.  
  514. -webkit-filter: grayscale(100%);
  515.  
  516. /* Safari 6.0 - 9.0 */
  517.  
  518. filter: grayscale(100%);
  519.  
  520. }
  521.  
  522.  
  523.  
  524. .button-action-payment input[type="radio"]:checked+.payment-item {
  525.  
  526. color: #fd7300;
  527.  
  528. }
  529.  
  530.  
  531.  
  532.  
  533.  
  534. .strip-primary {
  535.  
  536. background-color: #e10603 !important;
  537.  
  538. position: absolute;
  539.  
  540. width: 60px;
  541.  
  542. height: 5px;
  543.  
  544. border-radius: 10px;
  545.  
  546. }
  547.  
  548.  
  549.  
  550. .wave {
  551.  
  552. min-height: 100%;
  553.  
  554. background-attachment: scroll;
  555.  
  556. /* background-image: url("https://bosstore.my.id/assets/img/wave.svg"); */
  557.  
  558. background-repeat: no-repeat;
  559.  
  560. background-position: bottom left, bottom right;
  561.  
  562. }
  563.  
  564.  
  565.  
  566. .wave2 {
  567.  
  568. min-height: 100%;
  569.  
  570. background-attachment: fixed;
  571.  
  572. /* background-image: url("https://bosstore.my.id/assets/img/wave2.svg"); */
  573.  
  574. background-repeat: no-repeat;
  575.  
  576. background-position: top left, top right;
  577.  
  578. }
  579.  
  580.  
  581.  
  582.  
  583.  
  584.  
  585.  
  586. @media (min-width: 576px)
  587.  
  588. .content-body {
  589.  
  590.    margin: 0 auto;
  591.  
  592.    max-width: 1200px;
  593.  
  594.    padding-top: 80px;
  595.  
  596. }
  597.  
  598. .content-body {
  599.  
  600.    padding: 0 15px;
  601.  
  602.    padding-top: 9px;
  603.  
  604. }
  605.  
  606.  
  607. .fab-icon-holder {
  608.  
  609. width: 45px;
  610.  
  611. height: 45px;
  612.  
  613. bottom: 140px;
  614.  
  615. left: 10px;
  616.  
  617. color: #FFF;
  618.  
  619. background: #FFF;
  620.  
  621. /* padding: 1px; */
  622.  
  623. border-radius: 10px;
  624.  
  625. text-align: center;
  626.  
  627. font-size: 30px;
  628.  
  629. z-index: 99999;
  630.  
  631. }
  632.  
  633.  
  634.  
  635. .fab-icon-holder:hover {
  636.  
  637. opacity: 0.8;
  638. padding: 5px
  639.  
  640. }
  641.  
  642.  
  643.  
  644. .fab-icon-holder i {
  645.  
  646. display: flex;
  647.  
  648. align-items: center;
  649.  
  650. justify-content: center;
  651.  
  652. height: 100%;
  653.  
  654. font-size: 25px;
  655.  
  656. color: #ffffff;
  657.  
  658. }
  659.  
  660.  
  661.  
  662. .fab-options {
  663.  
  664. list-style-type: none;
  665.  
  666. margin: 0;
  667.  
  668. position: absolute;
  669.  
  670. bottom: 48px;
  671.  
  672. left: -37px;
  673.  
  674. opacity: 0;
  675.  
  676. transition: all 0.3s ease;
  677.  
  678. transform: scale(0);
  679.  
  680. transform-origin: 85% bottom;
  681.  
  682.  
  683. }
  684.  
  685.  
  686.  
  687. .fab:hover+.fab-options,
  688.  
  689. .fab-options:hover {
  690.  
  691. opacity: 1;
  692.  
  693. transform: scale(1);
  694. left: -5px;
  695.  
  696. }
  697.  
  698.  
  699.  
  700. .fab-options li {
  701.  
  702. display: flex;
  703.  
  704. justify-content: flex-start;
  705.  
  706. padding: 5px;
  707.  
  708. }
  709.  
  710.  
  711.  
  712. .fab-label {
  713.  
  714. padding: 5px 5px;
  715.  
  716. align-self: center;
  717.  
  718. user-select: none;
  719.  
  720. white-space: nowrap;
  721.  
  722. border-radius: 3px;
  723.  
  724. font-size: 16px;
  725.  
  726. background: #666666;
  727.  
  728. color: #ffffff;
  729.  
  730. box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  731.  
  732. margin-left: 10px;
  733.  
  734. }
  735.  
  736.  
  737.  
  738.  
  739.  
  740. .d-flex {
  741.  
  742. display: -ms-flexbox !important;
  743.  
  744. display: flex !important;
  745.  
  746. }
  747.  
  748.  
  749.  
  750. .d-flex2 {
  751.  
  752. background-color: #212529;
  753.  
  754. }
  755.  
  756.  
  757.  
  758. .img-chat {
  759.  
  760. max-width: 100%;
  761.  
  762. height: auto;
  763.  
  764. /* background-color: #f89728; */
  765.  
  766. border-radius: 10px;
  767.  
  768. }
  769.  
  770.  
  771.  
  772. .btn-topup {
  773.  
  774. color: #fff3e2 !important;
  775.  
  776. background-color: #fe6c17 !important;
  777.  
  778. width: 90%;
  779.  
  780. max-width: 100px;
  781.  
  782. }
  783.  
  784.  
  785.  
  786. .btn-topup:hover {
  787.  
  788. color: #fff3e2 !important;
  789.  
  790. background-color: #c44d09 !important;
  791.  
  792. border-color: #c44d09;
  793.  
  794. width: 90%;
  795.  
  796. }
  797.  
  798.  
  799.  
  800. .rounded-img-buy {
  801.  
  802. border-radius: 10% !important;
  803.  
  804. }
  805.  
  806.  
  807.  
  808. .size-img-buy {
  809.  
  810. width: 90%;
  811.  
  812. /* border-radius: 12px; */
  813.  
  814. height: auto;
  815.  
  816.  
  817.  
  818. }
  819.  
  820.  
  821.  
  822. .size-img-buy-v {
  823.  
  824. width: 90%;
  825.  
  826. height: auto;
  827.  
  828. text-align: center;
  829.  
  830. }
  831.  
  832.  
  833.  
  834.  
  835.  
  836.  
  837.  
  838. .col-bjconfirm {
  839.  
  840. flex: 0 0 auto;
  841.  
  842. width: 50%;
  843.  
  844. font-size: 14px;
  845.  
  846. text-align: right;
  847.  
  848. }
  849.  
  850.  
  851.  
  852. .col-bjconfirm2 {
  853.  
  854. flex: 0 0 auto;
  855.  
  856. width: 50%;
  857.  
  858. font-size: 14px;
  859.  
  860. text-align: left;
  861.  
  862. }
  863.  
  864.  
  865.  
  866. .col-bjconfirm3 {
  867.  
  868. flex: 0 0 auto;
  869.  
  870. width: 100%;
  871.  
  872. font-size: 11px;
  873.  
  874. text-align: center;
  875.  
  876. }
  877.  
  878.  
  879.  
  880. .col-bjinv {
  881.  
  882. flex: 0 0 auto;
  883.  
  884. width: 50%;
  885.  
  886. font-size: 14px;
  887.  
  888. text-align: right;
  889.  
  890. }
  891.  
  892.  
  893.  
  894. .col-bjinv2 {
  895.  
  896. flex: 0 0 auto;
  897.  
  898. width: 50%;
  899.  
  900. font-size: 14px;
  901.  
  902. }
  903.  
  904.  
  905.  
  906. .col-bjinv3 {
  907.  
  908. flex: 0 0 auto;
  909.  
  910. width: 50%;
  911.  
  912. font-size: 20px;
  913.  
  914. font-weight: bold;
  915.  
  916. }
  917.  
  918.  
  919.  
  920.  
  921.  
  922. .nav-pills .nav-link.active, {
  923.    
  924.    color:#fff;
  925. }
  926.  
  927.  
  928. .nav-pills .show > .nav-link {
  929.  
  930. background-color: #cc0000;
  931.  
  932. color: #fff;
  933.  
  934. border: none;
  935.  
  936. }
  937.  
  938.  
  939.  
  940. .nav-pills .nav-link {
  941.  
  942. background-color:#8a1111;
  943.  
  944. color: #fff;
  945.  
  946. padding: 0.5rem 1rem;
  947.  
  948. margin-right: 1px;
  949.  
  950.  
  951.  
  952. }
  953.  
  954.  
  955.  
  956. .nav-pills .nav-link:hover {
  957.  
  958. background-color: #c81010;
  959.  
  960. color: #fff;
  961.  
  962. }
  963.  
  964.  
  965.  
  966.  
  967.  
  968.  
  969.  
  970.  
  971.  
  972. .nav-link {
  973.  
  974. color: #e10603;
  975.  
  976. display: block;
  977.  
  978. padding: 0.5rem 1rem;
  979.  
  980. text-decoration: none;
  981.  
  982. transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s;
  983.  
  984. }
  985.  
  986.  
  987.  
  988. .nav-link:focus,
  989.  
  990. .nav-link:hover {
  991.  
  992. color: #fff;
  993.  
  994.  
  995.  
  996. }
  997.  
  998.  
  999.  
  1000.  
  1001.  
  1002. .scroll-up-btn {
  1003.  
  1004. display: none;
  1005.  
  1006. position: fixed;
  1007.  
  1008. width: 45px;
  1009.  
  1010. height: 45px;
  1011.  
  1012. bottom: 19px;
  1013.  
  1014. right: 10px;
  1015.  
  1016. color: #FFF;
  1017.  
  1018. border: 1px solid #494456;
  1019.  
  1020. background: #494456;
  1021.  
  1022. border-radius: 10px;
  1023.  
  1024. text-align: center;
  1025.  
  1026. font-size: 16px;
  1027.  
  1028. z-index: 99999;
  1029.  
  1030. }
  1031.  
  1032. }
  1033.  
  1034.  
  1035.  
  1036. .fa-chevron-up {
  1037.  
  1038. margin-top: -2px;
  1039.  
  1040. }
  1041.  
  1042.  
  1043.  
  1044.  
  1045.  
  1046.  
  1047.  
  1048.  
  1049.  
  1050. .carousel-indicators {
  1051.  
  1052. position: absolute;
  1053.  
  1054. bottom: 0;
  1055.  
  1056. margin-bottom: -7px;
  1057.  
  1058. }
  1059.  
  1060.  
  1061.  
  1062. .carousel-indicators li {
  1063.  
  1064. border-radius: 50%;
  1065.  
  1066. width: 10px !important;
  1067.  
  1068. height: 10px !important;
  1069.  
  1070.  
  1071.  
  1072. }
  1073.  
  1074.  
  1075.  
  1076. .carousel-indicators .active {
  1077.  
  1078. background-color: #f39200;
  1079.  
  1080. }
  1081.  
  1082.  
  1083.  
  1084.  
  1085.  
  1086.  
  1087.  
  1088.  
  1089.  
  1090.  
  1091.  
  1092. .regular-price {
  1093.  
  1094. text-decoration: line-through;
  1095.  
  1096. color: red;
  1097.  
  1098. }
  1099.  
  1100.  
  1101.  
  1102. .sale-price {
  1103.  
  1104. margin-left: 0px;
  1105.  
  1106. }
  1107.  
  1108.  
  1109.  
  1110.  
  1111.  
  1112. .text-end {
  1113.  
  1114. text-align: right !important;
  1115.  
  1116. }
  1117.  
  1118.  
  1119.  
  1120. .bg-abu {
  1121.  
  1122. background-color: #1e2022;
  1123.  
  1124. }
  1125.  
  1126.  
  1127.  
  1128. .border-merah {
  1129.  
  1130. border: 1px solid white;
  1131.  
  1132. }
  1133.  
  1134.  
  1135.  
  1136.  
  1137.  
  1138.  
  1139.  
  1140.  
  1141. .size-img-buy {
  1142.  
  1143. width: 60%;
  1144.  
  1145. /* border-radius: 12px; */
  1146.  
  1147. height: auto;
  1148.  
  1149. }
  1150.  
  1151. .rounded-img-buy {
  1152.  
  1153. border-radius: 10% !important;
  1154.  
  1155. }
  1156.  
  1157. .bg-transparent {
  1158.  
  1159. --bs-bg-opacity: 1;
  1160.  
  1161. background-color: transparent!important;
  1162.  
  1163. }
  1164.  
  1165.  
  1166.  
  1167. .rounded {
  1168.  
  1169. border-radius: 0.25rem!important;
  1170.  
  1171. }
  1172.  
  1173. .bg-transparent {
  1174.  
  1175. --bs-bg-opacity: 1;
  1176.  
  1177. background-color: transparent!important;
  1178.  
  1179. }
  1180.  
  1181. .text-center {
  1182.  
  1183. text-align: center!important;
  1184.  
  1185. }
  1186.  
  1187. .p-2 {
  1188.  
  1189. padding: 0.5rem!important;
  1190.  
  1191. }
  1192.  
  1193. .h-100 {
  1194.  
  1195. height: 100%!important;
  1196.  
  1197. }
  1198.  
  1199. .border-0 {
  1200.  
  1201. border: 0!important;
  1202.  
  1203. }
  1204.  
  1205.  
  1206.  
  1207. * {
  1208.  
  1209. box-sizing: border-box;
  1210.  
  1211. }
  1212.  
  1213. *, :after, :before {
  1214.  
  1215. box-sizing: border-box;
  1216.  
  1217. }
  1218.  
  1219. user agent stylesheet
  1220.  
  1221. div {
  1222.  
  1223. display: block;
  1224.  
  1225. }
  1226.  
  1227. .g-2, .gy-2 {
  1228.  
  1229. --bs-gutter-y: 0.5rem;
  1230.  
  1231. }
  1232.  
  1233. .g-2, .gx-2 {
  1234.  
  1235. --bs-gutter-x: 0.5rem;
  1236.  
  1237. }
  1238.  
  1239. .row {
  1240.  
  1241. --bs-gutter-x: 1.5rem;
  1242.  
  1243. --bs-gutter-y: 0;
  1244.  
  1245. display: flex;
  1246.  
  1247. flex-wrap: wrap;
  1248.  
  1249. margin-left: calc(var(--bs-gutter-x)*-.5);
  1250.  
  1251. margin-right: calc(var(--bs-gutter-x)*-.5);
  1252.  
  1253. margin-top: calc(var(--bs-gutter-y)*-1);
  1254.  
  1255. }
  1256.  
  1257. .text-white {
  1258.  
  1259. --bs-text-opacity: 1;
  1260.  
  1261. color: rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important;
  1262.  
  1263. }
  1264.  
  1265.  
  1266.  
  1267.  
  1268.  
  1269. .pt-12 {
  1270.  
  1271. padding-top: 3rem;
  1272.  
  1273. }
  1274.  
  1275. .px-4 {
  1276.  
  1277. padding-left: 1rem;
  1278.  
  1279. padding-right: 1rem;
  1280.  
  1281. }
  1282.  
  1283. .max-w-7xl {
  1284.  
  1285. max-width: 80rem;
  1286.  
  1287. }
  1288.  
  1289. .mx-auto {
  1290.  
  1291. margin-left: auto;
  1292.  
  1293. margin-right: auto;
  1294.  
  1295. }
  1296.  
  1297.  
  1298.  
  1299.  
  1300.  
  1301.  
  1302.  
  1303.  
  1304.  
  1305. .btn-topup {
  1306.  
  1307. color: #fff3e2 !important;
  1308.  
  1309. background-color: #e10603 !important;
  1310.  
  1311. width: 90%;
  1312.  
  1313. max-width: 100px;
  1314.  
  1315. }
  1316.  
  1317.  
  1318.  
  1319. .btn-topup:hover {
  1320.  
  1321. color: #fff3e2 !important;
  1322.  
  1323. background-color: #7e0d0b !important;
  1324.  
  1325. width: 90%;
  1326.  
  1327. max-width: 100px;
  1328.  
  1329. }
  1330.  
  1331.  
  1332. .hover\:bg-yellow-400:hover {
  1333.    --tw-bg-opacity: 1;
  1334.    background-color: rgba(251,191, 36, var(--tw-bg-opacity));
  1335. }
  1336. .bg-yellow-500 {
  1337.    --tw-bg-opacity: 1;
  1338.    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  1339. }
  1340.  
  1341.  
  1342. .nick {
  1343.  
  1344. font-weight: bold;
  1345.  
  1346. color: red;
  1347.  
  1348.  
  1349. }
  1350.  
  1351. .label {
  1352.  
  1353. font-weight: bold;
  1354.  
  1355. }
  1356.  
  1357.  
  1358. .card {
  1359.  border-radius: 10px;
  1360.  
  1361. }
  1362.  
  1363.  
  1364.  
  1365.  
  1366.        .bg-card {
  1367.  
  1368.            color: #fff;
  1369.  
  1370.            background: var(--warna_4) !important
  1371.  
  1372.        }
  1373.  
  1374.  
  1375.  
  1376.        .navbar {
  1377.  
  1378.            color: #fff;
  1379.  
  1380.            background: var(--warna_2)
  1381.  
  1382.        }
  1383.  
  1384.  
  1385.  
  1386.        .navbar-toggler {
  1387.  
  1388.            font-size: 32px
  1389.  
  1390.        }
  1391.  
  1392.  
  1393.  
  1394.        .offcanvas.offcanvas-end {
  1395.  
  1396.            background: var(--warna_2)
  1397.  
  1398.        }
  1399.  
  1400.  
  1401.  
  1402.        .navbar-nav .nav-link {
  1403.  
  1404.            color: #fff
  1405.  
  1406.        }
  1407.  
  1408.  
  1409.  
  1410.        .btn-login {
  1411.  
  1412.            color: #fff;
  1413.  
  1414.            background: #0d6efd !important
  1415.  
  1416.        }
  1417.  
  1418.  
  1419.  
  1420.      
  1421.  
  1422.  
  1423.  
  1424.        @media (min-width:768px) {
  1425.  
  1426.            .resultsearch {
  1427.  
  1428.                width: 50%;
  1429.  
  1430.                max-height: 500px;
  1431.  
  1432.                transform: translate(220px, 50px)
  1433.  
  1434.            }
  1435.            
  1436.            .css-6qw8qz {
  1437.    border: 1px solid rgba(203, 203, 203, 0.5);
  1438.    background: linear-gradient(163.42deg, rgb(50, 50, 62) -107%, rgba(255, 255, 255, 0) 105.46%);
  1439. }
  1440.  
  1441.        }
  1442.  
  1443.    
  1444.  
  1445.  
  1446.  
  1447.        .resultsearch {
  1448.  
  1449.            width: 100%;
  1450.  
  1451.            inset: 0 auto auto 0;
  1452.  
  1453.            margin: 0;
  1454.  
  1455.            transform: translate(0, 50px);
  1456.  
  1457.            background-color: #000;
  1458.  
  1459.            border-color: rgba(0, 0, 0, .15);
  1460.  
  1461.            color: #fff;
  1462.  
  1463.            overflow-y: auto;
  1464.  
  1465.            max-height: 500px
  1466.  
  1467.        }
  1468.  
  1469.  
  1470.  
  1471.        @media (min-width:768px) {
  1472.  
  1473.            .resultsearch {
  1474.  
  1475.                width: 50%;
  1476.  
  1477.                max-height: 500px;
  1478.  
  1479.                transform: translate(220px, 50px)
  1480.  
  1481.            }
  1482.            
  1483.            .css-6qw8qz {
  1484.    border: 1px solid rgba(203, 203, 203, 0.5);
  1485.    background: linear-gradient(163.42deg, rgb(50, 50, 62) -107%, rgba(255, 255, 255, 0) 105.46%);
  1486. }
  1487.  
  1488.        }
  1489.  
  1490.  
  1491.  
  1492.        .resultsearch .dropdown-item:hover {
  1493.  
  1494.            background-color: #000;
  1495.  
  1496.            color: #fff
  1497.  
  1498.        }
  1499.  
  1500.  
  1501.  
  1502.        .search-bar input {
  1503.  
  1504.            border: none;
  1505.  
  1506.            color: rgb(156 163 175);
  1507.  
  1508.            background: #fff;
  1509.  
  1510.            border-radius: 9999px
  1511.  
  1512.        }
  1513.  
  1514.  
  1515.  
  1516.        .search-bar span {
  1517.  
  1518.            border: none;
  1519.  
  1520.            border-radius: 9999px;
  1521.  
  1522.            color: rgb(156 163 175);
  1523.  
  1524.            background: #fff
  1525.  
  1526.        }
  1527.  
  1528.  
  1529.  
  1530.        .search-bar ::placeholder {
  1531.  
  1532.            color: #878aad;
  1533.  
  1534.            opacity: 1
  1535.  
  1536.        }
  1537.  
  1538.  
  1539.  
  1540.        .input-box:focus {
  1541.  
  1542.            color: #000;
  1543.  
  1544.            background: #fff
  1545.  
  1546.        }
  1547.  
  1548.  
  1549.  
  1550.        .img-search {
  1551.  
  1552.            padding-left: 15px
  1553.  
  1554.        }
  1555.  
  1556.  
  1557.  
  1558.      
  1559.  
  1560.  
  1561.  
  1562.        .fab-container {
  1563.  
  1564.            position: fixed;
  1565.  
  1566.            bottom: 70px;
  1567.  
  1568.            right: 10px;
  1569.  
  1570.            z-index: 999;
  1571.  
  1572.            cursor: pointer
  1573.  
  1574.        }
  1575.  
  1576.  
  1577.  
  1578.        .fab-icon-holder {
  1579.  
  1580.            width: 45px;
  1581.  
  1582.            height: 45px;
  1583.  
  1584.            bottom: 140px;
  1585.  
  1586.            left: 10px;
  1587.  
  1588.            color: #fff;
  1589.  
  1590.            background: #fff;
  1591.  
  1592.            border-radius: 10px;
  1593.  
  1594.            text-align: center;
  1595.  
  1596.            font-size: 30px;
  1597.  
  1598.            z-index: 99999
  1599.  
  1600.        }
  1601.  
  1602.  
  1603.  
  1604.        .fab-icon-holder:hover {
  1605.  
  1606.            opacity: .8
  1607.  
  1608.        }
  1609.  
  1610.  
  1611.  
  1612.        .fab-icon-holder i {
  1613.  
  1614.            display: flex;
  1615.  
  1616.            align-items: center;
  1617.  
  1618.            justify-content: center;
  1619.  
  1620.            height: 100%;
  1621.  
  1622.            font-size: 25px;
  1623.  
  1624.            color: #fff
  1625.  
  1626.        }
  1627.  
  1628.  
  1629.  
  1630.        .fab-options {
  1631.  
  1632.            list-style-type: none;
  1633.  
  1634.            margin: 0;
  1635.  
  1636.            position: absolute;
  1637.  
  1638.            bottom: 48px;
  1639.  
  1640.            left: -37px;
  1641.  
  1642.            opacity: 0;
  1643.  
  1644.            transition: all .3s ease;
  1645.  
  1646.            transform: scale(0);
  1647.  
  1648.            transform-origin: 85% bottom
  1649.  
  1650.        }
  1651.  
  1652.  
  1653.  
  1654.        .fab:hover+.fab-options,
  1655.  
  1656.        .fab-options:hover {
  1657.  
  1658.            opacity: 1;
  1659.  
  1660.            transform: scale(1)
  1661.  
  1662.        }
  1663.  
  1664.  
  1665.  
  1666.        .fab-options li {
  1667.  
  1668.            display: flex;
  1669.  
  1670.            justify-content: flex-start;
  1671.  
  1672.            padding: 5px
  1673.  
  1674.        }
  1675.  
  1676.  
  1677.  
  1678.        .fab-label {
  1679.  
  1680.            padding: 2px 5px;
  1681.  
  1682.            align-self: center;
  1683.  
  1684.            user-select: none;
  1685.  
  1686.            white-space: nowrap;
  1687.  
  1688.            border-radius: 3px;
  1689.  
  1690.            font-size: 16px;
  1691.  
  1692.            background: #666;
  1693.  
  1694.            color: #fff;
  1695.  
  1696.            box-shadow: 0 6px 20px rgba(0, 0, 0, .2);
  1697.  
  1698.            margin-left: 10px
  1699.  
  1700.        }
  1701.  
  1702.  
  1703.  
  1704.        .swiper-container {
  1705.  
  1706.            width: 100%;
  1707.  
  1708.            overflow: hidden
  1709.  
  1710.        }
  1711.  
  1712.  
  1713.  
  1714.        .swiper-slide {
  1715.  
  1716.            background-position: center;
  1717.  
  1718.            background-size: cover;
  1719.  
  1720.            width: 95%;
  1721.  
  1722.            height: 70%
  1723.  
  1724.        }
  1725.  
  1726.  
  1727.  
  1728.        .swiper-slide img {
  1729.  
  1730.            display: block;
  1731.  
  1732.            width: 100%;
  1733.  
  1734.            border-radius: 12px
  1735.  
  1736.        }
  1737.  
  1738.  
  1739.  
  1740.        
  1741.  
  1742.  
  1743.  
  1744.        .swiper-pagination {
  1745.  
  1746.            margin-top: 30px !important
  1747.  
  1748.        }
  1749.  
  1750.  
  1751.  
  1752.        .content-body form input {
  1753.  
  1754.            outline: none;
  1755.  
  1756.            margin-top: -30px;
  1757.  
  1758.            border: none !important;
  1759.  
  1760.            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05) !important
  1761.  
  1762.        }
  1763.  
  1764.  
  1765.  
  1766.        .row {
  1767.  
  1768.            --bs-gutter-x: .5rem
  1769.  
  1770.        }
  1771.  
  1772.  
  1773.  
  1774.        .product .box {
  1775.  
  1776.            margin-bottom: 40px
  1777.  
  1778.        }
  1779.  
  1780.  
  1781.  
  1782.        @media (max-width:576px) {
  1783.  
  1784.            .product .box {
  1785.  
  1786.                box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
  1787.  
  1788.                border-radius: .75rem;
  1789.  
  1790.                text-align: center;
  1791.  
  1792.                background: #646464;
  1793.  
  1794.                display: block;
  1795.  
  1796.                text-decoration: none;
  1797.  
  1798.                color: #fff;
  1799.  
  1800.                height: 11rem
  1801.  
  1802.            }
  1803.  
  1804.        }
  1805.  
  1806.  
  1807.  
  1808.        @media (min-width:576px) {
  1809.  
  1810.            .product .box {
  1811.  
  1812.                box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
  1813.  
  1814.                border-radius: .75rem;
  1815.  
  1816.                text-align: center;
  1817.  
  1818.                background: #646464;
  1819.  
  1820.                display: block;
  1821.  
  1822.                text-decoration: none;
  1823.  
  1824.                color: #fff;
  1825.  
  1826.                height: 15rem
  1827.  
  1828.            }
  1829.  
  1830.        }
  1831.  
  1832.  
  1833.  
  1834.        .card-product {
  1835.  
  1836.            margin-bottom: -30px;
  1837.  
  1838.            gap: .5rem
  1839.  
  1840.        }
  1841.  
  1842.  
  1843.  
  1844.        @media (max-width:576px) {
  1845.  
  1846.            .product p {
  1847.  
  1848.                font-size: 12px !important
  1849.  
  1850.            }
  1851.  
  1852.        }
  1853.  
  1854.  
  1855.  
  1856.        .product .box img {
  1857.  
  1858.            width: 100%;
  1859.  
  1860.            height: 100%;
  1861.  
  1862.            display: block;
  1863.  
  1864.            margin: auto;
  1865.  
  1866.            object-fit: cover;
  1867.  
  1868.            border-radius: .75rem
  1869.  
  1870.        }
  1871.  
  1872.  
  1873.  
  1874.    
  1875.  
  1876.  
  1877.  
  1878.        .footer img {
  1879.  
  1880.            padding-top: 2.5rem 0
  1881.  
  1882.        }
  1883.  
  1884.  
  1885.  
  1886.        .text-copyright {
  1887.  
  1888.            color: #718096;
  1889.  
  1890.            font-size: .875rem
  1891.  
  1892.        }
  1893.  
  1894.  
  1895.  
  1896.        .sosmed {
  1897.  
  1898.            margin-bottom: 20px
  1899.  
  1900.        }
  1901.  
  1902.  
  1903.  
  1904.        .sosmed a {
  1905.  
  1906.            margin: 0 10px;
  1907.  
  1908.            text-decoration: none;
  1909.  
  1910.            color: #fff
  1911.  
  1912.        }
  1913.  
  1914.  
  1915.  
  1916.        .sosmed i {
  1917.  
  1918.            font-size: 24px
  1919.  
  1920.        }
  1921.  
  1922.  
  1923.  
  1924.        .item .metode {
  1925.  
  1926.            margin: 5px 0;
  1927.  
  1928.            background: #fff;
  1929.  
  1930.            border-radius: 8px;
  1931.  
  1932.            padding: .75rem;
  1933.  
  1934.            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06) !important
  1935.  
  1936.        }
  1937.  
  1938.  
  1939.  
  1940.        .my-form label {
  1941.  
  1942.            font-size: 1rem
  1943.  
  1944.        }
  1945.  
  1946.  
  1947.  
  1948.        .my-form .form-control {
  1949.  
  1950.            background: #fefefe;
  1951.  
  1952.            margin-top: 6px;
  1953.  
  1954.            border: 2px solid #fefefe !important
  1955.  
  1956.        }
  1957.  
  1958.  
  1959.  
  1960.        .my-form .form-control:active,
  1961.  
  1962.        .my-form .form-control:focus {
  1963.  
  1964.            border-color: #fefefe !important;
  1965.  
  1966.            box-shadow: none !important;
  1967.  
  1968.            outline: none !important
  1969.  
  1970.        }
  1971.  
  1972.  
  1973.  
  1974.        .method-list {
  1975.  
  1976.            overflow: hidden;
  1977.  
  1978.            cursor: pointer
  1979.  
  1980.        }
  1981.  
  1982.  
  1983.  
  1984.        .method-list.active {
  1985.  
  1986.            border-color: var(--warna_2) !important
  1987.  
  1988.        }
  1989.  
  1990.  
  1991.  
  1992.        .method-list.active:before {
  1993.  
  1994.            display: inline-block;
  1995.  
  1996.            content: 'L';
  1997.  
  1998.            position: relative;
  1999.  
  2000.            background: var(--warna_2);
  2001.  
  2002.            margin-left: -12px;
  2003.  
  2004.            height: 53px;
  2005.  
  2006.            line-height: 40px;
  2007.  
  2008.            width: 20px;
  2009.  
  2010.            text-align: center;
  2011.  
  2012.            color: #fff;
  2013.  
  2014.            top: -23px;
  2015.  
  2016.            transform: rotate(45deg) scaleX(-1)
  2017.  
  2018.        }
  2019.  
  2020.  
  2021.  
  2022.        .method-list.active table {
  2023.  
  2024.            margin-top: -53px
  2025.  
  2026.        }
  2027.  
  2028.  
  2029.  
  2030.        .search-item {
  2031.  
  2032.            width: 50%
  2033.  
  2034.        }
  2035.  
  2036.  
  2037.  
  2038.        @media (min-width:768px) {
  2039.  
  2040.            .search-item {
  2041.  
  2042.                width: 50%;
  2043.  
  2044.                margin-left: 100px
  2045.  
  2046.            }
  2047.  
  2048.        }
  2049.  
  2050.  
  2051.  
  2052.      
  2053.  
  2054.      
  2055.  
  2056.        .flex-1 {
  2057.  
  2058.            flex: 1 1 0%
  2059.  
  2060.        }
  2061.  
  2062.  
  2063.  
  2064.        .card {
  2065.             background: linear-gradient(163.42deg, rgba(55, 67, 83, 0.765) -107%, rgba(255, 255, 255, 0) 105.46%);
  2066.            border: none !important;
  2067.            
  2068.  
  2069.  
  2070.        }
  2071.  
  2072.  
  2073.  
  2074.        .bottom-6 {
  2075.  
  2076.            bottom: 3rem !important
  2077.  
  2078.        }
  2079.  
  2080.  
  2081.  
  2082.        .absolute {
  2083.  
  2084.            position: absolute !important
  2085.  
  2086.        }
  2087.  
  2088.  
  2089.  
  2090.        .mobile {
  2091.  
  2092.            backdrop-filter: blur(1px);
  2093.  
  2094.            border-radius: 20px 20px 20px 20px;
  2095.  
  2096.            height: 60px;
  2097.  
  2098.            font-weigth: bold;
  2099.  
  2100.            padding: 10px;
  2101.  
  2102.            background-color: #000;
  2103.  
  2104.            background-color: rgba(0, 0, 0, .2)
  2105.  
  2106.        }
  2107.  
  2108.        
  2109.  
  2110.        
  2111.  
  2112.        
  2113.  
  2114.        
  2115.  
  2116.          
  2117.  
  2118.        //*tailwinds*//
  2119.  
  2120.  
  2121.  
  2122. /*a
  2123.  
  2124. ! tailwindcss v3.2.6 | MIT License | https://tailwindcss.com
  2125.  
  2126. */
  2127.  
  2128.  
  2129.  
  2130. html {
  2131.  
  2132.    line-height: 1.5;
  2133.  
  2134.    -webkit-text-size-adjust: 100%;
  2135.  
  2136.    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  2137.  
  2138.    font-feature-settings: normal;
  2139.  
  2140. }
  2141.  
  2142. hr {
  2143.  
  2144.    height: 0;
  2145.  
  2146.    color: inherit;
  2147.  
  2148.    border-top-width: 1px;
  2149.  
  2150. }
  2151.  
  2152. abbr:where([title]) {
  2153.  
  2154.    -webkit-text-decoration: underline dotted;
  2155.  
  2156.    text-decoration: underline dotted;
  2157.  
  2158. }
  2159.  
  2160. h1,
  2161.  
  2162. h2,
  2163.  
  2164. h3,
  2165.  
  2166. h4,
  2167.  
  2168. h5,
  2169.  
  2170. h6 {
  2171.  
  2172.    font-size: inherit;
  2173.  
  2174.    font-weight: inherit;
  2175.  
  2176. }
  2177.  
  2178.  
  2179.  
  2180. b,
  2181.  
  2182. strong {
  2183.  
  2184.    font-weight: bolder;
  2185.  
  2186. }
  2187.  
  2188. code,
  2189.  
  2190. kbd,
  2191.  
  2192. pre,
  2193.  
  2194. samp {
  2195.  
  2196.    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  2197.  
  2198.    font-size: 1em;
  2199.  
  2200. }
  2201.  
  2202. small {
  2203.  
  2204.    font-size: 80%;
  2205.  
  2206. }
  2207.  
  2208. sub,
  2209.  
  2210. sup {
  2211.  
  2212.    font-size: 75%;
  2213.  
  2214.    line-height: 0;
  2215.  
  2216.    position: relative;
  2217.  
  2218.    vertical-align: baseline;
  2219.  
  2220. }
  2221.  
  2222. sub {
  2223.  
  2224.    bottom: -0.25em;
  2225.  
  2226. }
  2227.  
  2228. sup {
  2229.  
  2230.    top: -0.5em;
  2231.  
  2232. }
  2233.  
  2234. table {
  2235.  
  2236.    text-indent: 0;
  2237.  
  2238.    border-color: inherit;
  2239.  
  2240.    border-collapse: collapse;
  2241.  
  2242. }
  2243.  
  2244. button,
  2245.  
  2246. input,
  2247.  
  2248. optgroup,
  2249.  
  2250. select,
  2251.  
  2252. textarea {
  2253.  
  2254.    font-family: inherit;
  2255.  
  2256.    font-size: 100%;
  2257.  
  2258.    font-weight: inherit;
  2259.  
  2260.    line-height: inherit;
  2261.  
  2262.    color: inherit;
  2263.  
  2264.    margin: 0;
  2265.  
  2266.    padding: 0;
  2267.  
  2268. }
  2269.  
  2270. button,
  2271.  
  2272. select {
  2273.  
  2274.    text-transform: none;
  2275.  
  2276. }
  2277.  
  2278. [type="button"],
  2279.  
  2280. [type="reset"],
  2281.  
  2282. [type="submit"],
  2283.  
  2284. button {
  2285.  
  2286.    -webkit-appearance: button;
  2287.  
  2288.    background-color: transparent;
  2289.  
  2290.    background-image: none;
  2291.  
  2292. }
  2293.  
  2294. :-moz-focusring {
  2295.  
  2296.    outline: auto;
  2297.  
  2298. }
  2299.  
  2300. :-moz-ui-invalid {
  2301.  
  2302.    box-shadow: none;
  2303.  
  2304. }
  2305.  
  2306. progress {
  2307.  
  2308.    vertical-align: baseline;
  2309.  
  2310. }
  2311.  
  2312. ::-webkit-inner-spin-button,
  2313.  
  2314. ::-webkit-outer-spin-button {
  2315.  
  2316.    height: auto;
  2317.  
  2318. }
  2319.  
  2320. [type="search"] {
  2321.  
  2322.    -webkit-appearance: textfield;
  2323.  
  2324.    outline-offset: -2px;
  2325.  
  2326. }
  2327.  
  2328. ::-webkit-search-decoration {
  2329.  
  2330.    -webkit-appearance: none;
  2331.  
  2332. }
  2333.  
  2334. ::-webkit-file-upload-button {
  2335.  
  2336.    -webkit-appearance: button;
  2337.  
  2338.    font: inherit;
  2339.  
  2340. }
  2341.  
  2342. summary {
  2343.  
  2344.    display: list-item;
  2345.  
  2346. }
  2347.  
  2348. blockquote,
  2349.  
  2350. dd,
  2351.  
  2352. dl,
  2353.  
  2354. figure,
  2355.  
  2356. h1,
  2357.  
  2358. h2,
  2359.  
  2360. h3,
  2361.  
  2362. h4,
  2363.  
  2364. h5,
  2365.  
  2366. h6,
  2367.  
  2368. hr,
  2369.  
  2370. p,
  2371.  
  2372. pre {
  2373.  
  2374.    margin: 0;
  2375.  
  2376. }
  2377.  
  2378. fieldset {
  2379.  
  2380.    margin: 0;
  2381.  
  2382. }
  2383.  
  2384. fieldset,
  2385.  
  2386. legend {
  2387.  
  2388.    padding: 0;
  2389.  
  2390. }
  2391.  
  2392. menu,
  2393.  
  2394. ol,
  2395.  
  2396. ul {
  2397.  
  2398.    list-style: none;
  2399.  
  2400.    margin: 0;
  2401.  
  2402.    padding: 0;
  2403.  
  2404. }
  2405.  
  2406. textarea {
  2407.  
  2408.    resize: vertical;
  2409.  
  2410. }
  2411.  
  2412. input::-moz-placeholder,
  2413.  
  2414. textarea::-moz-placeholder {
  2415.  
  2416.    opacity: 1;
  2417.  
  2418.    color: #9ca3af;
  2419.  
  2420. }
  2421.  
  2422. input::placeholder,
  2423.  
  2424. textarea::placeholder {
  2425.  
  2426.    opacity: 1;
  2427.  
  2428.    color: #9ca3af;
  2429.  
  2430. }
  2431.  
  2432. [role="button"],
  2433.  
  2434. button {
  2435.  
  2436.    cursor: pointer;
  2437.  
  2438. }
  2439.  
  2440. :disabled {
  2441.  
  2442.    cursor: default;
  2443.  
  2444. }
  2445.  
  2446. [hidden] {
  2447.  
  2448.    display: none;
  2449.  
  2450. }
  2451.  
  2452.  
  2453.  
  2454. .sr-only {
  2455.  
  2456.    position: absolute;
  2457.  
  2458.    width: 1px;
  2459.  
  2460.    height: 1px;
  2461.  
  2462.    padding: 0;
  2463.  
  2464.    margin: -1px;
  2465.  
  2466.    overflow: hidden;
  2467.  
  2468.    clip: rect(0, 0, 0, 0);
  2469.  
  2470.    white-space: nowrap;
  2471.  
  2472.    border-width: 0;
  2473.  
  2474. }
  2475.  
  2476. .pointer-events-none {
  2477.  
  2478.    pointer-events: none;
  2479.  
  2480. }
  2481.  
  2482. .pointer-events-auto {
  2483.  
  2484.    pointer-events: auto;
  2485.  
  2486. }
  2487.  
  2488. .fixed {
  2489.  
  2490.    position: fixed;
  2491.  
  2492. }
  2493.  
  2494. .\!absolute {
  2495.  
  2496.    position: absolute !important;
  2497.  
  2498. }
  2499.  
  2500. .absolute {
  2501.  
  2502.    position: absolute;
  2503.  
  2504. }
  2505.  
  2506. .relative {
  2507.  
  2508.    position: relative;
  2509.  
  2510. }
  2511.  
  2512. .sticky {
  2513.  
  2514.    position: sticky;
  2515.  
  2516. }
  2517.  
  2518. .inset-0 {
  2519.  
  2520.    top: 0;
  2521.  
  2522.    bottom: 0;
  2523.  
  2524. }
  2525.  
  2526. .inset-0,
  2527.  
  2528. .inset-x-0 {
  2529.  
  2530.    right: 0;
  2531.  
  2532.    left: 0;
  2533.  
  2534. }
  2535.  
  2536. .inset-y-0 {
  2537.  
  2538.    top: 0;
  2539.  
  2540.    bottom: 0;
  2541.  
  2542. }
  2543.  
  2544. .-right-\[3px\] {
  2545.  
  2546.    right: -3px;
  2547.  
  2548. }
  2549.  
  2550. .bottom-0 {
  2551.  
  2552.    bottom: 0;
  2553.  
  2554. }
  2555.  
  2556. .left-0 {
  2557.  
  2558.    left: 0;
  2559.  
  2560. }
  2561.  
  2562. .left-5 {
  2563.  
  2564.    left: 1.25rem;
  2565.  
  2566. }
  2567.  
  2568. .left-6 {
  2569.  
  2570.    left: 1.5rem;
  2571.  
  2572. }
  2573.  
  2574. .right-0 {
  2575.  
  2576.    right: 0;
  2577.  
  2578. }
  2579.  
  2580. .right-6 {
  2581.  
  2582.    right: 1.5rem;
  2583.  
  2584. }
  2585.  
  2586. .right-8 {
  2587.  
  2588.    right: 2rem;
  2589.  
  2590. }
  2591.  
  2592. .top-0 {
  2593.  
  2594.    top: 0;
  2595.  
  2596. }
  2597.  
  2598. .top-20 {
  2599.  
  2600.    top: 5rem;
  2601.  
  2602. }
  2603.  
  2604. .top-4 {
  2605.  
  2606.    top: 1rem;
  2607.  
  2608. }
  2609.  
  2610. .top-\[18px\] {
  2611.  
  2612.    top: 18px;
  2613.  
  2614. }
  2615.  
  2616. .-z-10 {
  2617.  
  2618.    z-index: -10;
  2619.  
  2620. }
  2621.  
  2622. .z-0 {
  2623.  
  2624.    z-index: 0;
  2625.  
  2626. }
  2627.  
  2628. .z-10 {
  2629.  
  2630.    z-index: 10;
  2631.  
  2632. }
  2633.  
  2634. .z-20 {
  2635.  
  2636.    z-index: 20;
  2637.  
  2638. }
  2639.  
  2640. .z-30 {
  2641.  
  2642.    z-index: 30;
  2643.  
  2644. }
  2645.  
  2646. .z-40 {
  2647.  
  2648.    z-index: 40;
  2649.  
  2650. }
  2651.  
  2652. .z-50 {
  2653.  
  2654.    z-index: 50;
  2655.  
  2656. }
  2657.  
  2658. .z-\[60\] {
  2659.  
  2660.    z-index: 60;
  2661.  
  2662. }
  2663.  
  2664. .z-\[9\] {
  2665.  
  2666.    z-index: 9;
  2667.  
  2668. }
  2669.  
  2670. .order-1 {
  2671.  
  2672.    order: 1;
  2673.  
  2674. }
  2675.  
  2676. .order-2 {
  2677.  
  2678.    order: 2;
  2679.  
  2680. }
  2681.  
  2682. .col-span-1 {
  2683.  
  2684.    grid-column: span 1 / span 1;
  2685.  
  2686. }
  2687.  
  2688. .col-span-12 {
  2689.  
  2690.    grid-column: span 12 / span 12;
  2691.  
  2692. }
  2693.  
  2694. .col-span-2 {
  2695.  
  2696.    grid-column: span 2 / span 2;
  2697.  
  2698. }
  2699.  
  2700. .col-span-5 {
  2701.  
  2702.    grid-column: span 5 / span 5;
  2703.  
  2704. }
  2705.  
  2706. .\!m-0 {
  2707.  
  2708.    margin: 0 !important;
  2709.  
  2710. }
  2711.  
  2712. .m-0 {
  2713.  
  2714.    margin: 0;
  2715.  
  2716. }
  2717.  
  2718. .m-4 {
  2719.  
  2720.    margin: 1rem;
  2721.  
  2722. }
  2723.  
  2724. .m-auto {
  2725.  
  2726.    margin: auto;
  2727.  
  2728. }
  2729.  
  2730. .mx-2 {
  2731.  
  2732.    margin-left: 0.5rem;
  2733.  
  2734.    margin-right: 0.5rem;
  2735.  
  2736. }
  2737.  
  2738. .mx-6 {
  2739.  
  2740.    margin-left: 1.5rem;
  2741.  
  2742.    margin-right: 1.5rem;
  2743.  
  2744. }
  2745.  
  2746. .mx-auto {
  2747.  
  2748.    margin-left: auto;
  2749.  
  2750.    margin-right: auto;
  2751.  
  2752. }
  2753.  
  2754. .my-2 {
  2755.  
  2756.    margin-top: 0.5rem;
  2757.  
  2758.    margin-bottom: 0.5rem;
  2759.  
  2760. }
  2761.  
  2762. .my-20 {
  2763.  
  2764.    margin-top: 5rem;
  2765.  
  2766.    margin-bottom: 5rem;
  2767.  
  2768. }
  2769.  
  2770. .my-3 {
  2771.  
  2772.    margin-top: 0.75rem;
  2773.  
  2774.    margin-bottom: 0.75rem;
  2775.  
  2776. }
  2777.  
  2778. .my-4 {
  2779.  
  2780.    margin-top: 1rem;
  2781.  
  2782.    margin-bottom: 1rem;
  2783.  
  2784. }
  2785.  
  2786. .my-6 {
  2787.  
  2788.    margin-top: 1.5rem;
  2789.  
  2790.    margin-bottom: 1.5rem;
  2791.  
  2792. }
  2793.  
  2794. .my-7 {
  2795.  
  2796.    margin-top: 1.75rem;
  2797.  
  2798.    margin-bottom: 1.75rem;
  2799.  
  2800. }
  2801.  
  2802. .my-8 {
  2803.  
  2804.    margin-top: 2rem;
  2805.  
  2806.    margin-bottom: 2rem;
  2807.  
  2808. }
  2809.  
  2810. .my-auto {
  2811.  
  2812.    margin-top: auto;
  2813.  
  2814.    margin-bottom: auto;
  2815.  
  2816. }
  2817.  
  2818. .-mb-px {
  2819.  
  2820.    margin-bottom: -1px;
  2821.  
  2822. }
  2823.  
  2824. .-ml-1 {
  2825.  
  2826.    margin-left: -0.25rem;
  2827.  
  2828. }
  2829.  
  2830. .-ml-px {
  2831.  
  2832.    margin-left: -1px;
  2833.  
  2834. }
  2835.  
  2836. .-mr-10 {
  2837.  
  2838.    margin-right: -2.5rem;
  2839.  
  2840. }
  2841.  
  2842. .-mr-12 {
  2843.  
  2844.    margin-right: -3rem;
  2845.  
  2846. }
  2847.  
  2848. .-mt-16 {
  2849.  
  2850.    margin-top: -4rem;
  2851.  
  2852. }
  2853.  
  2854. .mb-1 {
  2855.  
  2856.    margin-bottom: 0.25rem;
  2857.  
  2858. }
  2859.  
  2860. .mb-1\.5 {
  2861.  
  2862.    margin-bottom: 0.375rem;
  2863.  
  2864. }
  2865.  
  2866. .mb-10 {
  2867.  
  2868.    margin-bottom: 2.5rem;
  2869.  
  2870. }
  2871.  
  2872. .mb-2 {
  2873.  
  2874.    margin-bottom: 0.5rem;
  2875.  
  2876. }
  2877.  
  2878. .mb-3 {
  2879.  
  2880.    margin-bottom: 0.75rem;
  2881.  
  2882. }
  2883.  
  2884. .mb-4 {
  2885.  
  2886.    margin-bottom: 1rem;
  2887.  
  2888. }
  2889.  
  2890. .mb-5 {
  2891.  
  2892.    margin-bottom: 1.25rem;
  2893.  
  2894. }
  2895.  
  2896. .mb-6 {
  2897.  
  2898.    margin-bottom: 1.5rem;
  2899.  
  2900. }
  2901.  
  2902. .mb-8 {
  2903.  
  2904.    margin-bottom: 2rem;
  2905.  
  2906. }
  2907.  
  2908. .mb-\[20px\] {
  2909.  
  2910.    margin-bottom: 20px;
  2911.  
  2912. }
  2913.  
  2914. .ml-12 {
  2915.  
  2916.    margin-left: 3rem;
  2917.  
  2918. }
  2919.  
  2920. .ml-2 {
  2921.  
  2922.    margin-left: 0.5rem;
  2923.  
  2924. }
  2925.  
  2926. .ml-3 {
  2927.  
  2928.    margin-left: 0.75rem;
  2929.  
  2930. }
  2931.  
  2932. .ml-4 {
  2933.  
  2934.    margin-left: 1rem;
  2935.  
  2936. }
  2937.  
  2938. .ml-5 {
  2939.  
  2940.    margin-left: 1.25rem;
  2941.  
  2942. }
  2943.  
  2944. .mr-2 {
  2945.  
  2946.    margin-right: 0.5rem;
  2947.  
  2948. }
  2949.  
  2950. .mr-3 {
  2951.  
  2952.    margin-right: 0.75rem;
  2953.  
  2954. }
  2955.  
  2956. .mr-4 {
  2957.  
  2958.    margin-right: 1rem;
  2959.  
  2960. }
  2961.  
  2962. .mr-5 {
  2963.  
  2964.    margin-right: 1.25rem;
  2965.  
  2966. }
  2967.  
  2968. .mt-1 {
  2969.  
  2970.    margin-top: 0.25rem;
  2971.  
  2972. }
  2973.  
  2974. .mt-10 {
  2975.  
  2976.    margin-top: 2.5rem;
  2977.  
  2978. }
  2979.  
  2980. .mt-12 {
  2981.  
  2982.    margin-top: 3rem;
  2983.  
  2984. }
  2985.  
  2986. .mt-2 {
  2987.  
  2988.    margin-top: 0.5rem;
  2989.  
  2990. }
  2991.  
  2992. .mt-3 {
  2993.  
  2994.    margin-top: 0.75rem;
  2995.  
  2996. }
  2997.  
  2998. .mt-4 {
  2999.  
  3000.    margin-top: 1rem;
  3001.  
  3002. }
  3003.  
  3004. .mt-5 {
  3005.  
  3006.    margin-top: 1.25rem;
  3007.  
  3008. }
  3009.  
  3010. .mt-6 {
  3011.  
  3012.    margin-top: 1.5rem;
  3013.  
  3014. }
  3015.  
  3016. .mt-7 {
  3017.  
  3018.    margin-top: 1.75rem;
  3019.  
  3020. }
  3021.  
  3022. .mt-8 {
  3023.  
  3024.    margin-top: 2rem;
  3025.  
  3026. }
  3027.  
  3028. .mt-\[20px\] {
  3029.  
  3030.    margin-top: 20px;
  3031.  
  3032. }
  3033.  
  3034. .mt-\[30px\] {
  3035.  
  3036.    margin-top: 30px;
  3037.  
  3038. }
  3039.  
  3040. .block {
  3041.  
  3042.    display: block;
  3043.  
  3044. }
  3045.  
  3046. .inline-block {
  3047.  
  3048.    display: inline-block;
  3049.  
  3050. }
  3051.  
  3052. .inline {
  3053.  
  3054.    display: inline;
  3055.  
  3056. }
  3057.  
  3058. .flex {
  3059.  
  3060.    display: flex;
  3061.  
  3062. }
  3063.  
  3064. .inline-flex {
  3065.  
  3066.    display: inline-flex;
  3067.  
  3068. }
  3069.  
  3070. .table {
  3071.  
  3072.    display: table;
  3073.  
  3074. }
  3075.  
  3076. .flow-root {
  3077.  
  3078.    display: flow-root;
  3079.  
  3080. }
  3081.  
  3082. .grid {
  3083.  
  3084.    display: grid;
  3085.  
  3086. }
  3087.  
  3088. .contents {
  3089.  
  3090.    display: contents;
  3091.  
  3092. }
  3093.  
  3094. .hidden {
  3095.  
  3096.    display: none;
  3097.  
  3098. }
  3099.  
  3100. .h-0 {
  3101.  
  3102.    height: 0;
  3103.  
  3104. }
  3105.  
  3106. .h-10 {
  3107.  
  3108.    height: 2.5rem;
  3109.  
  3110. }
  3111.  
  3112. .h-12 {
  3113.  
  3114.    height: 3rem;
  3115.  
  3116. }
  3117.  
  3118. .h-14 {
  3119.  
  3120.    height: 3.5rem;
  3121.  
  3122. }
  3123.  
  3124. .h-16 {
  3125.  
  3126.    height: 4rem;
  3127.  
  3128. }
  3129.  
  3130. .h-24 {
  3131.  
  3132.    height: 6rem;
  3133.  
  3134. }
  3135.  
  3136. .h-3 {
  3137.  
  3138.    height: 0.75rem;
  3139.  
  3140. }
  3141.  
  3142. .h-32 {
  3143.  
  3144.    height: 8rem;
  3145.  
  3146. }
  3147.  
  3148. .h-4 {
  3149.  
  3150.    height: 1rem;
  3151.  
  3152. }
  3153.  
  3154. .h-40 {
  3155.  
  3156.    height: 10rem;
  3157.  
  3158. }
  3159.  
  3160. .h-5 {
  3161.  
  3162.    height: 1.25rem;
  3163.  
  3164. }
  3165.  
  3166. .h-56 {
  3167.  
  3168.    height: 12rem;
  3169.  
  3170. }
  3171.  
  3172.  
  3173.  
  3174. .h-6 {
  3175.  
  3176.    height: 1.5rem;
  3177.  
  3178. }
  3179.  
  3180. .h-64 {
  3181.  
  3182.    height: 16rem;
  3183.  
  3184. }
  3185.  
  3186. .h-8 {
  3187.  
  3188.    height: 2rem;
  3189.  
  3190. }
  3191.  
  3192. .h-\[100vh\] {
  3193.  
  3194.    height: 100vh;
  3195.  
  3196. }
  3197.  
  3198. .h-\[16px\] {
  3199.  
  3200.    height: 16px;
  3201.  
  3202. }
  3203.  
  3204. .h-\[24px\] {
  3205.  
  3206.    height: 24px;
  3207.  
  3208. }
  3209.  
  3210. .h-\[280px\] {
  3211.  
  3212.    height: 280px;
  3213.  
  3214. }
  3215.  
  3216. .h-\[460px\] {
  3217.  
  3218.    height: 460px;
  3219.  
  3220. }
  3221.  
  3222. .h-\[5\.7rem\] {
  3223.  
  3224.    height: 5.7rem;
  3225.  
  3226. }
  3227.  
  3228. .h-\[9\.4rem\] {
  3229.  
  3230.    height: 9.4rem;
  3231.  
  3232. }
  3233.  
  3234. .h-auto {
  3235.  
  3236.    height: auto;
  3237.  
  3238. }
  3239.  
  3240. .h-full {
  3241.  
  3242.    height: 100%;
  3243.  
  3244. }
  3245.  
  3246. .h-px {
  3247.  
  3248.    height: 1px;
  3249.  
  3250. }
  3251.  
  3252. .max-h-0 {
  3253.  
  3254.    max-height: 0;
  3255.  
  3256. }
  3257.  
  3258. .max-h-\[1000px\] {
  3259.  
  3260.    max-height: 1000px;
  3261.  
  3262. }
  3263.  
  3264. .max-h-\[9rem\] {
  3265.  
  3266.    max-height: 9rem;
  3267.  
  3268. }
  3269.  
  3270. .max-h-screen {
  3271.  
  3272.    max-height: 100vh;
  3273.  
  3274. }
  3275.  
  3276. .min-h-\[50vh\] {
  3277.  
  3278.    min-height: 50vh;
  3279.  
  3280. }
  3281.  
  3282. .min-h-\[60vh\] {
  3283.  
  3284.    min-height: 60vh;
  3285.  
  3286. }
  3287.  
  3288. .min-h-\[65vh\] {
  3289.  
  3290.    min-height: 65vh;
  3291.  
  3292. }
  3293.  
  3294. .min-h-\[70vh\] {
  3295.  
  3296.    min-height: 70vh;
  3297.  
  3298. }
  3299.  
  3300. .min-h-full {
  3301.  
  3302.    min-height: 100%;
  3303.  
  3304. }
  3305.  
  3306. .min-h-screen {
  3307.  
  3308.    min-height: 100vh;
  3309.  
  3310. }
  3311.  
  3312. .\!w-full {
  3313.  
  3314.    width: 100% !important;
  3315.  
  3316. }
  3317.  
  3318. .w-1\/2 {
  3319.  
  3320.    width: 50%;
  3321.  
  3322. }
  3323.  
  3324. .w-10 {
  3325.  
  3326.    width: 2.5rem;
  3327.  
  3328. }
  3329.  
  3330. .w-11 {
  3331.  
  3332.    width: 2.75rem;
  3333.  
  3334. }
  3335.  
  3336. .w-12 {
  3337.  
  3338.    width: 3rem;
  3339.  
  3340. }
  3341.  
  3342. .w-14 {
  3343.  
  3344.    width: 3.5rem;
  3345.  
  3346. }
  3347.  
  3348. .w-24 {
  3349.  
  3350.    width: 6rem;
  3351.  
  3352. }
  3353.  
  3354. .w-28 {
  3355.  
  3356.    width: 7rem;
  3357.  
  3358. }
  3359.  
  3360. .w-3 {
  3361.  
  3362.    width: 0.75rem;
  3363.  
  3364. }
  3365.  
  3366. .w-4 {
  3367.  
  3368.    width: 1rem;
  3369.  
  3370. }
  3371.  
  3372. .w-5 {
  3373.  
  3374.    width: 1.25rem;
  3375.  
  3376. }
  3377.  
  3378. .w-56 {
  3379.  
  3380.    width: 14rem;
  3381.  
  3382. }
  3383.  
  3384. .w-6 {
  3385.  
  3386.    width: 1.5rem;
  3387.  
  3388. }
  3389.  
  3390. .w-72 {
  3391.  
  3392.    width: 18rem;
  3393.  
  3394. }
  3395.  
  3396. .w-8 {
  3397.  
  3398.    width: 2rem;
  3399.  
  3400. }
  3401.  
  3402. .w-80 {
  3403.  
  3404.    width: 20rem;
  3405.  
  3406. }
  3407.  
  3408. .w-\[16px\] {
  3409.  
  3410.    width: 16px;
  3411.  
  3412. }
  3413.  
  3414. .w-\[24px\] {
  3415.  
  3416.    width: 24px;
  3417.  
  3418. }
  3419.  
  3420. .w-\[280px\] {
  3421.  
  3422.    width: 280px;
  3423.  
  3424. }
  3425.  
  3426. .w-\[80px\] {
  3427.  
  3428.    width: 80px;
  3429.  
  3430. }
  3431.  
  3432. .w-auto {
  3433.  
  3434.    width: auto;
  3435.  
  3436. }
  3437.  
  3438. .w-full {
  3439.  
  3440.    width: 100%;
  3441.  
  3442. }
  3443.  
  3444. .w-screen {
  3445.  
  3446.    width: 100vw;
  3447.  
  3448. }
  3449.  
  3450. .min-w-0 {
  3451.  
  3452.    min-width: 0;
  3453.  
  3454. }
  3455.  
  3456. .max-w-7xl {
  3457.  
  3458.    max-width: 80rem;
  3459.  
  3460. }
  3461.  
  3462. .max-w-\[15rem\] {
  3463.  
  3464.    max-width: 15rem;
  3465.  
  3466. }
  3467.  
  3468. .max-w-\[2\.5rem\] {
  3469.  
  3470.    max-width: 2.5rem;
  3471.  
  3472. }
  3473.  
  3474. .max-w-\[3\.5rem\] {
  3475.  
  3476.    max-width: 3.5rem;
  3477.  
  3478. }
  3479.  
  3480. .max-w-full {
  3481.  
  3482.    max-width: 100%;
  3483.  
  3484. }
  3485.  
  3486. .max-w-md {
  3487.  
  3488.    max-width: 28rem;
  3489.  
  3490. }
  3491.  
  3492. .max-w-xl {
  3493.  
  3494.    max-width: 36rem;
  3495.  
  3496. }
  3497.  
  3498. .max-w-xs {
  3499.  
  3500.    max-width: 20rem;
  3501.  
  3502. }
  3503.  
  3504. .flex-1 {
  3505.  
  3506.    flex: 1 1 0%;
  3507.  
  3508. }
  3509.  
  3510. .flex-shrink {
  3511.  
  3512.    flex-shrink: 1;
  3513.  
  3514. }
  3515.  
  3516. .flex-shrink-0,
  3517.  
  3518. .shrink-0 {
  3519.  
  3520.    flex-shrink: 0;
  3521.  
  3522. }
  3523.  
  3524. .flex-grow,
  3525.  
  3526. .grow {
  3527.  
  3528.    flex-grow: 1;
  3529.  
  3530. }
  3531.  
  3532. .table-auto {
  3533.  
  3534.    table-layout: auto;
  3535.  
  3536. }
  3537.  
  3538. .origin-\[0\] {
  3539.  
  3540.    transform-origin: 0;
  3541.  
  3542. }
  3543.  
  3544. .origin-top-right {
  3545.  
  3546.    transform-origin: top right;
  3547.  
  3548. }
  3549.  
  3550. .-translate-x-full {
  3551.  
  3552.    --tw-translate-x: -100%;
  3553.  
  3554. }
  3555.  
  3556. .-translate-x-full,
  3557.  
  3558. .-translate-y-1\/2 {
  3559.  
  3560.    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));
  3561.  
  3562. }
  3563.  
  3564. .-translate-y-1\/2 {
  3565.  
  3566.    --tw-translate-y: -50%;
  3567.  
  3568. }
  3569.  
  3570. .-translate-y-3 {
  3571.  
  3572.    --tw-translate-y: -0.75rem;
  3573.  
  3574. }
  3575.  
  3576. .-translate-y-3,
  3577.  
  3578. .translate-x-0 {
  3579.  
  3580.    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));
  3581.  
  3582. }
  3583.  
  3584. .translate-x-0 {
  3585.  
  3586.    --tw-translate-x: 0px;
  3587.  
  3588. }
  3589.  
  3590. .translate-y-0 {
  3591.  
  3592.    --tw-translate-y: 0px;
  3593.  
  3594. }
  3595.  
  3596. .rotate-0,
  3597.  
  3598. .translate-y-0 {
  3599.  
  3600.    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));
  3601.  
  3602. }
  3603.  
  3604. .rotate-0 {
  3605.  
  3606.    --tw-rotate: 0deg;
  3607.  
  3608. }
  3609.  
  3610. .rotate-180 {
  3611.  
  3612.    --tw-rotate: 180deg;
  3613.  
  3614. }
  3615.  
  3616. .rotate-180,
  3617.  
  3618. .scale-100 {
  3619.  
  3620.    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));
  3621.  
  3622. }
  3623.  
  3624. .scale-100 {
  3625.  
  3626.    --tw-scale-x: 1;
  3627.  
  3628.    --tw-scale-y: 1;
  3629.  
  3630. }
  3631.  
  3632. .scale-75 {
  3633.  
  3634.    --tw-scale-x: 0.75;
  3635.  
  3636.    --tw-scale-y: 0.75;
  3637.  
  3638. }
  3639.  
  3640. .scale-75,
  3641.  
  3642. .scale-95 {
  3643.  
  3644.    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));
  3645.  
  3646. }
  3647.  
  3648. .scale-95 {
  3649.  
  3650.    --tw-scale-x: 0.95;
  3651.  
  3652.    --tw-scale-y: 0.95;
  3653.  
  3654. }
  3655.  
  3656. .transform {
  3657.  
  3658.    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));
  3659.  
  3660. }
  3661.  
  3662. @keyframes ping {
  3663.  
  3664.    75%,
  3665.  
  3666.    to {
  3667.  
  3668.        transform: scale(2);
  3669.  
  3670.        opacity: 0;
  3671.  
  3672.    }
  3673.  
  3674. }
  3675.  
  3676. .animate-ping {
  3677.  
  3678.    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  3679.  
  3680. }
  3681.  
  3682. @keyframes pulse {
  3683.  
  3684.    50% {
  3685.  
  3686.        opacity: 0.5;
  3687.  
  3688.    }
  3689.  
  3690. }
  3691.  
  3692. .animate-pulse {
  3693.  
  3694.    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  3695.  
  3696. }
  3697.  
  3698. @keyframes spin {
  3699.  
  3700.    to {
  3701.  
  3702.        transform: rotate(1turn);
  3703.  
  3704.    }
  3705.  
  3706. }
  3707.  
  3708. .animate-spin {
  3709.  
  3710.    animation: spin 1s linear infinite;
  3711.  
  3712. }
  3713.  
  3714. .cursor-not-allowed {
  3715.  
  3716.    cursor: not-allowed;
  3717.  
  3718. }
  3719.  
  3720. .cursor-pointer {
  3721.  
  3722.    cursor: pointer;
  3723.  
  3724. }
  3725.  
  3726. .appearance-none {
  3727.  
  3728.    -webkit-appearance: none;
  3729.  
  3730.    -moz-appearance: none;
  3731.  
  3732.    appearance: none;
  3733.  
  3734. }
  3735.  
  3736. .grid-flow-col {
  3737.  
  3738.    grid-auto-flow: column;
  3739.  
  3740. }
  3741.  
  3742. .grid-cols-1 {
  3743.  
  3744.    grid-template-columns: repeat(1, minmax(0, 1fr));
  3745.  
  3746. }
  3747.  
  3748. .grid-cols-12 {
  3749.  
  3750.    grid-template-columns: repeat(12, minmax(0, 1fr));
  3751.  
  3752. }
  3753.  
  3754. .grid-cols-2 {
  3755.  
  3756.    grid-template-columns: repeat(2, minmax(0, 1fr));
  3757.  
  3758. }
  3759.  
  3760. .grid-cols-3 {
  3761.  
  3762.    grid-template-columns: repeat(3, minmax(0, 1fr));
  3763.  
  3764. }
  3765.  
  3766. .grid-cols-6 {
  3767.  
  3768.    grid-template-columns: repeat(6, minmax(0, 1fr));
  3769.  
  3770. }
  3771.  
  3772. .flex-row {
  3773.  
  3774.    flex-direction: row;
  3775.  
  3776. }
  3777.  
  3778. .flex-row-reverse {
  3779.  
  3780.    flex-direction: row-reverse;
  3781.  
  3782. }
  3783.  
  3784. .flex-col {
  3785.  
  3786.    flex-direction: column;
  3787.  
  3788. }
  3789.  
  3790. .flex-col-reverse {
  3791.  
  3792.    flex-direction: column-reverse;
  3793.  
  3794. }
  3795.  
  3796. .content-center {
  3797.  
  3798.    align-content: center;
  3799.  
  3800. }
  3801.  
  3802. .content-start {
  3803.  
  3804.    align-content: flex-start;
  3805.  
  3806. }
  3807.  
  3808. .content-end {
  3809.  
  3810.    align-content: flex-end;
  3811.  
  3812. }
  3813.  
  3814. .items-start {
  3815.  
  3816.    align-items: flex-start;
  3817.  
  3818. }
  3819.  
  3820. .items-end {
  3821.  
  3822.    align-items: flex-end;
  3823.  
  3824. }
  3825.  
  3826. .items-center {
  3827.  
  3828.    align-items: center;
  3829.  
  3830. }
  3831.  
  3832. .items-stretch {
  3833.  
  3834.    align-items: stretch;
  3835.  
  3836. }
  3837.  
  3838. .justify-start {
  3839.  
  3840.    justify-content: flex-start;
  3841.  
  3842. }
  3843.  
  3844. .justify-end {
  3845.  
  3846.    justify-content: flex-end;
  3847.  
  3848. }
  3849.  
  3850. .justify-center {
  3851.  
  3852.    justify-content: center;
  3853.  
  3854. }
  3855.  
  3856. .justify-between {
  3857.  
  3858.    justify-content: space-between;
  3859.  
  3860. }
  3861.  
  3862. .justify-around {
  3863.  
  3864.    justify-content: space-around;
  3865.  
  3866. }
  3867.  
  3868. .\!gap-0 {
  3869.  
  3870.    gap: 0 !important;
  3871.  
  3872. }
  3873.  
  3874. .gap-1 {
  3875.  
  3876.    gap: 0.25rem;
  3877.  
  3878. }
  3879.  
  3880. .gap-1\.5 {
  3881.  
  3882.    gap: 0.375rem;
  3883.  
  3884. }
  3885.  
  3886. .gap-12 {
  3887.  
  3888.    gap: 3rem;
  3889.  
  3890. }
  3891.  
  3892. .gap-2 {
  3893.  
  3894.    gap: 0.5rem;
  3895.  
  3896. }
  3897.  
  3898. .gap-3 {
  3899.  
  3900.    gap: 0.75rem;
  3901.  
  3902. }
  3903.  
  3904. .gap-4 {
  3905.  
  3906.    gap: 1rem;
  3907.  
  3908. }
  3909.  
  3910. .gap-5 {
  3911.  
  3912.    gap: 1.25rem;
  3913.  
  3914. }
  3915.  
  3916. .gap-6 {
  3917.  
  3918.    gap: 1.5rem;
  3919.  
  3920. }
  3921.  
  3922. .gap-8 {
  3923.  
  3924.    gap: 2rem;
  3925.  
  3926. }
  3927.  
  3928. .gap-x-4 {
  3929.  
  3930.    -moz-column-gap: 1rem;
  3931.  
  3932.    column-gap: 1rem;
  3933.  
  3934. }
  3935.  
  3936. .gap-y-10 {
  3937.  
  3938.    row-gap: 2.5rem;
  3939.  
  3940. }
  3941.  
  3942. .gap-y-4 {
  3943.  
  3944.    row-gap: 1rem;
  3945.  
  3946. }
  3947.  
  3948. .gap-y-8 {
  3949.  
  3950.    row-gap: 2rem;
  3951.  
  3952. }
  3953.  
  3954. .-space-x-px > :not([hidden]) ~ :not([hidden]) {
  3955.  
  3956.    --tw-space-x-reverse: 0;
  3957.  
  3958.    margin-right: calc(-1px * var(--tw-space-x-reverse));
  3959.  
  3960.    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  3961.  
  3962. }
  3963.  
  3964. .space-x-2 > :not([hidden]) ~ :not([hidden]) {
  3965.  
  3966.    --tw-space-x-reverse: 0;
  3967.  
  3968.    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  3969.  
  3970.    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  3971.  
  3972. }
  3973.  
  3974. .space-x-6 > :not([hidden]) ~ :not([hidden]) {
  3975.  
  3976.    --tw-space-x-reverse: 0;
  3977.  
  3978.    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  3979.  
  3980.    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  3981.  
  3982. }
  3983.  
  3984. .space-y-1 > :not([hidden]) ~ :not([hidden]) {
  3985.  
  3986.    --tw-space-y-reverse: 0;
  3987.  
  3988.    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  3989.  
  3990.    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  3991.  
  3992. }
  3993.  
  3994. .space-y-2 > :not([hidden]) ~ :not([hidden]) {
  3995.  
  3996.    --tw-space-y-reverse: 0;
  3997.  
  3998.    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  3999.  
  4000.    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  4001.  
  4002. }
  4003.  
  4004. .space-y-3 > :not([hidden]) ~ :not([hidden]) {
  4005.  
  4006.    --tw-space-y-reverse: 0;
  4007.  
  4008.    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  4009.  
  4010.    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  4011.  
  4012. }
  4013.  
  4014. .space-y-4 > :not([hidden]) ~ :not([hidden]) {
  4015.  
  4016.    --tw-space-y-reverse: 0;
  4017.  
  4018.    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  4019.  
  4020.    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  4021.  
  4022. }
  4023.  
  4024. .space-y-5 > :not([hidden]) ~ :not([hidden]) {
  4025.  
  4026.    --tw-space-y-reverse: 0;
  4027.  
  4028.    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  4029.  
  4030.    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  4031.  
  4032. }
  4033.  
  4034. .divide-y > :not([hidden]) ~ :not([hidden]) {
  4035.  
  4036.    --tw-divide-y-reverse: 0;
  4037.  
  4038.    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  4039.  
  4040.    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  4041.  
  4042. }
  4043.  
  4044. .divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  4045.  
  4046.    --tw-divide-opacity: 1;
  4047.  
  4048.    border-color: rgb(243 244 246 / var(--tw-divide-opacity));
  4049.  
  4050. }
  4051.  
  4052. .overflow-hidden {
  4053.  
  4054.    overflow: hidden;
  4055.  
  4056. }
  4057.  
  4058. .overflow-x-auto {
  4059.  
  4060.    overflow-x: auto;
  4061.  
  4062. }
  4063.  
  4064. .overflow-y-auto {
  4065.  
  4066.    overflow-y: auto;
  4067.  
  4068. }
  4069.  
  4070. .overflow-x-hidden {
  4071.  
  4072.    overflow-x: hidden;
  4073.  
  4074. }
  4075.  
  4076. .overflow-x-scroll {
  4077.  
  4078.    overflow-x: scroll;
  4079.  
  4080. }
  4081.  
  4082. .overflow-y-scroll {
  4083.  
  4084.    overflow-y: scroll;
  4085.  
  4086. }
  4087.  
  4088. .truncate {
  4089.  
  4090.    overflow: hidden;
  4091.  
  4092.    white-space: nowrap;
  4093.  
  4094. }
  4095.  
  4096. .text-ellipsis,
  4097.  
  4098. .truncate {
  4099.  
  4100.    text-overflow: ellipsis;
  4101.  
  4102. }
  4103.  
  4104. .whitespace-nowrap {
  4105.  
  4106.    white-space: nowrap;
  4107.  
  4108. }
  4109.  
  4110. .whitespace-pre-line {
  4111.  
  4112.    white-space: pre-line;
  4113.  
  4114. }
  4115.  
  4116. .break-words {
  4117.  
  4118.    overflow-wrap: break-word;
  4119.  
  4120. }
  4121.  
  4122. .\!rounded-\[50px\] {
  4123.  
  4124.    border-radius: 50px !important;
  4125.  
  4126. }
  4127.  
  4128. .\!rounded-full {
  4129.  
  4130.    border-radius: 9999px !important;
  4131.  
  4132. }
  4133.  
  4134. .\!rounded-lg {
  4135.  
  4136.    border-radius: 0.5rem !important;
  4137.  
  4138. }
  4139.  
  4140. .rounded {
  4141.  
  4142.    border-radius: 0.25rem;
  4143.  
  4144. }
  4145.  
  4146. .rounded-2xl {
  4147.  
  4148.    border-radius: 1rem;
  4149.  
  4150. }
  4151.  
  4152. .rounded-3xl {
  4153.  
  4154.    border-radius: 1.5rem;
  4155.  
  4156. }
  4157.  
  4158. .rounded-\[15px\] {
  4159.  
  4160.    border-radius: 15px;
  4161.  
  4162. }
  4163.  
  4164. .rounded-\[1rem\] {
  4165.  
  4166.    border-radius: 1rem;
  4167.  
  4168. }
  4169.  
  4170. .rounded-\[8px\] {
  4171.  
  4172.    border-radius: 8px;
  4173.  
  4174. }
  4175.  
  4176. .rounded-full {
  4177.  
  4178.    border-radius: 9999px;
  4179.  
  4180. }
  4181.  
  4182. .rounded-lg {
  4183.  
  4184.    border-radius: 0.5rem;
  4185.  
  4186. }
  4187.  
  4188. .rounded-md {
  4189.  
  4190.    border-radius: 0.375rem;
  4191.  
  4192. }
  4193.  
  4194. .rounded-none {
  4195.  
  4196.    border-radius: 0;
  4197.  
  4198. }
  4199.  
  4200. .rounded-xl {
  4201.  
  4202.    border-radius: 0.75rem;
  4203.  
  4204. }
  4205.  
  4206. .rounded-b-lg {
  4207.  
  4208.    border-bottom-right-radius: 0.5rem;
  4209.  
  4210.    border-bottom-left-radius: 0.5rem;
  4211.  
  4212. }
  4213.  
  4214. .rounded-l-full {
  4215.  
  4216.    border-top-left-radius: 9999px;
  4217.  
  4218.    border-bottom-left-radius: 9999px;
  4219.  
  4220. }
  4221.  
  4222. .rounded-l-md {
  4223.  
  4224.    border-top-left-radius: 0.375rem;
  4225.  
  4226.    border-bottom-left-radius: 0.375rem;
  4227.  
  4228. }
  4229.  
  4230. .rounded-r-full {
  4231.  
  4232.    border-top-right-radius: 9999px;
  4233.  
  4234.    border-bottom-right-radius: 9999px;
  4235.  
  4236. }
  4237.  
  4238. .rounded-r-md {
  4239.  
  4240.    border-top-right-radius: 0.375rem;
  4241.  
  4242.    border-bottom-right-radius: 0.375rem;
  4243.  
  4244. }
  4245.  
  4246. .rounded-t-\[20px\] {
  4247.  
  4248.    border-top-left-radius: 20px;
  4249.  
  4250.    border-top-right-radius: 20px;
  4251.  
  4252. }
  4253.  
  4254. .rounded-t-lg {
  4255.  
  4256.    border-top-left-radius: 0.5rem;
  4257.  
  4258.    border-top-right-radius: 0.5rem;
  4259.  
  4260. }
  4261.  
  4262. .rounded-bl-\[15px\] {
  4263.  
  4264.    border-bottom-left-radius: 15px;
  4265.  
  4266. }
  4267.  
  4268. .rounded-bl-full {
  4269.  
  4270.    border-bottom-left-radius: 9999px;
  4271.  
  4272. }
  4273.  
  4274. .rounded-br-\[15px\] {
  4275.  
  4276.    border-bottom-right-radius: 15px;
  4277.  
  4278. }
  4279.  
  4280. .rounded-tr-\[3000px\] {
  4281.  
  4282.    border-top-right-radius: 3000px;
  4283.  
  4284. }
  4285.  
  4286. .border {
  4287.  
  4288.    border-width: 1px;
  4289.  
  4290. }
  4291.  
  4292. .border-0 {
  4293.  
  4294.    border-width: 0;
  4295.  
  4296. }
  4297.  
  4298. .border-2 {
  4299.  
  4300.    border-width: 2px;
  4301.  
  4302. }
  4303.  
  4304. .\!border-b {
  4305.  
  4306.    border-bottom-width: 1px !important;
  4307.  
  4308. }
  4309.  
  4310. .border-b {
  4311.  
  4312.    border-bottom-width: 1px;
  4313.  
  4314. }
  4315.  
  4316. .border-b-2 {
  4317.  
  4318.    border-bottom-width: 2px;
  4319.  
  4320. }
  4321.  
  4322. .border-r {
  4323.  
  4324.    border-right-width: 1px;
  4325.  
  4326. }
  4327.  
  4328. .border-t {
  4329.  
  4330.    border-top-width: 1px;
  4331.  
  4332. }
  4333.  
  4334. .border-t-2 {
  4335.  
  4336.    border-top-width: 2px;
  4337.  
  4338. }
  4339.  
  4340. .\!border-none {
  4341.  
  4342.    border-style: none !important;
  4343.  
  4344. }
  4345.  
  4346. .border-none {
  4347.  
  4348.    border-style: none;
  4349.  
  4350. }
  4351.  
  4352. .border-\[\#626274\] {
  4353.  
  4354.    --tw-border-opacity: 1;
  4355.  
  4356.    border-color: rgb(98 98 116 / var(--tw-border-opacity));
  4357.  
  4358. }
  4359.  
  4360. .border-gray-300 {
  4361.  
  4362.    --tw-border-opacity: 1;
  4363.  
  4364.    border-color: rgb(209 213 219 / var(--tw-border-opacity));
  4365.  
  4366. }
  4367.  
  4368. .border-gray-500 {
  4369.  
  4370.    --tw-border-opacity: 1;
  4371.  
  4372.    border-color: rgb(107 114 128 / var(--tw-border-opacity));
  4373.  
  4374. }
  4375.  
  4376. .border-gray-600 {
  4377.  
  4378.    --tw-border-opacity: 1;
  4379.  
  4380.    border-color: rgb(75 85 99 / var(--tw-border-opacity));
  4381.  
  4382. }
  4383.  
  4384. .border-gray-700 {
  4385.  
  4386.    --tw-border-opacity: 1;
  4387.  
  4388.    border-color: rgb(55 65 81 / var(--tw-border-opacity));
  4389.  
  4390. }
  4391.  
  4392. .border-indigo-500 {
  4393.  
  4394.    --tw-border-opacity: 1;
  4395.  
  4396.    border-color: rgb(99 102 241 / var(--tw-border-opacity));
  4397.  
  4398. }
  4399.  
  4400. .border-transparent {
  4401.  
  4402.    border-color: transparent;
  4403.  
  4404. }
  4405.  
  4406. .border-white\/30 {
  4407.  
  4408.    border-color: hsla(0, 0%, 100%, 0.3);
  4409.  
  4410. }
  4411.  
  4412. .\!bg-gray-300 {
  4413.  
  4414.    --tw-bg-opacity: 1 !important;
  4415.  
  4416.    background-color: rgb(209 213 219 / var(--tw-bg-opacity)) !important;
  4417.  
  4418. }
  4419.  
  4420. .bg-\[\#22a328\] {
  4421.  
  4422.    --tw-bg-opacity: 1;
  4423.  
  4424.    background-color: rgb(34 163 40 / var(--tw-bg-opacity));
  4425.  
  4426. }
  4427.  
  4428. .bg-\[\#2abe31\] {
  4429.  
  4430.    --tw-bg-opacity: 1;
  4431.  
  4432.    background-color: rgb(42 190 49 / var(--tw-bg-opacity));
  4433.  
  4434. }
  4435.  
  4436. .bg-\[\#5067e4\] {
  4437.  
  4438.    --tw-bg-opacity: 1;
  4439.  
  4440.    background-color: rgb(80 103 228 / var(--tw-bg-opacity));
  4441.  
  4442. }
  4443.  
  4444. .bg-\[\#e44a4a\] {
  4445.  
  4446.    --tw-bg-opacity: 1;
  4447.  
  4448.    background-color: rgb(228 74 74 / var(--tw-bg-opacity));
  4449.  
  4450. }
  4451.  
  4452. .bg-\[\#e7fea2\] {
  4453.  
  4454.    --tw-bg-opacity: 1;
  4455.  
  4456.    background-color: rgb(231 254 162 / var(--tw-bg-opacity));
  4457.  
  4458. }
  4459.  
  4460. .bg-\[\#ffc5c5\] {
  4461.  
  4462.    --tw-bg-opacity: 1;
  4463.  
  4464.    background-color: rgb(255 197 197 / var(--tw-bg-opacity));
  4465.  
  4466. }
  4467.  
  4468. .bg-\[\#fff2c5\] {
  4469.  
  4470.    --tw-bg-opacity: 1;
  4471.  
  4472.    background-color: rgb(255 242 197 / var(--tw-bg-opacity));
  4473.  
  4474. }
  4475.  
  4476. .bg-backgroundSecondary {
  4477.  
  4478.    --tw-bg-opacity: 1;
  4479.  
  4480.    background-color: rgb(50 50 62 / var(--tw-bg-opacity));
  4481.  
  4482. }
  4483.  
  4484. .bg-black {
  4485.  
  4486.    --tw-bg-opacity: 1;
  4487.  
  4488.    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  4489.  
  4490. }
  4491.  
  4492. .bg-blue-100 {
  4493.  
  4494.    --tw-bg-opacity: 1;
  4495.  
  4496.    background-color: rgb(219 234 254 / var(--tw-bg-opacity));
  4497.  
  4498. }
  4499.  
  4500. .bg-btnPurple {
  4501.  
  4502.    --tw-bg-opacity: 1;
  4503.  
  4504.    background-color: rgb(112 127 235 / var(--tw-bg-opacity));
  4505.  
  4506. }
  4507.  
  4508. .bg-btnPurple\/70 {
  4509.  
  4510.    background-color: rgba(112, 127, 235, 0.7);
  4511.  
  4512. }
  4513.  
  4514. .bg-gray-200 {
  4515.  
  4516.    --tw-bg-opacity: 1;
  4517.  
  4518.    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  4519.  
  4520. }
  4521.  
  4522. .bg-gray-300 {
  4523.  
  4524.    --tw-bg-opacity: 1;
  4525.  
  4526.    background-color: rgb(209 213 219 / var(--tw-bg-opacity));
  4527.  
  4528. }
  4529.  
  4530. .bg-gray-600\/75 {
  4531.  
  4532.    background-color: rgba(75, 85, 99, 0.75);
  4533.  
  4534. }
  4535.  
  4536. .bg-gray-900 {
  4537.    --tw-bg-opacity: 1;
  4538. background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  4539. }
  4540.  
  4541.  
  4542.  
  4543.  
  4544.  
  4545. .bg-orange-100 {
  4546.  
  4547.    --tw-bg-opacity: 1;
  4548.  
  4549.    background-color: rgb(255 237 213 / var(--tw-bg-opacity));
  4550.  
  4551. }
  4552.  
  4553. .bg-orange-600 {
  4554.  
  4555.    --tw-bg-opacity: 1;
  4556.  
  4557.    background-color: rgb(234 88 12 / var(--tw-bg-opacity));
  4558.  
  4559. }
  4560.  
  4561. .bg-transparent {
  4562.  
  4563.    background-color: transparent;
  4564.  
  4565. }
  4566.  
  4567. .bg-white {
  4568.  
  4569.    --tw-bg-opacity: 1;
  4570.  
  4571.    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  4572.  
  4573. }
  4574.  
  4575. .bg-white\/80 {
  4576.  
  4577.    background-color: hsla(0, 0%, 100%, 0.8);
  4578.  
  4579. }
  4580.  
  4581. .bg-opacity-0 {
  4582.  
  4583.    --tw-bg-opacity: 0;
  4584.  
  4585. }
  4586.  
  4587. .bg-opacity-100 {
  4588.  
  4589.    --tw-bg-opacity: 1;
  4590.  
  4591. }
  4592.  
  4593. .bg-opacity-40 {
  4594.  
  4595.    --tw-bg-opacity: 0.4;
  4596.  
  4597. }
  4598.  
  4599. .bg-gradient-to-r {
  4600.  
  4601.    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  4602.  
  4603. }
  4604.  
  4605. .bg-none {
  4606.  
  4607.    background-image: none;
  4608.  
  4609. }
  4610.  
  4611. .from-gray-400 {
  4612.  
  4613.    --tw-gradient-from: #9ca3af;
  4614.  
  4615.    --tw-gradient-to: rgba(156, 163, 175, 0);
  4616.  
  4617.    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  4618.  
  4619. }
  4620.  
  4621. .fill-white {
  4622.  
  4623.    fill: #fff;
  4624.  
  4625. }
  4626.  
  4627. .object-contain {
  4628.  
  4629.    -o-object-fit: contain;
  4630.  
  4631.    object-fit: contain;
  4632.  
  4633. }
  4634.  
  4635. .\!object-cover {
  4636.  
  4637.    -o-object-fit: cover !important;
  4638.  
  4639.    object-fit: cover !important;
  4640.  
  4641. }
  4642.  
  4643. .object-cover {
  4644.  
  4645.    -o-object-fit: cover;
  4646.  
  4647.    object-fit: cover;
  4648.  
  4649. }
  4650.  
  4651. .object-center {
  4652.  
  4653.    -o-object-position: center;
  4654.  
  4655.    object-position: center;
  4656.  
  4657. }
  4658.  
  4659. .object-left {
  4660.  
  4661.    -o-object-position: left;
  4662.  
  4663.    object-position: left;
  4664.  
  4665. }
  4666.  
  4667. .object-right {
  4668.  
  4669.    -o-object-position: right;
  4670.  
  4671.    object-position: right;
  4672.  
  4673. }
  4674.  
  4675. .\!p-0 {
  4676.  
  4677.    padding: 0 !important;
  4678.  
  4679. }
  4680.  
  4681. .\!p-4 {
  4682.  
  4683.    padding: 1rem !important;
  4684.  
  4685. }
  4686.  
  4687. .p-0 {
  4688.  
  4689.    padding: 0;
  4690.  
  4691. }
  4692.  
  4693. .p-1 {
  4694.  
  4695.    padding: 0.25rem;
  4696.  
  4697. }
  4698.  
  4699. .p-2 {
  4700.  
  4701.    padding: 0.5rem;
  4702.  
  4703. }
  4704.  
  4705. .p-2\.5 {
  4706.  
  4707.    padding: 0.625rem;
  4708.  
  4709. }
  4710.  
  4711. .p-3 {
  4712.  
  4713.    padding: 0.75rem;
  4714.  
  4715. }
  4716.  
  4717. .p-4 {
  4718.  
  4719.    padding: 1rem;
  4720.  
  4721. }
  4722.  
  4723. .p-5 {
  4724.  
  4725.    padding: 1.25rem;
  4726.  
  4727. }
  4728.  
  4729. .p-6 {
  4730.  
  4731.    padding: 1.5rem;
  4732.  
  4733. }
  4734.  
  4735. .p-8 {
  4736.  
  4737.    padding: 2rem;
  4738.  
  4739. }
  4740.  
  4741. .\!px-0 {
  4742.  
  4743.    padding-left: 0 !important;
  4744.  
  4745.    padding-right: 0 !important;
  4746.  
  4747. }
  4748.  
  4749. .\!px-3 {
  4750.  
  4751.    padding-left: 0.75rem !important;
  4752.  
  4753.    padding-right: 0.75rem !important;
  4754.  
  4755. }
  4756.  
  4757. .\!px-4 {
  4758.  
  4759.    padding-left: 1rem !important;
  4760.  
  4761.    padding-right: 1rem !important;
  4762.  
  4763. }
  4764.  
  4765. .\!py-1 {
  4766.  
  4767.    padding-top: 0.25rem !important;
  4768.  
  4769.    padding-bottom: 0.25rem !important;
  4770.  
  4771. }
  4772.  
  4773. .\!py-1\.5 {
  4774.  
  4775.    padding-top: 0.375rem !important;
  4776.  
  4777.    padding-bottom: 0.375rem !important;
  4778.  
  4779. }
  4780.  
  4781. .px-0 {
  4782.  
  4783.    padding-left: 0;
  4784.  
  4785.    padding-right: 0;
  4786.  
  4787. }
  4788.  
  4789. .px-1 {
  4790.  
  4791.    padding-left: 0.25rem;
  4792.  
  4793.    padding-right: 0.25rem;
  4794.  
  4795. }
  4796.  
  4797. .px-14 {
  4798.  
  4799.    padding-left: 3.5rem;
  4800.  
  4801.    padding-right: 3.5rem;
  4802.  
  4803. }
  4804.  
  4805. .px-2 {
  4806.  
  4807.    padding-left: 0.5rem;
  4808.  
  4809.    padding-right: 0.5rem;
  4810.  
  4811. }
  4812.  
  4813. .px-2\.5 {
  4814.  
  4815.    padding-left: 0.625rem;
  4816.  
  4817.    padding-right: 0.625rem;
  4818.  
  4819. }
  4820.  
  4821. .px-20 {
  4822.  
  4823.    padding-left: 5rem;
  4824.  
  4825.    padding-right: 5rem;
  4826.  
  4827. }
  4828.  
  4829. .px-3 {
  4830.  
  4831.    padding-left: 0.75rem;
  4832.  
  4833.    padding-right: 0.75rem;
  4834.  
  4835. }
  4836.  
  4837. .px-4 {
  4838.  
  4839.    padding-left: 1rem;
  4840.  
  4841.    padding-right: 1rem;
  4842.  
  4843. }
  4844.  
  4845. .px-5 {
  4846.  
  4847.    padding-left: 1.25rem;
  4848.  
  4849.    padding-right: 1.25rem;
  4850.  
  4851. }
  4852.  
  4853. .px-6 {
  4854.  
  4855.    padding-left: 1.5rem;
  4856.  
  4857.    padding-right: 1.5rem;
  4858.  
  4859. }
  4860.  
  4861. .px-\[0\.75rem\] {
  4862.  
  4863.    padding-left: 0.75rem;
  4864.  
  4865.    padding-right: 0.75rem;
  4866.  
  4867. }
  4868.  
  4869. .px-\[18px\] {
  4870.  
  4871.    padding-left: 18px;
  4872.  
  4873.    padding-right: 18px;
  4874.  
  4875. }
  4876.  
  4877. .py-0 {
  4878.  
  4879.    padding-top: 0;
  4880.  
  4881.    padding-bottom: 0;
  4882.  
  4883. }
  4884.  
  4885. .py-1 {
  4886.  
  4887.    padding-top: 0.25rem;
  4888.  
  4889.    padding-bottom: 0.25rem;
  4890.  
  4891. }
  4892.  
  4893. .py-1\.5 {
  4894.  
  4895.    padding-top: 0.375rem;
  4896.  
  4897.    padding-bottom: 0.375rem;
  4898.  
  4899. }
  4900.  
  4901. .py-10 {
  4902.  
  4903.    padding-top: 2.5rem;
  4904.  
  4905.    padding-bottom: 2.5rem;
  4906.  
  4907. }
  4908.  
  4909. .py-2 {
  4910.  
  4911.    padding-top: 0.5rem;
  4912.  
  4913.    padding-bottom: 0.5rem;
  4914.  
  4915. }
  4916.  
  4917. .py-2\.5 {
  4918.  
  4919.    padding-top: 0.625rem;
  4920.  
  4921.    padding-bottom: 0.625rem;
  4922.  
  4923. }
  4924.  
  4925. .py-24 {
  4926.  
  4927.    padding-top: 6rem;
  4928.  
  4929.    padding-bottom: 6rem;
  4930.  
  4931. }
  4932.  
  4933. .py-3 {
  4934.  
  4935.    padding-top: 0.75rem;
  4936.  
  4937.    padding-bottom: 0.75rem;
  4938.  
  4939. }
  4940.  
  4941. .py-4 {
  4942.  
  4943.    padding-top: 1rem;
  4944.  
  4945.    padding-bottom: 1rem;
  4946.  
  4947. }
  4948.  
  4949. .py-5 {
  4950.  
  4951.    padding-top: 1.25rem;
  4952.  
  4953.    padding-bottom: 1.25rem;
  4954.  
  4955. }
  4956.  
  4957. .py-6 {
  4958.  
  4959.    padding-top: 1.5rem;
  4960.  
  4961.    padding-bottom: 1.5rem;
  4962.  
  4963. }
  4964.  
  4965. .py-8 {
  4966.  
  4967.    padding-top: 2rem;
  4968.  
  4969.    padding-bottom: 2rem;
  4970.  
  4971. }
  4972.  
  4973. .py-\[0\.5rem\] {
  4974.  
  4975.    padding-top: 0.5rem;
  4976.  
  4977.    padding-bottom: 0.5rem;
  4978.  
  4979. }
  4980.  
  4981. .py-\[5\.5rem\] {
  4982.  
  4983.    padding-top: 5.5rem;
  4984.  
  4985.    padding-bottom: 5.5rem;
  4986.  
  4987. }
  4988.  
  4989. .pb-0 {
  4990.  
  4991.    padding-bottom: 0;
  4992.  
  4993. }
  4994.  
  4995. .pb-1 {
  4996.  
  4997.    padding-bottom: 0.25rem;
  4998.  
  4999. }
  5000.  
  5001. .pb-14 {
  5002.  
  5003.    padding-bottom: 3.5rem;
  5004.  
  5005. }
  5006.  
  5007. .pb-16 {
  5008.  
  5009.    padding-bottom: 4rem;
  5010.  
  5011. }
  5012.  
  5013. .pb-2 {
  5014.  
  5015.    padding-bottom: 0.5rem;
  5016.  
  5017. }
  5018.  
  5019. .pb-2\.5 {
  5020.  
  5021.    padding-bottom: 0.625rem;
  5022.  
  5023. }
  5024.  
  5025. .pb-20 {
  5026.  
  5027.    padding-bottom: 5rem;
  5028.  
  5029. }
  5030.  
  5031. .pb-24 {
  5032.  
  5033.    padding-bottom: 6rem;
  5034.  
  5035. }
  5036.  
  5037. .pb-3 {
  5038.  
  5039.    padding-bottom: 0.75rem;
  5040.  
  5041. }
  5042.  
  5043. .pb-32 {
  5044.  
  5045.    padding-bottom: 8rem;
  5046.  
  5047. }
  5048.  
  5049. .pb-4 {
  5050.  
  5051.    padding-bottom: 1rem;
  5052.  
  5053. }
  5054.  
  5055. .pb-5 {
  5056.  
  5057.    padding-bottom: 1.25rem;
  5058.  
  5059. }
  5060.  
  5061. .pb-8,
  5062.  
  5063. .pb-\[2rem\] {
  5064.  
  5065.    padding-bottom: 2rem;
  5066.  
  5067. }
  5068.  
  5069. .pb-\[3px\] {
  5070.  
  5071.    padding-bottom: 3px;
  5072.  
  5073. }
  5074.  
  5075. .pl-10 {
  5076.  
  5077.    padding-left: 2.5rem;
  5078.  
  5079. }
  5080.  
  5081. .pl-2 {
  5082.  
  5083.    padding-left: 0.5rem;
  5084.  
  5085. }
  5086.  
  5087. .pl-3 {
  5088.  
  5089.    padding-left: 0.75rem;
  5090.  
  5091. }
  5092.  
  5093. .pl-4 {
  5094.  
  5095.    padding-left: 1rem;
  5096.  
  5097. }
  5098.  
  5099. .pl-5 {
  5100.  
  5101.    padding-left: 1.25rem;
  5102.  
  5103. }
  5104.  
  5105. .pl-\[3\.2rem\] {
  5106.  
  5107.    padding-left: 3.2rem;
  5108.  
  5109. }
  5110.  
  5111. .pr-0 {
  5112.  
  5113.    padding-right: 0;
  5114.  
  5115. }
  5116.  
  5117. .pr-10 {
  5118.  
  5119.    padding-right: 2.5rem;
  5120.  
  5121. }
  5122.  
  5123. .pr-2 {
  5124.  
  5125.    padding-right: 0.5rem;
  5126.  
  5127. }
  5128.  
  5129. .pr-20 {
  5130.  
  5131.    padding-right: 5rem;
  5132.  
  5133. }
  5134.  
  5135. .pr-3 {
  5136.  
  5137.    padding-right: 0.75rem;
  5138.  
  5139. }
  5140.  
  5141. .pr-4 {
  5142.  
  5143.    padding-right: 1rem;
  5144.  
  5145. }
  5146.  
  5147. .pr-5 {
  5148.  
  5149.    padding-right: 1.25rem;
  5150.  
  5151. }
  5152.  
  5153. .pr-\[3\.2rem\] {
  5154.  
  5155.    padding-right: 3.2rem;
  5156.  
  5157. }
  5158.  
  5159. .pt-0 {
  5160.  
  5161.    padding-top: 0;
  5162.  
  5163. }
  5164.  
  5165. .pt-1 {
  5166.  
  5167.    padding-top: 0.25rem;
  5168.  
  5169. }
  5170.  
  5171. .pt-10 {
  5172.  
  5173.    padding-top: 2.5rem;
  5174.  
  5175. }
  5176.  
  5177. .pt-12 {
  5178.  
  5179.    padding-top: 3rem;
  5180.  
  5181. }
  5182.  
  5183. .pt-14 {
  5184.  
  5185.    padding-top: 3.5rem;
  5186.  
  5187. }
  5188.  
  5189. .pt-16 {
  5190.  
  5191.    padding-top: 4rem;
  5192.  
  5193. }
  5194.  
  5195. .pt-2 {
  5196.  
  5197.    padding-top: 0.5rem;
  5198.  
  5199. }
  5200.  
  5201. .pt-3 {
  5202.  
  5203.    padding-top: 0.75rem;
  5204.  
  5205. }
  5206.  
  5207. .pt-4 {
  5208.  
  5209.    padding-top: 1rem;
  5210.  
  5211. }
  5212.  
  5213. .pt-5 {
  5214.  
  5215.    padding-top: 1.25rem;
  5216.  
  5217. }
  5218.  
  5219. .pt-6 {
  5220.  
  5221.    padding-top: 1.5rem;
  5222.  
  5223. }
  5224.  
  5225. .pt-8 {
  5226.  
  5227.    padding-top: 2rem;
  5228.  
  5229. }
  5230.  
  5231. .text-left {
  5232.  
  5233.    text-align: left;
  5234.  
  5235. }
  5236.  
  5237. .text-center {
  5238.  
  5239.    text-align: center;
  5240.  
  5241. }
  5242.  
  5243. .text-right {
  5244.  
  5245.    text-align: right;
  5246.  
  5247. }
  5248.  
  5249. .text-justify {
  5250.  
  5251.    text-align: justify;
  5252.  
  5253. }
  5254.  
  5255. .text-start {
  5256.  
  5257.    text-align: start;
  5258.  
  5259. }
  5260.  
  5261. .text-2xl {
  5262.  
  5263.    font-size: 1.5rem;
  5264.  
  5265.    line-height: 2rem;
  5266.  
  5267. }
  5268.  
  5269. .text-4xl {
  5270.  
  5271.    font-size: 2.25rem;
  5272.  
  5273.    line-height: 2.5rem;
  5274.  
  5275. }
  5276.  
  5277. .text-\[0\.92rem\] {
  5278.  
  5279.    font-size: 0.92rem;
  5280.  
  5281. }
  5282.  
  5283. .text-\[8px\] {
  5284.  
  5285.    font-size: 8px;
  5286.  
  5287. }
  5288.  
  5289. .text-\[10px\] {
  5290.  
  5291.    font-size: 10px;
  5292.  
  5293. }
  5294.  
  5295. .text-\[12px\] {
  5296.  
  5297.    font-size: 12px;
  5298.  
  5299. }
  5300.  
  5301. .text-\[13px\] {
  5302.  
  5303.    font-size: 13px;
  5304.  
  5305. }
  5306.  
  5307. .text-\[14px\] {
  5308.  
  5309.    font-size: 14px;
  5310.  
  5311. }
  5312.  
  5313. .text-\[15px\] {
  5314.  
  5315.    font-size: 15px;
  5316.  
  5317. }
  5318.  
  5319. .text-\[18px\] {
  5320.  
  5321.    font-size: 18px;
  5322.  
  5323. }
  5324.  
  5325. .text-\[20px\] {
  5326.  
  5327.    font-size: 20px;
  5328.  
  5329. }
  5330.  
  5331. .text-\[24px\] {
  5332.  
  5333.    font-size: 24px;
  5334.  
  5335. }
  5336.  
  5337. .text-\[40px\] {
  5338.  
  5339.    font-size: 40px;
  5340.  
  5341. }
  5342.  
  5343. .text-base {
  5344.  
  5345.    font-size: 1rem;
  5346.  
  5347.    line-height: 1.5rem;
  5348.  
  5349. }
  5350.  
  5351. .text-lg {
  5352.  
  5353.    font-size: 1.125rem;
  5354.  
  5355.    line-height: 1.75rem;
  5356.  
  5357. }
  5358.  
  5359. .text-sm {
  5360.  
  5361.    font-size: 0.875rem;
  5362.    line-height: 1.25rem;
  5363.  
  5364. }
  5365.  
  5366. .text-xl {
  5367.  
  5368.    font-size: 1.25rem;
  5369.  
  5370.    line-height: 1.75rem;
  5371.  
  5372. }
  5373.  
  5374. .text-xs {
  5375.  
  5376.    font-size: 0.75rem;
  5377.  
  5378.    line-height: 1rem;
  5379.  
  5380. }
  5381.  
  5382. .font-bold {
  5383.  
  5384.    font-weight: 700;
  5385.  
  5386. }
  5387.  
  5388. .font-extrabold {
  5389.  
  5390.    font-weight: 800;
  5391.  
  5392. }
  5393.  
  5394. .font-light {
  5395.  
  5396.    font-weight: 300;
  5397.  
  5398. }
  5399.  
  5400. .font-medium {
  5401.  
  5402.    font-weight: 500;
  5403.  
  5404. }
  5405.  
  5406. .font-normal {
  5407.  
  5408.    font-weight: 400;
  5409.  
  5410. }
  5411.  
  5412. .font-semibold {
  5413.  
  5414.    font-weight: 600;
  5415.  
  5416. }
  5417.  
  5418. .uppercase {
  5419.  
  5420.    text-transform: uppercase;
  5421.  
  5422. }
  5423.  
  5424. .capitalize {
  5425.  
  5426.    text-transform: capitalize;
  5427.  
  5428. }
  5429.  
  5430. .italic {
  5431.  
  5432.    font-style: italic;
  5433.  
  5434. }
  5435.  
  5436. .leading-4 {
  5437.  
  5438.    line-height: 1rem;
  5439.  
  5440. }
  5441.  
  5442. .leading-5 {
  5443.  
  5444.    line-height: 1.25rem;
  5445.  
  5446. }
  5447.  
  5448. .leading-6 {
  5449.  
  5450.    line-height: 1.5rem;
  5451.  
  5452. }
  5453.  
  5454. .leading-7 {
  5455.  
  5456.    line-height: 1.75rem;
  5457.  
  5458. }
  5459.  
  5460. .leading-\[150\%\] {
  5461.  
  5462.    line-height: 150%;
  5463.  
  5464. }
  5465.  
  5466. .leading-\[20px\] {
  5467.  
  5468.    line-height: 20px;
  5469.  
  5470. }
  5471.  
  5472. .leading-\[26px\] {
  5473.  
  5474.    line-height: 26px;
  5475.  
  5476. }
  5477.  
  5478. .leading-\[30\.8px\] {
  5479.  
  5480.    line-height: 30.8px;
  5481.  
  5482. }
  5483.  
  5484. .leading-\[66\.8px\] {
  5485.  
  5486.    line-height: 66.8px;
  5487.  
  5488. }
  5489.  
  5490. .leading-normal {
  5491.  
  5492.    line-height: 1.5;
  5493.  
  5494. }
  5495.  
  5496. .tracking-\[0\.1em\] {
  5497.  
  5498.    letter-spacing: 0.1em;
  5499.  
  5500. }
  5501.  
  5502. .tracking-\[0\.2em\] {
  5503.  
  5504.    letter-spacing: 0.2em;
  5505.  
  5506. }
  5507.  
  5508. .tracking-\[0\.3px\] {
  5509.  
  5510.    letter-spacing: 0.3px;
  5511.  
  5512. }
  5513.  
  5514. .tracking-tight {
  5515.  
  5516.    letter-spacing: -0.025em;
  5517.  
  5518. }
  5519.  
  5520. .text-\[\#E3FDE4\] {
  5521.  
  5522.    --tw-text-opacity: 1;
  5523.  
  5524.    color: rgb(227 253 228 / var(--tw-text-opacity));
  5525.  
  5526. }
  5527.  
  5528. .text-black {
  5529.  
  5530.    --tw-text-opacity: 1;
  5531.  
  5532.    color: rgb(0 0 0 / var(--tw-text-opacity));
  5533.  
  5534. }
  5535.  
  5536. .text-blue-700 {
  5537.  
  5538.    --tw-text-opacity: 1;
  5539.  
  5540.    color: rgb(29 78 216 / var(--tw-text-opacity));
  5541.  
  5542. }
  5543.  
  5544. .text-btnPurple {
  5545.  
  5546.    --tw-text-opacity: 1;
  5547.  
  5548.    color: rgb(112 127 235 / var(--tw-text-opacity));
  5549.  
  5550. }
  5551.  
  5552. .text-gray-200 {
  5553.  
  5554.    --tw-text-opacity: 1;
  5555.  
  5556.    color: rgb(229 231 235 / var(--tw-text-opacity));
  5557.  
  5558. }
  5559.  
  5560. .text-gray-300 {
  5561.  
  5562.    --tw-text-opacity: 1;
  5563.  
  5564.    color: rgb(209 213 219 / var(--tw-text-opacity));
  5565.  
  5566. }
  5567.  
  5568. .text-gray-400 {
  5569.  
  5570.    --tw-text-opacity: 1;
  5571.  
  5572.    color: rgb(156 163 175 / var(--tw-text-opacity));
  5573.  
  5574. }
  5575.  
  5576. .text-gray-500 {
  5577.  
  5578.    --tw-text-opacity: 1;
  5579.  
  5580.    color: rgb(107 114 128 / var(--tw-text-opacity));
  5581.  
  5582. }
  5583.  
  5584. .text-gray-600 {
  5585.  
  5586.    --tw-text-opacity: 1;
  5587.  
  5588.    color: rgb(75 85 99 / var(--tw-text-opacity));
  5589.  
  5590. }
  5591.  
  5592. .text-gray-900 {
  5593.  
  5594.    --tw-text-opacity: 1;
  5595.  
  5596.    color: rgb(17 24 39 / var(--tw-text-opacity));
  5597.  
  5598. }
  5599.  
  5600. .text-green-500 {
  5601.  
  5602.    --tw-text-opacity: 1;
  5603.  
  5604.    color: rgb(34 197 94 / var(--tw-text-opacity));
  5605.  
  5606. }
  5607.  
  5608. .text-green-600 {
  5609.  
  5610.    --tw-text-opacity: 1;
  5611.  
  5612.    color: rgb(22 163 74 / var(--tw-text-opacity));
  5613.  
  5614. }
  5615.  
  5616. .text-indigo-600 {
  5617.  
  5618.    --tw-text-opacity: 1;
  5619.  
  5620.    color: rgb(79 70 229 / var(--tw-text-opacity));
  5621.  
  5622. }
  5623.  
  5624. .text-info {
  5625.  
  5626.    --tw-text-opacity: 1;
  5627.  
  5628.    color: rgb(34 211 238 / var(--tw-text-opacity));
  5629.  
  5630. }
  5631.  
  5632. .text-orange-700 {
  5633.  
  5634.    --tw-text-opacity: 1;
  5635.  
  5636.    color: rgb(194 65 12 / var(--tw-text-opacity));
  5637.  
  5638. }
  5639.  
  5640. .text-red-400 {
  5641.  
  5642.    --tw-text-opacity: 1;
  5643.  
  5644.    color: rgb(248 113 113 / var(--tw-text-opacity));
  5645.  
  5646. }
  5647.  
  5648. .text-red-600 {
  5649.  
  5650.    --tw-text-opacity: 1;
  5651.  
  5652.    color: rgb(220 38 38 / var(--tw-text-opacity));
  5653.  
  5654. }
  5655.  
  5656. .text-red-700 {
  5657.  
  5658.    --tw-text-opacity: 1;
  5659.  
  5660.    color: rgb(185 28 28 / var(--tw-text-opacity));
  5661.  
  5662. }
  5663.  
  5664. .text-slate-900 {
  5665.  
  5666.    --tw-text-opacity: 1;
  5667.  
  5668.    color: rgb(15 23 42 / var(--tw-text-opacity));
  5669.  
  5670. }
  5671.  
  5672. .text-white {
  5673.  
  5674.    --tw-text-opacity: 1;
  5675.  
  5676.    color: rgb(255 255 255 / var(--tw-text-opacity));
  5677.  
  5678. }
  5679.  
  5680. .text-white\/70 {
  5681.  
  5682.    color: hsla(0, 0%, 100%, 0.7);
  5683.  
  5684. }
  5685.  
  5686. .text-white\/75 {
  5687.  
  5688.    color: hsla(0, 0%, 100%, 0.75);
  5689.  
  5690. }
  5691.  
  5692. .underline {
  5693.  
  5694.    text-decoration-line: underline;
  5695.  
  5696. }
  5697.  
  5698. .no-underline {
  5699.  
  5700.    text-decoration-line: none;
  5701.  
  5702. }
  5703.  
  5704. .opacity-0 {
  5705.  
  5706.    opacity: 0;
  5707.  
  5708. }
  5709.  
  5710. .opacity-100 {
  5711.  
  5712.    opacity: 1;
  5713.  
  5714. }
  5715.  
  5716. .opacity-25 {
  5717.  
  5718.    opacity: 0.25;
  5719.  
  5720. }
  5721.  
  5722. .opacity-75 {
  5723.  
  5724.    opacity: 0.75;
  5725.  
  5726. }
  5727.  
  5728. .mix-blend-multiply {
  5729.  
  5730.    mix-blend-mode: multiply;
  5731.  
  5732. }
  5733.  
  5734. .shadow-2xl {
  5735.  
  5736.    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  5737.  
  5738.    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  5739.  
  5740. }
  5741.  
  5742. .shadow-2xl,
  5743.  
  5744. .shadow-lg {
  5745.  
  5746.    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  5747.  
  5748. }
  5749.  
  5750. .shadow-lg {
  5751.  
  5752.    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  5753.  
  5754.    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  5755.  
  5756. }
  5757.  
  5758. .shadow-sm {
  5759.  
  5760.    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  5761.  
  5762.    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  5763.  
  5764. }
  5765.  
  5766. .shadow-sm,
  5767.  
  5768. .shadow-xl {
  5769.  
  5770.    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  5771.  
  5772. }
  5773.  
  5774. .shadow-xl {
  5775.  
  5776.    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  5777.  
  5778.    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  5779.  
  5780. }
  5781.  
  5782. .shadow-white\/20 {
  5783.  
  5784.    --tw-shadow-color: hsla(0, 0%, 100%, 0.2);
  5785.  
  5786.    --tw-shadow: var(--tw-shadow-colored);
  5787.  
  5788. }
  5789.  
  5790. .ring-1 {
  5791.  
  5792.    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  5793.  
  5794.    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  5795.  
  5796.    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  5797.  
  5798. }
  5799.  
  5800. .ring-black {
  5801.  
  5802.    --tw-ring-opacity: 1;
  5803.  
  5804.    --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
  5805.  
  5806. }
  5807.  
  5808. .ring-gray-500 {
  5809.  
  5810.    --tw-ring-opacity: 1;
  5811.  
  5812.    --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity));
  5813.  
  5814. }
  5815.  
  5816. .ring-slate-200 {
  5817.  
  5818.    --tw-ring-opacity: 1;
  5819.  
  5820.    --tw-ring-color: rgb(226 232 240 / var(--tw-ring-opacity));
  5821.  
  5822. }
  5823.  
  5824. .ring-white {
  5825.  
  5826.    --tw-ring-opacity: 1;
  5827.  
  5828.    --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
  5829.  
  5830. }
  5831.  
  5832. .ring-opacity-5 {
  5833.  
  5834.    --tw-ring-opacity: 0.05;
  5835.  
  5836. }
  5837.  
  5838. .blur {
  5839.  
  5840.    --tw-blur: blur(8px);
  5841.  
  5842. }
  5843.  
  5844. .blur,
  5845.  
  5846. .grayscale {
  5847.  
  5848.    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);
  5849.  
  5850. }
  5851.  
  5852. .grayscale {
  5853.  
  5854.    --tw-grayscale: grayscale(100%);
  5855.  
  5856. }
  5857.  
  5858. .invert {
  5859.  
  5860.    --tw-invert: invert(100%);
  5861.  
  5862. }
  5863.  
  5864. .filter,
  5865.  
  5866. .invert {
  5867.  
  5868.    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);
  5869.  
  5870. }
  5871.  
  5872. .backdrop-blur-sm {
  5873.  
  5874.    --tw-backdrop-blur: blur(4px);
  5875.  
  5876. }
  5877.  
  5878. .backdrop-blur-sm,
  5879.  
  5880. .backdrop-blur-xl {
  5881.  
  5882.    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity)
  5883.  
  5884.        var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  5885.  
  5886.    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity)
  5887.  
  5888.        var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  5889.  
  5890. }
  5891.  
  5892. .backdrop-blur-xl {
  5893.  
  5894.    --tw-backdrop-blur: blur(24px);
  5895.  
  5896. }
  5897.  
  5898. .backdrop-filter {
  5899.  
  5900.    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity)
  5901.  
  5902.        var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  5903.  
  5904.    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity)
  5905.  
  5906.        var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  5907.  
  5908. }
  5909.  
  5910. .transition {
  5911.  
  5912.    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  5913.  
  5914.    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  5915.  
  5916.    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  5917.  
  5918.    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  5919.  
  5920.    transition-duration: 0.15s;
  5921.  
  5922. }
  5923.  
  5924. .transition-all {
  5925.  
  5926.    transition-property: all;
  5927.  
  5928.    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  5929.  
  5930.    transition-duration: 0.15s;
  5931.  
  5932. }
  5933.  
  5934. .transition-colors {
  5935.  
  5936.    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke;
  5937.  
  5938.    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  5939.  
  5940.    transition-duration: 0.15s;
  5941.  
  5942. }
  5943.  
  5944. .transition-opacity {
  5945.  
  5946.    transition-property: opacity;
  5947.  
  5948.    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  5949.  
  5950.    transition-duration: 0.15s;
  5951.  
  5952. }
  5953.  
  5954. .duration-100 {
  5955.  
  5956.    transition-duration: 0.1s;
  5957.  
  5958. }
  5959.  
  5960. .duration-1000 {
  5961.  
  5962.    transition-duration: 1s;
  5963.  
  5964. }
  5965.  
  5966. .duration-150 {
  5967.  
  5968.    transition-duration: 0.15s;
  5969.  
  5970. }
  5971.  
  5972. .duration-200 {
  5973.  
  5974.    transition-duration: 0.2s;
  5975.  
  5976. }
  5977.  
  5978. .duration-300 {
  5979.  
  5980.    transition-duration: 0.3s;
  5981.  
  5982. }
  5983.  
  5984. .duration-500 {
  5985.  
  5986.    transition-duration: 0.5s;
  5987.  
  5988. }
  5989.  
  5990. .duration-75 {
  5991.  
  5992.    transition-duration: 75ms;
  5993.  
  5994. }
  5995.  
  5996. .duration-\[600ms\] {
  5997.  
  5998.    transition-duration: 0.6s;
  5999.  
  6000. }
  6001.  
  6002. .ease-in {
  6003.  
  6004.    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  6005.  
  6006. }
  6007.  
  6008. .ease-in-out {
  6009.  
  6010.    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  6011.  
  6012. }
  6013.  
  6014. .ease-out {
  6015.  
  6016.    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  6017.  
  6018. }
  6019.  
  6020. .line-clamp-1 {
  6021.  
  6022.    -webkit-line-clamp: 1;
  6023.  
  6024. }
  6025.  
  6026. .line-clamp-1,
  6027.  
  6028. .line-clamp-2 {
  6029.  
  6030.    overflow: hidden;
  6031.  
  6032.    display: -webkit-box;
  6033.  
  6034.    -webkit-box-orient: vertical;
  6035.  
  6036. }
  6037.  
  6038. .line-clamp-2 {
  6039.  
  6040.    -webkit-line-clamp: 2;
  6041.  
  6042. }
  6043.  
  6044. .scrollbar-hide {
  6045.  
  6046.    -ms-overflow-style: none;
  6047.  
  6048.    scrollbar-width: none;
  6049.  
  6050. }
  6051.  
  6052. .scrollbar-hide::-webkit-scrollbar {
  6053.  
  6054.    display: none;
  6055.  
  6056. }
  6057.  
  6058. input[type="number"]::-webkit-inner-spin-button,
  6059.  
  6060. input[type="number"]::-webkit-outer-spin-button {
  6061.  
  6062.    -webkit-appearance: none;
  6063.  
  6064.    appearance: none;
  6065.  
  6066. }
  6067.  
  6068. .bg-gradient-black {
  6069.  
  6070.    background: linear-gradient(163.42deg, #374353c3 -107%, #ffffff00 105.46%);
  6071.  
  6072.    border: 1px solid #626274;
  6073.  
  6074.    border-radius: 16px;
  6075.  
  6076. }
  6077.  
  6078.  
  6079.  
  6080.  
  6081.  
  6082. html {
  6083.  
  6084.    -moz-tab-size: 4;
  6085.  
  6086.    -o-tab-size: 4;
  6087.  
  6088.    tab-size: 4;
  6089.  
  6090. }
  6091.  
  6092. body {
  6093.  
  6094.    margin: 0;
  6095.  
  6096.    line-height: inherit;
  6097.  
  6098. }
  6099.  
  6100. .membership-banner {
  6101.  
  6102.    content: "";
  6103.  
  6104.    position: relative;
  6105.  
  6106.    background: url(/images/logo-transparent.png) 100% 60% no-repeat;
  6107.  
  6108.    background-size: 60%, 70%;
  6109.  
  6110.    overflow: hidden;
  6111.  
  6112. }
  6113.  
  6114. .text-gradient-orange {
  6115.  
  6116.    background: linear-gradient(270deg, #e7273d -1.95%, #df5f3b 97.95%);
  6117.  
  6118.    -webkit-background-clip: text;
  6119.  
  6120.    -webkit-text-fill-color: transparent;
  6121.  
  6122.    background-clip: text;
  6123.  
  6124. }
  6125.  
  6126.  
  6127.  
  6128. .featured-game-card:hover {
  6129.  
  6130.    transition: all 1s;
  6131.  
  6132. }
  6133.  
  6134. .featured-game-card:hover img {
  6135.  
  6136.    filter: blur(40px);
  6137.  
  6138.    
  6139.  
  6140. }
  6141.  
  6142. .featured-game-card .blur-sharp {
  6143.  
  6144.    overflow: hidden;
  6145.  
  6146.    border-radius: 0rem;
  6147.  
  6148. }
  6149.  
  6150.  
  6151.  
  6152.  
  6153.  
  6154.  
  6155.  
  6156. .cover {
  6157.  
  6158.    transition: all 1s;
  6159.  
  6160.    opacity: 0;
  6161.  
  6162.    left: 0;
  6163.  
  6164.    right: 0;
  6165.  
  6166.    border-radius: 1rem;
  6167.  
  6168. }
  6169.  
  6170. .featured-game-card:hover .cover {
  6171.  
  6172.    transition: all 1s;
  6173.  
  6174.    opacity: 0;
  6175.  
  6176.    border-radius: 1rem;
  6177.  
  6178. }
  6179.  
  6180. .icon-button {
  6181.  
  6182.    position: relative;
  6183.  
  6184.    display: inline-flex;
  6185.  
  6186.    border: 0;
  6187.  
  6188.    padding: 0;
  6189.  
  6190.    margin: 0;
  6191.  
  6192.    outline: none;
  6193.  
  6194.    background: #fff;
  6195.  
  6196.    border-radius: 50%;
  6197.  
  6198.    cursor: pointer;
  6199.  
  6200.    overflow: hidden;
  6201.  
  6202.    text-decoration: none;
  6203.  
  6204.    box-sizing: border-box;
  6205.  
  6206.    flex-shrink: 0;
  6207.  
  6208. }
  6209.  
  6210. .flex-center,
  6211.  
  6212. .icon-button {
  6213.  
  6214.    align-items: center;
  6215.  
  6216.    justify-content: center;
  6217.  
  6218. }
  6219.  
  6220. .flex-center {
  6221.  
  6222.    display: flex;
  6223.  
  6224. }
  6225.  
  6226. .grecaptcha-badge {
  6227.  
  6228.    visibility: hidden;
  6229.  
  6230. }
  6231.  
  6232. ::-webkit-scrollbar {
  6233.  
  6234.    width: 8px;
  6235.  
  6236.    height: 2px;
  6237.  
  6238.    background-color: transparent;
  6239.  
  6240. }
  6241.  
  6242. ::-webkit-scrollbar-track {
  6243.  
  6244.    display: none;
  6245.  
  6246. }
  6247.  
  6248. ::-webkit-scrollbar-thumb {
  6249.  
  6250.    background-color: #c4c4c4;
  6251.  
  6252.    border-radius: 0.75rem;
  6253.  
  6254. }
  6255.  
  6256. @keyframes fadeInTop {
  6257.  
  6258.    0% {
  6259.  
  6260.        opacity: 0;
  6261.  
  6262.        transform: translateY(-50px);
  6263.  
  6264.    }
  6265.  
  6266.    to {
  6267.  
  6268.        opacity: 1;
  6269.  
  6270.        transform: translateY(0);
  6271.  
  6272.    }
  6273.  
  6274. }
  6275.  
  6276. .shadow-navbar {
  6277.  
  6278.    box-shadow: 0 100px 80px hsla(0, 0%, 89%, 0.07), 0 41.7776px 33.4221px hsla(0, 0%, 89%, 0.05), 0 22.3363px 17.869px hsla(0, 0%, 89%, 0.04), 0 12.5216px 10.0172px hsla(0, 0%, 89%, 0.04), 0 6.6501px 5.32008px hsla(0, 0%, 89%, 0.03),
  6279.  
  6280.        0 2.76726px 2.21381px hsla(0, 0%, 89%, 0.02);
  6281.  
  6282. }
  6283.  
  6284. .fade-in-top {
  6285.  
  6286.    animation: fadeInTop 0.4s ease-in-out both;
  6287.  
  6288. }
  6289.  
  6290. #home-cover {
  6291.  
  6292.    position: relative;
  6293.  
  6294.    overflow: hidden;
  6295.  
  6296. }
  6297.  
  6298. #home-cover > .banner-hero {
  6299.  
  6300.    max-width: 1200px;
  6301.  
  6302.    margin: 0 auto;
  6303.  
  6304.    padding: 2em 1em;
  6305.  
  6306.    flex: auto;
  6307.  
  6308.    box-sizing: border-box;
  6309.  
  6310. }
  6311.  
  6312.  
  6313.  
  6314. .shadow-social-media {
  6315.  
  6316.    box-shadow: 0 0 20px hsla(0, 0%, 45%, 0.22);
  6317.  
  6318. }
  6319.  
  6320. select {
  6321.  
  6322.    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  6323.  
  6324.    background-position: right 0.5rem center;
  6325.  
  6326.    background-repeat: no-repeat;
  6327.  
  6328.    background-size: 1.5em 1.5em;
  6329.  
  6330.    padding-right: 2.5rem;
  6331.  
  6332.    -webkit-print-color-adjust: exact;
  6333.  
  6334.    print-color-adjust: exact;
  6335.  
  6336. }
  6337.  
  6338. .placeholder\:text-slate-400::-moz-placeholder {
  6339.  
  6340.    --tw-text-opacity: 1;
  6341.  
  6342.    color: rgb(148 163 184 / var(--tw-text-opacity));
  6343.  
  6344. }
  6345.  
  6346. .placeholder\:text-slate-400::placeholder {
  6347.  
  6348.    --tw-text-opacity: 1;
  6349.  
  6350.    color: rgb(148 163 184 / var(--tw-text-opacity));
  6351.  
  6352. }
  6353.  
  6354. .focus-within\:z-10:focus-within {
  6355.  
  6356.    z-index: 10;
  6357.  
  6358. }
  6359.  
  6360. .focus-within\:text-slate-900:focus-within {
  6361.  
  6362.    --tw-text-opacity: 1;
  6363.  
  6364.    color: rgb(15 23 42 / var(--tw-text-opacity));
  6365.  
  6366. }
  6367.  
  6368. .focus-within\:text-white:focus-within {
  6369.  
  6370.    --tw-text-opacity: 1;
  6371.  
  6372.    color: rgb(255 255 255 / var(--tw-text-opacity));
  6373.  
  6374. }
  6375.  
  6376. .hover\:scale-105:hover {
  6377.  
  6378.    --tw-scale-x: 1.05;
  6379.  
  6380.    --tw-scale-y: 1.05;
  6381.  
  6382. }
  6383.  
  6384. .hover\:scale-105:hover,
  6385.  
  6386. .hover\:scale-110:hover {
  6387.  
  6388.    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));
  6389.  
  6390. }
  6391.  
  6392. .hover\:scale-110:hover {
  6393.  
  6394.    --tw-scale-x: 1.1;
  6395.  
  6396.    --tw-scale-y: 1.1;
  6397.  
  6398. }
  6399.  
  6400. .hover\:cursor-not-allowed:hover {
  6401.  
  6402.    cursor: not-allowed;
  6403.  
  6404. }
  6405.  
  6406. .hover\:cursor-pointer:hover {
  6407.  
  6408.    cursor: pointer;
  6409.  
  6410. }
  6411.  
  6412. .hover\:border-white:hover {
  6413.  
  6414.    --tw-border-opacity: 1;
  6415.  
  6416.    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  6417.  
  6418. }
  6419.  
  6420. .hover\:bg-btnPurple:hover {
  6421.  
  6422.    --tw-bg-opacity: 1;
  6423.  
  6424.    background-color: rgb(112 127 235 / var(--tw-bg-opacity));
  6425.  
  6426. }
  6427.  
  6428. .hover\:bg-btnPurple\/30:hover {
  6429.  
  6430.    background-color: rgba(112, 127, 235, 0.3);
  6431.  
  6432. }
  6433.  
  6434. .hover\:bg-gray-50:hover {
  6435.  
  6436.    --tw-bg-opacity: 1;
  6437.  
  6438.    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  6439.  
  6440. }
  6441.  
  6442. .hover\:bg-orange-500:hover {
  6443.  
  6444.    --tw-bg-opacity: 1;
  6445.  
  6446.    background-color: rgb(249 115 22 / var(--tw-bg-opacity));
  6447.  
  6448. }
  6449.  
  6450. .hover\:bg-slate-50\/5:hover {
  6451.  
  6452.    background-color: rgba(248, 250, 252, 0.05);
  6453.  
  6454. }
  6455.  
  6456. .hover\:bg-opacity-30:hover {
  6457.  
  6458.    --tw-bg-opacity: 0.3;
  6459.  
  6460. }
  6461.  
  6462. .hover\:text-white:hover {
  6463.  
  6464.    --tw-text-opacity: 1;
  6465.  
  6466.    color: rgb(255 255 255 / var(--tw-text-opacity));
  6467.  
  6468. }
  6469.  
  6470. .hover\:underline:hover {
  6471.  
  6472.    text-decoration-line: underline;
  6473.  
  6474. }
  6475.  
  6476. .hover\:opacity-80:hover {
  6477.  
  6478.    opacity: 0.8;
  6479.  
  6480. }
  6481.  
  6482. .hover\:shadow-lg:hover {
  6483.  
  6484.    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  6485.  
  6486.    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  6487.  
  6488. }
  6489.  
  6490. .hover\:shadow-lg:hover,
  6491.  
  6492. .hover\:shadow-sm:hover {
  6493.  
  6494.    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  6495.  
  6496. }
  6497.  
  6498. .hover\:shadow-sm:hover {
  6499.  
  6500.    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  6501.  
  6502.    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  6503.  
  6504. }
  6505.  
  6506. .focus\:z-20:focus {
  6507.  
  6508.    z-index: 20;
  6509.  
  6510. }
  6511.  
  6512. .focus\:border-none:focus {
  6513.  
  6514.    border-style: none;
  6515.  
  6516. }
  6517.  
  6518. .focus\:border-\[\#2D2EAD\]:focus {
  6519.  
  6520.    --tw-border-opacity: 1;
  6521.  
  6522.    border-color: rgb(45 46 173 / var(--tw-border-opacity));
  6523.  
  6524. }
  6525.  
  6526. .focus\:border-\[\#707feb\]:focus {
  6527.  
  6528.    --tw-border-opacity: 1;
  6529.  
  6530.    border-color: rgb(112 127 235 / var(--tw-border-opacity));
  6531.  
  6532. }
  6533.  
  6534. .focus\:border-indigo-700:focus {
  6535.  
  6536.    --tw-border-opacity: 1;
  6537.  
  6538.    border-color: rgb(67 56 202 / var(--tw-border-opacity));
  6539.  
  6540. }
  6541.  
  6542. .focus\:outline-none:focus {
  6543.  
  6544.    outline: 2px solid transparent;
  6545.  
  6546.    outline-offset: 2px;
  6547.  
  6548. }
  6549.  
  6550. .focus\:ring:focus {
  6551.  
  6552.    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  6553.  
  6554.    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  6555.  
  6556. }
  6557.  
  6558. .focus\:ring-2:focus,
  6559.  
  6560. .focus\:ring:focus {
  6561.  
  6562.    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  6563.  
  6564. }
  6565.  
  6566. .focus\:ring-2:focus {
  6567.  
  6568.    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  6569.  
  6570.    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  6571.  
  6572. }
  6573.  
  6574. .focus\:ring-\[\#2D2EAD\]:focus {
  6575.  
  6576.    --tw-ring-opacity: 1;
  6577.  
  6578.    --tw-ring-color: rgb(45 46 173 / var(--tw-ring-opacity));
  6579.  
  6580. }
  6581.  
  6582. .focus\:ring-indigo-500:focus {
  6583.  
  6584.    --tw-ring-opacity: 1;
  6585.  
  6586.    --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
  6587.  
  6588. }
  6589.  
  6590. .focus\:ring-white:focus {
  6591.  
  6592.    --tw-ring-opacity: 1;
  6593.  
  6594.    --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
  6595.  
  6596. }
  6597.  
  6598. .focus\:ring-offset-2:focus {
  6599.  
  6600.    --tw-ring-offset-width: 2px;
  6601.  
  6602. }
  6603.  
  6604. .focus\:duration-300:focus {
  6605.  
  6606.    transition-duration: 0.3s;
  6607.  
  6608. }
  6609.  
  6610. .focus-visible\:ring-2:focus-visible {
  6611.  
  6612.    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  6613.  
  6614.    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  6615.  
  6616.    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  6617.  
  6618. }
  6619.  
  6620. .focus-visible\:ring-white:focus-visible {
  6621.  
  6622.    --tw-ring-opacity: 1;
  6623.  
  6624.    --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
  6625.  
  6626. }
  6627.  
  6628. .focus-visible\:ring-opacity-75:focus-visible {
  6629.  
  6630.    --tw-ring-opacity: 0.75;
  6631.  
  6632. }
  6633.  
  6634. .disabled\:cursor-not-allowed:disabled {
  6635.  
  6636.    cursor: not-allowed;
  6637.  
  6638. }
  6639.  
  6640. .group:hover .group-hover\:text-btnPurple {
  6641.  
  6642.    --tw-text-opacity: 1;
  6643.  
  6644.    color: rgb(112 127 235 / var(--tw-text-opacity));
  6645.  
  6646. }
  6647.  
  6648. .group:hover .group-hover\:text-btnPurple\/50 {
  6649.  
  6650.    color: rgba(112, 127, 235, 0.5);
  6651.  
  6652. }
  6653.  
  6654. .group:hover .group-hover\:text-gray-500 {
  6655.  
  6656.    --tw-text-opacity: 1;
  6657.  
  6658.    color: rgb(107 114 128 / var(--tw-text-opacity));
  6659.  
  6660. }
  6661.  
  6662. .peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:translate-y-0 {
  6663.  
  6664.    --tw-translate-y: 0px;
  6665.  
  6666.    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));
  6667.  
  6668. }
  6669.  
  6670. .peer:placeholder-shown ~ .peer-placeholder-shown\:translate-y-0 {
  6671.  
  6672.    --tw-translate-y: 0px;
  6673.  
  6674.    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));
  6675.  
  6676. }
  6677.  
  6678. .peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:scale-100 {
  6679.  
  6680.    --tw-scale-x: 1;
  6681.  
  6682.    --tw-scale-y: 1;
  6683.  
  6684.    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));
  6685.  
  6686. }
  6687.  
  6688. .peer:placeholder-shown ~ .peer-placeholder-shown\:scale-100 {
  6689.  
  6690.    --tw-scale-x: 1;
  6691.  
  6692.    --tw-scale-y: 1;
  6693.  
  6694.    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));
  6695.  
  6696. }
  6697.  
  6698. .peer:focus ~ .peer-focus\:-translate-y-3 {
  6699.  
  6700.    --tw-translate-y: -0.75rem;
  6701.  
  6702. }
  6703.  
  6704. .peer:focus ~ .peer-focus\:-translate-y-3,
  6705.  
  6706. .peer:focus ~ .peer-focus\:scale-75 {
  6707.  
  6708.    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));
  6709.  
  6710. }
  6711.  
  6712. .peer:focus ~ .peer-focus\:scale-75 {
  6713.  
  6714.    --tw-scale-x: 0.75;
  6715.  
  6716.    --tw-scale-y: 0.75;
  6717.  
  6718. }
  6719.  
  6720. @media (prefers-color-scheme: dark) {
  6721.  
  6722.    .dark\:border-gray-700 {
  6723.  
  6724.        --tw-border-opacity: 1;
  6725.  
  6726.        border-color: rgb(55 65 81 / var(--tw-border-opacity));
  6727.  
  6728.    }
  6729.  
  6730.    .dark\:bg-blue-200 {
  6731.  
  6732.        --tw-bg-opacity: 1;
  6733.  
  6734.        background-color: rgb(191 219 254 / var(--tw-bg-opacity));
  6735.  
  6736.    }
  6737.  
  6738.    .dark\:bg-orange-200 {
  6739.  
  6740.        --tw-bg-opacity: 1;
  6741.  
  6742.        background-color: rgb(254 215 170 / var(--tw-bg-opacity));
  6743.  
  6744.    }
  6745.  
  6746.    .dark\:text-blue-800 {
  6747.  
  6748.        --tw-text-opacity: 1;
  6749.  
  6750.        color: rgb(30 64 175 / var(--tw-text-opacity));
  6751.  
  6752.    }
  6753.  
  6754.    .dark\:text-gray-600 {
  6755.  
  6756.        --tw-text-opacity: 1;
  6757.  
  6758.        color: rgb(75 85 99 / var(--tw-text-opacity));
  6759.  
  6760.    }
  6761.  
  6762.    .dark\:text-orange-800 {
  6763.  
  6764.        --tw-text-opacity: 1;
  6765.  
  6766.        color: rgb(154 52 18 / var(--tw-text-opacity));
  6767.  
  6768.    }
  6769.  
  6770. }
  6771.  
  6772. @media (max-width: 640px) {
  6773.  
  6774.    .sm\:static {
  6775.  
  6776.        position: static;
  6777.  
  6778.    }
  6779.  
  6780.    .sm\:inset-auto {
  6781.  
  6782.        top: auto;
  6783.  
  6784.        right: auto;
  6785.  
  6786.        bottom: auto;
  6787.  
  6788.        left: auto;
  6789.  
  6790.    }
  6791.  
  6792.    .sm\:col-span-2 {
  6793.  
  6794.        grid-column: span 2 / span 2;
  6795.  
  6796.    }
  6797.  
  6798.    .sm\:mx-16 {
  6799.  
  6800.        margin-left: 4rem;
  6801.  
  6802.        margin-right: 4rem;
  6803.  
  6804.    }
  6805.  
  6806.    .sm\:my-16 {
  6807.  
  6808.        margin-top: 4rem;
  6809.  
  6810.        margin-bottom: 4rem;
  6811.  
  6812.    }
  6813.  
  6814.    .sm\:my-8 {
  6815.  
  6816.        margin-top: 2rem;
  6817.  
  6818.        margin-bottom: 2rem;
  6819.  
  6820.    }
  6821.  
  6822.    .sm\:-mr-10 {
  6823.  
  6824.        margin-right: -2.5rem;
  6825.  
  6826.    }
  6827.  
  6828.    .sm\:ml-3 {
  6829.  
  6830.        margin-left: 0.75rem;
  6831.  
  6832.    }
  6833.  
  6834.    .sm\:ml-4 {
  6835.  
  6836.        margin-left: 1rem;
  6837.  
  6838.    }
  6839.  
  6840.    .sm\:ml-6 {
  6841.  
  6842.        margin-left: 1.5rem;
  6843.  
  6844.    }
  6845.  
  6846.    .sm\:mt-0 {
  6847.  
  6848.        margin-top: 0;
  6849.  
  6850.    }
  6851.  
  6852.    .sm\:mt-2 {
  6853.  
  6854.        margin-top: 0.5rem;
  6855.  
  6856.    }
  6857.  
  6858.    .sm\:mt-4 {
  6859.  
  6860.        margin-top: 1rem;
  6861.  
  6862.    }
  6863.  
  6864.    .sm\:mt-6 {
  6865.  
  6866.        margin-top: 1.5rem;
  6867.  
  6868.    }
  6869.  
  6870.    .sm\:block {
  6871.  
  6872.        display: block;
  6873.  
  6874.    }
  6875.  
  6876.    .sm\:flex {
  6877.  
  6878.        display: flex;
  6879.  
  6880.    }
  6881.  
  6882.    .sm\:grid {
  6883.  
  6884.        display: grid;
  6885.  
  6886.    }
  6887.  
  6888.    .sm\:hidden {
  6889.  
  6890.        display: none;
  6891.  
  6892.    }
  6893.  
  6894.    .sm\:h-\[14\.4rem\] {
  6895.  
  6896.        height: 14.4rem;
  6897.  
  6898.    }
  6899.  
  6900.    .sm\:max-h-\[11\.5rem\] {
  6901.  
  6902.        max-height: 11.5rem;
  6903.  
  6904.    }
  6905.  
  6906.    .sm\:w-auto {
  6907.  
  6908.        width: auto;
  6909.  
  6910.    }
  6911.  
  6912.    .sm\:w-full {
  6913.  
  6914.        width: 100%;
  6915.  
  6916.    }
  6917.  
  6918.    .sm\:max-w-lg {
  6919.  
  6920.        max-width: 32rem;
  6921.  
  6922.    }
  6923.  
  6924.    .sm\:scale-100 {
  6925.  
  6926.        --tw-scale-x: 1;
  6927.  
  6928.        --tw-scale-y: 1;
  6929.  
  6930.        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));
  6931.  
  6932.    }
  6933.  
  6934.    .sm\:grid-cols-2 {
  6935.  
  6936.        grid-template-columns: repeat(2, minmax(0, 1fr));
  6937.  
  6938.    }
  6939.  
  6940.    .sm\:grid-cols-3 {
  6941.  
  6942.        grid-template-columns: repeat(3, minmax(0, 1fr));
  6943.  
  6944.    }
  6945.  
  6946.    .sm\:grid-cols-4 {
  6947.  
  6948.        grid-template-columns: repeat(4, minmax(0, 1fr));
  6949.  
  6950.    }
  6951.  
  6952.    .sm\:flex-row-reverse {
  6953.  
  6954.        flex-direction: row-reverse;
  6955.  
  6956.    }
  6957.  
  6958.    .sm\:items-start {
  6959.  
  6960.        align-items: flex-start;
  6961.  
  6962.    }
  6963.  
  6964.    .sm\:items-end {
  6965.  
  6966.        align-items: flex-end;
  6967.  
  6968.    }
  6969.  
  6970.    .sm\:items-center {
  6971.  
  6972.        align-items: center;
  6973.  
  6974.    }
  6975.  
  6976.    .sm\:justify-start {
  6977.  
  6978.        justify-content: flex-start;
  6979.  
  6980.    }
  6981.  
  6982.    .sm\:justify-between {
  6983.  
  6984.        justify-content: space-between;
  6985.  
  6986.    }
  6987.  
  6988.    .sm\:gap-3 {
  6989.  
  6990.        gap: 0.75rem;
  6991.  
  6992.    }
  6993.  
  6994.    .sm\:gap-4 {
  6995.  
  6996.        gap: 1rem;
  6997.  
  6998.    }
  6999.  
  7000.    .sm\:gap-x-0 {
  7001.  
  7002.        -moz-column-gap: 0;
  7003.  
  7004.        column-gap: 0;
  7005.  
  7006.    }
  7007.  
  7008.    .sm\:rounded-lg {
  7009.  
  7010.        border-radius: 0.5rem;
  7011.  
  7012.    }
  7013.  
  7014.    .sm\:rounded-md {
  7015.  
  7016.        border-radius: 0.375rem;
  7017.  
  7018.    }
  7019.  
  7020.    .sm\:p-0 {
  7021.  
  7022.        padding: 0;
  7023.  
  7024.    }
  7025.  
  7026.    .sm\:p-6 {
  7027.  
  7028.        padding: 1.5rem;
  7029.  
  7030.    }
  7031.  
  7032.    .sm\:px-16 {
  7033.  
  7034.        padding-left: 4rem;
  7035.  
  7036.        padding-right: 4rem;
  7037.  
  7038.    }
  7039.  
  7040.    .sm\:px-6 {
  7041.  
  7042.        padding-left: 1.5rem;
  7043.  
  7044.        padding-right: 1.5rem;
  7045.  
  7046.    }
  7047.  
  7048.    .sm\:py-12 {
  7049.  
  7050.        padding-top: 3rem;
  7051.  
  7052.        padding-bottom: 3rem;
  7053.  
  7054.    }
  7055.  
  7056.    .sm\:py-16 {
  7057.  
  7058.        padding-top: 4rem;
  7059.  
  7060.        padding-bottom: 4rem;
  7061.  
  7062.    }
  7063.  
  7064.    .sm\:py-2 {
  7065.  
  7066.        padding-top: 0.5rem;
  7067.  
  7068.        padding-bottom: 0.5rem;
  7069.  
  7070.    }
  7071.  
  7072.    .sm\:py-24 {
  7073.  
  7074.        padding-top: 6rem;
  7075.  
  7076.        padding-bottom: 6rem;
  7077.  
  7078.    }
  7079.  
  7080.    .sm\:py-32 {
  7081.  
  7082.        padding-top: 8rem;
  7083.  
  7084.        padding-bottom: 8rem;
  7085.  
  7086.    }
  7087.  
  7088.    .sm\:py-4 {
  7089.  
  7090.        padding-top: 1rem;
  7091.  
  7092.        padding-bottom: 1rem;
  7093.  
  7094.    }
  7095.  
  7096.    .sm\:pb-\[0\.5rem\] {
  7097.  
  7098.        padding-bottom: 0.5rem;
  7099.  
  7100.    }
  7101.  
  7102.    .sm\:pl-4 {
  7103.  
  7104.        padding-left: 1rem;
  7105.  
  7106.    }
  7107.  
  7108.    .sm\:pr-0 {
  7109.  
  7110.        padding-right: 0;
  7111.  
  7112.    }
  7113.  
  7114.    .sm\:text-left {
  7115.  
  7116.        text-align: left;
  7117.  
  7118.    }
  7119.  
  7120.    .sm\:text-2xl {
  7121.  
  7122.        font-size: 1.5rem;
  7123.  
  7124.        line-height: 2rem;
  7125.  
  7126.    }
  7127.  
  7128.    .sm\:text-sm {
  7129.  
  7130.        font-size: 0.875rem;
  7131.  
  7132.        line-height: 1.25rem;
  7133.  
  7134.    }
  7135.  
  7136.    .sm\:text-xl {
  7137.  
  7138.        font-size: 1.25rem;
  7139.  
  7140.        line-height: 1.75rem;
  7141.  
  7142.    }
  7143.  
  7144. }
  7145.  
  7146. @media (min-width: 768px) {
  7147.  
  7148.    .md\:static {
  7149.  
  7150.        position: static;
  7151.  
  7152.    }
  7153.  
  7154.    .md\:inset-y-0 {
  7155.  
  7156.        top: 0;
  7157.  
  7158.        bottom: 0;
  7159.  
  7160.    }
  7161.  
  7162.    .md\:left-0 {
  7163.  
  7164.        left: 0;
  7165.  
  7166.    }
  7167.  
  7168.    .md\:col-span-11 {
  7169.  
  7170.        grid-column: span 11 / span 11;
  7171.  
  7172.    }
  7173.  
  7174.    .md\:col-span-6 {
  7175.  
  7176.        grid-column: span 6 / span 6;
  7177.  
  7178.    }
  7179.  
  7180.    .md\:col-span-7 {
  7181.  
  7182.        grid-column: span 7 / span 7;
  7183.  
  7184.    }
  7185.  
  7186.    .md\:my-12 {
  7187.  
  7188.        margin-top: 3rem;
  7189.  
  7190.        margin-bottom: 3rem;
  7191.  
  7192.    }
  7193.  
  7194.    .md\:-mt-2 {
  7195.  
  7196.        margin-top: -0.5rem;
  7197.  
  7198.    }
  7199.  
  7200.    .md\:mb-12 {
  7201.  
  7202.        margin-bottom: 3rem;
  7203.  
  7204.    }
  7205.  
  7206.    .md\:mb-2 {
  7207.  
  7208.        margin-bottom: 0.5rem;
  7209.  
  7210.    }
  7211.  
  7212.    .md\:mt-1 {
  7213.  
  7214.        margin-top: 0.25rem;
  7215.  
  7216.    }
  7217.  
  7218.    .md\:mt-10 {
  7219.  
  7220.        margin-top: 2.5rem;
  7221.  
  7222.    }
  7223.  
  7224.    .md\:mt-16 {
  7225.  
  7226.        margin-top: 4rem;
  7227.  
  7228.    }
  7229.  
  7230.    .md\:mt-3 {
  7231.  
  7232.        margin-top: 0.75rem;
  7233.  
  7234.    }
  7235.  
  7236.    .md\:mt-6 {
  7237.  
  7238.        margin-top: 1.5rem;
  7239.  
  7240.    }
  7241.  
  7242.    .md\:block {
  7243.  
  7244.        display: block;
  7245.  
  7246.    }
  7247.  
  7248.    .md\:flex {
  7249.  
  7250.        display: flex;
  7251.  
  7252.    }
  7253.  
  7254.    .md\:inline-flex {
  7255.  
  7256.        display: inline-flex;
  7257.  
  7258.    }
  7259.  
  7260.    .md\:hidden {
  7261.  
  7262.        display: none;
  7263.  
  7264.    }
  7265.  
  7266.    .md\:h-16 {
  7267.  
  7268.        height: 4rem;
  7269.  
  7270.    }
  7271.  
  7272.    .md\:h-32 {
  7273.  
  7274.        height: 8rem;
  7275.  
  7276.    }
  7277.  
  7278.    .md\:h-\[110px\] {
  7279.  
  7280.        height: 110px;
  7281.  
  7282.    }
  7283.  
  7284.    .md\:h-\[480px\] {
  7285.  
  7286.        height: 480px;
  7287.  
  7288.    }
  7289.  
  7290.    .md\:max-h-\[11\.5rem\] {
  7291.  
  7292.        max-height: 11.5rem;
  7293.  
  7294.    }
  7295.  
  7296.    .md\:w-1\/2 {
  7297.  
  7298.        width: 50%;
  7299.  
  7300.    }
  7301.  
  7302.    .md\:w-16 {
  7303.  
  7304.        width: 4rem;
  7305.  
  7306.    }
  7307.  
  7308.    .md\:w-28 {
  7309.  
  7310.        width: 7rem;
  7311.  
  7312.    }
  7313.  
  7314.    .md\:w-32 {
  7315.  
  7316.        width: 8rem;
  7317.  
  7318.    }
  7319.  
  7320.    .md\:w-56 {
  7321.  
  7322.        width: 14rem;
  7323.  
  7324.    }
  7325.  
  7326.    .md\:w-64 {
  7327.  
  7328.        width: 16rem;
  7329.  
  7330.    }
  7331.  
  7332.    .md\:w-72 {
  7333.  
  7334.        width: 18rem;
  7335.  
  7336.    }
  7337.  
  7338.    .md\:w-\[270px\] {
  7339.  
  7340.        width: 270px;
  7341.  
  7342.    }
  7343.  
  7344.    .md\:w-\[75\%\] {
  7345.  
  7346.        width: 75%;
  7347.  
  7348.    }
  7349.  
  7350.    .md\:max-w-\[18rem\] {
  7351.  
  7352.        max-width: 18rem;
  7353.  
  7354.    }
  7355.  
  7356.    .md\:max-w-\[3\.3rem\] {
  7357.  
  7358.        max-width: 3.3rem;
  7359.  
  7360.    }
  7361.  
  7362.    .md\:grid-cols-2 {
  7363.  
  7364.        grid-template-columns: repeat(2, minmax(0, 1fr));
  7365.  
  7366.    }
  7367.  
  7368.    .md\:grid-cols-3 {
  7369.  
  7370.        grid-template-columns: repeat(3, minmax(0, 1fr));
  7371.  
  7372.    }
  7373.  
  7374.    .md\:grid-cols-5 {
  7375.  
  7376.        grid-template-columns: repeat(5, minmax(0, 1fr));
  7377.  
  7378.    }
  7379.  
  7380.    .md\:flex-row {
  7381.  
  7382.        flex-direction: row;
  7383.  
  7384.    }
  7385.  
  7386.    .md\:flex-col {
  7387.  
  7388.        flex-direction: column;
  7389.  
  7390.    }
  7391.  
  7392.    .md\:items-start {
  7393.  
  7394.        align-items: flex-start;
  7395.  
  7396.    }
  7397.  
  7398.    .md\:items-center {
  7399.  
  7400.        align-items: center;
  7401.  
  7402.    }
  7403.  
  7404.    .md\:justify-center {
  7405.  
  7406.        justify-content: center;
  7407.  
  7408.    }
  7409.  
  7410.    .md\:justify-between {
  7411.  
  7412.        justify-content: space-between;
  7413.  
  7414.    }
  7415.  
  7416.    .md\:gap-0 {
  7417.  
  7418.        gap: 0;
  7419.  
  7420.    }
  7421.  
  7422.    .md\:gap-16 {
  7423.  
  7424.        gap: 4rem;
  7425.  
  7426.    }
  7427.  
  7428.    .md\:gap-2 {
  7429.  
  7430.        gap: 0.5rem;
  7431.  
  7432.    }
  7433.  
  7434.    .md\:gap-3 {
  7435.  
  7436.        gap: 0.75rem;
  7437.  
  7438.    }
  7439.  
  7440.    .md\:gap-8 {
  7441.  
  7442.        gap: 2rem;
  7443.  
  7444.    }
  7445.  
  7446.    .md\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
  7447.  
  7448.        --tw-space-x-reverse: 0;
  7449.  
  7450.        margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  7451.  
  7452.        margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  7453.  
  7454.    }
  7455.  
  7456.    .md\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
  7457.  
  7458.        --tw-space-x-reverse: 0;
  7459.  
  7460.        margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  7461.  
  7462.        margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  7463.  
  7464.    }
  7465.  
  7466.    .md\:rounded-none {
  7467.  
  7468.        border-radius: 0;
  7469.  
  7470.    }
  7471.  
  7472.    .md\:rounded-l-full {
  7473.  
  7474.        border-top-left-radius: 9999px;
  7475.  
  7476.        border-bottom-left-radius: 9999px;
  7477.  
  7478.    }
  7479.  
  7480.    .md\:border-b-0 {
  7481.  
  7482.        border-bottom-width: 0;
  7483.  
  7484.    }
  7485.  
  7486.    .md\:border-r {
  7487.  
  7488.        border-right-width: 1px;
  7489.  
  7490.    }
  7491.  
  7492.    .md\:px-12 {
  7493.  
  7494.        padding-left: 3rem;
  7495.  
  7496.        padding-right: 3rem;
  7497.  
  7498.    }
  7499.  
  7500.    .md\:px-14 {
  7501.  
  7502.        padding-left: 3.5rem;
  7503.  
  7504.        padding-right: 3.5rem;
  7505.  
  7506.    }
  7507.  
  7508.    .md\:px-4 {
  7509.  
  7510.        padding-left: 1rem;
  7511.  
  7512.        padding-right: 1rem;
  7513.  
  7514.    }
  7515.  
  7516.    .md\:px-6 {
  7517.  
  7518.        padding-left: 1.5rem;
  7519.  
  7520.        padding-right: 1.5rem;
  7521.  
  7522.    }
  7523.  
  7524.    .md\:px-8 {
  7525.  
  7526.        padding-left: 2rem;
  7527.  
  7528.        padding-right: 2rem;
  7529.  
  7530.    }
  7531.  
  7532.    .md\:py-5 {
  7533.  
  7534.        padding-top: 1.25rem;
  7535.  
  7536.        padding-bottom: 1.25rem;
  7537.  
  7538.    }
  7539.  
  7540.    .md\:py-8 {
  7541.  
  7542.        padding-top: 2rem;
  7543.  
  7544.        padding-bottom: 2rem;
  7545.  
  7546.    }
  7547.  
  7548.    .md\:pb-\[1rem\] {
  7549.  
  7550.        padding-bottom: 1rem;
  7551.  
  7552.    }
  7553.  
  7554.    .md\:pl-12 {
  7555.  
  7556.        padding-left: 3rem;
  7557.  
  7558.    }
  7559.  
  7560.    .md\:pt-16 {
  7561.  
  7562.        padding-top: 4rem;
  7563.  
  7564.    }
  7565.  
  7566.    .md\:pt-8 {
  7567.  
  7568.        padding-top: 2rem;
  7569.  
  7570.    }
  7571.  
  7572.    .md\:text-start {
  7573.  
  7574.        text-align: start;
  7575.  
  7576.    }
  7577.  
  7578.    .md\:text-2xl {
  7579.  
  7580.        font-size: 1.5rem;
  7581.  
  7582.        line-height: 2rem;
  7583.  
  7584.    }
  7585.  
  7586.    .md\:text-\[14px\] {
  7587.  
  7588.        font-size: 14px;
  7589.  
  7590.    }
  7591.  
  7592.    .md\:text-\[15px\] {
  7593.  
  7594.        font-size: 15px;
  7595.  
  7596.    }
  7597.  
  7598.    .md\:text-\[20px\] {
  7599.  
  7600.        font-size: 20px;
  7601.  
  7602.    }
  7603.  
  7604.    .md\:text-\[28px\] {
  7605.  
  7606.        font-size: 28px;
  7607.  
  7608.    }
  7609.  
  7610.    .md\:text-base {
  7611.  
  7612.        font-size: 1rem;
  7613.  
  7614.        line-height: 1.5rem;
  7615.  
  7616.    }
  7617.  
  7618.    .md\:text-xl {
  7619.  
  7620.        font-size: 1.25rem;
  7621.  
  7622.        line-height: 1.75rem;
  7623.  
  7624.    }
  7625.  
  7626. }
  7627.  
  7628. @media (min-width: 1024px) {
  7629.  
  7630.    .lg\:static {
  7631.  
  7632.        position: static;
  7633.  
  7634.    }
  7635.  
  7636.    .lg\:col-span-12 {
  7637.  
  7638.        grid-column: span 12 / span 12;
  7639.  
  7640.    }
  7641.  
  7642.    .lg\:col-span-3 {
  7643.  
  7644.        grid-column: span 3 / span 3;
  7645.  
  7646.    }
  7647.  
  7648.    .lg\:col-span-4 {
  7649.  
  7650.        grid-column: span 4 / span 4;
  7651.  
  7652.    }
  7653.  
  7654.    .lg\:col-span-6 {
  7655.  
  7656.        grid-column: span 6 / span 6;
  7657.  
  7658.    }
  7659.  
  7660.    .lg\:col-span-7 {
  7661.  
  7662.        grid-column: span 7 / span 7;
  7663.  
  7664.    }
  7665.  
  7666.    .lg\:col-span-8 {
  7667.  
  7668.        grid-column: span 8 / span 8;
  7669.  
  7670.    }
  7671.  
  7672.    .lg\:col-span-9 {
  7673.  
  7674.        grid-column: span 9 / span 9;
  7675.  
  7676.    }
  7677.  
  7678.    .lg\:mb-12 {
  7679.  
  7680.        margin-bottom: 3rem;
  7681.  
  7682.    }
  7683.  
  7684.    .lg\:mt-0 {
  7685.  
  7686.        margin-top: 0;
  7687.  
  7688.    }
  7689.  
  7690.    .lg\:mt-16 {
  7691.  
  7692.        margin-top: 4rem;
  7693.  
  7694.    }
  7695.  
  7696.    .lg\:mt-4 {
  7697.  
  7698.        margin-top: 1rem;
  7699.  
  7700.    }
  7701.  
  7702.    .lg\:block {
  7703.  
  7704.        display: block;
  7705.  
  7706.    }
  7707.  
  7708.    .lg\:flex {
  7709.  
  7710.        display: flex;
  7711.  
  7712.    }
  7713.  
  7714.    .lg\:grid {
  7715.  
  7716.        display: grid;
  7717.  
  7718.    }
  7719.  
  7720.    .lg\:hidden {
  7721.  
  7722.        display: none;
  7723.  
  7724.    }
  7725.  
  7726.    .lg\:h-10 {
  7727.  
  7728.        height: 2.5rem;
  7729.  
  7730.    }
  7731.  
  7732.    .lg\:h-14 {
  7733.  
  7734.        height: 3.5rem;
  7735.  
  7736.    }
  7737.  
  7738.    .lg\:h-60 {
  7739.  
  7740.        height: 15rem;
  7741.  
  7742.    }
  7743.  
  7744.    .lg\:h-\[14\.4rem\] {
  7745.  
  7746.        height: 14.4rem;
  7747.  
  7748.    }
  7749.  
  7750.    .lg\:h-\[170px\] {
  7751.  
  7752.        height: 170px;
  7753.  
  7754.    }
  7755.  
  7756.    .lg\:h-\[22\.5rem\] {
  7757.  
  7758.        height: 22.5rem;
  7759.  
  7760.    }
  7761.  
  7762.    .lg\:h-\[500px\] {
  7763.  
  7764.        height: 500px;
  7765.  
  7766.    }
  7767.  
  7768.    .lg\:max-h-\[14rem\] {
  7769.  
  7770.        max-height: 14rem;
  7771.  
  7772.    }
  7773.  
  7774.    .lg\:w-14 {
  7775.  
  7776.        width: 3.5rem;
  7777.  
  7778.    }
  7779.  
  7780.    .lg\:w-64 {
  7781.  
  7782.        width: 16rem;
  7783.  
  7784.    }
  7785.  
  7786.    .lg\:w-72 {
  7787.  
  7788.        width: 18rem;
  7789.  
  7790.    }
  7791.  
  7792.    .lg\:w-80 {
  7793.  
  7794.        width: 20rem;
  7795.  
  7796.    }
  7797.  
  7798.    .lg\:w-\[100\%\] {
  7799.  
  7800.        width: 100%;
  7801.  
  7802.    }
  7803.  
  7804.    .lg\:w-\[170px\] {
  7805.  
  7806.        width: 170px;
  7807.  
  7808.    }
  7809.  
  7810.    .lg\:w-\[300px\] {
  7811.  
  7812.        width: 300px;
  7813.  
  7814.    }
  7815.  
  7816.    .lg\:w-\[35\%\] {
  7817.  
  7818.        width: 35%;
  7819.  
  7820.    }
  7821.  
  7822.    .lg\:min-w-0 {
  7823.  
  7824.        min-width: 0;
  7825.  
  7826.    }
  7827.  
  7828.    .lg\:max-w-6xl {
  7829.  
  7830.        max-width: 72rem;
  7831.  
  7832.    }
  7833.  
  7834.    .lg\:max-w-\[20rem\] {
  7835.  
  7836.        max-width: 20rem;
  7837.  
  7838.    }
  7839.  
  7840.    .lg\:max-w-\[3\.5rem\] {
  7841.  
  7842.        max-width: 3.5rem;
  7843.  
  7844.    }
  7845.  
  7846.    .lg\:flex-1 {
  7847.  
  7848.        flex: 1 1 0%;
  7849.  
  7850.    }
  7851.  
  7852.    .lg\:grid-cols-2 {
  7853.  
  7854.        grid-template-columns: repeat(2, minmax(0, 1fr));
  7855.  
  7856.    }
  7857.  
  7858.    .lg\:grid-cols-3 {
  7859.  
  7860.        grid-template-columns: repeat(3, minmax(0, 1fr));
  7861.  
  7862.    }
  7863.  
  7864.    .lg\:grid-cols-4 {
  7865.  
  7866.        grid-template-columns: repeat(4, minmax(0, 1fr));
  7867.  
  7868.    }
  7869.  
  7870.    .lg\:grid-cols-6 {
  7871.  
  7872.        grid-template-columns: repeat(6, minmax(0, 1fr));
  7873.  
  7874.    }
  7875.  
  7876.    .lg\:flex-row {
  7877.  
  7878.        flex-direction: row;
  7879.  
  7880.    }
  7881.  
  7882.    .lg\:flex-col {
  7883.  
  7884.        flex-direction: column;
  7885.  
  7886.    }
  7887.  
  7888.    .lg\:content-between {
  7889.  
  7890.        align-content: space-between;
  7891.  
  7892.    }
  7893.  
  7894.    .lg\:items-start {
  7895.  
  7896.        align-items: flex-start;
  7897.  
  7898.    }
  7899.  
  7900.    .lg\:items-center {
  7901.  
  7902.        align-items: center;
  7903.  
  7904.    }
  7905.  
  7906.    .lg\:justify-between {
  7907.  
  7908.        justify-content: space-between;
  7909.  
  7910.    }
  7911.  
  7912.    .lg\:gap-0 {
  7913.  
  7914.        gap: 0;
  7915.  
  7916.    }
  7917.  
  7918.    .lg\:gap-10 {
  7919.  
  7920.        gap: 2.5rem;
  7921.  
  7922.    }
  7923.  
  7924.    .lg\:gap-2 {
  7925.  
  7926.        gap: 0.5rem;
  7927.  
  7928.    }
  7929.  
  7930.    .lg\:gap-20 {
  7931.  
  7932.        gap: 5rem;
  7933.  
  7934.    }
  7935.  
  7936.    .lg\:gap-4 {
  7937.  
  7938.        gap: 1rem;
  7939.  
  7940.    }
  7941.  
  7942.    .lg\:gap-6 {
  7943.  
  7944.        gap: 1.5rem;
  7945.  
  7946.    }
  7947.  
  7948.    .lg\:gap-x-16 {
  7949.  
  7950.        -moz-column-gap: 4rem;
  7951.  
  7952.        column-gap: 4rem;
  7953.  
  7954.    }
  7955.  
  7956.    .lg\:gap-x-4 {
  7957.  
  7958.        -moz-column-gap: 1rem;
  7959.  
  7960.        column-gap: 1rem;
  7961.  
  7962.    }
  7963.  
  7964.    .lg\:gap-x-\[58px\] {
  7965.  
  7966.        -moz-column-gap: 58px;
  7967.  
  7968.        column-gap: 58px;
  7969.  
  7970.    }
  7971.  
  7972.    .lg\:overflow-y-visible {
  7973.  
  7974.        overflow-y: visible;
  7975.  
  7976.    }
  7977.  
  7978.    .lg\:rounded-2xl {
  7979.  
  7980.        border-radius: 1rem;
  7981.  
  7982.    }
  7983.  
  7984.    .lg\:border-b-0 {
  7985.  
  7986.        border-bottom-width: 0;
  7987.  
  7988.    }
  7989.  
  7990.    .lg\:border-r {
  7991.  
  7992.        border-right-width: 1px;
  7993.  
  7994.    }
  7995.  
  7996.    .lg\:p-0 {
  7997.  
  7998.        padding: 0;
  7999.  
  8000.    }
  8001.  
  8002.    .lg\:px-0 {
  8003.  
  8004.        padding-left: 0;
  8005.  
  8006.        padding-right: 0;
  8007.  
  8008.    }
  8009.  
  8010.    .lg\:px-10 {
  8011.  
  8012.        padding-left: 2.5rem;
  8013.  
  8014.        padding-right: 2.5rem;
  8015.  
  8016.    }
  8017.  
  8018.    .lg\:px-11 {
  8019.  
  8020.        padding-left: 2.75rem;
  8021.  
  8022.        padding-right: 2.75rem;
  8023.  
  8024.    }
  8025.  
  8026.    .lg\:px-12 {
  8027.  
  8028.        padding-left: 3rem;
  8029.  
  8030.        padding-right: 3rem;
  8031.  
  8032.    }
  8033.  
  8034.    .lg\:px-14 {
  8035.  
  8036.        padding-left: 3.5rem;
  8037.  
  8038.        padding-right: 3.5rem;
  8039.  
  8040.    }
  8041.  
  8042.    .lg\:px-16 {
  8043.  
  8044.        padding-left: 4rem;
  8045.  
  8046.        padding-right: 4rem;
  8047.  
  8048.    }
  8049.  
  8050.    .lg\:px-20 {
  8051.  
  8052.        padding-left: 5rem;
  8053.  
  8054.        padding-right: 5rem;
  8055.  
  8056.    }
  8057.  
  8058.    .lg\:px-7 {
  8059.  
  8060.        padding-left: 1.75rem;
  8061.  
  8062.        padding-right: 1.75rem;
  8063.  
  8064.    }
  8065.  
  8066.    .lg\:px-8 {
  8067.  
  8068.        padding-left: 2rem;
  8069.  
  8070.        padding-right: 2rem;
  8071.  
  8072.    }
  8073.  
  8074.    .lg\:px-\[3\.2rem\] {
  8075.  
  8076.        padding-left: 3.2rem;
  8077.  
  8078.        padding-right: 3.2rem;
  8079.  
  8080.    }
  8081.  
  8082.    .lg\:py-24 {
  8083.  
  8084.        padding-top: 6rem;
  8085.  
  8086.        padding-bottom: 6rem;
  8087.  
  8088.    }
  8089.  
  8090.    .lg\:py-4 {
  8091.  
  8092.        padding-top: 1rem;
  8093.  
  8094.        padding-bottom: 1rem;
  8095.  
  8096.    }
  8097.  
  8098.    .lg\:py-8 {
  8099.  
  8100.        padding-top: 2rem;
  8101.  
  8102.        padding-bottom: 2rem;
  8103.  
  8104.    }
  8105.  
  8106.    .lg\:pb-\[3\.5rem\] {
  8107.  
  8108.        padding-bottom: 3.5rem;
  8109.  
  8110.    }
  8111.  
  8112.    .lg\:pr-2 {
  8113.  
  8114.        padding-right: 0.5rem;
  8115.  
  8116.    }
  8117.  
  8118.    .lg\:pt-10 {
  8119.  
  8120.        padding-top: 2.5rem;
  8121.  
  8122.    }
  8123.  
  8124.    .lg\:pt-14 {
  8125.  
  8126.        padding-top: 3.5rem;
  8127.  
  8128.    }
  8129.  
  8130.    .lg\:pt-24 {
  8131.  
  8132.        padding-top: 6rem;
  8133.  
  8134.    }
  8135.  
  8136.    .lg\:text-start {
  8137.  
  8138.        text-align: start;
  8139.  
  8140.    }
  8141.  
  8142.    .lg\:text-2xl {
  8143.  
  8144.        font-size: 1.5rem;
  8145.  
  8146.        line-height: 2rem;
  8147.  
  8148.    }
  8149.  
  8150.    .lg\:text-4xl {
  8151.  
  8152.        font-size: 2.25rem;
  8153.  
  8154.        line-height: 2.5rem;
  8155.  
  8156.    }
  8157.  
  8158.    .lg\:text-\[14px\] {
  8159.  
  8160.        font-size: 14px;
  8161.  
  8162.    }
  8163.  
  8164.    .lg\:text-\[15px\] {
  8165.  
  8166.        font-size: 15px;
  8167.  
  8168.    }
  8169.  
  8170.    .lg\:text-\[16px\] {
  8171.  
  8172.        font-size: 16px;
  8173.  
  8174.    }
  8175.  
  8176.    .lg\:text-\[20px\] {
  8177.  
  8178.        font-size: 20px;
  8179.  
  8180.    }
  8181.  
  8182.    .lg\:text-\[26px\] {
  8183.  
  8184.        font-size: 26px;
  8185.  
  8186.    }
  8187.  
  8188.    .lg\:text-\[30px\] {
  8189.  
  8190.        font-size: 30px;
  8191.  
  8192.    }
  8193.  
  8194.    .lg\:text-\[32px\] {
  8195.  
  8196.        font-size: 32px;
  8197.  
  8198.    }
  8199.  
  8200.    .lg\:text-lg {
  8201.  
  8202.        font-size: 1.125rem;
  8203.  
  8204.        line-height: 1.75rem;
  8205.  
  8206.    }
  8207.  
  8208. }
  8209.  
  8210. @media (min-width: 1280px) {
  8211.  
  8212.    .xl\:col-span-1 {
  8213.  
  8214.        grid-column: span 1 / span 1;
  8215.  
  8216.    }
  8217.  
  8218.    .xl\:col-span-2 {
  8219.  
  8220.        grid-column: span 2 / span 2;
  8221.  
  8222.    }
  8223.  
  8224.    .xl\:col-span-4 {
  8225.  
  8226.        grid-column: span 4 / span 4;
  8227.  
  8228.    }
  8229.  
  8230.    .xl\:col-span-6 {
  8231.  
  8232.        grid-column: span 6 / span 6;
  8233.  
  8234.    }
  8235.  
  8236.    .xl\:col-span-8 {
  8237.  
  8238.        grid-column: span 8 / span 8;
  8239.  
  8240.    }
  8241.  
  8242.    .xl\:mt-0 {
  8243.  
  8244.        margin-top: 0;
  8245.  
  8246.    }
  8247.  
  8248.    .xl\:block {
  8249.  
  8250.        display: block;
  8251.  
  8252.    }
  8253.  
  8254.    .xl\:flex {
  8255.  
  8256.        display: flex;
  8257.  
  8258.    }
  8259.  
  8260.    .xl\:w-auto {
  8261.  
  8262.        width: auto;
  8263.  
  8264.    }
  8265.  
  8266.    .xl\:w-full {
  8267.  
  8268.        width: 100%;
  8269.  
  8270.    }
  8271.  
  8272.    .xl\:max-w-\[1280px\] {
  8273.  
  8274.        max-width: 1280px;
  8275.  
  8276.    }
  8277.  
  8278.    .xl\:grid-cols-6 {
  8279.  
  8280.        grid-template-columns: repeat(6, minmax(0, 1fr));
  8281.  
  8282.    }
  8283.  
  8284.    .xl\:gap-4 {
  8285.  
  8286.        gap: 1rem;
  8287.  
  8288.    }
  8289.  
  8290.    .xl\:px-7 {
  8291.  
  8292.        padding-left: 1.75rem;
  8293.  
  8294.        padding-right: 1.75rem;
  8295.  
  8296.    }
  8297.  
  8298.    .xl\:text-center {
  8299.  
  8300.        text-align: center;
  8301.  
  8302.    }
  8303.  
  8304.    .xl\:text-2xl {
  8305.  
  8306.        font-size: 1.5rem;
  8307.  
  8308.        line-height: 2rem;
  8309.  
  8310.    }
  8311.  
  8312.    .xl\:text-base {
  8313.  
  8314.        font-size: 1rem;
  8315.  
  8316.        line-height: 1.5rem;
  8317.  
  8318.    }
  8319.  
  8320. }
  8321.  
  8322. /*
  8323.  
  8324. ! tailwindcss v3.2.6 | MIT License | https://tailwindcss.com
  8325.  
  8326. */
  8327.  
  8328. *,:after,:before {
  8329.  
  8330.    box-sizing: border-box;
  8331.  
  8332.    border: 0 solid #e5e7eb
  8333.  
  8334. }
  8335.  
  8336.  
  8337.  
  8338. :after,:before {
  8339.  
  8340.    --tw-content: ""
  8341.  
  8342. }
  8343.  
  8344.  
  8345.  
  8346. html {
  8347.  
  8348.    line-height: 1.5;
  8349.  
  8350.    -webkit-text-size-adjust: 100%;
  8351.  
  8352.    font-family: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  8353.  
  8354.    font-feature-settings: normal
  8355.  
  8356. }
  8357.  
  8358.  
  8359.  
  8360. hr {
  8361.  
  8362.    height: 0;
  8363.  
  8364.    color: inherit;
  8365.  
  8366.    border-top-width: 1px
  8367.  
  8368. }
  8369.  
  8370.  
  8371.  
  8372. abbr:where([title]) {
  8373.  
  8374.    -webkit-text-decoration: underline dotted;
  8375.  
  8376.    text-decoration: underline dotted
  8377.  
  8378. }
  8379.  
  8380.  
  8381.  
  8382. h1,h2,h3,h4,h5,h6 {
  8383.  
  8384.    font-size: inherit;
  8385.  
  8386.    font-weight: inherit
  8387.  
  8388. }
  8389.  
  8390.  
  8391.  
  8392. a {
  8393.  
  8394.    color: inherit;
  8395.  
  8396.    text-decoration: inherit
  8397.  
  8398. }
  8399.  
  8400.  
  8401.  
  8402. b,strong {
  8403.  
  8404.    font-weight: bolder
  8405.  
  8406. }
  8407.  
  8408.  
  8409.  
  8410. code,kbd,pre,samp {
  8411.  
  8412.    font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
  8413.  
  8414.    font-size: 1em
  8415.  
  8416. }
  8417.  
  8418.  
  8419.  
  8420. small {
  8421.  
  8422.    font-size: 80%
  8423.  
  8424. }
  8425.  
  8426.  
  8427.  
  8428. sub,sup {
  8429.  
  8430.    font-size: 75%;
  8431.  
  8432.    line-height: 0;
  8433.  
  8434.    position: relative;
  8435.  
  8436.    vertical-align: baseline
  8437.  
  8438. }
  8439.  
  8440.  
  8441.  
  8442. sub {
  8443.  
  8444.    bottom: -.25em
  8445.  
  8446. }
  8447.  
  8448.  
  8449.  
  8450. sup {
  8451.  
  8452.    top: -.5em
  8453.  
  8454. }
  8455.  
  8456.  
  8457.  
  8458. table {
  8459.  
  8460.    text-indent: 0;
  8461.  
  8462.    border-color: inherit;
  8463.  
  8464.    border-collapse: collapse
  8465.  
  8466. }
  8467.  
  8468.  
  8469.  
  8470. button,input,optgroup,select,textarea {
  8471.  
  8472.    font-family: inherit;
  8473.  
  8474.    font-size: 100%;
  8475.  
  8476.    font-weight: inherit;
  8477.  
  8478.    line-height: inherit;
  8479.  
  8480.    color: inherit;
  8481.  
  8482.    margin: 0;
  8483.  
  8484.    padding: 0
  8485.  
  8486. }
  8487.  
  8488.  
  8489.  
  8490. button,select {
  8491.  
  8492.    text-transform: none
  8493.  
  8494. }
  8495.  
  8496.  
  8497.  
  8498. [type=button],[type=reset],[type=submit],button {
  8499.  
  8500.    -webkit-appearance: button;
  8501.  
  8502.    background-color: transparent;
  8503.  
  8504.    background-image: none
  8505.  
  8506. }
  8507.  
  8508.  
  8509.  
  8510. :-moz-focusring {
  8511.  
  8512.    outline: auto
  8513.  
  8514. }
  8515.  
  8516.  
  8517.  
  8518. :-moz-ui-invalid {
  8519.  
  8520.    box-shadow: none
  8521.  
  8522. }
  8523.  
  8524.  
  8525.  
  8526. progress {
  8527.  
  8528.    vertical-align: baseline
  8529.  
  8530. }
  8531.  
  8532.  
  8533.  
  8534. ::-webkit-inner-spin-button,::-webkit-outer-spin-button {
  8535.  
  8536.    height: auto
  8537.  
  8538. }
  8539.  
  8540.  
  8541.  
  8542. [type=search] {
  8543.  
  8544.    -webkit-appearance: textfield;
  8545.  
  8546.    outline-offset: -2px
  8547.  
  8548. }
  8549.  
  8550.  
  8551.  
  8552. ::-webkit-search-decoration {
  8553.  
  8554.    -webkit-appearance: none
  8555.  
  8556. }
  8557.  
  8558.  
  8559.  
  8560. ::-webkit-file-upload-button {
  8561.  
  8562.    -webkit-appearance: button;
  8563.  
  8564.    font: inherit
  8565.  
  8566. }
  8567.  
  8568.  
  8569.  
  8570. summary {
  8571.  
  8572.    display: list-item
  8573.  
  8574. }
  8575.  
  8576.  
  8577.  
  8578. blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre {
  8579.  
  8580.    margin: 0
  8581.  
  8582. }
  8583.  
  8584.  
  8585.  
  8586. fieldset {
  8587.  
  8588.    margin: 0
  8589.  
  8590. }
  8591.  
  8592.  
  8593.  
  8594. fieldset,legend {
  8595.  
  8596.    padding: 0
  8597.  
  8598. }
  8599.  
  8600.  
  8601.  
  8602. menu,ol,ul {
  8603.  
  8604.    list-style: none;
  8605.  
  8606.    margin: 0;
  8607.  
  8608.    padding: 0
  8609.  
  8610. }
  8611.  
  8612.  
  8613.  
  8614. textarea {
  8615.  
  8616.    resize: vertical
  8617.  
  8618. }
  8619.  
  8620.  
  8621.  
  8622. input::-moz-placeholder,textarea::-moz-placeholder {
  8623.  
  8624.    opacity: 1;
  8625.  
  8626.    color: #9ca3af
  8627.  
  8628. }
  8629.  
  8630.  
  8631.  
  8632. input::placeholder,textarea::placeholder {
  8633.  
  8634.    opacity: 1;
  8635.  
  8636.    color: #9ca3af
  8637.  
  8638. }
  8639.  
  8640.  
  8641.  
  8642. [role=button],button {
  8643.  
  8644.    cursor: pointer
  8645.  
  8646. }
  8647.  
  8648.  
  8649.  
  8650. :disabled {
  8651.  
  8652.    cursor: default
  8653.  
  8654. }
  8655.  
  8656.  
  8657. [hidden] {
  8658.  
  8659.    display: none
  8660.  
  8661. }
  8662.  
  8663.  
  8664.  
  8665. *,:after,:before {
  8666.  
  8667.    --tw-border-spacing-x: 0;
  8668.  
  8669.    --tw-border-spacing-y: 0;
  8670.  
  8671.    --tw-translate-x: 0;
  8672.  
  8673.    --tw-translate-y: 0;
  8674.  
  8675.    --tw-rotate: 0;
  8676.  
  8677.    --tw-skew-x: 0;
  8678.  
  8679.    --tw-skew-y: 0;
  8680.  
  8681.    --tw-scale-x: 1;
  8682.  
  8683.    --tw-scale-y: 1;
  8684.  
  8685.    --tw-pan-x: ;
  8686.  
  8687.    --tw-pan-y: ;
  8688.  
  8689.    --tw-pinch-zoom: ;
  8690.  
  8691.    --tw-scroll-snap-strictness: proximity;
  8692.  
  8693.    --tw-ordinal: ;
  8694.  
  8695.    --tw-slashed-zero: ;
  8696.  
  8697.    --tw-numeric-figure: ;
  8698.  
  8699.    --tw-numeric-spacing: ;
  8700.  
  8701.    --tw-numeric-fraction: ;
  8702.  
  8703.    --tw-ring-inset: ;
  8704.  
  8705.    --tw-ring-offset-width: 0px;
  8706.  
  8707.    --tw-ring-offset-color: #fff;
  8708.  
  8709.    --tw-ring-color: rgba(59,130,246,.5);
  8710.  
  8711.    --tw-ring-offset-shadow: 0 0 #0000;
  8712.  
  8713.    --tw-ring-shadow: 0 0 #0000;
  8714.  
  8715.    --tw-shadow: 0 0 #0000;
  8716.  
  8717.    --tw-shadow-colored: 0 0 #0000;
  8718.  
  8719.    --tw-blur: ;
  8720.  
  8721.    --tw-brightness: ;
  8722.  
  8723.    --tw-contrast: ;
  8724.  
  8725.    --tw-grayscale: ;
  8726.  
  8727.    --tw-hue-rotate: ;
  8728.  
  8729.    --tw-invert: ;
  8730.  
  8731.    --tw-saturate: ;
  8732.  
  8733.    --tw-sepia: ;
  8734.  
  8735.    --tw-drop-shadow: ;
  8736.  
  8737.    --tw-backdrop-blur: ;
  8738.  
  8739.    --tw-backdrop-brightness: ;
  8740.  
  8741.    --tw-backdrop-contrast: ;
  8742.  
  8743.    --tw-backdrop-grayscale: ;
  8744.  
  8745.    --tw-backdrop-hue-rotate: ;
  8746.  
  8747.    --tw-backdrop-invert: ;
  8748.  
  8749.    --tw-backdrop-opacity: ;
  8750.  
  8751.    --tw-backdrop-saturate: ;
  8752.  
  8753.    --tw-backdrop-sepia:
  8754.  
  8755. }
  8756.  
  8757.  
  8758.  
  8759. ::backdrop {
  8760.  
  8761.    --tw-border-spacing-x: 0;
  8762.  
  8763.    --tw-border-spacing-y: 0;
  8764.  
  8765.    --tw-translate-x: 0;
  8766.  
  8767.    --tw-translate-y: 0;
  8768.  
  8769.    --tw-rotate: 0;
  8770.  
  8771.    --tw-skew-x: 0;
  8772.  
  8773.    --tw-skew-y: 0;
  8774.  
  8775.    --tw-scale-x: 1;
  8776.  
  8777.    --tw-scale-y: 1;
  8778.  
  8779.    --tw-pan-x: ;
  8780.  
  8781.    --tw-pan-y: ;
  8782.  
  8783.    --tw-pinch-zoom: ;
  8784.  
  8785.    --tw-scroll-snap-strictness: proximity;
  8786.  
  8787.    --tw-ordinal: ;
  8788.  
  8789.    --tw-slashed-zero: ;
  8790.  
  8791.    --tw-numeric-figure: ;
  8792.  
  8793.    --tw-numeric-spacing: ;
  8794.  
  8795.    --tw-numeric-fraction: ;
  8796.  
  8797.    --tw-ring-inset: ;
  8798.  
  8799.    --tw-ring-offset-width: 0px;
  8800.  
  8801.    --tw-ring-offset-color: #fff;
  8802.  
  8803.    --tw-ring-color: rgba(59,130,246,.5);
  8804.  
  8805.    --tw-ring-offset-shadow: 0 0 #0000;
  8806.  
  8807.    --tw-ring-shadow: 0 0 #0000;
  8808.  
  8809.    --tw-shadow: 0 0 #0000;
  8810.  
  8811.    --tw-shadow-colored: 0 0 #0000;
  8812.  
  8813.    --tw-blur: ;
  8814.  
  8815.    --tw-brightness: ;
  8816.  
  8817.    --tw-contrast: ;
  8818.  
  8819.    --tw-grayscale: ;
  8820.  
  8821.    --tw-hue-rotate: ;
  8822.  
  8823.    --tw-invert: ;
  8824.  
  8825.    --tw-saturate: ;
  8826.  
  8827.    --tw-sepia: ;
  8828.  
  8829.    --tw-drop-shadow: ;
  8830.  
  8831.    --tw-backdrop-blur: ;
  8832.  
  8833.    --tw-backdrop-brightness: ;
  8834.  
  8835.    --tw-backdrop-contrast: ;
  8836.  
  8837.    --tw-backdrop-grayscale: ;
  8838.  
  8839.    --tw-backdrop-hue-rotate: ;
  8840.  
  8841.    --tw-backdrop-invert: ;
  8842.  
  8843.    --tw-backdrop-opacity: ;
  8844.  
  8845.    --tw-backdrop-saturate: ;
  8846.  
  8847.    --tw-backdrop-sepia:
  8848.  
  8849. }
  8850.  
  8851.  
  8852.  
  8853. .sr-only {
  8854.  
  8855.    position: absolute;
  8856.  
  8857.    width: 1px;
  8858.  
  8859.    height: 1px;
  8860.  
  8861.    padding: 0;
  8862.  
  8863.    margin: -1px;
  8864.  
  8865.    overflow: hidden;
  8866.  
  8867.    clip: rect(0,0,0,0);
  8868.  
  8869.    white-space: nowrap;
  8870.  
  8871.    border-width: 0
  8872.  
  8873. }
  8874.  
  8875.  
  8876.  
  8877. .pointer-events-none {
  8878.  
  8879.    pointer-events: none
  8880.  
  8881. }
  8882.  
  8883.  
  8884.  
  8885. .pointer-events-auto {
  8886.  
  8887.    pointer-events: auto
  8888.  
  8889. }
  8890.  
  8891.  
  8892.  
  8893. .fixed {
  8894.  
  8895.    position: fixed
  8896.  
  8897. }
  8898.  
  8899.  
  8900.  
  8901. .\!absolute {
  8902.  
  8903.    position: absolute!important
  8904.  
  8905. }
  8906.  
  8907.  
  8908.  
  8909. .absolute {
  8910.  
  8911.    position: absolute
  8912.  
  8913. }
  8914.  
  8915.  
  8916.  
  8917. .relative {
  8918.  
  8919.    position: relative
  8920.  
  8921. }
  8922.  
  8923.  
  8924.  
  8925. .sticky {
  8926.  
  8927.    position: sticky
  8928.  
  8929. }
  8930.  
  8931.  
  8932.  
  8933. .inset-0 {
  8934.  
  8935.    top: 0;
  8936.  
  8937.    bottom: 0
  8938.  
  8939. }
  8940.  
  8941.  
  8942.  
  8943. .inset-0,.inset-x-0 {
  8944.  
  8945.    right: 0;
  8946.  
  8947.    left: 0
  8948.  
  8949. }
  8950.  
  8951.  
  8952.  
  8953. .inset-y-0 {
  8954.  
  8955.    top: 0;
  8956.  
  8957.    bottom: 0
  8958.  
  8959. }
  8960.  
  8961.  
  8962.  
  8963. .-right-\[3px\] {
  8964.  
  8965.    right: -3px
  8966.  
  8967. }
  8968.  
  8969.  
  8970.  
  8971. .bottom-0 {
  8972.  
  8973.    bottom: 0
  8974.  
  8975. }
  8976.  
  8977.  
  8978.  
  8979. .left-0 {
  8980.  
  8981.    left: 0
  8982.  
  8983. }
  8984.  
  8985.  
  8986.  
  8987. .left-5 {
  8988.  
  8989.    left: 1.25rem
  8990.  
  8991. }
  8992.  
  8993.  
  8994.  
  8995. .left-6 {
  8996.  
  8997.    left: 1.5rem
  8998.  
  8999. }
  9000.  
  9001.  
  9002.  
  9003. .right-0 {
  9004.  
  9005.    right: 0
  9006.  
  9007. }
  9008.  
  9009.  
  9010.  
  9011. .right-6 {
  9012.  
  9013.    right: 1.5rem
  9014.  
  9015. }
  9016.  
  9017.  
  9018.  
  9019. .right-8 {
  9020.  
  9021.    right: 2rem
  9022.  
  9023. }
  9024.  
  9025.  
  9026.  
  9027. .top-0 {
  9028.  
  9029.    top: 0
  9030.  
  9031. }
  9032.  
  9033.  
  9034.  
  9035. .top-20 {
  9036.  
  9037.    top: 5rem
  9038.  
  9039. }
  9040.  
  9041.  
  9042.  
  9043. .top-4 {
  9044.  
  9045.    top: 1rem
  9046.  
  9047. }
  9048.  
  9049.  
  9050.  
  9051. .top-\[18px\] {
  9052.  
  9053.    top: 18px
  9054.  
  9055. }
  9056.  
  9057.  
  9058.  
  9059. .-z-10 {
  9060.  
  9061.    z-index: -10
  9062.  
  9063. }
  9064.  
  9065.  
  9066.  
  9067. .z-0 {
  9068.  
  9069.    z-index: 0
  9070.  
  9071. }
  9072.  
  9073.  
  9074.  
  9075. .z-10 {
  9076.  
  9077.    z-index: 10
  9078.  
  9079. }
  9080.  
  9081.  
  9082.  
  9083. .z-20 {
  9084.  
  9085.    z-index: 20
  9086.  
  9087. }
  9088.  
  9089.  
  9090.  
  9091. .z-30 {
  9092.  
  9093.    z-index: 30
  9094.  
  9095. }
  9096.  
  9097.  
  9098.  
  9099. .z-40 {
  9100.  
  9101.    z-index: 40
  9102.  
  9103. }
  9104.  
  9105.  
  9106.  
  9107. .z-50 {
  9108.  
  9109.    z-index: 50
  9110.  
  9111. }
  9112.  
  9113.  
  9114.  
  9115. .z-\[60\] {
  9116.  
  9117.    z-index: 60
  9118.  
  9119. }
  9120.  
  9121.  
  9122.  
  9123. .z-\[9\] {
  9124.  
  9125.    z-index: 9
  9126.  
  9127. }
  9128.  
  9129.  
  9130.  
  9131. .order-1 {
  9132.  
  9133.    order: 1
  9134.  
  9135. }
  9136.  
  9137.  
  9138.  
  9139. .order-2 {
  9140.  
  9141.    order: 2
  9142.  
  9143. }
  9144.  
  9145.  
  9146.  
  9147. .col-span-1 {
  9148.  
  9149.    grid-column: span 1/span 1
  9150.  
  9151. }
  9152.  
  9153.  
  9154.  
  9155. .col-span-12 {
  9156.  
  9157.    grid-column: span 12/span 12
  9158.  
  9159. }
  9160.  
  9161.  
  9162.  
  9163. .col-span-2 {
  9164.  
  9165.    grid-column: span 2/span 2
  9166.  
  9167. }
  9168.  
  9169.  
  9170.  
  9171. .col-span-5 {
  9172.  
  9173.    grid-column: span 5/span 5
  9174.  
  9175. }
  9176.  
  9177.  
  9178.  
  9179. .\!m-0 {
  9180.  
  9181.    margin: 0!important
  9182.  
  9183. }
  9184.  
  9185.  
  9186.  
  9187. .m-0 {
  9188.  
  9189.    margin: 0
  9190.  
  9191. }
  9192.  
  9193.  
  9194.  
  9195. .m-4 {
  9196.  
  9197.    margin: 1rem
  9198.  
  9199. }
  9200.  
  9201.  
  9202.  
  9203. .m-auto {
  9204.  
  9205.    margin: auto
  9206.  
  9207. }
  9208.  
  9209.  
  9210.  
  9211. .mx-2 {
  9212.  
  9213.    margin-left: .5rem;
  9214.  
  9215.    margin-right: .5rem
  9216.  
  9217. }
  9218.  
  9219.  
  9220.  
  9221. .mx-6 {
  9222.  
  9223.    margin-left: 1.5rem;
  9224.  
  9225.    margin-right: 1.5rem
  9226.  
  9227. }
  9228.  
  9229.  
  9230.  
  9231. .mx-auto {
  9232.  
  9233.    margin-left: auto;
  9234.  
  9235.    margin-right: auto
  9236.  
  9237. }
  9238.  
  9239.  
  9240.  
  9241. .my-2 {
  9242.  
  9243.    margin-top: .5rem;
  9244.  
  9245.    margin-bottom: .5rem
  9246.  
  9247. }
  9248.  
  9249.  
  9250.  
  9251. .my-20 {
  9252.  
  9253.    margin-top: 5rem;
  9254.  
  9255.    margin-bottom: 5rem
  9256.  
  9257. }
  9258.  
  9259.  
  9260.  
  9261. .my-3 {
  9262.  
  9263.    margin-top: .75rem;
  9264.  
  9265.    margin-bottom: .75rem
  9266.  
  9267. }
  9268.  
  9269.  
  9270.  
  9271. .my-4 {
  9272.  
  9273.    margin-top: 1rem;
  9274.  
  9275.    margin-bottom: 1rem
  9276.  
  9277. }
  9278.  
  9279.  
  9280.  
  9281. .my-6 {
  9282.  
  9283.    margin-top: 1.5rem;
  9284.  
  9285.    margin-bottom: 1.5rem
  9286.  
  9287. }
  9288.  
  9289.  
  9290.  
  9291. .my-7 {
  9292.  
  9293.    margin-top: 1.75rem;
  9294.  
  9295.    margin-bottom: 1.75rem
  9296.  
  9297. }
  9298.  
  9299.  
  9300.  
  9301. .my-8 {
  9302.  
  9303.    margin-top: 2rem;
  9304.  
  9305.    margin-bottom: 2rem
  9306.  
  9307. }
  9308.  
  9309.  
  9310.  
  9311. .my-auto {
  9312.  
  9313.    margin-top: auto;
  9314.  
  9315.    margin-bottom: auto
  9316.  
  9317. }
  9318.  
  9319.  
  9320.  
  9321. .-mb-px {
  9322.  
  9323.    margin-bottom: -1px
  9324.  
  9325. }
  9326.  
  9327.  
  9328.  
  9329. .-ml-1 {
  9330.  
  9331.    margin-left: -.25rem
  9332.  
  9333. }
  9334.  
  9335.  
  9336.  
  9337. .-ml-px {
  9338.  
  9339.    margin-left: -1px
  9340.  
  9341. }
  9342.  
  9343.  
  9344.  
  9345. .-mr-10 {
  9346.  
  9347.    margin-right: -2.5rem
  9348.  
  9349. }
  9350.  
  9351.  
  9352.  
  9353. .-mr-12 {
  9354.  
  9355.    margin-right: -3rem
  9356.  
  9357. }
  9358.  
  9359.  
  9360.  
  9361. .-mt-16 {
  9362.  
  9363.    margin-top: -4rem
  9364.  
  9365. }
  9366.  
  9367.  
  9368.  
  9369. .mb-1 {
  9370.  
  9371.    margin-bottom: .25rem
  9372.  
  9373. }
  9374.  
  9375.  
  9376.  
  9377. .mb-1\.5 {
  9378.  
  9379.    margin-bottom: .375rem
  9380.  
  9381. }
  9382.  
  9383.  
  9384.  
  9385. .mb-10 {
  9386.  
  9387.    margin-bottom: 2.5rem
  9388.  
  9389. }
  9390.  
  9391.  
  9392.  
  9393. .mb-2 {
  9394.  
  9395.    margin-bottom: .5rem
  9396.  
  9397. }
  9398.  
  9399.  
  9400.  
  9401. .mb-3 {
  9402.  
  9403.    margin-bottom: .75rem
  9404.  
  9405. }
  9406.  
  9407.  
  9408.  
  9409. .mb-4 {
  9410.  
  9411.    margin-bottom: 1rem
  9412.  
  9413. }
  9414.  
  9415.  
  9416.  
  9417. .mb-5 {
  9418.  
  9419.    margin-bottom: 1.25rem
  9420.  
  9421. }
  9422.  
  9423.  
  9424.  
  9425. .mb-6 {
  9426.  
  9427.    margin-bottom: 1.5rem
  9428.  
  9429. }
  9430.  
  9431.  
  9432.  
  9433. .mb-8 {
  9434.  
  9435.    margin-bottom: 2rem
  9436.  
  9437. }
  9438.  
  9439.  
  9440.  
  9441. .mb-\[20px\] {
  9442.  
  9443.    margin-bottom: 20px
  9444.  
  9445. }
  9446.  
  9447.  
  9448.  
  9449. .ml-12 {
  9450.  
  9451.    margin-left: 3rem
  9452.  
  9453. }
  9454.  
  9455.  
  9456.  
  9457. .ml-2 {
  9458.  
  9459.    margin-left: .5rem
  9460.  
  9461. }
  9462.  
  9463.  
  9464.  
  9465. .ml-3 {
  9466.  
  9467.    margin-left: .75rem
  9468.  
  9469. }
  9470.  
  9471.  
  9472.  
  9473. .ml-4 {
  9474.  
  9475.    margin-left: 1rem
  9476.  
  9477. }
  9478.  
  9479.  
  9480.  
  9481. .ml-5 {
  9482.  
  9483.    margin-left: 1.25rem
  9484.  
  9485. }
  9486.  
  9487.  
  9488.  
  9489. .mr-2 {
  9490.  
  9491.    margin-right: .5rem
  9492.  
  9493. }
  9494.  
  9495.  
  9496.  
  9497. .mr-3 {
  9498.  
  9499.    margin-right: .75rem
  9500.  
  9501. }
  9502.  
  9503.  
  9504.  
  9505. .mr-4 {
  9506.  
  9507.    margin-right: 1rem
  9508.  
  9509. }
  9510.  
  9511.  
  9512.  
  9513. .mr-5 {
  9514.  
  9515.    margin-right: 1.25rem
  9516.  
  9517. }
  9518.  
  9519.  
  9520.  
  9521. .mt-1 {
  9522.  
  9523.    margin-top: .25rem
  9524.  
  9525. }
  9526.  
  9527.  
  9528.  
  9529. .mt-10 {
  9530.  
  9531.    margin-top: 2.5rem
  9532.  
  9533. }
  9534.  
  9535.  
  9536.  
  9537. .mt-12 {
  9538.  
  9539.    margin-top: 3rem
  9540.  
  9541. }
  9542.  
  9543.  
  9544.  
  9545. .mt-2 {
  9546.  
  9547.    margin-top: .5rem
  9548.  
  9549. }
  9550.  
  9551.  
  9552.  
  9553. .mt-3 {
  9554.  
  9555.    margin-top: .75rem
  9556.  
  9557. }
  9558.  
  9559.  
  9560.  
  9561. .mt-4 {
  9562.  
  9563.    margin-top: 1rem
  9564.  
  9565. }
  9566.  
  9567.  
  9568.  
  9569. .mt-5 {
  9570.  
  9571.    margin-top: 1.25rem
  9572.  
  9573. }
  9574.  
  9575.  
  9576.  
  9577. .mt-6 {
  9578.  
  9579.    margin-top: 1.5rem
  9580.  
  9581. }
  9582.  
  9583.  
  9584.  
  9585. .mt-7 {
  9586.  
  9587.    margin-top: 1.75rem
  9588.  
  9589. }
  9590.  
  9591.  
  9592.  
  9593. .mt-8 {
  9594.  
  9595.    margin-top: 2rem
  9596.  
  9597. }
  9598.  
  9599.  
  9600.  
  9601. .mt-\[20px\] {
  9602.  
  9603.    margin-top: 20px
  9604.  
  9605. }
  9606.  
  9607.  
  9608.  
  9609. .mt-\[30px\] {
  9610.  
  9611.    margin-top: 30px
  9612.  
  9613. }
  9614.  
  9615.  
  9616.  
  9617. .block {
  9618.  
  9619.    display: block
  9620.  
  9621. }
  9622.  
  9623.  
  9624.  
  9625. .inline-block {
  9626.  
  9627.    display: inline-block
  9628.  
  9629. }
  9630.  
  9631.  
  9632.  
  9633. .inline {
  9634.  
  9635.    display: inline
  9636.  
  9637. }
  9638.  
  9639.  
  9640.  
  9641. .flex {
  9642.  
  9643.    display: flex
  9644.  
  9645. }
  9646.  
  9647.  
  9648.  
  9649. .inline-flex {
  9650.  
  9651.    display: inline-flex
  9652.  
  9653. }
  9654.  
  9655.  
  9656.  
  9657. .table {
  9658.  
  9659.    display: table
  9660.  
  9661. }
  9662.  
  9663.  
  9664.  
  9665. .flow-root {
  9666.  
  9667.    display: flow-root
  9668.  
  9669. }
  9670.  
  9671.  
  9672.  
  9673. .grid {
  9674.  
  9675.    display: grid
  9676.  
  9677. }
  9678.  
  9679.  
  9680.  
  9681. .contents {
  9682.  
  9683.    display: contents
  9684.  
  9685. }
  9686.  
  9687.  
  9688.  
  9689. .hidden {
  9690.  
  9691.    display: none
  9692.  
  9693. }
  9694.  
  9695.  
  9696.  
  9697. .hidden-2 {
  9698.  
  9699.    display: block;
  9700.  
  9701. }
  9702.  
  9703.  
  9704.  
  9705. .h-0 {
  9706.  
  9707.    height: 0
  9708.  
  9709. }
  9710.  
  9711.  
  9712.  
  9713. .h-10 {
  9714.  
  9715.    height: 2.5rem
  9716.  
  9717. }
  9718.  
  9719.  
  9720.  
  9721. .h-12 {
  9722.  
  9723.    height: 3rem
  9724.  
  9725. }
  9726.  
  9727.  
  9728.  
  9729. .h-14 {
  9730.  
  9731.    height: 3.5rem
  9732.  
  9733. }
  9734.  
  9735.  
  9736.  
  9737. .h-16 {
  9738.  
  9739.    height: 4rem
  9740.  
  9741. }
  9742.  
  9743.  
  9744.  
  9745. .h-24 {
  9746.  
  9747.    height: 6rem
  9748.  
  9749. }
  9750.  
  9751.  
  9752.  
  9753. .h-3 {
  9754.  
  9755.    height: .75rem
  9756.  
  9757. }
  9758.  
  9759.  
  9760.  
  9761. .h-32 {
  9762.  
  9763.    height: 8rem
  9764.  
  9765. }
  9766.  
  9767.  
  9768.  
  9769. .h-4 {
  9770.  
  9771.    height: 1rem
  9772.  
  9773. }
  9774.  
  9775.  
  9776.  
  9777. .h-40 {
  9778.  
  9779.    height: 10rem
  9780.  
  9781. }
  9782.  
  9783.  
  9784.  
  9785. .h-5 {
  9786.  
  9787.    height: 1.25rem
  9788.  
  9789. }
  9790.  
  9791.  
  9792.  
  9793. .h-56 {
  9794.  
  9795.    height: 12rem;
  9796.  
  9797. }
  9798.  
  9799.  
  9800.  
  9801. .h-6 {
  9802.  
  9803.    height: 1.5rem
  9804.  
  9805. }
  9806.  
  9807.  
  9808.  
  9809. .h-64 {
  9810.  
  9811.    height: 16rem
  9812.  
  9813. }
  9814.  
  9815.  
  9816.  
  9817. .h-8 {
  9818.  
  9819.    height: 2rem
  9820.  
  9821. }
  9822.  
  9823.  
  9824.  
  9825. .h-\[100vh\] {
  9826.  
  9827.    height: 100vh
  9828.  
  9829. }
  9830.  
  9831.  
  9832.  
  9833. .h-\[16px\] {
  9834.  
  9835.    height: 16px
  9836.  
  9837. }
  9838.  
  9839.  
  9840.  
  9841. .h-\[24px\] {
  9842.  
  9843.    height: 24px
  9844.  
  9845. }
  9846.  
  9847.  
  9848.  
  9849. .h-\[280px\] {
  9850.  
  9851.    height: 280px
  9852.  
  9853. }
  9854.  
  9855.  
  9856.  
  9857. .h-\[460px\] {
  9858.  
  9859.    height: 460px
  9860.  
  9861. }
  9862.  
  9863.  
  9864.  
  9865. .h-\[5\.7rem\] {
  9866.  
  9867.    height: 5.7rem
  9868.  
  9869. }
  9870.  
  9871.  
  9872.  
  9873. .h-\[9\.4rem\] {
  9874.  
  9875.    height: 9.4rem
  9876.  
  9877. }
  9878.  
  9879.  
  9880.  
  9881. .h-auto {
  9882.  
  9883.    height: auto
  9884.  
  9885. }
  9886.  
  9887.  
  9888.  
  9889. .h-full {
  9890.  
  9891.    height: 100%
  9892.  
  9893. }
  9894.  
  9895.  
  9896.  
  9897. .h-px {
  9898.  
  9899.    height: 1px
  9900.  
  9901. }
  9902.  
  9903.  
  9904.  
  9905. .max-h-0 {
  9906.  
  9907.    max-height: 0
  9908.  
  9909. }
  9910.  
  9911.  
  9912.  
  9913. .max-h-\[1000px\] {
  9914.  
  9915.    max-height: 1000px
  9916.  
  9917. }
  9918.  
  9919.  
  9920.  
  9921. .max-h-\[9rem\] {
  9922.  
  9923.    max-height: 9rem
  9924.  
  9925. }
  9926.  
  9927.  
  9928.  
  9929. .max-h-screen {
  9930.  
  9931.    max-height: 100vh
  9932.  
  9933. }
  9934.  
  9935.  
  9936.  
  9937. .min-h-\[50vh\] {
  9938.  
  9939.    min-height: 50vh
  9940.  
  9941. }
  9942.  
  9943.  
  9944.  
  9945. .min-h-\[60vh\] {
  9946.  
  9947.    min-height: 60vh
  9948.  
  9949. }
  9950.  
  9951.  
  9952.  
  9953. .min-h-\[65vh\] {
  9954.  
  9955.    min-height: 65vh
  9956.  
  9957. }
  9958.  
  9959.  
  9960.  
  9961. .min-h-\[70vh\] {
  9962.  
  9963.    min-height: 70vh
  9964.  
  9965. }
  9966.  
  9967.  
  9968.  
  9969. .min-h-full {
  9970.  
  9971.    min-height: 100%
  9972.  
  9973. }
  9974.  
  9975.  
  9976.  
  9977. .min-h-screen {
  9978.  
  9979.    min-height: 100vh
  9980.  
  9981. }
  9982.  
  9983.  
  9984.  
  9985. .\!w-full {
  9986.  
  9987.    width: 100%!important
  9988.  
  9989. }
  9990.  
  9991.  
  9992.  
  9993. .w-1\/2 {
  9994.  
  9995.    width: 50%
  9996.  
  9997. }
  9998.  
  9999.  
  10000.  
  10001. .w-10 {
  10002.  
  10003.    width: 2.5rem
  10004.  
  10005. }
  10006.  
  10007.  
  10008.  
  10009. .w-11 {
  10010.  
  10011.    width: 2.75rem
  10012.  
  10013. }
  10014.  
  10015.  
  10016.  
  10017. .w-12 {
  10018.  
  10019.    width: 3rem
  10020.  
  10021. }
  10022.  
  10023.  
  10024.  
  10025. .w-14 {
  10026.  
  10027.    width: 3.5rem
  10028.  
  10029. }
  10030.  
  10031.  
  10032.  
  10033. .w-24 {
  10034.  
  10035.    width: 6rem
  10036.  
  10037. }
  10038.  
  10039.  
  10040.  
  10041. .w-28 {
  10042.  
  10043.    width: 7rem
  10044.  
  10045. }
  10046.  
  10047.  
  10048.  
  10049. .w-3 {
  10050.  
  10051.    width: .75rem
  10052.  
  10053. }
  10054.  
  10055.  
  10056.  
  10057. .w-4 {
  10058.  
  10059.    width: 1rem
  10060.  
  10061. }
  10062.  
  10063.  
  10064.  
  10065. .w-5 {
  10066.  
  10067.    width: 1.25rem
  10068.  
  10069. }
  10070.  
  10071.  
  10072.  
  10073. .w-56 {
  10074.  
  10075.    width: 14rem
  10076.  
  10077. }
  10078.  
  10079.  
  10080.  
  10081. .w-6 {
  10082.  
  10083.    width: 1.5rem
  10084.  
  10085. }
  10086.  
  10087.  
  10088.  
  10089. .w-72 {
  10090.  
  10091.    width: 18rem
  10092.  
  10093. }
  10094.  
  10095.  
  10096.  
  10097. .w-8 {
  10098.  
  10099.    width: 2rem
  10100.  
  10101. }
  10102.  
  10103.  
  10104.  
  10105. .w-80 {
  10106.  
  10107.    width: 20rem
  10108.  
  10109. }
  10110.  
  10111.  
  10112.  
  10113. .w-\[16px\] {
  10114.  
  10115.    width: 16px
  10116.  
  10117. }
  10118.  
  10119.  
  10120.  
  10121. .w-\[24px\] {
  10122.  
  10123.    width: 24px
  10124.  
  10125. }
  10126.  
  10127.  
  10128.  
  10129. .w-\[280px\] {
  10130.  
  10131.    width: 280px
  10132.  
  10133. }
  10134.  
  10135.  
  10136.  
  10137. .w-\[80px\] {
  10138.  
  10139.    width: 80px
  10140.  
  10141. }
  10142.  
  10143.  
  10144.  
  10145. .w-auto {
  10146.  
  10147.    width: auto
  10148.  
  10149. }
  10150.  
  10151.  
  10152.  
  10153. .w-full {
  10154.  
  10155.    width: 100%
  10156.  
  10157. }
  10158.  
  10159.  
  10160.  
  10161. .w-screen {
  10162.  
  10163.    width: 100vw
  10164.  
  10165. }
  10166.  
  10167.  
  10168.  
  10169. .min-w-0 {
  10170.  
  10171.    min-width: 0
  10172.  
  10173. }
  10174.  
  10175.  
  10176.  
  10177. .max-w-7xl {
  10178.  
  10179.    max-width: 80rem
  10180.  
  10181. }
  10182.  
  10183.  
  10184.  
  10185. .max-w-\[15rem\] {
  10186.  
  10187.    max-width: 15rem
  10188.  
  10189. }
  10190.  
  10191.  
  10192.  
  10193. .max-w-\[2\.5rem\] {
  10194.  
  10195.    max-width: 2.5rem
  10196.  
  10197. }
  10198.  
  10199.  
  10200.  
  10201. .max-w-\[3\.5rem\] {
  10202.  
  10203.    max-width: 3.5rem
  10204.  
  10205. }
  10206.  
  10207.  
  10208.  
  10209. .max-w-full {
  10210.  
  10211.    max-width: 100%
  10212.  
  10213. }
  10214.  
  10215.  
  10216.  
  10217. .max-w-md {
  10218.  
  10219.    max-width: 28rem
  10220.  
  10221. }
  10222.  
  10223.  
  10224.  
  10225. .max-w-xl {
  10226.  
  10227.    max-width: 36rem
  10228.  
  10229. }
  10230.  
  10231.  
  10232.  
  10233. .max-w-xs {
  10234.  
  10235.    max-width: 20rem
  10236.  
  10237. }
  10238.  
  10239.  
  10240.  
  10241. .flex-1 {
  10242.  
  10243.    flex: 1 1 0%
  10244.  
  10245. }
  10246.  
  10247.  
  10248.  
  10249. .flex-shrink {
  10250.  
  10251.    flex-shrink: 1
  10252.  
  10253. }
  10254.  
  10255.  
  10256.  
  10257. .flex-shrink-0,.shrink-0 {
  10258.  
  10259.    flex-shrink: 0
  10260.  
  10261. }
  10262.  
  10263.  
  10264.  
  10265. .flex-grow,.grow {
  10266.  
  10267.    flex-grow: 1
  10268.  
  10269. }
  10270.  
  10271.  
  10272.  
  10273. .table-auto {
  10274.  
  10275.    table-layout: auto
  10276.  
  10277. }
  10278.  
  10279.  
  10280.  
  10281. .origin-\[0\] {
  10282.  
  10283.    transform-origin: 0
  10284.  
  10285. }
  10286.  
  10287.  
  10288.  
  10289. .origin-top-right {
  10290.  
  10291.    transform-origin: top right
  10292.  
  10293. }
  10294.  
  10295.  
  10296.  
  10297. .-translate-x-full {
  10298.  
  10299.    --tw-translate-x: -100%
  10300.  
  10301. }
  10302.  
  10303.  
  10304.  
  10305. .-translate-x-full,.-translate-y-1\/2 {
  10306.  
  10307.    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))
  10308.  
  10309. }
  10310.  
  10311.  
  10312.  
  10313. .-translate-y-1\/2 {
  10314.  
  10315.    --tw-translate-y: -50%
  10316.  
  10317. }
  10318.  
  10319.  
  10320.  
  10321. .-translate-y-3 {
  10322.  
  10323.    --tw-translate-y: -0.75rem
  10324.  
  10325. }
  10326.  
  10327.  
  10328.  
  10329. .-translate-y-3,.translate-x-0 {
  10330.  
  10331.    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))
  10332.  
  10333. }
  10334.  
  10335.  
  10336.  
  10337. .translate-x-0 {
  10338.  
  10339.    --tw-translate-x: 0px
  10340.  
  10341. }
  10342.  
  10343.  
  10344.  
  10345. .translate-y-0 {
  10346.  
  10347.    --tw-translate-y: 0px
  10348.  
  10349. }
  10350.  
  10351.  
  10352.  
  10353. .rotate-0,.translate-y-0 {
  10354.  
  10355.    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))
  10356.  
  10357. }
  10358.  
  10359.  
  10360.  
  10361. .rotate-0 {
  10362.  
  10363.    --tw-rotate: 0deg
  10364.  
  10365. }
  10366.  
  10367.  
  10368.  
  10369. .rotate-180 {
  10370.  
  10371.    --tw-rotate: 180deg
  10372.  
  10373. }
  10374.  
  10375.  
  10376.  
  10377. .rotate-180,.scale-100 {
  10378.  
  10379.    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))
  10380.  
  10381. }
  10382.  
  10383.  
  10384.  
  10385. .scale-100 {
  10386.  
  10387.    --tw-scale-x: 1;
  10388.  
  10389.    --tw-scale-y: 1
  10390.  
  10391. }
  10392.  
  10393.  
  10394.  
  10395. .scale-75 {
  10396.  
  10397.    --tw-scale-x: .75;
  10398.  
  10399.    --tw-scale-y: .75
  10400.  
  10401. }
  10402.  
  10403.  
  10404.  
  10405. .scale-75,.scale-95 {
  10406.  
  10407.    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))
  10408.  
  10409. }
  10410.  
  10411.  
  10412.  
  10413. .scale-95 {
  10414.  
  10415.    --tw-scale-x: .95;
  10416.  
  10417.    --tw-scale-y: .95
  10418.  
  10419. }
  10420.  
  10421.  
  10422.  
  10423. .transform {
  10424.  
  10425.    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))
  10426.  
  10427. }
  10428.  
  10429.  
  10430.  
  10431. @keyframes ping {
  10432.  
  10433.    75%,to {
  10434.  
  10435.        transform: scale(2);
  10436.  
  10437.        opacity: 0
  10438.  
  10439.    }
  10440.  
  10441. }
  10442.  
  10443.  
  10444.  
  10445. .animate-ping {
  10446.  
  10447.    animation: ping 1s cubic-bezier(0,0,.2,1) infinite
  10448.  
  10449. }
  10450.  
  10451.  
  10452.  
  10453. @keyframes pulse {
  10454.  
  10455.    50% {
  10456.  
  10457.        opacity: .5
  10458.  
  10459.    }
  10460.  
  10461. }
  10462.  
  10463.  
  10464.  
  10465. .animate-pulse {
  10466.  
  10467.    animation: pulse 2s cubic-bezier(.4,0,.6,1) infinite
  10468.  
  10469. }
  10470.  
  10471.  
  10472.  
  10473. @keyframes spin {
  10474.  
  10475.    to {
  10476.  
  10477.        transform: rotate(1turn)
  10478.  
  10479.    }
  10480.  
  10481. }
  10482.  
  10483.  
  10484.  
  10485. .animate-spin {
  10486.  
  10487.    animation: spin 1s linear infinite
  10488.  
  10489. }
  10490.  
  10491.  
  10492.  
  10493. .cursor-not-allowed {
  10494.  
  10495.    cursor: not-allowed
  10496.  
  10497. }
  10498.  
  10499.  
  10500.  
  10501. .cursor-pointer {
  10502.  
  10503.    cursor: pointer
  10504.  
  10505. }
  10506.  
  10507.  
  10508.  
  10509. .appearance-none {
  10510.  
  10511.    -webkit-appearance: none;
  10512.  
  10513.    -moz-appearance: none;
  10514.  
  10515.    appearance: none
  10516.  
  10517. }
  10518.  
  10519.  
  10520.  
  10521. .grid-flow-col {
  10522.  
  10523.    grid-auto-flow: column
  10524.  
  10525. }
  10526.  
  10527.  
  10528.  
  10529. .grid-cols-1 {
  10530.  
  10531.    grid-template-columns: repeat(1,minmax(0,1fr))
  10532.  
  10533. }
  10534.  
  10535.  
  10536.  
  10537. .grid-cols-12 {
  10538.  
  10539.    grid-template-columns: repeat(12,minmax(0,1fr))
  10540.  
  10541. }
  10542.  
  10543.  
  10544.  
  10545. .grid-cols-2 {
  10546.  
  10547.    grid-template-columns: repeat(2,minmax(0,1fr))
  10548.  
  10549. }
  10550.  
  10551.  
  10552.  
  10553. .grid-cols-3 {
  10554.  
  10555.    grid-template-columns: repeat(3,minmax(0,1fr))
  10556.  
  10557. }
  10558.  
  10559.  
  10560.  
  10561. .grid-cols-6 {
  10562.  
  10563.    grid-template-columns: repeat(6,minmax(0,1fr))
  10564.  
  10565. }
  10566.  
  10567.  
  10568.  
  10569. .flex-row {
  10570.  
  10571.    flex-direction: row
  10572.  
  10573. }
  10574.  
  10575.  
  10576.  
  10577. .flex-row-reverse {
  10578.  
  10579.    flex-direction: row-reverse
  10580.  
  10581. }
  10582.  
  10583.  
  10584.  
  10585. .flex-col {
  10586.  
  10587.    flex-direction: column
  10588.  
  10589. }
  10590.  
  10591.  
  10592.  
  10593. .flex-col-reverse {
  10594.  
  10595.    flex-direction: column-reverse
  10596.  
  10597. }
  10598.  
  10599.  
  10600.  
  10601. .content-center {
  10602.  
  10603.    align-content: center
  10604.  
  10605. }
  10606.  
  10607.  
  10608.  
  10609. .content-start {
  10610.  
  10611.    align-content: flex-start
  10612.  
  10613. }
  10614.  
  10615.  
  10616.  
  10617. .content-end {
  10618.  
  10619.    align-content: flex-end
  10620.  
  10621. }
  10622.  
  10623.  
  10624.  
  10625. .items-start {
  10626.  
  10627.    align-items: flex-start
  10628.  
  10629. }
  10630.  
  10631.  
  10632.  
  10633. .items-end {
  10634.  
  10635.    align-items: flex-end
  10636.  
  10637. }
  10638.  
  10639.  
  10640.  
  10641. .items-center {
  10642.  
  10643.    align-items: center
  10644.  
  10645. }
  10646.  
  10647.  
  10648.  
  10649. .items-stretch {
  10650.  
  10651.    align-items: stretch
  10652.  
  10653. }
  10654.  
  10655.  
  10656.  
  10657. .justify-start {
  10658.  
  10659.    justify-content: flex-start
  10660.  
  10661. }
  10662.  
  10663.  
  10664.  
  10665. .justify-end {
  10666.  
  10667.    justify-content: flex-end
  10668.  
  10669. }
  10670.  
  10671.  
  10672.  
  10673. .justify-center {
  10674.  
  10675.    justify-content: center
  10676.  
  10677. }
  10678.  
  10679.  
  10680.  
  10681. .justify-between {
  10682.  
  10683.    justify-content: space-between
  10684.  
  10685. }
  10686.  
  10687.  
  10688.  
  10689. .justify-around {
  10690.  
  10691.    justify-content: space-around
  10692.  
  10693. }
  10694.  
  10695.  
  10696.  
  10697. .\!gap-0 {
  10698.  
  10699.    gap: 0!important
  10700.  
  10701. }
  10702.  
  10703.  
  10704.  
  10705. .gap-1 {
  10706.  
  10707.    gap: .25rem
  10708.  
  10709. }
  10710.  
  10711.  
  10712.  
  10713. .gap-1\.5 {
  10714.  
  10715.    gap: .375rem
  10716.  
  10717. }
  10718.  
  10719.  
  10720.  
  10721. .gap-12 {
  10722.  
  10723.    gap: 3rem
  10724.  
  10725. }
  10726.  
  10727.  
  10728.  
  10729. .gap-2 {
  10730.  
  10731.    gap: .5rem
  10732.  
  10733. }
  10734.  
  10735.  
  10736.  
  10737. .gap-3 {
  10738.  
  10739.    gap: .75rem
  10740.  
  10741. }
  10742.  
  10743.  
  10744.  
  10745. .gap-4 {
  10746.  
  10747.    gap: 1rem
  10748.  
  10749. }
  10750.  
  10751.  
  10752.  
  10753. .gap-5 {
  10754.  
  10755.    gap: 1.25rem
  10756.  
  10757. }
  10758.  
  10759.  
  10760.  
  10761. .gap-6 {
  10762.  
  10763.    gap: 1.5rem
  10764.  
  10765. }
  10766.  
  10767.  
  10768.  
  10769. .gap-8 {
  10770.  
  10771.    gap: 2rem
  10772.  
  10773. }
  10774.  
  10775.  
  10776.  
  10777. .gap-x-4 {
  10778.  
  10779.    -moz-column-gap: 1rem;
  10780.  
  10781.    column-gap: 1rem
  10782.  
  10783. }
  10784.  
  10785.  
  10786.  
  10787. .gap-y-10 {
  10788.  
  10789.    row-gap: 2.5rem
  10790.  
  10791. }
  10792.  
  10793.  
  10794.  
  10795. .gap-y-4 {
  10796.  
  10797.    row-gap: 1rem
  10798.  
  10799. }
  10800.  
  10801.  
  10802.  
  10803. .gap-y-8 {
  10804.  
  10805.    row-gap: 2rem
  10806.  
  10807. }
  10808.  
  10809.  
  10810.  
  10811. .-space-x-px>:not([hidden])~:not([hidden]) {
  10812.  
  10813.    --tw-space-x-reverse: 0;
  10814.  
  10815.    margin-right: calc(-1px * var(--tw-space-x-reverse));
  10816.  
  10817.    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)))
  10818.  
  10819. }
  10820.  
  10821.  
  10822.  
  10823. .space-x-2>:not([hidden])~:not([hidden]) {
  10824.  
  10825.    --tw-space-x-reverse: 0;
  10826.  
  10827.    margin-right: calc(.5rem * var(--tw-space-x-reverse));
  10828.  
  10829.    margin-left: calc(.5rem * calc(1 - var(--tw-space-x-reverse)))
  10830.  
  10831. }
  10832.  
  10833.  
  10834.  
  10835. .space-x-6>:not([hidden])~:not([hidden]) {
  10836.  
  10837.    --tw-space-x-reverse: 0;
  10838.  
  10839.    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  10840.  
  10841.    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))
  10842.  
  10843. }
  10844.  
  10845.  
  10846.  
  10847. .space-y-1>:not([hidden])~:not([hidden]) {
  10848.  
  10849.    --tw-space-y-reverse: 0;
  10850.  
  10851.    margin-top: calc(.25rem * calc(1 - var(--tw-space-y-reverse)));
  10852.  
  10853.    margin-bottom: calc(.25rem * var(--tw-space-y-reverse))
  10854.  
  10855. }
  10856.  
  10857.  
  10858.  
  10859. .space-y-2>:not([hidden])~:not([hidden]) {
  10860.  
  10861.    --tw-space-y-reverse: 0;
  10862.  
  10863.    margin-top: calc(.5rem * calc(1 - var(--tw-space-y-reverse)));
  10864.  
  10865.    margin-bottom: calc(.5rem * var(--tw-space-y-reverse))
  10866.  
  10867. }
  10868.  
  10869.  
  10870.  
  10871. .space-y-3>:not([hidden])~:not([hidden]) {
  10872.  
  10873.    --tw-space-y-reverse: 0;
  10874.  
  10875.    margin-top: calc(.75rem * calc(1 - var(--tw-space-y-reverse)));
  10876.  
  10877.    margin-bottom: calc(.75rem * var(--tw-space-y-reverse))
  10878.  
  10879. }
  10880.  
  10881.  
  10882.  
  10883. .space-y-4>:not([hidden])~:not([hidden]) {
  10884.  
  10885.    --tw-space-y-reverse: 0;
  10886.  
  10887.    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  10888.  
  10889.    margin-bottom: calc(1rem * var(--tw-space-y-reverse))
  10890.  
  10891. }
  10892.  
  10893.  
  10894.  
  10895. .space-y-5>:not([hidden])~:not([hidden]) {
  10896.  
  10897.    --tw-space-y-reverse: 0;
  10898.  
  10899.    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  10900.  
  10901.    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse))
  10902.  
  10903. }
  10904.  
  10905.  
  10906.  
  10907. .divide-y>:not([hidden])~:not([hidden]) {
  10908.  
  10909.    --tw-divide-y-reverse: 0;
  10910.  
  10911.    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  10912.  
  10913.    border-bottom-width: calc(1px * var(--tw-divide-y-reverse))
  10914.  
  10915. }
  10916.  
  10917.  
  10918.  
  10919. .divide-gray-100>:not([hidden])~:not([hidden]) {
  10920.  
  10921.    --tw-divide-opacity: 1;
  10922.  
  10923.    border-color: rgb(243 244 246/var(--tw-divide-opacity))
  10924.  
  10925. }
  10926.  
  10927.  
  10928.  
  10929. .overflow-hidden {
  10930.  
  10931.    overflow: hidden
  10932.  
  10933. }
  10934.  
  10935.  
  10936.  
  10937. .overflow-x-auto {
  10938.  
  10939.    overflow-x: auto
  10940.  
  10941. }
  10942.  
  10943.  
  10944.  
  10945. .overflow-y-auto {
  10946.  
  10947.    overflow-y: auto
  10948.  
  10949. }
  10950.  
  10951.  
  10952.  
  10953. .overflow-x-hidden {
  10954.  
  10955.    overflow-x: hidden
  10956.  
  10957. }
  10958.  
  10959.  
  10960.  
  10961. .overflow-x-scroll {
  10962.  
  10963.    overflow-x: scroll
  10964.  
  10965. }
  10966.  
  10967.  
  10968.  
  10969. .overflow-y-scroll {
  10970.  
  10971.    overflow-y: scroll
  10972.  
  10973. }
  10974.  
  10975.  
  10976.  
  10977. .truncate {
  10978.  
  10979.    overflow: hidden;
  10980.  
  10981.    white-space: nowrap
  10982.  
  10983. }
  10984.  
  10985.  
  10986.  
  10987. .text-ellipsis,.truncate {
  10988.  
  10989.    text-overflow: ellipsis
  10990.  
  10991. }
  10992.  
  10993.  
  10994.  
  10995. .whitespace-nowrap {
  10996.  
  10997.    white-space: nowrap
  10998.  
  10999. }
  11000.  
  11001.  
  11002.  
  11003. .whitespace-pre-line {
  11004.  
  11005.    white-space: pre-line
  11006.  
  11007. }
  11008.  
  11009.  
  11010.  
  11011. .break-words {
  11012.  
  11013.    overflow-wrap: break-word
  11014.  
  11015. }
  11016.  
  11017.  
  11018.  
  11019. .\!rounded-\[50px\] {
  11020.  
  11021.    border-radius: 50px!important
  11022.  
  11023. }
  11024.  
  11025.  
  11026.  
  11027. .\!rounded-full {
  11028.  
  11029.    border-radius: 9999px!important
  11030.  
  11031. }
  11032.  
  11033.  
  11034.  
  11035. .\!rounded-lg {
  11036.  
  11037.    border-radius: .5rem!important
  11038.  
  11039. }
  11040.  
  11041.  
  11042.  
  11043. .rounded {
  11044.  
  11045.    border-radius: .25rem
  11046.  
  11047. }
  11048.  
  11049.  
  11050.  
  11051. .rounded-2xl {
  11052.  
  11053.    border-radius: 1rem
  11054.  
  11055. }
  11056.  
  11057.  
  11058.  
  11059. .rounded-3xl {
  11060.  
  11061.    border-radius: 1.5rem
  11062.  
  11063. }
  11064.  
  11065.  
  11066.  
  11067. .rounded-\[15px\] {
  11068.  
  11069.    border-radius: 15px
  11070.  
  11071. }
  11072.  
  11073.  
  11074.  
  11075. .rounded-\[1rem\] {
  11076.  
  11077.    border-radius: 1rem
  11078.  
  11079. }
  11080.  
  11081.  
  11082.  
  11083. .rounded-\[8px\] {
  11084.  
  11085.    border-radius: 8px
  11086.  
  11087. }
  11088.  
  11089.  
  11090.  
  11091. .rounded-full {
  11092.  
  11093.    border-radius: 9999px
  11094.  
  11095. }
  11096.  
  11097.  
  11098.  
  11099. .rounded-lg {
  11100.  
  11101.    border-radius: .5rem
  11102.  
  11103. }
  11104.  
  11105.  
  11106.  
  11107. .rounded-md {
  11108.  
  11109.    border-radius: .375rem
  11110.  
  11111. }
  11112.  
  11113.  
  11114.  
  11115. .rounded-none {
  11116.  
  11117.    border-radius: 0
  11118.  
  11119. }
  11120.  
  11121.  
  11122.  
  11123. .rounded-xl {
  11124.  
  11125.    border-radius: .75rem
  11126.  
  11127. }
  11128.  
  11129.  
  11130.  
  11131. .rounded-b-lg {
  11132.  
  11133.    border-bottom-right-radius: .5rem;
  11134.  
  11135.    border-bottom-left-radius: .5rem
  11136.  
  11137. }
  11138.  
  11139.  
  11140.  
  11141. .rounded-l-full {
  11142.  
  11143.    border-top-left-radius: 9999px;
  11144.  
  11145.    border-bottom-left-radius: 9999px
  11146.  
  11147. }
  11148.  
  11149.  
  11150.  
  11151. .rounded-l-md {
  11152.  
  11153.    border-top-left-radius: .375rem;
  11154.  
  11155.    border-bottom-left-radius: .375rem
  11156.  
  11157. }
  11158.  
  11159.  
  11160.  
  11161. .rounded-r-full {
  11162.  
  11163.    border-top-right-radius: 9999px;
  11164.  
  11165.    border-bottom-right-radius: 9999px
  11166.  
  11167. }
  11168.  
  11169.  
  11170.  
  11171. .rounded-r-md {
  11172.  
  11173.    border-top-right-radius: .375rem;
  11174.  
  11175.    border-bottom-right-radius: .375rem
  11176.  
  11177. }
  11178.  
  11179.  
  11180.  
  11181. .rounded-t-\[20px\] {
  11182.  
  11183.    border-top-left-radius: 20px;
  11184.  
  11185.    border-top-right-radius: 20px
  11186.  
  11187. }
  11188.  
  11189.  
  11190.  
  11191. .rounded-t-lg {
  11192.  
  11193.    border-top-left-radius: .5rem;
  11194.  
  11195.    border-top-right-radius: .5rem
  11196.  
  11197. }
  11198.  
  11199.  
  11200.  
  11201. .rounded-bl-\[15px\] {
  11202.  
  11203.    border-bottom-left-radius: 15px
  11204.  
  11205. }
  11206.  
  11207.  
  11208.  
  11209. .rounded-bl-full {
  11210.  
  11211.    border-bottom-left-radius: 9999px
  11212.  
  11213. }
  11214.  
  11215.  
  11216.  
  11217. .rounded-br-\[15px\] {
  11218.  
  11219.    border-bottom-right-radius: 15px
  11220.  
  11221. }
  11222.  
  11223.  
  11224.  
  11225. .rounded-tr-\[3000px\] {
  11226.  
  11227.    border-top-right-radius: 3000px
  11228.  
  11229. }
  11230.  
  11231.  
  11232.  
  11233. .border {
  11234.  
  11235.    border-width: 1px
  11236.  
  11237. }
  11238.  
  11239.  
  11240.  
  11241. .border-0 {
  11242.  
  11243.    border-width: 0
  11244.  
  11245. }
  11246.  
  11247.  
  11248.  
  11249. .border-2 {
  11250.  
  11251.    border-width: 2px
  11252.  
  11253. }
  11254.  
  11255.  
  11256.  
  11257. .\!border-b {
  11258.  
  11259.    border-bottom-width: 1px!important
  11260.  
  11261. }
  11262.  
  11263.  
  11264.  
  11265. .border-b {
  11266.  
  11267.    border-bottom-width: 1px
  11268.  
  11269. }
  11270.  
  11271.  
  11272.  
  11273. .border-b-2 {
  11274.  
  11275.    border-bottom-width: 2px
  11276.  
  11277. }
  11278.  
  11279.  
  11280.  
  11281. .border-r {
  11282.  
  11283.    border-right-width: 1px
  11284.  
  11285. }
  11286.  
  11287.  
  11288.  
  11289. .border-t {
  11290.  
  11291.    border-top-width: 1px
  11292.  
  11293. }
  11294.  
  11295.  
  11296.  
  11297. .border-t-2 {
  11298.  
  11299.    border-top-width: 2px
  11300.  
  11301. }
  11302.  
  11303.  
  11304.  
  11305. .\!border-none {
  11306.  
  11307.    border-style: none!important
  11308.  
  11309. }
  11310.  
  11311.  
  11312.  
  11313. .border-none {
  11314.  
  11315.    border-style: none
  11316.  
  11317. }
  11318.  
  11319.  
  11320.  
  11321. .border-\[\#626274\] {
  11322.  
  11323.    --tw-border-opacity: 1;
  11324.  
  11325.    border-color: rgb(98 98 116/var(--tw-border-opacity))
  11326.  
  11327. }
  11328.  
  11329.  
  11330.  
  11331. .border-gray-300 {
  11332.  
  11333.    --tw-border-opacity: 1;
  11334.  
  11335.    border-color: rgb(209 213 219/var(--tw-border-opacity))
  11336.  
  11337. }
  11338.  
  11339.  
  11340.  
  11341. .border-gray-500 {
  11342.  
  11343.    --tw-border-opacity: 1;
  11344.  
  11345.    border-color: rgb(107 114 128/var(--tw-border-opacity))
  11346.  
  11347. }
  11348.  
  11349.  
  11350.  
  11351. .border-gray-600 {
  11352.  
  11353.    --tw-border-opacity: 1;
  11354.  
  11355.    border-color: rgb(75 85 99/var(--tw-border-opacity))
  11356.  
  11357. }
  11358.  
  11359.  
  11360.  
  11361. .border-gray-700 {
  11362.  
  11363.    --tw-border-opacity: 1;
  11364.  
  11365.    border-color: rgb(55 65 81/var(--tw-border-opacity))
  11366.  
  11367. }
  11368.  
  11369.  
  11370.  
  11371. .border-indigo-500 {
  11372.  
  11373.    --tw-border-opacity: 1;
  11374.  
  11375.    border-color: rgb(99 102 241/var(--tw-border-opacity))
  11376.  
  11377. }
  11378.  
  11379.  
  11380.  
  11381. .border-transparent {
  11382.  
  11383.    border-color: transparent
  11384.  
  11385. }
  11386.  
  11387.  
  11388.  
  11389. .border-white\/30 {
  11390.  
  11391.    border-color: hsla(0,0%,100%,.3)
  11392.  
  11393. }
  11394.  
  11395.  
  11396.  
  11397. .\!bg-gray-300 {
  11398.  
  11399.    --tw-bg-opacity: 1!important;
  11400.  
  11401.    background-color: rgb(209 213 219/var(--tw-bg-opacity))!important
  11402.  
  11403. }
  11404.  
  11405.  
  11406.  
  11407. .bg-\[\#22a328\] {
  11408.  
  11409.    --tw-bg-opacity: 1;
  11410.  
  11411.    background-color: rgb(34 163 40/var(--tw-bg-opacity))
  11412.  
  11413. }
  11414.  
  11415.  
  11416.  
  11417. .bg-\[\#2abe31\] {
  11418.  
  11419.    --tw-bg-opacity: 1;
  11420.  
  11421.    background-color: rgb(42 190 49/var(--tw-bg-opacity))
  11422.  
  11423. }
  11424.  
  11425.  
  11426.  
  11427. .bg-\[\#5067e4\] {
  11428.  
  11429.    --tw-bg-opacity: 1;
  11430.  
  11431.    background-color: rgb(80 103 228/var(--tw-bg-opacity))
  11432.  
  11433. }
  11434.  
  11435.  
  11436.  
  11437. .bg-\[\#e44a4a\] {
  11438.  
  11439.    --tw-bg-opacity: 1;
  11440.  
  11441.    background-color: rgb(228 74 74/var(--tw-bg-opacity))
  11442.  
  11443. }
  11444.  
  11445.  
  11446.  
  11447. .bg-\[\#e7fea2\] {
  11448.  
  11449.    --tw-bg-opacity: 1;
  11450.  
  11451.    background-color: rgb(231 254 162/var(--tw-bg-opacity))
  11452.  
  11453. }
  11454.  
  11455.  
  11456.  
  11457. .bg-\[\#ffc5c5\] {
  11458.  
  11459.    --tw-bg-opacity: 1;
  11460.  
  11461.    background-color: rgb(255 197 197/var(--tw-bg-opacity))
  11462.  
  11463. }
  11464.  
  11465.  
  11466.  
  11467. .bg-\[\#fff2c5\] {
  11468.  
  11469.    --tw-bg-opacity: 1;
  11470.  
  11471.    background-color: rgb(255 242 197/var(--tw-bg-opacity))
  11472.  
  11473. }
  11474.  
  11475.  
  11476.  
  11477. .bg-backgroundSecondary {
  11478.  
  11479.    --tw-bg-opacity: 1;
  11480.  
  11481.    background-color: rgb(50 50 62/var(--tw-bg-opacity))
  11482.  
  11483. }
  11484.  
  11485.  
  11486.  
  11487. .bg-black {
  11488.  
  11489.    --tw-bg-opacity: 1;
  11490.  
  11491.    background-color: rgb(0 0 0/var(--tw-bg-opacity))
  11492.  
  11493. }
  11494.  
  11495.  
  11496.  
  11497. .bg-blue-100 {
  11498.  
  11499.    --tw-bg-opacity: 1;
  11500.  
  11501.    background-color: rgb(219 234 254/var(--tw-bg-opacity))
  11502.  
  11503. }
  11504.  
  11505.  
  11506.  
  11507. .bg-btnPurple {
  11508.  
  11509.    --tw-bg-opacity: 1;
  11510.  
  11511.    background-color: rgb(112 127 235/var(--tw-bg-opacity))
  11512.  
  11513. }
  11514.  
  11515.  
  11516.  
  11517. .bg-btnPurple\/70 {
  11518.  
  11519.    background-color: rgba(112,127,235,.7)
  11520.  
  11521. }
  11522.  
  11523.  
  11524.  
  11525. .bg-gray-200 {
  11526.  
  11527.    --tw-bg-opacity: 1;
  11528.  
  11529.    background-color: rgb(229 231 235/var(--tw-bg-opacity))
  11530.  
  11531. }
  11532.  
  11533.  
  11534.  
  11535. .bg-gray-300 {
  11536.  
  11537.    --tw-bg-opacity: 1;
  11538.  
  11539.    background-color: rgb(209 213 219/var(--tw-bg-opacity))
  11540.  
  11541. }
  11542.  
  11543.  
  11544.  
  11545. .bg-gray-600\/75 {
  11546.  
  11547.    background-color: rgba(75,85,99,.75)
  11548.  
  11549. }
  11550.  
  11551.  
  11552.  
  11553. .bg-gray-700 {
  11554.  
  11555.    --tw-bg-opacity: 1;
  11556.  
  11557.    background-color: #B298C8
  11558.  
  11559. }
  11560.  
  11561.  
  11562.  
  11563. .bg-indigo-50 {
  11564.  
  11565.    --tw-bg-opacity: 1;
  11566.  
  11567.    background-color: rgb(238 242 255/var(--tw-bg-opacity))
  11568.  
  11569. }
  11570.  
  11571.  
  11572.  
  11573. .bg-orange-100 {
  11574.  
  11575.    --tw-bg-opacity: 1;
  11576.  
  11577.    background-color: rgb(255 237 213/var(--tw-bg-opacity))
  11578.  
  11579. }
  11580.  
  11581.  
  11582.  
  11583. .bg-orange-600 {
  11584.  
  11585.    --tw-bg-opacity: 1;
  11586.  
  11587.    background-color: rgb(234 88 12/var(--tw-bg-opacity))
  11588.  
  11589. }
  11590.  
  11591.  
  11592.  
  11593. .bg-transparent {
  11594.  
  11595.    background-color: transparent
  11596.  
  11597. }
  11598.  
  11599.  
  11600.  
  11601. .bg-white {
  11602.  
  11603.    --tw-bg-opacity: 1;
  11604.  
  11605.    background-color: rgb(255 255 255/var(--tw-bg-opacity))
  11606.  
  11607. }
  11608.  
  11609.  
  11610.  
  11611. .bg-white\/80 {
  11612.  
  11613.    background-color: hsla(0,0%,100%,.8)
  11614.  
  11615. }
  11616.  
  11617.  
  11618.  
  11619. .bg-opacity-0 {
  11620.  
  11621.    --tw-bg-opacity: 0
  11622.  
  11623. }
  11624.  
  11625.  
  11626.  
  11627. .bg-opacity-100 {
  11628.  
  11629.    --tw-bg-opacity: 1
  11630.  
  11631. }
  11632.  
  11633.  
  11634.  
  11635. .bg-opacity-40 {
  11636.  
  11637.    --tw-bg-opacity: 0.4
  11638.  
  11639. }
  11640.  
  11641.  
  11642.  
  11643. .bg-gradient-to-r {
  11644.  
  11645.    background-image: linear-gradient(to right,var(--tw-gradient-stops))
  11646.  
  11647. }
  11648.  
  11649.  
  11650.  
  11651. .bg-none {
  11652.  
  11653.    background-image: none
  11654.  
  11655. }
  11656.  
  11657.  
  11658.  
  11659. .from-gray-400 {
  11660.  
  11661.    --tw-gradient-from: #9ca3af;
  11662.  
  11663.    --tw-gradient-to: rgba(156,163,175,0);
  11664.  
  11665.    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
  11666.  
  11667. }
  11668.  
  11669.  
  11670.  
  11671. .fill-white {
  11672.  
  11673.    fill: #fff
  11674.  
  11675. }
  11676.  
  11677.  
  11678.  
  11679. .object-contain {
  11680.  
  11681.    -o-object-fit: contain;
  11682.  
  11683.    object-fit: contain
  11684.  
  11685. }
  11686.  
  11687.  
  11688.  
  11689. .\!object-cover {
  11690.  
  11691.    -o-object-fit: cover!important;
  11692.  
  11693.    object-fit: cover!important
  11694.  
  11695. }
  11696.  
  11697.  
  11698.  
  11699. .object-cover {
  11700.  
  11701.    -o-object-fit: cover;
  11702.  
  11703.    object-fit: cover
  11704.  
  11705. }
  11706.  
  11707.  
  11708.  
  11709. .object-center {
  11710.  
  11711.    -o-object-position: center;
  11712.  
  11713.    object-position: center
  11714.  
  11715. }
  11716.  
  11717.  
  11718.  
  11719. .object-left {
  11720.  
  11721.    -o-object-position: left;
  11722.  
  11723.    object-position: left
  11724.  
  11725. }
  11726.  
  11727.  
  11728.  
  11729. .object-right {
  11730.  
  11731.    -o-object-position: right;
  11732.  
  11733.    object-position: right
  11734.  
  11735. }
  11736.  
  11737.  
  11738.  
  11739. .\!p-0 {
  11740.  
  11741.    padding: 0!important
  11742.  
  11743. }
  11744.  
  11745.  
  11746.  
  11747. .\!p-4 {
  11748.  
  11749.    padding: 1rem!important
  11750.  
  11751. }
  11752.  
  11753.  
  11754.  
  11755. .p-0 {
  11756.  
  11757.    padding: 0
  11758.  
  11759. }
  11760.  
  11761.  
  11762.  
  11763. .p-1 {
  11764.  
  11765.    padding: .25rem
  11766.  
  11767. }
  11768.  
  11769.  
  11770.  
  11771. .p-2 {
  11772.  
  11773.    padding: .5rem
  11774.  
  11775. }
  11776.  
  11777.  
  11778.  
  11779. .p-2\.5 {
  11780.  
  11781.    padding: .625rem
  11782.  
  11783. }
  11784.  
  11785.  
  11786.  
  11787. .p-3 {
  11788.  
  11789.    padding: .75rem
  11790.  
  11791. }
  11792.  
  11793.  
  11794.  
  11795. .p-4 {
  11796.  
  11797.    padding: 1rem
  11798.  
  11799. }
  11800.  
  11801.  
  11802.  
  11803. .p-5 {
  11804.  
  11805.    padding: 1.25rem
  11806.  
  11807. }
  11808.  
  11809.  
  11810.  
  11811. .p-6 {
  11812.  
  11813.    padding: 1.5rem
  11814.  
  11815. }
  11816.  
  11817.  
  11818.  
  11819. .p-8 {
  11820.  
  11821.    padding: 2rem
  11822.  
  11823. }
  11824.  
  11825.  
  11826.  
  11827. .\!px-0 {
  11828.  
  11829.    padding-left: 0!important;
  11830.  
  11831.    padding-right: 0!important
  11832.  
  11833. }
  11834.  
  11835.  
  11836.  
  11837. .\!px-3 {
  11838.  
  11839.    padding-left: .75rem!important;
  11840.  
  11841.    padding-right: .75rem!important
  11842.  
  11843. }
  11844.  
  11845.  
  11846.  
  11847. .\!px-4 {
  11848.  
  11849.    padding-left: 1rem!important;
  11850.  
  11851.    padding-right: 1rem!important
  11852.  
  11853. }
  11854.  
  11855.  
  11856.  
  11857. .\!py-1 {
  11858.  
  11859.    padding-top: .25rem!important;
  11860.  
  11861.    padding-bottom: .25rem!important
  11862.  
  11863. }
  11864.  
  11865.  
  11866.  
  11867. .\!py-1\.5 {
  11868.  
  11869.    padding-top: .375rem!important;
  11870.  
  11871.    padding-bottom: .375rem!important
  11872.  
  11873. }
  11874.  
  11875.  
  11876.  
  11877. .px-0 {
  11878.  
  11879.    padding-left: 0;
  11880.  
  11881.    padding-right: 0
  11882.  
  11883. }
  11884.  
  11885.  
  11886.  
  11887. .px-1 {
  11888.  
  11889.    padding-left: .25rem;
  11890.  
  11891.    padding-right: .25rem
  11892.  
  11893. }
  11894.  
  11895.  
  11896.  
  11897. .px-14 {
  11898.  
  11899.    padding-left: 3.5rem;
  11900.  
  11901.    padding-right: 3.5rem
  11902.  
  11903. }
  11904.  
  11905.  
  11906.  
  11907. .px-2 {
  11908.  
  11909.    padding-left: .5rem;
  11910.  
  11911.    padding-right: .5rem
  11912.  
  11913. }
  11914.  
  11915.  
  11916.  
  11917. .px-2\.5 {
  11918.  
  11919.    padding-left: .625rem;
  11920.  
  11921.    padding-right: .625rem
  11922.  
  11923. }
  11924.  
  11925.  
  11926.  
  11927. .px-20 {
  11928.  
  11929.    padding-left: 5rem;
  11930.  
  11931.    padding-right: 5rem
  11932.  
  11933. }
  11934.  
  11935.  
  11936.  
  11937. .px-3 {
  11938.  
  11939.    padding-left: .75rem;
  11940.  
  11941.    padding-right: .75rem
  11942.  
  11943. }
  11944.  
  11945.  
  11946.  
  11947. .px-4 {
  11948.  
  11949.    padding-left: 1rem;
  11950.  
  11951.    padding-right: 1rem
  11952.  
  11953. }
  11954.  
  11955.  
  11956.  
  11957. .px-5 {
  11958.  
  11959.    padding-left: 1.25rem;
  11960.  
  11961.    padding-right: 1.25rem
  11962.  
  11963. }
  11964.  
  11965.  
  11966.  
  11967. .px-6 {
  11968.  
  11969.    padding-left: 1.5rem;
  11970.  
  11971.    padding-right: 1.5rem
  11972.  
  11973. }
  11974.  
  11975.  
  11976.  
  11977. .px-\[0\.75rem\] {
  11978.  
  11979.    padding-left: .75rem;
  11980.  
  11981.    padding-right: .75rem
  11982.  
  11983. }
  11984.  
  11985.  
  11986.  
  11987. .px-\[18px\] {
  11988.  
  11989.    padding-left: 18px;
  11990.  
  11991.    padding-right: 18px
  11992.  
  11993. }
  11994.  
  11995.  
  11996.  
  11997. .py-0 {
  11998.  
  11999.    padding-top: 0;
  12000.  
  12001.    padding-bottom: 0
  12002.  
  12003. }
  12004.  
  12005.  
  12006.  
  12007. .py-1 {
  12008.  
  12009.    padding-top: .25rem;
  12010.  
  12011.    padding-bottom: .25rem
  12012.  
  12013. }
  12014.  
  12015.  
  12016.  
  12017. .py-1\.5 {
  12018.  
  12019.    padding-top: .375rem;
  12020.  
  12021.    padding-bottom: .375rem
  12022.  
  12023. }
  12024.  
  12025.  
  12026.  
  12027. .py-10 {
  12028.  
  12029.    padding-top: 2.5rem;
  12030.  
  12031.    padding-bottom: 2.5rem
  12032.  
  12033. }
  12034.  
  12035.  
  12036.  
  12037. .py-2 {
  12038.  
  12039.    padding-top: .5rem;
  12040.  
  12041.    padding-bottom: .5rem
  12042.  
  12043. }
  12044.  
  12045.  
  12046.  
  12047. .py-2\.5 {
  12048.  
  12049.    padding-top: .625rem;
  12050.  
  12051.    padding-bottom: .625rem
  12052.  
  12053. }
  12054.  
  12055.  
  12056.  
  12057. .py-24 {
  12058.  
  12059.    padding-top: 6rem;
  12060.  
  12061.    padding-bottom: 6rem
  12062.  
  12063. }
  12064.  
  12065.  
  12066.  
  12067. .py-3 {
  12068.  
  12069.    padding-top: .75rem;
  12070.  
  12071.    padding-bottom: .75rem
  12072.  
  12073. }
  12074.  
  12075.  
  12076.  
  12077. .py-4 {
  12078.  
  12079.    padding-top: 1rem;
  12080.  
  12081.    padding-bottom: 1rem
  12082.  
  12083. }
  12084.  
  12085.  
  12086.  
  12087. .py-5 {
  12088.  
  12089.    padding-top: 1.25rem;
  12090.  
  12091.    padding-bottom: 1.25rem
  12092.  
  12093. }
  12094.  
  12095.  
  12096.  
  12097. .py-6 {
  12098.  
  12099.    padding-top: 1.5rem;
  12100.  
  12101.    padding-bottom: 1.5rem
  12102.  
  12103. }
  12104.  
  12105.  
  12106.  
  12107. .py-8 {
  12108.  
  12109.    padding-top: 2rem;
  12110.  
  12111.    padding-bottom: 2rem
  12112.  
  12113. }
  12114.  
  12115.  
  12116.  
  12117. .py-\[0\.5rem\] {
  12118.  
  12119.    padding-top: .5rem;
  12120.  
  12121.    padding-bottom: .5rem
  12122.  
  12123. }
  12124.  
  12125.  
  12126.  
  12127. .py-\[5\.5rem\] {
  12128.  
  12129.    padding-top: 5.5rem;
  12130.  
  12131.    padding-bottom: 5.5rem
  12132.  
  12133. }
  12134.  
  12135.  
  12136.  
  12137. .pb-0 {
  12138.  
  12139.    padding-bottom: 0
  12140.  
  12141. }
  12142.  
  12143.  
  12144.  
  12145. .pb-1 {
  12146.  
  12147.    padding-bottom: .25rem
  12148.  
  12149. }
  12150.  
  12151.  
  12152.  
  12153. .pb-14 {
  12154.  
  12155.    padding-bottom: 3.5rem
  12156.  
  12157. }
  12158.  
  12159.  
  12160.  
  12161. .pb-16 {
  12162.  
  12163.    padding-bottom: 4rem
  12164.  
  12165. }
  12166.  
  12167.  
  12168.  
  12169. .pb-2 {
  12170.  
  12171.    padding-bottom: .5rem
  12172.  
  12173. }
  12174.  
  12175.  
  12176.  
  12177. .pb-2\.5 {
  12178.  
  12179.    padding-bottom: .625rem
  12180.  
  12181. }
  12182.  
  12183.  
  12184.  
  12185. .pb-20 {
  12186.  
  12187.    padding-bottom: 5rem
  12188.  
  12189. }
  12190.  
  12191.  
  12192.  
  12193. .pb-24 {
  12194.  
  12195.    padding-bottom: 6rem
  12196.  
  12197. }
  12198.  
  12199.  
  12200.  
  12201. .pb-3 {
  12202.  
  12203.    padding-bottom: .75rem
  12204.  
  12205. }
  12206.  
  12207.  
  12208.  
  12209. .pb-32 {
  12210.  
  12211.    padding-bottom: 8rem
  12212.  
  12213. }
  12214.  
  12215.  
  12216.  
  12217. .pb-4 {
  12218.  
  12219.    padding-bottom: 1rem
  12220.  
  12221. }
  12222.  
  12223.  
  12224.  
  12225. .pb-5 {
  12226.  
  12227.    padding-bottom: 1.25rem
  12228.  
  12229. }
  12230.  
  12231.  
  12232.  
  12233. .pb-8,.pb-\[2rem\] {
  12234.  
  12235.    padding-bottom: 2rem
  12236.  
  12237. }
  12238.  
  12239.  
  12240.  
  12241. .pb-\[3px\] {
  12242.  
  12243.    padding-bottom: 3px
  12244.  
  12245. }
  12246.  
  12247.  
  12248.  
  12249. .pl-10 {
  12250.  
  12251.    padding-left: 2.5rem
  12252.  
  12253. }
  12254.  
  12255.  
  12256.  
  12257. .pl-2 {
  12258.  
  12259.    padding-left: .5rem
  12260.  
  12261. }
  12262.  
  12263.  
  12264.  
  12265. .pl-3 {
  12266.  
  12267.    padding-left: .75rem
  12268.  
  12269. }
  12270.  
  12271.  
  12272.  
  12273. .pl-4 {
  12274.  
  12275.    padding-left: 1rem
  12276.  
  12277. }
  12278.  
  12279.  
  12280.  
  12281. .pl-5 {
  12282.  
  12283.    padding-left: 1.25rem
  12284.  
  12285. }
  12286.  
  12287.  
  12288.  
  12289. .pl-\[3\.2rem\] {
  12290.  
  12291.    padding-left: 3.2rem
  12292.  
  12293. }
  12294.  
  12295.  
  12296.  
  12297. .pr-0 {
  12298.  
  12299.    padding-right: 0
  12300.  
  12301. }
  12302.  
  12303.  
  12304.  
  12305. .pr-10 {
  12306.  
  12307.    padding-right: 2.5rem
  12308.  
  12309. }
  12310.  
  12311.  
  12312.  
  12313. .pr-2 {
  12314.  
  12315.    padding-right: .5rem
  12316.  
  12317. }
  12318.  
  12319.  
  12320.  
  12321. .pr-20 {
  12322.  
  12323.    padding-right: 5rem
  12324.  
  12325. }
  12326.  
  12327.  
  12328.  
  12329. .pr-3 {
  12330.  
  12331.    padding-right: .75rem
  12332.  
  12333. }
  12334.  
  12335.  
  12336.  
  12337. .pr-4 {
  12338.  
  12339.    padding-right: 1rem
  12340.  
  12341. }
  12342.  
  12343.  
  12344.  
  12345. .pr-5 {
  12346.  
  12347.    padding-right: 1.25rem
  12348.  
  12349. }
  12350.  
  12351.  
  12352.  
  12353. .pr-\[3\.2rem\] {
  12354.  
  12355.    padding-right: 3.2rem
  12356.  
  12357. }
  12358.  
  12359.  
  12360.  
  12361. .pt-0 {
  12362.  
  12363.    padding-top: 0
  12364.  
  12365. }
  12366.  
  12367.  
  12368.  
  12369. .pt-1 {
  12370.  
  12371.    padding-top: .25rem
  12372.  
  12373. }
  12374.  
  12375.  
  12376.  
  12377. .pt-10 {
  12378.  
  12379.    padding-top: 2.5rem
  12380.  
  12381. }
  12382.  
  12383.  
  12384.  
  12385. .pt-12 {
  12386.  
  12387.    padding-top: 3rem
  12388.  
  12389. }
  12390.  
  12391.  
  12392.  
  12393. .pt-14 {
  12394.  
  12395.    padding-top: 3.5rem
  12396.  
  12397. }
  12398.  
  12399.  
  12400.  
  12401. .pt-16 {
  12402.  
  12403.    padding-top: 4rem
  12404.  
  12405. }
  12406.  
  12407.  
  12408.  
  12409. .pt-2 {
  12410.  
  12411.    padding-top: .5rem
  12412.  
  12413. }
  12414.  
  12415.  
  12416.  
  12417. .pt-3 {
  12418.  
  12419.    padding-top: .75rem
  12420.  
  12421. }
  12422.  
  12423.  
  12424.  
  12425. .pt-4 {
  12426.  
  12427.    padding-top: 1rem
  12428.  
  12429. }
  12430.  
  12431.  
  12432.  
  12433. .pt-5 {
  12434.  
  12435.    padding-top: 1.25rem
  12436.  
  12437. }
  12438.  
  12439.  
  12440.  
  12441. .pt-6 {
  12442.  
  12443.    padding-top: 1.5rem
  12444.  
  12445. }
  12446.  
  12447.  
  12448.  
  12449. .pt-8 {
  12450.  
  12451.    padding-top: 2rem
  12452.  
  12453. }
  12454.  
  12455.  
  12456.  
  12457. .text-left {
  12458.  
  12459.    text-align: left
  12460.  
  12461. }
  12462.  
  12463.  
  12464.  
  12465. .text-center {
  12466.  
  12467.    text-align: center
  12468.  
  12469. }
  12470.  
  12471.  
  12472.  
  12473. .text-right {
  12474.  
  12475.    text-align: right
  12476.  
  12477. }
  12478.  
  12479.  
  12480.  
  12481. .text-justify {
  12482.  
  12483.    text-align: justify
  12484.  
  12485. }
  12486.  
  12487.  
  12488.  
  12489. .text-start {
  12490.  
  12491.    text-align: start
  12492.  
  12493. }
  12494.  
  12495.  
  12496.  
  12497. .text-2xl {
  12498.  
  12499.    font-size: 1.5rem;
  12500.  
  12501.    line-height: 2rem
  12502.  
  12503. }
  12504.  
  12505.  
  12506.  
  12507. .text-4xl {
  12508.  
  12509.    font-size: 2.25rem;
  12510.  
  12511.    line-height: 2.5rem
  12512.  
  12513. }
  12514.  
  12515.  
  12516.  
  12517. .text-\[0\.92rem\] {
  12518.  
  12519.    font-size: .92rem
  12520.  
  12521. }
  12522.  
  12523.  
  12524.  
  12525. .text-\[10px\] {
  12526.  
  12527.    font-size: 10px
  12528.  
  12529. }
  12530.  
  12531.  
  12532.  
  12533. .text-\[12px\] {
  12534.  
  12535.    font-size: 12px
  12536.  
  12537. }
  12538.  
  12539.  
  12540.  
  12541. .text-\[13px\] {
  12542.  
  12543.    font-size: 13px
  12544.  
  12545. }
  12546.  
  12547.  
  12548.  
  12549. .text-\[14px\] {
  12550.  
  12551.    font-size: 14px
  12552.  
  12553. }
  12554.  
  12555.  
  12556.  
  12557. .text-\[15px\] {
  12558.  
  12559.    font-size: 15px
  12560.  
  12561. }
  12562.  
  12563.  
  12564.  
  12565. .text-\[18px\] {
  12566.  
  12567.    font-size: 18px
  12568.  
  12569. }
  12570.  
  12571.  
  12572.  
  12573. .text-\[20px\] {
  12574.  
  12575.    font-size: 20px
  12576.  
  12577. }
  12578.  
  12579.  
  12580.  
  12581. .text-\[24px\] {
  12582.  
  12583.    font-size: 24px
  12584.  
  12585. }
  12586.  
  12587.  
  12588.  
  12589. .text-\[40px\] {
  12590.  
  12591.    font-size: 40px
  12592.  
  12593. }
  12594.  
  12595.  
  12596.  
  12597. .text-base {
  12598.  
  12599.    font-size: 1rem;
  12600.  
  12601.    line-height: 1.5rem
  12602.  
  12603. }
  12604.  
  12605.  
  12606.  
  12607. .text-lg {
  12608.  
  12609.    font-size: 1.125rem;
  12610.  
  12611.    line-height: 1.75rem
  12612.  
  12613. }
  12614.  
  12615.  
  12616.  
  12617. .text-sm {
  12618.  
  12619.    font-size: .875rem;
  12620.  
  12621.    line-height: 1.25rem
  12622.  
  12623. }
  12624.  
  12625.  
  12626.  
  12627. .text-xl {
  12628.  
  12629.    font-size: 1.25rem;
  12630.  
  12631.    line-height: 1.75rem
  12632.  
  12633. }
  12634.  
  12635.  
  12636.  
  12637. .text-xs {
  12638.  
  12639.    font-size: .75rem;
  12640.  
  12641.    line-height: 1rem
  12642.  
  12643. }
  12644.  
  12645.  
  12646.  
  12647. .font-bold {
  12648.  
  12649.    font-weight: 700
  12650.  
  12651. }
  12652.  
  12653.  
  12654.  
  12655. .font-extrabold {
  12656.  
  12657.    font-weight: 800
  12658.  
  12659. }
  12660.  
  12661.  
  12662.  
  12663. .font-light {
  12664.  
  12665.    font-weight: 300
  12666.  
  12667. }
  12668.  
  12669.  
  12670.  
  12671. .font-medium {
  12672.  
  12673.    font-weight: 500
  12674.  
  12675. }
  12676.  
  12677.  
  12678.  
  12679. .font-normal {
  12680.  
  12681.    font-weight: 400
  12682.  
  12683. }
  12684.  
  12685.  
  12686.  
  12687. .font-semibold {
  12688.  
  12689.    font-weight: 600
  12690.  
  12691. }
  12692.  
  12693.  
  12694.  
  12695. .uppercase {
  12696.  
  12697.    text-transform: uppercase
  12698.  
  12699. }
  12700.  
  12701.  
  12702.  
  12703. .capitalize {
  12704.  
  12705.    text-transform: capitalize
  12706.  
  12707. }
  12708.  
  12709.  
  12710.  
  12711. .italic {
  12712.  
  12713.    font-style: italic
  12714.  
  12715. }
  12716.  
  12717.  
  12718.  
  12719. .leading-4 {
  12720.  
  12721.    line-height: 1rem
  12722.  
  12723. }
  12724.  
  12725.  
  12726.  
  12727. .leading-5 {
  12728.  
  12729.    line-height: 1.25rem
  12730.  
  12731. }
  12732.  
  12733.  
  12734.  
  12735. .leading-6 {
  12736.  
  12737.    line-height: 1.5rem
  12738.  
  12739. }
  12740.  
  12741.  
  12742.  
  12743. .leading-7 {
  12744.  
  12745.    line-height: 1.75rem
  12746.  
  12747. }
  12748.  
  12749.  
  12750.  
  12751. .leading-\[150\%\] {
  12752.  
  12753.    line-height: 150%
  12754.  
  12755. }
  12756.  
  12757.  
  12758.  
  12759. .leading-\[20px\] {
  12760.  
  12761.    line-height: 20px
  12762.  
  12763. }
  12764.  
  12765.  
  12766.  
  12767. .leading-\[26px\] {
  12768.  
  12769.    line-height: 26px
  12770.  
  12771. }
  12772.  
  12773.  
  12774.  
  12775. .leading-\[30\.8px\] {
  12776.  
  12777.    line-height: 30.8px
  12778.  
  12779. }
  12780.  
  12781.  
  12782.  
  12783. .leading-\[66\.8px\] {
  12784.  
  12785.    line-height: 66.8px
  12786.  
  12787. }
  12788.  
  12789.  
  12790.  
  12791. .leading-normal {
  12792.  
  12793.    line-height: 1.5
  12794.  
  12795. }
  12796.  
  12797.  
  12798.  
  12799. .tracking-\[0\.1em\] {
  12800.  
  12801.    letter-spacing: .1em
  12802.  
  12803. }
  12804.  
  12805.  
  12806.  
  12807. .tracking-\[0\.2em\] {
  12808.  
  12809.    letter-spacing: .2em
  12810.  
  12811. }
  12812.  
  12813.  
  12814.  
  12815. .tracking-\[0\.3px\] {
  12816.  
  12817.    letter-spacing: .3px
  12818.  
  12819. }
  12820.  
  12821.  
  12822.  
  12823. .tracking-tight {
  12824.  
  12825.    letter-spacing: -.025em
  12826.  
  12827. }
  12828.  
  12829.  
  12830.  
  12831.  
  12832.  
  12833. .text-black {
  12834.  
  12835.    --tw-text-opacity: 1;
  12836.  
  12837.    color: rgb(0 0 0/var(--tw-text-opacity))
  12838.  
  12839. }
  12840.  
  12841.  
  12842.  
  12843. .text-blue-700 {
  12844.  
  12845.    --tw-text-opacity: 1;
  12846.  
  12847.    color: rgb(29 78 216/var(--tw-text-opacity))
  12848.  
  12849. }
  12850.  
  12851.  
  12852.  
  12853. .text-btnPurple {
  12854.  
  12855.    --tw-text-opacity: 1;
  12856.  
  12857.    color: rgb(112 127 235/var(--tw-text-opacity))
  12858.  
  12859. }
  12860.  
  12861.  
  12862.  
  12863. .text-gray-200 {
  12864.  
  12865.    --tw-text-opacity: 1;
  12866.  
  12867.    color: rgb(229 231 235/var(--tw-text-opacity))
  12868.  
  12869. }
  12870.  
  12871.  
  12872.  
  12873. .text-gray-300 {
  12874.  
  12875.    --tw-text-opacity: 1;
  12876.  
  12877.    color: rgb(209 213 219/var(--tw-text-opacity))
  12878.  
  12879. }
  12880.  
  12881.  
  12882.  
  12883. .text-gray-400 {
  12884.  
  12885.    --tw-text-opacity: 1;
  12886.  
  12887.    color: rgb(156 163 175/var(--tw-text-opacity))
  12888.  
  12889. }
  12890.  
  12891.  
  12892.  
  12893. .text-gray-500 {
  12894.  
  12895.    --tw-text-opacity: 1;
  12896.  
  12897.    color: rgb(107 114 128/var(--tw-text-opacity))
  12898.  
  12899. }
  12900.  
  12901.  
  12902.  
  12903. .text-gray-600 {
  12904.  
  12905.    --tw-text-opacity: 1;
  12906.  
  12907.    color: rgb(75 85 99/var(--tw-text-opacity))
  12908.  
  12909. }
  12910.  
  12911.  
  12912.  
  12913. .text-gray-900 {
  12914.  
  12915.    --tw-text-opacity: 1;
  12916.  
  12917.    color: rgb(17 24 39/var(--tw-text-opacity))
  12918.  
  12919. }
  12920.  
  12921.  
  12922.  
  12923. .text-green-500 {
  12924.  
  12925.    --tw-text-opacity: 1;
  12926.  
  12927.    color: rgb(34 197 94/var(--tw-text-opacity))
  12928.  
  12929. }
  12930.  
  12931.  
  12932.  
  12933. .text-green-600 {
  12934.  
  12935.    --tw-text-opacity: 1;
  12936.  
  12937.    color: rgb(22 163 74/var(--tw-text-opacity))
  12938.  
  12939. }
  12940.  
  12941.  
  12942.  
  12943. .text-indigo-600 {
  12944.  
  12945.    --tw-text-opacity: 1;
  12946.  
  12947.    color: rgb(79 70 229/var(--tw-text-opacity))
  12948.  
  12949. }
  12950.  
  12951.  
  12952.  
  12953. .text-info {
  12954.  
  12955.    --tw-text-opacity: 1;
  12956.  
  12957.    color: rgb(34 211 238/var(--tw-text-opacity))
  12958.  
  12959. }
  12960.  
  12961.  
  12962.  
  12963. .text-orange-700 {
  12964.  
  12965.    --tw-text-opacity: 1;
  12966.  
  12967.    color: rgb(194 65 12/var(--tw-text-opacity))
  12968.  
  12969. }
  12970.  
  12971.  
  12972.  
  12973. .text-red-400 {
  12974.  
  12975.    --tw-text-opacity: 1;
  12976.  
  12977.    color: rgb(248 113 113/var(--tw-text-opacity))
  12978.  
  12979. }
  12980.  
  12981.  
  12982.  
  12983. .text-red-600 {
  12984.  
  12985.    --tw-text-opacity: 1;
  12986.  
  12987.    color: rgb(220 38 38/var(--tw-text-opacity))
  12988.  
  12989. }
  12990.  
  12991.  
  12992.  
  12993. .text-red-700 {
  12994.  
  12995.    --tw-text-opacity: 1;
  12996.  
  12997.    color: rgb(185 28 28/var(--tw-text-opacity))
  12998.  
  12999. }
  13000.  
  13001.  
  13002.  
  13003. .text-slate-900 {
  13004.  
  13005.    --tw-text-opacity: 1;
  13006.  
  13007.    color: rgb(15 23 42/var(--tw-text-opacity))
  13008.  
  13009. }
  13010.  
  13011.  
  13012.  
  13013. .text-white {
  13014.  
  13015.    --tw-text-opacity: 1;
  13016.  
  13017.    color: rgb(255 255 255/var(--tw-text-opacity))
  13018.  
  13019. }
  13020.  
  13021.  
  13022.  
  13023. .text-white\/70 {
  13024.  
  13025.    color: hsla(0,0%,100%,.7)
  13026.  
  13027. }
  13028.  
  13029.  
  13030.  
  13031. .text-white\/75 {
  13032.  
  13033.    color: hsla(0,0%,100%,.75)
  13034.  
  13035. }
  13036.  
  13037.  
  13038.  
  13039. .underline {
  13040.  
  13041.    text-decoration-line: underline
  13042.  
  13043. }
  13044.  
  13045.  
  13046.  
  13047. .no-underline {
  13048.  
  13049.    text-decoration-line: none
  13050.  
  13051. }
  13052.  
  13053.  
  13054.  
  13055. .opacity-0 {
  13056.  
  13057.    opacity: 0
  13058.  
  13059. }
  13060.  
  13061.  
  13062.  
  13063. .opacity-100 {
  13064.  
  13065.    opacity: 1
  13066.  
  13067. }
  13068.  
  13069.  
  13070.  
  13071. .opacity-25 {
  13072.  
  13073.    opacity: .25
  13074.  
  13075. }
  13076.  
  13077.  
  13078.  
  13079. .opacity-75 {
  13080.  
  13081.    opacity: .75
  13082.  
  13083. }
  13084.  
  13085.  
  13086.  
  13087. .mix-blend-multiply {
  13088.  
  13089.    mix-blend-mode: multiply
  13090.  
  13091. }
  13092.  
  13093.  
  13094.  
  13095. .shadow-2xl {
  13096.  
  13097.    --tw-shadow: 0 25px 50px -12px rgba(0,0,0,.25);
  13098.  
  13099.    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color)
  13100.  
  13101. }
  13102.  
  13103.  
  13104.  
  13105. .shadow-2xl,.shadow-lg {
  13106.  
  13107.    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
  13108.  
  13109. }
  13110.  
  13111.  
  13112.  
  13113. .shadow-lg {
  13114.  
  13115.    --tw-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
  13116.  
  13117.    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)
  13118.  
  13119. }
  13120.  
  13121.  
  13122.  
  13123. .shadow-sm {
  13124.  
  13125.    --tw-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
  13126.  
  13127.    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color)
  13128.  
  13129. }
  13130.  
  13131.  
  13132.  
  13133. .shadow-sm,.shadow-xl {
  13134.  
  13135.    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
  13136.  
  13137. }
  13138.  
  13139.  
  13140.  
  13141. .shadow-xl {
  13142.  
  13143.    --tw-shadow: 0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);
  13144.  
  13145.    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color)
  13146.  
  13147. }
  13148.  
  13149.  
  13150.  
  13151. .shadow-white\/20 {
  13152.  
  13153.    --tw-shadow-color: hsla(0,0%,100%,.2);
  13154.  
  13155.    --tw-shadow: var(--tw-shadow-colored)
  13156.  
  13157. }
  13158.  
  13159.  
  13160.  
  13161. .ring-1 {
  13162.  
  13163.    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  13164.  
  13165.    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  13166.  
  13167.    box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)
  13168.  
  13169. }
  13170.  
  13171.  
  13172.  
  13173. .ring-black {
  13174.  
  13175.    --tw-ring-opacity: 1;
  13176.  
  13177.    --tw-ring-color: rgb(0 0 0/var(--tw-ring-opacity))
  13178.  
  13179. }
  13180.  
  13181.  
  13182.  
  13183. .ring-gray-500 {
  13184.  
  13185.    --tw-ring-opacity: 1;
  13186.  
  13187.    --tw-ring-color: rgb(107 114 128/var(--tw-ring-opacity))
  13188.  
  13189. }
  13190.  
  13191.  
  13192.  
  13193. .ring-slate-200 {
  13194.  
  13195.    --tw-ring-opacity: 1;
  13196.  
  13197.    --tw-ring-color: rgb(226 232 240/var(--tw-ring-opacity))
  13198.  
  13199. }
  13200.  
  13201.  
  13202.  
  13203. .ring-white {
  13204.  
  13205.    --tw-ring-opacity: 1;
  13206.  
  13207.    --tw-ring-color: rgb(255 255 255/var(--tw-ring-opacity))
  13208.  
  13209. }
  13210.  
  13211.  
  13212.  
  13213. .ring-opacity-5 {
  13214.  
  13215.    --tw-ring-opacity: 0.05
  13216.  
  13217. }
  13218.  
  13219.  
  13220.  
  13221. .blur {
  13222.  
  13223.    --tw-blur: blur(8px)
  13224.  
  13225. }
  13226.  
  13227.  
  13228.  
  13229. .blur,.grayscale {
  13230.  
  13231.    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)
  13232.  
  13233. }
  13234.  
  13235.  
  13236.  
  13237. .grayscale {
  13238.  
  13239.    --tw-grayscale: grayscale(100%)
  13240.  
  13241. }
  13242.  
  13243.  
  13244.  
  13245. .invert {
  13246.  
  13247.    --tw-invert: invert(100%)
  13248.  
  13249. }
  13250.  
  13251.  
  13252.  
  13253. .filter,.invert {
  13254.  
  13255.    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)
  13256.  
  13257. }
  13258.  
  13259.  
  13260.  
  13261. .backdrop-blur-sm {
  13262.  
  13263.    --tw-backdrop-blur: blur(4px)
  13264.  
  13265. }
  13266.  
  13267.  
  13268.  
  13269. .backdrop-blur-sm,.backdrop-blur-xl {
  13270.  
  13271.    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  13272.  
  13273.    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
  13274.  
  13275. }
  13276.  
  13277.  
  13278.  
  13279. .backdrop-blur-xl {
  13280.  
  13281.    --tw-backdrop-blur: blur(24px)
  13282.  
  13283. }
  13284.  
  13285.  
  13286.  
  13287. .backdrop-filter {
  13288.  
  13289.    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  13290.  
  13291.    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
  13292.  
  13293. }
  13294.  
  13295.  
  13296.  
  13297. .transition {
  13298.  
  13299.    transition-property: color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
  13300.  
  13301.    transition-property: color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
  13302.  
  13303.    transition-property: color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
  13304.  
  13305.    transition-timing-function: cubic-bezier(.4,0,.2,1);
  13306.  
  13307.    transition-duration: .15s
  13308.  
  13309. }
  13310.  
  13311.  
  13312.  
  13313. .transition-all {
  13314.  
  13315.    transition-property: all;
  13316.  
  13317.    transition-timing-function: cubic-bezier(.4,0,.2,1);
  13318.  
  13319.    transition-duration: .15s
  13320.  
  13321. }
  13322.  
  13323.  
  13324.  
  13325. .transition-colors {
  13326.  
  13327.    transition-property: color,background-color,border-color,outline-color,text-decoration-color,fill,stroke;
  13328.  
  13329.    transition-timing-function: cubic-bezier(.4,0,.2,1);
  13330.  
  13331.    transition-duration: .15s
  13332.  
  13333. }
  13334.  
  13335.  
  13336.  
  13337. .transition-opacity {
  13338.  
  13339.    transition-property: opacity;
  13340.  
  13341.    transition-timing-function: cubic-bezier(.4,0,.2,1);
  13342.  
  13343.    transition-duration: .15s
  13344.  
  13345. }
  13346.  
  13347.  
  13348.  
  13349. .duration-100 {
  13350.  
  13351.    transition-duration: .1s
  13352.  
  13353. }
  13354.  
  13355.  
  13356.  
  13357. .duration-1000 {
  13358.  
  13359.    transition-duration: 1s
  13360.  
  13361. }
  13362.  
  13363.  
  13364.  
  13365. .duration-150 {
  13366.  
  13367.    transition-duration: .15s
  13368.  
  13369. }
  13370.  
  13371.  
  13372.  
  13373. .duration-200 {
  13374.  
  13375.    transition-duration: .2s
  13376.  
  13377. }
  13378.  
  13379.  
  13380.  
  13381. .duration-300 {
  13382.  
  13383.    transition-duration: .3s
  13384.  
  13385. }
  13386.  
  13387.  
  13388.  
  13389. .duration-500 {
  13390.  
  13391.    transition-duration: .5s
  13392.  
  13393. }
  13394.  
  13395.  
  13396.  
  13397. .duration-75 {
  13398.  
  13399.    transition-duration: 75ms
  13400.  
  13401. }
  13402.  
  13403.  
  13404.  
  13405. .duration-\[600ms\] {
  13406.  
  13407.    transition-duration: .6s
  13408.  
  13409. }
  13410.  
  13411.  
  13412.  
  13413. .ease-in {
  13414.  
  13415.    transition-timing-function: cubic-bezier(.4,0,1,1)
  13416.  
  13417. }
  13418.  
  13419.  
  13420.  
  13421. .ease-in-out {
  13422.  
  13423.    transition-timing-function: cubic-bezier(.4,0,.2,1)
  13424.  
  13425. }
  13426.  
  13427.  
  13428.  
  13429. .ease-out {
  13430.  
  13431.    transition-timing-function: cubic-bezier(0,0,.2,1)
  13432.  
  13433. }
  13434.  
  13435.  
  13436.  
  13437. .line-clamp-1 {
  13438.  
  13439.    -webkit-line-clamp: 1
  13440.  
  13441. }
  13442.  
  13443.  
  13444.  
  13445. .line-clamp-1,.line-clamp-2 {
  13446.  
  13447.    overflow: hidden;
  13448.  
  13449.    display: -webkit-box;
  13450.  
  13451.    -webkit-box-orient: vertical
  13452.  
  13453. }
  13454.  
  13455.  
  13456.  
  13457. .line-clamp-2 {
  13458.  
  13459.    -webkit-line-clamp: 2
  13460.  
  13461. }
  13462.  
  13463.  
  13464.  
  13465. .scrollbar-hide {
  13466.  
  13467.    -ms-overflow-style: none;
  13468.  
  13469.    scrollbar-width: none
  13470.  
  13471. }
  13472.  
  13473.  
  13474.  
  13475. .scrollbar-hide::-webkit-scrollbar {
  13476.  
  13477.    display: none
  13478.  
  13479. }
  13480.  
  13481.  
  13482.  
  13483. input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
  13484.  
  13485.    -webkit-appearance: none;
  13486.  
  13487.    appearance: none
  13488.  
  13489. }
  13490.  
  13491.  
  13492.  
  13493. .bg-gradient-black {
  13494.  
  13495.    background: linear-gradient(163.42deg,#374353c3 -107%,#ffffff00 105.46%);
  13496.  
  13497.    border: 1px solid #626274;
  13498.  
  13499.    border-radius: 16px
  13500.  
  13501. }
  13502.  
  13503.  
  13504.  
  13505.  
  13506.  
  13507.  
  13508.  
  13509. html {
  13510.  
  13511.    -moz-tab-size: 4;
  13512.  
  13513.    -o-tab-size: 4;
  13514.  
  13515.    tab-size: 4
  13516.  
  13517. }
  13518.  
  13519.  
  13520.  
  13521. body {
  13522.  
  13523.    margin: 0;
  13524.  
  13525.    line-height: inherit
  13526.  
  13527. }
  13528.  
  13529.  
  13530.  
  13531. .membership-banner {
  13532.  
  13533.    content: "";
  13534.  
  13535.    position: relative;
  13536.  
  13537.    background: url(/images/logo-transparent.png) 100% 60% no-repeat;
  13538.  
  13539.    background-size: 60%,70%;
  13540.  
  13541.    overflow: hidden
  13542.  
  13543. }
  13544.  
  13545.  
  13546.  
  13547. .text-gradient-orange {
  13548.  
  13549.    background: linear-gradient(270deg,#e7273d -1.95%,#df5f3b 97.95%);
  13550.  
  13551.    -webkit-background-clip: text;
  13552.  
  13553.    -webkit-text-fill-color: transparent;
  13554.  
  13555.    background-clip: text
  13556.  
  13557. }
  13558.  
  13559.  
  13560.  
  13561. .featured-game-card:hover {
  13562.  
  13563.    transition: all 1s
  13564.  
  13565. }
  13566.  
  13567.  
  13568.  
  13569. .featured-game-card:hover img {
  13570.  
  13571.    filter: blur(3.5px);
  13572.  
  13573. }
  13574.  
  13575.  
  13576.  
  13577. .featured-game-card .blur-sharp {
  13578.  
  13579.    overflow: hidden;
  13580.  
  13581.    border-radius: 1rem
  13582.  
  13583. }
  13584.  
  13585.  
  13586.  
  13587. .cover {
  13588.  
  13589.    transition: all 1s;
  13590.  
  13591.    opacity: 0;
  13592.  
  13593.    left: 0;
  13594.  
  13595.    right: 0;
  13596.  
  13597.    border-radius: 1rem
  13598.  
  13599. }
  13600.  
  13601.  
  13602.  
  13603. .featured-game-card:hover .cover {
  13604.  
  13605.    transition: all 1s;
  13606.  
  13607.    opacity: 1;
  13608.  
  13609.    border-radius: 1rem
  13610.  
  13611. }
  13612.  
  13613.  
  13614.  
  13615. .icon-button {
  13616.  
  13617.    position: relative;
  13618.  
  13619.    display: inline-flex;
  13620.  
  13621.    border: 0;
  13622.  
  13623.    padding: 0;
  13624.  
  13625.    margin: 0;
  13626.  
  13627.    outline: none;
  13628.  
  13629.    background: #fff;
  13630.  
  13631.    border-radius: 50%;
  13632.  
  13633.    cursor: pointer;
  13634.  
  13635.    overflow: hidden;
  13636.  
  13637.    text-decoration: none;
  13638.  
  13639.    box-sizing: border-box;
  13640.  
  13641.    flex-shrink: 0
  13642.  
  13643. }
  13644.  
  13645.  
  13646.  
  13647. .flex-center,.icon-button {
  13648.  
  13649.    align-items: center;
  13650.  
  13651.    justify-content: center
  13652.  
  13653. }
  13654.  
  13655.  
  13656.  
  13657. .flex-center {
  13658.  
  13659.    display: flex
  13660.  
  13661. }
  13662.  
  13663.  
  13664.  
  13665. .grecaptcha-badge {
  13666.  
  13667.    visibility: hidden
  13668.  
  13669. }
  13670.  
  13671.  
  13672.  
  13673. ::-webkit-scrollbar {
  13674.  
  13675.    width: 8px;
  13676.  
  13677.    height: 2px;
  13678.  
  13679.    background-color: transparent
  13680.  
  13681. }
  13682.  
  13683.  
  13684.  
  13685. ::-webkit-scrollbar-track {
  13686.  
  13687.    display: none
  13688.  
  13689. }
  13690.  
  13691.  
  13692.  
  13693. ::-webkit-scrollbar-thumb {
  13694.  
  13695.    background-color: #c4c4c4;
  13696.  
  13697.    border-radius: .75rem
  13698.  
  13699. }
  13700.  
  13701.  
  13702.  
  13703. @keyframes fadeInTop {
  13704.  
  13705.    0% {
  13706.  
  13707.        opacity: 0;
  13708.  
  13709.        transform: translateY(-50px)
  13710.  
  13711.    }
  13712.  
  13713.  
  13714.  
  13715.    to {
  13716.  
  13717.        opacity: 1;
  13718.  
  13719.        transform: translateY(0)
  13720.  
  13721.    }
  13722.  
  13723. }
  13724.  
  13725.  
  13726.  
  13727. .shadow-navbar {
  13728.  
  13729.    box-shadow: 0 100px 80px hsla(0,0%,89%,.07),0 41.7776px 33.4221px hsla(0,0%,89%,.05),0 22.3363px 17.869px hsla(0,0%,89%,.04),0 12.5216px 10.0172px hsla(0,0%,89%,.04),0 6.6501px 5.32008px hsla(0,0%,89%,.03),0 2.76726px 2.21381px hsla(0,0%,89%,.02)
  13730.  
  13731. }
  13732.  
  13733.  
  13734.  
  13735. .fade-in-top {
  13736.  
  13737.    animation: fadeInTop .4s ease-in-out both
  13738.  
  13739. }
  13740.  
  13741.  
  13742.  
  13743.  
  13744.  
  13745.  
  13746.  
  13747. .shadow-social-media {
  13748.  
  13749.    box-shadow: 0 0 20px hsla(0,0%,45%,.22)
  13750.  
  13751. }
  13752.  
  13753.  
  13754.  
  13755. select {
  13756.  
  13757.    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  13758.  
  13759.    background-position: right .5rem center;
  13760.  
  13761.    background-repeat: no-repeat;
  13762.  
  13763.    background-size: 1.5em 1.5em;
  13764.  
  13765.    padding-right: 2.5rem;
  13766.  
  13767.    -webkit-print-color-adjust: exact;
  13768.  
  13769.    print-color-adjust: exact
  13770.  
  13771. }
  13772.  
  13773.  
  13774.  
  13775. .placeholder\:text-slate-400::-moz-placeholder {
  13776.  
  13777.    --tw-text-opacity: 1;
  13778.  
  13779.    color: rgb(148 163 184/var(--tw-text-opacity))
  13780.  
  13781. }
  13782.  
  13783.  
  13784.  
  13785. .placeholder\:text-slate-400::placeholder {
  13786.  
  13787.    --tw-text-opacity: 1;
  13788.  
  13789.    color: rgb(148 163 184/var(--tw-text-opacity))
  13790.  
  13791. }
  13792.  
  13793.  
  13794.  
  13795. .focus-within\:z-10:focus-within {
  13796.  
  13797.    z-index: 10
  13798.  
  13799. }
  13800.  
  13801.  
  13802.  
  13803. .focus-within\:text-slate-900:focus-within {
  13804.  
  13805.    --tw-text-opacity: 1;
  13806.  
  13807.    color: rgb(15 23 42/var(--tw-text-opacity))
  13808.  
  13809. }
  13810.  
  13811.  
  13812.  
  13813. .focus-within\:text-white:focus-within {
  13814.  
  13815.    --tw-text-opacity: 1;
  13816.  
  13817.    color: rgb(255 255 255/var(--tw-text-opacity))
  13818.  
  13819. }
  13820.  
  13821.  
  13822.  
  13823. .hover\:scale-105:hover {
  13824.  
  13825.    --tw-scale-x: 1.05;
  13826.  
  13827.    --tw-scale-y: 1.05
  13828.  
  13829. }
  13830.  
  13831.  
  13832.  
  13833. .hover\:scale-105:hover,.hover\:scale-110:hover {
  13834.  
  13835.    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))
  13836.  
  13837. }
  13838.  
  13839.  
  13840.  
  13841. .hover\:scale-110:hover {
  13842.  
  13843.    --tw-scale-x: 1.1;
  13844.  
  13845.    --tw-scale-y: 1.1
  13846.  
  13847. }
  13848.  
  13849.  
  13850.  
  13851. .hover\:cursor-not-allowed:hover {
  13852.  
  13853.    cursor: not-allowed
  13854.  
  13855. }
  13856.  
  13857.  
  13858.  
  13859. .hover\:cursor-pointer:hover {
  13860.  
  13861.    cursor: pointer
  13862.  
  13863. }
  13864.  
  13865.  
  13866.  
  13867. .hover\:border-white:hover {
  13868.  
  13869.    --tw-border-opacity: 1;
  13870.  
  13871.    border-color: rgb(255 255 255/var(--tw-border-opacity))
  13872.  
  13873. }
  13874.  
  13875.  
  13876.  
  13877. .hover\:bg-btnPurple:hover {
  13878.  
  13879.    --tw-bg-opacity: 1;
  13880.  
  13881.    background-color: rgb(112 127 235/var(--tw-bg-opacity))
  13882.  
  13883. }
  13884.  
  13885.  
  13886.  
  13887. .hover\:bg-btnPurple\/30:hover {
  13888.  
  13889.    background-color: rgba(112,127,235,.3)
  13890.  
  13891. }
  13892.  
  13893.  
  13894.  
  13895. .hover\:bg-gray-50:hover {
  13896.  
  13897.    --tw-bg-opacity: 1;
  13898.  
  13899.    background-color: rgb(249 250 251/var(--tw-bg-opacity))
  13900.  
  13901. }
  13902.  
  13903.  
  13904.  
  13905. .hover\:bg-orange-500:hover {
  13906.  
  13907.    --tw-bg-opacity: 1;
  13908.  
  13909.    background-color: rgb(249 115 22/var(--tw-bg-opacity))
  13910.  
  13911. }
  13912.  
  13913.  
  13914.  
  13915. .hover\:bg-slate-50\/5:hover {
  13916.  
  13917.    background-color: rgba(248,250,252,.05)
  13918.  
  13919. }
  13920.  
  13921.  
  13922.  
  13923. .hover\:bg-opacity-30:hover {
  13924.  
  13925.    --tw-bg-opacity: 0.3
  13926.  
  13927. }
  13928.  
  13929.  
  13930.  
  13931. .hover\:text-white:hover {
  13932.  
  13933.    --tw-text-opacity: 1;
  13934.  
  13935.    color: rgb(255 255 255/var(--tw-text-opacity))
  13936.  
  13937. }
  13938.  
  13939.  
  13940.  
  13941. .hover\:underline:hover {
  13942.  
  13943.    text-decoration-line: underline
  13944.  
  13945. }
  13946.  
  13947.  
  13948.  
  13949. .hover\:opacity-80:hover {
  13950.  
  13951.    opacity: .8
  13952.  
  13953. }
  13954.  
  13955.  
  13956.  
  13957. .hover\:shadow-lg:hover {
  13958.  
  13959.    --tw-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
  13960.  
  13961.    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)
  13962.  
  13963. }
  13964.  
  13965.  
  13966.  
  13967. .hover\:shadow-lg:hover,.hover\:shadow-sm:hover {
  13968.  
  13969.    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
  13970.  
  13971. }
  13972.  
  13973.  
  13974.  
  13975. .hover\:shadow-sm:hover {
  13976.  
  13977.    --tw-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
  13978.  
  13979.    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color)
  13980.  
  13981. }
  13982.  
  13983.  
  13984.  
  13985. .focus\:z-20:focus {
  13986.  
  13987.    z-index: 20
  13988.  
  13989. }
  13990.  
  13991.  
  13992.  
  13993. .focus\:border-none:focus {
  13994.  
  13995.    border-style: none
  13996.  
  13997. }
  13998.  
  13999.  
  14000.  
  14001. .focus\:border-\[\#2D2EAD\]:focus {
  14002.  
  14003.    --tw-border-opacity: 1;
  14004.  
  14005.    border-color: rgb(45 46 173/var(--tw-border-opacity))
  14006.  
  14007. }
  14008.  
  14009.  
  14010.  
  14011. .focus\:border-\[\#707feb\]:focus {
  14012.  
  14013.    --tw-border-opacity: 1;
  14014.  
  14015.    border-color: rgb(112 127 235/var(--tw-border-opacity))
  14016.  
  14017. }
  14018.  
  14019.  
  14020.  
  14021. .focus\:border-indigo-700:focus {
  14022.  
  14023.    --tw-border-opacity: 1;
  14024.  
  14025.    border-color: rgb(67 56 202/var(--tw-border-opacity))
  14026.  
  14027. }
  14028.  
  14029.  
  14030.  
  14031. .focus\:outline-none:focus {
  14032.  
  14033.    outline: 2px solid transparent;
  14034.  
  14035.    outline-offset: 2px
  14036.  
  14037. }
  14038.  
  14039.  
  14040.  
  14041. .focus\:ring:focus {
  14042.  
  14043.    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  14044.  
  14045.    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color)
  14046.  
  14047. }
  14048.  
  14049.  
  14050.  
  14051. .focus\:ring-2:focus,.focus\:ring:focus {
  14052.  
  14053.    box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)
  14054.  
  14055. }
  14056.  
  14057.  
  14058.  
  14059. .focus\:ring-2:focus {
  14060.  
  14061.    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  14062.  
  14063.    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)
  14064.  
  14065. }
  14066.  
  14067.  
  14068.  
  14069. .focus\:ring-\[\#2D2EAD\]:focus {
  14070.  
  14071.    --tw-ring-opacity: 1;
  14072.  
  14073.    --tw-ring-color: rgb(45 46 173/var(--tw-ring-opacity))
  14074.  
  14075. }
  14076.  
  14077.  
  14078.  
  14079. .focus\:ring-indigo-500:focus {
  14080.  
  14081.    --tw-ring-opacity: 1;
  14082.  
  14083.    --tw-ring-color: rgb(99 102 241/var(--tw-ring-opacity))
  14084.  
  14085. }
  14086.  
  14087.  
  14088.  
  14089. .focus\:ring-white:focus {
  14090.  
  14091.    --tw-ring-opacity: 1;
  14092.  
  14093.    --tw-ring-color: rgb(255 255 255/var(--tw-ring-opacity))
  14094.  
  14095. }
  14096.  
  14097.  
  14098.  
  14099. .focus\:ring-offset-2:focus {
  14100.  
  14101.    --tw-ring-offset-width: 2px
  14102.  
  14103. }
  14104.  
  14105.  
  14106.  
  14107. .focus\:duration-300:focus {
  14108.  
  14109.    transition-duration: .3s
  14110.  
  14111. }
  14112.  
  14113.  
  14114.  
  14115. .focus-visible\:ring-2:focus-visible {
  14116.  
  14117.    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  14118.  
  14119.    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  14120.  
  14121.    box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)
  14122.  
  14123. }
  14124.  
  14125.  
  14126.  
  14127. .focus-visible\:ring-white:focus-visible {
  14128.  
  14129.    --tw-ring-opacity: 1;
  14130.  
  14131.    --tw-ring-color: rgb(255 255 255/var(--tw-ring-opacity))
  14132.  
  14133. }
  14134.  
  14135.  
  14136.  
  14137. .focus-visible\:ring-opacity-75:focus-visible {
  14138.  
  14139.    --tw-ring-opacity: 0.75
  14140.  
  14141. }
  14142.  
  14143.  
  14144.  
  14145. .disabled\:cursor-not-allowed:disabled {
  14146.  
  14147.    cursor: not-allowed
  14148.  
  14149. }
  14150.  
  14151.  
  14152.  
  14153. .group:hover .group-hover\:text-btnPurple {
  14154.  
  14155.    --tw-text-opacity: 1;
  14156.  
  14157.    color: rgb(112 127 235/var(--tw-text-opacity))
  14158.  
  14159. }
  14160.  
  14161.  
  14162.  
  14163. .group:hover .group-hover\:text-btnPurple\/50 {
  14164.  
  14165.    color: rgba(112,127,235,.5)
  14166.  
  14167. }
  14168.  
  14169.  
  14170.  
  14171. .group:hover .group-hover\:text-gray-500 {
  14172.  
  14173.    --tw-text-opacity: 1;
  14174.  
  14175.    color: rgb(107 114 128/var(--tw-text-opacity))
  14176.  
  14177. }
  14178.  
  14179.  
  14180.  
  14181. .peer:-moz-placeholder-shown~.peer-placeholder-shown\:translate-y-0 {
  14182.  
  14183.    --tw-translate-y: 0px;
  14184.  
  14185.    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))
  14186.  
  14187. }
  14188.  
  14189.  
  14190.  
  14191. .peer:placeholder-shown~.peer-placeholder-shown\:translate-y-0 {
  14192.  
  14193.    --tw-translate-y: 0px;
  14194.  
  14195.    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))
  14196.  
  14197. }
  14198.  
  14199.  
  14200.  
  14201. .peer:-moz-placeholder-shown~.peer-placeholder-shown\:scale-100 {
  14202.  
  14203.    --tw-scale-x: 1;
  14204.  
  14205.    --tw-scale-y: 1;
  14206.  
  14207.    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))
  14208.  
  14209. }
  14210.  
  14211.  
  14212.  
  14213. .peer:placeholder-shown~.peer-placeholder-shown\:scale-100 {
  14214.  
  14215.    --tw-scale-x: 1;
  14216.  
  14217.    --tw-scale-y: 1;
  14218.  
  14219.    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))
  14220.  
  14221. }
  14222.  
  14223.  
  14224.  
  14225. .peer:focus~.peer-focus\:-translate-y-3 {
  14226.  
  14227.    --tw-translate-y: -0.75rem
  14228.  
  14229. }
  14230.  
  14231.  
  14232.  
  14233. .peer:focus~.peer-focus\:-translate-y-3,.peer:focus~.peer-focus\:scale-75 {
  14234.  
  14235.    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))
  14236.  
  14237. }
  14238.  
  14239.  
  14240.  
  14241. .peer:focus~.peer-focus\:scale-75 {
  14242.  
  14243.    --tw-scale-x: .75;
  14244.  
  14245.    --tw-scale-y: .75
  14246.  
  14247. }
  14248.  
  14249.  
  14250.  
  14251. @media (prefers-color-scheme: dark) {
  14252.  
  14253.    .dark\:border-gray-700 {
  14254.  
  14255.        --tw-border-opacity:1;
  14256.  
  14257.        border-color: rgb(55 65 81/var(--tw-border-opacity))
  14258.  
  14259.    }
  14260.  
  14261.  
  14262.  
  14263.    .dark\:bg-blue-200 {
  14264.  
  14265.        --tw-bg-opacity: 1;
  14266.  
  14267.        background-color: rgb(191 219 254/var(--tw-bg-opacity))
  14268.  
  14269.    }
  14270.  
  14271.  
  14272.  
  14273.    .dark\:bg-orange-200 {
  14274.  
  14275.        --tw-bg-opacity: 1;
  14276.  
  14277.        background-color: rgb(254 215 170/var(--tw-bg-opacity))
  14278.  
  14279.    }
  14280.  
  14281.  
  14282.  
  14283.    .dark\:text-blue-800 {
  14284.  
  14285.        --tw-text-opacity: 1;
  14286.  
  14287.        color: rgb(30 64 175/var(--tw-text-opacity))
  14288.  
  14289.    }
  14290.  
  14291.  
  14292.  
  14293.    .dark\:text-gray-600 {
  14294.  
  14295.        --tw-text-opacity: 1;
  14296.  
  14297.        color: rgb(75 85 99/var(--tw-text-opacity))
  14298.  
  14299.    }
  14300.  
  14301.  
  14302.  
  14303.    .dark\:text-orange-800 {
  14304.  
  14305.        --tw-text-opacity: 1;
  14306.  
  14307.        color: rgb(154 52 18/var(--tw-text-opacity))
  14308.  
  14309.    }
  14310.  
  14311. }
  14312.  
  14313.  
  14314.  
  14315. @media (min-width: 640px) {
  14316.  
  14317.    .sm\:static {
  14318.  
  14319.        position:static
  14320.  
  14321.    }
  14322.  
  14323.  
  14324.  
  14325.    .sm\:inset-auto {
  14326.  
  14327.        top: auto;
  14328.  
  14329.        right: auto;
  14330.  
  14331.        bottom: auto;
  14332.  
  14333.        left: auto
  14334.  
  14335.    }
  14336.  
  14337.  
  14338.  
  14339.    .sm\:col-span-2 {
  14340.  
  14341.        grid-column: span 2/span 2
  14342.  
  14343.    }
  14344.  
  14345.  
  14346.  
  14347.    .sm\:mx-16 {
  14348.  
  14349.        margin-left: 4rem;
  14350.  
  14351.        margin-right: 4rem
  14352.  
  14353.    }
  14354.  
  14355.  
  14356.  
  14357.    .sm\:my-16 {
  14358.  
  14359.        margin-top: 4rem;
  14360.  
  14361.        margin-bottom: 4rem
  14362.  
  14363.    }
  14364.  
  14365.  
  14366.  
  14367.    .sm\:my-8 {
  14368.  
  14369.        margin-top: 2rem;
  14370.  
  14371.        margin-bottom: 2rem
  14372.  
  14373.    }
  14374.  
  14375.  
  14376.  
  14377.    .sm\:-mr-10 {
  14378.  
  14379.        margin-right: -2.5rem
  14380.  
  14381.    }
  14382.  
  14383.  
  14384.  
  14385.    .sm\:ml-3 {
  14386.  
  14387.        margin-left: .75rem
  14388.  
  14389.    }
  14390.  
  14391.  
  14392.  
  14393.    .sm\:ml-4 {
  14394.  
  14395.        margin-left: 1rem
  14396.  
  14397.    }
  14398.  
  14399.  
  14400.  
  14401.    .sm\:ml-6 {
  14402.  
  14403.        margin-left: 1.5rem
  14404.  
  14405.    }
  14406.  
  14407.  
  14408.  
  14409.    .sm\:mt-0 {
  14410.  
  14411.        margin-top: 0
  14412.  
  14413.    }
  14414.  
  14415.  
  14416.  
  14417.    .sm\:mt-2 {
  14418.  
  14419.        margin-top: .5rem
  14420.  
  14421.    }
  14422.  
  14423.  
  14424.  
  14425.    .sm\:mt-4 {
  14426.  
  14427.        margin-top: 1rem
  14428.  
  14429.    }
  14430.  
  14431.  
  14432.  
  14433.    .sm\:mt-6 {
  14434.  
  14435.        margin-top: 1.5rem
  14436.  
  14437.    }
  14438.  
  14439.  
  14440.  
  14441.    .sm\:block {
  14442.  
  14443.        display: block
  14444.  
  14445.    }
  14446.  
  14447.  
  14448.  
  14449.    .sm\:flex {
  14450.  
  14451.        display: flex
  14452.  
  14453.    }
  14454.  
  14455.  
  14456.  
  14457.    .sm\:grid {
  14458.  
  14459.        display: grid
  14460.  
  14461.    }
  14462.  
  14463.  
  14464.  
  14465.    .sm\:hidden {
  14466.  
  14467.        display: none
  14468.  
  14469.    }
  14470.  
  14471.  
  14472.  
  14473.    .sm\:h-\[14\.4rem\] {
  14474.  
  14475.        height: 14.4rem
  14476.  
  14477.    }
  14478.  
  14479.  
  14480.  
  14481.    .sm\:max-h-\[11\.5rem\] {
  14482.  
  14483.        max-height: 11.5rem
  14484.  
  14485.    }
  14486.  
  14487.  
  14488.  
  14489.    .sm\:w-auto {
  14490.  
  14491.        width: auto
  14492.  
  14493.    }
  14494.  
  14495.  
  14496.  
  14497.    .sm\:w-full {
  14498.  
  14499.        width: 100%
  14500.  
  14501.    }
  14502.  
  14503.  
  14504.  
  14505.    .sm\:max-w-lg {
  14506.  
  14507.        max-width: 32rem
  14508.  
  14509.    }
  14510.  
  14511.  
  14512.  
  14513.    .sm\:scale-100 {
  14514.  
  14515.        --tw-scale-x: 1;
  14516.  
  14517.        --tw-scale-y: 1;
  14518.  
  14519.        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))
  14520.  
  14521.    }
  14522.  
  14523.  
  14524.  
  14525.    .sm\:grid-cols-2 {
  14526.  
  14527.        grid-template-columns: repeat(2,minmax(0,1fr))
  14528.  
  14529.    }
  14530.  
  14531.  
  14532.  
  14533.    .sm\:grid-cols-3 {
  14534.  
  14535.        grid-template-columns: repeat(3,minmax(0,1fr))
  14536.  
  14537.    }
  14538.  
  14539.  
  14540.  
  14541.    .sm\:grid-cols-4 {
  14542.  
  14543.        grid-template-columns: repeat(4,minmax(0,1fr))
  14544.  
  14545.    }
  14546.  
  14547.  
  14548.  
  14549.    .sm\:flex-row-reverse {
  14550.  
  14551.        flex-direction: row-reverse
  14552.  
  14553.    }
  14554.  
  14555.  
  14556.  
  14557.    .sm\:items-start {
  14558.  
  14559.        align-items: flex-start
  14560.  
  14561.    }
  14562.  
  14563.  
  14564.  
  14565.    .sm\:items-end {
  14566.  
  14567.        align-items: flex-end
  14568.  
  14569.    }
  14570.  
  14571.  
  14572.  
  14573.    .sm\:items-center {
  14574.  
  14575.        align-items: center
  14576.  
  14577.    }
  14578.  
  14579.  
  14580.  
  14581.    .sm\:justify-start {
  14582.  
  14583.        justify-content: flex-start
  14584.  
  14585.    }
  14586.  
  14587.  
  14588.  
  14589.    .sm\:justify-between {
  14590.  
  14591.        justify-content: space-between
  14592.  
  14593.    }
  14594.  
  14595.  
  14596.  
  14597.    .sm\:gap-3 {
  14598.  
  14599.        gap: .75rem
  14600.  
  14601.    }
  14602.  
  14603.  
  14604.  
  14605.    .sm\:gap-4 {
  14606.  
  14607.        gap: 1rem
  14608.  
  14609.    }
  14610.  
  14611.  
  14612.  
  14613.    .sm\:gap-x-0 {
  14614.  
  14615.        -moz-column-gap: 0;
  14616.  
  14617.        column-gap: 0
  14618.  
  14619.    }
  14620.  
  14621.  
  14622.  
  14623.    .sm\:rounded-lg {
  14624.  
  14625.        border-radius: .5rem
  14626.  
  14627.    }
  14628.  
  14629.  
  14630.  
  14631.    .sm\:rounded-md {
  14632.  
  14633.        border-radius: .375rem
  14634.  
  14635.    }
  14636.  
  14637.  
  14638.  
  14639.    .sm\:p-0 {
  14640.  
  14641.        padding: 0
  14642.  
  14643.    }
  14644.  
  14645.  
  14646.  
  14647.    .sm\:p-6 {
  14648.  
  14649.        padding: 1.5rem
  14650.  
  14651.    }
  14652.  
  14653.  
  14654.  
  14655.    .sm\:px-16 {
  14656.  
  14657.        padding-left: 4rem;
  14658.  
  14659.        padding-right: 4rem
  14660.  
  14661.    }
  14662.  
  14663.  
  14664.  
  14665.    .sm\:px-6 {
  14666.  
  14667.        padding-left: 1.5rem;
  14668.  
  14669.        padding-right: 1.5rem
  14670.  
  14671.    }
  14672.  
  14673.  
  14674.  
  14675.    .sm\:py-12 {
  14676.  
  14677.        padding-top: 3rem;
  14678.  
  14679.        padding-bottom: 3rem
  14680.  
  14681.    }
  14682.  
  14683.  
  14684.  
  14685.    .sm\:py-16 {
  14686.  
  14687.        padding-top: 4rem;
  14688.  
  14689.        padding-bottom: 4rem
  14690.  
  14691.    }
  14692.  
  14693.  
  14694.  
  14695.    .sm\:py-2 {
  14696.  
  14697.        padding-top: .5rem;
  14698.  
  14699.        padding-bottom: .5rem
  14700.  
  14701.    }
  14702.  
  14703.  
  14704.  
  14705.    .sm\:py-24 {
  14706.  
  14707.        padding-top: 6rem;
  14708.  
  14709.        padding-bottom: 6rem
  14710.  
  14711.    }
  14712.  
  14713.  
  14714.  
  14715.    .sm\:py-32 {
  14716.  
  14717.        padding-top: 8rem;
  14718.  
  14719.        padding-bottom: 8rem
  14720.  
  14721.    }
  14722.  
  14723.  
  14724.  
  14725.    .sm\:py-4 {
  14726.  
  14727.        padding-top: 1rem;
  14728.  
  14729.        padding-bottom: 1rem
  14730.  
  14731.    }
  14732.  
  14733.  
  14734.  
  14735.    .sm\:pb-\[0\.5rem\] {
  14736.  
  14737.        padding-bottom: .5rem
  14738.  
  14739.    }
  14740.  
  14741.  
  14742.  
  14743.    .sm\:pl-4 {
  14744.  
  14745.        padding-left: 1rem
  14746.  
  14747.    }
  14748.  
  14749.  
  14750.  
  14751.    .sm\:pr-0 {
  14752.  
  14753.        padding-right: 0
  14754.  
  14755.    }
  14756.  
  14757.  
  14758.  
  14759.    .sm\:text-left {
  14760.  
  14761.        text-align: left
  14762.  
  14763.    }
  14764.  
  14765.  
  14766.  
  14767.    .sm\:text-2xl {
  14768.  
  14769.        font-size: 1.5rem;
  14770.  
  14771.        line-height: 2rem
  14772.  
  14773.    }
  14774.  
  14775.  
  14776.  
  14777.    .sm\:text-sm {
  14778.  
  14779.        font-size: .875rem;
  14780.  
  14781.        line-height: 1.25rem
  14782.  
  14783.    }
  14784.  
  14785.  
  14786.  
  14787.    .sm\:text-xl {
  14788.  
  14789.        font-size: 1.25rem;
  14790.  
  14791.        line-height: 1.75rem
  14792.  
  14793.    }
  14794.  
  14795. }
  14796.  
  14797.  
  14798.  
  14799. @media (min-width: 768px) {
  14800.  
  14801.    .md\:static {
  14802.  
  14803.        position:static
  14804.  
  14805.    }
  14806.  
  14807.  
  14808.  
  14809.    .md\:inset-y-0 {
  14810.  
  14811.        top: 0;
  14812.  
  14813.        bottom: 0
  14814.  
  14815.    }
  14816.  
  14817.  
  14818.  
  14819.    .md\:left-0 {
  14820.  
  14821.        left: 0
  14822.  
  14823.    }
  14824.  
  14825.  
  14826.  
  14827.    .md\:col-span-11 {
  14828.  
  14829.        grid-column: span 11/span 11
  14830.  
  14831.    }
  14832.  
  14833.  
  14834.  
  14835.    .md\:col-span-6 {
  14836.  
  14837.        grid-column: span 6/span 6
  14838.  
  14839.    }
  14840.  
  14841.  
  14842.  
  14843.    .md\:col-span-7 {
  14844.  
  14845.        grid-column: span 7/span 7
  14846.  
  14847.    }
  14848.  
  14849.  
  14850.  
  14851.    .md\:my-12 {
  14852.  
  14853.        margin-top: 3rem;
  14854.  
  14855.        margin-bottom: 3rem
  14856.  
  14857.    }
  14858.  
  14859.  
  14860.  
  14861.    .md\:-mt-2 {
  14862.  
  14863.        margin-top: -.5rem
  14864.  
  14865.    }
  14866.  
  14867.  
  14868.  
  14869.    .md\:mb-12 {
  14870.  
  14871.        margin-bottom: 3rem
  14872.  
  14873.    }
  14874.  
  14875.  
  14876.  
  14877.    .md\:mb-2 {
  14878.  
  14879.        margin-bottom: .5rem
  14880.  
  14881.    }
  14882.  
  14883.  
  14884.  
  14885.    .md\:mt-1 {
  14886.  
  14887.        margin-top: .25rem
  14888.  
  14889.    }
  14890.  
  14891.  
  14892.  
  14893.    .md\:mt-10 {
  14894.  
  14895.        margin-top: 2.5rem
  14896.  
  14897.    }
  14898.  
  14899.  
  14900.  
  14901.    .md\:mt-16 {
  14902.  
  14903.        margin-top: 4rem
  14904.  
  14905.    }
  14906.  
  14907.  
  14908.  
  14909.    .md\:mt-3 {
  14910.  
  14911.        margin-top: .75rem
  14912.  
  14913.    }
  14914.  
  14915.  
  14916.  
  14917.    .md\:mt-6 {
  14918.  
  14919.        margin-top: 1.5rem
  14920.  
  14921.    }
  14922.  
  14923.  
  14924.  
  14925.    .md\:block {
  14926.  
  14927.        display: block
  14928.  
  14929.    }
  14930.  
  14931.  
  14932.  
  14933.    .md\:flex {
  14934.  
  14935.        display: flex
  14936.  
  14937.    }
  14938.  
  14939.  
  14940.  
  14941.    .md\:inline-flex {
  14942.  
  14943.        display: inline-flex
  14944.  
  14945.    }
  14946.  
  14947.  
  14948.  
  14949.    .md\:hidden {
  14950.  
  14951.        display: none
  14952.  
  14953.    }
  14954.  
  14955.  
  14956.  
  14957.    .md\:h-16 {
  14958.  
  14959.        height: 4rem
  14960.  
  14961.    }
  14962.  
  14963.  
  14964.  
  14965.    .md\:h-32 {
  14966.  
  14967.        height: 8rem
  14968.  
  14969.    }
  14970.  
  14971.  
  14972.  
  14973.    .md\:h-\[110px\] {
  14974.  
  14975.        height: 110px
  14976.  
  14977.    }
  14978.  
  14979.  
  14980.  
  14981.    .md\:h-\[480px\] {
  14982.  
  14983.        height: 480px
  14984.  
  14985.    }
  14986.  
  14987.  
  14988.  
  14989.    .md\:max-h-\[11\.5rem\] {
  14990.  
  14991.        max-height: 11.5rem
  14992.  
  14993.    }
  14994.  
  14995.  
  14996.  
  14997.    .md\:w-1\/2 {
  14998.  
  14999.        width: 50%
  15000.  
  15001.    }
  15002.  
  15003.  
  15004.  
  15005.    .md\:w-16 {
  15006.  
  15007.        width: 4rem
  15008.  
  15009.    }
  15010.  
  15011.  
  15012.  
  15013.    .md\:w-28 {
  15014.  
  15015.        width: 7rem
  15016.  
  15017.    }
  15018.  
  15019.  
  15020.  
  15021.    .md\:w-32 {
  15022.  
  15023.        width: 8rem
  15024.  
  15025.    }
  15026.  
  15027.  
  15028.  
  15029.    .md\:w-56 {
  15030.  
  15031.        width: 14rem
  15032.  
  15033.    }
  15034.  
  15035.  
  15036.  
  15037.    .md\:w-64 {
  15038.  
  15039.        width: 16rem
  15040.  
  15041.    }
  15042.  
  15043.  
  15044.  
  15045.    .md\:w-72 {
  15046.  
  15047.        width: 18rem
  15048.  
  15049.    }
  15050.  
  15051.  
  15052.  
  15053.    .md\:w-\[270px\] {
  15054.  
  15055.        width: 270px
  15056.  
  15057.    }
  15058.  
  15059.  
  15060.  
  15061.    .md\:w-\[75\%\] {
  15062.  
  15063.        width: 75%
  15064.  
  15065.    }
  15066.  
  15067.  
  15068.  
  15069.    .md\:max-w-\[18rem\] {
  15070.  
  15071.        max-width: 18rem
  15072.  
  15073.    }
  15074.  
  15075.  
  15076.  
  15077.    .md\:max-w-\[3\.3rem\] {
  15078.  
  15079.        max-width: 3.3rem
  15080.  
  15081.    }
  15082.  
  15083.  
  15084.  
  15085.    .md\:grid-cols-2 {
  15086.  
  15087.        grid-template-columns: repeat(2,minmax(0,1fr))
  15088.  
  15089.    }
  15090.  
  15091.  
  15092.  
  15093.    .md\:grid-cols-3 {
  15094.  
  15095.        grid-template-columns: repeat(3,minmax(0,1fr))
  15096.  
  15097.    }
  15098.  
  15099.  
  15100.  
  15101.    .md\:grid-cols-5 {
  15102.  
  15103.        grid-template-columns: repeat(5,minmax(0,1fr))
  15104.  
  15105.    }
  15106.  
  15107.  
  15108.  
  15109.    .md\:flex-row {
  15110.  
  15111.        flex-direction: row
  15112.  
  15113.    }
  15114.  
  15115.  
  15116.  
  15117.    .md\:flex-col {
  15118.  
  15119.        flex-direction: column
  15120.  
  15121.    }
  15122.  
  15123.  
  15124.  
  15125.    .md\:items-start {
  15126.  
  15127.        align-items: flex-start
  15128.  
  15129.    }
  15130.  
  15131.  
  15132.  
  15133.    .md\:items-center {
  15134.  
  15135.        align-items: center
  15136.  
  15137.    }
  15138.  
  15139.  
  15140.  
  15141.    .md\:justify-center {
  15142.  
  15143.        justify-content: center
  15144.  
  15145.    }
  15146.  
  15147.  
  15148.  
  15149.    .md\:justify-between {
  15150.  
  15151.        justify-content: space-between
  15152.  
  15153.    }
  15154.  
  15155.  
  15156.  
  15157.    .md\:gap-0 {
  15158.  
  15159.        gap: 0
  15160.  
  15161.    }
  15162.  
  15163.  
  15164.  
  15165.    .md\:gap-16 {
  15166.  
  15167.        gap: 4rem
  15168.  
  15169.    }
  15170.  
  15171.  
  15172.  
  15173.    .md\:gap-2 {
  15174.  
  15175.        gap: .5rem
  15176.  
  15177.    }
  15178.  
  15179.  
  15180.  
  15181.    .md\:gap-3 {
  15182.  
  15183.        gap: .75rem
  15184.  
  15185.    }
  15186.  
  15187.  
  15188.  
  15189.    .md\:gap-8 {
  15190.  
  15191.        gap: 2rem
  15192.  
  15193.    }
  15194.  
  15195.  
  15196.  
  15197.    .md\:space-x-10>:not([hidden])~:not([hidden]) {
  15198.  
  15199.        --tw-space-x-reverse: 0;
  15200.  
  15201.        margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  15202.  
  15203.        margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)))
  15204.  
  15205.    }
  15206.  
  15207.  
  15208.  
  15209.    .md\:space-x-2>:not([hidden])~:not([hidden]) {
  15210.  
  15211.        --tw-space-x-reverse: 0;
  15212.  
  15213.        margin-right: calc(.5rem * var(--tw-space-x-reverse));
  15214.  
  15215.        margin-left: calc(.5rem * calc(1 - var(--tw-space-x-reverse)))
  15216.  
  15217.    }
  15218.  
  15219.  
  15220.  
  15221.    .md\:rounded-none {
  15222.  
  15223.        border-radius: 0
  15224.  
  15225.    }
  15226.  
  15227.  
  15228.  
  15229.    .md\:rounded-l-full {
  15230.  
  15231.        border-top-left-radius: 9999px;
  15232.  
  15233.        border-bottom-left-radius: 9999px
  15234.  
  15235.    }
  15236.  
  15237.  
  15238.  
  15239.    .md\:border-b-0 {
  15240.  
  15241.        border-bottom-width: 0
  15242.  
  15243.    }
  15244.  
  15245.  
  15246.  
  15247.    .md\:border-r {
  15248.  
  15249.        border-right-width: 1px
  15250.  
  15251.    }
  15252.  
  15253.  
  15254.  
  15255.    .md\:px-12 {
  15256.  
  15257.        padding-left: 3rem;
  15258.  
  15259.        padding-right: 3rem
  15260.  
  15261.    }
  15262.  
  15263.  
  15264.  
  15265.    .md\:px-14 {
  15266.  
  15267.        padding-left: 3.5rem;
  15268.  
  15269.        padding-right: 3.5rem
  15270.  
  15271.    }
  15272.  
  15273.  
  15274.  
  15275.    .md\:px-4 {
  15276.  
  15277.        padding-left: 1rem;
  15278.  
  15279.        padding-right: 1rem
  15280.  
  15281.    }
  15282.  
  15283.  
  15284.  
  15285.    .md\:px-6 {
  15286.  
  15287.        padding-left: 1.5rem;
  15288.  
  15289.        padding-right: 1.5rem
  15290.  
  15291.    }
  15292.  
  15293.  
  15294.  
  15295.    .md\:px-8 {
  15296.  
  15297.        padding-left: 2rem;
  15298.  
  15299.        padding-right: 2rem
  15300.  
  15301.    }
  15302.  
  15303.  
  15304.  
  15305.    .md\:py-5 {
  15306.  
  15307.        padding-top: 1.25rem;
  15308.  
  15309.        padding-bottom: 1.25rem
  15310.  
  15311.    }
  15312.  
  15313.  
  15314.  
  15315.    .md\:py-8 {
  15316.  
  15317.        padding-top: 2rem;
  15318.  
  15319.        padding-bottom: 2rem
  15320.  
  15321.    }
  15322.  
  15323.  
  15324.  
  15325.    .md\:pb-\[1rem\] {
  15326.  
  15327.        padding-bottom: 1rem
  15328.  
  15329.    }
  15330.  
  15331.  
  15332.  
  15333.    .md\:pl-12 {
  15334.  
  15335.        padding-left: 3rem
  15336.  
  15337.    }
  15338.  
  15339.  
  15340.  
  15341.    .md\:pt-16 {
  15342.  
  15343.        padding-top: 4rem
  15344.  
  15345.    }
  15346.  
  15347.  
  15348.  
  15349.    .md\:pt-8 {
  15350.  
  15351.        padding-top: 2rem
  15352.  
  15353.    }
  15354.  
  15355.  
  15356.  
  15357.    .md\:text-start {
  15358.  
  15359.        text-align: start
  15360.  
  15361.    }
  15362.  
  15363.  
  15364.  
  15365.    .md\:text-2xl {
  15366.  
  15367.        font-size: 1.5rem;
  15368.  
  15369.        line-height: 2rem
  15370.  
  15371.    }
  15372.  
  15373.  
  15374.  
  15375.    .md\:text-\[14px\] {
  15376.  
  15377.        font-size: 14px
  15378.  
  15379.    }
  15380.  
  15381.  
  15382.  
  15383.    .md\:text-\[15px\] {
  15384.  
  15385.        font-size: 15px
  15386.  
  15387.    }
  15388.  
  15389.  
  15390.  
  15391.    .md\:text-\[20px\] {
  15392.  
  15393.        font-size: 20px
  15394.  
  15395.    }
  15396.  
  15397.  
  15398.  
  15399.    .md\:text-\[28px\] {
  15400.  
  15401.        font-size: 28px
  15402.  
  15403.    }
  15404.  
  15405.  
  15406.  
  15407.    .md\:text-base {
  15408.  
  15409.        font-size: 1rem;
  15410.  
  15411.        line-height: 1.5rem
  15412.  
  15413.    }
  15414.  
  15415.  
  15416.  
  15417.    .md\:text-xl {
  15418.  
  15419.        font-size: 1.25rem;
  15420.  
  15421.        line-height: 1.75rem
  15422.  
  15423.    }
  15424.  
  15425. }
  15426.  
  15427.  
  15428.  
  15429. @media (min-width: 1024px) {
  15430.  
  15431.    .lg\:static {
  15432.  
  15433.        position:static
  15434.  
  15435.    }
  15436.  
  15437.  
  15438.  
  15439.    .lg\:col-span-12 {
  15440.  
  15441.        grid-column: span 12/span 12
  15442.  
  15443.    }
  15444.  
  15445.  
  15446.  
  15447.    .lg\:col-span-3 {
  15448.  
  15449.        grid-column: span 3/span 3
  15450.  
  15451.    }
  15452.  
  15453.  
  15454.  
  15455.    .lg\:col-span-4 {
  15456.  
  15457.        grid-column: span 4/span 4
  15458.  
  15459.    }
  15460.  
  15461.  
  15462.  
  15463.    .lg\:col-span-6 {
  15464.  
  15465.        grid-column: span 6/span 6
  15466.  
  15467.    }
  15468.  
  15469.  
  15470.  
  15471.    .lg\:col-span-7 {
  15472.  
  15473.        grid-column: span 7/span 7
  15474.  
  15475.    }
  15476.  
  15477.  
  15478.  
  15479.    .lg\:col-span-8 {
  15480.  
  15481.        grid-column: span 8/span 8
  15482.  
  15483.    }
  15484.  
  15485.  
  15486.  
  15487.    .lg\:col-span-9 {
  15488.  
  15489.        grid-column: span 9/span 9
  15490.  
  15491.    }
  15492.  
  15493.  
  15494.  
  15495.    .lg\:mb-12 {
  15496.  
  15497.        margin-bottom: 3rem
  15498.  
  15499.    }
  15500.  
  15501.  
  15502.  
  15503.    .lg\:mt-0 {
  15504.  
  15505.        margin-top: 0
  15506.  
  15507.    }
  15508.  
  15509.  
  15510.  
  15511.    .lg\:mt-16 {
  15512.  
  15513.        margin-top: 4rem
  15514.  
  15515.    }
  15516.  
  15517.  
  15518.  
  15519.    .lg\:mt-4 {
  15520.  
  15521.        margin-top: 1rem
  15522.  
  15523.    }
  15524.  
  15525.  
  15526.  
  15527.    .lg\:block {
  15528.  
  15529.        display: block
  15530.  
  15531.    }
  15532.  
  15533.  
  15534.  
  15535.    .lg\:flex {
  15536.  
  15537.        display: flex
  15538.  
  15539.    }
  15540.  
  15541.  
  15542.  
  15543.    .lg\:grid {
  15544.  
  15545.        display: grid
  15546.  
  15547.    }
  15548.  
  15549.  
  15550.  
  15551.    .lg\:hidden {
  15552.  
  15553.        display: none
  15554.  
  15555.    }
  15556.  
  15557.  
  15558.  
  15559.    .lg\:h-10 {
  15560.  
  15561.        height: 2.5rem
  15562.  
  15563.    }
  15564.  
  15565.  
  15566.  
  15567.    .lg\:h-14 {
  15568.  
  15569.        height: 3.5rem
  15570.  
  15571.    }
  15572.  
  15573.  
  15574.  
  15575.    .lg\:h-60 {
  15576.  
  15577.        height: 15rem
  15578.  
  15579.    }
  15580.  
  15581.  
  15582.  
  15583.    .lg\:h-\[14\.4rem\] {
  15584.  
  15585.        height: 14.4rem
  15586.  
  15587.    }
  15588.  
  15589.  
  15590.  
  15591.    .lg\:h-\[170px\] {
  15592.  
  15593.        height: 170px
  15594.  
  15595.    }
  15596.  
  15597.  
  15598.  
  15599.    .lg\:h-\[22\.5rem\] {
  15600.  
  15601.        height: 22.5rem
  15602.  
  15603.    }
  15604.  
  15605.  
  15606.  
  15607.    .lg\:h-\[500px\] {
  15608.  
  15609.        height: 500px
  15610.  
  15611.    }
  15612.  
  15613.  
  15614.  
  15615.    .lg\:max-h-\[14rem\] {
  15616.  
  15617.        max-height: 14rem
  15618.  
  15619.    }
  15620.  
  15621.  
  15622.  
  15623.    .lg\:w-14 {
  15624.  
  15625.        width: 3.5rem
  15626.  
  15627.    }
  15628.  
  15629.  
  15630.  
  15631.    .lg\:w-64 {
  15632.  
  15633.        width: 16rem
  15634.  
  15635.    }
  15636.  
  15637.  
  15638.  
  15639.    .lg\:w-72 {
  15640.  
  15641.        width: 18rem
  15642.  
  15643.    }
  15644.  
  15645.  
  15646.  
  15647.    .lg\:w-80 {
  15648.  
  15649.        width: 20rem
  15650.  
  15651.    }
  15652.  
  15653.  
  15654.  
  15655.    .lg\:w-\[100\%\] {
  15656.  
  15657.        width: 100%
  15658.  
  15659.    }
  15660.  
  15661.  
  15662.  
  15663.    .lg\:w-\[170px\] {
  15664.  
  15665.        width: 170px
  15666.  
  15667.    }
  15668.  
  15669.  
  15670.  
  15671.    .lg\:w-\[300px\] {
  15672.  
  15673.        width: 300px
  15674.  
  15675.    }
  15676.  
  15677.  
  15678.  
  15679.    .lg\:w-\[35\%\] {
  15680.  
  15681.        width: 35%
  15682.  
  15683.    }
  15684.  
  15685.  
  15686.  
  15687.    .lg\:min-w-0 {
  15688.  
  15689.        min-width: 0
  15690.  
  15691.    }
  15692.  
  15693.  
  15694.  
  15695.    .lg\:max-w-6xl {
  15696.  
  15697.        max-width: 72rem
  15698.  
  15699.    }
  15700.  
  15701.  
  15702.  
  15703.    .lg\:max-w-\[20rem\] {
  15704.  
  15705.        max-width: 20rem
  15706.  
  15707.    }
  15708.  
  15709.  
  15710.  
  15711.    .lg\:max-w-\[3\.5rem\] {
  15712.  
  15713.        max-width: 3.5rem
  15714.  
  15715.    }
  15716.  
  15717.  
  15718.  
  15719.    .lg\:flex-1 {
  15720.  
  15721.        flex: 1 1 0%
  15722.  
  15723.    }
  15724.  
  15725.  
  15726.  
  15727.    .lg\:grid-cols-2 {
  15728.  
  15729.        grid-template-columns: repeat(2,minmax(0,1fr))
  15730.  
  15731.    }
  15732.  
  15733.  
  15734.  
  15735.    .lg\:grid-cols-3 {
  15736.  
  15737.        grid-template-columns: repeat(3,minmax(0,1fr))
  15738.  
  15739.    }
  15740.  
  15741.  
  15742.  
  15743.    .lg\:grid-cols-4 {
  15744.  
  15745.        grid-template-columns: repeat(4,minmax(0,1fr))
  15746.  
  15747.    }
  15748.  
  15749.  
  15750.  
  15751.    .lg\:grid-cols-6 {
  15752.  
  15753.        grid-template-columns: repeat(6,minmax(0,1fr))
  15754.  
  15755.    }
  15756.  
  15757.  
  15758.  
  15759.    .lg\:flex-row {
  15760.  
  15761.        flex-direction: row
  15762.  
  15763.    }
  15764.  
  15765.  
  15766.  
  15767.    .lg\:flex-col {
  15768.  
  15769.        flex-direction: column
  15770.  
  15771.    }
  15772.  
  15773.  
  15774.  
  15775.    .lg\:content-between {
  15776.  
  15777.        align-content: space-between
  15778.  
  15779.    }
  15780.  
  15781.  
  15782.  
  15783.    .lg\:items-start {
  15784.  
  15785.        align-items: flex-start
  15786.  
  15787.    }
  15788.  
  15789.  
  15790.  
  15791.    .lg\:items-center {
  15792.  
  15793.        align-items: center
  15794.  
  15795.    }
  15796.  
  15797.  
  15798.  
  15799.    .lg\:justify-between {
  15800.  
  15801.        justify-content: space-between
  15802.  
  15803.    }
  15804.  
  15805.  
  15806.  
  15807.    .lg\:gap-0 {
  15808.  
  15809.        gap: 0
  15810.  
  15811.    }
  15812.  
  15813.  
  15814.  
  15815.    .lg\:gap-10 {
  15816.  
  15817.        gap: 2.5rem
  15818.  
  15819.    }
  15820.  
  15821.  
  15822.  
  15823.    .lg\:gap-2 {
  15824.  
  15825.        gap: .5rem
  15826.  
  15827.    }
  15828.  
  15829.  
  15830.  
  15831.    .lg\:gap-20 {
  15832.  
  15833.        gap: 5rem
  15834.  
  15835.    }
  15836.  
  15837.  
  15838.  
  15839.    .lg\:gap-4 {
  15840.  
  15841.        gap: 1rem
  15842.  
  15843.    }
  15844.  
  15845.  
  15846.  
  15847.    .lg\:gap-6 {
  15848.  
  15849.        gap: 1.5rem
  15850.  
  15851.    }
  15852.  
  15853.  
  15854.  
  15855.    .lg\:gap-x-16 {
  15856.  
  15857.        -moz-column-gap: 4rem;
  15858.  
  15859.        column-gap: 4rem
  15860.  
  15861.    }
  15862.  
  15863.  
  15864.  
  15865.    .lg\:gap-x-4 {
  15866.  
  15867.        -moz-column-gap: 1rem;
  15868.  
  15869.        column-gap: 1rem
  15870.  
  15871.    }
  15872.  
  15873.  
  15874.  
  15875.    .lg\:gap-x-\[58px\] {
  15876.  
  15877.        -moz-column-gap: 58px;
  15878.  
  15879.        column-gap: 58px
  15880.  
  15881.    }
  15882.  
  15883.  
  15884.  
  15885.    .lg\:overflow-y-visible {
  15886.  
  15887.        overflow-y: visible
  15888.  
  15889.    }
  15890.  
  15891.  
  15892.  
  15893.    .lg\:rounded-2xl {
  15894.  
  15895.        border-radius: 1rem
  15896.  
  15897.    }
  15898.  
  15899.  
  15900.  
  15901.    .lg\:border-b-0 {
  15902.  
  15903.        border-bottom-width: 0
  15904.  
  15905.    }
  15906.  
  15907.  
  15908.  
  15909.    .lg\:border-r {
  15910.  
  15911.        border-right-width: 1px
  15912.  
  15913.    }
  15914.  
  15915.  
  15916.  
  15917.    .lg\:p-0 {
  15918.  
  15919.        padding: 0
  15920.  
  15921.    }
  15922.  
  15923.  
  15924.  
  15925.    .lg\:px-0 {
  15926.  
  15927.        padding-left: 0;
  15928.  
  15929.        padding-right: 0
  15930.  
  15931.    }
  15932.  
  15933.  
  15934.  
  15935.    .lg\:px-10 {
  15936.  
  15937.        padding-left: 2.5rem;
  15938.  
  15939.        padding-right: 2.5rem
  15940.  
  15941.    }
  15942.  
  15943.  
  15944.  
  15945.    .lg\:px-11 {
  15946.  
  15947.        padding-left: 2.75rem;
  15948.  
  15949.        padding-right: 2.75rem
  15950.  
  15951.    }
  15952.  
  15953.  
  15954.  
  15955.    .lg\:px-12 {
  15956.  
  15957.        padding-left: 3rem;
  15958.  
  15959.        padding-right: 3rem
  15960.  
  15961.    }
  15962.  
  15963.  
  15964.  
  15965.    .lg\:px-14 {
  15966.  
  15967.        padding-left: 3.5rem;
  15968.  
  15969.        padding-right: 3.5rem
  15970.  
  15971.    }
  15972.  
  15973.  
  15974.  
  15975.    .lg\:px-16 {
  15976.  
  15977.        padding-left: 4rem;
  15978.  
  15979.        padding-right: 4rem
  15980.  
  15981.    }
  15982.  
  15983.  
  15984.  
  15985.    .lg\:px-20 {
  15986.  
  15987.        padding-left: 5rem;
  15988.  
  15989.        padding-right: 5rem
  15990.  
  15991.    }
  15992.  
  15993.  
  15994.  
  15995.    .lg\:px-7 {
  15996.  
  15997.        padding-left: 1.75rem;
  15998.  
  15999.        padding-right: 1.75rem
  16000.  
  16001.    }
  16002.  
  16003.  
  16004.  
  16005.    .lg\:px-8 {
  16006.  
  16007.        padding-left: 2rem;
  16008.  
  16009.        padding-right: 2rem
  16010.  
  16011.    }
  16012.  
  16013.  
  16014.  
  16015.    .lg\:px-\[3\.2rem\] {
  16016.  
  16017.        padding-left: 3.2rem;
  16018.  
  16019.        padding-right: 3.2rem
  16020.  
  16021.    }
  16022.  
  16023.  
  16024.  
  16025.    .lg\:py-24 {
  16026.  
  16027.        padding-top: 6rem;
  16028.  
  16029.        padding-bottom: 6rem
  16030.  
  16031.    }
  16032.  
  16033.  
  16034.  
  16035.    .lg\:py-4 {
  16036.  
  16037.        padding-top: 1rem;
  16038.  
  16039.        padding-bottom: 1rem
  16040.  
  16041.    }
  16042.  
  16043.  
  16044.  
  16045.    .lg\:py-8 {
  16046.  
  16047.        padding-top: 2rem;
  16048.  
  16049.        padding-bottom: 2rem
  16050.  
  16051.    }
  16052.  
  16053.  
  16054.  
  16055.    .lg\:pb-\[3\.5rem\] {
  16056.  
  16057.        padding-bottom: 3.5rem
  16058.  
  16059.    }
  16060.  
  16061.  
  16062.  
  16063.    .lg\:pr-2 {
  16064.  
  16065.        padding-right: .5rem
  16066.  
  16067.    }
  16068.  
  16069.  
  16070.  
  16071.    .lg\:pt-10 {
  16072.  
  16073.        padding-top: 2.5rem
  16074.  
  16075.    }
  16076.  
  16077.  
  16078.  
  16079.    .lg\:pt-14 {
  16080.  
  16081.        padding-top: 3.5rem
  16082.  
  16083.    }
  16084.  
  16085.  
  16086.  
  16087.    .lg\:pt-24 {
  16088.  
  16089.        padding-top: 6rem
  16090.  
  16091.    }
  16092.  
  16093.  
  16094.  
  16095.    .lg\:text-start {
  16096.  
  16097.        text-align: start
  16098.  
  16099.    }
  16100.  
  16101.  
  16102.  
  16103.    .lg\:text-2xl {
  16104.  
  16105.        font-size: 1.5rem;
  16106.  
  16107.        line-height: 2rem
  16108.  
  16109.    }
  16110.  
  16111.  
  16112.  
  16113.    .lg\:text-4xl {
  16114.  
  16115.        font-size: 2.25rem;
  16116.  
  16117.        line-height: 2.5rem
  16118.  
  16119.    }
  16120.  
  16121.  
  16122.  
  16123.    .lg\:text-\[14px\] {
  16124.  
  16125.        font-size: 14px
  16126.  
  16127.    }
  16128.  
  16129.  
  16130.  
  16131.    .lg\:text-\[15px\] {
  16132.  
  16133.        font-size: 15px
  16134.  
  16135.    }
  16136.  
  16137.  
  16138.  
  16139.    .lg\:text-\[16px\] {
  16140.  
  16141.        font-size: 16px
  16142.  
  16143.    }
  16144.  
  16145.  
  16146.  
  16147.    .lg\:text-\[20px\] {
  16148.  
  16149.        font-size: 20px
  16150.  
  16151.    }
  16152.  
  16153.  
  16154.  
  16155.    .lg\:text-\[26px\] {
  16156.  
  16157.        font-size: 26px
  16158.  
  16159.    }
  16160.  
  16161.  
  16162.  
  16163.    .lg\:text-\[30px\] {
  16164.  
  16165.        font-size: 30px
  16166.  
  16167.    }
  16168.  
  16169.  
  16170.  
  16171.    .lg\:text-\[32px\] {
  16172.  
  16173.        font-size: 32px
  16174.  
  16175.    }
  16176.  
  16177.  
  16178.  
  16179.    .lg\:text-lg {
  16180.  
  16181.        font-size: 1.125rem;
  16182.  
  16183.        line-height: 1.75rem
  16184.  
  16185.    }
  16186.  
  16187. }
  16188.  
  16189.  
  16190.  
  16191. @media (min-width: 1280px) {
  16192.  
  16193.    .xl\:col-span-1 {
  16194.  
  16195.        grid-column:span 1/span 1
  16196.  
  16197.    }
  16198.  
  16199.  
  16200.  
  16201.    .xl\:col-span-2 {
  16202.  
  16203.        grid-column: span 2/span 2
  16204.  
  16205.    }
  16206.  
  16207.  
  16208.  
  16209.    .xl\:col-span-4 {
  16210.  
  16211.        grid-column: span 4/span 4
  16212.  
  16213.    }
  16214.  
  16215.  
  16216.  
  16217.    .xl\:col-span-6 {
  16218.  
  16219.        grid-column: span 6/span 6
  16220.  
  16221.    }
  16222.  
  16223.  
  16224.  
  16225.    .xl\:col-span-8 {
  16226.  
  16227.        grid-column: span 8/span 8
  16228.  
  16229.    }
  16230.  
  16231.  
  16232.  
  16233.    .xl\:mt-0 {
  16234.  
  16235.        margin-top: 0
  16236.  
  16237.    }
  16238.  
  16239.  
  16240.  
  16241.    .xl\:block {
  16242.  
  16243.        display: block
  16244.  
  16245.    }
  16246.  
  16247.  
  16248.  
  16249.    .xl\:flex {
  16250.  
  16251.        display: flex
  16252.  
  16253.    }
  16254.  
  16255.  
  16256.  
  16257.    .xl\:w-auto {
  16258.  
  16259.        width: auto
  16260.  
  16261.    }
  16262.  
  16263.  
  16264.  
  16265.    .xl\:w-full {
  16266.  
  16267.        width: 100%
  16268.  
  16269.    }
  16270.  
  16271.  
  16272.  
  16273.    .xl\:max-w-\[1280px\] {
  16274.  
  16275.        max-width: 1280px
  16276.  
  16277.    }
  16278.  
  16279.  
  16280.  
  16281.    .xl\:grid-cols-6 {
  16282.  
  16283.        grid-template-columns: repeat(6,minmax(0,1fr))
  16284.  
  16285.    }
  16286.  
  16287.  
  16288.  
  16289.    .xl\:gap-4 {
  16290.  
  16291.        gap: 1rem
  16292.  
  16293.    }
  16294.  
  16295.  
  16296.  
  16297.    .xl\:px-7 {
  16298.  
  16299.        padding-left: 1.75rem;
  16300.  
  16301.        padding-right: 1.75rem
  16302.  
  16303.    }
  16304.  
  16305.  
  16306.  
  16307.    .xl\:text-center {
  16308.  
  16309.        text-align: center
  16310.  
  16311.    }
  16312.  
  16313.  
  16314.  
  16315.    .xl\:text-2xl {
  16316.  
  16317.        font-size: 1.5rem;
  16318.  
  16319.        line-height: 2rem
  16320.  
  16321.    }
  16322.  
  16323.  
  16324.  
  16325.    .xl\:text-base {
  16326.  
  16327.        font-size: 1rem;
  16328.  
  16329.        line-height: 1.5rem
  16330.  
  16331.    }
  16332.  
  16333. }
  16334.  
  16335.  
  16336.  
  16337.  
  16338.  
  16339. .font-medium {
  16340.  
  16341.    font-weight: 500;
  16342.  
  16343. }
  16344.  
  16345. .text-sm {
  16346.  
  16347.    font-size: .875rem;
  16348.  
  16349.    line-height: 1.25rem;
  16350.  
  16351. }
  16352.  
  16353. .py-2 {
  16354.  
  16355.    padding-top: 0.5rem;
  16356.  
  16357.    padding-bottom: 0.5rem;
  16358.  
  16359. }
  16360.  
  16361. .rounded-md {
  16362.  
  16363.    border-radius: 0.375rem;
  16364.  
  16365. }
  16366.  
  16367. .justify-center {
  16368.  
  16369.    justify-content: center;
  16370.  
  16371. }
  16372.  
  16373. .w-full {
  16374.  
  16375.    width: 100%;
  16376.  
  16377. }
  16378.  
  16379. .inline-flex {
  16380.  
  16381.    display: inline-flex;
  16382.  
  16383. }
  16384.  
  16385. [type=button], [type=reset], [type=submit], button {
  16386.  
  16387.    -webkit-appearance: button;
  16388.  
  16389.    background-color: transparent;
  16390.  
  16391.    background-image: none;
  16392.  
  16393. }
  16394.  
  16395. [role=button], button {
  16396.  
  16397.    cursor: pointer;
  16398.  
  16399. }
  16400.  
  16401. button, select {
  16402.  
  16403.    text-transform: none;
  16404.  
  16405. }
  16406.  
  16407. button, input, optgroup, select, textarea {
  16408.  
  16409.    font-family: inherit;
  16410.  
  16411.    font-size: 100%;
  16412.  
  16413.    font-weight: inherit;
  16414.  
  16415.    line-height: inherit;
  16416.  
  16417.    color: inherit;
  16418.  
  16419.    margin: 0;
  16420.  
  16421.    padding: 0;
  16422.  
  16423. }
  16424.  
  16425.  
  16426.  
  16427. .gap-4 {
  16428.  
  16429.    gap: 1rem;
  16430.  
  16431. }
  16432.  
  16433. .items-center {
  16434.  
  16435.    align-items: center;
  16436.  
  16437. }
  16438.  
  16439. .flex-1 {
  16440.  
  16441.    flex: 1 1 0%;
  16442.  
  16443. }
  16444.  
  16445. .flex {
  16446.  
  16447.    display: flex;
  16448.  
  16449. }
  16450.  
  16451. .ml-12 {
  16452.  
  16453.    margin-left: 3rem;
  16454.  
  16455. }
  16456.  
  16457.  
  16458.  
  16459.  
  16460.  
  16461. .pr-2 {
  16462.  
  16463.    padding-right: 0.5rem;
  16464.  
  16465. }
  16466.  
  16467.  
  16468.  
  16469. .items-center {
  16470.  
  16471.    align-items: center;
  16472.  
  16473. }
  16474.  
  16475. .flex {
  16476.  
  16477.    display: flex;
  16478.  
  16479. }
  16480.  
  16481. .right-0 {
  16482.  
  16483.    right: 0;
  16484.  
  16485. }
  16486.  
  16487. .inset-y-0 {
  16488.  
  16489.    top: 0;
  16490.  
  16491.    bottom: 0;
  16492.  
  16493. }
  16494.  
  16495. .absolute {
  16496.  
  16497.    position: absolute;
  16498.  
  16499. }
  16500.  
  16501.  
  16502.  
  16503. .css-18exuzb {
  16504.  
  16505.    color: rgb(255, 255, 255);
  16506.  
  16507.    background: rgb(39, 39, 48);
  16508.  
  16509. }
  16510.  
  16511. .ring-opacity-5 {
  16512.  
  16513.    --tw-ring-opacity: 0.05;
  16514.  
  16515. }
  16516.  
  16517. .ring-black {
  16518.  
  16519.    --tw-ring-opacity: 1;
  16520.  
  16521.    --tw-ring-color: rgb(0 0 0/var(--tw-ring-opacity));
  16522.  
  16523. }
  16524.  
  16525. .ring-1 {
  16526.  
  16527.    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  16528.  
  16529.    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  16530.  
  16531.    box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);
  16532.  
  16533. }
  16534.  
  16535. .shadow-lg {
  16536.  
  16537.    --tw-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
  16538.  
  16539.    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);
  16540.  
  16541. }
  16542.  
  16543. .shadow-2xl, .shadow-lg {
  16544.  
  16545.    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
  16546.  
  16547. }
  16548.  
  16549. .opacity-100 {
  16550.  
  16551.    opacity: 1;
  16552.  
  16553. }
  16554.  
  16555. .rounded-md {
  16556.  
  16557.    border-radius: 0.375rem;
  16558.  
  16559. }
  16560.  
  16561. .transform {
  16562.  
  16563.    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));
  16564.  
  16565. }
  16566.  
  16567. .scale-100 {
  16568.  
  16569.    --tw-scale-x: 1;
  16570.  
  16571.    --tw-scale-y: 1;
  16572.  
  16573. }
  16574.  
  16575. .rotate-180, .scale-100 {
  16576.  
  16577.    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));
  16578.  
  16579. }
  16580.  
  16581. .origin-top-right {
  16582.  
  16583.    transform-origin: top right;
  16584.  
  16585. }
  16586.  
  16587. .w-72 {
  16588.  
  16589.    width: 18rem;
  16590.  
  16591. }
  16592.  
  16593. .mt-2 {
  16594.  
  16595.    margin-top: 0.5rem;
  16596.  
  16597. }
  16598.  
  16599. .right-0 {
  16600.  
  16601.    right: 0;
  16602.  
  16603. }
  16604.  
  16605. .absolute {
  16606.  
  16607.    position: absolute;
  16608.  
  16609. }
  16610.  
  16611.  
  16612.  
  16613. .css-1wpp9sf {
  16614.  
  16615.    color: rgb(255, 255, 255);
  16616.  
  16617.    background: rgb(245, 121, 30);
  16618.  
  16619. }
  16620.  
  16621.  
  16622.  
  16623. .css-mxl5am {
  16624.  
  16625.    color: rgb(255, 255, 255);
  16626.  
  16627.    background: white;
  16628.  
  16629. }
  16630.  
  16631. .duration-300 {
  16632.  
  16633.    transition-duration: .3s;
  16634.  
  16635. }
  16636.  
  16637. .transition {
  16638.  
  16639.    transition-property: color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
  16640.  
  16641.    transition-property: color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
  16642.  
  16643.    transition-property: color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
  16644.  
  16645.    transition-timing-function: cubic-bezier(.4,0,.2,1);
  16646.  
  16647.    transition-duration: .15s;
  16648.  
  16649. }
  16650.  
  16651. .font-medium {
  16652.  
  16653.    font-weight: 500;
  16654.  
  16655. }
  16656.  
  16657. .text-sm {
  16658.  
  16659.    font-size: .875rem;
  16660.  
  16661.    line-height: 1.25rem;
  16662.  
  16663. }
  16664.  
  16665. .py-2 {
  16666.  
  16667.    padding-top: 0.5rem;
  16668.  
  16669.    padding-bottom: 0.5rem;
  16670.  
  16671. }
  16672.  
  16673. .rounded-l-full {
  16674.  
  16675.    border-top-left-radius: 9999px;
  16676.  
  16677.    border-bottom-left-radius: 9999px;
  16678.  
  16679. }
  16680.  
  16681. .justify-center {
  16682.  
  16683.    justify-content: center;
  16684.  
  16685. }
  16686.  
  16687. .w-full {
  16688.  
  16689.    width: 100%;
  16690.  
  16691. }
  16692.  
  16693. .flex {
  16694.  
  16695.    display: flex;
  16696.  
  16697. }
  16698.  
  16699.  
  16700.  
  16701. .w-auto {
  16702.  
  16703.    width: auto;
  16704.  
  16705. }
  16706.  
  16707. .h-10 {
  16708.  
  16709.    height: 1.5rem;
  16710.  
  16711. }
  16712.  
  16713. .block {
  16714.  
  16715.    display: block;
  16716.  
  16717. }
  16718.  
  16719. .offcanvas {
  16720.  
  16721.        width: 100%;
  16722.  
  16723.        max-width: 250px;
  16724.  
  16725.    }
  16726.  
  16727.  
  16728.  
  16729.    /* Desktop */
  16730.  
  16731.    @media screen and (min-width: 768px) {
  16732.  
  16733.        .offcanvas {
  16734.  
  16735.            width: 350px;
  16736.  
  16737.        
  16738.  
  16739.        }
  16740.  
  16741.    }
  16742.  
  16743.    
  16744.  
  16745.    .css-1tq05rq {
  16746.  
  16747.    color: rgb(25225, 255, 255);
  16748.  
  16749. }
  16750.  
  16751. .font-medium {
  16752.  
  16753.    font-weight: 500;
  16754.  
  16755. }
  16756.  
  16757. .text-base {
  16758.  
  16759.    font-size: 1rem;
  16760.  
  16761.    line-height: 1.5rem;
  16762.  
  16763. }
  16764.  
  16765. .p-2 {
  16766.  
  16767.    padding: 0.5rem;
  16768.  
  16769. }
  16770.  
  16771. .rounded-md {
  16772.  
  16773.    border-radius: 0.375rem;
  16774.  
  16775. }
  16776.  
  16777. .items-center {
  16778.  
  16779.    align-items: center;
  16780.  
  16781. }
  16782.  
  16783. .flex {
  16784.  
  16785.    display: flex;
  16786.  
  16787. }
  16788. </style>
  16789. <head>
  16790.    <meta charset="utf-8" />
  16791.    <title>MDN ITEMS - Toko Store Website Top Up Termurah dan Tercepat</title>
  16792.    <meta name="csrf-token" content="cDiGZ6tyOV7Ci7aB3VULBpmFO4JMkNiV6XlheUDh">
  16793.    <meta name="viewport" content="width=device-width, initial-scale=1">
  16794.    
  16795.    <link rel="canonical" href="https://mdnitems.com/">
  16796.    <meta name="google-site-verification" content="cekVOdTsuD0oREC-uQE-Y6yE2HeIRMCz4SkR2_Qjkw4"/>
  16797.    <meta name="google-site-verification" content="uctwWEQtHtk9qsWdpGPqMbwMZDVmJgMqJWIrXKRbtJ0" />
  16798.    <meta name="trustpilot-one-time-domain-verification-id" content="0ce6460c-9ad7-4b30-8f60-c780961303a5"/>
  16799.    
  16800.    <meta name="title" content="MDN ITEMS - Toko Store Website Top Up Termurah dan Tercepat">
  16801.    <meta name="description" content="Toko Top Up Games Online Cepat Termurah di Indonesia Store Website menjual Produk Game Online Mobile Legends, Token Listrik, Internet dan Netflix dan lainnya.">
  16802.    <meta name="keywords" content="mdn items, top up game, bayar, toko, voucher, top up mlbb mdnitems, top up mdn items, bayar pln, top up game online, top up murah, mdn items store, top up cepat, fast top up, via login,vilog, facebook, instagram, youtube.">
  16803.    <meta name="author" content="MDN ITEMS">
  16804. </head>
  16805.  
  16806.    <link rel="shortcut icon" href="/assets/logo/mdn-removebg-preview.png">
  16807.    <!--internal-->
  16808.    <link href="/public/assets/css/bootstrap.min.css?v=1670035018 " id="bootstrap-style" rel="stylesheet"
  16809.        type="text/css" />
  16810.    <link rel="stylesheet" type="text/css" href="/public/assets/libs/toastr/build/toastr.min.css">
  16811.    <link href="/public/assets/css/icons.min.css" rel="stylesheet" type="text/css" />
  16812.    <link href="/public/assets/css/flipdown.css" rel="stylesheet" type="text/css" />
  16813.    <link href="/public/assets/css/app.min.css?v=1670035018" id="app-style" rel="stylesheet" type="text/css" />
  16814.    <link href="/public/assets/libs/sweetalert2/sweetalert2.min.css" rel="stylesheet" type="text/css" />
  16815.    <link href="/public/assets/libs/datatables.net-bs4/css/dataTables.bootstrap4.min.css" rel="stylesheet"
  16816.        type="text/css" />
  16817.    <link href="/public/assets/libs/datatables.net-buttons-bs4/css/buttons.bootstrap4.min.css" rel="stylesheet"
  16818.        type="text/css" />
  16819.    <link href="/public/assets/libs/datatables.net-responsive-bs4/css/responsive.bootstrap4.min.css"
  16820.        rel="stylesheet" type="text/css" />
  16821.    <script src="/public/assets/libs/jquery/jquery.min.js"></script>
  16822.    <!--penutup-->
  16823.    <!--eksternal-->
  16824.    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css">
  16825.    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pace/1.2.4/themes/red/pace-theme-flash.min.css">
  16826.    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
  16827.    <link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css"/>
  16828.    <link rel="stylesheet" href="https://cdn.datatables.net/1.12.1/css/dataTables.bootstrap5.min.css">
  16829.    <!-- Google tag (gtag.js) -->
  16830. <script async src="https://www.googletagmanager.com/gtag/js?id=G-K1SC1G8V62"></script>
  16831. <script>
  16832.  window.dataLayer = window.dataLayer || [];
  16833.  function gtag(){dataLayer.push(arguments);}
  16834.  gtag('js', new Date());
  16835.  
  16836.  gtag('config', 'G-K1SC1G8V62');
  16837. </script>
  16838.    <script type="application/ld+json">
  16839. {
  16840.  "@context": "https://schema.org",
  16841.  "@type": "FAQPage",
  16842.  "mainEntity": [{
  16843.    "@type": "Question",
  16844.    "name": "Bagaimana cara belanja di MDN ITEMS ini?",
  16845.    "acceptedAnswer": {
  16846.      "@type": "Answer",
  16847.      "text": "Hanya dengan Scan QRIS maka bisa melakukan pembayaran dengan mudah karena QRIS mendukung semua jenis Pembayaran yang menggunakan fitur Scan dalam Perbankan maupun Dompet Digital"
  16848.    }
  16849.  },{
  16850.    "@type": "Question",
  16851.    "name": "Apakah Website MDN ITEMS ini Terpecaya?",
  16852.    "acceptedAnswer": {
  16853.      "@type": "Answer",
  16854.      "text": "Benar sekali, karena kami juga menyediakan Layanan COD atau Cash on Delivery"
  16855.    }
  16856.  },{
  16857.    "@type": "Question",
  16858.    "name": "Berapa lama proses pengerjaan?",
  16859.    "acceptedAnswer": {
  16860.      "@type": "Answer",
  16861.      "text": "Hitungan detik maka orderan kamu telah diproses langsung dari Bot yang kami sediakan. Proses intant dan Mudah di gunakan."
  16862.    }
  16863.  }]
  16864. }
  16865. </script>
  16866. <script type="application/ld+json">
  16867. {
  16868.  "@context": "https://schema.org/",
  16869.  "@type": "WebSite",
  16870.  "name": "Mdn Items",
  16871.  "url": "https://mdnitems.com/",
  16872.  "potentialAction": {
  16873.    "@type": "SearchAction",
  16874.    "target": "https://mdnitems.com/{search_term_string}",
  16875.    "query-input": "required name=search_term_string"
  16876.  }
  16877. }
  16878. </script>
  16879. <script type="application/ld+json">
  16880. {
  16881.  "@context": "https://schema.org/",
  16882.  "@type": "BreadcrumbList",
  16883.  "itemListElement": [{
  16884.    "@type": "ListItem",
  16885.    "position": 1,
  16886.    "name": "Mobile Legends - ML",
  16887.    "item": "https://mdnitems.com/game/mobile-legends"  
  16888.  },{
  16889.    "@type": "ListItem",
  16890.    "position": 2,
  16891.    "name": "UC PUBG",
  16892.    "item": "https://mdnitems.com/game/PUBG-MOBILE"  
  16893.  },{
  16894.    "@type": "ListItem",
  16895.    "position": 3,
  16896.    "name": "Honor Of Kings - HOK",
  16897.    "item": "https://mdnitems.com/game/Honor-of-Kings"  
  16898.  },{
  16899.    "@type": "ListItem",
  16900.    "position": 4,
  16901.    "name": "Eggy Coins - Eggy Party",
  16902.    "item": "https://mdnitems.com/game/Eggy-Party"  
  16903.  },{
  16904.    "@type": "ListItem",
  16905.    "position": 5,
  16906.    "name": "Free Fire - FF",
  16907.    "item": "https://mdnitems.com/game/FREE-FIRE"  
  16908.  }]
  16909. }
  16910. </script>
  16911.  
  16912.    <!--penutup-->
  16913. </head>
  16914. <body data-topbar="" data-layout="horizontal" data-layout-size="boxed"
  16915. style="background-color: #dbcce7 !important">
  16916.  
  16917.    <div id="layout-wrapper">
  16918.        <header id="page-topbar"
  16919.        style="background-color: #B298C8 !important">
  16920.           <div class="nav-container">
  16921.    <div class="brand">
  16922.      <a href="https://www.mdnitems.com">
  16923.        <img class="logo-lg" src="/assets/logo/mdn-removebg-preview.png" alt="" height="70">
  16924.    </a>
  16925. </div>
  16926.    <nav>
  16927.      <div class="nav-mobile"><a id="navbar-toggle" href="#!"><span></span></a></div>
  16928.      <ul class="nav-list">
  16929.        <li>
  16930.          <a href="/">Home</a>
  16931.        </li>
  16932.        <li>
  16933.          <a href="https://mdnitems.com/riwayat-pembelian">Cek Pesanan</a>
  16934.        </li>
  16935.        <li>
  16936.          <a href="https://mdnitems.com/daftar-harga">Daftar Harga</a>
  16937.        </li>
  16938.        <li>
  16939.          <a href="https://mdnitems.com/top-users-and-services">Top 10</a>
  16940.        </li>
  16941.        <li>
  16942.          <a href="#!">Calculator ML</a>
  16943.          <ul class="navbar-dropdown">
  16944.            <li>
  16945.              <a href="https://mdnitems.com/hitung-wr">Hitung Win Rate</a>
  16946.            </li>
  16947.            <li>
  16948.              <a href="https://mdnitems.com/hitung-point-magic-wheel">Hitung Point Magic</a>
  16949.            </li>
  16950.            <li>
  16951.              <a href="https://mdnitems.com/hitung-point-zodiak">Hitung Point Zodiak</a>
  16952.            </li>
  16953.          </ul>
  16954.        </li>
  16955.        <li>
  16956.          <a href="#!">Jadwal</a>
  16957.          <ul class="navbar-dropdown">
  16958.            <li>
  16959.              <a href="#">Jadwal Gift</a>
  16960.            </li>
  16961.            <li>
  16962.              <a href="#">ID Gift</a>
  16963.            </li>
  16964.            <li>
  16965.              <a href="#">Jadwal RoomTour</a>
  16966.            </li>
  16967.          </ul>
  16968.        </li>
  16969.        <li>
  16970.                      <a href="#!">Masuk / Daftar</a>
  16971.          <ul class="navbar-dropdown">
  16972.            <li>
  16973.              <a href="https://mdnitems.com/login">Login</a>
  16974.            </li>
  16975.            <li>
  16976.              <a href="https://mdnitems.com/register">Daftar</a>
  16977.            </li>
  16978.          </ul>
  16979.                    <li>
  16980.                      </li>
  16981.      </ul>
  16982.    </nav>
  16983.  </div>
  16984.          <script>
  16985.               (function($) {
  16986.  $(function() {
  16987.  
  16988.    //  open and close nav
  16989.    $('#navbar-toggle').click(function() {
  16990.      $('nav ul').slideToggle();
  16991.    });
  16992.  
  16993.  
  16994.    // Hamburger toggle
  16995.    $('#navbar-toggle').on('click', function() {
  16996.      this.classList.toggle('active');
  16997.    });
  16998.  
  16999.  
  17000.    // If a link has a dropdown, add sub menu toggle.
  17001.    $('nav ul li a:not(:only-child)').click(function(e) {
  17002.      $(this).siblings('.navbar-dropdown').slideToggle("slow");
  17003.  
  17004.      // Close dropdown when select another dropdown
  17005.      $('.navbar-dropdown').not($(this).siblings()).hide("slow");
  17006.      e.stopPropagation();
  17007.    });
  17008.  
  17009.  
  17010.    // Click outside the dropdown will remove the dropdown class
  17011.    $('html').click(function() {
  17012.      $('.navbar-dropdown').hide();
  17013.    });
  17014.  });
  17015. })(jQuery);
  17016.          </script>        
  17017.                            </div>
  17018.                        </div>
  17019.                    </div>
  17020.                </div>
  17021.        </header>
  17022.        
  17023.    <div class="main-content">
  17024.        <div class="page-content px-0">
  17025.            <style>
  17026. .fa-search {
  17027.    color: #DBCCE7;
  17028. }
  17029.  
  17030. .swal2-html-container {
  17031. z-index: 1;
  17032. justify-content: center;
  17033. margin: 1em 1.6em 0.3em;
  17034. padding: 0;
  17035. overflow: auto;
  17036. color: inherit;
  17037. font-size: 1.125em;
  17038. font-weight: normal;
  17039. line-height: normal;
  17040. text-align: center;
  17041. word-wrap: break-word;
  17042. word-break: break-word;
  17043. }
  17044. .swal2-html-container {
  17045. z-index: 1;
  17046. justify-content: center;
  17047. margin: 1em 1.6em 0.3em;
  17048. padding: 0;
  17049. overflow: auto;
  17050. color: inherit;
  17051. font-size: 1.125em;
  17052. font-weight: normal;
  17053. line-height: normal;
  17054. text-align: left!important;
  17055. word-wrap: break-word;
  17056. word-break: break-word;
  17057. }
  17058.  
  17059. .nav-link {
  17060. color: #000;
  17061. display: block;
  17062. padding: 0.5rem 1rem;
  17063. text-decoration: none;
  17064. transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s;
  17065. }
  17066.  
  17067. .resultsearch .dropdown-item:hover {
  17068. background-color: hsla(0, 0%, 100%, .15);
  17069. color: #fff;
  17070. }
  17071.  
  17072. .bg-light {
  17073. --bs-bg-opacity: 1;
  17074. }
  17075.  
  17076. a {
  17077. text-decoration: none;
  17078. }
  17079.  
  17080. .grecaptcha-badge {
  17081. visibility: hidden;
  17082. }
  17083.  
  17084. .logo-atas {
  17085. height: 30px;
  17086. }
  17087.  
  17088. .logo-order {
  17089. width: 100%;
  17090. float: left;
  17091. margin-right: 8px;
  17092. margin-bottom: auto;
  17093. }
  17094.  
  17095. .logo-order2 {
  17096. width: 100%;
  17097. float: left;
  17098. /* margin-right: 8px;
  17099. margin-bottom: auto; */
  17100. }
  17101.  
  17102. .logo-order3 {
  17103. width: 100%;
  17104. float: left;
  17105. /* margin-right: 8px;
  17106. margin-bottom: auto; */
  17107. }
  17108.  
  17109. .logo-bawah {
  17110. height: 60px;
  17111. float: left;
  17112. margin-right: 8px;
  17113. margin-bottom: auto;
  17114. }
  17115.  
  17116. .btn-orange {
  17117. color: #fff;
  17118. background-color: #FE6C17 !important;
  17119. border-color: #FE6C17 !important;
  17120. }
  17121.  
  17122. .btn-primary {
  17123. color: #fff;
  17124. background-color: #FE6C17 !important;
  17125. border-color: #FE6C17 !important;
  17126. }
  17127. .btn-primary:hover {
  17128. color: #000;
  17129. background-color: #FE6C17 !important;
  17130. border-color: #FE6C17 !important;
  17131. }
  17132.  
  17133. .child-box:hover {
  17134. border: 1px solid hsla(0, 0%, 68%, 0.5);
  17135. }
  17136.  
  17137. .button-action-payment li.active {
  17138. border: 1px solid transparent;
  17139. background: rgb(255, 255, 255);
  17140. filter: grayscale(0%);
  17141. }
  17142.  
  17143. .xxs {
  17144. font-size: 0.4rem;
  17145. }
  17146.  
  17147. .button-action-payment li {
  17148. border: 1px solid rgba(202, 202, 202, 0.398);
  17149. padding: 10px;
  17150. border-radius: 0.3em;
  17151. margin-bottom: 10px;
  17152. position: relative;
  17153. display: list-item;
  17154. text-align: -webkit-match-parent;
  17155. background: rgb(208, 208, 208);
  17156. -webkit-filter: grayscale(100%);
  17157. /* Safari 6.0 - 9.0 */
  17158. filter: grayscale(100%);
  17159. }
  17160.  
  17161. .button-action-payment input[type="radio"]:checked+.payment-item {
  17162. color: #fd7300;
  17163. }
  17164.  
  17165.  
  17166. .strip-primary {
  17167. background-color: #FE6C17;
  17168. position: absolute;
  17169. width: 60px;
  17170. height: 5px;
  17171. border-radius: 10px;
  17172. }
  17173.  
  17174. .wave {
  17175. min-height: 100%;
  17176. background-attachment: scroll;
  17177. /* background-image: url("https://bosstore.my.id/assets/img/wave.svg"); */
  17178. background-repeat: no-repeat;
  17179. background-position: bottom left, bottom right;
  17180. }
  17181.  
  17182. .wave2 {
  17183. min-height: 100%;
  17184. background-attachment: fixed;
  17185. /* background-image: url("https://bosstore.my.id/assets/img/wave2.svg"); */
  17186. background-repeat: no-repeat;
  17187. background-position: top left, top right;
  17188. }
  17189.  
  17190. .fab-container {
  17191. position: fixed;
  17192. bottom: 70px;
  17193. right: 10px;
  17194. z-index: 999;
  17195. cursor: pointer;
  17196. }
  17197.  
  17198. .miliyan-scroll {
  17199. display: flex;
  17200. flex-wrap: nowrap;
  17201. padding-bottom: 1.5rem;
  17202. padding-left: 0;
  17203. margin-block: 0;
  17204. /* overflow-x: auto; */
  17205. list-style: none;
  17206. text-align: center;
  17207. white-space: nowrap;
  17208. overflow: auto;
  17209. }
  17210.  
  17211. .fab-icon-holder {
  17212. width: 45px;
  17213. height: 45px;
  17214. bottom: 140px;
  17215. left: 10px;
  17216. color: #FFF;
  17217. background: #FFF;
  17218. /* padding: 1px; */
  17219. border-radius: 10px;
  17220. text-align: center;
  17221. font-size: 30px;
  17222. z-index: 99999;
  17223. }
  17224.  
  17225. .fab-icon-holder:hover {
  17226. opacity: 0.8;
  17227. }
  17228.  
  17229. .fab-icon-holder i {
  17230. display: flex;
  17231. align-items: center;
  17232. justify-content: center;
  17233. height: 100%;
  17234. font-size: 25px;
  17235. color: #ffffff;
  17236. }
  17237.  
  17238. .fab-options {
  17239. list-style-type: none;
  17240. margin: 0;
  17241. position: absolute;
  17242. bottom: 48px;
  17243. left: -37px;
  17244. opacity: 0;
  17245. transition: all 0.3s ease;
  17246. transform: scale(0);
  17247. transform-origin: 85% bottom;
  17248. }
  17249.  
  17250. .fab:hover+.fab-options,
  17251. .fab-options:hover {
  17252. opacity: 1;
  17253. transform: scale(1);
  17254. }
  17255.  
  17256. .fab-options li {
  17257. display: flex;
  17258. justify-content: flex-start;
  17259. padding: 5px;
  17260. }
  17261.  
  17262. .fab-label {
  17263. padding: 2px 5px;
  17264. align-self: center;
  17265. user-select: none;
  17266. white-space: nowrap;
  17267. border-radius: 3px;
  17268. font-size: 16px;
  17269. background: #666666;
  17270. color: #ffffff;
  17271. box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  17272. margin-left: 10px;
  17273. }
  17274.  
  17275.  
  17276. .d-flex {
  17277. display: -ms-flexbox !important;
  17278. display: flex !important;
  17279. }
  17280.  
  17281. .d-flex2 {
  17282. background-color: #212529;
  17283. }
  17284.  
  17285. .img-chat {
  17286. max-width: 100%;
  17287. height: auto;
  17288. /* background-color: #f89728; */
  17289. border-radius: 10px;
  17290. }
  17291.  
  17292. .btn-topup {
  17293. color: #fff !important;
  17294. background-color: #FE6C17 !important;
  17295. width: 90%;
  17296. max-width: 100px;
  17297. }
  17298.  
  17299. .btn-topup:hover {
  17300. color: #000 !important;
  17301. background-color: #FE6C17 !important;
  17302. border-color: #FE6C17;
  17303. width: 90%;
  17304. }
  17305.  
  17306. .rounded-img-buy {
  17307. border-radius: 23% !important;
  17308. }
  17309.  
  17310. .size-img-buy {
  17311. width: 90%;
  17312. /* border-radius: 12px; */
  17313. height: auto;
  17314.  
  17315. }
  17316.  
  17317. .size-img-buy-v {
  17318. width: 90%;
  17319. height: auto;
  17320. text-align: center;
  17321. }
  17322.  
  17323.  
  17324.  
  17325.  
  17326. .miliyan-hp1 {
  17327. flex: 0 0 auto;
  17328. width: 100%;
  17329. font-size: 15px;
  17330. padding: 0%;
  17331. font-style: italic;
  17332. margin-top: 5px;
  17333. line-height: 50%;
  17334. }
  17335.  
  17336. .miliyan-hp2 {
  17337. flex: 0 0 auto;
  17338. width: 100%;
  17339. font-size: 14px;
  17340. padding: 0%;
  17341. font-style: italic;
  17342. margin-top: 5px;
  17343. line-height: 50%;
  17344. }
  17345.  
  17346. .miliyan-hp3 {
  17347. flex: 0 0 auto;
  17348. width: 100%;
  17349. font-size: 14px;
  17350. padding: 0%;
  17351. font-style: italic;
  17352. margin-top: 5px;
  17353. margin-left: 0px;
  17354. line-height: 20%;
  17355. }
  17356.  
  17357. .col-bjconfirm {
  17358. flex: 0 0 auto;
  17359. width: 50%;
  17360. font-size: 14px;
  17361. text-align: right;
  17362. }
  17363.  
  17364. .col-bjconfirm2 {
  17365. flex: 0 0 auto;
  17366. width: 50%;
  17367. font-size: 14px;
  17368. text-align: left;
  17369. }
  17370.  
  17371. .col-bjconfirm3 {
  17372. flex: 0 0 auto;
  17373. width: 100%;
  17374. font-size: 11px;
  17375. text-align: center;
  17376. }
  17377.  
  17378. .col-bjinv {
  17379. flex: 0 0 auto;
  17380. width: 50%;
  17381. font-size: 14px;
  17382. text-align: right;
  17383. }
  17384.  
  17385. .col-bjinv2 {
  17386. flex: 0 0 auto;
  17387. width: 50%;
  17388. font-size: 14px;
  17389. }
  17390.  
  17391. .col-bjinv3 {
  17392. flex: 0 0 auto;
  17393. width: 50%;
  17394. font-size: 20px;
  17395. font-weight: bold;
  17396. }
  17397.  
  17398. .nav-pills .nav-link.active,
  17399. .nav-pills .show>.nav-link {
  17400. background-color: transparent;
  17401. color: #fff;
  17402. }
  17403.  
  17404. .nav-pills .nav-link,
  17405. .nav-pills .show>.nav-link {
  17406. background-color: transparent;
  17407. color: #fff;
  17408.  
  17409. }
  17410.  
  17411. .nav-link {
  17412. color: #fff;
  17413. display: block;
  17414. padding: 0.5rem 1rem;
  17415. text-decoration: none;
  17416. transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s;
  17417. }
  17418.  
  17419. .nav-link:focus,
  17420. .nav-link:hover {
  17421. color: #fff;
  17422.  
  17423. }
  17424.  
  17425.  
  17426. .scroll-up-btn {
  17427. display: none;
  17428. position: fixed;
  17429. width: 45px;
  17430. height: 45px;
  17431. bottom: 19px;
  17432. right: 10px;
  17433. color: #FFF;
  17434. border: 1px solid #FE6C17;
  17435. background: #FE6C17;
  17436. border-radius: 10px;
  17437. text-align: center;
  17438. font-size: 16px;
  17439. z-index: 99999;
  17440. }
  17441. }
  17442.  
  17443. .fa-chevron-up {
  17444. margin-top: -2px;
  17445. }
  17446.  
  17447.  
  17448.  
  17449.  
  17450.  
  17451. .carousel-indicators {
  17452. position: absolute;
  17453. bottom: 0;
  17454. margin-bottom: -7px;
  17455. }
  17456.  
  17457. .carousel-indicators li {
  17458. border-radius: 50%;
  17459. width: 10px !important;
  17460. height: 10px !important;
  17461.  
  17462. }
  17463.  
  17464. .carousel-indicators .active {
  17465. background-color: #f39200;
  17466. }
  17467.  
  17468. .rounded-miliyan {
  17469.    border-radius: 20px!important;
  17470. }
  17471.  
  17472. .miliyan-rounded-sedang {
  17473. border-top-right-radius: 20px !important;
  17474. border-top-left-radius: 20px !important;
  17475. }
  17476.  
  17477. .miliyan-rounded-kecil {
  17478. border-radius: 7px !important;
  17479. }
  17480.  
  17481. .miliyanbgblack {
  17482. background-color: #2d3238;
  17483. }
  17484.  
  17485. .bg-miliyan {
  17486. background: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
  17487. }
  17488.  
  17489.  
  17490. .zoom-miliyan {
  17491. position: relative;
  17492. }
  17493.  
  17494.  
  17495. .zoom-miliyan {
  17496. transition: transform .5s, filter 1.5s ease-in-out;
  17497. }
  17498.  
  17499.  
  17500. .zoom-miliyan:hover {
  17501. transform: scale(1.1);
  17502.  
  17503. }
  17504.  
  17505. .regular-price {
  17506. text-decoration: line-through;
  17507. color: red;
  17508. }
  17509.  
  17510. .sale-price {
  17511. margin-left: 0px;
  17512. }
  17513.  
  17514.  
  17515. .text-end {
  17516. text-align: right !important;
  17517. }
  17518.  
  17519. .bg-abu {
  17520. background-color: #1e2022;
  17521. }
  17522.  
  17523.  
  17524. .border-merah {
  17525. border: 1px solid white;
  17526. }
  17527.  
  17528.  
  17529. .miliyan-pgimg {
  17530. background-color: white;
  17531. border-radius: 3px;
  17532. border: 5px solid white;
  17533. height: 35px;
  17534. }
  17535.  
  17536. .bg-dark {
  17537. --bs-bg-opacity: 1;
  17538. background-color: #1F2022!important;
  17539. }
  17540.  
  17541. .size-img-buy {
  17542. width: 60%;
  17543. /* border-radius: 12px; */
  17544. height: auto;
  17545. }
  17546. .rounded-img-buy {
  17547. border-radius: 23% !important;
  17548. }
  17549.  
  17550. .card-img, .card-img-bottom, .card-img-top {
  17551. width: 90%;
  17552. margin:5px;
  17553. }
  17554. img, svg {
  17555. vertical-align: middle;
  17556. }
  17557. * {
  17558. box-sizing: border-box;
  17559. }
  17560. *, :after, :before {
  17561. box-sizing: border-box;
  17562. }
  17563. user agent stylesheet
  17564. img {
  17565. overflow-clip-margin: content-box;
  17566. overflow: clip;
  17567. }
  17568.  
  17569. .rounded {
  17570. border-radius: 0.25rem!important;
  17571. }
  17572. .text-center {
  17573. text-align: center!important;
  17574. }
  17575. .p-2 {
  17576. padding: 0.5rem!important;
  17577. }
  17578. .h-100 {
  17579. height: 100%!important;
  17580. }
  17581. .border-0 {
  17582. border: 0!important;
  17583. }
  17584.  
  17585. * {
  17586. box-sizing: border-box;
  17587. }
  17588. *, :after, :before {
  17589. box-sizing: border-box;
  17590. }
  17591. user agent stylesheet
  17592. div {
  17593. display: block;
  17594. }
  17595. .g-2, .gy-2 {
  17596. --bs-gutter-y: 0.5rem;
  17597. }
  17598. .g-2, .gx-2 {
  17599. --bs-gutter-x: 0.5rem;
  17600. }
  17601. .row {
  17602. --bs-gutter-x: 1.5rem;
  17603. --bs-gutter-y: 0;
  17604. display: flex;
  17605. flex-wrap: wrap;
  17606. margin-left: calc(var(--bs-gutter-x)*-.5);
  17607. margin-right: calc(var(--bs-gutter-x)*-.5);
  17608. margin-top: calc(var(--bs-gutter-y)*-1);
  17609. }
  17610. .text-white {
  17611. --bs-text-opacity: 1;
  17612. color: rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important;
  17613. }
  17614.  
  17615.  
  17616. .pt-12 {
  17617. padding-top: 3rem;
  17618. }
  17619. .px-4 {
  17620. padding-left: 1rem;
  17621. padding-right: 1rem;
  17622. }
  17623. .max-w-7xl {
  17624. max-width: 80rem;
  17625. }
  17626. .mx-auto {
  17627. margin-left: auto;
  17628. margin-right: auto;
  17629. }
  17630.  
  17631. /* Pilih hanya teks di dalam tombol yang memiliki kelas .nav-link */
  17632. .nav-pills .nav-link.active,
  17633. .nav-pills .show > .nav-link {
  17634.    background-color: transparent;
  17635.    color: #fff;
  17636.    border: none;
  17637. }
  17638.  
  17639. /* Pilih hanya teks di dalam tombol untuk memberi garis bawah kuning */
  17640. .nav-pills .nav-link.active,
  17641. .nav-pills .show > .nav-link {
  17642.    position: relative;
  17643. }
  17644.  
  17645. .nav-pills .nav-link.active::after,
  17646. .nav-pills .show > .nav-link::after {
  17647.    content: "";
  17648.    display: block;
  17649.    position: absolute;
  17650.    bottom: 0;
  17651.    left: 0;
  17652.    width: 100%;
  17653.    height: 2px;
  17654.    background-color: #DBCCE7; /* Warna kuning */
  17655. }
  17656.  
  17657.  
  17658.  
  17659.  
  17660. .swiper {
  17661. width: 100%;
  17662. }
  17663.  
  17664. .swiper-slide {
  17665. background-position: center;
  17666. background-size: cover;
  17667. width: 86%;
  17668. }
  17669.  
  17670. .swiper-slide img {
  17671. display: block;
  17672. width: 100%;
  17673. }
  17674.  
  17675. .swiper-button-next,
  17676. .swiper-button-prev {
  17677. /* background-color: #FE6C1783; */
  17678. background-color:#FE6C17;
  17679. right: 10px;
  17680. padding: 30px;
  17681. color: rgb(255, 255, 255) !important;
  17682. fill: black !important;
  17683. stroke: black !important;
  17684. border-radius: 100px
  17685. }
  17686.  
  17687. .swiper-button-next:after,
  17688. .swiper-button-prev:after {
  17689. font-size: 20px !important;
  17690. }
  17691.  
  17692. .swiper-button-next:hover,
  17693. .swiper-button-prev:hover {
  17694. background-color: #FE6C17 ;
  17695. }
  17696.  
  17697. .swiper-pagination-bullet-active {
  17698. background-color: #7e0d0b ;
  17699. }
  17700.  
  17701. .btn-topup {
  17702. color: #fff3e2 !important;
  17703. background-color: transparent !important;
  17704. width: 90%;
  17705. max-width: 100px;
  17706. }
  17707.  
  17708. .btn-topup:hover {
  17709. color: #fff3e2 !important;
  17710. background-color: #7e0d0b !important;
  17711. width: 90%;
  17712. max-width: 100px;
  17713. }
  17714.  
  17715.  
  17716. #nick {
  17717. font-weight: bold;
  17718. color: red;
  17719. display: inline-block;
  17720. width: 200px;
  17721. }
  17722. .label {
  17723. font-weight: bold;
  17724. }
  17725.  
  17726. .card-img {
  17727. position: absolute;
  17728. top: 0;
  17729. left: 0;
  17730. height: 100%;
  17731. width: 100%;
  17732. object-fit: cover;
  17733. opacity: 0.7;
  17734. border-radius: 12px;
  17735. }
  17736. .card__first {
  17737.  position: relative;
  17738.  border-radius: 19px;
  17739.  padding: -1em;
  17740.  display: flex;
  17741.  align-items: center;
  17742.  justify-content: start;
  17743.  overflow: hidden;
  17744.  transition: all 1s cubic-bezier(0.23, 1, 0.320, 1);
  17745.  cursor: pointer;
  17746. }
  17747.  
  17748. .card svg {
  17749.  width: 48px;
  17750.  fill: #333;
  17751.  transition: all 1s cubic-bezier(0.23, 1, 0.320, 1);
  17752. }
  17753.  
  17754. .card__first:hover {
  17755.  transform: scale(1.0);
  17756.  overflow: hidden;
  17757.  border-top-right-radius: 20px !important;
  17758.  border-top-left-radius: 20px !important;
  17759.  box-shadow: 0 0 7px #DBCCE7; /* Shadow putih dengan opacity 0.5 */
  17760.  
  17761. }
  17762.  
  17763. .card__content {
  17764.  position: absolute;
  17765.  bottom: -100%; /* Memulai elemen di luar layar */
  17766.  left: 0;
  17767.  width: 100%;
  17768.  height: 100%;
  17769.  padding: 15px;
  17770.  box-sizing: border-box;
  17771.  opacity: 0;
  17772.  transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  17773.  backdrop-filter: brightness(75%);
  17774. }
  17775.  
  17776. .card__first:hover .card__content {
  17777.  bottom: 0; /* Menggerakkan elemen ke posisi terlihat */
  17778.  opacity: 1;
  17779. }
  17780.  
  17781. .card__title {
  17782.  font-size: 13px;
  17783.  margin: 120px 0 0;
  17784.  color: #fff;
  17785.  font-family: -apple-system, "Plus Jakarta Sans", sans-serif;
  17786.  font-weight: 700;
  17787.  text-align: left;
  17788.  text-transform: capitalize;
  17789. }
  17790.  
  17791. .card__description {
  17792.  font-size: 11px;
  17793.  margin: 5px 0 0;
  17794.  color: #fff;
  17795.  font-family: -apple-system, "Plus Jakarta Sans", sans-serif;
  17796.  font-weight: 700;
  17797. }
  17798.  
  17799. @media screen and (max-width: 668px) {
  17800.    .card__first {
  17801.  position: relative;
  17802.  border-radius: 19px;
  17803.  padding: -1em;
  17804.  display: flex;
  17805.  align-items: center;
  17806.  justify-content: start;
  17807.  overflow: hidden;
  17808.  transition: all 1s cubic-bezier(0.23, 1, 0.320, 1);
  17809.  cursor: pointer;
  17810. }
  17811.  
  17812. .card svg {
  17813.  width: 48px;
  17814.  fill: #333;
  17815.  transition: all 1s cubic-bezier(0.23, 1, 0.320, 1);
  17816. }
  17817.  
  17818. .card__first:hover {
  17819.  transform: scale(1.0);
  17820.  overflow: hidden;
  17821.  border-top-right-radius: 20px !important;
  17822.  border-top-left-radius: 20px !important;
  17823.  box-shadow: 0 0 15px #DBCCE7; /* Shadow putih dengan opacity 0.5 */
  17824.  
  17825. }
  17826.  
  17827. .card__content {
  17828.  position: absolute;
  17829.  bottom: -100%; /* Memulai elemen di luar layar */
  17830.  left: 0;
  17831.  width: 100%;
  17832.  height: 100%;
  17833.  padding: 15px;
  17834.  box-sizing: border-box;
  17835.  opacity: 0;
  17836.  transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
  17837.  backdrop-filter: brightness(75%);
  17838. }
  17839.  
  17840. .card__first:hover .card__content {
  17841.  bottom: 0; /* Menggerakkan elemen ke posisi terlihat */
  17842.  opacity: 1;
  17843. }
  17844.  
  17845. .card__title {
  17846.  font-size: 11px;
  17847.  margin: 90px 0 0;
  17848.  color: #fff;
  17849.  font-family: -apple-system, "Plus Jakarta Sans", sans-serif;
  17850.  font-weight: 700;
  17851.  text-align: left;
  17852.  text-transform: capitalize;
  17853. }
  17854.  
  17855. .card__description {
  17856.  font-size: 9px;
  17857.  margin: 5px 0 0;
  17858.  color: #fff;
  17859.  font-family: -apple-system, "Plus Jakarta Sans", sans-serif;
  17860.  font-weight: 700;
  17861. }
  17862. }
  17863. .divider{
  17864.  display:block;
  17865.  margin:1.5rem 0;
  17866.  overflow:hidden;
  17867.  text-align:center;
  17868. }
  17869. .divider .divider-text{
  17870.  background-color: transparent;
  17871.  display:inline-block;
  17872.  padding:0 1rem;
  17873.  position:relative
  17874. }
  17875. .divider .divider-text:after,
  17876. .divider .divider-text:before{
  17877.  border-top:0.25rem solid #DBCCE7;
  17878.  content:"";
  17879.  position:absolute;
  17880.  top:45%;
  17881.  width:9999px;
  17882. }
  17883. .divider .divider-text:before{
  17884.  right:100%;
  17885. }
  17886. .divider .divider-text:after{
  17887.  left:100%;
  17888. }
  17889. .divider .divider-left .divider-text {
  17890.  float:left;
  17891. }
  17892. .divider .divider-left-center .divider-text{
  17893.  left:-25%;
  17894. }
  17895. .divider .divider-right-center .divider-text{
  17896.  left:25%;
  17897. }
  17898. .divider .divider-right .divider-text{
  17899.  float:right;
  17900. }
  17901. .btn-primas{
  17902.    background-color: #DBCCE7;
  17903. }
  17904. .d-flex.border-bottom.w-full.num-page {
  17905.    color: #DBCCE7;
  17906. }
  17907.        .area {
  17908.    padding-bottom: 30px;
  17909.    margin-bottom: 30px;
  17910. }
  17911. .carousel {
  17912.    z-index: 1;
  17913. }
  17914. .area, .meteors {
  17915.    width: 100%;
  17916.    height: 100%;
  17917. }
  17918. .meteors {
  17919.    position: absolute;
  17920.    top: 0;
  17921.    left: 0;
  17922.    overflow: hidden;
  17923.    background: linear-gradient(244deg, #B1BEF2, transparent);
  17924.    max-height: 588px;
  17925. }
  17926. .meteors li {
  17927.    position: absolute;
  17928.    display: block;
  17929.    list-style: none;
  17930.    width: 2px;
  17931.    height: 80px;
  17932.    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  17933.    opacity: 0;
  17934.    animation: animateMeteor 2s linear infinite;
  17935. }
  17936.  
  17937. .meteors li::after {
  17938.    content: '';
  17939.    position: absolute;
  17940.    bottom: -6px; /* Menyesuaikan jarak bulatan dengan garis jika perlu */
  17941.    left: 50%;
  17942.    transform: translateX(-50%);
  17943.    width: 10px; /* Ukuran bulatan */
  17944.    height: 10px;
  17945.    background-color: white;
  17946.    border-radius: 50%;
  17947.    box-shadow: 0 0 8px rgba(255, 255, 255, 0.8), 0 0 16px rgba(255, 255, 255, 0.6), 0 0 24px rgba(255, 255, 255, 0.4); /* Efek cahaya pada bulatan */
  17948.    filter: blur(3px); /* Menambahkan blur pada efek cahaya */
  17949. }
  17950. .meteors li:nth-child(1) {
  17951.        left: 40%;
  17952.        animation-delay: 1s;
  17953.        animation-duration: 6s; /* Lebih cepat */
  17954.    }
  17955.    .meteors li:nth-child(2) {
  17956.        left: 50%;
  17957.        animation-delay: 2s;
  17958.        animation-duration: 5s;
  17959.    }
  17960.    .meteors li:nth-child(3) {
  17961.        left: 40%;
  17962.        animation-delay: 1s;
  17963.        animation-duration: 8s; /* Lebih cepat */
  17964.    }
  17965.    .meteors li:nth-child(4) {
  17966.        left: 40%;
  17967.        animation-delay: 2s;
  17968.        animation-duration: 8s;
  17969.    }
  17970.    .meteors li:nth-child(5) {
  17971.        left: 50%;
  17972.        animation-delay: 1s;
  17973.        animation-duration: 5s;
  17974.    }
  17975.    .meteors li:nth-child(6) {
  17976.        left: 60%;
  17977.        animation-delay: 2s;
  17978.        animation-duration: 6s; /* Lebih cepat */
  17979.    }
  17980.    .meteors li:nth-child(7) {
  17981.        left: 70%;
  17982.        animation-delay: 1s;
  17983.        animation-duration: 9s;
  17984.    }
  17985.    .meteors li:nth-child(8) {
  17986.        left: 80%;
  17987.        animation-delay: 2s;
  17988.        animation-duration: 8s;
  17989.    }
  17990.    .meteors li:nth-child(9) {
  17991.        left: 90%;
  17992.        animation-delay: 2s;
  17993.        animation-duration: 5s;
  17994.    }
  17995.    .meteors li:nth-child(10) {
  17996.        left: 5%;
  17997.        animation-delay: 2s;
  17998.        animation-duration: 4s;
  17999.    }
  18000. @keyframes animateMeteor {
  18001.    0% {
  18002.        transform: translateX(0) translateY(0) rotate(45deg);
  18003.        opacity: 1;
  18004.    }
  18005.    100% {
  18006.        transform: translateX(-1000px) translateY(1000px) rotate(45deg); /* Mengubah arah jatuh meteor dari kanan ke kiri */
  18007.        opacity: 0;
  18008.    }
  18009. }
  18010. @media screen and (max-width: 668px) {
  18011.    .area {
  18012.        padding-bottom: 30px;
  18013.        margin-bottom: 30px;
  18014.    }
  18015.    .carousel {
  18016.        z-index: 1;
  18017.    }
  18018.    .area, .meteors {
  18019.        width: 100%;
  18020.        height: 100%;
  18021.    }
  18022.    .meteors {
  18023.        position: absolute;
  18024.        top: 0;
  18025.        left: 0;
  18026.        overflow: hidden;
  18027.        background: linear-gradient(244deg, #B1BEF2, transparent);
  18028.        max-height: 300px;
  18029.    }
  18030.    .meteors li {
  18031.    position: absolute;
  18032.    display: block;
  18033.    list-style: none;
  18034.    width: 2px;
  18035.    height: 80px;
  18036.    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  18037.    opacity: 0;
  18038.    animation: animateMeteor 2s linear infinite;
  18039.    }
  18040.    
  18041.    .meteors li::after {
  18042.        content: '';
  18043.        position: absolute;
  18044.        bottom: -6px; /* Menyesuaikan jarak bulatan dengan garis jika perlu */
  18045.        left: 50%;
  18046.        transform: translateX(-50%);
  18047.        width: 10px; /* Ukuran bulatan */
  18048.        height: 10px;
  18049.        background-color: white;
  18050.        border-radius: 50%;
  18051.        box-shadow: 0 0 8px rgba(255, 255, 255, 0.8), 0 0 16px rgba(255, 255, 255, 0.6), 0 0 24px rgba(255, 255, 255, 0.4); /* Efek cahaya pada bulatan */
  18052.        filter: blur(3px); /* Menambahkan blur pada efek cahaya */
  18053.    }
  18054.    .meteors li:nth-child(1) {
  18055.        left: 40%;
  18056.        animation-delay: 1s;
  18057.        animation-duration: 9s; /* Lebih cepat */
  18058.    }
  18059.    .meteors li:nth-child(2) {
  18060.        left: 50%;
  18061.        animation-delay: 2s;
  18062.        animation-duration: 10s;
  18063.    }
  18064.    .meteors li:nth-child(3) {
  18065.        left: 40%;
  18066.        animation-delay: 1s;
  18067.        animation-duration: 12s; /* Lebih cepat */
  18068.    }
  18069.    .meteors li:nth-child(4) {
  18070.        left: 40%;
  18071.        animation-delay: 2s;
  18072.        animation-duration: 12s;
  18073.    }
  18074.    .meteors li:nth-child(5) {
  18075.        left: 50%;
  18076.        animation-delay: 1s;
  18077.        animation-duration: 10s;
  18078.    }
  18079.    .meteors li:nth-child(6) {
  18080.        left: 60%;
  18081.        animation-delay: 2s;
  18082.        animation-duration: 9s; /* Lebih cepat */
  18083.    }
  18084.    .meteors li:nth-child(7) {
  18085.        left: 70%;
  18086.        animation-delay: 1s;
  18087.        animation-duration: 13s;
  18088.    }
  18089.    .meteors li:nth-child(8) {
  18090.        left: 80%;
  18091.        animation-delay: 2s;
  18092.        animation-duration: 12s;
  18093.    }
  18094.    .meteors li:nth-child(9) {
  18095.        left: 90%;
  18096.        animation-delay: 2s;
  18097.        animation-duration: 10s;
  18098.    }
  18099.    .meteors li:nth-child(10) {
  18100.        left: 5%;
  18101.        animation-delay: 2s;
  18102.        animation-duration: 8s;
  18103.    }
  18104.    @keyframes animateMeteor {
  18105.        0% {
  18106.            transform: translateX(0) translateY(0) rotate(45deg);
  18107.            opacity: 1;
  18108.        }
  18109.        100% {
  18110.            transform: translateX(-1000px) translateY(1000px) rotate(45deg); /* Mengubah arah jatuh meteor dari kanan ke kiri */
  18111.            opacity: 0;
  18112.        }
  18113.    }
  18114. }
  18115.  
  18116. .py-6 {
  18117.        padding-top: 1.5rem;
  18118.        padding-bottom: 1.5rem;
  18119.    }
  18120.  
  18121.    .px-4 {
  18122.        padding-left: 1rem;
  18123.        padding-right: 1rem;
  18124.    }
  18125.  
  18126.    .items-end {
  18127.        align-items: flex-end;
  18128.    }
  18129.  
  18130.    .flex {
  18131.        display: flex;
  18132.    }
  18133.  
  18134.    .z-50 {
  18135.        z-index: 50;
  18136.    }
  18137.  
  18138.    .inset-0,
  18139.    .inset-x-0 {
  18140.        right: 0;
  18141.        left: 0;
  18142.    }
  18143.  
  18144.    .inset-0 {
  18145.        top: 0;
  18146.        bottom: 0;
  18147.    }
  18148.  
  18149.    .fixed {
  18150.        position: fixed;
  18151.    }
  18152.  
  18153.    .pointer-events-none {
  18154.        pointer-events: none;
  18155.    }
  18156.  
  18157.  
  18158.   .bg-nvd {
  18159.       background: #470000;
  18160.   }
  18161.  
  18162.  
  18163.  
  18164.    .font-bold {
  18165.        font-weight: 700;
  18166.    }
  18167.  
  18168.    .outline-none {
  18169.        outline: 2px solid transparent;
  18170.        outline-offset: 2px;
  18171.    }
  18172.  
  18173.    .text-primary-500 {
  18174.        --tw-text-opacity: 1;
  18175.        color: rgb(249 115 22/var(--tw-text-opacity));
  18176.    }
  18177.  
  18178.    .font-medium {
  18179.        font-weight: 500;
  18180.    }
  18181.  
  18182.    .text-sm {
  18183.        font-size: 0.875rem;
  18184.        line-height: 1.25rem;
  18185.    }
  18186.  
  18187.    .py-4 {
  18188.        padding-top: 1rem;
  18189.        padding-bottom: 1rem;
  18190.    }
  18191.  
  18192.    .px-3 {
  18193.        padding-left: 0.75rem;
  18194.        padding-right: 0.75rem;
  18195.    }
  18196.  
  18197.    .to-murky-800 {
  18198.        --tw-gradient-to: #34373b;
  18199.    }
  18200.  
  18201.    .from-murky-700 {
  18202.    --tw-gradient-from: #b10202;
  18203.    --tw-gradient-to: rgba(61, 67, 72, 0);
  18204.    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  18205. }
  18206.  
  18207.    .bg-gradient-to-t {
  18208.        background-image: linear-gradient(to top, var(--tw-gradient-stops));
  18209.    }
  18210.  
  18211.    .border-primary-500 {
  18212.        --tw-border-opacity: 1;
  18213.        border-color: #e10603;
  18214.    }
  18215.  
  18216.    .border-b-2 {
  18217.        border-bottom-width: 2px;
  18218.    }
  18219.  
  18220.    .truncate,
  18221.    .whitespace-nowrap {
  18222.        white-space: nowrap;
  18223.    }
  18224.  
  18225.    .flex {
  18226.        display: flex;
  18227.    }
  18228.  
  18229.    [type=button],
  18230.    [type=reset],
  18231.    [type=submit],
  18232.    button {
  18233.        -webkit-appearance: button;
  18234.        background-color: transparent;
  18235.        background-image: none;
  18236.    }
  18237.  
  18238.    [role=button],
  18239.    button {
  18240.        cursor: pointer;
  18241.    }
  18242.  
  18243.    button,
  18244.    select {
  18245.        text-transform: none;
  18246.    }
  18247.  
  18248.    button,
  18249.    input,
  18250.    optgroup,
  18251.    select,
  18252.    textarea {
  18253.        font-family: inherit;
  18254.        font-size: 100%;
  18255.        font-weight: inherit;
  18256.        line-height: inherit;
  18257.        color: inherit;
  18258.        margin: 0;
  18259.        padding: 0;
  18260.    }
  18261.  
  18262.    .overflow-auto {
  18263.        overflow: auto;
  18264.    }
  18265.  
  18266.    .flex {
  18267.        display: flex;
  18268.    }
  18269.  
  18270.    .-mb-px {
  18271.        margin-bottom: -1px;
  18272.    }
  18273.  
  18274.    .hide-scrollbar {
  18275.        display: none;
  18276.    flex-wrap: nowrap;
  18277.    padding-bottom: 1.5rem;
  18278.    padding-left: 0;
  18279.    margin-block: 0;
  18280.    /* overflow-x: auto; */
  18281.    list-style: none;
  18282.    text-align: center;
  18283.    white-space: nowrap;
  18284.    overflow: auto;
  18285. }
  18286.  
  18287.    .bg-gradient-to-t {
  18288.        background-image: linear-gradient(to top, var(--tw-gradient-stops));
  18289.    }
  18290.  
  18291.    .bg-gradient-to-t:hover {
  18292.        background-image: linear-gradient(to top, var(--tw-gradient-stops));
  18293.    }
  18294.  
  18295.    .from-murky-700:hover {
  18296.        --tw-gradient-from: #3d4348;
  18297.        --tw-gradient-to: rgb(0 70 128 / 0%);
  18298.        --tw-gradient-stops: #60707d, rgb(205 205 205 / 0%);
  18299.    }
  18300.  
  18301.    .text-yellow-400 {
  18302.        --tw-text-opacity: 1;
  18303.        color: white;
  18304.    }
  18305.  
  18306.    .animate-flicker {
  18307.        -webkit-animation: flicker 5s linear infinite;
  18308.        animation: flicker 5s linear infinite;
  18309.    }
  18310.  
  18311.    .w-8 {
  18312.        width: 2rem;
  18313.    }
  18314.  
  18315.    .h-8 {
  18316.        height: 2rem;
  18317.    }
  18318.  
  18319.    audio,
  18320.    canvas,
  18321.    embed,
  18322.    iframe,
  18323.    img,
  18324.    object,
  18325.    svg,
  18326.    video {
  18327.        display: block;
  18328.        vertical-align: middle;
  18329.    }
  18330.  
  18331.    @-webkit-keyframes flicker {
  18332.  
  18333.        0%,
  18334.        19.999%,
  18335.        22%,
  18336.        62.999%,
  18337.        64%,
  18338.        64.999%,
  18339.        70%,
  18340.        to {
  18341.            opacity: .99;
  18342.            filter: drop-shadow(0 0 1px rgba(252, 211, 77)) drop-shadow(0 0 15px rgba(245, 158, 11)) drop-shadow(0 0 1px rgba(252, 211, 77))
  18343.        }
  18344.  
  18345.        20%,
  18346.        21.999%,
  18347.        63%,
  18348.        63.999%,
  18349.        65%,
  18350.        69.999% {
  18351.            opacity: .4;
  18352.            filter: none
  18353.        }
  18354.    }
  18355.  
  18356.    @keyframes flicker {
  18357.  
  18358.        0%,
  18359.        19.999%,
  18360.        22%,
  18361.        62.999%,
  18362.        64%,
  18363.        64.999%,
  18364.        70%,
  18365.        to {
  18366.            opacity: .99;
  18367.            filter: drop-shadow(0 0 1px rgba(252, 211, 77)) drop-shadow(0 0 15px rgba(245, 158, 11)) drop-shadow(0 0 1px rgba(252, 211, 77))
  18368.        }
  18369.  
  18370.        20%,
  18371.        21.999%,
  18372.        63%,
  18373.        63.999%,
  18374.        65%,
  18375.        69.999% {
  18376.            opacity: .4;
  18377.            filter: none
  18378.        }
  18379.    }
  18380.  
  18381.    .border-primary-500.active,
  18382.    .border-primary-500.show>.border-primary-500 .bg-gradient-to-t {
  18383.        color: #fff;
  18384.        border-color: #DBCCE7;
  18385.  
  18386.    }
  18387.  
  18388.    .border-primary-500 {
  18389.        --tw-border-opacity: 1;
  18390.        border-color: #605959;
  18391.    }
  18392.  
  18393.    .border-primary-500:hover {
  18394.        --tw-border-opacity: 1;
  18395.        border-color: #ffffff;
  18396.    }
  18397.  
  18398.    .border-gray-500 {
  18399.        --tw-border-opacity: 1;
  18400.        border-color: rgb(107 104 128/var(--tw-border-opacity));
  18401.    }
  18402.  
  18403.    .-mb-px {
  18404.        margin-bottom: -9px;
  18405.    }
  18406.    
  18407.  
  18408.  
  18409. .pt-2 {
  18410.    padding-top: 0.5rem;
  18411. }
  18412. .box-content {
  18413.    box-sizing: content-box;
  18414. }
  18415. .flow-root {
  18416.    display: flow-root;
  18417. }
  18418. .mt-4 {
  18419.    margin-top: 1rem;
  18420. }
  18421.  
  18422. /*index*/
  18423.  
  18424. .hover\:border-primary-500:hover {
  18425.    --tw-border-opacity: 1;
  18426.    border-color: white:
  18427. }
  18428.  
  18429. .hover\:\!bg-murky-600:hover {
  18430.    --tw-bg-opacity: 1!important;
  18431.    background-color: rgb(74 81 87/var(--tw-bg-opacity))!important
  18432. }
  18433.  
  18434. .hover\:\!bg-murky-800:hover {
  18435.    --tw-bg-opacity: 1!important;
  18436.    background-color: rgb(52 55 59/var(--tw-bg-opacity))!important
  18437. }
  18438.  
  18439. .hover\:bg-murky-50:hover {
  18440.    --tw-bg-opacity: 1;
  18441.    background-color: rgb(246 246 247/var(--tw-bg-opacity))
  18442. }
  18443.  
  18444. .hover\:bg-murky-500:hover {
  18445.    --tw-bg-opacity: 1;
  18446.    background-color: rgb(94 102 110/var(--tw-bg-opacity))
  18447. }
  18448.  
  18449. .hover\:bg-murky-600:hover {
  18450.    --tw-bg-opacity: 1;
  18451.    background-color: rgb(74 81 87/var(--tw-bg-opacity))
  18452. }
  18453.  
  18454. .hover\:bg-murky-700:hover {
  18455.    --tw-bg-opacity: 1;
  18456.    background-color: #8a1111 !important;
  18457. }
  18458.  
  18459. .hover\:bg-murky-800:hover {
  18460.    --tw-bg-opacity: 1;
  18461.    background-color: rgb(52 55 59/var(--tw-bg-opacity))
  18462. }
  18463.  
  18464. .hover\:bg-orange-400:hover,.hover\:bg-primary-400:hover {
  18465.    --tw-bg-opacity: 1;
  18466.    background-color: rgb(251 146 60/var(--tw-bg-opacity))
  18467. }
  18468.  
  18469. .hover\:bg-primary-600:hover {
  18470.    --tw-bg-opacity: 1;
  18471.    background-color: rgb(234 88 12/var(--tw-bg-opacity))
  18472. }
  18473.  
  18474. .hover\:from-murky-700:hover {
  18475.    --tw-gradient-from: #3d4348;
  18476.    --tw-gradient-to: rgba(61,67,72,0);
  18477.    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
  18478. }
  18479.  
  18480. .hover\:text-murky-500:hover {
  18481.    --tw-text-opacity: 1;
  18482.    color: rgb(94 102 110/var(--tw-text-opacity))
  18483. }
  18484.  
  18485. .hover\:text-murky-800:hover {
  18486.    --tw-text-opacity: 1;
  18487.    color: rgb(52 55 59/var(--tw-text-opacity))
  18488. }
  18489.  
  18490. .hover\:text-primary-200:hover {
  18491.    --tw-text-opacity: 1;
  18492.    color: rgb(254 215 170/var(--tw-text-opacity))
  18493. }
  18494.  
  18495. .hover\:text-primary-300:hover {
  18496.    --tw-text-opacity: 1;
  18497.    color: rgb(253 186 116/var(--tw-text-opacity))
  18498. }
  18499.  
  18500. .hover\:text-primary-400:hover {
  18501.    --tw-text-opacity: 1;
  18502.    color: rgb(251 146 60/var(--tw-text-opacity))
  18503. }
  18504.  
  18505. .hover\:shadow-2xl:hover {
  18506.    --tw-shadow: 0 25px 50px -12px rgba(0,0,0,.25);
  18507.    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  18508.    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
  18509. }
  18510.  
  18511. .hover\:ring-2:hover {
  18512.    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  18513.    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  18514.    box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)
  18515. }
  18516.  
  18517. .hover\:ring-yellow-400:hover {
  18518.    --tw-ring-opacity: 1;
  18519.    --tw-ring-color: #DBCCE7;
  18520. }
  18521.  
  18522.  
  18523.  
  18524. .hover\:ring-offset-2:hover {
  18525.    --tw-ring-offset-width: 2px
  18526. }
  18527.  
  18528. .hover\:ring-offset-murky-800:hover {
  18529.    --tw-ring-offset-color: white
  18530. }
  18531.  
  18532. .filter {
  18533.    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)
  18534. }
  18535.  
  18536. .backdrop-blur {
  18537.    --tw-backdrop-blur: blur(8px)
  18538. }
  18539.  
  18540. .backdrop-blur,.backdrop-blur-sm {
  18541.    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  18542.    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
  18543. }
  18544.  
  18545. .backdrop-blur-sm {
  18546.    --tw-backdrop-blur: blur(4px)
  18547. }
  18548.  
  18549. .backdrop-filter {
  18550.    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  18551.    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
  18552. }
  18553.  
  18554. .transition {
  18555.    transition-property: color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
  18556.    transition-property: color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
  18557.    transition-property: color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
  18558.    transition-timing-function: cubic-bezier(.4,0,.2,1);
  18559.    transition-duration: .15s
  18560. }
  18561.  
  18562. .transition-\[max-height\] {
  18563.    transition-property: max-height;
  18564.    transition-timing-function: cubic-bezier(.4,0,.2,1);
  18565.    transition-duration: .15s
  18566. }
  18567.  
  18568. .transition-all {
  18569.    transition-property: all;
  18570.    transition-timing-function: cubic-bezier(.4,0,.2,1);
  18571.    transition-duration: .15s
  18572. }
  18573.  
  18574. .transition-colors {
  18575.    transition-property: color,background-color,border-color,outline-color,text-decoration-color,fill,stroke;
  18576.    transition-timing-function: cubic-bezier(.4,0,.2,1);
  18577.    transition-duration: .15s
  18578. }
  18579.  
  18580. .transition-opacity {
  18581.    transition-property: opacity;
  18582.    transition-timing-function: cubic-bezier(.4,0,.2,1);
  18583.    transition-duration: .15s
  18584. }
  18585.  
  18586. .delay-150 {
  18587.    transition-delay: .15s
  18588. }
  18589.  
  18590. .duration-100 {
  18591.    transition-duration: .1s
  18592. }
  18593.  
  18594. .duration-150 {
  18595.    transition-duration: .15s
  18596. }
  18597.  
  18598. .duration-200 {
  18599.    transition-duration: .2s
  18600. }
  18601.  
  18602. .duration-300 {
  18603.    transition-duration: .3s
  18604. }
  18605.  
  18606. .duration-700 {
  18607.    transition-duration: .7s
  18608. }
  18609.  
  18610. .duration-75 {
  18611.    transition-duration: 75ms
  18612. }
  18613.  
  18614. .ease-in {
  18615.    transition-timing-function: cubic-bezier(.4,0,1,1)
  18616. }
  18617.  
  18618. .ease-in-out {
  18619.    transition-timing-function: cubic-bezier(.4,0,.2,1)
  18620. }
  18621.  
  18622. .ease-linear {
  18623.    transition-timing-function: linear
  18624. }
  18625.  
  18626. .ease-out {
  18627.    transition-timing-function: cubic-bezier(0,0,.2,1)
  18628. }
  18629.  
  18630. .ease-in-out {
  18631.    transition-timing-function: cubic-bezier(.4,0,.2,1);
  18632. }
  18633. .duration-300 {
  18634.    transition-duration: .3s;
  18635. }
  18636. .bg-murky-700 {
  18637.    --tw-bg-opacity: 1;
  18638.    background-color: rgb(61 67 72/var(--tw-bg-opacity));
  18639. }
  18640. .rounded-2xl {
  18641.    border-radius: 1rem;
  18642. }
  18643. .overflow-hidden {
  18644.    overflow: hidden;
  18645. }
  18646. .scale-95, .transform {
  18647.    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));
  18648. }
  18649. .relative {
  18650.    position: relative;
  18651. }
  18652.  
  18653.  
  18654. .flip-card {
  18655.  position: relative;
  18656.  display: inline-flex;
  18657.  flex-direction: column;
  18658.  border-radius: 0.15em 0.15em 0 0;
  18659.  font-family: Arial, Helvetica, sans-serif;
  18660.  font-size: 17px;
  18661. }
  18662.  
  18663. .top,
  18664. .bottom,
  18665. .flip-card .top-flip,
  18666. .flip-card .bottom-flip {
  18667.  height: .75em;
  18668.  line-height: 1;
  18669.  padding: .25em;
  18670.  overflow: hidden;
  18671. }
  18672.  
  18673. .top,
  18674. .flip-card .top-flip {
  18675.  background-color: #c21010!important;
  18676.  border-top-right-radius: .1em;
  18677.  border-top-left-radius: .1em;
  18678.  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  18679.  color: #ccc;
  18680.  border-radius: 0.25em 0.25em 0 0;
  18681. }
  18682.  
  18683. .bottom,
  18684. .flip-card .bottom-flip {
  18685.  background-color: #e64848!important;
  18686.  display: flex;
  18687.  align-items: flex-end;
  18688.  border-bottom-right-radius: .1em;
  18689.  border-bottom-left-radius: .1em;
  18690.  color: #fff;
  18691.  border-radius: 0 0 0.25em 0.25em;
  18692. }
  18693.  
  18694. .flip-card .top-flip {
  18695.  position: absolute;
  18696.  width: 100%;
  18697.  animation: flip-top 250ms ease-in;
  18698.  transform-origin: bottom;
  18699.  background-color: #e64848!important;
  18700. }
  18701.  
  18702. @keyframes flip-top {
  18703.  100% {
  18704.    transform: rotateX(90deg);
  18705.  }
  18706. }
  18707.  
  18708. .flip-card .bottom-flip {
  18709.  position: absolute;
  18710.  bottom: 0;
  18711.  width: 100%;
  18712.  animation: flip-bottom 250ms ease-out 250ms;
  18713.  transform-origin: top;
  18714.  transform: rotateX(90deg);
  18715. }
  18716.  
  18717. @keyframes flip-bottom {
  18718.  100% {
  18719.    transform: rotateX(0deg);
  18720.  }
  18721. }
  18722.  
  18723. .containerr {
  18724.  gap: .4em;
  18725.  justify-content: center;
  18726.  position:absolute;
  18727.  display:flex;
  18728. }
  18729.  
  18730. .container-segment {
  18731.  display: flex;
  18732.  flex-direction: column;
  18733.  gap: .1em;
  18734.  align-items: center;
  18735. }
  18736.  
  18737. .segment {
  18738.  display: flex;
  18739.  gap: .1em;
  18740. }
  18741.  
  18742. .segment-title {
  18743.  font-size: 1rem;
  18744. }
  18745.  
  18746.  
  18747. .text-tih {
  18748.    font-size: 1.25rem;
  18749.    line-height: 1.90rem;
  18750. }
  18751.  
  18752. @media (min-width: 992px) {
  18753.    .desktop-padding {
  18754.      padding: 4px;
  18755.    }
  18756.  }
  18757.  
  18758. .container {
  18759.  max-width: 1370px;
  18760.  margin: 0 auto;
  18761.  padding: 0 20px;
  18762.  box-sizing: border-box;
  18763. }
  18764.  
  18765. @media (max-width: 768px) {
  18766.  .container {
  18767.    padding: 0 7px;
  18768.  }
  18769. }
  18770.  
  18771. .text-\[\#FF2A2A\] {
  18772.    --tw-text-opacity: 1;
  18773.    color: rgb(255 42 42/var(--tw-text-opacity));
  18774. }
  18775. .font-bold {
  18776.    font-weight: 700;
  18777. }
  18778. .text-xs {
  18779.    font-size: .75rem;
  18780.    line-height: 1rem;
  18781. }
  18782. .py-0\.5 {
  18783.    padding-top: 0.125rem;
  18784.    padding-bottom: 0.125rem;
  18785. }
  18786. .px-2 {
  18787.    padding-left: 0.5rem;
  18788.    padding-right: 0.5rem;
  18789. }
  18790. .bg-danger-100 {
  18791.    --tw-bg-opacity: 1;
  18792.    background-color: rgb(254 202 202/var(--tw-bg-opacity));
  18793. }
  18794. .rounded {
  18795.    border-radius: 0.25rem;
  18796. }
  18797. .items-center {
  18798.    align-items: center;
  18799. }
  18800. .inline-flex {
  18801.    display: inline-flex;
  18802. }
  18803. .left-4 {
  18804.    left: 1rem;
  18805. }
  18806. .absolute {
  18807.    position: absolute;
  18808. }
  18809. .text-white {
  18810.    --tw-text-opacity: 1;
  18811.    color: rgb(255 255 255/var(--tw-text-opacity));
  18812. }
  18813. .font-bold {
  18814.    font-weight: 700;
  18815. }
  18816. .text-sm {
  18817.    font-size: .875rem;
  18818.    line-height: 1.25rem;
  18819. }
  18820. .relative {
  18821.    position: relative;
  18822. }
  18823. blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
  18824.    margin: 0;
  18825. }
  18826. h1, h2, h3, h4, h5, h6 {
  18827.    font-size: inherit;
  18828.    font-weight: inherit;
  18829. }
  18830. .backdrop-promo {
  18831.    background: linear-gradient(0deg,rgba(0,0,0,.6),rgba(0,0,0,.4));
  18832. }
  18833. .p-2 {
  18834.    padding: 0.5rem;
  18835. }
  18836. .rounded-lg {
  18837.    border-radius: 0.5rem;
  18838. }
  18839. .overflow-hidden {
  18840.    overflow: hidden;
  18841. }
  18842. .justify-end {
  18843.    justify-content: flex-end;
  18844. }
  18845. .items-end {
  18846.    align-items: flex-end;
  18847. }
  18848. .h-full {
  18849.    height: 100%;
  18850. }
  18851. .flex {
  18852.    display: flex;
  18853. }
  18854. .top-0 {
  18855.    top: 0;
  18856. }
  18857. .inset-x-0 {
  18858.    left: 0;
  18859.    right: 0;
  18860. }
  18861. .absolute {
  18862.    position: absolute;
  18863. }
  18864.  
  18865. .shadow, .shadow-lg {
  18866.    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
  18867. }
  18868. .shadow-lg {
  18869.    --tw-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
  18870.    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);
  18871. }
  18872. .rounded-lg {
  18873.    border-radius: 0.5rem;
  18874. }
  18875.  
  18876.  
  18877.  
  18878. .shadow, .shadow-lg {
  18879.    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
  18880. }
  18881. .shadow-lg {
  18882.    --tw-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
  18883.    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);
  18884. }
  18885. .rounded-lg {
  18886.    border-radius: 0.5rem;
  18887. }
  18888. .overflow-hidden {
  18889.    overflow: hidden;
  18890. }
  18891.  
  18892. .h-80 {
  18893.    height: 20rem;
  18894. }
  18895.  
  18896. .line-through {
  18897.    text-decoration-line: line-through;
  18898. }
  18899. .text-\[\#FF2A2A\] {
  18900.    --tw-text-opacity: 1;
  18901.    color: rgb(255 42 42/var(--tw-text-opacity));
  18902. }
  18903. .text-xs {
  18904.    font-size: .75rem;
  18905.    line-height: 1rem;
  18906. }
  18907. .ml-2 {
  18908.    margin-left: 0.5rem;
  18909. }
  18910.  
  18911.   .tihmel {
  18912.    width: 25px;
  18913. }
  18914.  
  18915.       .shadow-2xl {
  18916.    --tw-shadow: 0 25px 50px -12px rgba(0,0,0,.25);
  18917.    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  18918. }
  18919. .shadow, .shadow-2xl {
  18920.    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
  18921. }
  18922. .py-4 {
  18923.    padding-top: 1rem;
  18924.    padding-bottom: 1rem;
  18925. }
  18926. .px-4 {
  18927.    padding-left: 1rem;
  18928.    padding-right: 1rem;
  18929. }
  18930. .bg-transparent {
  18931.    background-color: transparent;
  18932. }
  18933. .mb-4 {
  18934.    margin-bottom: 1rem;
  18935. }
  18936. .relative {
  18937.    position: relative;
  18938. }
  18939. .-z-10 {
  18940.    z-index: -10;
  18941. }
  18942. .inset-0, .inset-x-0 {
  18943.    right: 0;
  18944.    left: 0;
  18945. }
  18946. .inset-0 {
  18947.    top: 0;
  18948.    bottom: 0;
  18949. }
  18950. .absolute {
  18951.    position: absolute;
  18952. }
  18953.  
  18954. menu, ol, ul {
  18955.    list-style: none;
  18956.    margin: 0;
  18957.    padding: 0;
  18958. }
  18959.  
  18960. @keyframes hightlight {
  18961.    0% {
  18962.        left: -400%;
  18963.    }
  18964.    to {
  18965.        left: 100%;
  18966.    }
  18967. }
  18968. .selected-item:after {
  18969.    animation: hightlight 5s ease-in infinite forwards;
  18970.    background-color: hsla(204, 9%, 89%, 0.5);
  18971.    --tw-content: "";
  18972.    content: var(--tw-content);
  18973. }
  18974. .product-thumbnail-container {
  18975.    perspective: 25em;
  18976. }
  18977. .product-thumbnail-container img {
  18978.    position: relative;
  18979.    transform: rotateY(20deg) rotateX(-4deg) !important;
  18980.    transform-origin: left center;
  18981. }
  18982.  
  18983. .lazy {
  18984.    background: rgb(52 55 59/var(--tw-bg-opacity));
  18985. }
  18986.  
  18987. .bg-featured-game-card {
  18988. --tw-bg-opacity: 1;
  18989.    --tw-text-opacity: 1;
  18990.    color: rgb(255 255 255/var(--tw-text-opacity));
  18991.    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTkyMCAxMDAwIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPnBhdGh7b3BhY2l0eTouMTtjbGlwLXBhdGg6dXJsKCNjbGlwUGF0aCk7ZmlsbDp1cmwoI2xpbmVhckdyYWRpZW50KTt9PC9zdHlsZT48Y2xpcFBhdGggaWQ9ImNsaXBQYXRoIj48cmVjdCB3aWR0aD0iMTkyMCIgaGVpZ2h0PSIxMDAwIi8+PC9jbGlwUGF0aD48bGluZWFyR3JhZGllbnQgaWQ9ImxpbmVhckdyYWRpZW50IiB4MT0iMCUiIHkxPSIwJSIgeDI9IjkwJSIgeTI9IjAlIj48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9ImhzbCgwIDAlIDEwMCUvMSkiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9ImhzbCgwIDAlIDEwMCUvMCkiLz48L2xpbmVhckdyYWRpZW50PjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5MjAsMTAwMClzY2FsZSgtMSwtMSkiPjxwYXRoIGQ9Ik0xMzg0LjUgMzQzLjJMMTkyLjcgMTUzNWwtMjEzLjUtM0wxMzgzIDEyOC4ybDEuNSAyMTV6Ii8+PHBhdGggZD0iTTE5MTkuNyA0NDguM0wxMzU5IDEwMDlsLTEwMC40LTEuNEwxOTE5IDM0Ny4xbC43IDEwMS4yeiIvPjxwYXRoIGQ9Ik0xMTc2LjcgNTE0LjNMNjE2IDEwNzVsLTEwMC40LTEuNEwxMTc2IDQxMy4xbC43IDEwMS4yeiIvPjxwYXRoIGQ9Ik02NDQuNyA0NTcuM0w4NCAxMDE4bC0xMDAuNC0xLjRMNjQ0IDM1Ni4xbC43IDEwMS4yeiIvPjxwYXRoIGQ9Ik0xMzg3LjcgNDQ4LjNMODI3IDEwMDlsLTEwMC40LTEuNEwxMzg3IDM0Ny4xbC43IDEwMS4yeiIvPjxwYXRoIGQ9Ik0xMjUwLjEgNDkzLjhsLTU0NSA1NDUtNTIuNyA0My42IDY0MS45LTY0MS45LTQ0LjIgNTMuM3oiLz48cGF0aCBkPSJNODkxLjEgNjM5LjFMLTc3OCAyMzA4LjNsLTI5OC45LTQuMkw4ODkgMzM4LjFsMi4xIDMwMXoiLz48cGF0aCBkPSJNMTg3MC40IDQxOS44TC0yOC44IDIzMTlsLTM0MC4xLTQuOEwxODY4IDc3LjNsMi40IDM0Mi41eiIvPjxwYXRoIGQ9Ik05MDguNCA0MzYuOEwtOTkwLjggMjMzNmwtMzQwLjEtNC44TDkwNiA5NC4zbDIuNCAzNDIuNXoiLz48cGF0aCBkPSJNMTYzMi40IDUxNS44TC0yNjYuOCAyNDE1bC0zNDAuMS00LjhMMTYzMCAxNzMuM2wyLjQgMzQyLjV6Ii8+PHBhdGggZD0iTTExNzYuMyA1NjcuMUwtMTQ0NS42IDMxODlsLTQ2OS41LTYuNkwxMTczIDk0LjNsMy4zIDQ3Mi44eiIvPjxwYXRoIGQ9Ik0xNDI3LjMgNTgwLjFMLTExOTQuNiAzMjAybC00NjkuNS02LjZMMTQyNCAxMDcuM2wzLjMgNDcyLjh6Ii8+PHBhdGggZD0iTTE2NDkuNSA4ODAuMkw0NTcuNyAyMDcybC0yMTMuNS0zTDE2NDggNjY1LjJsMS41IDIxNXoiLz48cGF0aCBkPSJNNjc1LjggNTIyLjJsLTI2MjEuOSAyNjIxLjktNDY5LjQtNi42TDY3Mi41IDQ5LjRsMy4zIDQ3Mi44eiIvPjxwYXRoIGQ9Ik0yNTk1LjkgNTIyLjJMLTI2IDMxNDQuMWwtNDY5LjUtNi42TDI1OTIuNiA0OS40bDMuMyA0NzIuOHoiLz48L2c+PC9zdmc+);
  18992.    background-repeat: no-repeat;
  18993.    background-position: top;
  18994.    background-size: clamp(60em,100rem,100em) auto,cover;
  18995.    background-color: #B298C8;
  18996.    
  18997.    }
  18998.    
  18999.    
  19000. .load {
  19001. --tw-bg-opacity: 1;
  19002.    background-color: transparent;
  19003.    color: transparent;
  19004.    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTkyMCAxMDAwIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPnBhdGh7b3BhY2l0eTouMTtjbGlwLXBhdGg6dXJsKCNjbGlwUGF0aCk7ZmlsbDp1cmwoI2xpbmVhckdyYWRpZW50KTt9PC9zdHlsZT48Y2xpcFBhdGggaWQ9ImNsaXBQYXRoIj48cmVjdCB3aWR0aD0iMTkyMCIgaGVpZ2h0PSIxMDAwIi8+PC9jbGlwUGF0aD48bGluZWFyR3JhZGllbnQgaWQ9ImxpbmVhckdyYWRpZW50IiB4MT0iMCUiIHkxPSIwJSIgeDI9IjkwJSIgeTI9IjAlIj48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9ImhzbCgwIDAlIDEwMCUvMSkiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9ImhzbCgwIDAlIDEwMCUvMCkiLz48L2xpbmVhckdyYWRpZW50PjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5MjAsMTAwMClzY2FsZSgtMSwtMSkiPjxwYXRoIGQ9Ik0xMzg0LjUgMzQzLjJMMTkyLjcgMTUzNWwtMjEzLjUtM0wxMzgzIDEyOC4ybDEuNSAyMTV6Ii8+PHBhdGggZD0iTTE5MTkuNyA0NDguM0wxMzU5IDEwMDlsLTEwMC40LTEuNEwxOTE5IDM0Ny4xbC43IDEwMS4yeiIvPjxwYXRoIGQ9Ik0xMTc2LjcgNTE0LjNMNjE2IDEwNzVsLTEwMC40LTEuNEwxMTc2IDQxMy4xbC43IDEwMS4yeiIvPjxwYXRoIGQ9Ik02NDQuNyA0NTcuM0w4NCAxMDE4bC0xMDAuNC0xLjRMNjQ0IDM1Ni4xbC43IDEwMS4yeiIvPjxwYXRoIGQ9Ik0xMzg3LjcgNDQ4LjNMODI3IDEwMDlsLTEwMC40LTEuNEwxMzg3IDM0Ny4xbC43IDEwMS4yeiIvPjxwYXRoIGQ9Ik0xMjUwLjEgNDkzLjhsLTU0NSA1NDUtNTIuNyA0My42IDY0MS45LTY0MS45LTQ0LjIgNTMuM3oiLz48cGF0aCBkPSJNODkxLjEgNjM5LjFMLTc3OCAyMzA4LjNsLTI5OC45LTQuMkw4ODkgMzM4LjFsMi4xIDMwMXoiLz48cGF0aCBkPSJNMTg3MC40IDQxOS44TC0yOC44IDIzMTlsLTM0MC4xLTQuOEwxODY4IDc3LjNsMi40IDM0Mi41eiIvPjxwYXRoIGQ9Ik05MDguNCA0MzYuOEwtOTkwLjggMjMzNmwtMzQwLjEtNC44TDkwNiA5NC4zbDIuNCAzNDIuNXoiLz48cGF0aCBkPSJNMTYzMi40IDUxNS44TC0yNjYuOCAyNDE1bC0zNDAuMS00LjhMMTYzMCAxNzMuM2wyLjQgMzQyLjV6Ii8+PHBhdGggZD0iTTExNzYuMyA1NjcuMUwtMTQ0NS42IDMxODlsLTQ2OS41LTYuNkwxMTczIDk0LjNsMy4zIDQ3Mi44eiIvPjxwYXRoIGQ9Ik0xNDI3LjMgNTgwLjFMLTExOTQuNiAzMjAybC00NjkuNS02LjZMMTQyNCAxMDcuM2wzLjMgNDcyLjh6Ii8+PHBhdGggZD0iTTE2NDkuNSA4ODAuMkw0NTcuNyAyMDcybC0yMTMuNS0zTDE2NDggNjY1LjJsMS41IDIxNXoiLz48cGF0aCBkPSJNNjc1LjggNTIyLjJsLTI2MjEuOSAyNjIxLjktNDY5LjQtNi42TDY3Mi41IDQ5LjRsMy4zIDQ3Mi44eiIvPjxwYXRoIGQ9Ik0yNTk1LjkgNTIyLjJMLTI2IDMxNDQuMWwtNDY5LjUtNi42TDI1OTIuNiA0OS40bDMuMyA0NzIuOHoiLz48L2c+PC9zdmc+);
  19005.    background-repeat: no-repeat;
  19006.    background-position: top;
  19007.    background-size: clamp(60em,100rem,100em) auto,cover;
  19008.    
  19009.    }
  19010. </style>
  19011. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" integrity="sha384-..." crossorigin="anonymous">
  19012. <div class="area">
  19013. <div class="container">
  19014.            <div class="swiper hero-swiper">
  19015.              <div class="swiper-wrapper">
  19016.                                                                                <div class="swiper-slide lg:w-[1000px] active">
  19017.                            <img src="/assets/banner/banner43.png" class="block h-auto w-full rounded-3xl" style="border-radius: 25px;">
  19018.                    </div>
  19019.                                                        </div>
  19020.                </div>
  19021.                <ul class="meteors">
  19022.                        <li></li>
  19023.                        <li></li>
  19024.                        <li></li>
  19025.                        <li></li>
  19026.                        <li></li>
  19027.                        <li></li>
  19028.                        <li></li>
  19029.                        <li></li>
  19030.                        <li></li>
  19031.                        <li></li>
  19032.                    </ul>
  19033.                
  19034.            <div class="col-sm mt-3">
  19035.                <div class="col-lg-9 mx-auto">
  19036.                      <form action="https://mdnitems.com" method="POST">
  19037.                        <input type="hidden" name="_token" value="cDiGZ6tyOV7Ci7aB3VULBpmFO4JMkNiV6XlheUDh">                        <div class="input-group me-3 search-bar mini" aria-haspopup="true" id="dropsearchdown">
  19038.                        <input type="text" name="q" placeholder="Search products..." id="searchProds"
  19039.                            class="form-control search_input" autocomplete="off">
  19040.                        <button type="submit" class="btn-light border" style="border-top-right-radius: 10px; border-bottom-right-radius: 10px;" id="btnSearchProds">
  19041.                            <i class="fas fa-search" style="color: #fff"></i>
  19042.                        </button>
  19043.                        </button>
  19044.                    </div>
  19045.                    <ul class="position-absolute resultsearch shadow dropdown-menu" aria-labelledby="dropsearchdown" style="inset: 0px auto auto 0px; margin: 0px; transform: translate(0px, 39px);background-color: #fff;
  19046.                                        border-color: rgba(0,0,0,.15);
  19047.                                        color: #dee2e6; overflow-y: auto; max-height: 400px;"></ul>
  19048.                </form>
  19049.            </div>
  19050.            </div>
  19051.            </div>
  19052.            <br>
  19053.            <div class="row" style="margin: 0 auto; max-width: 1300px;">
  19054.    <div class="col-lg-12">
  19055.        <div class="flash-sale-container" style="background-color: #B298C8; padding: 10px; border-radius: 10px;">
  19056.            <div class="flashsale-text">
  19057.                <h3 class="flex items-center space-x-4 text-foreground text-lg font-semibold uppercase leading-relaxed tracking-wider text-white">⚡️ FLASH SALE</h3>
  19058.                <div id="flipdown" class="flipdown"></div>
  19059.            </div>
  19060.            <br>
  19061.            <br>
  19062.            <div class="owl-carousel owl-theme mb-2" id="flash">
  19063.                                <div class="item">
  19064.                    <a class="card-flash" href="https://wa.me/6281370990163">
  19065.                        <img src="/assets/logo_flashsale/1714145302_dm kuning.png" class="flashsale-logo">
  19066.                        <div class="flashsale-details">
  19067.                            <p class="mt-2">JOIN RESELLER</p>
  19068.                            <del>Rp 450.000</del>
  19069.                            <span class="price">Rp 300.000</span>
  19070.                        </div>
  19071.                    </a>
  19072.                </div>
  19073.                            </div>
  19074.        </div>
  19075.    </div>
  19076. </div>
  19077.  
  19078.  
  19079.  
  19080. <style>
  19081.        .card-flash {
  19082.            text-decoration: none;
  19083.            width: 100%;
  19084.            display: flex;
  19085.            align-items: center;
  19086.            background-size: cover;
  19087.            background-repeat: no-repeat;
  19088.            background-position: center center;
  19089.            padding: 16px;
  19090.            border-radius: 12px;
  19091.            box-shadow: inset 0 0 0 2000px rgba(40, 37, 38, 0.44);
  19092.            background-color: #B298C8;
  19093.            position: relative;
  19094.        }
  19095.  
  19096.        .card-flash img.flashsale-logo {
  19097.            width: 50px;
  19098.            height: auto;
  19099.            margin-right: 10px;
  19100.            border-radius: 8px;
  19101.            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  19102.        }
  19103.  
  19104.        .flashsale-details {
  19105.            display: flex;
  19106.            flex-direction: column;
  19107.            justify-content: center;
  19108.        }
  19109.  
  19110.        .flashsale-details p {
  19111.            color: #fff;
  19112.            padding: 1px 6px;
  19113.            display: inline-block;
  19114.            font-weight: 400;
  19115.            margin: 0;
  19116.            text-align: left;
  19117.            white-space: nowrap; /* Tambahkan properti ini */
  19118.            font-size: 14px; /* Sesuaikan ukuran font sesuai kebutuhan Anda */
  19119.        }
  19120.  
  19121.        .flashsale-details .price {
  19122.            display: inline-block;
  19123.            padding: 1px 6px;
  19124.            border-radius: 8px;
  19125.            color: #ffefc4;
  19126.            font-weight: 600;
  19127.            font-size: 13px;
  19128.            text-align: left;
  19129.            margin: 0;
  19130.        }
  19131.  
  19132.        .flashsale-details del {
  19133.            font-size: 13px;
  19134.            color: #ef4646;
  19135.            font-weight: 500;
  19136.            padding: 1px 6px;
  19137.            display: inline-block;
  19138.            text-align: left;
  19139.            margin: 0;
  19140.        }
  19141.  
  19142.        body.light .stay-white,
  19143.        body.light .flashsale-details p {
  19144.            color: #fff !important;
  19145.        }
  19146.  
  19147.        .flipdown {
  19148.            height: 30px;
  19149.            display: inline-block;
  19150.        }
  19151.  
  19152.        @media (max-width: 550px) {
  19153.            .flipdown {
  19154.                width: 300px;
  19155.                height: 50px;
  19156.            }
  19157.        }
  19158.  
  19159.        .flipdown .rotor {
  19160.            font-size: 18px;
  19161.        }
  19162.  
  19163.        .flipdown .rotor,
  19164.        .flipdown .rotor-leaf,
  19165.        .flipdown .rotor-leaf-front,
  19166.        .flipdown .rotor-leaf-rear,
  19167.        .flipdown .rotor-top,
  19168.        .flipdown .rotor-bottom,
  19169.        .flipdown .rotor:after {
  19170.            width: 26px;
  19171.        }
  19172.  
  19173.        .flipdown .rotor-group {
  19174.            padding-right: 10px;
  19175.        }
  19176.  
  19177.        .flipdown .rotor-group:nth-child(n + 2):nth-child(-n + 3):before,
  19178.        .flipdown .rotor-group:nth-child(n + 2):nth-child(-n + 3):after {
  19179.            left: 76px;
  19180.            display: none;
  19181.        }
  19182.  
  19183.        .flipdown .rotor-group:nth-child(n + 2):nth-child(-n + 3):before {
  19184.            bottom: 19px;
  19185.            height: 8px;
  19186.            width: 8px;
  19187.            display: none;
  19188.        }
  19189.  
  19190.        .flipdown .rotor-group:nth-child(n + 2):nth-child(-n + 3):after {
  19191.            bottom: 35px;
  19192.            height: 8px;
  19193.            width: 8px;
  19194.            display: none;
  19195.        }
  19196.  
  19197.        .flipdown .rotor-leaf-front,
  19198.        .flipdown .rotor-top {
  19199.            line-height: 40px;
  19200.        }
  19201.  
  19202.        .flipdown .rotor-leaf,
  19203.        .flipdown .rotor {
  19204.            height: 40px;
  19205.        }
  19206.  
  19207.        .flipdown .rotor-leaf-front,
  19208.        .flipdown .rotor-leaf-rear,
  19209.        .flipdown .rotor-top,
  19210.        .flipdown .rotor-bottom,
  19211.        .flipdown .rotor:after {
  19212.            height: 20px;
  19213.        }
  19214.    </style>
  19215.    
  19216. <script src="/public/assets/js/flipdowns.js"></script>
  19217. <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.3.0/js/bootstrap.bundle.min.js"></script>
  19218. <script>
  19219. document.addEventListener('DOMContentLoaded', () => {
  19220.    var targetDate = new Date("2024-10-30T23:59:59"); // Tentukan tanggal target secara statis
  19221.  
  19222.    // Dapatkan timestamp UNIX dari objek Date tersebut
  19223.    var timestamp = Math.floor(targetDate.getTime() / 1000);
  19224.  
  19225.    var flipdown = new FlipDown(timestamp, {
  19226.        theme: "light",
  19227.    }).start().ifEnded(() => {
  19228.        window.location.reload();
  19229.    });
  19230.  
  19231.    $('#flash').owlCarousel({
  19232.        loop:true,
  19233.        margin:10,
  19234.        autoplay:true,
  19235.        autoplayTimeout:2000,
  19236.        autoplayHoverPause:true,
  19237.        responsive:{
  19238.            0:{
  19239.                items:2
  19240.            },
  19241.            600:{
  19242.                items:4
  19243.            },
  19244.            1000:{
  19245.                items:5
  19246.            }
  19247.        }
  19248.    });
  19249. });
  19250.  
  19251. </script>
  19252.            
  19253.            <div class="row">
  19254.              <div class="col-lg-9 mx-auto">
  19255.                <div class="nav-item mt-4 col-lg-12 dropdown d-lg-inline-block mx-auto">
  19256.                  <div class="row h-100">
  19257.                    <div class="col-sm mt-3">
  19258.       <h3 class="mb-6 text-lg font-semibold uppercase leading-relaxed tracking-wider text-white">
  19259.          <i class="fa-solid fa-fire fa-beat-fade fa-lg" style="color: #DBCCE7"></i>&nbsp;Populer</h3>
  19260.                    <div class="grid grid-cols-2 gap-2 md:gap-4 lg:grid-cols-3">
  19261.                                                                        <a href="https://mdnitems.com/game/mobile-legends" class="bg-featured-game-card relative hover:shadow-sm hover:cursor-pointer overflow-hidden rounded-2xl  hover:ring-yellow-400 duration-300  hover:ring-2 hover:ring-offset-white-500">
  19262.                            <div class="flex items-center">
  19263.                                <div class="relative h-24 w-24 rounded-lg ring-murky-600">
  19264.                                    <img alt="MOBILE LEGENDS"  width="80px" height="80px" src="/assets/thumbnail/thumbnail_66bd66b64e469.webp" decoding="async" data-nimg="fill" class="!object-cover" style="position: absolute; height: 100%; width: 100% inset: 0px;">
  19265.                                </div>
  19266.                                <div class="justify-end object-center">
  19267.                                    <p class="w-[100px]truncate text-xs font-semibold text-murky-200 sm:w-[10px] md:w-[2px] md:text-base">MOBILE LEGENDS</p>
  19268.                                    <p class="font-bold text-[10px] lg:text-[14px] line-clamp-2" style="color: #DBCCE7;">MEDAN ITEMS</p>
  19269.                                </div>
  19270.                            </div>
  19271.                        </a>
  19272.  
  19273.                                                                                                                                                                                                <a href="https://mdnitems.com/game/VIA-LOGIN" class="bg-featured-game-card relative hover:shadow-sm hover:cursor-pointer overflow-hidden rounded-2xl  hover:ring-yellow-400 duration-300  hover:ring-2 hover:ring-offset-white-500">
  19274.                            <div class="flex items-center">
  19275.                                <div class="relative h-24 w-24 rounded-lg ring-murky-600">
  19276.                                    <img alt="MOBILE LEGENDS VIA LOGIN"  width="80px" height="80px" src="/assets/thumbnail/thumbnail_66307104b1b26.jpg" decoding="async" data-nimg="fill" class="!object-cover" style="position: absolute; height: 100%; width: 100% inset: 0px;">
  19277.                                </div>
  19278.                                <div class="justify-end object-center">
  19279.                                    <p class="w-[100px]truncate text-xs font-semibold text-murky-200 sm:w-[10px] md:w-[2px] md:text-base">MOBILE LEGENDS VIA LOGIN</p>
  19280.                                    <p class="font-bold text-[10px] lg:text-[14px] line-clamp-2" style="color: #DBCCE7;">MEDAN ITEMS</p>
  19281.                                </div>
  19282.                            </div>
  19283.                        </a>
  19284.  
  19285.                                                                                                <a href="https://mdnitems.com/game/Genshin-Impact" class="bg-featured-game-card relative hover:shadow-sm hover:cursor-pointer overflow-hidden rounded-2xl  hover:ring-yellow-400 duration-300  hover:ring-2 hover:ring-offset-white-500">
  19286.                            <div class="flex items-center">
  19287.                                <div class="relative h-24 w-24 rounded-lg ring-murky-600">
  19288.                                    <img alt="Genshin Impact"  width="80px" height="80px" src="/assets/thumbnail/thumbnail_66bd679b0cbb3.webp" decoding="async" data-nimg="fill" class="!object-cover" style="position: absolute; height: 100%; width: 100% inset: 0px;">
  19289.                                </div>
  19290.                                <div class="justify-end object-center">
  19291.                                    <p class="w-[100px]truncate text-xs font-semibold text-murky-200 sm:w-[10px] md:w-[2px] md:text-base">Genshin Impact</p>
  19292.                                    <p class="font-bold text-[10px] lg:text-[14px] line-clamp-2" style="color: #DBCCE7;">MEDAN ITEMS</p>
  19293.                                </div>
  19294.                            </div>
  19295.                        </a>
  19296.  
  19297.                                                                                                <a href="https://mdnitems.com/game/FREE-FIRE" class="bg-featured-game-card relative hover:shadow-sm hover:cursor-pointer overflow-hidden rounded-2xl  hover:ring-yellow-400 duration-300  hover:ring-2 hover:ring-offset-white-500">
  19298.                            <div class="flex items-center">
  19299.                                <div class="relative h-24 w-24 rounded-lg ring-murky-600">
  19300.                                    <img alt="FREE FIRE"  width="80px" height="80px" src="/assets/thumbnail/thumbnail_66bd67ff867b0.webp" decoding="async" data-nimg="fill" class="!object-cover" style="position: absolute; height: 100%; width: 100% inset: 0px;">
  19301.                                </div>
  19302.                                <div class="justify-end object-center">
  19303.                                    <p class="w-[100px]truncate text-xs font-semibold text-murky-200 sm:w-[10px] md:w-[2px] md:text-base">FREE FIRE</p>
  19304.                                    <p class="font-bold text-[10px] lg:text-[14px] line-clamp-2" style="color: #DBCCE7;">MEDAN ITEMS</p>
  19305.                                </div>
  19306.                            </div>
  19307.                        </a>
  19308.  
  19309.                                                                                                <a href="https://mdnitems.com/game/PUBG-MOBILE" class="bg-featured-game-card relative hover:shadow-sm hover:cursor-pointer overflow-hidden rounded-2xl  hover:ring-yellow-400 duration-300  hover:ring-2 hover:ring-offset-white-500">
  19310.                            <div class="flex items-center">
  19311.                                <div class="relative h-24 w-24 rounded-lg ring-murky-600">
  19312.                                    <img alt="PUBG MOBILE"  width="80px" height="80px" src="/assets/thumbnail/thumbnail_66bd6863ebeb0.webp" decoding="async" data-nimg="fill" class="!object-cover" style="position: absolute; height: 100%; width: 100% inset: 0px;">
  19313.                                </div>
  19314.                                <div class="justify-end object-center">
  19315.                                    <p class="w-[100px]truncate text-xs font-semibold text-murky-200 sm:w-[10px] md:w-[2px] md:text-base">PUBG MOBILE</p>
  19316.                                    <p class="font-bold text-[10px] lg:text-[14px] line-clamp-2" style="color: #DBCCE7;">MEDAN ITEMS</p>
  19317.                                </div>
  19318.                            </div>
  19319.                        </a>
  19320.  
  19321.                                                                                                <a href="https://mdnitems.com/game/POINT-BLANK" class="bg-featured-game-card relative hover:shadow-sm hover:cursor-pointer overflow-hidden rounded-2xl  hover:ring-yellow-400 duration-300  hover:ring-2 hover:ring-offset-white-500">
  19322.                            <div class="flex items-center">
  19323.                                <div class="relative h-24 w-24 rounded-lg ring-murky-600">
  19324.                                    <img alt="POINT BLANK"  width="80px" height="80px" src="/assets/thumbnail/thumbnail_66bd68a643190.webp" decoding="async" data-nimg="fill" class="!object-cover" style="position: absolute; height: 100%; width: 100% inset: 0px;">
  19325.                                </div>
  19326.                                <div class="justify-end object-center">
  19327.                                    <p class="w-[100px]truncate text-xs font-semibold text-murky-200 sm:w-[10px] md:w-[2px] md:text-base">POINT BLANK</p>
  19328.                                    <p class="font-bold text-[10px] lg:text-[14px] line-clamp-2" style="color: #DBCCE7;">MEDAN ITEMS</p>
  19329.                                </div>
  19330.                            </div>
  19331.                        </a>
  19332.  
  19333.                                                                                                <a href="https://mdnitems.com/game/Honkai-Star-Rail" class="bg-featured-game-card relative hover:shadow-sm hover:cursor-pointer overflow-hidden rounded-2xl  hover:ring-yellow-400 duration-300  hover:ring-2 hover:ring-offset-white-500">
  19334.                            <div class="flex items-center">
  19335.                                <div class="relative h-24 w-24 rounded-lg ring-murky-600">
  19336.                                    <img alt="Honkai Star Rail"  width="80px" height="80px" src="/assets/thumbnail/thumbnail_662f2cd515745.jpg" decoding="async" data-nimg="fill" class="!object-cover" style="position: absolute; height: 100%; width: 100% inset: 0px;">
  19337.                                </div>
  19338.                                <div class="justify-end object-center">
  19339.                                    <p class="w-[100px]truncate text-xs font-semibold text-murky-200 sm:w-[10px] md:w-[2px] md:text-base">Honkai Star Rail</p>
  19340.                                    <p class="font-bold text-[10px] lg:text-[14px] line-clamp-2" style="color: #DBCCE7;">MEDAN ITEMS</p>
  19341.                                </div>
  19342.                            </div>
  19343.                        </a>
  19344.  
  19345.                                                                                                                                                                                                                                                                                                                                                <a href="https://mdnitems.com/game/Eggy-Party" class="bg-featured-game-card relative hover:shadow-sm hover:cursor-pointer overflow-hidden rounded-2xl  hover:ring-yellow-400 duration-300  hover:ring-2 hover:ring-offset-white-500">
  19346.                            <div class="flex items-center">
  19347.                                <div class="relative h-24 w-24 rounded-lg ring-murky-600">
  19348.                                    <img alt="Eggy Party"  width="80px" height="80px" src="/assets/thumbnail/thumbnail_66bd6934d8639.webp" decoding="async" data-nimg="fill" class="!object-cover" style="position: absolute; height: 100%; width: 100% inset: 0px;">
  19349.                                </div>
  19350.                                <div class="justify-end object-center">
  19351.                                    <p class="w-[100px]truncate text-xs font-semibold text-murky-200 sm:w-[10px] md:w-[2px] md:text-base">Eggy Party</p>
  19352.                                    <p class="font-bold text-[10px] lg:text-[14px] line-clamp-2" style="color: #DBCCE7;">MEDAN ITEMS</p>
  19353.                                </div>
  19354.                            </div>
  19355.                        </a>
  19356.  
  19357.                                                                                                <a href="https://mdnitems.com/game/Super-Sus" class="bg-featured-game-card relative hover:shadow-sm hover:cursor-pointer overflow-hidden rounded-2xl  hover:ring-yellow-400 duration-300  hover:ring-2 hover:ring-offset-white-500">
  19358.                            <div class="flex items-center">
  19359.                                <div class="relative h-24 w-24 rounded-lg ring-murky-600">
  19360.                                    <img alt="Super Sus"  width="80px" height="80px" src="/assets/thumbnail/thumbnail_66bd699181bfe.webp" decoding="async" data-nimg="fill" class="!object-cover" style="position: absolute; height: 100%; width: 100% inset: 0px;">
  19361.                                </div>
  19362.                                <div class="justify-end object-center">
  19363.                                    <p class="w-[100px]truncate text-xs font-semibold text-murky-200 sm:w-[10px] md:w-[2px] md:text-base">Super Sus</p>
  19364.                                    <p class="font-bold text-[10px] lg:text-[14px] line-clamp-2" style="color: #DBCCE7;">MEDAN ITEMS</p>
  19365.                                </div>
  19366.                            </div>
  19367.                        </a>
  19368.  
  19369.                                                                                                <a href="https://mdnitems.com/game/Honor-of-Kings" class="bg-featured-game-card relative hover:shadow-sm hover:cursor-pointer overflow-hidden rounded-2xl  hover:ring-yellow-400 duration-300  hover:ring-2 hover:ring-offset-white-500">
  19370.                            <div class="flex items-center">
  19371.                                <div class="relative h-24 w-24 rounded-lg ring-murky-600">
  19372.                                    <img alt="Honor of Kings"  width="80px" height="80px" src="/assets/thumbnail/thumbnail_66bd69d14ff75.webp" decoding="async" data-nimg="fill" class="!object-cover" style="position: absolute; height: 100%; width: 100% inset: 0px;">
  19373.                                </div>
  19374.                                <div class="justify-end object-center">
  19375.                                    <p class="w-[100px]truncate text-xs font-semibold text-murky-200 sm:w-[10px] md:w-[2px] md:text-base">Honor of Kings</p>
  19376.                                    <p class="font-bold text-[10px] lg:text-[14px] line-clamp-2" style="color: #DBCCE7;">MEDAN ITEMS</p>
  19377.                                </div>
  19378.                            </div>
  19379.                        </a>
  19380.  
  19381.                                                                                                <a href="https://mdnitems.com/game/Roblox" class="bg-featured-game-card relative hover:shadow-sm hover:cursor-pointer overflow-hidden rounded-2xl  hover:ring-yellow-400 duration-300  hover:ring-2 hover:ring-offset-white-500">
  19382.                            <div class="flex items-center">
  19383.                                <div class="relative h-24 w-24 rounded-lg ring-murky-600">
  19384.                                    <img alt="Roblox"  width="80px" height="80px" src="/assets/thumbnail/thumbnail_66bd6a159e5d6.webp" decoding="async" data-nimg="fill" class="!object-cover" style="position: absolute; height: 100%; width: 100% inset: 0px;">
  19385.                                </div>
  19386.                                <div class="justify-end object-center">
  19387.                                    <p class="w-[100px]truncate text-xs font-semibold text-murky-200 sm:w-[10px] md:w-[2px] md:text-base">Roblox</p>
  19388.                                    <p class="font-bold text-[10px] lg:text-[14px] line-clamp-2" style="color: #DBCCE7;">MEDAN ITEMS</p>
  19389.                                </div>
  19390.                            </div>
  19391.                        </a>
  19392.  
  19393.                                                                                                <a href="https://mdnitems.com/game/gift-skin" class="bg-featured-game-card relative hover:shadow-sm hover:cursor-pointer overflow-hidden rounded-2xl  hover:ring-yellow-400 duration-300  hover:ring-2 hover:ring-offset-white-500">
  19394.                            <div class="flex items-center">
  19395.                                <div class="relative h-24 w-24 rounded-lg ring-murky-600">
  19396.                                    <img alt="MOBILE LEGENDS - GIFT SKIN"  width="80px" height="80px" src="/assets/thumbnail/thumbnail_66bd6a5beb507.webp" decoding="async" data-nimg="fill" class="!object-cover" style="position: absolute; height: 100%; width: 100% inset: 0px;">
  19397.                                </div>
  19398.                                <div class="justify-end object-center">
  19399.                                    <p class="w-[100px]truncate text-xs font-semibold text-murky-200 sm:w-[10px] md:w-[2px] md:text-base">MOBILE LEGENDS - GIFT SKIN</p>
  19400.                                    <p class="font-bold text-[10px] lg:text-[14px] line-clamp-2" style="color: #DBCCE7;">MEDAN ITEMS</p>
  19401.                                </div>
  19402.                            </div>
  19403.                        </a>
  19404.  
  19405.                                                                                                                                                                    </div>
  19406.                    </div>
  19407.                    </div>
  19408.                    
  19409.              
  19410.            
  19411.            
  19412.            <div class="row col-lg-11 mt-1 mx-auto">
  19413.                <div class="col-sm-11">
  19414.                    <ul class="nav nav-pills justify-content-left hide-scrollbar -mb-px flex space-x-1 overflow-auto"
  19415.                        id="myTab" role="tablist">
  19416.                        <li class="nav-item me-1 mt-1 nav-tab" role="presentation">
  19417.                            <button
  19418.                                class="btn-sm btn-category  flex whitespace-nowrap border-b-2 py-2 px-3 text-sm font-medium outline-none border-primary-500 from-murky-700 to-murky-800 active "
  19419.                                id="game-tab" data-bs-toggle="tab"
  19420.                                data-bs-target="#game" type="button" role="tab" aria-controls="game"
  19421.                                aria-selected="true">
  19422.                                <small>Game Mobile</small>
  19423.                            </button>
  19424.                        </li>
  19425.                        
  19426.                         <li class="nav-item me-1 mt-1 nav-tab" role="presentation">
  19427.                            <button
  19428.                                class="btn-sm btn-category  flex whitespace-nowrap border-b-2 py-2 px-3 text-sm font-medium outline-none border-primary-500 from-murky-700 to-murky-800 "
  19429.                                id="Voucher-tab" data-bs-toggle="tab"
  19430.                                data-bs-target="#Voucher" type="button" role="tab" aria-controls="joki"
  19431.                                aria-selected="true">
  19432.                                <small>Voucher</small>
  19433.                            </button>
  19434.                        </li>
  19435.                        
  19436.                         <li class="nav-item me-1 mt-1 nav-tab" role="presentation">
  19437.                            <button
  19438.                                class="btn-sm btn-category  flex whitespace-nowrap border-b-2 py-2 px-3 text-sm font-medium outline-none border-primary-500 from-murky-700 to-murky-800 "
  19439.                                id="Pulsa-tab" data-bs-toggle="tab"
  19440.                                data-bs-target="#Pulsa" type="button" role="tab" aria-controls="game"
  19441.                                aria-selected="true">
  19442.                                <small>Pulsa</small>
  19443.                            </button>
  19444.                        </li>
  19445.                        
  19446.                        <li class="nav-item me-1 mt-1 nav-tab" role="presentation">
  19447.                            <button
  19448.                                class="btn-sm btn-category  flex whitespace-nowrap border-b-2 py-2 px-3 text-sm font-medium outline-none border-primary-500 from-murky-700 to-murky-800 "
  19449.                                id="Aplikasi-tab" data-bs-toggle="tab"
  19450.                                data-bs-target="#Aplikasi" type="button" role="tab" aria-controls="game"
  19451.                                aria-selected="true">
  19452.                                <small>Aplikasi</small>
  19453.                            </button>
  19454.                        </li>
  19455.                        
  19456.                        <li class="nav-item me-1 mt-1 nav-tab" role="presentation">
  19457.                            <button
  19458.                                class="btn-sm btn-category  flex whitespace-nowrap border-b-2 py-2 px-3 text-sm font-medium outline-none border-primary-500 from-murky-700 to-murky-800 "
  19459.                                id="Money-tab" data-bs-toggle="tab"
  19460.                                data-bs-target="#Money" type="button" role="tab" aria-controls="game"
  19461.                                aria-selected="true">
  19462.                                <small>E-Money</small>
  19463.                            </button>
  19464.                        </li>
  19465.                        
  19466.                        <li class="nav-item me-1 mt-1 nav-tab" role="presentation">
  19467.                            <button
  19468.                                class="btn-sm btn-category  flex whitespace-nowrap border-b-2 py-2 px-3 text-sm font-medium outline-none border-primary-500 from-murky-700 to-murky-800 "
  19469.                                id="Hiburan-tab" data-bs-toggle="tab"
  19470.                                data-bs-target="#Hiburan" type="button" role="tab" aria-controls="game"
  19471.                                aria-selected="true">
  19472.                                <small>Hiburan</small>
  19473.                            </button>
  19474.                        </li>
  19475.                        
  19476.                        <li class="nav-item me-1 mt-1 nav-tab" role="presentation">
  19477.                            <button
  19478.                                class="btn-sm btn-category  flex whitespace-nowrap border-b-2 py-2 px-3 text-sm font-medium outline-none border-primary-500 from-murky-700 to-murky-800 "
  19479.                                id="Gift-tab" data-bs-toggle="tab"
  19480.                                data-bs-target="#Gift" type="button" role="tab" aria-controls="game"
  19481.                                aria-selected="true">
  19482.                                <small>Gift MLBB</small>
  19483.                            </button>
  19484.                        </li>
  19485.                        
  19486.                        <li class="nav-item me-1 mt-1 nav-tab" role="presentation">
  19487.                            <button
  19488.                                class="btn-sm btn-category  flex whitespace-nowrap border-b-2 py-2 px-3 text-sm font-medium outline-none border-primary-500 from-murky-700 to-murky-800 "
  19489.                                id="RT-tab" data-bs-toggle="tab"
  19490.                                data-bs-target="#RT" type="button" role="tab" aria-controls="game"
  19491.                                aria-selected="true">
  19492.                                <small>Room Tournament</small>
  19493.                            </button>
  19494.                        </li>
  19495.                        
  19496.                        <li class="nav-item me-1 mt-1 nav-tab" role="presentation">
  19497.                            <button
  19498.                                class="btn-sm btn-category  flex whitespace-nowrap border-b-2 py-2 px-3 text-sm font-medium outline-none border-primary-500 from-murky-700 to-murky-800 "
  19499.                                id="Joki-tab" data-bs-toggle="tab"
  19500.                                data-bs-target="#Joki" type="button" role="tab" aria-controls="game"
  19501.                                aria-selected="true">
  19502.                                <small>Joki</small>
  19503.                            </button>
  19504.                        </li>
  19505.                        
  19506.                        <li class="nav-item me-1 mt-1 nav-tab" role="presentation">
  19507.                            <button
  19508.                                class="btn-sm btn-category  flex whitespace-nowrap border-b-2 py-2 px-3 text-sm font-medium outline-none border-primary-500 from-murky-700 to-murky-800 "
  19509.                                id="PLNVoucher-tab" data-bs-toggle="tab"
  19510.                                data-bs-target="#PLN" type="button" role="tab" aria-controls="game"
  19511.                                aria-selected="true">
  19512.                                <small>PLN</small>
  19513.                            </button>
  19514.                        </li>
  19515.                    </ul>  
  19516. </div>      
  19517. </div>          
  19518. </div>    
  19519. </div>      
  19520. </div>  
  19521.        
  19522.        
  19523.      
  19524. <div class="container">
  19525.    <div class="wrapper mt-3">
  19526.       <div class="col-lg-11 mt-0 mx-auto">
  19527.            <div class="tab-content" id="myTabContent">
  19528.                <div class="tab-pane active" id="game" role="tabpanel" aria-labelledby="game-tab">
  19529.                     <div
  19530.                        class="mt-3 md:mt-10 grid grid-cols-3 gap-3 sm:grid-cols-4 sm:gap-3 md:grid-cols-5 md:gap-3 lg:grid-cols-5 lg:gap-3 xl:grid-cols-6 xl:gap-5">
  19531.                        
  19532.                                                                        <a href="https://mdnitems.com/game/mobile-legends"
  19533.                            class="featured-game-card relative hover:shadow-sm hover:cursor-pointer  group relative overflow-hidden rounded-2xl  hover:ring-yellow-400 duration-300  hover:shadow-2xl hover:ring-2   hover:ring-offset-white-500">
  19534.                            <div class="blur-sharp ">
  19535.                                <div class="relative h-56 sm:h-[14.4rem] md:h-[14.4rem] lg:h-[10.4rem] xl:w-auto ">
  19536.                                    <img alt="MOBILE LEGENDS" sizes="100vw"
  19537.                                        src="/assets/thumbnail/thumbnail_66bd66b64e469.webp" decoding="async" data-nimg="fill"
  19538.                                        class="object-cover object-center !hover:rounded-3xl" loading="lazy"
  19539.                                        style="position: absolute; height: 100%; width: 100%; inset: 0px; color: transparent;">
  19540.                                </div>
  19541.                            </div>
  19542.                            <div class="cover !absolute bottom-0 m-3 h-full">
  19543.                                <div class="flex flex-col h-full justify-between no-underline">
  19544.                                    <div class="relative p-3 mx-auto my-auto h-16 w-10 lg:h-14 lg:w-14">
  19545.                                        
  19546.                                    </div>
  19547.                                    <div>
  19548.                                        <p class="font-semibold text-white text-[12px] lg:text-[16px] mb-1 line-clamp-2">
  19549.                                            MOBILE LEGENDS</p>
  19550.                                        <p class="font-bold text-[10px] lg:text-[14px] line-clamp-2" style="color: #DBCCE7;">MEDAN ITEMS</p>
  19551.                                        
  19552.                                    </div>
  19553.                                </div>
  19554.                            </div>
  19555.                         </a>
  19556.                                                                                                                                                                                                <a href="https://mdnitems.com/game/VIA-LOGIN"
  19557.                            class="featured-game-card relative hover:shadow-sm hover:cursor-pointer  group relative overflow-hidden rounded-2xl  hover:ring-yellow-400 duration-300  hover:shadow-2xl hover:ring-2   hover:ring-offset-white-500">
  19558.                            <div class="blur-sharp ">
  19559.                                <div class="relative h-56 sm:h-[14.4rem] md:h-[14.4rem] lg:h-[10.4rem] xl:w-auto ">
  19560.                                    <img alt="MOBILE LEGENDS VIA LOGIN" sizes="100vw"
  19561.                                        src="/assets/thumbnail/thumbnail_66307104b1b26.jpg" decoding="async" data-nimg="fill"
  19562.                                        class="object-cover object-center !hover:rounded-3xl" loading="lazy"
  19563.                                        style="position: absolute; height: 100%; width: 100%; inset: 0px; color: transparent;">
  19564.                                </div>
  19565.                            </div>
  19566.                            <div class="cover !absolute bottom-0 m-3 h-full">
  19567.                                <div class="flex flex-col h-full justify-between no-underline">
  19568.                                    <div class="relative p-3 mx-auto my-auto h-16 w-10 lg:h-14 lg:w-14">
  19569.                                        
  19570.                                    </div>
  19571.                                    <div>
  19572.                                        <p class="font-semibold text-white text-[12px] lg:text-[16px] mb-1 line-clamp-2">
  19573.                                            MOBILE LEGENDS VIA LOGIN</p>
  19574.                                        <p class="font-bold text-[10px] lg:text-[14px] line-clamp-2" style="color: #DBCCE7;">MEDAN ITEMS</p>
  19575.                                        
  19576.                                    </div>
  19577.                                </div>
  19578.                            </div>
  19579.                         </a>
  19580.                                                                                                <a href="https://mdnitems.com/game/Genshin-Impact"
  19581.                            class="featured-game-card relative hover:shadow-sm hover:cursor-pointer  group relative overflow-hidden rounded-2xl  hover:ring-yellow-400 duration-300  hover:shadow-2xl hover:ring-2   hover:ring-offset-white-500">
  19582.                            <div class="blur-sharp ">
  19583.                                <div class="relative h-56 sm:h-[14.4rem] md:h-[14.4rem] lg:h-[10.4rem] xl:w-auto ">
  19584.                                    <img alt="Genshin Impact" sizes="100vw"
  19585.                                        src="/assets/thumbnail/thumbnail_66bd679b0cbb3.webp" decoding="async" data-nimg="fill"
  19586.                                        class="object-cover object-center !hover:rounded-3xl" loading="lazy"
  19587.                                        style="position: absolute; height: 100%; width: 100%; inset: 0px; color: transparent;">
  19588.                                </div>
  19589.                            </div>
  19590.                            <div class="cover !absolute bottom-0 m-3 h-full">
  19591.                                <div class="flex flex-col h-full justify-between no-underline">
  19592.                                    <div class="relative p-3 mx-auto my-auto h-16 w-10 lg:h-14 lg:w-14">
  19593.                                        
  19594.                                    </div>
  19595.                                    <div>
  19596.                                        <p class="font-semibold text-white text-[12px] lg:text-[16px] mb-1 line-clamp-2">
  19597.                                            Genshin Impact</p>
  19598.                                        <p class="font-bold text-[10px] lg:text-[14px] line-clamp-2" style="color: #DBCCE7;">MEDAN ITEMS</p>
  19599.                                        
  19600.                                    </div>
  19601.                                </div>
  19602.                            </div>
  19603.                         </a>
  19604.                                                                                                <a href="https://mdnitems.com/game/FREE-FIRE"
  19605.                            class="featured-game-card relative hover:shadow-sm hover:cursor-pointer  group relative overflow-hidden rounded-2xl  hover:ring-yellow-400 duration-300  hover:shadow-2xl hover:ring-2   hover:ring-offset-white-500">
  19606.                            <div class="blur-sharp ">
  19607.                                <div class="relative h-56 sm:h-[14.4rem] md:h-[14.4rem] lg:h-[10.4rem] xl:w-auto ">
  19608.                                    <img alt="FREE FIRE" sizes="100vw"
  19609.                                        src="/assets/thumbnail/thumbnail_66bd67ff867b0.webp" decoding="async" data-nimg="fill"
  19610.                                        class="object-cover object-center !hover:rounded-3xl" loading="lazy"
  19611.                                        style="position: absolute; height: 100%; width: 100%; inset: 0px; color: transparent;">
  19612.                                </div>
  19613.                            </div>
  19614.                            <div class="cover !absolute bottom-0 m-3 h-full">
  19615.                                <div class="flex flex-col h-full justify-between no-underline">
  19616.                                    <div class="relative p-3 mx-auto my-auto h-16 w-10 lg:h-14 lg:w-14">
  19617.                                        
  19618.                                    </div>
  19619.                                    <div>
  19620.                                        <p class="font-semibold text-white text-[12px] lg:text-[16px] mb-1 line-clamp-2">
  19621.                                            FREE FIRE</p>
  19622.                                        <p class="font-bold text-[10px] lg:text-[14px] line-clamp-2" style="color: #DBCCE7;">MEDAN ITEMS</p>
  19623.                                        
  19624.                                    </div>
  19625.                                </div>
  19626.                            </div>
  19627.                         </a>
  19628.                                                                                                <a href="https://mdnitems.com/game/PUBG-MOBILE"
  19629.                            class="featured-game-card relative hover:shadow-sm hover:cursor-pointer  group relative overflow-hidden rounded-2xl  hover:ring-yellow-400 duration-300  hover:shadow-2xl hover:ring-2   hover:ring-offset-white-500">
  19630.                            <div class="blur-sharp ">
  19631.                                <div class="relative h-56 sm:h-[14.4rem] md:h-[14.4rem] lg:h-[10.4rem] xl:w-auto ">
  19632.                                    <img alt="PUBG MOBILE" sizes="100vw"
  19633.                                        src="/assets/thumbnail/thumbnail_66bd6863ebeb0.webp" decoding="async" data-nimg="fill"
  19634.                                        class="object-cover object-center !hover:rounded-3xl" loading="lazy"
  19635.                                        style="position: absolute; height: 100%; width: 100%; inset: 0px; color: transparent;">
  19636.                                </div>
  19637.                            </div>
  19638.                            <div class="cover !absolute bottom-0 m-3 h-full">
  19639.                                <div class="flex flex-col h-full justify-between no-underline">
  19640.                                    <div class="relative p-3 mx-auto my-auto h-16 w-10 lg:h-14 lg:w-14">
  19641.                                        
  19642.                                    </div>
  19643.                                    <div>
  19644.                                        <p class="font-semibold text-white text-[12px] lg:text-[16px] mb-1 line-clamp-2">
  19645.                                            PUBG MOBILE</p>
  19646.                                        <p class="font-bold text-[10px] lg:text-[14px] line-clamp-2" style="color: #DBCCE7;">MEDAN ITEMS</p>
  19647.                                        
  19648.                                    </div>
  19649.                                </div>
  19650.                            </div>
  19651.                         </a>
  19652.                                                                                                <a href="https://mdnitems.com/game/POINT-BLANK"
  19653.                            class="featured-game-card relative hover:shadow-sm hover:cursor-pointer  group relative overflow-hidden rounded-2xl  hover:ring-yellow-400 duration-300  hover:shadow-2xl hover:ring-2   hover:ring-offset-white-500">
  19654.                            <div class="blur-sharp ">
  19655.                                <div class="relative h-56 sm:h-[14.4rem] md:h-[14.4rem] lg:h-[10.4rem] xl:w-auto ">
  19656.                                    <img alt="POINT BLANK" sizes="100vw"
  19657.                                        src="/assets/thumbnail/thumbnail_66bd68a643190.webp" decoding="async" data-nimg="fill"
  19658.                                        class="object-cover object-center !hover:rounded-3xl" loading="lazy"
  19659.                                        style="position: absolute; height: 100%; width: 100%; inset: 0px; color: transparent;">
  19660.                                </div>
  19661.                            </div>
  19662.                            <div class="cover !absolute bottom-0 m-3 h-full">
  19663.                                <div class="flex flex-col h-full justify-between no-underline">
  19664.                                    <div class="relative p-3 mx-auto my-auto h-16 w-10 lg:h-14 lg:w-14">
  19665.                                        
  19666.                                    </div>
  19667.                                    <div>
  19668.                                        <p class="font-semibold text-white text-[12px] lg:text-[16px] mb-1 line-clamp-2">
  19669.                                            POINT BLANK</p>
  19670.                                        <p class="font-bold text-[10px] lg:text-[14px] line-clamp-2" style="color: #DBCCE7;">MEDAN ITEMS</p>
  19671.                                        
  19672.                                    </div>
  19673.                                </div>
  19674.                            </div>
  19675.                         </a>
  19676.                                                                                                <a href="https://mdnitems.com/game/Honkai-Star-Rail"
  19677.                            class="featured-game-card relative hover:shadow-sm hover:cursor-pointer  group relative overflow-hidden rounded-2xl  hover:ring-yellow-400 duration-300  hover:shadow-2xl hover:ring-2   hover:ring-offset-white-500">
  19678.                            <div class="blur-sharp ">
  19679.                                <div class="relative h-56 sm:h-[14.4rem] md:h-[14.4rem] lg:h-[10.4rem] xl:w-auto ">
  19680.                                    <img alt="Honkai Star Rail" sizes="100vw"
  19681.                                        src="/assets/thumbnail/thumbnail_662f2cd515745.jpg" decoding="async" data-nimg="fill"
  19682.                                        class="object-cover object-center !hover:rounded-3xl" loading="lazy"
  19683.                                        style="position: absolute; height: 100%; width: 100%; inset: 0px; color: transparent;">
  19684.                                </div>
  19685.                            </div>
  19686.                            <div class="cover !absolute bottom-0 m-3 h-full">
  19687.                                <div class="flex flex-col h-full justify-between no-underline">
  19688.                                    <div class="relative p-3 mx-auto my-auto h-16 w-10 lg:h-14 lg:w-14">
  19689.                                        
  19690.                                    </div>
  19691.                                    <div>
  19692.                                        <p class="font-semibold text-white text-[12px] lg:text-[16px] mb-1 line-clamp-2">
  19693.                                            Honkai Star Rail</p>
  19694.                                        <p class="font-bold text-[10px] lg:text-[14px] line-clamp-2" style="color: #DBCCE7;">MEDAN ITEMS</p>
  19695.                                        
  19696.                                    </div>
  19697.                                </div>
  19698.                            </div>
  19699.                         </a>
  19700.                                                                                                                                                                                                                                                                                                                                                <a href="https://mdnitems.com/game/Eggy-Party"
  19701.                            class="featured-game-card relative hover:shadow-sm hover:cursor-pointer  group relative overflow-hidden rounded-2xl  hover:ring-yellow-400 duration-300  hover:shadow-2xl hover:ring-2   hover:ring-offset-white-500">
  19702.                            <div class="blur-sharp ">
  19703.                                <div class="relative h-56 sm:h-[14.4rem] md:h-[14.4rem] lg:h-[10.4rem] xl:w-auto ">
  19704.                                    <img alt="Eggy Party" sizes="100vw"
  19705.                                        src="/assets/thumbnail/thumbnail_66bd6934d8639.webp" decoding="async" data-nimg="fill"
  19706.                                        class="object-cover object-center !hover:rounded-3xl" loading="lazy"
  19707.                                        style="position: absolute; height: 100%; width: 100%; inset: 0px; color: transparent;">
  19708.                                </div>
  19709.                            </div>
  19710.                            <div class="cover !absolute bottom-0 m-3 h-full">
  19711.                                <div class="flex flex-col h-full justify-between no-underline">
  19712.                                    <div class="relative p-3 mx-auto my-auto h-16 w-10 lg:h-14 lg:w-14">
  19713.                                        
  19714.                                    </div>
  19715.                                    <div>
  19716.                                        <p class="font-semibold text-white text-[12px] lg:text-[16px] mb-1 line-clamp-2">
  19717.                                            Eggy Party</p>
  19718.                                        <p class="font-bold text-[10px] lg:text-[14px] line-clamp-2" style="color: #DBCCE7;">MEDAN ITEMS</p>
  19719.                                        
  19720.                                    </div>
  19721.                                </div>
  19722.                            </div>
  19723.                         </a>
  19724.                                                                                                <a href="https://mdnitems.com/game/Super-Sus"
  19725.                            class="featured-game-card relative hover:shadow-sm hover:cursor-pointer  group relative overflow-hidden rounded-2xl  hover:ring-yellow-400 duration-300  hover:shadow-2xl hover:ring-2   hover:ring-offset-white-500">
  19726.                            <div class="blur-sharp ">
  19727.                                <div class="relative h-56 sm:h-[14.4rem] md:h-[14.4rem] lg:h-[10.4rem] xl:w-auto ">
  19728.                                    <img alt="Super Sus" sizes="100vw"
  19729.                                        src="/assets/thumbnail/thumbnail_66bd699181bfe.webp" decoding="async" data-nimg="fill"
  19730.                                        class="object-cover object-center !hover:rounded-3xl" loading="lazy"
  19731.                                        style="position: absolute; height: 100%; width: 100%; inset: 0px; color: transparent;">
  19732.                                </div>
  19733.                            </div>
  19734.                            <div class="cover !absolute bottom-0 m-3 h-full">
  19735.                                <div class="flex flex-col h-full justify-between no-underline">
  19736.                                    <div class="relative p-3 mx-auto my-auto h-16 w-10 lg:h-14 lg:w-14">
  19737.                                        
  19738.                                    </div>
  19739.                                    <div>
  19740.                                        <p class="font-semibold text-white text-[12px] lg:text-[16px] mb-1 line-clamp-2">
  19741.                                            Super Sus</p>
  19742.                                        <p class="font-bold text-[10px] lg:text-[14px] line-clamp-2" style="color: #DBCCE7;">MEDAN ITEMS</p>
  19743.                                        
  19744.                                    </div>
  19745.                                </div>
  19746.                            </div>
  19747.                         </a>
  19748.                                                                                                <a href="https://mdnitems.com/game/Honor-of-Kings"
  19749.                            class="featured-game-card relative hover:shadow-sm hover:cursor-pointer  group relative overflow-hidden rounded-2xl  hover:ring-yellow-400 duration-300  hover:shadow-2xl hover:ring-2   hover:ring-offset-white-500">
  19750.                            <div class="blur-sharp ">
  19751.                                <div class="relative h-56 sm:h-[14.4rem] md:h-[14.4rem] lg:h-[10.4rem] xl:w-auto ">
  19752.                                    <img alt="Honor of Kings" sizes="100vw"
  19753.                                        src="/assets/thumbnail/thumbnail_66bd69d14ff75.webp" decoding="async" data-nimg="fill"
  19754.                                        class="object-cover object-center !hover:rounded-3xl" loading="lazy"
  19755.                                        style="position: absolute; height: 100%; width: 100%; inset: 0px; color: transparent;">
  19756.                                </div>
  19757.                            </div>
  19758.                            <div class="cover !absolute bottom-0 m-3 h-full">
  19759.                                <div class="flex flex-col h-full justify-between no-underline">
  19760.                                    <div class="relative p-3 mx-auto my-auto h-16 w-10 lg:h-14 lg:w-14">
  19761.                                        
  19762.                                    </div>
  19763.                                    <div>
  19764.                                        <p class="font-semibold text-white text-[12px] lg:text-[16px] mb-1 line-clamp-2">
  19765.                                            Honor of Kings</p>
  19766.                                        <p class="font-bold text-[10px] lg:text-[14px] line-clamp-2" style="color: #DBCCE7;">MEDAN ITEMS</p>
  19767.                                        
  19768.                                    </div>
  19769.                                </div>
  19770.                            </div>
  19771.                         </a>
  19772.                                                                                                <a href="https://mdnitems.com/game/Roblox"
  19773.                            class="featured-game-card relative hover:shadow-sm hover:cursor-pointer  group relative overflow-hidden rounded-2xl  hover:ring-yellow-400 duration-300  hover:shadow-2xl hover:ring-2   hover:ring-offset-white-500">
  19774.                            <div class="blur-sharp ">
  19775.                                <div class="relative h-56 sm:h-[14.4rem] md:h-[14.4rem] lg:h-[10.4rem] xl:w-auto ">
  19776.                                    <img alt="Roblox" sizes="100vw"
  19777.                                        src="/assets/thumbnail/thumbnail_66bd6a159e5d6.webp" decoding="async" data-nimg="fill"
  19778.                                        class="object-cover object-center !hover:rounded-3xl" loading="lazy"
  19779.                                        style="position: absolute; height: 100%; width: 100%; inset: 0px; color: transparent;">
  19780.                                </div>
  19781.                            </div>
  19782.                            <div class="cover !absolute bottom-0 m-3 h-full">
  19783.                                <div class="flex flex-col h-full justify-between no-underline">
  19784.                                    <div class="relative p-3 mx-auto my-auto h-16 w-10 lg:h-14 lg:w-14">
  19785.                                        
  19786.                                    </div>
  19787.                                    <div>
  19788.                                        <p class="font-semibold text-white text-[12px] lg:text-[16px] mb-1 line-clamp-2">
  19789.                                            Roblox</p>
  19790.                                        <p class="font-bold text-[10px] lg:text-[14px] line-clamp-2" style="color: #DBCCE7;">MEDAN ITEMS</p>
  19791.                                        
  19792.                                    </div>
  19793.                                </div>
  19794.                            </div>
  19795.                         </a>
  19796.                                                                                                <a href="https://mdnitems.com/game/gift-skin"
  19797.                            class="featured-game-card relative hover:shadow-sm hover:cursor-pointer  group relative overflow-hidden rounded-2xl  hover:ring-yellow-400 duration-300  hover:shadow-2xl hover:ring-2   hover:ring-offset-white-500">
  19798.                            <div class="blur-sharp ">
  19799.                                <div class="relative h-56 sm:h-[14.4rem] md:h-[14.4rem] lg:h-[10.4rem] xl:w-auto ">
  19800.                                    <img alt="MOBILE LEGENDS - GIFT SKIN" sizes="100vw"
  19801.                                        src="/assets/thumbnail/thumbnail_66bd6a5beb507.webp" decoding="async" data-nimg="fill"
  19802.                                        class="object-cover object-center !hover:rounded-3xl" loading="lazy"
  19803.                                        style="position: absolute; height: 100%; width: 100%; inset: 0px; color: transparent;">
  19804.                                </div>
  19805.                            </div>
  19806.                            <div class="cover !absolute bottom-0 m-3 h-full">
  19807.                                <div class="flex flex-col h-full justify-between no-underline">
  19808.                                    <div class="relative p-3 mx-auto my-auto h-16 w-10 lg:h-14 lg:w-14">
  19809.                                        
  19810.                                    </div>
  19811.                                    <div>
  19812.                                        <p class="font-semibold text-white text-[12px] lg:text-[16px] mb-1 line-clamp-2">
  19813.                                            MOBILE LEGENDS - GIFT SKIN</p>
  19814.                                        <p class="font-bold text-[10px] lg:text-[14px] line-clamp-2" style="color: #DBCCE7;">MEDAN ITEMS</p>
  19815.                                        
  19816.                                    </div>
  19817.                                </div>
  19818.                            </div>
  19819.                         </a>
  19820.                                                                                                                                                                    </div>
  19821.                </div>
  19822.                
  19823.                <div class="tab-pane" id="Voucher" role="tabpanel" aria-labelledby="Voucher-tab">
  19824.                       <div
  19825.                        class="mt-3 md:mt-10 grid grid-cols-3 gap-3 sm:grid-cols-4 sm:gap-3 md:grid-cols-5 md:gap-3 lg:grid-cols-6 lg:gap-3 xl:grid-cols-6 xl:gap-5">
  19826.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <a href="https://mdnitems.com/game/Steam-Wallet-(IDR)"
  19827.                            class="featured-game-card relative hover:shadow-sm hover:cursor-pointer  group relative overflow-hidden rounded-2xl  hover:ring-yellow-400 duration-300  hover:shadow-2xl hover:ring-2   hover:ring-offset-white-500">
  19828.                            <div class="blur-sharp ">
  19829.                                <div class="relative h-56 sm:h-[14.4rem] md:h-[14.4rem] lg:h-[10.4rem] xl:w-auto ">
  19830.                                    <img alt="Steam Wallet (IDR)" sizes="100vw"
  19831.                                        src="/assets/thumbnail/thumbnail_66bd6abf04b36.webp" decoding="async" data-nimg="fill"
  19832.                                        class="object-cover object-center !hover:rounded-3xl" loading="lazy"
  19833.                                        style="position: absolute; height: 100%; width: 100%; inset: 0px; color: transparent;">
  19834.                                </div>
  19835.                            </div>
  19836.                            <div class="cover !absolute bottom-0 m-3 h-full">
  19837.                                <div class="flex flex-col h-full justify-between no-underline">
  19838.                                    <div class="relative p-3 mx-auto my-auto h-15 w-10 lg:h-14 lg:w-14">
  19839.                                        
  19840.                                    </div>
  19841.                                    <div>
  19842.                                        <p class="font-semibold text-white text-[12px] lg:text-[16px] mb-1 line-clamp-2">
  19843.                                            Steam Wallet (IDR)</p>
  19844.                                        <p class="font-bold text-[10px] lg:text-[14px] line-clamp-2" style="color: #DBCCE7;">MEDAN ITEMS</p>
  19845.                                        
  19846.                                    </div>
  19847.                                </div>
  19848.                            </div>
  19849.                         </a>
  19850.                                                                                                                                                <a href="https://mdnitems.com/game/GARENA"
  19851.                            class="featured-game-card relative hover:shadow-sm hover:cursor-pointer  group relative overflow-hidden rounded-2xl  hover:ring-yellow-400 duration-300  hover:shadow-2xl hover:ring-2   hover:ring-offset-white-500">
  19852.                            <div class="blur-sharp ">
  19853.                                <div class="relative h-56 sm:h-[14.4rem] md:h-[14.4rem] lg:h-[10.4rem] xl:w-auto ">
  19854.                                    <img alt="GARENA" sizes="100vw"
  19855.                                        src="/assets/thumbnail/thumbnail_66bd6b086a607.webp" decoding="async" data-nimg="fill"
  19856.                                        class="object-cover object-center !hover:rounded-3xl" loading="lazy"
  19857.                                        style="position: absolute; height: 100%; width: 100%; inset: 0px; color: transparent;">
  19858.                                </div>
  19859.                            </div>
  19860.                            <div class="cover !absolute bottom-0 m-3 h-full">
  19861.                                <div class="flex flex-col h-full justify-between no-underline">
  19862.                                    <div class="relative p-3 mx-auto my-auto h-15 w-10 lg:h-14 lg:w-14">
  19863.                                        
  19864.                                    </div>
  19865.                                    <div>
  19866.                                        <p class="font-semibold text-white text-[12px] lg:text-[16px] mb-1 line-clamp-2">
  19867.                                            GARENA</p>
  19868.                                        <p class="font-bold text-[10px] lg:text-[14px] line-clamp-2" style="color: #DBCCE7;">MEDAN ITEMS</p>
  19869.                                        
  19870.                                    </div>
  19871.                                </div>
  19872.                            </div>
  19873.                         </a>
  19874.                                                                                                <a href="https://mdnitems.com/game/PLAYSTATION"
  19875.                            class="featured-game-card relative hover:shadow-sm hover:cursor-pointer  group relative overflow-hidden rounded-2xl  hover:ring-yellow-400 duration-300  hover:shadow-2xl hover:ring-2   hover:ring-offset-white-500">
  19876.                            <div class="blur-sharp ">
  19877.                                <div class="relative h-56 sm:h-[14.4rem] md:h-[14.4rem] lg:h-[10.4rem] xl:w-auto ">
  19878.                                    <img alt="PLAYSTATION" sizes="100vw"
  19879.                                        src="/assets/thumbnail/thumbnail_66bd6b433a1ac.webp" decoding="async" data-nimg="fill"
  19880.                                        class="object-cover object-center !hover:rounded-3xl" loading="lazy"
  19881.                                        style="position: absolute; height: 100%; width: 100%; inset: 0px; color: transparent;">
  19882.                                </div>
  19883.                            </div>
  19884.                            <div class="cover !absolute bottom-0 m-3 h-full">
  19885.                                <div class="flex flex-col h-full justify-between no-underline">
  19886.                                    <div class="relative p-3 mx-auto my-auto h-15 w-10 lg:h-14 lg:w-14">
  19887.                                        
  19888.                                    </div>
  19889.                                    <div>
  19890.                                        <p class="font-semibold text-white text-[12px] lg:text-[16px] mb-1 line-clamp-2">
  19891.                                            PLAYSTATION</p>
  19892.                                        <p class="font-bold text-[10px] lg:text-[14px] line-clamp-2" style="color: #DBCCE7;">MEDAN ITEMS</p>
  19893.                                        
  19894.                                    </div>
  19895.                                </div>
  19896.                            </div>
  19897.                         </a>
  19898.                                                                                                                                                                                                                                                                                                                                                                                                                                                                    </div>
  19899.                </div>
  19900.      
  19901.                <div class="tab-pane" id="Pulsa" role="tabpanel" aria-labelledby="Pulsa-tab">
  19902.                       <div
  19903.                        class="mt-3 md:mt-10 grid grid-cols-3 gap-3 sm:grid-cols-4 sm:gap-3 md:grid-cols-5 md:gap-3 lg:grid-cols-6 lg:gap-3 xl:grid-cols-6 xl:gap-5">
  19904.                                                                                                                        <a href="https://mdnitems.com/game/TELKOMSEL"
  19905.                            class="featured-game-card relative hover:shadow-sm hover:cursor-pointer  group relative overflow-hidden rounded-2xl  hover:ring-yellow-400 duration-300  hover:shadow-2xl hover:ring-2   hover:ring-offset-white-500">
  19906.                            <div class="blur-sharp ">
  19907.                                <div class="relative h-56 sm:h-[14.4rem] md:h-[14.4rem] lg:h-[10.4rem] xl:w-auto ">
  19908.                                    <img alt="TELKOMSEL" sizes="100vw"
  19909.                                        src="/assets/thumbnail/thumbnail_66c00c4c8c919.webp" decoding="async" data-nimg="fill"
  19910.                                        class="object-cover object-center !hover:rounded-3xl" loading="lazy"
  19911.                                        style="position: absolute; height: 100%; width: 100%; inset: 0px; color: transparent;">
  19912.                                </div>
  19913.                            </div>
  19914.                            <div class="cover !absolute bottom-0 m-3 h-full">
  19915.                                <div class="flex flex-col h-full justify-between no-underline">
  19916.                                    <div class="relative p-3 mx-auto my-auto h-15 w-10 lg:h-14 lg:w-14">
  19917.                                        
  19918.                                    </div>
  19919.                                    <div>
  19920.                                        <p class="font-semibold text-white text-[12px] lg:text-[16px] mb-1 line-clamp-2">
  19921.                                            TELKOMSEL</p>
  19922.                                        <p class="font-bold text-[10px] lg:text-[14px] line-clamp-2" style="color: #DBCCE7;">MEDAN ITEMS</p>
  19923.                                        
  19924.                                    </div>
  19925.                                </div>
  19926.                            </div>
  19927.                         </a>
  19928.                                                                                                <a href="https://mdnitems.com/game/SMARTFREN"
  19929.                            class="featured-game-card relative hover:shadow-sm hover:cursor-pointer  group relative overflow-hidden rounded-2xl  hover:ring-yellow-400 duration-300  hover:shadow-2xl hover:ring-2   hover:ring-offset-white-500">
  19930.                            <div class="blur-sharp ">
  19931.                                <div class="relative h-56 sm:h-[14.4rem] md:h-[14.4rem] lg:h-[10.4rem] xl:w-auto ">
  19932.                                    <img alt="SMARTFREN" sizes="100vw"
  19933.                                        src="/assets/thumbnail/thumbnail_66c00c81866ae.webp" decoding="async" data-nimg="fill"
  19934.                                        class="object-cover object-center !hover:rounded-3xl" loading="lazy"
  19935.                                        style="position: absolute; height: 100%; width: 100%; inset: 0px; color: transparent;">
  19936.                                </div>
  19937.                            </div>
  19938.                            <div class="cover !absolute bottom-0 m-3 h-full">
  19939.                                <div class="flex flex-col h-full justify-between no-underline">
  19940.                                    <div class="relative p-3 mx-auto my-auto h-15 w-10 lg:h-14 lg:w-14">
  19941.                                        
  19942.                                    </div>
  19943.                                    <div>
  19944.                                        <p class="font-semibold text-white text-[12px] lg:text-[16px] mb-1 line-clamp-2">
  19945.                                            SMARTFREN</p>
  19946.                                        <p class="font-bold text-[10px] lg:text-[14px] line-clamp-2" style="color: #DBCCE7;">MEDAN ITEMS</p>
  19947.                                        
  19948.                                    </div>
  19949.                                </div>
  19950.                            </div>
  19951.                         </a>
  19952.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <a href="https://mdnitems.com/game/IM3"
  19953.                            class="featured-game-card relative hover:shadow-sm hover:cursor-pointer  group relative overflow-hidden rounded-2xl  hover:ring-yellow-400 duration-300  hover:shadow-2xl hover:ring-2   hover:ring-offset-white-500">
  19954.                            <div class="blur-sharp ">
  19955.                                <div class="relative h-56 sm:h-[14.4rem] md:h-[14.4rem] lg:h-[10.4rem] xl:w-auto ">
  19956.                                    <img alt="Indosat" sizes="100vw"
  19957.                                        src="/assets/thumbnail/thumbnail_66c00cb5bf450.webp" decoding="async" data-nimg="fill"
  19958.                                        class="object-cover object-center !hover:rounded-3xl" loading="lazy"
  19959.                                        style="position: absolute; height: 100%; width: 100%; inset: 0px; color: transparent;">
  19960.                                </div>
  19961.                            </div>
  19962.                            <div class="cover !absolute bottom-0 m-3 h-full">
  19963.                                <div class="flex flex-col h-full justify-between no-underline">
  19964.                                    <div class="relative p-3 mx-auto my-auto h-15 w-10 lg:h-14 lg:w-14">
  19965.                                        
  19966.                                    </div>
  19967.                                    <div>
  19968.                                        <p class="font-semibold text-white text-[12px] lg:text-[16px] mb-1 line-clamp-2">
  19969.                                            Indosat</p>
  19970.                                        <p class="font-bold text-[10px] lg:text-[14px] line-clamp-2" style="color: #DBCCE7;">MEDAN ITEMS</p>
  19971.                                        
  19972.                                    </div>
  19973.                                </div>
  19974.                            </div>
  19975.                         </a>
  19976.                                                                                                <a href="https://mdnitems.com/game/AXIS"
  19977.                            class="featured-game-card relative hover:shadow-sm hover:cursor-pointer  group relative overflow-hidden rounded-2xl  hover:ring-yellow-400 duration-300  hover:shadow-2xl hover:ring-2   hover:ring-offset-white-500">
  19978.                            <div class="blur-sharp ">
  19979.                                <div class="relative h-56 sm:h-[14.4rem] md:h-[14.4rem] lg:h-[10.4rem] xl:w-auto ">
  19980.                                    <img alt="AXIS" sizes="100vw"
  19981.                                        src="/assets/thumbnail/thumbnail_66978ff72c6b7.png" decoding="async" data-nimg="fill"
  19982.                                        class="object-cover object-center !hover:rounded-3xl" loading="lazy"
  19983.                                        style="position: absolute; height: 100%; width: 100%; inset: 0px; color: transparent;">
  19984.                                </div>
  19985.                            </div>
  19986.                            <div class="cover !absolute bottom-0 m-3 h-full">
  19987.                                <div class="flex flex-col h-full justify-between no-underline">
  19988.                                    <div class="relative p-3 mx-auto my-auto h-15 w-10 lg:h-14 lg:w-14">
  19989.                                        
  19990.                                    </div>
  19991.                                    <div>
  19992.                                        <p class="font-semibold text-white text-[12px] lg:text-[16px] mb-1 line-clamp-2">
  19993.                                            AXIS</p>
  19994.                                        <p class="font-bold text-[10px] lg:text-[14px] line-clamp-2" style="color: #DBCCE7;">MEDAN ITEMS</p>
  19995.                                        
  19996.                                    </div>
  19997.                                </div>
  19998.                            </div>
  19999.                         </a>
  20000.                                                                    </div>
  20001.                </div>
  20002.                  
  20003.                
  20004.                <div class="tab-pane" id="Aplikasi" role="tabpanel" aria-labelledby="Aplikasi-tab">
  20005.                        <div
  20006.                        class="mt-3 md:mt-10 grid grid-cols-3 gap-3 sm:grid-cols-4 sm:gap-3 md:grid-cols-5 md:gap-3 lg:grid-cols-6 lg:gap-3 xl:grid-cols-6 xl:gap-5">
  20007.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </div>
  20008.                </div>
  20009.                
  20010.                <div class="tab-pane" id="Money" role="tabpanel" aria-labelledby="Money-tab">
  20011.                        <div
  20012.                        class="mt-3 md:mt-10 grid grid-cols-3 gap-3 sm:grid-cols-4 sm:gap-3 md:grid-cols-5 md:gap-3 lg:grid-cols-6 lg:gap-3 xl:grid-cols-6 xl:gap-5">
  20013.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </div>
  20014.                </div>
  20015.                
  20016.                <div class="tab-pane" id="Hiburan" role="tabpanel" aria-labelledby="Hiburan-tab">
  20017.                        <div
  20018.                        class="mt-3 md:mt-10 grid grid-cols-3 gap-3 sm:grid-cols-4 sm:gap-3 md:grid-cols-5 md:gap-3 lg:grid-cols-6 lg:gap-3 xl:grid-cols-6 xl:gap-5">
  20019.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <a href="https://mdnitems.com/game/Youtube"
  20020.                            class="featured-game-card relative hover:shadow-sm hover:cursor-pointer  group relative overflow-hidden rounded-2xl  hover:ring-yellow-400 duration-300  hover:shadow-2xl hover:ring-2   hover:ring-offset-white-500">
  20021.                            <div class="blur-sharp ">
  20022.                                <div class="relative h-56 sm:h-[14.4rem] md:h-[14.4rem] lg:h-[10.4rem] xl:w-auto ">
  20023.                                    <img alt="Youtube" sizes="100vw"
  20024.                                        src="/assets/thumbnail/thumbnail_66c00d3e6ecbb.webp" decoding="async" data-nimg="fill"
  20025.                                        class="object-cover object-center !hover:rounded-3xl" loading="lazy"
  20026.                                        style="position: absolute; height: 100%; width: 100%; inset: 0px; color: transparent;">
  20027.                                </div>
  20028.                            </div>
  20029.                            <div class="cover !absolute bottom-0 m-3 h-full">
  20030.                                <div class="flex flex-col h-full justify-between no-underline">
  20031.                                    <div class="relative p-3 mx-auto my-auto h-15 w-10 lg:h-14 lg:w-14">
  20032.                                        
  20033.                                    </div>
  20034.                                    <div>
  20035.                                        <p class="font-semibold text-white text-[12px] lg:text-[16px] mb-1 line-clamp-2">
  20036.                                            Youtube</p>
  20037.                                        <p class="font-bold text-[10px] lg:text-[14px] line-clamp-2" style="color: #DBCCE7;">MEDAN ITEMS</p>
  20038.                                        
  20039.                                    </div>
  20040.                                </div>
  20041.                            </div>
  20042.                         </a>
  20043.                                                                                                                                                                                                                                                                                                                                                                                                                    </div>
  20044.                </div>
  20045.                
  20046.                <div class="tab-pane" id="Gift" role="tabpanel" aria-labelledby="Gift-tab">
  20047.                        <div
  20048.                        class="mt-3 md:mt-10 grid grid-cols-3 gap-3 sm:grid-cols-4 sm:gap-3 md:grid-cols-5 md:gap-3 lg:grid-cols-6 lg:gap-3 xl:grid-cols-6 xl:gap-5">
  20049.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </div>
  20050.                </div>
  20051.                
  20052.                <div class="tab-pane" id="RT" role="tabpanel" aria-labelledby="RT-tab">
  20053.                        <div
  20054.                        class="mt-3 md:mt-10 grid grid-cols-3 gap-3 sm:grid-cols-4 sm:gap-3 md:grid-cols-5 md:gap-3 lg:grid-cols-6 lg:gap-3 xl:grid-cols-6 xl:gap-5">
  20055.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </div>
  20056.                </div>
  20057.                
  20058.                <div class="tab-pane" id="Joki" role="tabpanel" aria-labelledby="Joki-tab">
  20059.                        <div
  20060.                        class="mt-3 md:mt-10 grid grid-cols-3 gap-3 sm:grid-cols-4 sm:gap-3 md:grid-cols-5 md:gap-3 lg:grid-cols-6 lg:gap-3 xl:grid-cols-6 xl:gap-5">
  20061.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </div>
  20062.                </div>
  20063.                
  20064.                <div class="tab-pane" id="PLN" role="tabpanel" aria-labelledby="PLN-tab">
  20065.                        <div
  20066.                        class="mt-3 md:mt-10 grid grid-cols-3 gap-3 sm:grid-cols-4 sm:gap-3 md:grid-cols-5 md:gap-3 lg:grid-cols-6 lg:gap-3 xl:grid-cols-6 xl:gap-5">
  20067.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <a href="https://mdnitems.com/game/PLN"
  20068.                            class="featured-game-card relative hover:shadow-sm hover:cursor-pointer  group relative overflow-hidden rounded-2xl  hover:ring-yellow-400 duration-300  hover:shadow-2xl hover:ring-2   hover:ring-offset-white-500">
  20069.                            <div class="blur-sharp ">
  20070.                                <div class="relative h-56 sm:h-[14.4rem] md:h-[14.4rem] lg:h-[10.4rem] xl:w-auto ">
  20071.                                    <img alt="PLN" sizes="100vw"
  20072.                                        src="/assets/thumbnail/thumbnail_66c00d7223fd3.webp" decoding="async" data-nimg="fill"
  20073.                                        class="object-cover object-center !hover:rounded-3xl" loading="lazy"
  20074.                                        style="position: absolute; height: 100%; width: 100%; inset: 0px; color: transparent;">
  20075.                                </div>
  20076.                            </div>
  20077.                            <div class="cover !absolute bottom-0 m-3 h-full">
  20078.                                <div class="flex flex-col h-full justify-between no-underline">
  20079.                                    <div class="relative p-3 mx-auto my-auto h-15 w-10 lg:h-14 lg:w-14">
  20080.                                        
  20081.                                    </div>
  20082.                                    <div>
  20083.                                        <p class="font-semibold text-white text-[12px] lg:text-[16px] mb-1 line-clamp-2">
  20084.                                            PLN</p>
  20085.                                        <p class="font-bold text-[10px] lg:text-[14px] line-clamp-2" style="color: #DBCCE7;">MEDAN ITEMS</p>
  20086.                                        
  20087.                                    </div>
  20088.                                </div>
  20089.                            </div>
  20090.                         </a>
  20091.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    </div>
  20092.                </div>
  20093.                
  20094.                <div class="tab-pane" id="Pasca" role="tabpanel" aria-labelledby="Pasca-tab">
  20095.                        <div
  20096.                        class="mt-3 md:mt-10 grid grid-cols-3 gap-3 sm:grid-cols-4 sm:gap-3 md:grid-cols-5 md:gap-3 lg:grid-cols-6 lg:gap-3 xl:grid-cols-6 xl:gap-5">
  20097.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </div>
  20098.                </div>
  20099.                
  20100.                <div class="tab-pane" id="App" role="tabpanel" aria-labelledby="app-tab">
  20101.                        <div
  20102.                        class="mt-3 md:mt-10 grid grid-cols-3 gap-3 sm:grid-cols-4 sm:gap-3 md:grid-cols-5 md:gap-3 lg:grid-cols-6 lg:gap-3 xl:grid-cols-6 xl:gap-5">
  20103.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </div>
  20104.                </div>
  20105.            </div>
  20106.        </div>
  20107.    </div>
  20108. </div>
  20109. </div>
  20110. </div>
  20111. </div>
  20112. </div>
  20113. </div>
  20114. </div>
  20115. <br>
  20116.        <br>
  20117.        <div class="row">
  20118.    <div class="col-lg-9 mx-auto">
  20119.        <div class="divider mx-lg-2 pb-lg-3">
  20120.            <div class="divider-text">
  20121.                <h5 class="mt-2 text-white">Artikel</h5>
  20122.            </div>
  20123.        <div class="nav-item mt-4 col-lg-12 dropdown d-lg-inline-block mx-auto">
  20124.            <div class="row h-100">
  20125.                <div class="col-sm mt-3">
  20126.                    <div class="owl-carousel owl-theme mb-2" id="artikel">
  20127.                                                <div class="item">
  20128.                            <a class="card-flash" href="https://mdnitems.com/artikel/detail/10" style="background-image: url('/assets/artikel/1715609702_RRQ-baru-2-1024x576.jpg'); background-size: cover; background-position: center; height: 150px;">
  20129.                                <p class="mt-3 text-center">Syarat RRQ Hoshi lolos playoff MPL ID S13</p>
  20130.                            </a>
  20131.                        </div>
  20132.                                                <div class="item">
  20133.                            <a class="card-flash" href="https://mdnitems.com/artikel/detail/12" style="background-image: url('/assets/artikel/1715661104_Mobile-Legends_BTK-Juara-NACT-Spring-2024.jpg'); background-size: cover; background-position: center; height: 150px;">
  20134.                                <p class="mt-3 text-center">BTK juara NACT Spring 2024 pakai Balmond, lolos MSC 2024</p>
  20135.                            </a>
  20136.                        </div>
  20137.                                                <div class="item">
  20138.                            <a class="card-flash" href="https://mdnitems.com/artikel/detail/13" style="background-image: url('/assets/artikel/1715661368_431861085_3262138177421235_3150300446598235943_n-1024x576-transformed.jpeg'); background-size: cover; background-position: center; height: 150px;">
  20139.                                <p class="mt-3 text-center">Kenapa EVOS Glory kalah lawan AURA?</p>
  20140.                            </a>
  20141.                        </div>
  20142.                                                <div class="item">
  20143.                            <a class="card-flash" href="https://mdnitems.com/artikel/detail/14" style="background-image: url('/assets/artikel/1715661466_438083836_1455542078668208_8303696082279729095_n-1024x576.jpg'); background-size: cover; background-position: center; height: 150px;">
  20144.                                <p class="mt-3 text-center">IAIN Kediri juara Liga Esports Nasional Mahasiswa 2024 MLBB Women</p>
  20145.                            </a>
  20146.                        </div>
  20147.                                                <div class="item">
  20148.                            <a class="card-flash" href="https://mdnitems.com/artikel/detail/15" style="background-image: url('/assets/artikel/1715698152_Mobile-Legends_AP-Bren_MPL-PH-S12_3-1.jpg'); background-size: cover; background-position: center; height: 150px;">
  20149.                                <p class="mt-3 text-center">Playoff MPL PH S13 hadirkan siaran Bahasa Indonesia</p>
  20150.                            </a>
  20151.                        </div>
  20152.                                                <div class="item">
  20153.                            <a class="card-flash" href="https://mdnitems.com/artikel/detail/16" style="background-image: url('/assets/artikel/1719345622_DeanKT HOK.png'); background-size: cover; background-position: center; height: 150px;">
  20154.                                <p class="mt-3 text-center">DeanKT: Honor of Kings Indonesia menjanjikan, tapi harus hati-hati</p>
  20155.                            </a>
  20156.                        </div>
  20157.                                                <div class="item">
  20158.                            <a class="card-flash" href="https://mdnitems.com/artikel/detail/17" style="background-image: url('/assets/artikel/1719610379_29 juni.jpg'); background-size: cover; background-position: center; height: 150px;">
  20159.                                <p class="mt-3 text-center">Penyebab MOMOCHAN Pindah dari Game yang membantunya berkembang</p>
  20160.                            </a>
  20161.                        </div>
  20162.                                                <div class="item">
  20163.                            <a class="card-flash" href="https://mdnitems.com/artikel/detail/18" style="background-image: url('/assets/artikel/1719697638_30juni.jpeg'); background-size: cover; background-position: center; height: 150px;">
  20164.                                <p class="mt-3 text-center">Baloiskie tetaplah Geek Fam! Singkirkan rumor pergantian tim</p>
  20165.                            </a>
  20166.                        </div>
  20167.                                                <div class="item">
  20168.                            <a class="card-flash" href="https://mdnitems.com/artikel/detail/19" style="background-image: url('/assets/artikel/1719783536_1 JULI.jpg'); background-size: cover; background-position: center; height: 150px;">
  20169.                                <p class="mt-3 text-center">HOMEBOIS LULUS MASUK KE GRUP STAGE MSC2024 DARI WILD CARD</p>
  20170.                            </a>
  20171.                        </div>
  20172.                                                <div class="item">
  20173.                            <a class="card-flash" href="https://mdnitems.com/artikel/detail/20" style="background-image: url('/assets/artikel/1719911359_zhuxin.jpeg'); background-size: cover; background-position: center; height: 150px;">
  20174.                                <p class="mt-3 text-center">Hero baru MLBB 2024 ZHUXIN dan 3 Hero terbaik Counter ZHUXIN</p>
  20175.                            </a>
  20176.                        </div>
  20177.                                                <div class="item">
  20178.                            <a class="card-flash" href="https://mdnitems.com/artikel/detail/21" style="background-image: url('/assets/artikel/1720003636_gusion.jpeg'); background-size: cover; background-position: center; height: 150px;">
  20179.                                <p class="mt-3 text-center">SKIN STARLIGHT 2024 DI BULAN JULI</p>
  20180.                            </a>
  20181.                        </div>
  20182.                                                <div class="item">
  20183.                            <a class="card-flash" href="https://mdnitems.com/artikel/detail/22" style="background-image: url('/assets/artikel/1721444779_index 3.jpeg'); background-size: cover; background-position: center; height: 150px;">
  20184.                                <p class="mt-3 text-center">Dewa United Esports perkuat skuadnya jelang MPL ID S14</p>
  20185.                            </a>
  20186.                        </div>
  20187.                                                <div class="item">
  20188.                            <a class="card-flash" href="https://mdnitems.com/artikel/detail/23" style="background-image: url('/assets/artikel/1721878472_24 JULY.jpg'); background-size: cover; background-position: center; height: 150px;">
  20189.                                <p class="mt-3 text-center">Jungler utama RRQ Hoshi Hazle PeDe bersaing dengan Sutsujin</p>
  20190.                            </a>
  20191.                        </div>
  20192.                                                <div class="item">
  20193.                            <a class="card-flash" href="https://mdnitems.com/artikel/detail/24" style="background-image: url('/assets/artikel/1721979554_26 JULY.jpg'); background-size: cover; background-position: center; height: 150px;">
  20194.                                <p class="mt-3 text-center">RRQ Lemon rehat MPL ID Season 14, apakah diutus ke misi lain?</p>
  20195.                            </a>
  20196.                        </div>
  20197.                                                <div class="item">
  20198.                            <a class="card-flash" href="https://mdnitems.com/artikel/detail/25" style="background-image: url('/assets/artikel/1723043438_404734949_1161770001896754_1853322373578795295_n.jpg'); background-size: cover; background-position: center; height: 150px;">
  20199.                                <p class="mt-3 text-center">MPL ID Season14 MINGGU PERTAMA SEGERA TIBA</p>
  20200.                            </a>
  20201.                        </div>
  20202.                                                <div class="item">
  20203.                            <a class="card-flash" href="https://mdnitems.com/artikel/detail/26" style="background-image: url('/assets/artikel/1723468961_Mobile-Legends_RRQ-Hoshi_MPL-ID-S14_2.jpg'); background-size: cover; background-position: center; height: 150px;">
  20204.                                <p class="mt-3 text-center">RRQ Hoshi kalah, ONIC, Bigetron dan DEWA menang di Minggu 1</p>
  20205.                            </a>
  20206.                        </div>
  20207.                                                <div class="item">
  20208.                            <a class="card-flash" href="https://mdnitems.com/artikel/detail/27" style="background-image: url('/assets/artikel/1723470669_Mpl1721463302270-1536x864.jpg'); background-size: cover; background-position: center; height: 150px;">
  20209.                                <p class="mt-3 text-center">Minggu pertama MPL ID S14: Skenario Terindah Bagi Mantan Pemain</p>
  20210.                            </a>
  20211.                        </div>
  20212.                                                <div class="item">
  20213.                            <a class="card-flash" href="https://mdnitems.com/artikel/detail/28" style="background-image: url('/assets/artikel/1723521537_skin-HOK-gratis-seri-Ascension-1-1-1536x864.jpg'); background-size: cover; background-position: center; height: 150px;">
  20214.                                <p class="mt-3 text-center">Cara Mendapatkan Skin Honor Of Kings Gratis di Bulan Agustus, Ada Item Khas Indonesia!</p>
  20215.                            </a>
  20216.                        </div>
  20217.                                                <div class="item">
  20218.                            <a class="card-flash" href="https://mdnitems.com/artikel/detail/29" style="background-image: url('/assets/artikel/1723605521_453552125_1346541946750307_6422588584685266774_n-1024x576.jpg'); background-size: cover; background-position: center; height: 150px;">
  20219.                                <p class="mt-3 text-center">Informasi Bonus Reload Free Fire Agustus 2024: Klaim Kupon Inkubator dan Diamond Gratis!</p>
  20220.                            </a>
  20221.                        </div>
  20222.                                                <div class="item">
  20223.                            <a class="card-flash" href="https://mdnitems.com/artikel/detail/30" style="background-image: url('/assets/artikel/1723696720_MPLIDKU453522642_859509375681772_5511385969263085130_n-3-1024x576.jpg'); background-size: cover; background-position: center; height: 150px;">
  20224.                                <p class="mt-3 text-center">Jadwal MPL ID S14 Minggu ke-2 sampai Minggu ke-9</p>
  20225.                            </a>
  20226.                        </div>
  20227.                                                <div class="item">
  20228.                            <a class="card-flash" href="https://mdnitems.com/artikel/detail/31" style="background-image: url('/assets/artikel/1723958182_esportonic.jpeg'); background-size: cover; background-position: center; height: 150px;">
  20229.                                <p class="mt-3 text-center">Kemana ONIC Buts? Apakah Pindah ke HOK Honor of Kings?</p>
  20230.                            </a>
  20231.                        </div>
  20232.                                                <div class="item">
  20233.                            <a class="card-flash" href="https://mdnitems.com/artikel/detail/32" style="background-image: url('/assets/artikel/1723989153_Sutsujin-6-1024x575.jpg'); background-size: cover; background-position: center; height: 150px;">
  20234.                                <p class="mt-3 text-center">RRQ MENGALAHKAN JUARA BERTAHAN Fnatic ONIC</p>
  20235.                            </a>
  20236.                        </div>
  20237.                                                <div class="item">
  20238.                            <a class="card-flash" href="https://mdnitems.com/artikel/detail/33" style="background-image: url('/assets/artikel/1724067967_bigetronMobile-Legends_Team-Liquid-ID_MPL-ID-S14_2.jpg'); background-size: cover; background-position: center; height: 150px;">
  20239.                                <p class="mt-3 text-center">Bigetron Alpha berhasil mengalahkan DEWA United dengan mudah</p>
  20240.                            </a>
  20241.                        </div>
  20242.                                                <div class="item">
  20243.                            <a class="card-flash" href="https://mdnitems.com/artikel/detail/34" style="background-image: url('/assets/artikel/1724663172_rrq hoshi;454239099_1013304733622811_793260690073163057_n.jpg'); background-size: cover; background-position: center; height: 150px;">
  20244.                                <p class="mt-3 text-center">Pesan Khezcute untuk RRQ Hoshi setelah meraih hasil spesial</p>
  20245.                            </a>
  20246.                        </div>
  20247.                                                <div class="item">
  20248.                            <a class="card-flash" href="https://mdnitems.com/artikel/detail/35" style="background-image: url('/assets/artikel/1724761300_404327491_407346915123389_2041598482800848142_n-1536x864.jpg'); background-size: cover; background-position: center; height: 150px;">
  20249.                                <p class="mt-3 text-center">Penjelasan Tiap Role Free Fire, Jangan Sampai main sembarangan!</p>
  20250.                            </a>
  20251.                        </div>
  20252.                                                <div class="item">
  20253.                            <a class="card-flash" href="https://mdnitems.com/artikel/detail/36" style="background-image: url('/assets/artikel/1724844014_EVOS-Glory-MPL-ID-S14.jpg'); background-size: cover; background-position: center; height: 150px;">
  20254.                                <p class="mt-3 text-center">FLUFFY: EVOS Glory tidak akan menyerah sampai titik darah penghabisan</p>
  20255.                            </a>
  20256.                        </div>
  20257.                                                <div class="item">
  20258.                            <a class="card-flash" href="https://mdnitems.com/artikel/detail/37" style="background-image: url('/assets/artikel/1724994231_Cuplikan layar 2024-08-30 115931.png'); background-size: cover; background-position: center; height: 150px;">
  20259.                                <p class="mt-3 text-center">ROAMER BARU REBELLION TELAH HADIR, APAKAH AUDYCS AKAN MENJADI CADANGAN??</p>
  20260.                            </a>
  20261.                        </div>
  20262.                                                <div class="item">
  20263.                            <a class="card-flash" href="https://mdnitems.com/artikel/detail/38" style="background-image: url('/assets/artikel/1725887266_Mobile-Legends_Rebellion-Esports_MPL-ID-S14_2.jpg3_.jpg'); background-size: cover; background-position: center; height: 150px;">
  20264.                                <p class="mt-3 text-center">Fnatic ONIC kalah, RBL tak mau membiarkan EVOS masuk zona merah</p>
  20265.                            </a>
  20266.                        </div>
  20267.                                                <div class="item">
  20268.                            <a class="card-flash" href="https://mdnitems.com/artikel/detail/39" style="background-image: url('/assets/artikel/1726028776_457411376_1287493518906422_7832479941537446983_n-1536x864.jpg'); background-size: cover; background-position: center; height: 150px;">
  20269.                                <p class="mt-3 text-center">Cara dapat SCAR Megalodon Free Fire, senjata langka terbaik.</p>
  20270.                            </a>
  20271.                        </div>
  20272.                                                <div class="item">
  20273.                            <a class="card-flash" href="https://mdnitems.com/artikel/detail/40" style="background-image: url('/assets/artikel/1726033640_Cuplikan layar 2024-09-11 124559.png'); background-size: cover; background-position: center; height: 150px;">
  20274.                                <p class="mt-3 text-center">Skin kolaborasi antara Star Wars dan Mobile Legends Bang Bang akhirnya akan diluncurkan: Inilah tanggal peluncuran yang dinanti-nanti beserta cuplikan skin yang epik!</p>
  20275.                            </a>
  20276.                        </div>
  20277.                                                <div class="item">
  20278.                            <a class="card-flash" href="https://mdnitems.com/artikel/detail/41" style="background-image: url('/assets/artikel/1728878239_RRQ hoshi.jpg'); background-size: cover; background-position: center; height: 150px;">
  20279.                                <p class="mt-3 text-center">Halo Halo Bandung.Playoff MPL ID Season 14 segera Dimulai!</p>
  20280.                            </a>
  20281.                        </div>
  20282.                                            </div>
  20283.                </div>
  20284.            </div>
  20285.        </div>
  20286.    </div>
  20287. </div>
  20288. </div>
  20289.  
  20290.        </div>
  20291.    </div>
  20292.  
  20293.        
  20294.    <div id="toaster" class="toaster row" style="display:none;">
  20295. <div class="col-3 img p-lr-6"><img id="toast-foto" src="" /></div>
  20296. <div class="col-9 p-lr-6">
  20297. <b id="toast-user">USER</b><br>
  20298. berhasil membeli <b id="toast-produk"> Nama Produknya</b><br/>
  20299. <small id="toast-time">Waktu beli</small>
  20300. <small class="btn-block"><i class="fa fa-check-circle text-success"></i> &nbsp;verified by <b>MDA Store</b></small>
  20301. </div>
  20302. </div>
  20303. <style>
  20304.    /* NOTIF BOOSTER */
  20305. .toaster{
  20306. position: fixed;
  20307. bottom: 3vw;
  20308.    left: 3vw;
  20309. padding: 8px;
  20310. border-radius: 80px;
  20311. z-index: 200;
  20312. margin: 0;
  20313.    width: 400px;
  20314.    max-width: 100%;
  20315.    font-size: 90%;
  20316.    align-items: center;
  20317.    color: #fff;
  20318.    background-color: #B298C8;
  20319.    box-shadow: 0px 0px 6px 2px #DBCCE7;
  20320. }
  20321. .toaster .img img{
  20322. max-width: 100%;
  20323. border-radius: 60px;
  20324. height: 60px;
  20325. width: 60px;
  20326. }
  20327. </style>
  20328.        
  20329.    <div class="modal fade" id="modalInformations" aria-hidden="true" aria-labelledby="modalInformationsLabel" tabindex="-1">
  20330.        <div class="modal-dialog modal-dialog-centered modal-lg modal-dialog-scrollable">
  20331.            <div class="modal-content bg-white" style="box-shadow:0 0 3rem #000000 !important">
  20332.                <div class="modal-body">
  20333.                    <div class="row" style="color: #000;" id="textInfo"></div>
  20334.                    <div class="row">
  20335.                        <div class="col float-start">
  20336.                            <div class="form-check" style="font-size:12px">
  20337.                                <input class="form-check-input" type="checkbox" value="" id="dontshowinfo">
  20338.                                <label class="form-check-label" for="dontshowinfo">
  20339.                                    Jangan Tampilkan Lagi
  20340.                                </label>
  20341.                            </div>
  20342.                        </div>
  20343.                        <div class="col text-end">
  20344.                            <button type="submit" name="read_popup_news_b2c" style="font-size:12px" class="btn btn-primary btn-sm">
  20345.                                Tutup
  20346.                            </button>
  20347.                        </div>                    </div>
  20348.                </div>
  20349.            </div>
  20350.        </div>
  20351.    </div>
  20352.    <svg width="100%" height="100%" id="svg" viewBox="0 0 1440 390" xmlns="http://www.w3.org/2000/svg" class="-mt-8 transition delay-150 duration-300 ease-in-out print:hidden md:-mt-24">
  20353.    <path d="M 0,400 C 0,400 0,200 0,200 C 40.34909359970402,243.0042668639783 80.69818719940804,286.0085337279566 135,268 C 189.30181280059196,249.9914662720434 257.5563448020718,170.97013195215192 311,159 C 364.4436551979282,147.02986804784808 403.07643359230485,202.11093846343573 452,207 C 500.92356640769515,211.88906153656427 560.137920828709,166.58611419410528 626,169 C 691.862079171291,171.41388580589472 764.3718830928599,221.54460476014305 826,248 C 887.6281169071401,274.45539523985695 938.3745467998519,277.2354667653225 985,246 C 1031.625453200148,214.7645332346775 1074.1299297077323,149.51352817856701 1122,137 C 1169.8700702922677,124.48647182143299 1223.1057343692194,164.71042052040943 1277,184 C 1330.8942656307806,203.28957947959057 1385.4471328153904,201.64478973979527 1440,200 C 1440,200 1440,400 1440,400 Z" stroke="none" stroke-width="0"
  20354.    fill="#B298C8" fill-opacity="1" class="path-0 transition-all delay-150 duration-300 ease-in-out"></path>
  20355. </svg>
  20356.    <footer class="bg-gray-700" aria-labelledby="footer-heading" class="overflow-hidden mt-4">
  20357.    
  20358.    <h2 id="footer-heading" class="sr-only">Footer</h2>
  20359.    <div class="mx-auto max-w-7xl py-8 px-4 sm:px-6 lg:pt-14 lg:px-14">
  20360.        <div class="flex h-full w-full flex-col justify-between lg:flex-row md:justify-center md:space-x-10">
  20361.            <div class="w-full space-y-4 xl:col-span-1"><img alt="logo"
  20362.                    srcset="/assets/logo/mdn-removebg-preview.png"
  20363.                    src="/assets/logo/mdn-removebg-preview.png"
  20364.                    width="64" height="64" decoding="async" data-nimg="1" class="h-16 w-auto md:h-[110px] md:w-[270px]"
  20365.                    loading="lazy" style="color: transparent;">
  20366.                <p class="text-base" style="color: rgb(255, 255, 255);">MDN ITEMS</p>
  20367.                <p class="text-base" style="color: rgb(255, 255, 255);">MDN Items - Toko Top Up Termurah di Indonesia dengan layanan Otomatis Cepat Voucher Produk Game Mobile Legends, Token Listrik, Internet, Free Fire, Garena dan lainnya.</p>
  20368.            </div>
  20369.            <div class="mt-12 grid w-full grid-cols-2 gap-6 lg:gap-10 gap-y-10 md:flex lg:justify-between xl:mt-0"
  20370.                style="color: rgb(255, 255, 255);">
  20371.                <div class="w-full">
  20372.                    <h3 class="text-sm font-bold uppercase" style="color: white;">PETA SITUS</h3>
  20373.                    
  20374.                    <ul class="mt-4 space-y-4">
  20375.                       <li><a class="text-sm text-white" href="https://mdnitems.com">Beranda</a></li>
  20376.                        <li><a class="text-sm text-white" href="https://mdnitems.com/daftar-harga">Daftar Harga</a></li>
  20377.                        <li><a class="text-sm text-white" href="https://mdnitems.com/login">Masuk</a></li>
  20378.                        <li><a class="text-sm text-white" href="https://mdnitems.com/register">Daftar</a></li>
  20379.                    </ul>
  20380.                </div>
  20381.                <div class="w-full">
  20382.                    <h3 class="text-sm font-bold uppercase" style="color: white;">TOP UP LAINNYA</h3>
  20383.                    
  20384.                    <ul class="mt-4 space-y-4">
  20385.                        <li><a class="text-sm text-white" href="https://mdnitems.com/game/mobile-legends">Mobile Legends</a></li>
  20386.                        <li><a class="text-sm text-white" href="https://mdnitems.com/game/free-fire">Free Fire</a></li>
  20387.                        <li><a class="text-sm text-white" href="https://mdnitems.com/game/call-of-duty">Call of Duty Mobile</a></li>
  20388.                        <li><a class="text-sm text-white" href="https://mdnitems.com/game/genshin-impact">Genshin Impact</a></li>
  20389.                    </ul>
  20390.                </div>
  20391.                <div class="w-full">
  20392.                    <h3 class="text-sm text-white  ">Kontak Kami</h3>
  20393.                    
  20394.                    <div class="items-center space-x-0 my-4">
  20395.                        <div class="icon-button hover:shadow-lg css-4a5a1" style="width: 44px; height: 44px;"><a
  20396.                                target="_blank" href="https://www.instagram.com/mdn.items" class="social-icon"
  20397.                                aria-label="instagram"
  20398.                                style="display: inline-block; width: 40px; height: 40px; position: relative; overflow: hidden; vertical-align: middle;">
  20399.                                <div class="social-container"
  20400.                                    style="position: absolute; top: 0px; left: 0px; width: 100%; height: 100%;">
  20401.                                    <svg
  20402.                                        class="social-svg" viewBox="0 0 64 64"
  20403.                                        style="border-radius: 50%; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; fill-rule: evenodd;">
  20404.                                        <g class="social-svg-background"
  20405.                                            style="transition: fill 170ms ease-in-out 0s; fill: transparent;">
  20406.                                            <circle cx="32" cy="32" r="31"></circle>
  20407.                                        </g>
  20408.                                        <g class="social-svg-icon"
  20409.                                            style="transition: fill 170ms ease-in-out 0s; fill: rgb(230, 230, 230);">
  20410.                                            <path
  20411.                                                d="M 39.88,25.89 C 40.86,25.89 41.65,25.10 41.65,24.12 41.65,23.14 40.86,22.35 39.88,22.35 38.90,22.35 38.11,23.14 38.11,24.12 38.11,25.10 38.90,25.89 39.88,25.89 Z M 32.00,24.42 C 27.82,24.42 24.42,27.81 24.42,32.00 24.42,36.19 27.82,39.58 32.00,39.58 36.18,39.58 39.58,36.18 39.58,32.00 39.58,27.82 36.18,24.42 32.00,24.42 Z M 32.00,36.92 C 29.28,36.92 27.08,34.72 27.08,32.00 27.08,29.28 29.28,27.08 32.00,27.08 34.72,27.08 36.92,29.28 36.92,32.00 36.92,34.72 34.72,36.92 32.00,36.92 Z M 32.00,19.90 C 35.94,19.90 36.41,19.92 37.96,19.99 39.41,20.05 40.19,20.29 40.71,20.50 41.40,20.77 41.89,21.08 42.41,21.60 42.92,22.12 43.24,22.61 43.51,23.30 43.71,23.82 43.95,24.60 44.02,26.04 44.09,27.60 44.11,28.06 44.11,32.01 44.11,35.95 44.09,36.41 44.02,37.97 43.95,39.41 43.71,40.19 43.51,40.71 43.24,41.40 42.92,41.90 42.41,42.41 41.89,42.93 41.40,43.25 40.71,43.51 40.19,43.71 39.41,43.96 37.96,44.02 36.41,44.09 35.94,44.11 32.00,44.11 28.06,44.11 27.59,44.09 26.04,44.02 24.59,43.96 23.81,43.72 23.29,43.51 22.60,43.24 22.11,42.93 21.59,42.41 21.08,41.90 20.76,41.40 20.49,40.71 20.29,40.19 20.05,39.41 19.98,37.97 19.91,36.41 19.89,35.95 19.89,32.01 19.89,28.06 19.91,27.60 19.98,26.04 20.05,24.60 20.29,23.82 20.49,23.30 20.76,22.61 21.08,22.12 21.59,21.60 22.11,21.08 22.60,20.76 23.29,20.50 23.81,20.30 24.59,20.05 26.04,19.99 27.59,19.91 28.06,19.90 32.00,19.90 Z M 32.00,17.24 C 27.99,17.24 27.49,17.26 25.91,17.33 24.34,17.40 23.27,17.65 22.33,18.01 21.36,18.39 20.54,18.90 19.72,19.72 18.90,20.54 18.39,21.37 18.01,22.33 17.65,23.27 17.40,24.34 17.33,25.92 17.26,27.49 17.24,27.99 17.24,32.00 17.24,36.01 17.26,36.51 17.33,38.09 17.40,39.66 17.65,40.73 18.01,41.67 18.39,42.65 18.90,43.47 19.72,44.29 20.54,45.11 21.37,45.61 22.33,45.99 23.27,46.36 24.34,46.61 25.92,46.68 27.49,46.75 27.99,46.77 32.01,46.77 36.02,46.77 36.52,46.75 38.09,46.68 39.66,46.61 40.74,46.36 41.68,45.99 42.65,45.62 43.47,45.11 44.29,44.29 45.11,43.47 45.62,42.64 46.00,41.67 46.36,40.74 46.61,39.66 46.68,38.09 46.75,36.51 46.77,36.01 46.77,32.00 46.77,27.99 46.75,27.49 46.68,25.91 46.61,24.34 46.36,23.27 46.00,22.33 45.62,21.35 45.11,20.53 44.29,19.71 43.47,18.89 42.65,18.39 41.68,18.01 40.74,17.64 39.67,17.39 38.09,17.32 36.51,17.26 36.01,17.24 32.00,17.24 Z">
  20412.                                            </path>
  20413.                                        </g>
  20414.                                        <g class="social-svg-mask"
  20415.                                            style="transition: fill 170ms ease-in-out 0s; fill: rgb(39, 39, 48);">
  20416.                                            <path
  20417.                                                d="M0,0v64h64V0H0z M 42.03,23.99 C 42.03,24.99 41.22,25.79 40.23,25.79 39.23,25.79 38.43,24.99 38.43,23.99 38.43,22.99 39.23,22.19 40.23,22.19 41.22,22.19 42.03,22.99 42.03,23.99 Z M 24.52,31.99 C 24.52,27.74 27.97,24.29 32.22,24.29 36.47,24.29 39.92,27.75 39.92,31.99 39.92,36.24 36.47,39.70 32.22,39.70 27.97,39.70 24.52,36.25 24.52,31.99 Z M 27.22,31.99 C 27.22,34.76 29.46,36.99 32.22,36.99 34.98,36.99 37.22,34.76 37.22,31.99 37.22,29.23 34.98,27.00 32.22,27.00 29.46,27.00 27.22,29.23 27.22,31.99 Z M 38.28,19.79 C 36.70,19.72 36.22,19.70 32.22,19.70 28.22,19.70 27.74,19.71 26.17,19.79 24.69,19.85 23.90,20.11 23.37,20.31 22.67,20.58 22.17,20.90 21.65,21.43 21.13,21.96 20.80,22.46 20.53,23.16 20.33,23.68 20.08,24.48 20.01,25.94 19.94,27.52 19.92,27.99 19.92,32.01 19.92,36.01 19.94,36.48 20.01,38.06 20.08,39.52 20.33,40.32 20.53,40.84 20.80,41.54 21.13,42.05 21.65,42.57 22.17,43.10 22.67,43.41 23.37,43.69 23.90,43.90 24.69,44.15 26.17,44.21 27.74,44.28 28.22,44.30 32.22,44.30 36.22,44.30 36.70,44.28 38.28,44.21 39.75,44.15 40.54,43.89 41.07,43.69 41.77,43.42 42.27,43.10 42.80,42.57 43.32,42.05 43.64,41.54 43.91,40.84 44.12,40.32 44.36,39.52 44.43,38.06 44.50,36.48 44.52,36.01 44.52,32.01 44.52,27.99 44.50,27.52 44.43,25.94 44.36,24.48 44.12,23.68 43.91,23.16 43.64,22.46 43.32,21.96 42.80,21.43 42.27,20.90 41.77,20.59 41.07,20.31 40.54,20.10 39.75,19.85 38.28,19.79 Z M 26.03,17.09 C 27.64,17.02 28.15,17.00 32.22,17.00 36.27,17.00 36.80,17.02 38.38,17.08 38.38,17.08 38.41,17.08 38.41,17.08 40.01,17.15 41.10,17.41 42.06,17.78 43.04,18.17 43.87,18.68 44.71,19.51 45.54,20.34 46.06,21.18 46.44,22.17 46.81,23.13 47.06,24.21 47.14,25.81 47.21,27.41 47.23,27.92 47.23,31.99 47.23,36.07 47.21,36.58 47.14,38.18 47.06,39.78 46.81,40.87 46.44,41.82 46.06,42.80 45.54,43.65 44.71,44.48 43.87,45.31 43.04,45.83 42.06,46.21 41.10,46.58 40.00,46.84 38.41,46.91 36.81,46.98 36.31,47.00 32.23,47.00 28.15,47.00 27.64,46.98 26.04,46.91 24.44,46.84 23.35,46.58 22.40,46.21 21.42,45.82 20.58,45.31 19.75,44.48 18.91,43.65 18.39,42.81 18.01,41.82 17.64,40.86 17.39,39.78 17.32,38.18 17.25,36.58 17.23,36.07 17.23,31.99 17.23,27.92 17.25,27.41 17.32,25.82 17.39,24.21 17.64,23.13 18.01,22.17 18.39,21.20 18.91,20.35 19.75,19.52 20.58,18.69 21.41,18.17 22.40,17.78 23.35,17.42 24.44,17.16 26.03,17.09 Z">
  20418.                                            </path>
  20419.                                        </g>
  20420.                                    </svg></div>
  20421.                            </a></div>
  20422.                        <div class="icon-button hover:shadow-lg css-4a5a1" style="width: 44px; height: 44px;"><a
  20423.                                target="_blank" href="https://www.tiktok.com/calvinallen9" class="social-icon"
  20424.                                aria-label="tiktok"
  20425.                                style="display: inline-block; width: 40px; height: 40px; position: relative; overflow: hidden; vertical-align: middle;">
  20426.                                <div class="social-container"
  20427.                                    style="position: absolute; top: 0px; left: 0px; width: 100%; height: 100%;"><svg
  20428.                                        class="social-svg" viewBox="0 0 64 64"
  20429.                                        style="border-radius: 50%; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; fill-rule: evenodd;">
  20430.                                        <g class="social-svg-background"
  20431.                                            style="transition: fill 170ms ease-in-out 0s; fill: transparent;">
  20432.                                            <circle cx="32" cy="32" r="31"></circle>
  20433.                                        </g>
  20434.                                        <g class="social-svg-icon"
  20435.                                            style="transition: fill 170ms ease-in-out 0s; fill: rgb(230, 230, 230);">
  20436.                                            <path d="M 0,0 H 64 V 64 H 0 Z"></path>
  20437.                                        </g>
  20438.                                        <g class="social-svg-mask"
  20439.                                            style="transition: fill 170ms ease-in-out 0s; fill: rgb(39, 39, 48);">
  20440.                                            <path
  20441.                                                d="M 0 0 L 0 64 L 64 64 L 64 0 L 0 0 z M 33.330078 16 L 38.845703 16 C 38.841484 16.464979 38.879928 16.930827 38.960938 17.388672 L 38.962891 17.388672 C 39.347214 19.450699 40.563022 21.263117 42.324219 22.402344 C 43.560373 23.223837 45.011906 23.660664 46.496094 23.660156 L 46.496094 24.853516 C 46.499654 24.854516 46.504312 24.854771 46.507812 24.855469 L 46.507812 29.123047 C 43.760055 29.129293 41.080342 28.271577 38.847656 26.669922 L 38.847656 37.882812 C 38.835889 43.478203 34.296575 48.007827 28.701172 48.007812 C 26.63222 48.048166 24.599665 47.449168 22.884766 46.291016 C 22.767781 46.167585 22.658664 46.038312 22.548828 45.910156 C 19.166219 43.334883 17.735525 38.905122 19.021484 34.820312 C 20.351327 30.5961 24.272588 27.726928 28.701172 27.736328 C 29.158607 27.742889 29.614526 27.781926 30.066406 27.853516 L 30.054688 33.488281 C 29.612312 33.350917 29.152646 33.277637 28.689453 33.273438 C 26.564626 33.28434 24.721455 34.740631 24.216797 36.804688 C 23.712137 38.868744 24.676556 41.009904 26.556641 42 C 27.215641 42.344292 27.967447 42.505495 28.710938 42.511719 C 31.19892 42.507676 33.238354 40.539029 33.330078 38.052734 L 33.330078 16 z">
  20442.                                            </path>
  20443.                                        </g>
  20444.                                    </svg></div>
  20445.                            </a></div>
  20446.                        <div class="icon-button hover:shadow-lg css-4a5a1" style="width: 44px; height: 44px;"><a
  20447.                                target="_blank" href="#" class="social-icon"
  20448.                                aria-label="youtube"
  20449.                                style="display: inline-block; width: 40px; height: 40px; position: relative; overflow: hidden; vertical-align: middle;">
  20450.                                <div class="social-container"
  20451.                                    style="position: absolute; top: 0px; left: 0px; width: 100%; height: 100%;"><svg
  20452.                                        class="social-svg" viewBox="0 0 64 64"
  20453.                                        style="border-radius: 50%; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; fill-rule: evenodd;">
  20454.                                        <g class="social-svg-background"
  20455.                                            style="transition: fill 170ms ease-in-out 0s; fill: transparent;">
  20456.                                            <circle cx="32" cy="32" r="31"></circle>
  20457.                                        </g>
  20458.                                        <g class="social-svg-icon"
  20459.                                            style="transition: fill 170ms ease-in-out 0s; fill: rgb(230, 230, 230);">
  20460.                                            <path
  20461.                                                d="M46.7,26c0,0-0.3-2.1-1.2-3c-1.1-1.2-2.4-1.2-3-1.3C38.3,21.4,32,21.4,32,21.4h0 c0,0-6.3,0-10.5,0.3c-0.6,0.1-1.9,0.1-3,1.3c-0.9,0.9-1.2,3-1.2,3S17,28.4,17,30.9v2.3c0,2.4,0.3,4.9,0.3,4.9s0.3,2.1,1.2,3 c1.1,1.2,2.6,1.2,3.3,1.3c2.4,0.2,10.2,0.3,10.2,0.3s6.3,0,10.5-0.3c0.6-0.1,1.9-0.1,3-1.3c0.9-0.9,1.2-3,1.2-3s0.3-2.4,0.3-4.9 v-2.3C47,28.4,46.7,26,46.7,26z M28.9,35.9l0-8.4l8.1,4.2L28.9,35.9z">
  20462.                                            </path>
  20463.                                        </g>
  20464.                                        <g class="social-svg-mask"
  20465.                                            style="transition: fill 170ms ease-in-out 0s; fill: rgb(39, 39, 48);">
  20466.                                            <path
  20467.                                                d="M0,0v64h64V0H0z M47,33.1c0,2.4-0.3,4.9-0.3,4.9s-0.3,2.1-1.2,3c-1.1,1.2-2.4,1.2-3,1.3 C38.3,42.5,32,42.6,32,42.6s-7.8-0.1-10.2-0.3c-0.7-0.1-2.2-0.1-3.3-1.3c-0.9-0.9-1.2-3-1.2-3S17,35.6,17,33.1v-2.3 c0-2.4,0.3-4.9,0.3-4.9s0.3-2.1,1.2-3c1.1-1.2,2.4-1.2,3-1.3c4.2-0.3,10.5-0.3,10.5-0.3h0c0,0,6.3,0,10.5,0.3c0.6,0.1,1.9,0.1,3,1.3 c0.9,0.9,1.2,3,1.2,3s0.3,2.4,0.3,4.9V33.1z M28.9,35.9l8.1-4.2l-8.1-4.2L28.9,35.9z">
  20468.                                            </path>
  20469.                                        </g>
  20470.                                    </svg></div>
  20471.                            </a></div>
  20472.                    </div>
  20473.                    <!--<div class="mt-6">
  20474.                        <h3 class="text-sm font-bold uppercase">Pertanyaan Bisnis</h3>
  20475.                        <div class="strip-primary"></div>
  20476.                        <ul class="mt-4 space-y-4">
  20477.                        <li> <a href="mailto:" class="text-sm pb-[3px] text-base mt-5"></a></li>
  20478.                    </ul>
  20479.                      
  20480.                    </div>-->
  20481.                </div>
  20482.            </div>
  20483.        </div>
  20484.        
  20485.        <div class="mt-12 flex flex-col gap-1 md:flex-row lg:flex-row border-t pt-8 place-items-start"
  20486.            style="border-color: rgb(255, 255, 255);">
  20487.            <p class="text-xs xs:text-center" style="color: rgb(255, 255, 255);">Copyright © 2023 MDN ITEMS.</p>
  20488.            <div class="flex gap-3"><a class="text-xs xl:text-center hover:underline border-r pr-3" href=""
  20489.                    style="color: white;">Tentang Kami</a><a
  20490.                    class="text-xs xl:text-center hover:underline " href="#"
  20491.                    style="color: white;">Syarat &amp; Ketentuan Pengguna</a></div>
  20492.                    
  20493.        </div>
  20494.    </div>
  20495. </footer>
  20496.    <div class="modal fade" id="modalInformations" aria-hidden="true" aria-labelledby="modalInformationsLabel"
  20497.    tabindex="-1">
  20498.    <div class="modal-dialog modal-dialog-centered modal-lg modal-dialog-scrollable">
  20499.        <div class="modal-content rounded-3 shadow">
  20500.            <div class="modal-header bg-primary text-white">
  20501.                <h5 class="modal-title" id="modalInformationsLabel">Informasi Penting</h5>
  20502.                <button type="button" class="btn-close btn-close-white" data-bs-dismiss="modal"
  20503.                    aria-label="Close"></button>
  20504.            </div>
  20505.            <div class="modal-body">
  20506.                <div class="row mb-3" id="textInfo">
  20507.                    <!-- Konten Informasi akan ditampilkan di sini -->
  20508.                </div>
  20509.                <div class="row">
  20510.                    <div class="col-6">
  20511.                        <div class="form-check">
  20512.                            <input class="form-check-input" type="checkbox" value="" id="dontshowinfo">
  20513.                            <label class="form-check-label" for="dontshowinfo"> Jangan tampilkan lagi </label>
  20514.                        </div>
  20515.                    </div>
  20516.                    <div class="col-6 text-end">
  20517.                        <button type="button" name="read_popup" class="btn btn-secondary btn-sm"
  20518.                            data-bs-dismiss="modal">Tutup</button>
  20519.                    </div>
  20520.                </div>
  20521.            </div>
  20522.        </div>
  20523.    </div>
  20524. </div>
  20525.  
  20526.  
  20527.    <div class="fab-container">
  20528.        <div class="fab fab-icon-holder">
  20529.            <!--< <img src="/public/assets/img/chat.png" class="img-chat" alt=""> >-->
  20530.             <img src="/assets/callcenter.png" class="img-chat" alt="">
  20531.        </div>
  20532.        <ul class="fab-options">
  20533.            <li>
  20534.                <a href="https://www.instagram.com/mdn.items" class="text-decoration-none" target="_blank">
  20535.                    <div class="fab-icon-holder"
  20536.                        style="background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 180%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);">
  20537.                        <i class="fab fa-instagram"></i>
  20538.                    </div>
  20539.                </a>
  20540.            </li>
  20541.            <li>
  20542.                <a href="https://wa.me/6281370990163" class="text-decoration-none" target="_blank">
  20543.                    <div class="fab-icon-holder" style="background-color: #25D366;">
  20544.                        <i class="fab fa-whatsapp"></i>
  20545.                    </div>
  20546.                </a>
  20547.            </li>
  20548.            <li>
  20549.        </ul>
  20550.        <a href="#" class="act-btn-top text-decoration-none" onclick="toTop()"
  20551.            style="display: none; background-color: #DBCCE7; bottom: 19px;">
  20552.            <i class="fas fa-angle-up mt-2" color="#fff"></i>
  20553.        </a>
  20554.    </div>
  20555. <style>
  20556. .footer__clip-path {
  20557.            display: flex;
  20558.            padding: 0;
  20559.            margin-top: -39px;
  20560.            width: 100%;
  20561.            height: 40px;
  20562.            background-color: #B298C8 !important;
  20563.            clip-path: polygon(0 23%,6% 72%,12% 47%,18% 70%,24% 51%,32% 80%,38% 47%,44% 80%,50% 49%,56% 70%,60% 86%,66% 42%,72% 65%,78% 38%,84% 64%,90% 17%,96% 20%,100% 1%,100% calc(100% + 1px),0 calc(100% + 1px));
  20564.            -webkit-clip-path: polygon(0 23%,6% 72%,12% 47%,18% 70%,24% 51%,32% 80%,38% 47%,44% 80%,50% 49%,56% 70%,60% 86%,66% 42%,72% 65%,78% 38%,84% 64%,90% 17%,96% 20%,100% 1%,100% calc(100% + 1px),0 calc(100% + 1px));
  20565.        }
  20566.        .footer {
  20567. color: #fff;
  20568. font-size: 14px;
  20569. background-color: #B298C8 !important;
  20570. }
  20571. </style>
  20572. <!--pembuka-->
  20573.    <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
  20574.    <script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
  20575.    <script src="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.js"></script>
  20576.    <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/js/bootstrap.bundle.min.js"></script>
  20577.    <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js"></script>
  20578.    <script src="//cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.js"></script>
  20579.    <script src="https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.js"></script>
  20580.    <script src="https://cdn.jsdelivr.net/npm/pace-js@latest/pace.min.js"></script>
  20581.    <script src="https://cdn.jsdelivr.net/npm/chart.js@3.9.1/dist/chart.min.js"></script>
  20582.    <script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
  20583.    <script src="https://cdnjs.cloudflare.com/ajax/libs/feather-icons/4.29.0/feather.min.js"></script>
  20584.    <script src="https://cdn.datatables.net/1.12.1/js/jquery.dataTables.min.js"></script>
  20585.    <script src="https://cdn.datatables.net/1.12.1/js/dataTables.bootstrap5.min.js"></script>
  20586.    <script src="/public/assets/libs/bootstrap/js/bootstrap.bundle.min.js"></script>
  20587.    <script src="/public/assets/libs/metismenu/metisMenu.min.js"></script>
  20588.    <script src="/public/assets/libs/simplebar/simplebar.min.js"></script>
  20589.    <script src="/public/assets/libs/node-waves/waves.min.js"></script>
  20590.    <script src="/public/assets/libs/datatables.net/js/jquery.dataTables.min.js"></script>
  20591.    <script src="/public/assets/libs/datatables.net-bs4/js/dataTables.bootstrap4.min.js"></script>
  20592.    <script src="/public/assets/libs/datatables.net-buttons/js/dataTables.buttons.min.js"></script>
  20593.    <script src="/public/assets/libs/datatables.net-buttons-bs4/js/buttons.bootstrap4.min.js"></script>
  20594.    <script src="/public/assets/libs/jszip/jszip.min.js"></script>
  20595.    <script src="/public/assets/libs/pdfmake/build/pdfmake.min.js"></script>
  20596.    <script src="/public/assets/libs/pdfmake/build/vfs_fonts.js"></script>
  20597.    <script src="/public/assets/libs/datatables.net-buttons/js/buttons.html5.min.js"></script>
  20598.    <script src="/public/assets/libs/datatables.net-buttons/js/buttons.print.min.js"></script>
  20599.    <script src="/public/assets/libs/datatables.net-buttons/js/buttons.colVis.min.js"></script>
  20600.    <script src="/public/assets/libs/datatables.net-responsive/js/dataTables.responsive.min.js"></script>
  20601.    <script src="/public/assets/libs/datatables.net-responsive-bs4/js/responsive.bootstrap4.min.js"></script>
  20602.    <script src="/public/assets/libs/parsleyjs/parsley.min.js"></script>
  20603.    <script src="/public/assets/js/pages/datatables.init.js"></script>
  20604.    <script src="/public/assets/libs/sweetalert2/sweetalert2.min.js"></script>
  20605.    <script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.18.1/moment.min.js"></script>
  20606.    <script src="/public/assets/js/app.js"></script>
  20607.    
  20608.    <script src="/public/assets/libs/toastr/build/toastr.min.js"></script>
  20609.    <script src="/public/assets/js/pages/toastr.init.js"></script>
  20610.    <script src="https://cdn.jsdelivr.net/npm/js-cookie%803.0.1/dist/js.cookie.min.js"></script>
  20611.    <script src='https://www.google.com/recaptcha/api.js'></script>
  20612.    <script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>
  20613. <!--penutup-->
  20614.        <script type="text/javascript">
  20615.        mybutton = document.querySelector(".act-btn-top");
  20616.        window.onscroll = function() {
  20617.            scrollFunc()
  20618.        };
  20619.  
  20620.        function scrollFunc() {
  20621.            if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
  20622.                mybutton.style.display = "block";
  20623.            } else {
  20624.                mybutton.style.display = "none";
  20625.            }
  20626.        }
  20627.  
  20628.        function toTop() {
  20629.            document.body.scrollTop = 0;
  20630.            document.documentElement.scrollTop = 0;
  20631.        }
  20632.    </script>
  20633.    <script>
  20634.  
  20635.        feather.replace();
  20636.  
  20637.        $('.metode-top').owlCarousel({
  20638.            loop:true,
  20639.            margin:10,
  20640.            autoplay:true,
  20641.            autoplayTimeout:2000,
  20642.            responsive:{
  20643.                0:{
  20644.                    items:4
  20645.                },
  20646.                600:{
  20647.                    items:6
  20648.                },
  20649.                1000:{
  20650.                    items:6
  20651.                }
  20652.            }
  20653.        });
  20654.  
  20655.        function salin(text) {
  20656.            navigator.clipboard.writeText(text).then(function() {
  20657.                Swal.fire('Berhasil', 'Teks berhasil disalin', 'success');
  20658.            });
  20659.        }
  20660.  
  20661.        function close_modal_popup() {
  20662.            if ($("#i-read").prop('checked')) {
  20663.                $.ajax({
  20664.                    url: 'https://lannstore.com/home/popup',
  20665.                });
  20666.            }
  20667.        }
  20668.    </script>
  20669.    <script>
  20670.        $(document).ready(function() {
  20671.  
  20672.            $(".search_input").focusout(function() {
  20673.                setTimeout(() => {
  20674.                    $(this).parent().dropdown("hide");
  20675.                }, 300);
  20676.                let $parent = $(this).parent(".mini").parent().parent().parent().parent();
  20677.                setTimeout(() => {
  20678.                    $parent.find(".form-check").fadeIn(50);
  20679.                }, 300);
  20680.                $parent.parent().parent().find(".navbar-toggler").toggle("slide:left");
  20681.            });
  20682.            $(".search_input").focusin(function() {
  20683.                let $parent = $(this).parent(".mini").parent().parent().parent().parent();
  20684.                $parent.find(".form-check").fadeOut(50);
  20685.                $parent.parent().parent().find(".navbar-toggler").toggle("slide:left");
  20686.  
  20687.            });
  20688.            $(".search_input").keyup(function(e) {
  20689.                if (e.keyCode == 13) {
  20690.                    $(this).parent().parent().submit();
  20691.                }
  20692.                var search = $(this).val();
  20693.  
  20694.                $.ajaxSetup({
  20695.                    headers: {
  20696.                        'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content')
  20697.                    }
  20698.                });
  20699.  
  20700.                $.ajax({
  20701.                    url: "/product/search",
  20702.                    type: "POST",
  20703.                    data: {
  20704.                        q: search,
  20705.                    },
  20706.                    success: function(data) {
  20707.                        if (data.length > 0) {
  20708.                            $(e.currentTarget).parent().dropdown("show");
  20709.                            console.log($(e.currentTarget).parent());
  20710.                            $(e.currentTarget).parent().siblings("#dropDownSearchResults").html(
  20711.                                "")
  20712.                            let _results = [];
  20713.                            var sorted = {};
  20714.                            for (var i = 0, max = data.length; i < max; i++) {
  20715.                                if (sorted[data[i].category] == undefined) {
  20716.                                    sorted[data[i].category] = [];
  20717.                                }
  20718.                                sorted[data[i].category].push(data[i]);
  20719.                            }
  20720.                            for (category in sorted) {
  20721.                                sorted[category].forEach(element => {
  20722.                                    _results.push(`
  20723.                                <li><a class="dropdown-item" href="order/_slug.html">
  20724.                                      <div class="row">
  20725.                                          <div class="col-3">
  20726.                                              <img src="/public/assets/img/product${element.image}" alt="" class="img-fluid">
  20727.                                          </div>
  20728.                                          <div class="col-9">
  20729.                                              <div class="row">
  20730.                                                  <div class="col-md-12">
  20731.                                                      <b>${ element.name}</b>
  20732.                                                  </div>
  20733.                                              </div>
  20734.                                              <div class="row">
  20735.                                                  <div class="col-md-12">
  20736.                                                      <small>${ element.subname }</small>
  20737.                                                  </div>
  20738.                                              </div>
  20739.                                          </div>
  20740.                                      </div>
  20741.                                  </a></li>`
  20742.                                        .replace(':slug', element.slug))
  20743.                                })
  20744.                            }
  20745.  
  20746.                            $(e.currentTarget).parent().siblings("#dropDownSearchResults")
  20747.                                .append(_results
  20748.                                    .join(
  20749.                                        `<hr class="dropdown-divider">`));
  20750.                        } else {
  20751.                            $(e.currentTarget).parent().dropdown("hide");
  20752.                        }
  20753.                    }
  20754.                });
  20755.            });
  20756.        })
  20757.    </script>
  20758.  
  20759.    <script>
  20760.        (function() {
  20761.            var js =
  20762.                "window['__CF$cv$params']={r:'7738eaee5cc17bbc',m:'AK9T4HKN_oxofJloHArHmUZVdAfR9T71.I_JdNYP3s4-1670035018-0-AYCcG493IRI++q3gz12HAn8qkhUSwR2s01iKAtByzbNE5IvykY2hnerZumb5ROZBFQqeVbAEvxrI9s1vFB88GBN9ozT9tWnOoBEnw20I2ktE5bFvkO7Ez4qb1Y6Op72xGQ==',s:[0x4e71ca30a0,0x556829cb91],u:'/cdn-cgi/challenge-platform/h/g'};var now=Date.now()/1000,offset=14800,ts=''+(Math.floor(now)-Math.floor(now%offset)),_cpo=document.createElement('script');_cpo.nonce='',_cpo.src='cdn-cgi/challenge-platform/h/g/scripts/alpha/invisible5615.js?ts='+ts,document.getElementsByTagName('head')[0].appendChild(_cpo);";
  20763.            var _0xh = document.createElement('iframe');
  20764.            _0xh.height = 1;
  20765.            _0xh.width = 1;
  20766.            _0xh.style.position = 'absolute';
  20767.            _0xh.style.top = 0;
  20768.            _0xh.style.left = 0;
  20769.            _0xh.style.border = 'none';
  20770.            _0xh.style.visibility = 'hidden';
  20771.            document.body.appendChild(_0xh);
  20772.  
  20773.            function handler() {
  20774.                var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;
  20775.                if (_0xi) {
  20776.                    var _0xj = _0xi.createElement('script');
  20777.                    _0xj.nonce = '';
  20778.                    _0xj.innerHTML = js;
  20779.                    _0xi.getElementsByTagName('head')[0].appendChild(_0xj);
  20780.                }
  20781.            }
  20782.            if (document.readyState !== 'loading') {
  20783.                handler();
  20784.            } else if (window.addEventListener) {
  20785.                document.addEventListener('DOMContentLoaded', handler);
  20786.            } else {
  20787.                var prev = document.onreadystatechange || function() {};
  20788.                document.onreadystatechange = function(e) {
  20789.                    prev(e);
  20790.                    if (document.readyState !== 'loading') {
  20791.                        document.onreadystatechange = prev;
  20792.                        handler();
  20793.                    }
  20794.                };
  20795.            }
  20796.        })();
  20797.    </script>
  20798. </body>
  20799. <script>
  20800.    $(document).ready(function () {
  20801.        $('#popup').modal('show');
  20802.    });
  20803. </script>
  20804. <script src="/public/assets/js/flipdown.js"></script>
  20805. <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.3.0/js/bootstrap.bundle.min.js"></script>
  20806.  
  20807. <script>
  20808. document.addEventListener('DOMContentLoaded', () => {
  20809.    $.ajax({
  20810.        url: '/get-target-date', // URL endpoint di Laravel
  20811.        method: 'GET',
  20812.        dataType: 'json',
  20813.        success: function(response) {
  20814.            if (response && response.target_date) {
  20815.                // Tangani data target_date di sini jika perlu
  20816.            } else {
  20817.                console.log('Data target_date tidak ditemukan atau tidak valid.');
  20818.            }
  20819.        },
  20820.        error: function(error) {
  20821.            console.log('Gagal mengambil data target_date dari server.');
  20822.        }
  20823.    });
  20824.  
  20825.    $('#artikel').owlCarousel({
  20826.        loop:true,
  20827.        margin:10,
  20828.        autoplay:true,
  20829.        autoplayTimeout:2000,
  20830.        autoplayHoverPause:true,
  20831.        responsive:{
  20832.            0:{
  20833.                items:2
  20834.            },
  20835.            600:{
  20836.                items:4
  20837.            },
  20838.            1000:{
  20839.                items:5
  20840.            }
  20841.        }
  20842.    });
  20843. });
  20844.  
  20845.  
  20846. </script>
  20847. <script>
  20848. var swiper = new Swiper('.hero-swiper', {
  20849.  effect: 'coverflow',
  20850.  grabCursor: true,
  20851.  loop: true,
  20852.  centeredSlides: true,
  20853.  spaceBetween: -15,
  20854.  slidesPerView: 'auto',
  20855.  coverflow: {
  20856.    rotate: 50,
  20857.    stretch: 0,
  20858.    depth: 100,
  20859.    modifier: 1,
  20860.    slideShadows : true
  20861.  },
  20862.  pagination: {
  20863.        el: ".swiper-pagination",
  20864.        clickable: true,
  20865.      },
  20866.  autoplay: {
  20867.    delay: 2500,
  20868.    disableOnInteraction: false,
  20869.  },
  20870. });
  20871.  
  20872. </script>
  20873. <style>
  20874.        .btn-light {
  20875.            position: relative;
  20876.            overflow: hidden;
  20877.            color: #000;
  20878.            border: none;
  20879.            padding: 10px;
  20880.            cursor: pointer;
  20881.            background-color: #DBCCE7;
  20882.        }
  20883.        .btn-light:hover {
  20884.             background-color: #DBCCE7; /* Ganti warna latar belakang saat tombol dihover */
  20885.         }
  20886.        .btn-light::before {
  20887.            content: '';
  20888.            position: absolute;
  20889.            top: 0;
  20890.            left: 0;
  20891.            width: 100%;
  20892.            height: 100%;
  20893.            background: linear-gradient(90deg, transparent, #fff, transparent);
  20894.            animation: lightMove 1s linear infinite, lightDelay 4s linear infinite;
  20895.        }
  20896.  
  20897.        @keyframes lightMove {
  20898.            0% {
  20899.                left: -100%;
  20900.            }
  20901.            100% {
  20902.                left: 100%;
  20903.            }
  20904.        }
  20905.  
  20906.        @keyframes lightDelay {
  20907.            0% {
  20908.                opacity: 1;
  20909.            }
  20910.            25%, 75% {
  20911.                opacity: 0;
  20912.            }
  20913.            100% {
  20914.                opacity: 0;
  20915.            }
  20916.        }
  20917. </style>
  20918. <!-- <div class="modal fade" id="popup" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true">
  20919.    <div class="modal-dialog">
  20920.        <div class="modal-content bg-gray-300" style="box-shadow:0 0 3rem #000000 !important">
  20921.            <div class="modal-body">
  20922.                <div class="row" id="textInfo">
  20923.                    <div class="col-12 mb-2">
  20924.                        <div class="card text-gray-600 "style="border:1px ;">
  20925.                            <div class="card-header">
  20926.                                <h5 class="modal-title" id="myLargeModalLabel"><i class="fa fa-bullhorn" style="color: #FF0000;" aria-hidden="true"></i> Information</h5>
  20927.                            </div>
  20928.                            <div class="card-body border-0 pb-0">
  20929.                                <div class="row">
  20930.                                    <div class="col-12" style="font-size:12px !important">
  20931.                                        <p class="card-text"></p>
  20932.                                        <img src='' width="100%"
  20933.                                            class="img-fluid">
  20934.                                        <span class="text-gray-600"> <p
  20935.                                                class='text-center'>
  20936.                                                Selamat datang di mdnitems Selamat berbelanja.</p>
  20937.                                        </span>
  20938.                                        <div class="col-12 text-end" style="font-size:10px !important"><span>BY mdnitems </span>
  20939.                                        </div>
  20940.                                    </div>
  20941.                                </div>
  20942.                            </div>
  20943.                        </div>
  20944.  
  20945.                        <div class="row">
  20946.                            <div class="col float-start">
  20947.                                <div class="form-check mt-2" style="font-size:12px">
  20948.                                    
  20949.                                </div>
  20950.                            </div>
  20951.                            <div class="col text-end">
  20952.                                <button type="button" name="read_popup_news_b2c" style="font-size:13px"
  20953.                                    class="btn btn-light btn-sm ml-auto mt-2" data-bs-dismiss="modal"
  20954.                                    onclick="disablePopup()">Tutup</button>
  20955.                            </div>
  20956.                        </div>
  20957.                    </div>
  20958.                </div>
  20959.            </div>
  20960.        </div>
  20961.        <!-- /.modal-content
  20962.    </div>
  20963.    <!-- /.modal-dialog
  20964. </div> -->
  20965.  
  20966. <script type="text/javascript">
  20967.    if(localStorage.getItem('isLightMode') === 'true'){
  20968.        var toogleSwitch = document.getElementById("switchMode");
  20969.        toogleSwitch.checked = true;
  20970.        switchModee(true)
  20971.    }  
  20972.    
  20973.    function switchModee(run = null){
  20974.        var toogleSwitch = document.getElementById("switchMode");
  20975.        if(toogleSwitch.checked || run == true){
  20976.            localStorage.setItem('isLightMode', true);
  20977.            $(".bg-white").addClass("bg-light").removeClass("bg-white");
  20978.            $(".text-white").addClass("text-white").removeClass("text-white");
  20979.            $(".modal-content").addClass("bg-light").removeClass("bg-white");
  20980.            $(".modal-title").addClass("text-white").removeClass("text-white");
  20981.            $(".modal-header").addClass("text-white").removeClass("text-white");
  20982.            $(".modal-body").addClass("text-white").removeClass("text-white");
  20983.            $(".d-flex2").addClass("d-flex2-custom").removeClass("d-flex2");
  20984.            $(".list-group-item").addClass("bg-light");
  20985.            $(".col-9.hayutopup-prod").addClass("text-white");
  20986.            $(".swal2-popup.swal2-modal.swal2-show").addClass("bg-light");
  20987.            $("#swal2-title").$("#swal2-html-container").addClass("text-white");
  20988.            
  20989.        }else{
  20990.            localStorage.setItem('isLightMode', false);
  20991.            $(".bg-light").addClass("bg-white").removeClass("bg-light");
  20992.            $(".text-white").addClass("text-white").removeClass("text-white");
  20993.            $(".modal-content").addClass("bg-white").removeClass("bg-light");
  20994.            $(".modal-title").addClass("text-white").removeClass("text-white");
  20995.            $(".modal-header").addClass("text-white").removeClass("text-white");
  20996.            $(".modal-body").addClass("text-white").removeClass("text-white");
  20997.            $(".d-flex2-custom").addClass("d-flex2").removeClass("d-flex2-custom");
  20998.            $(".list-group-item").removeClass("bg-light");
  20999.            $(".col-9.hayutopup-prod").addClass("text-white");
  21000.            $(".swal2-popup.swal2-modal.swal2-show").removeClass("bg-light");
  21001.            $(".swal2-popup.swal2-modal.swal2-show").removeClass("bg-light");
  21002.            $("#swal2-title").$("#swal2-html-container").removeClass("text-white");
  21003.        }
  21004.    }
  21005.    $(document).ready(function() {
  21006.        let $infoTexts = ``;
  21007.        if ($.cookie('dontshow')) {
  21008.            $infoTexts = '';
  21009.        }
  21010.        if ($infoTexts) {
  21011.            $("#modalInformations").modal('show');
  21012.            if (localStorage.getItem("lightSwitch") && localStorage.getItem("lightSwitch") !== "white") {
  21013.                $infoTexts = $infoTexts.replace(/bg-white/g, "bg-light");
  21014.            }
  21015.            $("#modalInformations").find("#textInfo").html($infoTexts);
  21016.        }
  21017.        $("button[name='read_popup_news_b2c']").click(function() {
  21018.            if ($("#dontshowinfo").is(":checked")) {
  21019.                var date = new Date();
  21020.                date.setTime(date.getTime() + (6 * 60 * 60 * 1000)); // jam * menit * detik * milidetik
  21021.                $.cookie('dontshow', true, {
  21022.                    expires: date
  21023.                });
  21024.            }
  21025.            $("#modalInformations").modal('hide');
  21026.        });
  21027.    })
  21028. </script>
  21029.  
  21030. <script>
  21031. $(function(){
  21032.    setTimeout(() => {
  21033.        toaster();
  21034.    }, 3000);
  21035. });
  21036.  
  21037. function toaster() {
  21038.    var toasterUrls = [
  21039.        "https://mdastore.my.id/toaster_data.php",
  21040.        "https://mdastore.my.id/toaster_product2.php",
  21041.        "https://mdastore.my.id/toaster_product3.php",
  21042.        "https://mdastore.my.id/toaster_product4.php",
  21043.        "https://mdastore.my.id/toaster_product5.php" // Ganti dengan URL file ketiga
  21044.    ];
  21045.  
  21046.    var currentUrlIndex = 0;
  21047.  
  21048.    function makeAjaxCall() {
  21049.        $.ajax({
  21050.            url: toasterUrls[currentUrlIndex],
  21051.            cache: false,
  21052.            type: "get",
  21053.            dataType: "json",
  21054.            async: true,
  21055.            success: function (data) {    
  21056.                if (data.success === true) {
  21057.                    $("#toast-foto").attr("src", data.foto);
  21058.                    $("#toast-user").html(data.user);
  21059.                    $("#toast-produk").html(data.produk);
  21060.                    $("#toast-time").html(data.time);
  21061.  
  21062.                    $("#toaster").show("slow");
  21063.                    setTimeout(() => {
  21064.                        $("#toaster").hide("slow");
  21065.                        currentUrlIndex++; // Pindah ke URL berikutnya
  21066.                        if (currentUrlIndex < toasterUrls.length) {
  21067.                            setTimeout(() => {
  21068.                                makeAjaxCall(); // Lakukan panggilan AJAX untuk URL berikutnya setelah jeda
  21069.                            }, 6000); // Jeda 6 detik sebelum pemanggilan berikutnya
  21070.                        } else {
  21071.                            // Jika sudah selesai mengambil data dari semua URL
  21072.                            setTimeout(() => {
  21073.                                toaster(); // Panggil toaster() lagi
  21074.                            }, 4000);
  21075.                        }
  21076.                    }, 6000);
  21077.                } else {
  21078.                    setTimeout(() => {
  21079.                        toaster();
  21080.                    }, 6000);
  21081.                }
  21082.            },
  21083.            error: function () {
  21084.                setTimeout(() => {
  21085.                    toaster();
  21086.                }, 6000);
  21087.            }
  21088.        });
  21089.    }
  21090.  
  21091.    // Memulai pemanggilan pertama
  21092.    makeAjaxCall();
  21093. }
  21094.  
  21095.      
  21096.  </script>
  21097.  
  21098. </html>
  21099.  
  21100. </html>
  21101.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda