#pk_flex_content .flex_layout.coming_soon {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  width: 100%;
  height: 100vh;
  padding: 145px 20px;
  overflow: hidden;
}

#pk_flex_content .pk-content__wrap {
  max-width: 860px;
  width: 100%;
  font-size: 18px;
  color: white;
  margin: 0 auto;
  padding: 50px 20px 50px 20px;
  border-radius: 15px;
  border: 0.74px solid #e1eae840;
  backdrop-filter: blur(22.15538787841797px);
  background: rgba(225, 234, 232, 0.102);
}

#pk_flex_content .pk-content__wrap h1 {
  color: white;
  margin-bottom: 24px;
}

#pk_flex_content .pk-content__wrap h1 strong {
  font-weight: 600;
}

#pk_flex_content .pk-content__wrap p {
  line-height: 125%;
}

.pk-top__content {
  text-align: center;
}
.pk-top__content .primary-btn {
  margin: 0 auto;
  margin-top: 40px;
  border-color: white;
}

.pk-top__content .primary-btn:hover svg {
  filter: invert(100%);
}
#pk_flex_content .pk-content__wrap .pk-bottom__content {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 50px;
}

#pk_flex_content .pk-content__wrap .pk-bottom__content a {
  font-size: 16px;
  text-decoration: underline;
}

#pk_flex_content .pk-content__wrap .pk-bottom__content a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 767px) {
  #pk_flex_content .pk-content__wrap {
    font-size: 25px;
    padding: 100px 110px 100px 110px;
  }
  #pk_flex_content .pk-content__wrap .pk-bottom__content {
    margin-top: 120px;
  }
}

@media screen and (min-width: 990px) {
}

@media screen and (min-width: 1199px) {
}

@media screen and (min-width: 1401px) {
}

@media screen and (max-width: 1400px) {
}
