#podium-x-thefeed * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#podium-x-thefeed *::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#podium-x-thefeed *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#podium-x-thefeed html {
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  width: 100%;
}

#podium-x-thefeed .container {
  padding: 0;
}

#podium-x-thefeed .page-header {
  display: none;
  padding: 0;
}

body {
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: #333;
  background-color: #fff;
}

#podium-x-thefeed h1 {
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  color: #222;
  font-size: 40px;
  line-height: 100%;
  margin-bottom: 16px;
}

#podium-x-thefeed h2 {
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  color: #222;
  font-size: 32px;
  line-height: 100%;
  margin-bottom: 16px;
}

#podium-x-thefeed h3 {
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  color: #222;
  font-size: 28px;
  line-height: 100%;
  margin-bottom: 12px;
}

#podium-x-thefeed h4 {
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  color: #222;
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 12px;
}

#podium-x-thefeed h5 {
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  color: #222;
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 8px;
}

#podium-x-thefeed h6 {
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  color: #222;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 8px;
}

#podium-x-thefeed p {
  margin: 0;
  line-height: 100%;
  font-size: 16px;
  margin-bottom: 16px;
}

#podium-x-thefeed a {
  color: #60d4ad;
  text-decoration: none;
  transition: color 200ms;
}

#podium-x-thefeed a:hover {
  color: #4db796;
  text-decoration: underline;
}

#podium-x-thefeed ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#podium-x-thefeed ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

#podium-x-thefeed li {
  margin-bottom: 8px;
}

#podium-x-thefeed img {
  display: block;
  max-width: 100%;
  height: auto;
}

#podium-x-thefeed picture {
  display: block;
  max-width: 100%;
}

#podium-x-thefeed video {
  display: block;
  max-width: 100%;
}

#podium-x-thefeed canvas {
  display: block;
  max-width: 100%;
}

#podium-x-thefeed svg {
  display: block;
  max-width: 100%;
}

#podium-x-thefeed input {
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 12px;
  margin: 0;
}

#podium-x-thefeed button {
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 8px 12px;
  margin: 0;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#podium-x-thefeed textarea {
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 12px;
  margin: 0;
  resize: vertical;
  min-height: 100px;
}

#podium-x-thefeed select {
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 12px;
  margin: 0;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 16px;
  padding-right: 32px;
}

#podium-x-thefeed input:focus {
  outline: none;
  border-color: #60d4ad;
  box-shadow: 0 0 0 2px rgba(96, 212, 173, 0.2);
}

#podium-x-thefeed button:focus {
  outline: none;
  border-color: #60d4ad;
  box-shadow: 0 0 0 2px rgba(96, 212, 173, 0.2);
}

#podium-x-thefeed textarea:focus {
  outline: none;
  border-color: #60d4ad;
  box-shadow: 0 0 0 2px rgba(96, 212, 173, 0.2);
}

#podium-x-thefeed select:focus {
  outline: none;
  border-color: #60d4ad;
  box-shadow: 0 0 0 2px rgba(96, 212, 173, 0.2);
}

#podium-x-thefeed label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}

#podium-x-thefeed fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

#podium-x-thefeed legend {
  padding: 0;
  margin-bottom: 16px;
  font-weight: 600;
}

#podium-x-thefeed table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 16px;
}

#podium-x-thefeed td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

#podium-x-thefeed th {
  font-weight: 600;
  background-color: #f5f5f5;
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

#podium-x-thefeed code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 14px;
  background-color: #f5f5f5;
  padding: 2px 4px;
  border-radius: 4px;
}

#podium-x-thefeed pre {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 14px;
  background-color: #f5f5f5;
  padding: 16px;
  border-radius: 4px;
  overflow-x: auto;
  margin-bottom: 16px;
}

#podium-x-thefeed blockquote {
  margin: 0 0 16px 0;
  padding: 0 0 0 16px;
  border-left: 4px solid #60d4ad;
  color: #666;
}

#podium-x-thefeed hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 24px 0;
}

@media (prefers-reduced-motion: reduce) {
  #podium-x-thefeed * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  #podium-x-thefeed *::before {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  #podium-x-thefeed *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

#podium-x-thefeed .marquee-slider-9ds {
  overflow: hidden;
  background: #fbf9f6;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}
#podium-x-thefeed .marquee-slider-container-9ds {
  width: 100%;
  animation-name: horizontalAnimation;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  display: flex;
}
#podium-x-thefeed .marquee-slider-container-vertical-9ds {
  height: fit-content;
  animation-name: verticalAnimation;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  display: flex;
  flex-direction: column;
}
@keyframes horizontalAnimation {
0% {
    transform: translateX(0%);
}
100% {
    transform: translateX(-100%);
}
}
@keyframes verticalAnimation {
0% {
    transform: translateY(0%);
}
100% {
    transform: translateY(-100%);
}
}
#podium-x-thefeed .brand-item-wrapper-das {
  display: flex;
  align-items: center;
  padding: 24px 0;
}
#podium-x-thefeed .brand-item-9ds {
  display: flex;
  align-items: center;
  justify-content: center;
}
#podium-x-thefeed .brand-image-9ds {
  height: 24px;
  width: auto;
}
#podium-x-thefeed .brand-name-9ds {
  font-size: 14px;
  color: #333;
}

#podium-x-thefeed .video-content-section-9ds[data-v-8f9ae31b] {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: none;
  box-sizing: border-box;
}
#podium-x-thefeed .video-content-wrapper-9ds[data-v-8f9ae31b] {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
}
#podium-x-thefeed .video-content-main-9ds[data-v-8f9ae31b] {
  position: relative;
  z-index: 2;
  background: none;
  padding: 24px 16px 90px 16px;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 65vh;
}
#podium-x-thefeed .video-content-title-9ds[data-v-8f9ae31b] {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
}
#podium-x-thefeed .video-content-html-9ds[data-v-8f9ae31b] {
  font-size: 16px;
  margin-bottom: 32px;
}
#podium-x-thefeed .video-content-buttons-9ds[data-v-8f9ae31b] {
  position: sticky;
  left: 0;
  bottom: 0;
  background: #fbf9f6;
  display: flex;
  gap: 16px;
  justify-content: center;
  margin: 16px 0;
  z-index: 15;
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.04);
}
#podium-x-thefeed .video-content-buttons-9ds.floating-buttons[data-v-8f9ae31b] {
  position: fixed;
  bottom: 0;
  padding: 16px;
  background: #fff;
  width: 100dvw;
  margin: 0 auto;
  transform: translateY(200%);
  will-change: transform;
}
#podium-x-thefeed .video-content-btn-9ds[data-v-8f9ae31b] {
  flex-grow: 1;
  font-size: 16px;
  padding: 12px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  border-radius: 0;
  font-size: 14px;
}
#podium-x-thefeed .video-content-btn-primary-9ds[data-v-8f9ae31b] {
  background: #60d4ad;
  text-align: center;
  color: #fff;
}
#podium-x-thefeed .video-content-btn-secondary-9ds[data-v-8f9ae31b] {
  background: #fbf9f6;
  color: #60d4ad;
  text-align: center;
  border: 2px solid #60d4ad;
}
#podium-x-thefeed .video-content-video-col-9ds[data-v-8f9ae31b] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  overflow: hidden;
}
#podium-x-thefeed .video-content-video-9ds[data-v-8f9ae31b] {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  transition: opacity 0.3s;
  z-index: 1;
}
#podium-x-thefeed .video-content-form-9ds[data-v-8f9ae31b] {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateY(-50%);
  width: 90vw;
  max-width: 400px;
  height: 400px;
  background: #fff;
  border: none;
  z-index: 2;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
}
@media (min-width: 1024px) {
#podium-x-thefeed .video-content-title-9ds[data-v-8f9ae31b] {
    font-size: 48px;
    margin-left: -24px;
}
#podium-x-thefeed .video-content-wrapper-9ds[data-v-8f9ae31b] {
    position: relative;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    min-height: 100vh;
    max-width: 1000px;
    margin: 0 auto;
}
#podium-x-thefeed .video-content-main-9ds[data-v-8f9ae31b] {
    flex: 1 1 0;
    max-width: 600px;
    padding: 64px 40px 64px 0;
    margin: 0;
    position: relative;
    background: none;
}
#podium-x-thefeed .video-content-video-col-9ds[data-v-8f9ae31b] {
    flex: 1 1 0;
    height: 100vh;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10;
}
#podium-x-thefeed .video-content-video-9ds[data-v-8f9ae31b] {
    object-fit: contain;
}
#podium-x-thefeed .video-content-form-9ds[data-v-8f9ae31b] {
    left: 50%;
    bottom: 32px;
    width: 400px;
    height: 400px;
    transform: translateY(-50%);
}
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}
#podium-x-thefeed .app-wrapper-m3k {
  min-height: 100vh;
  width: 100%;
  position: relative;
  overflow-x: hidden;
}
