/*!
 * * Drop Sites Plugin - Blue Color Scheme
 * * Author: AXG
 * * Site: alxg.dev
 * * Version: 1.0.0
 * */
body {
  color: #1C2B75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000C45;
}

.g-container {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.post-entry p:not(:last-child) {
  margin-bottom: 24px;
}

.g-global-hero-block {
  margin-bottom: 76px;
  border-bottom-right-radius: 62px;
  border-bottom-left-radius: 62px;
  padding-top: 56px;
  padding-bottom: 56px;
  background: #0e0920 url(../../images/hero-bg-blue.webp) no-repeat center;
  background-size: cover;
  color: #fff;
}

.g-global-hero-block--row {
  display: grid;
  grid-template-columns: 1fr max-content;
  grid-gap: 4rem;
  align-items: center;
}
.g-global-hero-block--row h1 {
  color: #fff;
  font-size: 3.25rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 14px;
}
.g-global-hero-block--row h1 span {
  color: #FFAA00;
}
.g-global-hero-block--row .g-global-hero-block__text {
  font-size: 16px;
  margin-bottom: 20px;
}
.g-global-hero-block--row .g-global-hero-block__text.-hidden {
  height: 5rem;
  position: relative;
  overflow: hidden;
}
.g-global-hero-block--row .g-global-hero-block__text.-hidden::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(1deg, rgb(0, 19, 208), rgba(255, 255, 255, 0));
  position: absolute;
  left: 0;
  bottom: 0;
}
.g-global-hero-block--row .g-global-hero-block__text a {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #fff;
}
.g-global-hero-block--row .g-global-hero-block__text a:hover {
  text-decoration: none;
}
.g-global-hero-block--row .g-global-hero-block__btn {
  background: transparent;
  border: none !important;
  outline: none !important;
  shadow: none !important;
  cursor: pointer;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0.375rem;
  align-items: center;
}
.g-global-hero-block--row .g-global-hero-block__btn span {
  font-size: 16px;
  font-weight: bold;
  color: #0FC5F1;
}
.g-global-hero-block--row .g-global-hero-block__btn i {
  display: inline-block;
  width: 1.375rem;
  height: 1.375rem;
  background: url("../../images/hero-btn-icon-blue.svg") no-repeat center;
  background-size: contain;
}
.g-global-hero-block--row .g-global-hero-block__btn:hover {
  opacity: 0.86;
}
.g-global-hero-block--row .g-global-hero-block__img {
  width: 600px;
  height: 100%;
  display: flex;
  place-content: center;
  place-items: center;
}
.g-global-hero-block--row .g-global-hero-block__img img {
  width: 100%;
  height: auto;
}

.g-hero-author-block {
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-gap: 0.625rem;
  align-items: center;
  margin-bottom: 12px;
}
.g-hero-author-block .g-hero-author-block__photo img {
  width: 2.5rem;
  height: 2.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
}
.g-hero-author-block .g-hero-author-block__update {
  font-size: 0.75rem;
}
.g-hero-author-block .g-hero-author-block__line {
  font-size: 0.75rem;
}
.g-hero-author-block .g-hero-author-block__line a {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #fff;
}
.g-hero-author-block .g-hero-author-block__line a:hover {
  text-decoration: none;
}

.rev-page-card--bonus-val {
  width: 100%;
  height: 52px;
  line-height: 48px;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.rev-page-card--bonus-val .rev-page-card--bonus-val--overlay {
  width: 88%;
  height: 58px;
  line-height: 48px;
  background: url("../../images/promo-arrow-icon.svg") no-repeat center right;
  background-size: cover;
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.25s ease;
}
.rev-page-card--bonus-val .rev-page-card--bonus-val--overlay:hover {
  left: -8px;
}
.rev-page-card--bonus-val .rev-page-card--bonus-val--overlay span {
  font-size: 12px;
  color: #fff;
  padding: 0 20px;
}
.rev-page-card--bonus-val input {
  width: 100%;
  height: 100%;
  border-radius: 32px;
  text-align: center;
  font-size: 17px;
  border: 1px solid #D0E3FF;
  color: #000C45;
  font-size: 1rem;
  font-weight: 600;
}
.rev-page-card--bonus-val.-toggle .rev-page-card--bonus-val--overlay {
  left: -400px;
}
.rev-page-card--bonus-val .rev-page-card--bonus-val--empty {
  border-radius: 32px;
  text-align: center;
}
.rev-page-card--bonus-val .rev-page-card--bonus-val--empty span {
  font-size: 12px;
}

.g-global-aff-table {
  margin-bottom: 32px !important;
}
@media (min-width: 768px) {
  .g-global-aff-table {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
}
.g-global-aff-table .g-global-aff-table__item {
  background: #fff;
  box-shadow: 0px 2px 20px 0px rgba(0, 55, 161, 0.1490196078);
  padding: 14px;
  border-radius: 14px;
  position: relative;
  transition: 0.25s linear;
}
.g-global-aff-table .g-global-aff-table__item:hover {
  box-shadow: 0px 2px 16px 0px rgba(0, 54, 161, 0.0705882353);
}
.g-global-aff-table .g-global-aff-table__rank {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 2.25rem;
  height: 2.25rem;
  font-size: 1.125rem;
  font-weight: bold;
  background: #000C45;
  color: #fff;
  position: absolute;
  left: 26px;
  top: 0;
  display: flex;
  place-content: center;
  place-items: center;
  z-index: 3;
}
.g-global-aff-table .g-global-aff-table__logo {
  background: #F7F8FA;
  border-radius: 10px;
  position: relative;
  margin-bottom: 20px;
  padding: 12px;
  width: 100%;
  height: 9rem;
  display: flex;
  place-content: center;
  place-items: center;
}
.g-global-aff-table .g-global-aff-table__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.g-global-aff-table .g-global-aff-table__rating {
  width: 80px;
  height: 26px;
  border-radius: 32px 32px 0 0;
  display: flex;
  place-content: center;
  place-items: center;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.g-global-aff-table .g-global-aff-table__bonus {
  color: #3C51B9;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.g-global-aff-table .g-global-aff-table__bonus span,
.g-global-aff-table .g-global-aff-table__bonus strong {
  color: #FFAA00;
}
.g-global-aff-table .action-buttons:not(.-grid) {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.g-global-aff-table .action-buttons.-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.875rem;
  margin-bottom: 14px;
}

.global-btn-color {
  display: flex;
  gap: 0.375rem;
  align-items: center;
  justify-content: center;
  padding: 12px 1.5rem;
  text-align: center;
  border-radius: 32px;
  background: linear-gradient(0deg, #0FC5F1, #0FC5F1), radial-gradient(63.11% 63.11% at 31.97% 19.67%, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 4px 9px 62px 0px rgba(15, 197, 241, 0.5019607843), -3px -4px 7px 0px rgba(255, 255, 255, 0.1490196078) inset;
  text-decoration: none;
}
.global-btn-color span {
  text-decoration: none;
  color: #fff;
}
.global-btn-color svg {
  width: 1rem;
  height: 1rem;
  color: #fff;
}
.global-btn-color:hover {
  opacity: 0.86;
}

.global-btn-empty {
  display: block;
  gap: 0.375rem;
  align-items: center;
  padding: 12px 1.5rem;
  text-align: center;
  border-radius: 32px;
  background: transparent;
  box-shadow: none;
  border: 1px solid #D0E3FF;
  text-decoration: none;
  color: #000C45;
  font-size: 1rem;
  font-weight: 600;
}
.global-btn-empty:hover {
  opacity: 0.86;
}

.rating-stars {
  display: flex;
  gap: 0.375rem;
  align-items: center;
}
.rating-stars i {
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  background: url(../../images/star-icon.svg) no-repeat center;
  background-size: contain;
}
.rating-stars span {
  color: #20307D;
  font-size: 1rem;
  font-weight: bold;
}

body {
  color: #1C2B75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000C45;
}

.g-container {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.post-entry p:not(:last-child) {
  margin-bottom: 24px;
}

.g-global-hero-block {
  margin-bottom: 76px;
  border-bottom-right-radius: 62px;
  border-bottom-left-radius: 62px;
  padding-top: 56px;
  padding-bottom: 56px;
  background: #0e0920 url(../../images/hero-bg-blue.webp) no-repeat center;
  background-size: cover;
  color: #fff;
}

.g-global-hero-block--row {
  display: grid;
  grid-template-columns: 1fr max-content;
  grid-gap: 4rem;
  align-items: center;
}
.g-global-hero-block--row h1 {
  color: #fff;
  font-size: 3.25rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 14px;
}
.g-global-hero-block--row h1 span {
  color: #FFAA00;
}
.g-global-hero-block--row .g-global-hero-block__text {
  font-size: 16px;
  margin-bottom: 20px;
}
.g-global-hero-block--row .g-global-hero-block__text.-hidden {
  height: 5rem;
  position: relative;
  overflow: hidden;
}
.g-global-hero-block--row .g-global-hero-block__text.-hidden::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(1deg, rgb(0, 19, 208), rgba(255, 255, 255, 0));
  position: absolute;
  left: 0;
  bottom: 0;
}
.g-global-hero-block--row .g-global-hero-block__text a {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #fff;
}
.g-global-hero-block--row .g-global-hero-block__text a:hover {
  text-decoration: none;
}
.g-global-hero-block--row .g-global-hero-block__btn {
  background: transparent;
  border: none !important;
  outline: none !important;
  shadow: none !important;
  cursor: pointer;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0.375rem;
  align-items: center;
}
.g-global-hero-block--row .g-global-hero-block__btn span {
  font-size: 16px;
  font-weight: bold;
  color: #0FC5F1;
}
.g-global-hero-block--row .g-global-hero-block__btn i {
  display: inline-block;
  width: 1.375rem;
  height: 1.375rem;
  background: url("../../images/hero-btn-icon-blue.svg") no-repeat center;
  background-size: contain;
}
.g-global-hero-block--row .g-global-hero-block__btn:hover {
  opacity: 0.86;
}
.g-global-hero-block--row .g-global-hero-block__img {
  width: 600px;
  height: 100%;
  display: flex;
  place-content: center;
  place-items: center;
}
.g-global-hero-block--row .g-global-hero-block__img img {
  width: 100%;
  height: auto;
}

.g-hero-author-block {
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-gap: 0.625rem;
  align-items: center;
  margin-bottom: 12px;
}
.g-hero-author-block .g-hero-author-block__photo img {
  width: 2.5rem;
  height: 2.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
}
.g-hero-author-block .g-hero-author-block__update {
  font-size: 0.75rem;
}
.g-hero-author-block .g-hero-author-block__line {
  font-size: 0.75rem;
}
.g-hero-author-block .g-hero-author-block__line a {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #fff;
}
.g-hero-author-block .g-hero-author-block__line a:hover {
  text-decoration: none;
}

.rev-page-card--bonus-val {
  width: 100%;
  height: 52px;
  line-height: 48px;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.rev-page-card--bonus-val .rev-page-card--bonus-val--overlay {
  width: 88%;
  height: 58px;
  line-height: 48px;
  background: url("../../images/promo-arrow-icon.svg") no-repeat center right;
  background-size: cover;
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.25s ease;
}
.rev-page-card--bonus-val .rev-page-card--bonus-val--overlay:hover {
  left: -8px;
}
.rev-page-card--bonus-val .rev-page-card--bonus-val--overlay span {
  font-size: 12px;
  color: #fff;
  padding: 0 20px;
}
.rev-page-card--bonus-val input {
  width: 100%;
  height: 100%;
  border-radius: 32px;
  text-align: center;
  font-size: 17px;
  border: 1px solid #D0E3FF;
  color: #000C45;
  font-size: 1rem;
  font-weight: 600;
}
.rev-page-card--bonus-val.-toggle .rev-page-card--bonus-val--overlay {
  left: -400px;
}
.rev-page-card--bonus-val .rev-page-card--bonus-val--empty {
  border-radius: 32px;
  text-align: center;
}
.rev-page-card--bonus-val .rev-page-card--bonus-val--empty span {
  font-size: 12px;
}

.g-global-aff-table {
  margin-bottom: 32px !important;
}
@media (min-width: 768px) {
  .g-global-aff-table {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
}
.g-global-aff-table .g-global-aff-table__item {
  background: #fff;
  box-shadow: 0px 2px 20px 0px rgba(0, 55, 161, 0.1490196078);
  padding: 14px;
  border-radius: 14px;
  position: relative;
  transition: 0.25s linear;
}
.g-global-aff-table .g-global-aff-table__item:hover {
  box-shadow: 0px 2px 16px 0px rgba(0, 54, 161, 0.0705882353);
}
.g-global-aff-table .g-global-aff-table__rank {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 2.25rem;
  height: 2.25rem;
  font-size: 1.125rem;
  font-weight: bold;
  background: #000C45;
  color: #fff;
  position: absolute;
  left: 26px;
  top: 0;
  display: flex;
  place-content: center;
  place-items: center;
  z-index: 3;
}
.g-global-aff-table .g-global-aff-table__logo {
  background: #F7F8FA;
  border-radius: 10px;
  position: relative;
  margin-bottom: 20px;
  padding: 12px;
  width: 100%;
  height: 9rem;
  display: flex;
  place-content: center;
  place-items: center;
}
.g-global-aff-table .g-global-aff-table__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.g-global-aff-table .g-global-aff-table__rating {
  width: 80px;
  height: 26px;
  border-radius: 32px 32px 0 0;
  display: flex;
  place-content: center;
  place-items: center;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.g-global-aff-table .g-global-aff-table__bonus {
  color: #3C51B9;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.g-global-aff-table .g-global-aff-table__bonus span,
.g-global-aff-table .g-global-aff-table__bonus strong {
  color: #FFAA00;
}
.g-global-aff-table .action-buttons:not(.-grid) {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.g-global-aff-table .action-buttons.-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.875rem;
  margin-bottom: 14px;
}

.global-btn-color {
  display: flex;
  gap: 0.375rem;
  align-items: center;
  justify-content: center;
  padding: 12px 1.5rem;
  text-align: center;
  border-radius: 32px;
  background: linear-gradient(0deg, #0FC5F1, #0FC5F1), radial-gradient(63.11% 63.11% at 31.97% 19.67%, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 4px 9px 62px 0px rgba(15, 197, 241, 0.5019607843), -3px -4px 7px 0px rgba(255, 255, 255, 0.1490196078) inset;
  text-decoration: none;
}
.global-btn-color span {
  text-decoration: none;
  color: #fff;
}
.global-btn-color svg {
  width: 1rem;
  height: 1rem;
  color: #fff;
}
.global-btn-color:hover {
  opacity: 0.86;
}

.global-btn-empty {
  display: block;
  gap: 0.375rem;
  align-items: center;
  padding: 12px 1.5rem;
  text-align: center;
  border-radius: 32px;
  background: transparent;
  box-shadow: none;
  border: 1px solid #D0E3FF;
  text-decoration: none;
  color: #000C45;
  font-size: 1rem;
  font-weight: 600;
}
.global-btn-empty:hover {
  opacity: 0.86;
}

.rating-stars {
  display: flex;
  gap: 0.375rem;
  align-items: center;
}
.rating-stars i {
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  background: url(../../images/star-icon.svg) no-repeat center;
  background-size: contain;
}
.rating-stars span {
  color: #20307D;
  font-size: 1rem;
  font-weight: bold;
}

body {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root :where(.is-layout-constrained) > * {
  margin: 0;
  margin-block: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(60, 81, 185, 0.25);
}

a,
button {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
