/* stylelint-disable */

.container {
  width: 100%
}

@media (min-width: 476px) {
  .container {
    max-width: 476px
  }
}

@media (min-width: 640px) {
  .container {
    max-width: 640px
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px
  }
}

@media (min-width: 900px) {
  .container {
    max-width: 900px
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px
  }
}

.pdp-webinars-wrapper .relative {
  position: relative
}

.pdp-webinars-wrapper .m-0 {
  margin: 0px
}

.pdp-webinars-wrapper .mb-4 {
  margin-bottom: 1rem
}

.pdp-webinars-wrapper .mb-6 {
  margin-bottom: 1.5rem
}

.pdp-webinars-wrapper .mt-12 {
  margin-top: 3rem
}

.pdp-webinars-wrapper .block {
  display: block
}

.pdp-webinars-wrapper .flex {
  display: flex
}

.pdp-webinars-wrapper .inline-flex {
  display: inline-flex
}

.pdp-webinars-wrapper .grid {
  display: grid
}

.pdp-webinars-wrapper .h-11 {
  height: 2.75rem
}

.pdp-webinars-wrapper .h-20 {
  height: 5rem
}

.pdp-webinars-wrapper .h-\[201px\] {
  height: 201px
}

.pdp-webinars-wrapper .w-1\/2 {
  width: 50%
}

.pdp-webinars-wrapper .w-1\/3 {
  width: 33.333333%
}

.pdp-webinars-wrapper .w-1\/4 {
  width: 25%
}

.pdp-webinars-wrapper .w-11 {
  width: 2.75rem
}

.pdp-webinars-wrapper .w-full {
  width: 100%
}

.pdp-webinars-wrapper .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))
}

@keyframes orderReviewSectionHighlight {
  0% {
    background-color: transparent
  }

  30% {
    background-color: #e6e6e6
  }

  70% {
    background-color: #e6e6e6
  }

  100% {
    background-color: transparent
  }
}

.pdp-webinars-wrapper .animate-section-highlight {
  animation: orderReviewSectionHighlight 1.5s ease both
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
    opacity: 0
  }

  100% {
    transform: translateY(0);
    opacity: 1
  }
}

.pdp-webinars-wrapper .animate-slide-down {
  animation: slideDown 0.5s ease-out forwards
}

@keyframes slideUp {
  0% {
    transform: translateY(100%);
    opacity: 0
  }

  100% {
    transform: translateY(0);
    opacity: 1
  }
}

.pdp-webinars-wrapper .animate-slide-up {
  animation: slideUp 0.5s ease-out forwards
}

.pdp-webinars-wrapper .cursor-pointer {
  cursor: pointer
}

.pdp-webinars-wrapper .flex-col {
  flex-direction: column
}

.pdp-webinars-wrapper .items-center {
  align-items: center
}

.pdp-webinars-wrapper .justify-between {
  justify-content: space-between
}

.pdp-webinars-wrapper .gap-2 {
  gap: 0.5rem
}

.pdp-webinars-wrapper .gap-6 {
  gap: 1.5rem
}

.pdp-webinars-wrapper .overflow-hidden {
  overflow: hidden
}

.pdp-webinars-wrapper .rounded-\[10px\] {
  border-radius: 10px
}

.pdp-webinars-wrapper .rounded-\[50px\] {
  border-radius: 50px
}

.pdp-webinars-wrapper .rounded-md {
  border-radius: 0.375rem
}

.pdp-webinars-wrapper .rounded-xl {
  border-radius: 0.75rem
}

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

.pdp-webinars-wrapper .object-cover {
  -o-object-fit: cover;
     object-fit: cover
}

.pdp-webinars-wrapper .py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem
}

.pdp-webinars-wrapper .pl-\[19px\] {
  padding-left: 19px
}

.pdp-webinars-wrapper .pr-2\.5 {
  padding-right: 0.625rem
}

.pdp-webinars-wrapper .text-center {
  text-align: center
}

.pdp-webinars-wrapper .text-base {
  font-size: 1rem;
  line-height: 1.5rem
}

.pdp-webinars-wrapper .text-heading-lg {
  font-size: 1.25rem
}

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

.pdp-webinars-wrapper .font-medium {
  font-weight: 500
}

.pdp-webinars-wrapper .font-normal {
  font-weight: 400
}

.pdp-webinars-wrapper .font-semibold {
  font-weight: 600
}

.pdp-webinars-wrapper .uppercase {
  text-transform: uppercase
}

.pdp-webinars-wrapper .capitalize {
  text-transform: capitalize
}

.pdp-webinars-wrapper .not-italic {
  font-style: normal
}

.pdp-webinars-wrapper .leading-5 {
  line-height: 1.25rem
}

.pdp-webinars-wrapper .leading-6 {
  line-height: 1.5rem
}

.pdp-webinars-wrapper .tracking-\[-1\%\] {
  letter-spacing: -1%
}

.pdp-webinars-wrapper .tracking-normal {
  letter-spacing: 0em
}

.pdp-webinars-wrapper .text-blue-primary {
  --tw-text-opacity: 1;
  color: rgb(24 118 209 / var(--tw-text-opacity, 1))
}

.pdp-webinars-wrapper .text-grey-45 {
  --tw-text-opacity: 1;
  color: rgb(0 41 72 / var(--tw-text-opacity, 1))
}

.pdp-webinars-wrapper .text-grey-heading-1 {
  --tw-text-opacity: 1;
  color: rgb(89 95 107 / var(--tw-text-opacity, 1))
}

.pdp-webinars-wrapper .shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.pdp-webinars-wrapper .filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.pdp-webinars-wrapper .transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.pdp-webinars-wrapper .transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.pdp-webinars-wrapper .duration-300 {
  transition-duration: 300ms
}

.pdp-webinars-wrapper .duration-500 {
  transition-duration: 500ms
}

.pdp-webinars-wrapper .hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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))
}

.pdp-webinars-wrapper .hover\:bg-grey-15:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1))
}

.pdp-webinars-wrapper .hover\:underline:hover {
  text-decoration-line: underline
}

.pdp-webinars-wrapper .hover\:no-underline:hover {
  text-decoration-line: none
}

.pdp-webinars-wrapper .hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

@media (min-width: 640px) {
  .pdp-webinars-wrapper .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}

@media (min-width: 1024px) {
  .pdp-webinars-wrapper .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }
}