/* grid content */

.grid-content-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 40px;
  gap: 10px;
}

.grid-content-category {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: rgb(0, 0, 0);
  width: 100%;
  height: auto;
}
.grid-content-title {
  display: block;
  font-size: 3rem;
  font-weight: 700;
  color: rgb(255, 255, 255);
  width: 100%;
  height: auto;
}
.grid-content-subtitle {
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
  color: rgb(0, 0, 0);
  width: 100%;
  height: auto;
}
.grid-content-text {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: auto;
}
.grid-content-tag {
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  color: rgb(0, 0, 0);
  width: 100%;
  height: auto;
}

.welcome-container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
}
.welcome-title {
  display: block;
  font-size: 2.5rem;
  font-weight: 600;
  color: rgb(0, 0, 0);
  width: 100%;
}

.platform-bottom-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  gap: 20px;
  padding: 50px;
  width: 100%;
  height: 200px;
}
.platform-title {
  display: block;
  font-size: 3rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: auto;
  text-align: center;
}
.platform-subtitle {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  color: rgb(255, 255, 255);
  width: 100%;
  height: auto;
  text-align: center;
}
.platform-bottom-bar img {
  width: 300px;
  height: auto;
  object-fit: contain;
}

.platform-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: auto;
  height: 100px;
  gap: 10px;
  padding-top: 10px;
}

.platform-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: auto;
  height: 71px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  font-weight: 500;
  font-size: 1rem;
  border-radius: 44px;
  text-decoration: none;
  color: rgb(255, 255, 255);
  background-color: rgb(39 88 208 / 100%);
  cursor: pointer;
  user-select: none;
  gap: 5px;
}

.platform-button:hover {
  background-color: rgb(29, 70, 173);
}

.platform-button:active {
  background-color: rgb(22, 54, 135);
}
.platform-button img {
  width: 15px;
  height: 15px;
  object-fit: contain;
  margin-right: 15px;
}

.platform2-button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: auto;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-weight: 500;
  font-size: 1.1rem;
  border-radius: 15px;
  text-decoration: none;
  color: rgb(255, 255, 255);
  background-color: rgb(15, 126, 43);
  cursor: pointer;
  user-select: none;
  gap: 5px;
  margin-right: 60px;
}

.platform2-button:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.platform2-button:active {
  background-color: rgba(0, 0, 0, 0.3);
}

.platform2-button img {
  width: 15px;
  height: 15px;
  object-fit: contain;
}

.small-button {
  width: 140px;
}

.grid-video-top-bar {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 5px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 20px;
  width: 100%;
  height: auto;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  z-index: 4;
}

.grid-top-bar1 {
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 40px;
  width: 100%;
  height: auto;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.grid-bottom-bar1 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 10px;
  width: 100%;
  height: 120px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
}
.grid-top-bar1-favorite {
  position: absolute;
  text-align: right;
  top: 0px;
  right: 0px;
  padding: 10px 20px;
  border-bottom-left-radius: 10px;
  background-color: rgba(0, 0, 0, 0.1);
}
.grid-bottom-bar3 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 10px;
  width: 100%;
  height: 100px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.grid-bottom-thumbnail {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  float: left;
  height: 100%;
  width: 20%;
  padding-left: 5px;
}

.video-thumbnail-icon img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.grid-bottom-bar {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 60%;
  padding-left: 15px;
  gap: 3px;
}

.grid-bottom-bar-left {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 60%;
  padding-left: 5px;
  gap: 3px;
}

.grid-bottom-bar-right {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  float: right;
  height: 100%;
  width: 20%;
}

.grid-bottom-bar-left-top {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60%;
  width: 100%;
  font-size: 1.8rem;
}

.grid-bottom-bar-left-bottom {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 40%;
  width: 100%;
  font-size: 1rem;
}

.grid-thumbnail {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background-color: rgb(39, 88, 208);
}
.grid-thumbnail img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.grid-play-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 5;
}
.grid-play-button:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.grid-play-button:active {
  background-color: rgba(0, 0, 0, 0.8);
}
.grid-play-button img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.main-title {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  color: rgb(150, 150, 150);
  width: 100%;
  height: auto;
  text-align: center;
}
.main-subtitle {
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  color: rgb(0, 0, 0);
  width: 100%;
  height: auto;
  text-align: center;
}

.workflow-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}

.subscription-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}

.subscription-plans-grid .item {
  display: flex;
}

.subscription-plans-grid #blauw0,
.subscription-plans-grid #blauw1,
.subscription-plans-grid #blauw2,
.subscription-plans-grid #blauw3 {
  background-color: rgb(38, 38, 38);
}

.subscription-plans-grid .grid-content-650 {
  align-items: stretch;
  height: auto;
  min-height: 660px;
  overflow: hidden;
}

.subscription-plans-grid .grid-top-bar1 {
  border-radius: inherit;
  box-sizing: border-box;
  gap: 0;
  height: 100%;
  min-height: inherit;
  padding: 34px;
  position: relative;
  inset: auto;
}

.subscription-plans-grid .subscription-container {
  align-items: stretch;
  flex: 1 1 auto;
  height: auto;
  justify-content: flex-start;
  min-height: 0;
  padding-bottom: 22px;
}

.subscription-billing-toggle {
  align-items: center;
  background: rgb(30, 30, 30);
  border-radius: 999px;
  box-sizing: border-box;
  display: inline-flex;
  gap: 4px;
  justify-content: center;
  margin: 0 auto 24px;
  padding: 4px;
}

.subscription-plans-section .subscription-billing-toggle {
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}

.subscription-billing-toggle-btn {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.68);
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 600;
  justify-content: center;
  min-height: 34px;
  min-width: 104px;
  padding: 0 18px;
  white-space: nowrap;
}

.subscription-billing-toggle-btn:hover,
.subscription-billing-toggle-btn:focus-visible {
  background: rgb(38, 38, 38);
  color: rgb(255, 255, 255);
}

.subscription-billing-toggle-btn.active,
.subscription-billing-toggle-btn[aria-selected="true"] {
  background: rgb(39, 88, 208);
  color: rgb(255, 255, 255);
}

.subscription-price {
  display: block;
  font-size: 5rem;
  font-weight: 600;
  color: rgb(255, 255, 255);
  width: 100%;
  height: auto;
  text-align: left;
}
.subscription-price-description {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: auto;
  text-align: left;
}

.subscription-price-benefit {
  align-items: center;
  background: rgb(39, 88, 208);
  border-radius: 999px;
  color: rgb(255, 255, 255);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.625rem;
  font-weight: 500;
  justify-content: center;
  line-height: 1;
  min-height: 20px;
  padding: 0 7px;
  white-space: nowrap;
}

.subscription-price-benefit:empty {
  display: none;
}

.subscription-price-benefit[hidden] {
  display: none;
}

.subscription-plan-cta {
  align-items: center;
  background: rgb(39, 88, 208);
  border-radius: 50px;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  margin-top: auto;
  min-height: 46px;
  padding: 0 18px;
  text-align: center;
  text-decoration: none;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    transform 160ms ease;
  width: 100%;
}

.subscription-plan-cta:hover,
.subscription-plan-cta:focus-visible {
  background: rgb(32, 75, 184);
  color: rgb(255, 255, 255);
  transform: translateY(-1px);
}

.subscription-price-streaming {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  color: rgb(255, 255, 255);
  width: 100%;
  height: auto;
  text-align: left;
  padding-top: 30px;
}
.subscription-price-streaming-description {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: auto;
  text-align: left;
}

.subscription-tax-note {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.45);
  width: 100%;
  height: auto;
  text-align: center;
  padding-top: 18px;
}

.subscription-description {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  color: rgb(255, 255, 255);
  width: 100%;
  height: auto;
  text-align: left;
  padding-top: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 20px;
}

.subscription-price {
  padding-top: 20px;
}

.subscription-category {
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.3);
  height: auto;
}

.subscription-category-row {
  align-items: center;
  display: flex;
  gap: 8px;
  min-height: 20px;
  width: 100%;
}

.subscription-title-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}

.subscription-title {
  display: block;
  flex: 0 1 auto;
  font-size: 2.2rem;
  font-weight: 700;
  color: rgb(255, 255, 255);
  min-width: 0;
  height: auto;
}
.subscription-subtitle {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  color: rgb(255, 255, 255);
  width: 100%;
  height: auto;
  padding: 10px 0px;
}

.workflow-number {
  display: block;
  font-size: 3rem;
  font-weight: 700;
  color: rgb(255, 255, 255);
  width: 100%;
  height: auto;
}

.workflow-title {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  color: rgb(255, 255, 255);
  width: 100%;
  height: auto;
  padding: 20px 0px;
  line-height: 45px;
}

.video {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 15px;
  /*max-height: 600px;*/
}

.video-banner {
  width: 100%;
  height: 400px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 15px;
  max-height: 600px;
}

.video-portrait {
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border-radius: 15px;
}
