.creator-calc-block {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #0D0D0D;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 0px 16px 96px 16px;
    font-family: Roboto !important;
    @media only screen and (max-width: 900px) {
        padding: 0px 16px 64px 16px;
    }
}

.creator-calc-block h2 {
    margin 0 0 16px 0;
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
  
    @media only screen and (max-width: 900px) {
      font-size: 28px;
      max-width: 90%;
      margin: 0 auto 8px auto;
    }
}

.creator-calc-block h6 {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 150% */
}

.creator-calc-block .iframe-wrapper-calc {
  position: relative;
  overflow: hidden;
  max-width: 936px;
  width: 100%;
  min-height: 480px;
  height: 480px;
  overflow-y: hidden;
  font-family: Roboto !important;
  
  @media only screen and (min-width: 0px) and (max-width: 572px) {
    min-height: 824px !important;
  }
  
  @media only screen and (min-width: 573px) and (max-width: 900px) {
    min-height: 554px;
    height: 554px;
  }
  
}

.creator-calc-block iframe {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    min-height: 480px;
}

.apply-now-button {
  text-decoration: none;
  color: #00FAB9;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 16px 0;
  min-width: 191px;
  border: 1px solid #00FAB9;
  border-radius: 8px;
}

.apply-now-button:hover {
  text-decoration: none;
  color: #8AFFE0;
  border-color: #8AFFE0;
  box-shadow: -8px -8px 16px 0px #1A1A1A, 8px 8px 12px 0px #000;
}

.creator-calc-block .disclaimer-one {
    position: relative;
    max-width: 1129px !important;
}

.creator-calc-block .disclaimer-one p, .creator-calc-block .disclaimer-one span {
    color: #CCC !important;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    line-height: 20px; /* 142.857% */
}

.creator-calc-block .mint-blur-right {
  pointer-events: none;
  z-index: 0;
  position: absolute;
  right: -239px;
  top: -11px;
  width: 534px;
  height: 534px;
  border-radius: var(--Spacing-0, 634px);
  opacity: 0.6;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 250, 185, 0.30) 0%, rgba(0, 250, 185, 0.10) 53.15%, rgba(0, 250, 185, 0.00) 100%);
}
