/*
Theme Name: HostSeller
Theme URI:http://github.com/aponahmed/hostseller
Author: Apon Ahmed
Author URI: http://aponahmed.github.io
Description: A custom WordPress theme using Tailwind CSS, Built-in Blocks and Patterns also there.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hostseller
Tags: Custom theme, tailwindcss, HostSaler, Apon Ahmed
*/


/*Flex Column
320px — 480px: Mobile devices
481px — 768px: iPads, Tablets
769px — 1024px: Small screens, laptops
1025px — 1200px: Desktops, large screens
1201px and more —  Extra large screens, TV
::m{n}
::
*/

:root{
  --container-width:1170px;
}

.container {
  max-width: var(--container-width);
  margin: auto;
  padding: 0 15px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
}

/*Default Column*/

.col,
.col-1, .col-2, .col-2-4, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12{
  -webkit-box-flex: 0;
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
}

.w1, .col1, .col-1 {
  flex: 0 0 8.333%;
  max-width: 8.333%;
}

.w2, .col2, .col-2 {
  flex: 0 0 16.666%;
  max-width: 16.666%;
}

.w2-4, .col2-4, .col-2-4{
  flex: 0 0 20%;
  max-width: 20%;
}

.w3, .col3, .col-3{
  flex: 0 0 25%;
  max-width: 25%;
}

.w4, .col4, .col-4{
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

.w5, .col5, .col-5{
  flex: 0 0 41.6666%;
  max-width: 41.6666%;
}

.w6, .col6, .col-6{
  flex: 0 0 50%;
  max-width: 50%;
}

.w7, .col7, .col-7{
  flex: 0 0 58.333%;
  max-width: 58.333%;
}

.w8, .col8, .col-8{
  flex: 0 0 66.666%;
  max-width: 66.666%;
}

.w9, .col9, .col-9{
  flex: 0 0 74.999%;
  max-width: 74.999%;
}

.w10, .col10, .col-10{
  flex: 0 0 83.3333%;
  max-width: 83.3333%;
}

.w11, .col11, .col-11{
  flex: 0 0 91.666%;
  max-width: 91.666%;
}

.w12, .col12, .col-12{
  flex: 0 0 100%;
  max-width: 100%;
}

/*
@media only screen and (min-width: 998px) {
    lg screen Or All screen size 
    
}

@media only screen and (max-width: 998px) {

}*/

@media only screen and (min-width: 768px) {
  /*lg screen Or All screen size nire then 768 */

  .md-pl40{
    padding-left: 40px;
  }

  .md-pl30{
    padding-left: 30px;
  }

  .md-pl20{
    padding-left: 20px;
  }

  .md-pl10{
    padding-left: 10px;
  }

  /*margin right*/

  .md-pr40{
    padding-right: 40px;
  }

  .md-pr30{
    padding-right: 30px;
  }

  .md-pr20{
    padding-right: 20px;
  }

  .md-pr10{
    padding-right: 10px;
  }
}

@media only screen and (max-width: 768px) {
  /*sm screen*/

  .col{
    flex: 0 0 100%;
    max-width: 100%;
  }

  /*previous media screen transformation*/

  /*Current Media screen*/

  .t1 {
    flex: 0 0 8.333%;
    max-width: 8.333%;
  }

  .t2 {
    flex: 0 0 16.666%;
    max-width: 16.666%;
  }

  .t2-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .t3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .t4 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }

  .t5 {
    flex: 0 0 41.6666%;
    max-width: 41.6666%;
  }

  .t6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .t7 {
    flex: 0 0 58.333%;
    max-width: 58.333%;
  }

  .t8 {
    flex: 0 0 66.666%;
    max-width: 66.666%;
  }

  .t9 {
    flex: 0 0 74.999%;
    max-width: 74.999%;
  }

  .t10 {
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }

  .t11 {
    flex: 0 0 91.666%;
    max-width: 91.666%;
  }

  .t12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  /*Xs screen*/

  .col,
    .col-1,
    .col-2,
    .col-2-4,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12
    {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /*previous media screen transformation*/

  /*Current Media screen*/

  .m1 {
    flex: 0 0 8.333%;
    max-width: 8.333%;
  }

  .m2 {
    flex: 0 0 16.666%;
    max-width: 16.666%;
  }

  .m2-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .m3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .m4 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }

  .m5 {
    flex: 0 0 41.6666%;
    max-width: 41.6666%;
  }

  .m6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .m7 {
    flex: 0 0 58.333%;
    max-width: 58.333%;
  }

  .m8 {
    flex: 0 0 66.666%;
    max-width: 66.666%;
  }

  .m9 {
    flex: 0 0 74.999%;
    max-width: 74.999%;
  }

  .m10 {
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }

  .m11 {
    flex: 0 0 91.666%;
    max-width: 91.666%;
  }

  .m12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 320px) {
  /*below Xs screen*/

  body .col,
    body .col-1, body .col-2,
    body .col-2-4,
    body .col-3,
    body .col-4,
    body .col-5,
    body .col-6,
    body .col-7,
    body .col-8,
    body .col-9,
    body .col-10,
    body .col-11,
    body .col-12
    {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.col-grow {
  flex-grow: 1;
  max-width: 100%;
}

.row.col-rev {
  flex-direction: row-reverse;
}

/* Navigation
--------------------------------------------- */

#primary-menu {
  display: flex;
}

.main-navigation ul.sub-menu>li>a:not(.main-navigation .mega-menu a) {
  text-align: right;
  padding-right: 10px;
  border-bottom: 1px solid #eee;
  color: #444;
}

.main-navigation ul.sub-menu>li:last-child>a:not(.main-navigation .mega-menu a) {
  border-bottom: 0px;
}

.main-navigation {
  display: block;
  width: 100%;
}

#site-navigation.main-navigation {
  display: flex;
  justify-content: flex-end;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  justify-content: flex-end;
}

.main-navigation ul>li>a {
  padding: 5px 10px;
}

.main-navigation ul>li.current_page_item>a {
  font-weight: bold;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  min-width: 250px;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
  display: block;
  left: auto;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  color: #b7b7b7;
}

.main-navigation ul.sub-menu {
  flex-direction: column;
  background: #fff;
  border-radius: 4px;
}

/* Small menu. */

.main-navigation.toggled ul {
  display: flex;
  flex-direction: column;
}

.menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 40px;
  width: 60px;
  padding: 10px;
  align-items: center;
  z-index: 99;
  background: rgba(0, 0, 0, .5);
  border-radius: 5px;
  margin: 5px 0;
}

.menu-toggle .bar {
  width: 28px;
  height: 2px;
  background: #fff;
  display: block;
}

@media screen and (min-width: 768px) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }

  .main-navigation ul>li:last-child>a {
    padding-right: 0;
  }
}

@media only screen and (max-width:768px) {
  .container {
    padding: 0px 30px;
  }

  body .main-navigation .sub-menu {
    display: none;
    position: static;
    padding-left: 15px;
    box-shadow: none;
    float: none;
    background: transparent;
    border-left: 2px solid rgba(0, 0, 0, .4);
  }

  body .main-navigation .sub-menu.open {
    display: block;
  }

  #primary-menu {
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
    overflow-y: auto;
  }

  .navbar-toggler-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }

  .main-navigation ul li a {
    color: #fff;
    padding: 12px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    width: 100%;
  }

  .menu-toggle.taggOpen {
    position: fixed;
    right: 5px;
    top: 0;
    left: inherit;
  }

  .body-openNav .topBar {
    margin-left: 0;
  }

  .menu-toggle.taggOpen .navbar-toggler-icon .bar:first-child {
    display: block;
    transform: rotate(45deg);
    margin-top: 16px;
    transition: .3s;
  }

  .menu-toggle.taggOpen .navbar-toggler-icon .bar:last-child {
    display: block;
    transform: rotate(-45deg);
    margin-top: -2px;
    transition: .3s;
  }

  .menu-toggle.taggOpen .navbar-toggler-icon .bar {
    display: none;
  }

  .menu-toggle.taggOpen {
    background: transparent;
    height: 38px;
    margin-top: 18px;
  }

  #navbarSupportedContent {
    position: fixed;
    left: 0;
    top: 0;
    background: linear-gradient(45deg, #ce62bf, #46023d);
    z-index: 90;
    height: 100%;
    transform: translate(-1500px);
    transition: .2s cubic-bezier(.65, .05, .36, 1);
    border-right: 1px solid #ddd;
    width: 100%;
    padding: 70px 15px;
  }

  .body-openNav {
    overflow: hidden;
  }

  #navbarSupportedContent.openNav {
    transform: translate(0px);
    overflow-y: auto;
  }

  .menu-item-has-children>a {
    position: relative;
  }

  .menu-item-has-children>a::after {
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    display: block;
    position: absolute;
    right: 15px;
    top: 14px;
    transform: rotate(45deg);
    border-top: none;
    border-left: 0;
  }

  .menu-item-has-children.mobile-nav-open>a::after {
    transform: rotate(-135deg);
    top: 18px;
  }
}

ul.wp-block-list,.hosting-plan ul {
  list-style: none;
  padding-left: 0 !important;
}

ul.wp-block-list li, .hosting-plan ul li {
  position: relative;
  padding-left: 20px;
}

ul.wp-block-list li::before, .hosting-plan ul li::before {
  content: '';
  background-image: url('./images/chevron-forward-outline.svg');
  margin-right: 8px;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/*about-desc-img-block*/

.about-desc-img-block .subtitle-hint {
  margin-bottom: 0;
  color: rgba(0,0,0,.5);
}

.about-desc-img-block  .wp-block-heading {
  font-size: 26px;
  line-height: 1.3;
}

.about-desc-img-block  .wp-block-list li {
  margin: 0;
  font-size: 16px;
}

.about-desc-img-block  .wp-block-list {
  padding-left: 17px;
}

.about-desc-img-block .wp-block-column.align-middle {
  align-items: center;
  justify-content: center;
  display: flex;
}

.about-desc-img-block .wp-block-image {
  padding: 18px;
  background: radial-gradient(#ffeef1 32%, #fff 70%);
  border-radius: 4px;
}

.about-desc-img-block img {
  max-height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}

/*icon-text-pattern*/

body .max-w-xl {
  max-width: 36rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.icon-text-item {
  padding: 40px 16px;
  background: linear-gradient(180deg, #fdf4ff 0, #fff 50%);
  border-radius: 20px;
  border: 1px solid #fbebff;
  transition: all 0.1s;
}

.icon-text-item:hover {
  background: linear-gradient(60deg, #fdf4ff 0, #fff 50%);
  transform: scale(1.05);
}

.icon-text-pattern .wp-block-image img {
  margin: auto;
  margin-bottom: 12px;
}

/* Team */

.wp-block-image.team-member-image {
  height: auto;
}

.grid-4-column-team .wp-block-column {
  background: linear-gradient(180deg,#f4d9fb,#fff);
  border-radius: 6px;
  overflow: hidden;
  transform: scale(0.9);
  transition: all 0.5s;
  border: 1px solid #eee;
}

.team-member-name {
  margin-top: 18px;
  margin-bottom: 0;
  font-size: 20px;
}

.team-member-role {
  font-size: 14px;
  margin-top: 4px;
}

.grid-4-column-team .wp-block-column:hover {
  transform: scale(1);
}

.grid-4-column-team .wp-block-column:hover .team-member-image img {
  transform: scale(0.9) translateY(0px);
  border-radius: 15px;
}

.grid-4-column-team .wp-block-column .team-member-image img {
  transition: all .2s;
}

.section-sub-title {
  color: #999;
  margin-bottom: 50px;
}

.section-title {
  padding-bottom: 10px;
  position: relative;
}

.section-title:after {
  content: "";
  width: 80px;
  height: 2px;
  background: linear-gradient(var(--primary),var(--light-primary));
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.5s ease-in-out;
  /* Smooth transition */
}

/* Trigger animation */

.section-title.visible::after {
  animation: expandWidth 0.5s ease-in-out forwards;
}

/* Define the animation */

@keyframes expandWidth {
  from {
    width: 0;
  }

  to {
    width: 80px;
  }
}

/* Peoples Says */

.client-says-single {
  background: linear-gradient(60deg,#f4d9fb,#fff);
  border-radius: 18px;
  padding: 40px;
  position: relative;
  border: 5px solid #f6edfd;
  padding-top: 70px;
}

.client-says-single::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 24px;
  width: 10px;
  height: 10px;
  background: #cf7fe3;
  border-radius: 10px;
}

.client-says-single::before {
  content: "";
  position: absolute;
  right: 40px;
  top: 24px;
  width: 10px;
  height: 10px;
  background: #cf7fe3;
  border-radius: 10px;
}

.client-says-single .peopls-image {
  position: absolute;
  top: -38px;
  transition: all .1s;
}

.client-says-single:hover .peopls-image {
  transform: translateY(10px);
}

.client-says-single .peopls-image img {
  border: 5px solid #fff;
}

.wp-block-heading.has-text-align-center.people-name {
  margin: 0;
  color: var(--primary);
}

.client-says-single .wp-block-columns {
  margin-bottom: 0;
}

.has-text-align-center.people-role {
  margin-bottom: 0;
  color: #999;
}

.client-says-single p {
  font-style: italic;
}

/* Support Banner */

.support-section {
  padding: 40px;
  background: linear-gradient(-45deg,#f8edfb,#fefbff);
  border-radius: 8px;
  border: 4px solid #fbf4fd;
}

.support-section img {
  border-radius: 4px;
  max-height: 260px;
  -o-object-fit: contain;
     object-fit: contain;
}

.support-section ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.support-section ul li {
  padding: 2px 7px;
  background: rgba(0, 0, 0,.05);
  border-radius: 5px;
  line-height: 1.5;
  color: #4d4d4d;
  font-size: 14px;
  display: flex;
  margin-bottom: 0;
}

.support-section ul li::before {
  content: '';
  background-image: url('./images/checkmark-done-outline.svg');
  margin-right: 8px;
  width: 20px;
  height: 20px;
  position: relative;
}

/* End Support Banner */

@media (max-width: 1024px) {
  /* For tablets */

  .grid-4-column-team .wp-block-column {
    flex: 1 1 48%;
    /* 2 columns on tablet */
  }
}

/* Make the columns responsive for smaller screens */

@media (max-width: 768px) {
  .about-desc-img-block {
    flex-direction: column-reverse;
  }

  .grid-4-column-team .wp-block-column {
    flex: 1 1 100%;
    /* 1 column on mobile */
  }

  .support-section {
    flex-direction: column-reverse;
  }
}

/* Sidebar container */

.sidebar {
  background-color: #f7f7f7;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Widgets */

.sidebar .widget {
  margin-bottom: 32px;
}

/* Search form */

.wp-block-search {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.wp-block-search__input {
  flex-grow: 1;
  padding: 8px 12px;
  border: none;
  outline: none;
  color: #4a4a4a;
}

.wp-block-search__input:focus {
  outline: none;
}

.wp-block-search__button {
  padding: 8px 16px;
  background-color: var(--primary);
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}

.wp-block-search__button:hover {
  background-color: var(--light-primary);
}

/* Headings */

.sidebar .widget h3 {
  font-size: 1.125rem;
  color: #6c6c6c;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 8px;
  margin-bottom: 10px;
}

.sidebar .widget.mb-8 {
  margin-bottom: 10px;
}

.widget.mb-8 .wp-block-heading {
  margin-top: 22px;
}

/* Lists */

.sidebar .wp-block-latest-posts__list, .sidebar .wp-block-categories-list, .sidebar .wp-block-archives-list {
  list-style: none;
  padding-left: 16px;
  margin: 0;
  padding: 0;
}

.sidebar .wp-block-latest-posts__list li,
.sidebar .wp-block-categories-list li,
.sidebar .wp-block-archives-list li {
  margin-bottom: 8px;
  padding-left: 18px;
  position: relative;
}

.sidebar .wp-block-latest-posts__list li::before,
.sidebar .wp-block-categories-list li::before,
.sidebar .wp-block-archives-list li::before {
  content: "❯";
  transform: scaleX(1.5);
  line-height: 0;
  font-size: 10px;
  color: rgb(153, 153, 153);
  left: 4px;
  position: absolute;
  top: 50%;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  -o-border-image: initial;
     border-image: initial;
}

.sidebar .wp-block-latest-posts__post-title,
.sidebar .wp-block-categories-list a,
.sidebar .wp-block-archives-list a {
  text-decoration: none;
  transition: color 0.3s;
}

.sidebar .wp-block-latest-posts__post-title:hover,
.sidebar .wp-block-categories-list a:hover,
.sidebar .wp-block-archives-list a:hover {
  text-decoration: underline;
}

:root {
  --primary: #9f2fbb;
  --light-primary: #c61395;
  --swiper-navigation-color: var(--light-primary);
  --swiper-pagination-color: var(--light-primary);
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #dfdfdf;
}

input::placeholder, textarea::placeholder {
  opacity: 1;
  color: #dfdfdf;
}

.hosting-plan:first-child .plan-header {
  background-image: url('/wp-content/themes/hostseller/images/host-plan-bg-1.svg');
}

.hosting-plan:nth-child(2) .plan-header {
  background-image: url('/wp-content/themes/hostseller/images/host-plan-bg-2.svg');
}

.hosting-plan:nth-child(3) .plan-header {
  background-image: url('/wp-content/themes/hostseller/images/host-plan-bg-3.svg');
}

body .login-btn {
  padding: 8px 16px !important;
  background: rgb(128, 74, 218);
  line-height: 1;
  border-radius: 10px;
  font-size: 15px;
  color: #fff;
}

@media (max-width:768px) {
  .mb-32 {
    margin-bottom: 50px !important;
  }
}

/* .swiper-button-prev::after, .swiper-button-next::after {
  color: var(--primary);
} */

*, ::before, ::after{
  --tw-border-spacing-x:0;
  --tw-border-spacing-y:0;
  --tw-translate-x:0;
  --tw-translate-y:0;
  --tw-rotate:0;
  --tw-skew-x:0;
  --tw-skew-y:0;
  --tw-scale-x:1;
  --tw-scale-y:1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness:proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width:0px;
  --tw-ring-offset-color:#fff;
  --tw-ring-color:rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow:0 0 #0000;
  --tw-ring-shadow:0 0 #0000;
  --tw-shadow:0 0 #0000;
  --tw-shadow-colored:0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

::backdrop{
  --tw-border-spacing-x:0;
  --tw-border-spacing-y:0;
  --tw-translate-x:0;
  --tw-translate-y:0;
  --tw-rotate:0;
  --tw-skew-x:0;
  --tw-skew-y:0;
  --tw-scale-x:1;
  --tw-scale-y:1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness:proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width:0px;
  --tw-ring-offset-color:#fff;
  --tw-ring-color:rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow:0 0 #0000;
  --tw-ring-shadow:0 0 #0000;
  --tw-shadow:0 0 #0000;
  --tw-shadow-colored:0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container{
  width:100%;
  margin-right:auto;
  margin-left:auto;
  padding-right:2rem;
  padding-left:2rem;
}

@media (min-width: 100%){
  .container{
    max-width:100%;
    padding-right:3rem;
    padding-left:3rem;
  }
}

@media (min-width: 768px){
  .container{
    max-width:768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width:1024px;
    padding-right:4rem;
    padding-left:4rem;
  }
}

@media (min-width: 1280px){
  .container{
    max-width:1280px;
    padding-right:5rem;
    padding-left:5rem;
  }
}

@media (min-width: 1440px){
  .container{
    max-width:1440px;
    padding-right:6rem;
    padding-left:6rem;
  }
}

.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0, 0, 0, 0);
  white-space:nowrap;
  border-width:0;
}

.visible{
  visibility:visible;
}

.static{
  position:static;
}

.fixed{
  position:fixed;
}

.absolute{
  position:absolute;
}

.relative{
  position:relative;
}

.-inset-0\.5{
  inset:-0.125rem;
}

.inset-y-0{
  top:0px;
  bottom:0px;
}

.bottom-0{
  bottom:0px;
}

.left-0{
  left:0px;
}

.right-0{
  right:0px;
}

.top-0{
  top:0px;
}

.top-1\/2{
  top:50%;
}

.-z-10{
  z-index:-10;
}

.z-50{
  z-index:50;
}

.col-span-12{
  grid-column:span 12 / span 12;
}

.m-0{
  margin:0px;
}

.m-4{
  margin:1rem;
}

.mx-auto{
  margin-left:auto;
  margin-right:auto;
}

.my-10{
  margin-top:2.5rem;
  margin-bottom:2.5rem;
}

.my-4{
  margin-top:1rem;
  margin-bottom:1rem;
}

.my-8{
  margin-top:2rem;
  margin-bottom:2rem;
}

.mb-1{
  margin-bottom:0.25rem;
}

.mb-2{
  margin-bottom:0.5rem;
}

.mb-32{
  margin-bottom:8rem;
}

.mb-4{
  margin-bottom:1rem;
}

.mb-6{
  margin-bottom:1.5rem;
}

.mb-8{
  margin-bottom:2rem;
}

.ml-2{
  margin-left:0.5rem;
}

.mr-1{
  margin-right:0.25rem;
}

.mt-1{
  margin-top:0.25rem;
}

.mt-16{
  margin-top:4rem;
}

.mt-4{
  margin-top:1rem;
}

.mt-8{
  margin-top:2rem;
}

.block{
  display:block;
}

.inline-block{
  display:inline-block;
}

.flex{
  display:flex;
}

.inline-flex{
  display:inline-flex;
}

.grid{
  display:grid;
}

.contents{
  display:contents;
}

.hidden{
  display:none;
}

.size-6{
  width:1.5rem;
  height:1.5rem;
}

.size-full{
  width:100%;
  height:100%;
}

.h-1{
  height:0.25rem;
}

.h-10{
  height:2.5rem;
}

.h-5{
  height:1.25rem;
}

.h-6{
  height:1.5rem;
}

.h-8{
  height:2rem;
}

.h-auto{
  height:auto;
}

.h-full{
  height:100%;
}

.max-h-64{
  max-height:16rem;
}

.min-h-96{
  min-height:24rem;
}

.min-h-\[350px\]{
  min-height:350px;
}

.w-10{
  width:2.5rem;
}

.w-5{
  width:1.25rem;
}

.w-6{
  width:1.5rem;
}

.w-8{
  width:2rem;
}

.w-full{
  width:100%;
}

.max-w-7xl{
  max-width:80rem;
}

.max-w-full{
  max-width:100%;
}

.max-w-lg{
  max-width:32rem;
}

.max-w-none{
  max-width:none;
}

.max-w-xl{
  max-width:36rem;
}

.flex-1{
  flex:1 1 0%;
}

.shrink-0{
  flex-shrink:0;
}

.-translate-y-1\/2{
  --tw-translate-y:-50%;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform{
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer{
  cursor:pointer;
}

.resize{
  resize:both;
}

.list-disc{
  list-style-type:disc;
}

.grid-cols-12{
  grid-template-columns:repeat(12, minmax(0, 1fr));
}

.flex-col{
  flex-direction:column;
}

.flex-col-reverse{
  flex-direction:column-reverse;
}

.items-start{
  align-items:flex-start;
}

.items-center{
  align-items:center;
}

.justify-end{
  justify-content:flex-end;
}

.justify-center{
  justify-content:center;
}

.justify-between{
  justify-content:space-between;
}

.gap-1{
  gap:0.25rem;
}

.gap-10{
  gap:2.5rem;
}

.gap-2{
  gap:0.5rem;
}

.gap-4{
  gap:1rem;
}

.gap-5{
  gap:1.25rem;
}

.gap-8{
  gap:2rem;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(0.5rem * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse:0;
  border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width:calc(1px * var(--tw-divide-y-reverse));
}

.divide-\[rgba\(0\2c 0\2c 0\2c \.1\)\] > :not([hidden]) ~ :not([hidden]){
  border-color:rgba(0,0,0,.1);
}

.divide-\[rgba\(0\2c 0\2c 0\2c \.8\)\] > :not([hidden]) ~ :not([hidden]){
  border-color:rgba(0,0,0,.8);
}

.self-start{
  align-self:flex-start;
}

.overflow-hidden{
  overflow:hidden;
}

.overflow-y-auto{
  overflow-y:auto;
}

.overflow-x-hidden{
  overflow-x:hidden;
}

.rounded-full{
  border-radius:9999px;
}

.rounded-lg{
  border-radius:0.5rem;
}

.rounded-md{
  border-radius:0.375rem;
}

.rounded-l-lg{
  border-top-left-radius:0.5rem;
  border-bottom-left-radius:0.5rem;
}

.border{
  border-width:1px;
}

.border-l-4{
  border-left-width:4px;
}

.border-t{
  border-top-width:1px;
}

.border-none{
  border-style:none;
}

.border-\[rgba\(0\2c 0\2c 0\2c \.1\)\]{
  border-color:rgba(0,0,0,.1);
}

.border-\[rgba\(0\2c 0\2c 0\2c \.14\)\]{
  border-color:rgba(0,0,0,.14);
}

.border-\[rgba\(0\2c 0\2c 0\2c \.2\)\]{
  border-color:rgba(0,0,0,.2);
}

.border-\[rgba\(0\2c 0\2c 0\2c \.4\)\]{
  border-color:rgba(0,0,0,.4);
}

.border-\[rgba\(0\2c 0\2c 0\2c \.8\)\]{
  border-color:rgba(0,0,0,.8);
}

.border-gray-100{
  --tw-border-opacity:1;
  border-color:rgb(243 244 246 / var(--tw-border-opacity, 1));
}

.border-white{
  --tw-border-opacity:1;
  border-color:rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-opacity-50{
  --tw-border-opacity:0.5;
}

.bg-\[\#aa2589\]{
  --tw-bg-opacity:1;
  background-color:rgb(170 37 137 / var(--tw-bg-opacity, 1));
}

.bg-\[rgba\(0\2c 0\2c 0\2c \.1\)\]{
  background-color:rgba(0,0,0,.1);
}

.bg-\[rgba\(0\2c 0\2c 0\2c \.4\)\]{
  background-color:rgba(0,0,0,.4);
}

.bg-\[rgba\(0\2c 0\2c 0\2c \.6\)\]{
  background-color:rgba(0,0,0,.6);
}

.bg-\[rgba\(142\2c 15\2c 157\)\]{
  --tw-bg-opacity:1;
  background-color:rgba(142, 15, 157, var(--tw-bg-opacity, 1));
}

.bg-\[rgba\(255\2c 255\2c 255\2c \.6\)\]{
  background-color:rgba(255,255,255,.6);
}

.bg-\[rgba\(255\2c 255\2c 255\2c \.7\)\]{
  background-color:rgba(255,255,255,.7);
}

.bg-gray-100{
  --tw-bg-opacity:1;
  background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-50{
  --tw-bg-opacity:1;
  background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-gray-500{
  --tw-bg-opacity:1;
  background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1));
}

.bg-gray-800{
  --tw-bg-opacity:1;
  background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.bg-gray-900\/15{
  background-color:rgb(17 24 39 / 0.15);
}

.bg-red-500{
  --tw-bg-opacity:1;
  background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.bg-red-500\/5{
  background-color:rgb(239 68 68 / 0.05);
}

.bg-white{
  --tw-bg-opacity:1;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-opacity-60{
  --tw-bg-opacity:0.6;
}

.bg-cover{
  background-size:cover;
}

.bg-bottom{
  background-position:bottom;
}

.object-cover{
  -o-object-fit:cover;
     object-fit:cover;
}

.p-0{
  padding:0px;
}

.p-1{
  padding:0.25rem;
}

.p-10{
  padding:2.5rem;
}

.p-2{
  padding:0.5rem;
}

.p-4{
  padding:1rem;
}

.p-6{
  padding:1.5rem;
}

.px-10{
  padding-left:2.5rem;
  padding-right:2.5rem;
}

.px-2{
  padding-left:0.5rem;
  padding-right:0.5rem;
}

.px-3{
  padding-left:0.75rem;
  padding-right:0.75rem;
}

.px-4{
  padding-left:1rem;
  padding-right:1rem;
}

.px-6{
  padding-left:1.5rem;
  padding-right:1.5rem;
}

.py-16{
  padding-top:4rem;
  padding-bottom:4rem;
}

.py-2{
  padding-top:0.5rem;
  padding-bottom:0.5rem;
}

.py-32{
  padding-top:8rem;
  padding-bottom:8rem;
}

.pl-6{
  padding-left:1.5rem;
}

.text-center{
  text-align:center;
}

.align-middle{
  vertical-align:middle;
}

.text-2xl{
  font-size:1.5rem;
  line-height:2rem;
}

.text-3xl{
  font-size:1.875rem;
  line-height:2.25rem;
}

.text-4xl{
  font-size:2.25rem;
  line-height:2.5rem;
}

.text-lg{
  font-size:1.125rem;
  line-height:1.75rem;
}

.text-sm{
  font-size:0.875rem;
  line-height:1.25rem;
}

.text-xl{
  font-size:1.25rem;
  line-height:1.75rem;
}

.font-bold{
  font-weight:700;
}

.font-light{
  font-weight:300;
}

.font-medium{
  font-weight:500;
}

.font-normal{
  font-weight:400;
}

.font-semibold{
  font-weight:600;
}

.uppercase{
  text-transform:uppercase;
}

.leading-none{
  line-height:1;
}

.leading-relaxed{
  line-height:1.625;
}

.text-\[rgba\(0\2c 0\2c 0\2c \.8\)\]{
  color:rgba(0,0,0,.8);
}

.text-blue-500{
  --tw-text-opacity:1;
  color:rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.text-fuchsia-400{
  --tw-text-opacity:1;
  color:rgb(232 121 249 / var(--tw-text-opacity, 1));
}

.text-gray-200{
  --tw-text-opacity:1;
  color:rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.text-gray-300{
  --tw-text-opacity:1;
  color:rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-400{
  --tw-text-opacity:1;
  color:rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-500{
  --tw-text-opacity:1;
  color:rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600{
  --tw-text-opacity:1;
  color:rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700{
  --tw-text-opacity:1;
  color:rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-800{
  --tw-text-opacity:1;
  color:rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-red-500{
  --tw-text-opacity:1;
  color:rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-white{
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.shadow-lg{
  --tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md{
  --tw-shadow:0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.blur{
  --tw-blur:blur(8px);
  filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter{
  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);
}

.backdrop-blur-md{
  --tw-backdrop-blur:blur(12px);
  -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);
  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);
}

.backdrop-blur-sm{
  --tw-backdrop-blur:blur(4px);
  -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);
  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);
}

.transition{
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms;
}

.transition-shadow{
  transition-property:box-shadow;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms;
}

.hover\:bg-\[rgb\(204\2c 75\2c 219\)\]:hover{
  --tw-bg-opacity:1;
  background-color:rgb(204 75 219 / var(--tw-bg-opacity, 1));
}

.hover\:bg-black\/10:hover{
  background-color:rgb(0 0 0 / 0.1);
}

.hover\:text-blue-500:hover{
  --tw-text-opacity:1;
  color:rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-200:hover{
  --tw-text-opacity:1;
  color:rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover{
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover{
  text-decoration-line:underline;
}

.hover\:shadow-lg:hover{
  --tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:outline-none:focus{
  outline:2px solid transparent;
  outline-offset:2px;
}

.focus\:ring-2:focus{
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-inset:focus{
  --tw-ring-inset:inset;
}

.focus\:ring-white:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgb(255 255 255 / var(--tw-ring-opacity, 1));
}

@media (min-width: 640px){
  .sm\:flex-row{
    flex-direction:row;
  }

  .sm\:items-stretch{
    align-items:stretch;
  }

  .sm\:justify-start{
    justify-content:flex-start;
  }

  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(1rem * var(--tw-space-x-reverse));
    margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0px * var(--tw-space-y-reverse));
  }

  .sm\:px-6{
    padding-left:1.5rem;
    padding-right:1.5rem;
  }
}

@media (min-width: 768px){
  .md\:col-span-4{
    grid-column:span 4 / span 4;
  }

  .md\:col-span-8{
    grid-column:span 8 / span 8;
  }

  .md\:block{
    display:block;
  }

  .md\:hidden{
    display:none;
  }

  .md\:h-16{
    height:4rem;
  }

  .md\:w-1\/2{
    width:50%;
  }

  .md\:w-96{
    width:24rem;
  }

  .md\:w-auto{
    width:auto;
  }

  .md\:flex-row{
    flex-direction:row;
  }

  .md\:items-center{
    align-items:center;
  }

  .md\:justify-between{
    justify-content:space-between;
  }

  .md\:self-auto{
    align-self:auto;
  }

  .md\:text-left{
    text-align:left;
  }
}

@media (min-width: 1024px){
  .lg\:px-8{
    padding-left:2rem;
    padding-right:2rem;
  }
}

