/* @tailwind base; */

.fixed {
  position: fixed
}

.relative {
  position: relative
}

.bottom-0 {
  bottom: 0px
}

.left-0 {
  left: 0px
}

.top-0 {
  top: 0px
}

.z-10 {
  z-index: 10
}

.m-auto {
  margin: auto
}

.mb-\[27px\] {
  margin-bottom: 27px
}

.mt-\[8\.83px\] {
  margin-top: 8.83px
}

.block {
  display: block
}

.flex {
  display: flex
}

.h-full {
  height: 100%
}

.h-screen {
  height: 100vh
}

.w-0 {
  width: 0px
}

.w-full {
  width: 100%
}

.flex-col {
  flex-direction: column
}

.items-center {
  align-items: center
}

.justify-center {
  justify-content: center
}

.gap-10 {
  gap: 2.5rem
}

.whitespace-nowrap {
  white-space: nowrap
}

.rounded-\[13\.24px\] {
  border-radius: 13.24px
}

.rounded-lg {
  border-radius: 0.5rem
}

.bg-primary-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 138 150 / var(--tw-bg-opacity, 1))
}

.bg-primary-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1))
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}

.bg-cover {
  background-size: cover
}

.bg-no-repeat {
  background-repeat: no-repeat
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover
}

.px-\[28px\] {
  padding-left: 28px;
  padding-right: 28px
}

.py-\[13\.22px\] {
  padding-top: 13.22px;
  padding-bottom: 13.22px
}

.py-\[15\.45px\] {
  padding-top: 15.45px;
  padding-bottom: 15.45px
}

.pl-\[15\.45px\] {
  padding-left: 15.45px
}

.text-\[13\.15px\] {
  font-size: 13.15px
}

.text-\[17\.65px\] {
  font-size: 17.65px
}

.text-\[23px\] {
  font-size: 23px
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem
}

.font-extrabold {
  font-weight: 800
}

.font-semibold {
  font-weight: 600
}

.text-\[\#212B36\] {
  --tw-text-opacity: 1;
  color: rgb(33 43 54 / var(--tw-text-opacity, 1))
}

.text-\[\#CF0B0B\] {
  --tw-text-opacity: 1;
  color: rgb(207 11 11 / var(--tw-text-opacity, 1))
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1))
}

.text-dark {
  --tw-text-opacity: 1;
  color: rgb(5 7 15 / var(--tw-text-opacity, 1))
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.opacity-\[87\%\] {
  opacity: 87%
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.hover\:bg-opacity-80:hover {
  --tw-bg-opacity: 0.8
}

.focus\:scale-\[1\.01\]:focus {
  --tw-scale-x: 1.01;
  --tw-scale-y: 1.01;
  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))
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px
}

@media (min-width: 768px) {
  .md\:h-full {
    height: 100%
  }

  .md\:w-1\/4 {
    width: 25%
  }

  .md\:w-\[480px\] {
    width: 480px
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px
  }

  .md\:text-\[30px\] {
    font-size: 30px
  }
}

@media (min-width: 1024px) {
  .lg\:w-1\/5 {
    width: 20%
  }
}