button {
  border: 0;
  background-color: transparent;
  outline: 0 !important;
}
.premium-container a {
  color: inherit;
}
.change-plan-dialog {
  width:100%;
  display:flex;
  flex-direction:column
}
.plans {
  margin-bottom:25px;
  display:flex;
  gap:10px
}
@media screen and (max-width: 799px) {
  .plans {
    flex-direction:column
  }
}
.plans .plan {
  width:33%;
  background-color:var(--color-grey-4);
  padding:10px 15px;
  border-radius:3px;
  cursor:pointer;
  border:1px solid var(--color-grey-4);
  color:#fff;
  font-weight:700
}
.plans .plan__duration {
  font-size:14px;
  color:var(--color-grey-9);
  font-weight:400
}
.plans .plan--selected {
  background:rgba(28,200,140,.25)!important;
  border:1px solid var(--color-green-1)
}
@media screen and (max-width: 799px) {
  .plans .plan {
    width:100%
  }
}
.change-btn {
  background-color:var(--color-green-1);
  color:#fff;
  padding:5px 15px;
  border-radius:3px;
  font-size:14px;
  float:right
}
.change-btn:disabled {
  opacity:.5
}
.plans-row {
  display:flex;
  height:70px;
  align-items:center;
  flex-wrap:wrap;
  border-bottom:1px solid var(--color-grey-6)
}
.plans-row--header {
  height:110px!important;
  border-bottom:1px solid var(--color-grey-8);
  position:sticky;
  top:var(--20487879);
  z-index:3;
  background-color:var(--color-grey-2)
}
@media screen and (min-width: 500px) and (max-width: 799px) {
  .plans-row--header {
    top:var(--300c4893)
  }
}
@media screen and (max-width: 499px) {
  .plans-row--header {
    top:var(--300c4934)
  }
}
.plans-row--header .plans-col {
  background-color:var(--color-grey-2)
}
.plans-row--header .plans-col--selected {
  border-radius:6px 6px 0 0;
  background-color:var(--color-grey-4)
}
.plans-row--footer {
  height:65px
}
.plans-row--footer .plans-col--selected {
  border-radius:0 0 6px 6px
}
.plans-row--spacer {
  min-height:25px!important;
  height:25px!important
}
.plans-row--spacer .plans-col,
.plans-row--spacer .plans-row {
  height:unset
}
.plans-col {
  flex:1 1 80px;
  display:flex;
  justify-content:center;
  font-size:15px;
  min-height:100%;
  align-items:center;
  position:relative;
  color:var(--color-grey-11)
}
.plans-col--selected {
  background-color:var(--color-grey-4)
}
.plans-col-0 {
  flex:1 1 240px;
  justify-content:left;
  cursor:unset;
  line-height:1.3
}
@media screen and (max-width: 799px) {
  .plans-row {
    min-height:70px;
    height:auto;
    justify-content:center
  }
  .plans-row--header {
    height:auto!important
  }
  .plans-row--header .plans-col {
    padding:5px 0
  }
  .plans-row--header .plans-col-0 {
    display:none;
    height:70px
  }
  .plans-row--footer {
    height:75px
  }
  .plans-row--footer .plans-col {
    padding:0
  }
  .plans-row--footer .plans-col-0 {
    min-height:0!important;
    height:0!important;
    padding:0
  }
  .plans-row--spacer {
    padding:0;
    min-height:15px!important;
    height:15px!important
  }
  .plans-row--header .plans-col-1,
  .plans-row--header .plans-col-2,
  .plans-row--header .plans-col-3,
  .plans-row--footer .plans-col-1,
  .plans-row--footer .plans-col-2,
  .plans-row--footer .plans-col-3,
  .plans-row--spacer .plans-col-1,
  .plans-row--spacer .plans-col-2,
  .plans-row--spacer .plans-col-3 {
    border-bottom:unset!important
  }
  .plans-col {
    font-size:13px;
    padding:0 5px 10px
  }
  .plans-col-0 {
    flex:100%;
    justify-content:center;
    text-align:center;
    padding:15px
  }
  .plans-col-1,
  .plans-col-2,
  .plans-col-3 {
    max-width:200px;
    border-bottom:1px solid var(--color-grey-4)
  }
  .plans-col--selected {
    background-color:unset
  }
}
.plan-name {
  font-size:16px;
  font-weight:700
}
.limit-wrap {
  margin-bottom:15px
}
.limit {
  display:flex;
  gap:5px;
  font-size:14px
}
.limit p {
  color:var(--color-grey-10)
}
.limit span {
  color:#fff
}
.plans-table {
  margin-bottom:auto;
  padding:40px 75px 35px;
  border-radius:3px;
  width:1100px;
  background-color:var(--color-grey-2);
  z-index:2;
  display:flex;
  flex-direction:column;
  position:relative
}
@media screen and (max-width: 1099px) {
  .plans-table {
    min-width:0;
    width:100%;
    padding:25px 55px
  }
}
@media screen and (min-width: 500px) and (max-width: 799px) {
  .plans-table {
    padding:15px 25px
  }
}
@media screen and (max-width: 499px) {
  .plans-table {
    padding:10px
  }
}
h1 {
  font-size:28px;
  color:#fff;
  font-weight:700
}
@media screen and (min-width: 800px) {
  h1 {
    font-size:32px
  }
}
.logo {
  width:50px;
  height:48px;
  margin-right:15px
}
.check {
  color:var(--color-green-3);
  font-size:16px
}
@media screen and (max-width: 799px) {
  .check {
    font-size:15px
  }
}
.xmark {
  font-size:16px;
  color:var(--color-grey-7)
}
@media screen and (max-width: 799px) {
  .xmark {
    font-size:15px
  }
}
.perk {
  color:#fff
}
.plan {
  width:100%;
  padding:12px
}
@media screen and (max-width: 799px) {
  .plan {
    padding:6px
  }
}
.plan__name {
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:1px
}
@media screen and (max-width: 799px) {
  .plan__name {
    font-size:12px
  }
}
.plan__price {
  margin-top:4px;
  text-align:center;
  font-size:12px
}
@media screen and (max-width: 799px) {
  .plan__price {
    font-size:12px
  }
}
.plan__price .price {
  color:#fff;
  font-size:16px
}
@media screen and (max-width: 799px) {
  .plan__price .price {
    font-size:14px
  }
}
.btn-purchase {
  color:#fff!important;
  width:100%;
  height:40px;
  padding:6px 15px;
  border-radius:4px;
  line-height:normal;
  cursor:pointer;
  font-size:13px;
  background-color:var(--color-green-1)
}
@media screen and (max-width: 799px) {
  .btn-purchase {
    height:36px;
    padding:4px 8px
  }
}
.base-price {
  font-size:12px;
  color:var(--color-grey-9);
  text-decoration:line-through;
  line-height:1.25
}
.plan {
  font-size:20px
}
@media screen and (max-width: 799px) {
  .plan {
    font-size:16px
  }
}
.perks-list {
  margin-top:5px
}
.perks-list .perk {
  font-size:12px
}
@media screen and (max-width: 799px) {
  .perks-list .perk {
    font-size:11px
  }
}
.limits {
  margin-top:1.5rem;
  font-size:12px;
  color:var(--color-grey-11)
}
.limits .link {
  text-decoration:underline;
  cursor:pointer
}
.premium-container {
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  flex:1;
  min-height:100%;
  padding-top:40px;
  z-index:2;
  position:relative
}
@media screen and (max-width: 799px) {
  .premium-container {
    padding:25px 0
  }
}
h1 {
  display:none;
  margin-bottom:25px;
  font-size:28px;
  font-weight:700;
  z-index:2
}
@media screen and (max-width: 799px) {
  h1 {
    display:block
  }
}
.tab-list {
  display:flex;
  width:500px;
  background-color:var(--color-grey-2);
  border-radius:3.5rem;
  z-index:2;
  margin-bottom:40px
}
@media screen and (max-width: 499px) {
  .tab-list {
    width:92%;
    margin-bottom:30px
  }
}
.tab-list .tab-item {
  padding:6px 8px;
  border-radius:3rem;
  flex-grow:1;
  color:var(--color-grey-10);
  position:relative;
  line-height:1.25
}
.tab-list .tab-item:hover {
  color:var(--color-text)
}
.tab-list .tab-item--active {
  background-color:var(--color-grey-4);
  color:#fff!important
}
.tab-list .tab-item .sale {
  color:var(--color-grey-9);
  font-size:12px;
  line-height:1.25
}
@media screen and (max-width: 499px) {
  .tab-list .tab-item .sale {
    top:5%;
    right:5%
  }
}
.payment-method {
  margin-bottom:12px
}
.payment-btn {
  background-color:var(--color-grey-2);
  padding:12px 24px;
  font-size:14px;
  display:flex;
  justify-content:space-between;
  cursor:pointer;
  width:100%;
  align-items:center;
  border-radius:6px 6px 0 0
}
.payment-btn .provider {
  display:flex;
  align-items:center;
  padding:3px 0
}
.payment-btn .icons {
  height:24px;
  display:flex;
  margin-left:12px
}
.payment-btn .icons img {
  margin-right:8px
}
.payment-btn .icons svg {
  margin-right:8px
}
.payment-wrap {
  background-color:var(--color-grey-2);
  border-radius:0 0 6px 6px;
  padding:12px 24px;
  border-top:1px solid var(--color-grey-5)
}
.iframe-wrap {
  display:flex;
  flex-direction:column;
  background-color:var(--color-grey-2);
  margin:0 auto auto;
  width:450px;
  border-radius:3px;
  font-size:16px;
  z-index:1;
  min-height:200px;
  position:relative
}
@media screen and (max-width: 499px) {
  .iframe-wrap {
    width:calc(100% + 48px);
    margin:-12px -24px
  }
}
.description {
  margin-top:10px;
  margin-bottom:10px;
  color:var(--color-grey-10);
  font-size:14px
}
.coin-wrap {
  display:flex;
  flex-wrap:wrap;
  max-width:500px
}
.coin-wrap .coin {
  width:200px;
  font-size:14px;
  margin:4px 8px 4px 0;
  padding:6px 0;
  background-color:var(--color-grey-4);
  border:1px solid var(--color-grey-4);
  border-radius:20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  cursor:pointer
}
.coin-wrap .coin--selected {
  background:rgba(28,200,140,.25)!important;
  border:1px solid var(--color-green-1)
}
.coin-wrap .coin .label {
  display:flex;
  padding:0 8px
}
.coin-wrap .coin img {
  height:22px;
  margin-right:6px
}
.coin-wrap .coin .name {
  padding-right:15px;
  color:var(--color-grey-9)
}
.pay-btn {
  margin:20px 0;
  background-color:var(--color-green-1);
  padding:10px 20px 11px;
  border-radius:32px;
  cursor:pointer;
  color:#fff;
  height:45px;
  width:230px;
  text-align:center;
  font-size:16px;
  position:relative
}
.pay-btn svg {
  height:20px;
  display:inline-block;
  padding-bottom:5px
}
.pay-btn:disabled {
  opacity:.5
}
.description {
  margin-top:10px;
  margin-bottom:10px;
  color:var(--color-grey-10);
  font-size:14px
}
.pay-btn {
  margin-top:10px;
  margin-bottom:20px;
  background-color:var(--color-green-1);
  padding:10px 20px 11px;
  border-radius:32px;
  cursor:pointer;
  color:#fff;
  height:45px;
  width:210px;
  text-align:center;
  font-size:16px;
  position:relative
}
.pay-btn svg {
  height:20px;
  display:inline-block;
  padding-bottom:5px
}
.pay-btn:disabled {
  opacity:.5
}
.container {
  display:flex;
  flex-direction:column;
  position:relative;
  min-height:100%;
  flex-grow:1
}
h2 {
  font-size:20px;
  color:#fff
}
.checkout-grid {
  display:grid;
  grid-template-columns:repeat(12,1fr);
  width:100%;
  z-index:2;
  padding:2rem 4%
}
@media screen and (min-width: 1100px) {
  .checkout-grid {
    -moz-column-gap:48px;
    column-gap:48px;
    grid-template-rows:repeat(6,auto)
  }
}
.checkout-grid>* {
  grid-column:span 12
}
@media screen and (min-width: 1100px) {
  .checkout-grid>* {
    grid-column:1/span 7
  }
}
.checkout-grid .section-label {
  display:flex;
  margin-bottom:20px
}
@media screen and (min-width: 1100px) {
  .checkout-grid .col-right {
    grid-column:8/span 5
  }
  .checkout-grid .col-right.section-label {
    grid-row-start:1
  }
}
@media screen and (min-width: 1100px) {
  .checkout-grid .summary {
    grid-row-start:2;
    grid-row-end:span 7
  }
}
.checkout-grid .section-wrap {
  background-color:var(--color-grey-2);
  border-radius:6px;
  padding:24px;
  margin-bottom:45px
}
.duration-select {
  background-color:var(--color-grey-4);
  height:40px;
  border-radius:6px;
  width:100%;
  padding:0 10px;
  outline:none
}
@media screen and (max-width: 1099px) {
  .summary-label:before {
    content:"2. "
  }
}
.summary .summary-row {
  margin-top:8px;
  display:flex;
  justify-content:space-between;
  font-size:14px;
  color:var(--color-grey-10)
}
.summary .plan {
  font-size:18px
}
.summary .discount-badge {
  font-size:12px;
  padding:4px 12px;
  border-radius:20px;
  color:var(--color-green-3);
  background-color:#1cc88c1a
}
.summary .base-price {
  text-decoration:line-through;
  color:var(--color-grey-8)
}
.summary .spacer {
  border-color:var(--color-grey-6);
  margin:25px 0
}
.summary .total-price {
  font-size:20px;
  color:#fff;
  margin-bottom:15px
}
.payment-label:before {
  content:"3. "
}
@media screen and (min-width: 1100px) {
  .payment-label:before {
    content:"2. "
  }
}
.download-header {
  color:#fff;
  font-weight:700;
  font-size:20px
}
.download-header .download-name {
  font-size:15px;
  color:var(--color-grey-9);
  font-weight:400
}
.download-dialog {
  padding:.25rem 0;
  display:flex;
  flex-direction:column;
  gap:1.25rem
}
.download-section {
  display:flex;
  flex-direction:column
}
.download-section label {
  padding-bottom:5px;
  font-size:14px;
  font-weight:700
}
.renditions {
  display:flex;
  gap:10px;
  flex-wrap:wrap
}
.renditions .rendition {
  border-radius:6px;
  display:flex;
  padding:.5rem 1rem;
  background-color:var(--color-grey-4);
  cursor:pointer;
  border:1px solid transparent;
  flex-direction:column
}
.renditions .rendition--selected {
  background-color:#1cc88c40!important;
  border:1px solid var(--color-green-1)
}
.renditions .rendition .resolution {
  line-height:1.25;
  color:#fff;
  font-size:18px
}
.renditions .rendition .filesize {
  color:var(--color-grey-9);
  font-size:12px
}
.generate-link-btn {
  background-color:var(--color-grey-2)!important;
  color:var(--color-green-2)!important;
  border:1px solid var(--color-green-3)
}
.generate-link-btn,
.download-file-btn,
.hdbits-btn {
  padding:5px 15px;
  background-color:var(--color-green-1);
  color:#fff;
  font-weight:700;
  border-radius:3px;
  position:relative;
  height:36px;
  text-align:center
}
.download-disabled-btn {
  padding:5px 15px;
  background-color:var(--color-green-1);
  height:36px;
  text-align:center;
  opacity:.5
}
.divider {
  font-size:13px;
  padding-top:.75rem;
  padding-bottom:.75rem;
  text-align:center;
  color:var(--color-grey-9)
}
.hdbits-btn {
  color:#fff!important;
  border:1px solid #2a6c9c;
  background:linear-gradient(to bottom,#4b90b8 0%,#2a6c9c 100%)
}
