body {
  color: snow;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

a {
  color: #222;
  text-decoration: none;
}

.header {
  z-index: 100;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: border-box;
  border-bottom: 1px solid #ffffff0f;
  padding-top: 24px;
  padding-bottom: 24px;
  position: sticky;
  top: 0;
}

.header-inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  min-height: 72px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.body {
  color: snow;
  background-color: snow;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.nav {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.logo {
  vertical-align: baseline;
  height: 60px;
}

.nav__link {
  color: #f5f5f5;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.nav__link:hover {
  color: #f2f3f4;
}

.nav__link:visited {
  color: #e5e4e2;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.header__logo {
  align-items: center;
  margin-left: 0;
  display: flex;
}

.link-block {
  display: block;
}

.link-block.w--current {
  flex: 0 auto;
}

.hero {
  background-color: #000;
  padding-top: 96px;
  padding-bottom: 96px;
}

.hero__grid {
  grid-column-gap: 59px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: .8fr 1.1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.hero__grid:hover {
  color: #f2f3f4;
}

.hero__eyebrow {
  color: #e5e4e2;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
}

.hero__title {
  text-align: left;
  letter-spacing: 0;
  max-width: 440px;
  margin-top: 10px;
  padding-top: 8px;
  font-size: 52px;
  line-height: 1.1;
}

.paragraph {
  margin-top: 20px;
}

.hero__subtext {
  color: #c9c9c9;
  text-align: justify;
  letter-spacing: 0;
  overflow-wrap: normal;
  max-width: 440px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 16px;
  line-height: 1.6;
}

.hero-image {
  width: auto;
  max-width: 100%;
}

.hero__cta-row {
  justify-content: center;
  align-items: center;
  max-width: 440px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 48px;
  padding-bottom: 24px;
  display: flex;
  position: static;
}

.btn-primary {
  color: snow;
  mix-blend-mode: normal;
  background-color: #ac7f07;
  border-radius: 0;
  font-weight: 600;
  transition: opacity .2s;
}

.text-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero__note {
  color: #9a9a9a;
  justify-content: center;
  align-items: center;
  max-width: 440px;
  font-size: 12px;
  font-style: italic;
  display: flex;
}

.trust-strip {
  margin-top: 24px;
  padding-top: 60px;
  padding-bottom: 16px;
}

.trust-strip__row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  opacity: .8;
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.trust-logo {
  opacity: .8;
  height: 32px;
}

.main-content {
  background-color: #e5e4e2;
  width: 100%;
}

.top-casinos {
  background-color: #0000;
  width: 100%;
  margin-top: 72px;
  margin-bottom: 72px;
  padding: 0;
  font-size: 38px;
}

.section-title {
  color: #111;
  text-align: center;
  margin-top: 0;
  margin-bottom: 48px;
}

.top-casinos__list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.casino-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 360px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 36px;
  padding-bottom: 36px;
  display: flex;
  position: relative;
  box-shadow: 6px 6px 5px #00000040;
}

.top-casinos__wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #f5f5f5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 48px;
  display: block;
  box-shadow: 4px 8px 16px #000c;
}

.top-casinos__head {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #111;
  text-align: center;
  background-color: #00000080;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.heading {
  font-size: 36px;
}

.top-casinos__title {
  color: snow;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
}

.top-casinos__subtitle {
  color: #e5e4e2;
  letter-spacing: 1.5px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 6px;
  font-size: 32px;
  font-weight: 400;
}

.top-casinos__grid {
  grid-column-gap: 47px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: .66fr .66fr .66fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin: 24px 0;
  display: grid;
}

.casino-card__eyebrow {
  color: #ac7f07;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
}

.casino-card__eyebrow.casino-card__eyebrow-is--silver {
  color: silver;
  -webkit-text-stroke-color: silver;
}

.casino-card__eyebrow.casino-card__eyebrow-is--bronze {
  color: #f5f5f5;
  -webkit-text-stroke-color: #f5f5f5;
}

.casino-card__logo {
  min-width: 160px;
  max-width: none;
}

.heading-2 {
  font-weight: 600;
}

.button {
  font-size: 2px;
}

.casino-card__btn {
  color: #fff;
  text-align: center;
  background-color: #d80621;
  margin-top: 36px;
  margin-bottom: 10px;
  padding: 12px 25px 12px 24px;
  font-size: 18px;
  font-weight: 600;
  transform: translate(0);
}

.casino-card__btn:hover {
  background-color: #a20418;
}

.casino-card__title {
  margin-top: 36px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.text-block-2 {
  margin-bottom: 36px;
  font-size: 12px;
  line-height: 15px;
}

.casino-card__subtitle {
  text-align: center;
  margin-bottom: 26px;
  font-size: 12px;
}

.casino-card__disclaimer {
  color: #9a9a9a;
  -webkit-text-stroke-color: #9a9a9a;
  font-size: 12px;
  font-style: italic;
}

.top-casinos__head-bar {
  background-color: #000;
  background-image: url('../images/header-00-1280x320.webp');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  width: 100%;
  min-height: 200px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.review-method {
  width: 100%;
  margin-top: 72px;
  margin-bottom: 72px;
}

.top-reviews {
  background-color: #0000;
  width: 100%;
  margin-top: 72px;
  margin-bottom: 72px;
  padding: 0;
  font-size: 38px;
}

.top-reviews__head-bar {
  background-color: #000;
  background-image: url('../images/header-01-1280x320.webp');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  width: 100%;
  min-height: 200px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.top-reviews__head {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #111;
  text-align: center;
  background-color: #00000080;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.top-reviews__title {
  color: snow;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
}

.top-reviews__subtitle {
  color: #e5e4e2;
  letter-spacing: 1.5px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 6px;
  font-size: 32px;
  font-weight: 400;
}

.top-reviews__wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #f5f5f5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 48px;
  display: block;
  box-shadow: 4px 8px 16px #000c;
}

.top-reviews__intro {
  color: #111;
  width: auto;
  margin-bottom: 48px;
  font-size: 18px;
  line-height: 1.6;
}

.top-reviews__list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.review-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.review-item__icon {
  width: auto;
  height: auto;
}

.image {
  width: 26.671%;
}

.top-reviews__intro-p {
  text-align: justify;
  margin-bottom: 24px;
}

.review-item__title {
  color: #02ba7c;
  font-size: 24px;
}

.paragraph-3 {
  color: #111;
  text-align: justify;
  font-size: 16px;
  line-height: 1.6;
}

.review-item__icon-img {
  width: 72px;
  max-width: none;
  height: auto;
}

.top-experience {
  background-color: #0000;
  width: 100%;
  margin-top: 72px;
  margin-bottom: 72px;
  padding: 0;
  font-size: 38px;
}

.top-experience__head-bar {
  background-color: #000;
  background-image: url('../images/header-03-1280x320.webp');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  width: 100%;
  min-height: 200px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.top-experience__head {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #111;
  text-align: center;
  background-color: #00000080;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.top-experience__wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #f5f5f5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 48px;
  display: block;
  box-shadow: 4px 8px 16px #000c;
}

.top-experience__intro-p-copy {
  text-align: justify;
  margin-bottom: 48px;
}

.top-experience__list {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  color: #111;
  align-items: center;
  margin-top: 48px;
  margin-bottom: 48px;
  display: flex;
}

.top-experience__list.is-reversed {
  flex-flow: row-reverse;
}

.experience-item__image {
  width: 25%;
  height: auto;
}

.experience-item__img {
  width: 100%;
  max-width: 360px;
}

.experience-item__text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 70%;
  display: flex;
}

.experience-item__para {
  text-align: justify;
  font-size: 16px;
  line-height: 1.6;
}

.casino-card__license {
  opacity: .56;
  color: #e5e4e2;
  text-align: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 10px;
}

.best-casinos {
  background-color: #0000;
  width: 100%;
  margin-top: 72px;
  margin-bottom: 72px;
  padding: 0;
  font-size: 38px;
}

.best-casinos__head-bar {
  background-color: #000;
  background-image: url('../images/header-04-1280x320.webp');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  width: 100%;
  min-height: 200px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.top-reviews-copy {
  background-color: #0000;
  width: 100%;
  margin-top: 72px;
  margin-bottom: 72px;
  padding: 0;
  font-size: 38px;
}

.best-casinos__wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #111;
  background-color: #f5f5f5;
  border: 0 #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 48px 16px;
  display: block;
  box-shadow: 4px 8px 16px #000c;
}

.best-casinos__head {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #111;
  text-align: center;
  background-color: #00000080;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.best-casinos__intro {
  color: #111;
  width: auto;
  margin-bottom: 48px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 18px;
  line-height: 1.6;
}

.casinos-table__wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr 2fr auto auto auto auto 1.5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 48px;
  padding: 16px;
  font-size: 14px;
  font-weight: 700;
  display: block;
  box-shadow: 0 0 12px #0003;
}

.table-th {
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #000;
  border-right: 1px solid red;
  padding: 0;
}

.casinos-table__header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  border-bottom: 0 #ffffff40;
  border-right: 0 #0000;
  grid-template-rows: auto;
  grid-template-columns: 32px 1.3fr 2fr 1fr .9fr 1fr .9fr 1.3fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding: 8px 4px;
  display: grid;
}

.casinos-table__head-item {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-left: 1px solid #ffffff40;
  border-right: 0 #ffffff40;
  padding: 8px;
  font-size: 12px;
}

.casinos-table__head-item.is-first {
  color: snow;
  border-left: 0 #0000;
  border-right-style: none;
  padding-left: 4px;
}

.casinos-table__divider {
  background-color: #ffffff40;
  width: 1px;
  height: 100%;
  position: absolute;
}

.casinos-table__row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-bottom: 0 #000;
  border-right: 0 #000;
  grid-template-rows: auto auto;
  grid-template-columns: 36px 1.3fr 2fr 1fr .9fr 1fr .9fr 1.3fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.row__cell {
  color: #111;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 8px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.row__cell.is-index {
  color: #fff;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.row__cell.is-bonus {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 16px;
  display: flex;
}

.row__cell.is-games {
  justify-content: center;
  align-items: center;
  padding-left: 4px;
  display: flex;
}

.row__cell.is-deposit {
  justify-content: center;
  align-items: center;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
}

.row__cell.is-payout {
  justify-content: center;
  align-items: center;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 12px;
  display: flex;
}

.row__cell.is-rating {
  border: 0 #000;
  flex-flow: column;
  padding: 6px;
}

.cell__index {
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  display: block;
}

.cell__casino {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  width: 95%;
  display: flex;
}

.cell__bonus {
  font-size: 18px;
  font-weight: 700;
}

.cell__bonus.is-top {
  color: #111;
  -webkit-text-stroke-color: #555c;
  font-size: 14px;
  font-weight: 600;
}

.cell__bonus.is-middle {
  letter-spacing: 1px;
  font-size: 32px;
  font-weight: 800;
}

.cell__bonus.is-bottom {
  -webkit-text-stroke-color: #555c;
  font-size: 16px;
}

.cell__bonus.is-bottom.is-jackpotcity {
  font-size: 13px;
}

.cell__wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.cell__wrap.is-deposit {
  padding-left: 0;
  padding-right: 0;
}

.cell__icon {
  max-width: none;
  height: 32px;
}

.cell__value {
  padding-right: 8px;
  font-size: 16px;
  font-weight: 700;
}

.cell__value.is-deposit, .cell__value.is-games {
  font-size: 18px;
  font-weight: 600;
}

.bold-text {
  font-size: 16px;
}

.cell__payout {
  font-size: 14px;
  font-weight: 600;
}

.cell__rating {
  color: #ac7f07;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 32px;
  font-weight: 800;
}

.cell__rating.is-99 {
  color: #111;
  letter-spacing: 2px;
  font-weight: 700;
}

.image-2 {
  margin-top: 8px;
}

.cell_site {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.btn-casino {
  background-color: #03c03c;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 2px 2px 10px 4px #0003;
}

.text-block-3 {
  font-size: 12px;
}

.site-url {
  color: #111111a6;
  padding-top: 0;
  padding-bottom: 0;
}

.row__disclaimer {
  color: #9a9a9a;
  text-align: center;
  letter-spacing: 1px;
  background-color: #0000000d;
  padding: 10px 20px;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5;
}

.disclaimer-top {
  letter-spacing: .95px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.disclaimer-btm {
  letter-spacing: .8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.best-casinos__outro {
  color: #111;
  width: auto;
  margin-top: 48px;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 18px;
  line-height: 1.6;
}

.outro___p {
  text-align: justify;
  letter-spacing: 1px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 16px;
  font-size: 14px;
  line-height: 1.5;
}

.bottom-advice {
  margin-top: 72px;
  margin-bottom: 72px;
}

.bottom-advice__head-bar {
  background-color: #000;
  background-image: url('../images/header-05-1280x320.webp');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  width: 100%;
  min-height: 200px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.bottom-advice__wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #f5f5f5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 48px;
  display: block;
  box-shadow: 4px 8px 16px #000c;
}

.bottom-advice__head {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #111;
  text-align: center;
  background-color: #00000080;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.bottom-faq__intro {
  color: #111;
  width: auto;
  margin-bottom: 48px;
  font-size: 18px;
  line-height: 1.6;
}

.bottom-advice__grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #0000;
  border: 1px solid #11111140;
  flex-flow: column;
  padding: 16px 14px;
  display: flex;
  box-shadow: 0 0 11px #0003;
}

.grid-card__img {
  padding: 16px;
}

.grid-card__title {
  color: #111;
  text-align: center;
  padding: 2px;
  font-size: 19px;
}

.grid-card__text {
  color: #111;
  text-align: justify;
  letter-spacing: .5px;
  font-size: 14px;
  line-height: 1.5;
}

.bottom-faq {
  margin-top: 72px;
  margin-bottom: 72px;
}

.footer {
  background-color: #000;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 14px;
}

.footer__content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.footer__responsible {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  display: grid;
}

.responsible__text {
  font-size: 12px;
  line-height: 1.5;
}

.responsible__heading {
  color: #e5e4e2;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
}

.responsible__p {
  color: #c9c9c9;
  text-align: justify;
  font-size: 13px;
  text-decoration: none;
}

.responsible__logos {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.responsible__logo {
  opacity: .8;
  height: 32px;
  transition: opacity .2s;
}

.responsible__logo:hover {
  opacity: 1;
}

.bold-text-2 {
  font-size: 14px;
}

.footer__divider {
  background-color: #ffffff1a;
  height: 2px;
  margin-top: 0;
  margin-bottom: 0;
}

.footer__disclaimer {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-left: 0;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.block-quote {
  color: #c9c9c9;
  text-align: left;
  margin-bottom: 0;
  padding: 0 8px;
  font-size: 12px;
}

.footer__links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-link {
  color: snow;
}

.footer-link:hover {
  color: #f2f3f4;
  font-weight: 600;
}

.footer__divide {
  color: snow;
  font-weight: 700;
}

.footer__legal {
  color: #9a9a9a;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  line-height: 1.5;
}

.footer__legal__copyright {
  text-align: center;
}

.footer__legal__copyright.is-link {
  color: #9a9a9a;
  font-weight: 600;
}

.footer__legal__copyright.is-link:hover {
  color: #f2f3f4;
  font-weight: 600;
}

.policy-content {
  background-color: #0000;
  width: 100%;
  margin-top: 72px;
  margin-bottom: 72px;
  padding: 0;
  font-size: 38px;
}

.policy-content__wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #f5f5f5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 48px;
  display: block;
  box-shadow: 4px 8px 16px #000c;
}

.policy-content__richtext {
  color: #111;
  font-size: 16px;
  line-height: 1.5;
}

.bold-text-3 {
  color: #666;
}

@media screen and (max-width: 991px) {
  .grid-card {
    padding-top: 12px;
  }
}

#w-node-cfa65a2b-1f56-9669-fb07-69e5bd5aeebb-2f141ce7, #w-node-a843fb81-38b0-5130-9f8a-c8626a36d612-2f141ce7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43651b9a-8830-5c5c-fc12-2f7e7718d463-2f141ce7 {
  align-self: auto;
}

#w-node-_6ba229c9-31eb-49a5-f6af-ef9495decfa4-2f141ce7, #w-node-_133d4146-9915-b795-798e-4ff98bcef5c4-2f141ce7, #w-node-_6a00de71-f6b4-38c7-a08f-b3a9f9cefe53-2f141ce7, #w-node-_98ae1cc9-0e5e-b524-5d39-62347e87c779-2f141ce7, #w-node-fceab6eb-4c5d-e4d3-4321-babf3c80cf2f-2f141ce7, #w-node-_21fc2993-4884-780a-5800-21e982de0d7c-2f141ce7, #w-node-b1590533-ac6c-25bd-88ad-f54209eb5ca0-2f141ce7, #w-node-_9d2dd205-339f-1e3e-e3d8-cda0ca505689-2f141ce7, #w-node-_6b118148-b995-5b7e-181c-545a66d7d50f-2f141ce7, #w-node-_04a29b5a-f93f-83d1-df4c-894181ef976b-2f141ce7 {
  grid-area: 2 / 2 / 3 / -1;
}


