/* @tailwind base; */

.\!tw-static {
  position: static !important
}

.tw-absolute {
  position: absolute
}

.tw-relative {
  position: relative
}

.\!tw-top-\[30\%\] {
  top: 30% !important
}

.tw-float-right {
  float: right
}

.tw-mx-0 {
  margin-left: 0px;
  margin-right: 0px
}

.tw-mx-\[15px\] {
  margin-left: 15px;
  margin-right: 15px
}

.tw-mx-auto {
  margin-left: auto;
  margin-right: auto
}

.tw-my-0 {
  margin-top: 0px;
  margin-bottom: 0px
}

.\!tw-mb-5 {
  margin-bottom: 1.25rem !important
}

.tw-mb-0 {
  margin-bottom: 0px
}

.tw-mb-2 {
  margin-bottom: 0.5rem
}

.tw-mb-3 {
  margin-bottom: 0.75rem
}

.tw-mb-4 {
  margin-bottom: 1rem
}

.tw-mb-5 {
  margin-bottom: 1.25rem
}

.tw-mb-6 {
  margin-bottom: 1.5rem
}

.tw-mb-\[10px\] {
  margin-bottom: 10px
}

.tw-mb-\[14px\] {
  margin-bottom: 14px
}

.tw-mr-0 {
  margin-right: 0px
}

.tw-mr-3 {
  margin-right: 0.75rem
}

.tw-mt-0 {
  margin-top: 0px
}

.tw-mt-12 {
  margin-top: 3rem
}

.tw-mt-6 {
  margin-top: 1.5rem
}

.tw-block {
  display: block
}

.tw-flex {
  display: flex
}

.\!tw-hidden {
  display: none !important
}

.tw-hidden {
  display: none
}

.tw-aspect-\[16\/9\] {
  aspect-ratio: 16/9
}

.tw-aspect-\[4\/3\] {
  aspect-ratio: 4/3
}

.\!tw-h-auto {
  height: auto !important
}

.tw-h-1 {
  height: 0.25rem
}

.tw-h-auto {
  height: auto
}

.tw-h-fit {
  height: -moz-fit-content;
  height: fit-content
}

.tw-min-h-\[1000px\] {
  min-height: 1000px
}

.tw-w-10 {
  width: 2.5rem
}

.tw-w-5 {
  width: 1.25rem
}

.tw-w-full {
  width: 100%
}

.tw-flex-1 {
  flex: 1 1 0%
}

.\!-tw-translate-y-1\/2 {
  --tw-translate-y: -50% !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
}

.tw-select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none
}

.tw-list-decimal {
  list-style-type: decimal
}

.tw-flex-col {
  flex-direction: column
}

.tw-flex-col-reverse {
  flex-direction: column-reverse
}

.tw-items-end {
  align-items: flex-end
}

.tw-items-center {
  align-items: center
}

.tw-justify-start {
  justify-content: flex-start
}

.tw-justify-center {
  justify-content: center
}

.tw-justify-between {
  justify-content: space-between
}

.tw-gap-5 {
  gap: 1.25rem
}

.tw-rounded-lg {
  border-radius: 0.5rem
}

.tw-border-0 {
  border-width: 0px
}

.tw-border-t {
  border-top-width: 1px
}

.tw-border-solid {
  border-style: solid
}

.tw-border-none {
  border-style: none
}

.tw-border-t-\[\#7c7b7b\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(124 123 123 / var(--tw-border-opacity, 1))
}

.\!tw-bg-\[\#ddd\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity, 1)) !important
}

.tw-bg-\[\#FF262B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 38 43 / var(--tw-bg-opacity, 1))
}

.tw-bg-\[\#b1b1b1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(177 177 177 / var(--tw-bg-opacity, 1))
}

.tw-bg-\[\#d8d8d8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(216 216 216 / var(--tw-bg-opacity, 1))
}

.tw-bg-\[\#dcd3d5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(220 211 213 / var(--tw-bg-opacity, 1))
}

.tw-bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1))
}

.tw-object-cover {
  -o-object-fit: cover;
     object-fit: cover
}

.\!tw-px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important
}

.\!tw-py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important
}

.\!tw-py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important
}

.tw-px-0 {
  padding-left: 0px;
  padding-right: 0px
}

.tw-px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem
}

.tw-px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem
}

.tw-px-4 {
  padding-left: 1rem;
  padding-right: 1rem
}

.tw-px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem
}

.tw-px-8 {
  padding-left: 2rem;
  padding-right: 2rem
}

.tw-px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem
}

.tw-py-0 {
  padding-top: 0px;
  padding-bottom: 0px
}

.tw-py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem
}

.tw-py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem
}

.tw-py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem
}

.tw-py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem
}

.tw-py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem
}

.\!tw-pb-4 {
  padding-bottom: 1rem !important
}

.tw-pb-0 {
  padding-bottom: 0px
}

.tw-pb-16 {
  padding-bottom: 4rem
}

.tw-pb-4 {
  padding-bottom: 1rem
}

.tw-pb-7 {
  padding-bottom: 1.75rem
}

.tw-pb-\[100px\] {
  padding-bottom: 100px
}

.tw-pt-0 {
  padding-top: 0px
}

.tw-pt-12 {
  padding-top: 3rem
}

.tw-pt-2 {
  padding-top: 0.5rem
}

.tw-pt-6 {
  padding-top: 1.5rem
}

.tw-text-left {
  text-align: left
}

.tw-text-center {
  text-align: center
}

.tw-text-2xl {
  font-size: 1.5rem;
  line-height: 2rem
}

.tw-text-\[22px\] {
  font-size: 22px
}

.tw-text-\[24px\] {
  font-size: 24px
}

.tw-text-\[30px\] {
  font-size: 30px
}

.tw-text-\[36px\] {
  font-size: 36px
}

.tw-text-base {
  font-size: 1rem;
  line-height: 1.5rem
}

.tw-text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem
}

.tw-text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem
}

.tw-text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem
}

.tw-text-xs {
  font-size: 0.75rem;
  line-height: 1rem
}

.tw-font-bold {
  font-weight: 700
}

.tw-font-medium {
  font-weight: 500
}

.tw-font-normal {
  font-weight: 400
}

.tw-leading-6 {
  line-height: 1.5rem
}

.tw-leading-\[22px\] {
  line-height: 22px
}

.tw-tracking-wide {
  letter-spacing: 0.025em
}

.\!tw-text-\[\#a70811\] {
  --tw-text-opacity: 1 !important;
  color: rgb(167 8 17 / var(--tw-text-opacity, 1)) !important
}

.tw-text-\[\#3D3D3D\] {
  --tw-text-opacity: 1;
  color: rgb(61 61 61 / var(--tw-text-opacity, 1))
}

.tw-text-\[\#999999\] {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1))
}

.tw-text-\[\#A70811\] {
  --tw-text-opacity: 1;
  color: rgb(167 8 17 / var(--tw-text-opacity, 1))
}

.tw-text-\[\#a70811\] {
  --tw-text-opacity: 1;
  color: rgb(167 8 17 / var(--tw-text-opacity, 1))
}

.tw-text-\[\#a80812\] {
  --tw-text-opacity: 1;
  color: rgb(168 8 18 / var(--tw-text-opacity, 1))
}

.tw-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.tw-opacity-100 {
  opacity: 1
}

@media (min-width: 768px) {
  .md\:tw-mb-6 {
    margin-bottom: 1.5rem
  }
}

@media (min-width: 992px) {
  .pc\:tw-mx-0 {
    margin-left: 0px;
    margin-right: 0px
  }

  .pc\:tw-mb-0 {
    margin-bottom: 0px
  }

  .pc\:tw-mb-5 {
    margin-bottom: 1.25rem
  }

  .pc\:tw-mb-6 {
    margin-bottom: 1.5rem
  }

  .pc\:tw-mb-8 {
    margin-bottom: 2rem
  }

  .pc\:tw-mr-20 {
    margin-right: 5rem
  }

  .pc\:tw-mt-0 {
    margin-top: 0px
  }

  .pc\:tw-mt-4 {
    margin-top: 1rem
  }

  .pc\:\!tw-block {
    display: block !important
  }

  .pc\:tw-block {
    display: block
  }

  .pc\:\!tw-hidden {
    display: none !important
  }

  .pc\:tw-hidden {
    display: none
  }

  .pc\:tw-aspect-\[4\/3\] {
    aspect-ratio: 4/3
  }

  .pc\:tw-w-1\/2 {
    width: 50%
  }

  .pc\:tw-w-\[1226px\] {
    width: 1226px
  }

  .pc\:tw-w-\[1320px\] {
    width: 1320px
  }

  .pc\:tw-w-\[385px\] {
    width: 385px
  }

  .pc\:tw-w-\[45\%\] {
    width: 45%
  }

  .pc\:tw-w-\[55\%\] {
    width: 55%
  }

  .pc\:tw-w-\[615px\] {
    width: 615px
  }

  .pc\:tw-w-\[84px\] {
    width: 84px
  }

  .pc\:tw-w-\[85\%\] {
    width: 85%
  }

  .pc\:tw-w-main {
    width: 1320px
  }

  .pc\:tw-flex-row {
    flex-direction: row
  }

  .pc\:tw-flex-row-reverse {
    flex-direction: row-reverse
  }

  .pc\:tw-object-contain {
    -o-object-fit: contain;
       object-fit: contain
  }

  .pc\:tw-p-\[20px_36px_0_36px\] {
    padding: 20px 36px 0 36px
  }

  .pc\:tw-p-\[46px_36px_0_36px\] {
    padding: 46px 36px 0 36px
  }

  .pc\:\!tw-py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
  }

  .pc\:tw-px-0 {
    padding-left: 0px;
    padding-right: 0px
  }

  .pc\:tw-px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem
  }

  .pc\:tw-px-4 {
    padding-left: 1rem;
    padding-right: 1rem
  }

  .pc\:tw-px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }

  .pc\:tw-px-\[124px\] {
    padding-left: 124px;
    padding-right: 124px
  }

  .pc\:tw-px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px
  }

  .pc\:tw-py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem
  }

  .pc\:tw-py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
  }

  .pc\:\!tw-pl-\[calc\(\(\(100\%-960px\)\/2\)-200px\)\] {
    padding-left: calc(((100% - 960px) / 2) - 200px) !important
  }

  .pc\:tw-pb-12 {
    padding-bottom: 3rem
  }

  .pc\:tw-pb-\[100px\] {
    padding-bottom: 100px
  }

  .pc\:tw-pb-\[180px\] {
    padding-bottom: 180px
  }

  .pc\:tw-pb-\[200px\] {
    padding-bottom: 200px
  }

  .pc\:tw-pb-\[52px\] {
    padding-bottom: 52px
  }

  .pc\:tw-pt-0 {
    padding-top: 0px
  }

  .pc\:tw-pt-11 {
    padding-top: 2.75rem
  }

  .pc\:tw-text-left {
    text-align: left
  }

  .pc\:tw-text-5xl {
    font-size: 3rem;
    line-height: 1
  }

  .pc\:tw-text-base {
    font-size: 1rem;
    line-height: 1.5rem
  }

  .pc\:tw-text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
  }

  .pc\:\!tw-leading-\[30px\] {
    line-height: 30px !important
  }
}