/*
! tailwindcss v3.0.23 | 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)
*/
main [type="date"],main [type="checkbox"] {
  background-color: #f7f8f9;
}
#category_nav{
  display: none;
}
#SITE_FOOTER_WRAPPER_PC img{
  opacity:0.5;
}
.main_info p,.title_info{
  font-size:16px;
}
.title_info {
  margin: 0 auto;
  width: 90%;
  line-height: 2.0;
}
.main_head .font-medium{
  display: none !important;
}
.list-disc{
  width:90%;
  margin:0 auto;
}
.category_list_container{
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.category_list{
  display: block;
  height: 36px;
  line-height: 34px !important;
  border: #aaa 1px solid;
  padding: 0 15px;
  border-radius: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -ms-flexbox;
  margin: 5px;
}
.pan_list{
  display: flex;
}

.pan_list .pan_item1::after {
  content: '\0000A0\00003E\0000A0';
}

.post_body h2 {
  border-top: solid 2px var(--color_htag);
  border-bottom: solid 2px var(--color_htag);
  /* padding: 1em 0em; */
  line-height: 1.4;
  position: relative;
  z-index: 1;
}
.post_body dt, .post_body h2, .post_body h3, .post_body h4 {
  font-weight: 700;
}
.main_title h1{
  font-size: 2.2em;
  font-weight: 700;
}
.contents_mt{
  margin-top:5rem !important;
}
.footer_contents{
  width:95%;
  margin:0 auto;
}
.figure_products{
  margin: 0 auto;
  padding: 20px;
  /* border: double 4px black; */
  border-radius: 0.25rem !important;
}
.footer_image{
  position: absolute;
  bottom:0;
  z-index:0;
  width:100%;
}
@media (min-width: 768px){
  .post_body h2 {
    font-size: 1.6em;
  }
  .figure_products {
      width: 60%;
      margin: 0 auto;
  }
  iframe{
      width:100% !important;
      margin:0 auto;
  }
  #footer_recommendation{
      position: relative;
      min-height:1050px;
  }
  .post_body {
      padding-bottom: inherit !important;
  }
}
@media (max-width: 768px){
  .post_body h2 {
    font-size: 1.4em;
  }
  .title, .infomation, .image_info p{
      width: 90% !important;
      margin: 0 auto;
  }
  .post_body h1 {
      font-size: 1.6em !important;
  }
  iframe{
      width:90% !important;
      margin:0 auto;
  }
  .figure_products {
      width: 60%;
      margin: 0 auto;
  }
  .figure_products .box-title{
      font-size: 13px !important;
      top: -11px !important;
      left: 12px !important;
  }
  .figure_products{
      padding:1rem !important;
  }
  #footer_recommendation{
      position: relative;
      min-height:650px;
  }

}
.movieUrl{
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
}
.post_body img{
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.logo_header,.logo_header_jb,.footer_image{
  box-shadow: inherit !important;
}

.figure_products {
  max-width:680px;
  position: relative;
  margin: 0 auto;
  border: solid 3px #6b6b6b;
  border-radius: 8px;
  padding:2rem;
  border-radius: 1.25rem !important;
}
.figure_products .box-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background: #FFF;
  color: #6b6b6b;
  font-weight: bold;
}

@media (min-width: 1000px){
  .under{
      display: none;
  }
}
.footer_image{
  width:100%;
}
.sidebar-content a{
  color: #000;
}
header {
  opacity:0.95;
}
@media (max-width: 768px){
  header {
    opacity:0.75 !important;
  }
}
.square,.product_square{
  position: relative !important;
}
.square:before{
  content: "";
  display: block;
  padding-top: 50%;
}
.img_square{
  /* position: absolute; */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}
.product_square:before {
  content: "";
  display: block;
  padding-top: 100%;
}
:disabled {
  cursor: default;
  background: gray;
  background-color: #f2f2f2 !important;
}
select {
  border-radius: 0.375rem !important;
}
.product_shop_logo{
  width: 15%; 
  height: 15%;
}
.orange_gradient {
  background: linear-gradient(to right, #fcdc5c, #f6944c) !important;
}
.gray_gradient {
  background: linear-gradient(to right, #a2a2a2, #fcfcfc) !important;
}
.blue_gradient {
  background: linear-gradient(to right, #8c5efc, #5cdce4) !important;
}
.Itoshio_button {
    display:flex !important;
    align-items:center !important;
    justify-content:center;
}

.display_size_h2{
  margin-top:2.0rem;
  margin-bottom:2.0rem;
}

@media screen and (max-width: 767px) {
  .display_size_h2{
    margin-top:1.0rem !important;
    margin-bottom:1.0rem !important;
  }
}
.img_square{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  width:100%;
  max-height:100%;
  border-radius: 1.25rem !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

  /* 入力不可フィールドの背景色を変更 */
input[readonly] {
  background-color: #f2f2f2 !important; /* グレーなどの適切な色を使用 */
}
.user-info{
    padding-left: 2rem !important;
}
.user-select {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #fff;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); */
  border-radius: 10px;
  overflow: hidden;
  max-width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

.user-select-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  background-color: #f0f2f5;
}

.user-select-header h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.user-select-header input[type="text"] {
  width: 100%;
  padding: 8px 12px;
  border: none;
  border-radius: 4px;
  margin-left: 10px;
  font-size: 14px;
  background-color: #e4e6eb;
}

.user-list {
  padding: 10px;
  overflow-y: auto;
  max-height: 300px;
}

.user {
  display: flex;
  align-items: center;
  padding: 10px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.user:hover {
  background-color: #f0f2f5;
}

.user img {
  width: 40px;
  height: 40px;
  border-radius: 50
}

.user-actions{
    margin-left: auto;
    background-color: #454040;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 0px 12px;
    font-size: 14px;
    cursor: pointer;
}

.user-actions button {
  background-color: #454040;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.user-actions button:hover {
  background-color: #454040;
}

.selected-user {
  background-color: #454040;
}

.selected-user .user-actions button {
  background-color: #454040;
}

@media screen and (max-width: 767px) {
    .user-name{
        font-size:10px !important;
    }
    .user-actions {
        font-size: 11px !important;
    }
}

.swiper--wrapper {
/* wrapperのサイズを調整 */
width: 100%;
}
.swiper{
  width: 100%;
  overflow: hidden;
}

#top-contents-mobile{
  display: none;
}
#top_contents_pc_header{
  display: block;
}
#top_contents_mb_header{
  display: none;
}

@media (max-width: 800px){
  #top-contents-pc{
      display: none;
  }
  #top_contents_pc_header{
      display: none !important;
  }
  #top_contents_mb_header{
      display: block !important;
  }
  #top-contents-mobile{
      display: block !important;
  }
}
.top_contents{
padding-top:40px;
}
#comp-lednzfwu {
  width: 142px;
  height: 40px;
  margin: 0 auto;
}
[data-mesh-id=comp-l6pq21w1inlineContent-gridContainer] > [id="comp-lednzfwu"] {
  position: relative;
  margin: 0px 0px 10px calc((100% - 980px) * 0.5);
  left: 700px;
  grid-area: 3 / 1 / 4 / 2;
  justify-self: start;
  align-self: start;
}
#comp-lednzfwu .style-ledst0wp__root {
  -st-extends: StylableButton;
  transition: all 0.2s ease, visibility 0s;
  background: #595959;
}
.StylableButton2545352419__root {
  -archetype: box;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 100%;
  min-height: 10px;
  min-width: 10px;
  padding: 0;
  touch-action: manipulation;
  width: 100%;
}
#comp-lednzfwu .style-ledst0wp__root .StylableButton2545352419__container {
  transition: inherit;
}
.StylableButton2545352419__container {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-direction: row;
  flex-grow: 1;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  transition: all .2s ease,visibility 0s;
  width: 100%;
}
#comp-lednzfwu .style-ledst0wp__root .StylableButton2545352419__label {
  transition: inherit;
  color: #FFFFFF;
  font-family: avenir-lt-w01_35-light1475496,sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.05em;
}


.alert_level_2 {
  background-color: #0fafaa;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  padding: 0px 12px;
  text-align: center;
}
.alert_level_1 {
  background-color: #f87e7e;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 8px;
  height: 25px;
  line-height: 25px;
  padding: 0px 12px;
  width: 80px;
  text-align: center;
}

.alert_level_4 {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 8px;
  height: 25px;
  line-height: 25px;
  padding: 0px 12px;
  width: 80px;
  text-align: center;
  background-color:#C0C0C0;
}

.alert_level_3 {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 8px;
  height: 25px;
  line-height: 25px;
  padding: 0px 12px;
  width: 80px;
  text-align: center;
  background-color:#6592C6 !important;
}
td{
  /* font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; */
}

label {
  /* font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; */
}

input[type='text'] {
  height:40px !important;
}

[type='text'],[type='search'] {
  height:40px !important;
}

button{
  height: 40px !important;
}

.height_center {
  display: flex !important;
  align-items: center;
}

.center{
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.products_auth_Label{
  font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size:19px;
}

.font_rich_itoshio_auth{
  /* font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; */
  font-size:17px;
}
.font_rich_itoshio_title {
  font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
.font_rich_itoshio {
  /* font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; */
}

.heart {
  position: relative;
  width: 1em;
  height: 1em;
  margin: 0.2em;
  font-size: 15px;
}

.heart:before,
.heart:after {
  position: absolute;
  content: "";
  left: 0.5em;
  top: 0;
  width: 0.5em;
  height: 1em;
  background-color: pink;
  border-radius: 0.5em 0.5em 0 0;
  transform: rotate(-45deg);
  transform-origin: 0 100%;
}

.heart:after {
  left: 0;
  transform: rotate(45deg);
  transform-origin: 100% 100%;
}
.liked{
    font-size: 20px;
}

.InfoLabel{
  /* font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; */
  font-size: 25px;
}

@media (min-width: 767px){
  .InfoLabel{
    padding-top:15px;
  }
}

@media (max-width: 767px){
  .InfoLabel{
      font-size: 20px !important;
  }
}

.productsLabel{
  /* font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; */
  font-size: 30px;
}
@media (max-width: 767px){
  .productsLabel{
      font-size: 28px !important;
  }
}

.c-box[data-type=attention] {
font-size: 1.2rem;
background-color: #f0f1f4;
border: #d9dee6 1px solid;
}

.c-box {
padding: 20px;
}
.c-box {
position: relative;
color: #384359;
background-color: transparent;
border-radius: 4px;
}

.c-text[data-type=attention-text]:not(:last-child) {
margin-bottom: 4px;
}

.c-text[data-align=left] {
justify-content: flex-start;
}
.c-text[data-type=attention-text] {
font-size: 0.6rem;
color: #384359;
}
.c-text {
display: flex;
line-height: 1.4;
}

i.c-text__icon {
margin-right: 0.5rem;
line-height: unset;
}

i[class*=i-], i[class^=i-] {
font-family: bbqicon,Helvetica,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Sans",Meiryo,Arial,sans-serif;
font-variant: normal;
line-height: 1;
speak: none;
text-transform: none;
}
.c-text__body {
display: inline-block;
height: 100%;
}

.border_clump{
border-bottom: 3px solid #f0f1f4;
padding-bottom: 15px;
}

.back_info{
  font-size:15px;
}

.liked {
  color: pink;
}

.section_error{
  padding-top:3.0rem;
  margin-top: 3rem !important;
  width: 80%;
  margin: 0 auto;
  text-align:center;
  font-size:20px;
}
.section_error_content{
  padding:20px;
  margin: 0 auto;
}

@media(max-width: 900px){
  .section_error{
    width: 90% !important;
    font-size:13px !important;
  }
  .section_error_content{
    padding:20px;
  }
}

.error_link{
  color:#0033cc; 
  border-bottom: 1px solid #0033cc;
}
.side{
  max-width: 750px;
  margin: 0 auto;
}
.grid {
display: grid;
gap: 10px;
grid-template-columns: 1fr 2fr;
}
@media(max-width: 900px){
.grid {
grid-template-columns: 1fr;
}
}
details {
margin: 0 auto 10px;
width: 580px;
}
.agreement-item-border{
  border-bottom:1px solid white;
}

@media(max-width: 900px){
.agreement-item{
  font-size: 13px !important;
}
}

.agreement-item{
display: flex; /*質問文とプラスアイコンを横並びとデフォルトの三角矢印をリセット*/
justify-content: space-between; /*左右両端に配置*/
align-items: center; /*上下中央配置*/
padding: 20px;
font-size: 16px;
background-color: #d6d6d6;
cursor: pointer; /*カーソルをのせたときにpointer表示に指定*/
}
summary {
display: flex; /*質問文とプラスアイコンを横並びとデフォルトの三角矢印をリセット*/
justify-content: space-between; /*左右両端に配置*/
align-items: center; /*上下中央配置*/
padding: 20px 30px; font-size: 18px;
background-color: #d6d6d6;
border-radius: 10px;
cursor: pointer; /*カーソルをのせたときにpointer表示に指定*/
}

.Itoshio_shopping-item-card__actions .Itoshio_button {
  padding-left: .5rem;
  padding-right: .5rem;
  }
  
  .Itoshio_shopping-item-card__actions .Itoshio_button {
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: break-all;
  }
  .Itoshio_button:lang(ja), .Itoshio_button:lang(ko), .Itoshio_button:lang(th), .Itoshio_button:lang(zh) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
  }
  .Itoshio_button:lang(ja) {
  font-size: .8rem;
  }
  .Itoshio_button {
  border: none;
  background: none;
  padding: 1rem 1.5rem;
  transition: border .3s cubic-bezier(.39,.575,.565,1),box-shadow .3s cubic-bezier(.39,.575,.565,1),color .3s cubic-bezier(.39,.575,.565,1),background .3s cubic-bezier(.39,.575,.565,1),box-shadow .3s cubic-bezier(.39,.575,.565,1);
  }
  .Itoshio_button,  .Itoshio_chip-button,  .Itoshio_icon-button {
  text-align: center;
  cursor: pointer;
  }
  button {
  border: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  text-align: inherit;
  }
  button,  input,  optgroup,  select,  textarea {
  margin: 0;
  }
  
  .Itoshio_shopping-item-card__actions>* {
  width: 50%;
  }
  .Itoshio_button {
  font-size: 1rem;
  letter-spacing: .025rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: inherit;
  display: inline-block;
  box-sizing: border-box;
  }
  .Itoshio_button_border {
    border: 1px solid rgba(0,0,0,0.1);
  }
  .Itoshio_button, .Itoshio_chip-button, .Itoshio_icon-button {
  text-decoration: none;
  }

  .Itoshio_cart__actions {
    margin-top: 1.5rem;
    }
    @media screen and (min-width: 64rem){
    .Itoshio_cart__actions {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    }
    }
    .Itoshio_cart__actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    }
    .Itoshio_button.-primary {
    background-color: #454040;
    }
    .Itoshio_button.-fullwidth {
    width: 100%;
    }
    .Itoshio_button.-primary {
    color: #fff;
    line-height: 1;
    }
    .Itoshio_button {
    letter-spacing: 0;
    line-height: normal;
    font-style: normal;
    }
    .Itoshio_button {
    font-size: .8rem;
    }
    
    .Itoshio_button.-primary {
    color: #fff;
    line-height: 1;
    }
    .Itoshio_button {
    letter-spacing: 0;
    line-height: normal;
    font-style: normal;
    }
    .Itoshio_button {
    font-size: .8rem;
    }
    .Itoshio_button,  .Itoshio_chip-button,  .Itoshio_icon-button {
    text-align: center;
    cursor: pointer;
    }

.flex-center{
  display: flex;
  justify-content: center;
  align-items: center;
}

button {
  max-width: 350px !important;
}

.radio__list {
  display : flex;
  flex-flow: wrap;
  justify-content: space-around;
}

.radio__item {
  display: block;
}


input[type="checkbox"],
input[type="radio"] { /*チェックボックスとラジオボタンのスタイルリセット*/
  /* position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px; */
}


.radio__label {
  display: flex; /*ラジオボタンとラベルの横並び*/
  align-items: center; /*ラジオボタンとラベルの上下中央揃え*/
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  background-color: #c9d8e2;
  border: 3px solid #96aab7;
  border-radius: 10px;
}

.radio__label::before { /*オリジナルのラジオボタン*/
  content: '';
  display: inline-block;
  margin-right: 20px;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border: 2px solid #96aab7;
  border-radius: 25px;
}

input.form__input:checked ~ .radio__label { /*checked状態のボタンスタイル*/
  color: #f4f4f4;
  background-color: #053e62;
}

input.form__input:focus ~ .radio__label { /*focus時のボタンスタイル*/
  border: 3px solid #0277b4;
  box-shadow: 0 0 8px #0277b4;
}

input.form__input:checked ~ .radio__label::before { /*checked状態のラジオボタンスタイル*/
  background-color: #0277b4;
  background-image: radial-gradient(#fff 29.5%, #0277b4 31.5%);
  border: 2px solid #053e62;
}

/*checkboxスタイル*/
.checkbox__list {
  display: flex; /*checkboxアイテムの横並び*/
  flex-wrap: wrap; /*折り返し指定*/
  gap: 20px; /*checkboxアイテム間の余白指定*/
}

.checkbox__item {
  display: inline-block;
}

.checkbox__label {
  display: flex; /*チェックボックスとラベルの横並び*/
  align-items: center; /*チェックボックスとラベルの上下中央揃え*/
  position: relative; /*疑似要素::afterの位置基準*/
  padding: 10px 20px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  background-color: #c9d8e2;
  border: 3px solid #96aab7;
  border-radius: 10px;
}

.checkbox__label::before { /*オリジナルのチェックボックス*/
  content: '';
  display: inline-block;
  margin-right: 20px;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border: 2px solid #96aab7;
  border-radius: 6px;
}

input.form__input:checked ~ .checkbox__label { /*checked状態のボタンスタイル*/
  color: #f4f4f4;
  background-color: #053e62;
}

input.form__input:focus ~ .checkbox__label { /*focus時のボタンスタイル*/
  border: 3px solid #0277b4;
  box-shadow: 0 0 8px #0277b4;
}

input.form__input:checked ~ .checkbox__label::before { /*checked状態のチェックボックススタイル*/
  background-color: #0277b4;
  border: 2px solid #053e62;
}

input.form__input:checked ~ .checkbox__label::after { /*checked状態のチェックマークスタイル*/
  content: '';
  position: absolute;
  top: 50%;
  left: 26px;
  transform: translateY(-50%) rotate(-45deg);
  width: 14px;
  height: 4px;
  border-bottom: 3px solid #f4f4f4;
  border-left: 3px solid #f4f4f4;
}

.required_span{
  display: inline-block; 
  height: 16px;
  padding: 0 4px;
  font-family: inherit;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 16px;
  color: #fff;
  text-align: center;
  background-color: #c2c8d2;
  border-radius: 2px;
  font-size: 10px;
  margin-left:0.3rem;
}


.submitBtn--small {
  height: 40px;
  line-height: 40px;
}
.submitBtn--normal {
  width: 320px;
}
.submitBtn--small {
  font-size: 1.4rem;
}
.submitBtn {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 16px;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 8px;
  outline: 0;
  transition: .15s linear;
  -webkit-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 48px;
  line-height: 48px;
  color: #fff;
  border: none;
  width: 90%;
  max-width: 350px;
}

.submitBtn_bg-orange{
  background-color: #FC5900 !important;
}
.submitBtn_bg-blue {
  background-color: #1e8eff !important;
}
.navCartIcon{
	position: absolute;
	left: 66%;
	top: 5px;
	width: 17px;
	height: 17px;
	font-size: 11px;
	border-radius: 9px;
	background: #c7004c;/*商品数〇色の指定 */
	box-shadow: 0px 1px 2px #ccc;
	line-height: 17px;
	color: #fff;/*商品数文字色の指定 */
	font-family: Arial, Helvetica, "sans-serif";
}

.navCartIcon_PC{
	position: absolute;
	left: 85%;
	top: -10px;
	width: 17px;
	height: 17px;
	font-size: 11px;
	border-radius: 9px;
	background: #c7004c;/*商品数〇色の指定 */
	box-shadow: 0px 1px 2px #ccc;
	line-height: 17px;
	color: #fff;/*商品数文字色の指定 */
	font-family: Arial, Helvetica, "sans-serif";
  padding-left:5px;
}


.center_mobile{
  text-align: center;
}

.btn_cart_color{
background-color: #FC5900 !important;
color:white !important;
}
.btn_before_color{
  background-color: #6592C6 !important;
}

.head{
  color: #545454 !important;
  }
  .top{
  color: #545454 !important;
  }

  
  .pc_item{
  width: 60%;
  margin:0 auto;
  }
  
  .head-btn{
  display: none;
  }
      .swiper{
          display: none;
      }
      .swiper.swiper-initialized{
          display: block !important;
      }
  
  html,
        body {
          position: relative;
          height: 100%;
        }
  
        body {
          background: #ffffff;
          font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
          font-size: 14px;
          color: #000;
          margin: 0;
          padding: 0;
        }
  
        .swiper {
          width: 100%;
        }
  
        .swiper-slide {
          background-position: center;
          background-size: cover;
        }
  
        .swiper-slide img {
          display: block;
          width: 100%;
        }
  .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
      content: '';
  }
  .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
      content: '';
  }
      .submit{
      text-align : center;
      cursor: pointer;
      width: 90%;
      height: 130px;
       border-radius: 30px;
       z-index: 10000;
       box-shadow: 0 0 5px 0.5px rgba(0,0,0,0.5);
  }
  
  #mt_pc{
      margin-top: 20px !important;
  }
  
  @media (max-width: 767px){
      .mt_mobile{
      margin-top: 30px;
  }
  
  .logo_mb{
  width: 150px !important;
  }
  
      .mobile_pg{
          margin-top: 60px !important; 
          margin: 0 auto;
          width: 100%;
      }
      .phone_mb{
          width:80%;
          margin:0 auto;
      }
  .submit_mobile{
      text-align : center;
      cursor: pointer;
      width: 90%;
      height: 70px;
      border-radius: 30px;
      box-shadow: 0 0 5px 0.5px rgba(0,0,0,0.5);
  }
  .menu-btn{
  display: block;
  }
  .top_menu{
      display: none;
  }
  .phone_item{
  width: 90%;
  margin:0 auto;
  }
  
  }
  
  
  .form_submit{
   }
  .pc{
    height: 780px !important;
  }
      .custom-bg{
      padding-bottom: 15px;
      }
  .mb-2{
      padding-top: 15px;
      padding-bottom: 10px;
      padding-left: 15px;
  }
      input[type="submit"] {
          cursor: pointer;
          text-align: center;
      }
  .custom-category-grid-content {
      font-size: 11px;
      padding: 0 1rem 0 2rem;
      border: none;
      color: #000;
      width: 100%;
      height: 40px;
  }
  .custom-category-list {
      display: grid;
      grid-template-columns: 1fr 1fr;
      margin-top: 2rem;
  width : 50%;
  margin: 0 auto;
  }
  .custom-category-grid-content {
      display: flex;
      align-items: center;
      border: .5px solid #000;
  }
  img {
      max-width: 100%;
      height: auto;
      border-style: none;
      vertical-align: top;
  }
  .custom-catgory-icon-01 {
      display: block;
      position: absolute;
      width: 30px;
      height: 30px;
  }
  
  h3{
      color: #545454 !important;
  }
  h2{
      color: #545454 !important;
  }
  .color {
      color: #545454 !important;
  }
  
  
  .bg-white{
      /* display: none !important; */
    }
  
    .shadow{
      display: none !important;
    }
    @media (max-width: 767px){
    .facility_index .hr_brands .brand .brand_list .list li.listitem {
        -webkit-transition: opacity 1.2s 0s ease;
        transition: opacity 1.2s 0s ease;
    }
  
    .custom-category-list {
  width : 86%;
  }
    }
    @media (max-width: 767px){
  .hr_brands .brand .brand_list .list li {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
      flex: 0 1 50%;
      margin: 0;
      margin-bottom: 16px;
  }
  .text {
    font-size: 18px !important;
}
  
  }

.text {
    font-size: 22px;
}
  .list li {
      position: relative;
      display: block;
      overflow: hidden;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 31.8%;
      flex: 0 1 31.8%;
      margin-left: 2.2%;
      margin-bottom: 5.4%;
  }
  .list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  }
  
  .hr_brands .brand .brand_list {
      display: table-cell;
      vertical-align: top;
  }
  .list li .image {
      width: 100%;
      overflow: hidden;
      position: relative;
      -webkit-transition: .5s;
      transition: .5s;
  }
  @media (max-width: 767px){
  .hr_brands .brand .brand_list .list li .tags, .hr_brands .brand .brand_list .list li .title, .hr_brands .brand .brand_list .list li .description {
      padding-left: 16px;
      padding-right: 16px;
  }
  }
  .list li .tags {
      padding: 6px 0;
      padding-bottom: 4px;
  }
  .list li .tags .tag {
      font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "   S V b N Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN",    C   I, Meiryo, sans-serif;
      display: inline-block;
      font-size: 12px;
      color: rgb(135, 134, 132);
      padding: 4px 0px;
  }
  .gold{
  background: repeating-linear-gradient(0deg, #B67B03 0.1em, #DAAF08 0.2em,#DAAF08 0.4em, #B67B03 0.5em);
   -webkit-background-clip: text;
    color: transparent !important;
  }
  .list li .title {
      font-weight: bold;
      font-size: 18px;
      line-height: 170%;
  }
  .list li .description {
      font-size: 12px;
      font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "   S V b N Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN",    C   I, Meiryo, sans-serif;
      line-height: 170%;
  }
  .inner {
      display: block;
      width: 944px;
      padding: 24px 0;
      margin: 0 auto;
  }
  .list li .image:before {
      content: '';
      display: block;
  }
  
  
  .top_menu{
  opacity: 0.6;
  }
  
  .logo{
  mix-blend-mode: screen;
  }
  .pc_item{
    width: 60%;
    margin:0 auto;
    }
  
  .swiper-button-next  {
  /* display: none !important; */
  }
  .swiper-button-prev{
  /* display: none !important; */
  }
  
    @media (max-width: 767px){
      .phone_item{
      width: 90%;
      margin:0 auto;
      }
      
      }
    
  
  #gradtion {
  height: 34px;
     background: -moz-linear-gradient(top, #e3d29f, #292929);
    background: -webkit-linear-gradient(top, #e3d29f, #292929);
    background: linear-gradient(to bottom, #e3d29f, #292929);
    /* O   f [ V     ȊO ͏ȗ */
  }
  
  #gradtion_foot {
  height: 34px;
     background: -moz-linear-gradient(top, #292929, #e3d29f);
    background: -webkit-linear-gradient(top, #292929, #e3d29f);
    background: linear-gradient(to bottom, #292929, #e3d29f);
    /* O   f [ V     ȊO ͏ȗ */
  }
  
  .shadow{
  display: none !important;
  }
  #gt-nvframe{
  display: none !important;
  }
  .antialiased{
  margin:0 !important;
  }
  
      .swiper{
          display: none;
      }
      .swiper.swiper-initialized{
          display: block;
      }
  
  *,
  ::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.
  */
  
  html {
    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: Nunito, 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"; /* 4 */
  }
  
  /*
  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. 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-size: 1em; /* 2 */
  }
  
  /*
  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-size: 100%; /* 1 */
    line-height: 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,
  [type='button'],
  [type='reset'],
  [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;
  }
  
  /*
  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:-ms-input-placeholder, textarea:-ms-input-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;
  }
  
  /*
  Ensure the default browser behavior of the `hidden` attribute.
  */
  
  [hidden] {
    display: none;
  }
  
  [type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
  }
  
  [type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-color: #2563eb;
  }
  
  input::-moz-placeholder, textarea::-moz-placeholder {
    color: #6b7280;
    opacity: 1;
  }
  
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #6b7280;
    opacity: 1;
  }
  
  input::placeholder,textarea::placeholder {
    color: #6b7280;
    opacity: 1;
  }
  
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  
  select {
    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");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
            color-adjust: exact;
  }
  
  [multiple] {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    -webkit-print-color-adjust: unset;
            color-adjust: unset;
  }
  
  [type='checkbox'],[type='radio'] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
            color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #2563eb;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  
  [type='checkbox'] {
    border-radius: 0px;
  }
  
  [type='radio'] {
    border-radius: 100%;
  }
  
  [type='checkbox']:focus,[type='radio']:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --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);
  }
  
  [type='checkbox']:checked,[type='radio']:checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  [type='checkbox']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
  }
  
  [type='radio']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
  }
  
  [type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  
  [type='checkbox']:indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  [type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  
  [type='file'] {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  
  [type='file']:focus {
    outline: 1px auto -webkit-focus-ring-color;
  }
  
  *, ::before, ::after {
    --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-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:  ;
  }
  .container {
    width: 100%;
  }
  @media (min-width: 640px) {
  
    .container {
      max-width: 640px;
    }
  }
  @media (min-width: 768px) {
  
    .container {
      max-width: 768px;
    }
  }
  @media (min-width: 1024px) {
  
    .container {
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px) {
  
    .container {
      max-width: 1280px;
    }
  }
  @media (min-width: 1536px) {
  
    .container {
      max-width: 1536px;
    }
  }
  .sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }
  .fixed {
    position: fixed !important;
  }
  .absolute {
    position: absolute !important;
  }
  .relative {
    position: relative !important;
  }
  .top-0 {
    top: 0px !important;
  }
  .right-0 {
    right: 0px !important;
  }
  .left-0 {
    left: 0px !important;
  }
  .z-0 {
    z-index: 0 !important;
  }
  .z-50 {
    z-index: 50 !important;
  }
  .-m-2 {
    margin: -0.5rem !important;
  }
  .m-8 {
    margin: 2rem !important;
  }
  .m-1 {
    margin: 0.25rem !important;
  }
  .m-auto {
    margin: auto !important;
  }
  .-m-4 {
    margin: -1rem !important;
  }
  .m-auto {
    margin: auto !important;
  }
  .-m-2 {
    margin: -0.5rem !important;
  }
  .m-auto {
    margin: auto !important;
  }
  .-m-2 {
    margin: -0.5rem !important;
  }
  .m-auto {
    margin: auto !important;
  }
  .-m-2 {
    margin: -0.5rem !important;
  }
  .m-auto {
    margin: auto !important;
  }
  .-m-2 {
    margin: -0.5rem !important;
  }
  .m-auto {
    margin: auto !important;
  }
  .-m-2 {
    margin: -0.5rem !important;
  }
  .mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .ml-3 {
    margin-left: 0.75rem !important;
  }
  .-ml-px {
    margin-left: -1px !important;
  }
  .mb-12 {
    margin-bottom: 3rem !important;
  }
  .mb-4 {
    margin-bottom: 1rem !important;
  }
  .mt-1 {
    margin-top: 0.25rem !important;
  }
  .mt-4 {
    margin-top: 1rem !important;
  }
  .ml-4 {
    margin-left: 1rem !important;
  }
  .ml-1 {
    margin-left: 0.25rem !important;
  }
  .mt-2 {
    margin-top: 0.5rem !important;
  }
  .mr-2 {
    margin-right: 0.5rem !important;
  }
  .ml-2 {
    margin-left: 0.5rem !important;
  }
  .mt-8 {
    margin-top: 2rem !important;
  }
  .ml-12 {
    margin-left: 3rem !important;
  }
  .-mt-px {
    margin-top: -1px !important;
  }
  .mb-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .mr-4 {
    margin-right: 1rem !important;
  }
  .mr-3 {
    margin-right: 0.75rem !important;
  }
  .ml-auto {
    margin-left: auto !important;
  }
  .-mr-2 {
    margin-right: -0.5rem !important;
  }
  .mt-3 {
    margin-top: 0.75rem !important;
  }
  .mr-5 {
    margin-right: 1.25rem !important;
  }
  .mb-8 {
    margin-bottom: 2rem !important;
  }
  .mb-6 {
    margin-bottom: 1.5rem !important;
  }
  .mt-6 {
    margin-top: 1.5rem !important;
  }
  .mr-6 {
    margin-right: 1.5rem !important;
  }
  .mb-8 {
    margin-bottom: 2rem !important;
  }
  .ml-1 {
    margin-left: 0.25rem !important;
  }
  .mt-8 {
    margin-top: 2rem !important;
  }
  .mt-4 {
    margin-top: 1rem !important;
  }
  .mt-1 {
    margin-top: 0.25rem !important;
  }
  .mb-6 {
    margin-bottom: 1.5rem !important;
  }
  .mr-2 {
    margin-right: 0.5rem !important;
  }
  .ml-2 {
    margin-left: 0.5rem !important;
  }
  .mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-12 {
    margin-bottom: 3rem !important;
  }
  .mb-4 {
    margin-bottom: 1rem !important;
  }
  .mb-8 {
    margin-bottom: 2rem !important;
  }
  .ml-1 {
    margin-left: 0.25rem !important;
  }
  .mt-8 {
    margin-top: 2rem !important;
  }
  .mt-4 {
    margin-top: 1rem !important;
  }
  .mt-1 {
    margin-top: 0.25rem !important;
  }
  .mb-6 {
    margin-bottom: 1.5rem !important;
  }
  .mr-2 {
    margin-right: 0.5rem !important;
  }
  .ml-2 {
    margin-left: 0.5rem !important;
  }
  .mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-12 {
    margin-bottom: 3rem !important;
  }
  .mb-4 {
    margin-bottom: 1rem !important;
  }
  .mb-8 {
    margin-bottom: 2rem !important;
  }
  .ml-1 {
    margin-left: 0.25rem !important;
  }
  .mt-8 {
    margin-top: 2rem !important;
  }
  .mt-4 {
    margin-top: 1rem !important;
  }
  .mt-1 {
    margin-top: 0.25rem !important;
  }
  .mb-6 {
    margin-bottom: 1.5rem !important;
  }
  .mr-2 {
    margin-right: 0.5rem !important;
  }
  .ml-2 {
    margin-left: 0.5rem !important;
  }
  .mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-12 {
    margin-bottom: 3rem !important;
  }
  .mb-4 {
    margin-bottom: 1rem !important;
  }
  .mb-8 {
    margin-bottom: 2rem !important;
  }
  .ml-1 {
    margin-left: 0.25rem !important;
  }
  .mt-8 {
    margin-top: 2rem !important;
  }
  .mt-4 {
    margin-top: 1rem !important;
  }
  .ml-6 {
    margin-left: 1.5rem !important;
  }
  .ml-4 {
    margin-left: 1rem !important;
  }
  .mr-4 {
    margin-right: 1rem !important;
  }
  .mt-1 {
    margin-top: 0.25rem !important;
  }
  .mb-6 {
    margin-bottom: 1.5rem !important;
  }
  .mr-2 {
    margin-right: 0.5rem !important;
  }
  .ml-2 {
    margin-left: 0.5rem !important;
  }
  .mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-12 {
    margin-bottom: 3rem !important;
  }
  .mb-4 {
    margin-bottom: 1rem !important;
  }
  .mb-8 {
    margin-bottom: 2rem !important;
  }
  .ml-1 {
    margin-left: 0.25rem !important;
  }
  .mt-8 {
    margin-top: 2rem !important;
  }
  .mt-12{
    margin-top: 2.5rem !important;
  }
  .mt-4 {
    margin-top: 1rem !important;
  }
  .ml-6 {
    margin-left: 1.5rem !important;
  }
  .ml-4 {
    margin-left: 1rem !important;
  }
  .mr-4 {
    margin-right: 1rem !important;
  }
  .mt-1 {
    margin-top: 0.25rem !important;
  }
  .mb-6 {
    margin-bottom: 1.5rem !important;
  }
  .mr-2 {
    margin-right: 0.5rem !important;
  }
  .ml-2 {
    margin-left: 0.5rem !important;
  }
  .mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-12 {
    margin-bottom: 3rem !important;
  }
  .mb-4 {
    margin-bottom: 1rem !important;
  }
  .block {
    display: block !important;
  }
  .inline-block {
    display: inline-block !important;
  }
  .flex {
    display: flex !important;
  }
  .inline-flex {
    display: inline-flex !important;
  }
  .table {
    display: table !important;
  }
  .grid {
    display: grid !important;
  }
  .hidden {
    display: none !important;
  }
  .h-5 {
    height: 1.25rem !important;
  }
  .h-32 {
    height: 8rem !important;
  }
  .h-20 {
    height: 5rem !important;
  }
  .h-8 {
    height: 2rem !important;
  }
  .h-16 {
    height: 4rem !important;
  }
  .h-40 {
    height: 10rem !important;
  }
  .h-10 {
    height: 2.5rem !important;
  }
  .h-4 {
    height: 1rem !important;
  }
  .h-6 {
    height: 1.5rem !important;
  }
  .h-1 {
    height: 0.25rem !important;
  }
  .h-screen {
    height: 100vh !important;
  }
  .h-full {
    height: 100% !important;
  }
  .h-screen {
    height: 100vh !important;
  }
  .h-16 {
    height: 4rem !important;
  }
  .h-32 {
    height: 8rem !important;
  }
  .h-screen {
    height: 100vh !important;
  }
  .h-16 {
    height: 4rem !important;
  }
  .h-32 {
    height: 8rem !important;
  }
  .h-screen {
    height: 100vh !important;
  }
  .h-16 {
    height: 4rem !important;
  }
  .h-32 {
    height: 8rem !important;
  }
  .h-screen {
    height: 100vh !important;
  }
  .h-16 {
    height: 4rem !important;
  }
  .h-32 {
    height: 8rem !important;
  }
  .h-screen {
    height: 100vh !important;
  }
  .h-16 {
    height: 4rem !important;
  }
  .h-32 {
    height: 8rem !important;
  }
  .min-h-screen {
    min-height: 100vh !important;
  }
  .w-5 {
    width: 1.25rem !important;
  }
  .w-full {
    width: 100% !important;
  }
  .w-1\/2 {
    width: 50% !important;
  }
  .w-20 {
    width: 5rem !important;
  }
  .w-8 {
    width: 2rem !important;
  }
  .w-auto {
    width: auto !important;
  }
  .w-40 {
    width: 10rem !important;
  }
  .w-1\/4 {
    width: 25% !important;
  }
  .w-4 {
    width: 1rem !important;
  }
  .w-6 {
    width: 1.5rem !important;
  }
  .w-12 {
    width: 3rem !important;
  }
  .w-16 {
    width: 4rem !important;
  }
  .w-32 {
    width: 8rem !important;
  }
  .w-28 {
    width: 7rem !important;
  }
  .w-48 {
    width: 12rem !important;
  }
  .w-full {
    width: 100% !important;
  }
  .w-16 {
    width: 4rem !important;
  }
  .w-1\/2 {
    width: 50% !important;
  }
  .w-full {
    width: 100% !important;
  }
  .w-16 {
    width: 4rem !important;
  }
  .w-1\/2 {
    width: 50% !important;
  }
  .w-full {
    width: 100% !important;
  }
  .w-16 {
    width: 4rem !important;
  }
  .w-1\/2 {
    width: 50% !important;
  }
  .w-full {
    width: 100% !important;
  }
  .w-16 {
    width: 4rem !important;
  }
  .w-1\/2 {
    width: 50% !important;
  }
  .w-full {
    width: 100% !important;
  }
  .w-16 {
    width: 4rem !important;
  }
  .w-1\/2 {
    width: 50% !important;
  }
  .min-w-full {
    min-width: 100% !important;
  }
  .max-w-6xl {
    max-width: 72rem !important;
  }
  .max-w-7xl {
    max-width: 80rem !important;
  }
  .max-w-sm {
    max-width: 24rem !important;
  }
  .max-w-full {
    max-width: 100% !important;
  }
  .max-w-lg {
    max-width: 32rem !important;
  }
  .max-w-xl {
    max-width: 36rem !important;
  }
  .max-w-sm {
    max-width: 24rem !important;
  }
  .max-w-full {
    max-width: 100% !important;
  }
  .max-w-lg {
    max-width: 32rem !important;
  }
  .max-w-sm {
    max-width: 24rem !important;
  }
  .max-w-full {
    max-width: 100% !important;
  }
  .max-w-lg {
    max-width: 32rem !important;
  }
  .max-w-sm {
    max-width: 24rem !important;
  }
  .max-w-full {
    max-width: 100% !important;
  }
  .max-w-lg {
    max-width: 32rem !important;
  }
  .max-w-sm {
    max-width: 24rem !important;
  }
  .max-w-full {
    max-width: 100% !important;
  }
  .max-w-lg {
    max-width: 32rem !important;
  }
  .max-w-sm {
    max-width: 24rem !important;
  }
  .max-w-full {
    max-width: 100% !important;
  }
  .max-w-lg {
    max-width: 32rem !important;
  }
  .flex-1 {
    flex: 1 1 0% !important;
  }
  .shrink-0 {
    flex-shrink: 0 !important;
  }
  .table-auto {
    table-layout: auto !important;
  }
  .origin-top-left {
    transform-origin: top left !important;
  }
  .origin-top {
    transform-origin: top !important;
  }
  .origin-top-right {
    transform-origin: top right !important;
  }
  .scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
    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)) !important;
  }
  .scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    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)) !important;
  }
  .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)) !important;
  }
  .cursor-default {
    cursor: default !important;
  }
  .resize-none {
    resize: none !important;
  }
  .list-inside {
    list-style-position: inside !important;
  }
  .list-none {
    list-style-type: none !important;
  }
  .list-disc {
    list-style-type: disc !important;
  }
  .appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .flex-col {
    flex-direction: column !important;
  }
  .flex-col-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-wrap {
    flex-wrap: wrap !important;
  }
  .items-center {
    align-items: center !important;
  }
  .justify-start {
    justify-content: flex-start !important;
  }
  .justify-end {
    justify-content: flex-end !important;
  }
  .justify-center {
    justify-content: center !important;
  }
  .justify-between {
    justify-content: space-between !important;
  }
  .justify-around {
    justify-content: space-around !important;
  }
  .space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  .space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  .space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }
  .space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }
  .space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  .space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }
  .overflow-auto {
    overflow: auto !important;
  }
  .overflow-hidden {
    overflow: hidden !important;
  }
  .whitespace-nowrap {
    white-space: nowrap !important;
  }
  .rounded-md {
    border-radius: 0.375rem !important;
  }
  .rounded {
    border-radius: 0.25rem !important;
  }
  .rounded-full {
    border-radius: 9999px !important;
  }
  .rounded-lg {
    border-radius: 0.5rem !important;
  }
  .rounded-full {
    border-radius: 9999px !important;
  }
  .rounded {
    border-radius: 0.25rem !important;
  }
  .rounded-full {
    border-radius: 9999px !important;
  }
  .rounded {
    border-radius: 0.25rem !important;
  }
  .rounded-full {
    border-radius: 9999px !important;
  }
  .rounded {
    border-radius: 0.25rem !important;
  }
  .rounded-full {
    border-radius: 9999px !important;
  }
  .rounded {
    border-radius: 0.25rem !important;
  }
  .rounded-full {
    border-radius: 9999px !important;
  }
  .rounded {
    border-radius: 0.25rem !important;
  }
  .rounded-l-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }
  .rounded-r-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }
  .rounded-tl {
    border-top-left-radius: 0.25rem !important;
  }
  .rounded-bl {
    border-bottom-left-radius: 0.25rem !important;
  }
  .rounded-tr {
    border-top-right-radius: 0.25rem !important;
  }
  .rounded-br {
    border-bottom-right-radius: 0.25rem !important;
  }
  .border {
    border-width: 1px !important;
  }
  .border-0 {
    border-width: 0px !important;
  }
  .border-2 {
    border-width: 2px !important;
  }
  .border {
    border-width: 1px !important;
  }
  .border-0 {
    border-width: 0px !important;
  }
  .border {
    border-width: 1px !important;
  }
  .border-0 {
    border-width: 0px !important;
  }
  .border {
    border-width: 1px !important;
  }
  .border-0 {
    border-width: 0px !important;
  }
  .border {
    border-width: 1px !important;
  }
  .border-0 {
    border-width: 0px !important;
  }
  .border {
    border-width: 1px !important;
  }
  .border-0 {
    border-width: 0px !important;
  }
  .border-t {
    border-top-width: 1px !important;
  }
  .border-b {
    border-bottom-width: 1px !important;
  }
  .border-b-2 {
    border-bottom-width: 2px !important;
  }
  .border-r {
    border-right-width: 1px !important;
  }
  .border-l-4 {
    border-left-width: 4px !important;
  }
  .border-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
  }
  .border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
  }
  .border-gray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(156 163 175 / var(--tw-border-opacity)) !important;
  }
  .border-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(243 244 246 / var(--tw-border-opacity)) !important;
  }
  .border-gray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(107 114 128 / var(--tw-border-opacity)) !important;
  }
  .border-transparent {
    border-color: transparent !important;
  }
  .border-gray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(17 24 39 / var(--tw-border-opacity)) !important;
  }
  .border-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(129 140 248 / var(--tw-border-opacity)) !important;
  }
  .border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
  }
  .border-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
  }
  .border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
  }
  .border-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
  }
  .border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
  }
  .border-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
  }
  .border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
  }
  .border-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
  }
  .border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
  }
  .border-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
  }
  .bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  }
  .bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
  }
  .bg-indigo-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(99 102 241 / var(--tw-bg-opacity)) !important;
  }
  .bg-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity)) !important;
  }
  .bg-blue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(59 130 246 / var(--tw-bg-opacity)) !important;
  }
  .bg-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity)) !important;
  }
  .bg-indigo-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(55 48 163 / var(--tw-bg-opacity)) !important;
  }
  .bg-yellow-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(250 204 21 / var(--tw-bg-opacity)) !important;
  }
  .bg-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(234 179 8 / var(--tw-bg-opacity)) !important;
  }
  .bg-gray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(156 163 175 / var(--tw-bg-opacity)) !important;
  }
  .bg-red-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(248 113 113 / var(--tw-bg-opacity)) !important;
  }
  .bg-transparent {
    background-color: transparent !important;
  }
  .bg-indigo-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(129 140 248 / var(--tw-bg-opacity)) !important;
  }
  .bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
  }
  .bg-blue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(147 197 253 / var(--tw-bg-opacity)) !important;
  }
  .bg-red-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(252 165 165 / var(--tw-bg-opacity)) !important;
  }
  .bg-red-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(239 68 68 / var(--tw-bg-opacity)) !important;
  }
  .bg-indigo-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(238 242 255 / var(--tw-bg-opacity)) !important;
  }
  .bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  }
  .bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
  }
  .bg-indigo-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(99 102 241 / var(--tw-bg-opacity)) !important;
  }
  .bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  }
  .bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
  }
  .bg-indigo-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(99 102 241 / var(--tw-bg-opacity)) !important;
  }
  .bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  }
  .bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
  }
  .bg-indigo-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(99 102 241 / var(--tw-bg-opacity)) !important;
  }
  .bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  }
  .bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
  }
  .bg-indigo-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(99 102 241 / var(--tw-bg-opacity)) !important;
  }
  .bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  }
  .bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
  }
  .bg-indigo-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(99 102 241 / var(--tw-bg-opacity)) !important;
  }
  .bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }
  .bg-cover {
    background-size: cover !important;
  }
  .bg-no-repeat {
    background-repeat: no-repeat !important;
  }
  .fill-current {
    fill: currentColor !important;
  }
  .object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .p-2 {
    padding: 0.5rem !important;
  }
  .p-6 {
    padding: 1.5rem !important;
  }
  .p-4 {
    padding: 1rem !important;
  }
  .p-0 {
    padding: 0px !important;
  }
  .p-2 {
    padding: 0.5rem !important;
  }
  .px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .pt-8 {
    padding-top: 2rem !important;
  }
  .pb-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-4 {
    padding-bottom: 1.0rem !important;
  }
  .pb-8 {
    padding-bottom: 2.0rem !important;
  }
  .pl-3 {
    padding-left: 0.75rem !important;
  }
  .pr-10 {
    padding-right: 2.5rem !important;
  }
  .pt-2 {
    padding-top: 0.5rem !important;
  }
  .pb-3 {
    padding-bottom: 0.75rem !important;
  }
  .pt-4 {
    padding-top: 1rem !important;
  }
  .pb-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-5 {
    padding-bottom: 1.25rem !important;
  }
  .pt-1 {
    padding-top: 0.25rem !important;
  }
  .pt-12 {
    padding-top: 3rem !important;
  }
  .pb-24 {
    padding-bottom: 6rem !important;
  }
  .pl-4 {
    padding-left: 1rem !important;
  }
  .pt-5 {
    padding-top: 1.25rem !important;
  }
  .pt-6 {
    padding-top: 1.5rem !important;
  }
  .pr-4 {
    padding-right: 1rem !important;
  }
  .text-left {
    text-align: left !important;
  }
  .text-center {
    text-align: center !important;
  }
  .font-sans {
    font-family: Nunito, 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" !important;
  }
  .text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
  .text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
  .text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
  .text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
  .text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
  .text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }
  .text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }
  .text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }
  .text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }
  .text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
  .text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }
  .text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
  .text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }
  .text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
  .text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
  .text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
  .text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
  .text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }
  .text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
  .text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }
  .text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
  .text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
  .text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
  .text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
  .text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }
  .text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
  .text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }
  .text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
  .text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
  .text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
  .text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
  .text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }
  .text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
  .text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }
  .text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
  .text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
  .text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
  .text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
  .text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }
  .text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
  .text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }
  .text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
  .text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
  .text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
  .font-medium {
    font-weight: 500 !important;
  }
  .font-semibold {
    font-weight: 600 !important;
  }
  .font-light {
    font-weight: 300 !important;
  }
  .font-bold {
    font-weight: 700 !important;
  }
  .font-black {
    font-weight: 900 !important;
  }
  .font-normal {
    font-weight: 400 !important;
  }
  .font-thin {
    font-weight: 100 !important;
  }
  .font-semibold {
    font-weight: 600 !important;
  }
  .font-normal {
    font-weight: 400 !important;
  }
  .font-medium {
    font-weight: 500 !important;
  }
  .font-semibold {
    font-weight: 600 !important;
  }
  .font-normal {
    font-weight: 400 !important;
  }
  .font-medium {
    font-weight: 500 !important;
  }
  .font-semibold {
    font-weight: 600 !important;
  }
  .font-normal {
    font-weight: 400 !important;
  }
  .font-medium {
    font-weight: 500 !important;
  }
  .font-semibold {
    font-weight: 600 !important;
  }
  .font-normal {
    font-weight: 400 !important;
  }
  .font-medium {
    font-weight: 500 !important;
  }
  .font-semibold {
    font-weight: 600 !important;
  }
  .font-normal {
    font-weight: 400 !important;
  }
  .font-medium {
    font-weight: 500 !important;
  }
  .uppercase {
    text-transform: uppercase !important;
  }
  .capitalize {
    text-transform: capitalize !important;
  }
  .italic {
    font-style: italic !important;
  }
  .leading-5 {
    line-height: 1.25rem !important;
  }
  .leading-tight {
    line-height: 1.25 !important;
  }
  .leading-7 {
    line-height: 1.75rem !important;
  }
  .leading-8 {
    line-height: 2rem !important;
  }
  .leading-6 {
    line-height: 1.5rem !important;
  }
  .leading-relaxed {
    line-height: 1.625 !important;
  }
  .leading-normal {
    line-height: 1.5 !important;
  }
  .leading-loose {
    line-height: 2 !important;
  }
  .leading-tight {
    line-height: 1.25 !important;
  }
  .leading-normal {
    line-height: 1.5 !important;
  }
  .leading-loose {
    line-height: 2 !important;
  }
  .leading-7 {
    line-height: 1.75rem !important;
  }
  .leading-8 {
    line-height: 2rem !important;
  }
  .leading-6 {
    line-height: 1.5rem !important;
  }
  .leading-tight {
    line-height: 1.25 !important;
  }
  .leading-normal {
    line-height: 1.5 !important;
  }
  .leading-loose {
    line-height: 2 !important;
  }
  .leading-7 {
    line-height: 1.75rem !important;
  }
  .leading-8 {
    line-height: 2rem !important;
  }
  .leading-6 {
    line-height: 1.5rem !important;
  }
  .leading-tight {
    line-height: 1.25 !important;
  }
  .leading-normal {
    line-height: 1.5 !important;
  }
  .leading-loose {
    line-height: 2 !important;
  }
  .leading-7 {
    line-height: 1.75rem !important;
  }
  .leading-8 {
    line-height: 2rem !important;
  }
  .leading-6 {
    line-height: 1.5rem !important;
  }
  .leading-tight {
    line-height: 1.25 !important;
  }
  .leading-normal {
    line-height: 1.5 !important;
  }
  .leading-loose {
    line-height: 2 !important;
  }
  .leading-7 {
    line-height: 1.75rem !important;
  }
  .leading-8 {
    line-height: 2rem !important;
  }
  .leading-6 {
    line-height: 1.5rem !important;
  }
  .leading-tight {
    line-height: 1.25 !important;
  }
  .leading-normal {
    line-height: 1.5 !important;
  }
  .leading-loose {
    line-height: 2 !important;
  }
  .leading-7 {
    line-height: 1.75rem !important;
  }
  .leading-8 {
    line-height: 2rem !important;
  }
  .leading-6 {
    line-height: 1.5rem !important;
  }
  .tracking-wide {
    letter-spacing: 0.025em !important;
  }
  .tracking-widest {
    letter-spacing: 0.1em !important;
  }
  .tracking-wider {
    letter-spacing: 0.05em !important;
  }
  .text-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
  }
  .text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgb(55 65 81 / var(--tw-text-opacity)) !important;
  }
  .text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgb(31 41 55 / var(--tw-text-opacity)) !important;
  }
  .text-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgb(17 24 39 / var(--tw-text-opacity)) !important;
  }
  .text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgb(75 85 99 / var(--tw-text-opacity)) !important;
  }
  .text-white {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }
  .text-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgb(229 231 235 / var(--tw-text-opacity)) !important;
  }
  .text-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgb(209 213 219 / var(--tw-text-opacity)) !important;
  }
  .text-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
  }
  .text-red-500 {
    --tw-text-opacity: 1 !important;
    color: rgb(239 68 68 / var(--tw-text-opacity)) !important;
  }
  .text-indigo-600 {
    --tw-text-opacity: 1 !important;
    color: rgb(79 70 229 / var(--tw-text-opacity)) !important;
  }
  .text-black {
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
  }
  .text-red-800 {
    --tw-text-opacity: 1 !important;
    color: rgb(153 27 27 / var(--tw-text-opacity)) !important;
  }
  .text-green-600 {
    --tw-text-opacity: 1 !important;
    color: rgb(22 163 74 / var(--tw-text-opacity)) !important;
  }
  .text-red-600 {
    --tw-text-opacity: 1 !important;
    color: rgb(220 38 38 / var(--tw-text-opacity)) !important;
  }
  .text-indigo-700 {
    --tw-text-opacity: 1 !important;
    color: rgb(67 56 202 / var(--tw-text-opacity)) !important;
  }
  .text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgb(31 41 55 / var(--tw-text-opacity)) !important;
  }
  .text-black {
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
  }
  .text-white {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }
  .text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgb(75 85 99 / var(--tw-text-opacity)) !important;
  }
  .text-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgb(17 24 39 / var(--tw-text-opacity)) !important;
  }
  .text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgb(55 65 81 / var(--tw-text-opacity)) !important;
  }
  .text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgb(31 41 55 / var(--tw-text-opacity)) !important;
  }
  .text-black {
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
  }
  .text-white {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }
  .text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgb(75 85 99 / var(--tw-text-opacity)) !important;
  }
  .text-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgb(17 24 39 / var(--tw-text-opacity)) !important;
  }
  .text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgb(55 65 81 / var(--tw-text-opacity)) !important;
  }
  .text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgb(31 41 55 / var(--tw-text-opacity)) !important;
  }
  .text-black {
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
  }
  .text-white {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }
  .text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgb(75 85 99 / var(--tw-text-opacity)) !important;
  }
  .text-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgb(17 24 39 / var(--tw-text-opacity)) !important;
  }
  .text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgb(55 65 81 / var(--tw-text-opacity)) !important;
  }
  .text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgb(31 41 55 / var(--tw-text-opacity)) !important;
  }
  .text-black {
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
  }
  .text-white {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }
  .text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgb(75 85 99 / var(--tw-text-opacity)) !important;
  }
  .text-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgb(17 24 39 / var(--tw-text-opacity)) !important;
  }
  .text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgb(55 65 81 / var(--tw-text-opacity)) !important;
  }
  .text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgb(31 41 55 / var(--tw-text-opacity)) !important;
  }
  .text-black {
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
  }
  .text-white {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }
  .text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgb(75 85 99 / var(--tw-text-opacity)) !important;
  }
  .text-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgb(17 24 39 / var(--tw-text-opacity)) !important;
  }
  .text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgb(55 65 81 / var(--tw-text-opacity)) !important;
  }
  .underline {
    -webkit-text-decoration-line: underline !important;
            text-decoration-line: underline !important;
  }
  .no-underline {
    -webkit-text-decoration-line: none !important;
            text-decoration-line: none !important;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }
  .opacity-0 {
    opacity: 0 !important;
  }
  .opacity-100 {
    opacity: 1 !important;
  }
  .shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  .outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }
  .outline {
    outline-style: solid !important;
  }
  .ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  .ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  .ring-gray-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity)) !important;
  }
  .ring-white {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity)) !important;
  }
  .ring-black {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity)) !important;
  }
  .ring-opacity-5 {
    --tw-ring-opacity: 0.05 !important;
  }
  .transition {
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }
  .transition-colors {
    transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }
  .transition {
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }
  .transition-colors {
    transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }
  .transition {
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }
  .transition-colors {
    transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }
  .transition {
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }
  .transition-colors {
    transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }
  .transition {
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }
  .transition-colors {
    transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }
  .transition {
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }
  .duration-150 {
    transition-duration: 150ms !important;
  }
  .duration-200 {
    transition-duration: 200ms !important;
  }
  .duration-75 {
    transition-duration: 75ms !important;
  }
  .duration-200 {
    transition-duration: 200ms !important;
  }
  .ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }
  .ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }
  .ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  /**************************\
    Basic Modal Styles
  \**************************/
  .modal {
      font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;
    }
  .modal__overlay {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0,0,0,0.6);
      display: flex;
      justify-content: center;
      align-items: center;
    }
  .modal__container {
      background-color: #fff;
      padding: 30px;
      max-width: 1200px;
      max-height: 100vh;
      border-radius: 4px;
      overflow-y: auto;
      box-sizing: border-box;
    }
  .modal__header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border : inherit;
    }
  .modal__title {
      margin-top: 0;
      margin-bottom: 0;
      font-weight: 600;
      font-size: 1.25rem;
      line-height: 1.25;
      color: #00449e;
      box-sizing: border-box;
    }
  .modal__close {
      background: transparent;
      border: 0;
    }
  .modal__header .modal__close:before { content: "\2715"; }
  .modal__content {
      margin-top: 2rem;
      margin-bottom: 2rem;
      line-height: 1.5;
      color: rgba(0,0,0,.8);
    }
  .modal__btn {
      font-size: .875rem;
      padding-left: 1rem;
      padding-right: 1rem;
      padding-top: .5rem;
      padding-bottom: .5rem;
      background-color: #e6e6e6;
      color: rgba(0,0,0,.8);
      border-radius: .25rem;
      border-style: none;
      border-width: 0;
      cursor: pointer;
      -webkit-appearance: button;
      text-transform: none;
      overflow: visible;
      line-height: 1.15;
      margin: 0;
      will-change: transform;
      -moz-osx-font-smoothing: grayscale;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transform: translateZ(0);
      transition: transform .25s ease-out;
    }
  .modal__btn:focus, .modal__btn:hover {
      transform: scale(1.05);
    }
  .modal__btn-primary {
      background-color: #00449e;
      color: #fff;
    }
  /**************************\
      Demo Animation Style
    \**************************/
  @-webkit-keyframes mmfadeIn {
        from { opacity: 0; }
          to { opacity: 1; }
    }
  @keyframes mmfadeIn {
        from { opacity: 0; }
          to { opacity: 1; }
    }
  @-webkit-keyframes mmfadeOut {
        from { opacity: 1; }
          to { opacity: 0; }
    }
  @keyframes mmfadeOut {
        from { opacity: 1; }
          to { opacity: 0; }
    }
  @-webkit-keyframes mmslideIn {
      from { transform: translateY(15%); }
        to { transform: translateY(0); }
    }
  @keyframes mmslideIn {
      from { transform: translateY(15%); }
        to { transform: translateY(0); }
    }
  @-webkit-keyframes mmslideOut {
        from { transform: translateY(0); }
        to { transform: translateY(-10%); }
    }
  @keyframes mmslideOut {
        from { transform: translateY(0); }
        to { transform: translateY(-10%); }
    }
  .micromodal-slide {
      display: none;
    }
  .micromodal-slide.is-open {
      display: block;
    }
  .micromodal-slide[aria-hidden="false"] .modal__overlay {
      -webkit-animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
              animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
    }
  .micromodal-slide[aria-hidden="false"] .modal__container {
      -webkit-animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
              animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
    }
  .micromodal-slide[aria-hidden="true"] .modal__overlay {
      -webkit-animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
              animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
    }
  .micromodal-slide[aria-hidden="true"] .modal__container {
      -webkit-animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
              animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
    }
  .micromodal-slide .modal__container,
    .micromodal-slide .modal__overlay {
      will-change: transform;
    }
  .swiper-container {
      /* width: 600px; */
      height: 300px;
  }
  .logo{
      width : 200px !important;
  }
  
  .hover\:border-gray-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
  }
  .hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(79 70 229 / var(--tw-bg-opacity)) !important;
  }
  .hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(156 163 175 / var(--tw-bg-opacity)) !important;
  }
  .hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity)) !important;
  }
  .hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity)) !important;
  }
  .hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(67 56 202 / var(--tw-bg-opacity)) !important;
  }
  .hover\:bg-yellow-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(202 138 4 / var(--tw-bg-opacity)) !important;
  }
  .hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(107 114 128 / var(--tw-bg-opacity)) !important;
  }
  .hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
  }
  .hover\:bg-red-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(220 38 38 / var(--tw-bg-opacity)) !important;
  }
  .hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important;
  }
  .hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(79 70 229 / var(--tw-bg-opacity)) !important;
  }
  .hover\:text-gray-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
  }
  .hover\:text-gray-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
  }
  .hover\:text-gray-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(17 24 39 / var(--tw-text-opacity)) !important;
  }
  .hover\:text-gray-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(55 65 81 / var(--tw-text-opacity)) !important;
  }
  .hover\:text-red-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(127 29 29 / var(--tw-text-opacity)) !important;
  }
  .hover\:text-gray-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(31 41 55 / var(--tw-text-opacity)) !important;
  }
  .focus\:z-10:focus {
    z-index: 10 !important;
  }
  .focus\:border-blue-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgb(147 197 253 / var(--tw-border-opacity)) !important;
  }
  .focus\:border-indigo-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgb(99 102 241 / var(--tw-border-opacity)) !important;
  }
  .focus\:border-blue-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgb(59 130 246 / var(--tw-border-opacity)) !important;
  }
  .focus\:border-gray-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
  }
  .focus\:border-indigo-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgb(165 180 252 / var(--tw-border-opacity)) !important;
  }
  .focus\:border-gray-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgb(17 24 39 / var(--tw-border-opacity)) !important;
  }
  .focus\:border-indigo-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgb(67 56 202 / var(--tw-border-opacity)) !important;
  }
  .focus\:border-indigo-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgb(99 102 241 / var(--tw-border-opacity)) !important;
  }
  .focus\:bg-white:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  }
  .focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity)) !important;
  }
  .focus\:bg-yellow-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(202 138 4 / var(--tw-bg-opacity)) !important;
  }
  .focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
  }
  .focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(224 231 255 / var(--tw-bg-opacity)) !important;
  }
  .focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important;
  }
  .focus\:bg-white:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  }
  .focus\:text-gray-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgb(55 65 81 / var(--tw-text-opacity)) !important;
  }
  .focus\:text-gray-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
  }
  .focus\:text-indigo-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgb(55 48 163 / var(--tw-text-opacity)) !important;
  }
  .focus\:text-gray-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgb(31 41 55 / var(--tw-text-opacity)) !important;
  }
  .focus\:outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }
  .focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  .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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  .focus\:ring-inset:focus {
    --tw-ring-inset: inset !important;
  }
  .focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity)) !important;
  }
  .focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity)) !important;
  }
  .focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity)) !important;
  }
  .focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity)) !important;
  }
  .focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5 !important;
  }
  .active\:bg-gray-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
  }
  .active\:bg-gray-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity)) !important;
  }
  .active\:text-gray-700:active {
    --tw-text-opacity: 1 !important;
    color: rgb(55 65 81 / var(--tw-text-opacity)) !important;
  }
  .active\:text-gray-500:active {
    --tw-text-opacity: 1 !important;
    color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
  }
  .disabled\:opacity-25:disabled {
    opacity: 0.25 !important;
  }
  @media (prefers-color-scheme: dark) {
  
    .dark\:border-gray-700 {
      --tw-border-opacity: 1 !important;
      border-color: rgb(55 65 81 / var(--tw-border-opacity)) !important;
    }
  
    .dark\:bg-gray-900 {
      --tw-bg-opacity: 1 !important;
      background-color: rgb(17 24 39 / var(--tw-bg-opacity)) !important;
    }
  
    .dark\:bg-gray-800 {
      --tw-bg-opacity: 1 !important;
      background-color: rgb(31 41 55 / var(--tw-bg-opacity)) !important;
    }
  
    .dark\:text-gray-500 {
      --tw-text-opacity: 1 !important;
      color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
    }
  
    .dark\:text-white {
      --tw-text-opacity: 1 !important;
      color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
    }
  
    .dark\:text-gray-400 {
      --tw-text-opacity: 1 !important;
      color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
    }
  }
  @media (min-width: 640px) {
  
    .sm\:-my-px {
      margin-top: -1px !important;
      margin-bottom: -1px !important;
    }
  
    .sm\:ml-0 {
      margin-left: 0px !important;
    }
  
    .sm\:ml-10 {
      margin-left: 2.5rem !important;
    }
  
    .sm\:ml-6 {
      margin-left: 1.5rem !important;
    }
  
    .sm\:block {
      display: block !important;
    }
  
    .sm\:flex {
      display: flex !important;
    }
  
    .sm\:hidden {
      display: none !important;
    }
  
    .sm\:h-20 {
      height: 5rem !important;
    }
  
    .sm\:max-w-md {
      max-width: 28rem !important;
    }
  
    .sm\:flex-1 {
      flex: 1 1 0% !important;
    }
  
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
  
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
  
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
  
    .sm\:grid-cols-1 {
      grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
  
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
  
    .sm\:grid-cols-1 {
      grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
  
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
  
    .sm\:grid-cols-1 {
      grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
  
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
  
    .sm\:items-center {
      align-items: center !important;
    }
  
    .sm\:justify-start {
      justify-content: flex-start !important;
    }
  
    .sm\:justify-center {
      justify-content: center !important;
    }
  
    .sm\:justify-between {
      justify-content: space-between !important;
    }
  
    .sm\:rounded-lg {
      border-radius: 0.5rem !important;
    }
  
    .sm\:px-6 {
      padding-left: 1.5rem !important;
      padding-right: 1.5rem !important;
    }
  
    .sm\:pt-0 {
      padding-top: 0px !important;
    }
  
    .sm\:text-left {
      text-align: left !important;
    }
  
    .sm\:text-right {
      text-align: right !important;
    }
  
    .sm\:text-3xl {
      font-size: 1.875rem !important;
      line-height: 2.25rem !important;
    }
  
    .sm\:text-xl {
      font-size: 1.25rem !important;
      line-height: 1.75rem !important;
    }
  
    .sm\:text-3xl {
      font-size: 1.875rem !important;
      line-height: 2.25rem !important;
    }
  
    .sm\:text-3xl {
      font-size: 1.875rem !important;
      line-height: 2.25rem !important;
    }
  
    .sm\:text-3xl {
      font-size: 1.875rem !important;
      line-height: 2.25rem !important;
    }
  
    .sm\:text-3xl {
      font-size: 1.875rem !important;
      line-height: 2.25rem !important;
    }
  
    .sm\:text-3xl {
      font-size: 1.875rem !important;
      line-height: 2.25rem !important;
    }
  }
  @media (min-width: 768px) {
  
    .md\:my-6 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
    }
  
    .md\:ml-2 {
      margin-left: 0.5rem !important;
    }
  
    .md\:flex {
      display: flex !important;
    }
  
    .md\:hidden {
      display: none !important;
    }
  
    .md\:min-h-screen {
      min-height: 100vh !important;
    }
  
    .md\:w-2\/3 {
      width: 66.666667% !important;
    }
  
    .md\:w-1\/2 {
      width: 50% !important;
    }
  
    .md\:w-3\/12 {
      width: 25% !important;
    }
  
    .md\:w-4\/12 {
      width: 33.333333% !important;
    }
  
    .md\:w-2\/12 {
      width: 16.666667% !important;
    }
  
    .md\:w-2\/3 {
      width: 66.666667% !important;
    }
  
    .md\:w-2\/3 {
      width: 66.666667% !important;
    }
  
    .md\:w-2\/3 {
      width: 66.666667% !important;
    }
  
    .md\:w-2\/3 {
      width: 66.666667% !important;
    }
  
    .md\:w-2\/3 {
      width: 66.666667% !important;
    }
  
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
  
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
  
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
  
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
  
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
  
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
  
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
  
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
  
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
  
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
  
    .md\:grid-cols-1 {
      grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
  
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
    .md\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
    .md\:grid-cols-5 {
      grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    }
  
    .md\:flex-row {
      flex-direction: row !important;
    }
  
    .md\:items-center {
      align-items: center !important;
    }
  
    .md\:justify-between {
      justify-content: space-between !important;
    }
  
    .md\:justify-around {
      justify-content: space-around !important;
    }
  
    .md\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
      --tw-space-x-reverse: 0 !important;
      margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
      margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
    }
  
    .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
      --tw-space-y-reverse: 0 !important;
      margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
      margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
    }
  
    .md\:border-t-0 {
      border-top-width: 0px !important;
    }
  
    .md\:border-l {
      border-left-width: 1px !important;
    }
  
    .md\:p-4 {
      padding: 1rem !important;
    }
  
    .md\:p-6 {
      padding: 1.5rem !important;
    }
  
    .md\:px-5 {
      padding-left: 1.25rem !important;
      padding-right: 1.25rem !important;
    }
  
    .md\:px-4 {
      padding-left: 1rem !important;
      padding-right: 1rem !important;
    }
  
    .md\:pb-0 {
      padding-bottom: 0px !important;
    }
  
    .md\:text-3xl {
      font-size: 1.875rem !important;
      line-height: 2.25rem !important;
    }
  
    .md\:text-4xl {
      font-size: 2.25rem !important;
      line-height: 2.5rem !important;
    }
  
    .md\:text-4xl {
      font-size: 2.25rem !important;
      line-height: 2.5rem !important;
    }
  
    .md\:text-4xl {
      font-size: 2.25rem !important;
      line-height: 2.5rem !important;
    }
  
    .md\:text-4xl {
      font-size: 2.25rem !important;
      line-height: 2.5rem !important;
    }
  
    .md\:text-4xl {
      font-size: 2.25rem !important;
      line-height: 2.5rem !important;
    }
  
    .md\:text-4xl {
      font-size: 2.25rem !important;
      line-height: 2.5rem !important;
    }
  }
  @media (min-width: 1024px) {
  
    .lg\:mb-0 {
      margin-bottom: 0px !important;
    }
  
    .lg\:mt-4 {
      margin-top: 1rem !important;
    }
  
    .lg\:mt-0 {
      margin-top: 0px !important;
    }
  
    .lg\:mt-4 {
      margin-top: 1rem !important;
    }
  
    .lg\:mt-4 {
      margin-top: 1rem !important;
    }
  
    .lg\:mt-4 {
      margin-top: 1rem !important;
    }
  
    .lg\:mt-4 {
      margin-top: 1rem !important;
    }
  
    .lg\:mt-4 {
      margin-top: 1rem !important;
    }
  
    .lg\:flex {
      display: flex !important;
    }
  
    .lg\:w-1\/2 {
      width: 50% !important;
    }
  
    .lg\:w-2\/3 {
      width: 66.666667% !important;
    }
  
    .lg\:w-1\/3 {
      width: 33.333333% !important;
    }
  
    .lg\:w-1\/2 {
      width: 50% !important;
    }
  
    .lg\:w-1\/2 {
      width: 50% !important;
    }
  
    .lg\:w-1\/2 {
      width: 50% !important;
    }
  
    .lg\:w-1\/2 {
      width: 50% !important;
    }
  
    .lg\:w-1\/2 {
      width: 50% !important;
    }
  
    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
  
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
  
    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
  
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
  
    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
  
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
  
    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
  
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
  
    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
  
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
  
    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }

    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }

    .lg\:grid-cols-5 {
      grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    }
  
    .lg\:flex-row {
      flex-direction: row !important;
    }
  
    .lg\:justify-around {
      justify-content: space-around !important;
    }
  
    .lg\:px-8 {
      padding-left: 2rem !important;
      padding-right: 2rem !important;
    }
  
    .lg\:text-5xl {
      font-size: 3rem !important;
      line-height: 1 !important;
    }
  
    .lg\:text-5xl {
      font-size: 3rem !important;
      line-height: 1 !important;
    }
  
    .lg\:text-5xl {
      font-size: 3rem !important;
      line-height: 1 !important;
    }
  
    .lg\:text-5xl {
      font-size: 3rem !important;
      line-height: 1 !important;
    }
  
    .lg\:text-5xl {
      font-size: 3rem !important;
      line-height: 1 !important;
    }
  
    .lg\:text-5xl {
      font-size: 3rem !important;
      line-height: 1 !important;
    }
  }
  @media (min-width: 1280px) {
  
    .xl\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
  
    .xl\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
  
    .xl\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
  
    .xl\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
  
    .xl\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
  
    .xl\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
  
    .xl\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
  
    .xl\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
  
    .xl\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
  
    .xl\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
    .xl\:grid-cols-5 {
      grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    }
  }