* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  background: #05071a;
  font-family: "Titillium Web", sans-serif !important;
  /* line-height: 0; */
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

b, strong {
  font-weight: 700;
}

a {
  text-decoration: none;
  display: inline-block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1;
  font-family: "Titillium Web", sans-serif !important;
}

.custom-list {
  list-style-type: none;
}

.custom-list li {
  padding-left: 0.8em;
  position: relative;
  margin-bottom: 0.5em;
}

.custom-list li:last-child {
  margin-bottom: 0;
}

.custom-list li:before {
  content: '';
  background: #00FFFF;
  position: absolute;
  left: 0;
  top: 9px;
  height: 6px;
  width: 6px;
}

.reserve-content__body ul {
  list-style-type: none;
}

.reserve-content__body ul li {
  padding-left: 0.8em;
  position: relative;
  margin-bottom: 0.5em;
}

.reserve-content__body ul li:last-child {
  margin-bottom: 0;
}

.reserve-content__body ul li:before {
  content: '';
  background: #00FFFF;
  position: absolute;
  left: 0;
  top: 17px;
  height: 6px;
  width: 6px;
}

a,
ul li,
p {
  line-height: 1.6;
  font-size: 0.75em;
}

p {
  margin-bottom: 1em;
}

p a {
  color: #00FFFF;
  font-size: 1em;
}

p:last-child {
  margin-bottom: 0;
}

.headerz {
  border-bottom: solid 1px #746c64;
  background: #000;
  z-index: 10;
  position: relative;
  padding-bottom: 0.4em;
  padding-top: 0.4em;
  margin-bottom: 2em;
}

.headerz__inner {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.headerz .logo a {
  max-width: 124px;
  line-height: 0;
}

.top {
  padding-bottom: 2em;
  position: relative;
  margin-bottom: 2em;
}

.top:before {
  background-image: url("../../images/vector-long.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  display: inline-block;
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  height: 5px;
  width: 90%;
}

.top__inner {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.top-title {
  margin-bottom: 2em;
}

.top-title h1 {
  text-transform: uppercase;
  font-size: 0.667em;
  color: #00FFFF;
}

.top-heading h2,
.top-subheading h3 {
  font-weight: 400;
}

.top-heading {
  margin-bottom: 1em;
}

.top-heading h2 {
  font-size: 1.875em;
}

.top-subheading h3 {
  font-size: 0.75em;
}

.reserve {
  margin-bottom: 2em;
}

.reserve__inner {
  max-width: 100%;
  width: 100%;
}

.reserve-image {
  max-width: 600px;
}

.reserve-content__body {
  margin-bottom: 2em;
}

.reserve__two-columns {
  margin-bottom: 2em;
}

.reserve-item {
  padding-top: 1em;
  text-align: center;
  position: relative;
}

.reserve-item:first-child {
  margin-bottom: 2em;
}

.reserve-item:nth-child(2):before {
  background: #056BE0;
}

.reserve-item:nth-child(2) .reserve-item__top h5,
.reserve-item:nth-child(2) .reserve-item__bottom h5 {
  color: #056BE0;
}

.reserve-item:before {
  background: #A9136E;
  position: absolute;
  content: '';
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 10px;
  border-radius: 50%;
  width: 10px;
}

.reserve-item__top {
  position: relative;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.reserve-item__top:before {
  background-image: url("../../images/vector-small.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: -3px;
  content: '';
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 6px;
  width: 100%;
}

.reserve-item__top h5 {
  margin-bottom: 0.4em;
  color: #A9136E;
}

.reserve-item__top h5, .reserve-item__top p {
  text-transform: uppercase;
  font-size: 0.75em;
}

.reserve-item__bottom h5 {
  font-size: 0.75em;
  font-weight: 400;
  color: #A9136E;
}

.reserve-item__bottom p {
  font-size: 1.5em;
}

.reserve-link {
  padding: 0.6em 0.9em;
  background: #A9136E;
  font-size: 0.958em;
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  width: 100%;
  border-radius: 18px;
  margin-bottom: 1em;
}

.reserve-link:nth-child(2) {
  background: #056BE0;
  margin-bottom: 0;
}

.reserve-content {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.second__inner {
  max-width: 1300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.second-title {
  margin-bottom: 1.5em;
}

.second-title h4 {
  font-size: 1.25em;
}

.second-body {
  margin-bottom: 2em;
}

.second-video {
  margin-bottom: 3em;
}

.second-video__inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.second-video__inner .wp-video {
  position: relative;
  max-width: 90%;
  z-index: 2;
}

.second-video__inner .wp-video:before {
  background-image: url("../../images/vector-large.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  content: '';
  z-index: 1;
  height: 80%;
  width: 120%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.second-video__inner .wp-video .wp-video-shortcode {
  border: solid 1px #1CCDEE;
  position: relative;
  z-index: 2;
}

.third {
  margin-bottom: 6em;
}

.third-title {
  margin-bottom: 1.5em;
  max-width: 1300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.third-title h4 {
  font-size: 1.25em;
}

.third-item {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1a2753+0,164a7a+100 */
  background: #1a2753;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#1a2753), to(#164a7a));
  background: linear-gradient(to right, #1a2753 0%, #164a7a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a2753', endColorstr='#164a7a',GradientType=1 );
  /* IE6-9 */
  position: relative;
  line-height: 1;
  padding-bottom: 3em;
  padding-top: 2em;
  height: 100%;
  width: 100%;
  margin-bottom: 4em;
}

.third-item:last-child {
  margin-bottom: 0;
}

.third-item:nth-child(1) .third-item__title a {
  margin-left: auto;
  margin-right: auto;
}

.third-item:nth-child(2) .third-item__link a {
  background: #056BE0;
}

.third-item:nth-child(2) .third-item__link a span {
  width: 100%;
  display: inline-block;
}

.third-item:nth-child(2) .third-item__content {
  position: relative;
  z-index: 5;
}

.third-item:nth-child(2) .third-item__image {
  overflow: hidden;
  position: relative;
}

.third-item:nth-child(2) .third-item__image:before {
  background-image: url("../../images/rectangle-gradient.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: -16%;
  z-index: -1;
  content: '';
  top: 50%;
  opacity: 0.35;
  z-index: 1;
  height: 60%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.third-item:nth-child(2) .third-item__image img {
  position: relative;
  z-index: 2;
}

.third-item:nth-child(2) .third-item__title a {
  background: #056BE0;
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 110px;
  border-radius: 50%;
  width: 110px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.third-item__inner {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.third-item__title {
  margin: 0 auto 1.5em auto;
  position: relative;
}

.third-item__title a {
  color: #fff;
  text-transform: uppercase;
  background: #A9136E;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.375em;
  height: 227px;
  border-radius: 50%;
  width: 227px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.third-item__note {
  display: inline-block;
  margin-top: 1em;
}

.third-item__note span {
  display: inline-block;
  width: 100%;
}

.third-item__note span, .third-item__note p {
  font-size: 0.583em;
  color: #A6A6A6;
}

.third-item__link {
  position: absolute;
  max-width: 358px;
  bottom: -40px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.third-item__link a {
  padding: 0.6em 0.9em;
  background: #A9136E;
  font-size: 0.958em;
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  width: 100%;
  border-radius: 18px;
}

.page {
  overflow: hidden;
  position: relative;
}

.page-top-left, .page-top-center {
  width: 100%;
}

.page-top-left {
  text-align: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  z-index: 3;
}

.page-top-center {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  z-index: 4;
  margin-bottom: 2em;
}

.page-top {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: 4;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 3em;
}

.page-staking-reward {
  background: #00D7AF;
  text-align: center;
  position: relative;
  height: 121px;
  border-radius: 50%;
  width: 121px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-staking-reward:before {
  content: '';
  position: absolute;
  top: -40px;
  left: -33px;
  pointer-events: none;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background: url("../../images/circle-glow.png");
  height: 148px;
  width: 148px;
}

.page-staking-reward:after {
  content: '';
  position: absolute;
  pointer-events: none;
  z-index: -1;
  bottom: -123px;
  right: -159px;
  height: 674px;
  width: 537px;
  background-size: contain;
  background-position: center;
  background-image: url("../../images/parachute.png");
}

.page-staking-reward__inner p {
  color: #000;
  line-height: 1;
  font-size: 0.792em;
}

.page-staking-reward__inner p span {
  display: inline-block;
  width: 100%;
  font-size: 28px;
  font-weight: 700;
  color: #082AA8;
}

.page-background {
  background-image: url("../../images/unified-bg-mobile.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  opacity: 0.6;
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
}

.page-heading, .page-subheading {
  padding-left: 15px;
  padding-right: 15px;
}

.page-heading {
  margin-bottom: 1.4em;
  text-align: center;
}

.page-heading h3 {
  text-transform: uppercase;
  font-size: 0.667em;
  letter-spacing: 4px;
  max-width: 258px;
  font-weight: 400;
  line-height: 1.5;
  color: #00FFFF;
  margin-left: auto;
  margin-right: auto;
}

.page-subheading {
  max-width: 400px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.page-subheading h3 {
  font-size: 1.875em;
  margin-bottom: 0.2em;
}

.page-subheading p {
  font-size: 0.750em;
}

.page__content {
  position: relative;
  z-index: 8;
  max-width: 1000px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.unified-item {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 3em;
}

.unified-item:first-child .unified-list:before {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e26c9+0,1e26c9+90,131782+100&0.2+0,1+89,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(30, 38, 201, 0.2)), color-stop(89%, #1e26c9), color-stop(90%, #1e26c9), to(#131782));
  background: linear-gradient(to right, rgba(30, 38, 201, 0.2) 0%, #1e26c9 89%, #1e26c9 90%, #131782 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#331e26c9', endColorstr='#131782',GradientType=1 );
  /* IE6-9 */
}

.unified-item:last-child {
  margin-bottom: 2em;
}

.unified-item:last-child .unified-name h5:before {
  background: #056BE0;
}

.unified-item:last-child .unified-link a {
  background: #056BE0;
}

.unified-item:last-child .unified-list:before {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#131782+0,1e26c9+10,1e26c9+100&1+0,1+11,0.2+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#131782), color-stop(10%, #1e26c9), color-stop(11%, #1e26c9), to(rgba(30, 38, 201, 0.2)));
  background: linear-gradient(to right, #131782 0%, #1e26c9 10%, #1e26c9 11%, rgba(30, 38, 201, 0.2) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131782', endColorstr='#331e26c9',GradientType=1 );
  /* IE6-9 */
}

.unified-name h5,
.unified-heading h4 {
  font-weight: 400;
}

.unified-name {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  margin-bottom: 1em;
}

.unified-name h5 {
  text-transform: uppercase;
  padding-left: 1em;
  position: relative;
  font-weight: 700;
  font-size: 1em;
}

.unified-name h5:before {
  background: #A9136E;
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  height: 12px;
  border-radius: 50%;
  width: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.unified-heading {
  max-width: 450px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.unified-heading h4 {
  font-size: 1.375em;
}

.unified-image {
  max-width: 400px;
  margin-top: -35%;
  text-align: center;
  z-index: -1;
  margin-left: auto;
  margin-right: auto;
}

.unified-link {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 6;
  margin-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.unified-link a {
  -webkit-box-shadow: 0 8px 17px 4px rgba(0, 0, 0, 0.18);
          box-shadow: 0 8px 17px 4px rgba(0, 0, 0, 0.18);
  background: #C2136E;
  padding: 0.6em 0.9em;
  font-size: 0.750em;
  max-width: 250px;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  width: 100%;
  border-radius: 26px;
}

.unified-link a span {
  display: inline-block;
  width: 100%;
}

.unified-list {
  padding: 1.6em 1.4em;
  max-width: 480px;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#056be0+0,056be0+100&0.04+0,0.35+13,0.35+100 */
}

.unified-list:before {
  -webkit-box-shadow: 0 0 24px 8px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 24px 8px rgba(0, 0, 0, 0.4);
  opacity: 0.18;
  content: '';
  height: 100%;
  width: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.unified-list .extra-line {
  position: absolute;
  right: 1em;
  top: 1em;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.unified-list .extra-line:before, .unified-list .extra-line:after {
  background: rgba(0, 215, 175, 0.04);
  display: inline-block;
  position: absolute;
  content: '';
  right: 0;
}

.unified-list .extra-line:before {
  top: 0;
  height: 3px;
  width: 84%;
}

.unified-list .extra-line:after {
  top: 3px;
  height: 82%;
  width: 3px;
}

.unified-list ul {
  position: relative;
  padding-left: 0;
  z-index: 2;
  margin-bottom: 0;
  margin-top: 0;
}

.unified-list ul li {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.unified-list ul li:before {
  content: none;
}

.unified-list ul li .unified-icon {
  margin-right: 1em;
  margin-top: 3px;
  height: 20px;
  width: 20px;
}

.unified-list ul li .unified-icon img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}

.unified-list ul li .unified-content {
  margin-top: 2px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.unified-list ul li:nth-child(1) p {
  color: #00FFFF;
  font-size: 0.75em;
  line-height: 1.3;
}

.unified-list ul li:nth-child(2) p {
  font-size: 0.75em;
  color: #fff;
  margin-bottom: 0;
}

.unified-list ul li:nth-child(2) h5, .unified-list ul li:nth-child(2) span {
  color: #ffeb3b;
}

.unified-list ul li:nth-child(2) h5 {
  font-size: 1em;
  font-weight: 700;
}

.unified-list ul li:nth-child(2) span {
  font-size: 0.583em;
}

.unified-list ul li:nth-child(3) {
  margin-top: 1em;
}

.unified-list ul li:nth-child(3) p {
  font-size: 0.583em;
}

.unified__more-info {
  margin-top: 1.5em;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1000px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  z-index: 4;
}

.unified__more-info a {
  color: #000;
  font-size: 0.833em;
  font-weight: 700;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f69437+0,fde060+100 */
  background: #f69437;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#f69437), to(#fde060));
  background: linear-gradient(to right, #f69437 0%, #fde060 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f69437', endColorstr='#fde060',GradientType=1 );
  /* IE6-9 */
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  height: 40px;
  width: 127px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.unified__terms-and-conditions {
  padding-bottom: 2em;
  padding-top: 2em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 620px;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 4;
  position: relative;
}

.unified__terms-and-conditions p {
  font-size: 0.5em;
}

.footerz {
  padding-bottom: 2.5em;
  padding-top: 0;
  max-width: 1300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.footerz-title {
  margin-bottom: 1em;
}

.footerz-title h4 {
  font-size: 1.25em;
}

.footerz-content {
  margin-bottom: 2em;
}

.footerz-social-media {
  margin-bottom: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footerz-social-media a {
  margin-right: 1em;
  color: #05071B;
  background: #00C0F3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  border-radius: 50%;
  width: 40px;
}

.footerz-social-media a:last-child {
  margin-right: 0;
}

.footerz-note {
  text-align: center;
}

.footerz-note p {
  font-size: 0.583em;
  color: #A6A6A6;
}

@media (min-width: 480px) {
  .second-video__inner .wp-video:before {
    width: 110%;
  }
}

@media (min-width: 768px) {
  a,
  ul li,
  p {
    font-size: 1em;
  }
  ul li:before {
    top: 16px;
  }
  ul {
    padding-left: 0.9em;
  }
  .reserve__two-columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .reserve-item {
    width: 50%;
  }
  .reserve-item:first-child {
    margin-bottom: 0;
  }
  .reserve-link {
    width: 48%;
  }
  .reserve-link:first-child {
    margin-right: 4%;
    margin-bottom: 0;
  }
  .second-title h4 {
    font-size: 1.5em;
  }
  .second-body {
    margin-bottom: 3em;
  }
  .second-video__inner .wp-video:before {
    width: 110%;
  }
  .third-title h4 {
    font-size: 1.5em;
  }
  .third-title h4 span {
    display: block;
  }
  .third-item {
    padding-bottom: 4em;
  }
  .third-item:nth-child(2) .third-item__image {
    overflow: inherit;
  }
  .third-item:nth-child(2) .third-item__image:before {
    width: 80%;
    right: 0;
  }
  .third-item:nth-child(2) .third-item__title a {
    right: 40%;
  }
  .page-background {
    background-image: url("../../images/unified-bg.png");
  }
  .page-heading h3 {
    max-width: 500px;
  }
  .page-subheading h3 {
    line-height: 1.2;
  }
  .page__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .unified-heading h4 span {
    display: inline-block;
    width: 100%;
  }
  .unified-image {
    margin-top: -18%;
  }
  .footerz-title h4 {
    font-size: 1.5em;
  }
  .footerz-social-media {
    margin-bottom: 2em;
  }
  .footerz-social-media a {
    margin-right: 2em;
    height: 50px;
    width: 50px;
  }
  .footerz-note {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .headerz {
    margin-bottom: 3em;
  }
  .headerz__inner {
    text-align: left;
  }
  .top {
    bottom: -44px;
    margin-bottom: 5em;
  }
  .top:before {
    bottom: -28px;
  }
  .top__inner {
    text-align: left;
  }
  .top-title, .top-heading, .top-subheading {
    text-align: center;
  }
  .top-title {
    margin-bottom: 1.5em;
  }
  .top-title h1 {
    font-size: 0.917em;
  }
  .top-heading h2 {
    font-size: 2.75em;
  }
  .top-subheading h3 {
    font-size: 1.292em;
  }
  .reserve {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
  }
  .reserve-image {
    position: absolute;
    top: 0;
    left: 0;
  }
  .reserve__inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .reserve-image {
    max-width: 30%;
  }
  .reserve-content {
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
  }
  .second-title, .second-body {
    padding-right: 4em;
  }
  .second-title h4 {
    max-width: 900px;
  }
  .second-video__inner .wp-video:before {
    width: 140%;
  }
  .third-item__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
  }
  .third-item__link {
    left: 70%;
  }
  .third-item:nth-child(1) .third-item__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 2em;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .third-item:nth-child(1) .third-item__title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .third-item:nth-child(2) {
    height: 80%;
  }
  .third-item:nth-child(2) .third-item__title {
    width: 100%;
    margin-right: 2em;
  }
  .third-item:nth-child(2) .third-item__title a {
    right: 4%;
  }
  .third-item:nth-child(2) .third-item__image:before {
    width: 160%;
    right: -102%;
  }
  .third-item:nth-child(2) .third-item__content {
    max-width: 1900px;
  }
  .page-top {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .page-top-left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 20%;
  }
  .page-top-center {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 60%;
    margin-bottom: 0;
  }
  .page-staking-reward {
    margin-left: 0;
  }
  .page-content {
    position: relative;
    z-index: 2;
  }
  .page-slant-bar {
    opacity: 0.4;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-position: 84% top;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../../images/slant-bar.svg");
    height: 100%;
    width: 100%;
  }
  .unified-item {
    width: 50%;
  }
  .unified-item:first-child, .unified-item:last-child {
    margin-bottom: 0;
  }
  .unified-image {
    margin-top: -27%;
  }
  .unified-list {
    min-height: 344px;
  }
}

@media (min-width: 1200px) {
  .reserve-image {
    max-width: 450px;
  }
  .reserve-content {
    max-width: 830px;
    margin: 0 auto;
  }
  .third-item:nth-child(2) .third-item__title {
    position: relative;
  }
  .third-item:nth-child(2) .third-item__title a, .third-item:nth-child(2) .third-item__title h5 {
    right: 18%;
    height: 200px;
    width: 200px;
  }
  .third-item:nth-child(2) .third-item__image:before {
    right: -80%;
    width: 150%;
  }
  .page-slant-bar {
    left: -6%;
    background-size: 130% top;
  }
  .unified-image {
    margin-top: -23%;
  }
  .unified-list:after {
    content: '';
    top: 1em;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
  }
  .unified-item:first-child .unified-list:after {
    left: -100px;
    opacity: 0.5;
    background-image: url("../../images/left-ring.svg");
    height: 208px;
    width: 150px;
  }
  .unified-item:last-child .unified-list:after {
    right: -100px;
    opacity: 0.5;
    background-image: url("../../images/right-ring.svg");
    height: 224px;
    width: 150px;
  }
}

#disclaim {
  max-width: 1000px;
}

p.small {
  font-size: 1.0rem;
  margin-top: 6.0rem;
}

#next {
  max-width: 1000px;
  margin-top: 2.0rem;
}
  #next p {
    font-size: 1.0rem;
  }
  
  #next p.xsmall {
    font-size: 0.6rem;
    margin-top: 1.0rem;
  }
  
  #next ul.share {
    display: flex;
    list-style: none;
    padding: 0;
    margin-top: 4.0rem;
  }
    #next ul.share li {
      display: inline;
      justify-content: space-between;
    }
      #next ul.share li img {
        display: block;
        width: 30%;
        margin: 0 auto;
      }

@media (min-width: 1550px) {
  .third-item:nth-child(2) .third-item__image:before {
    width: 130%;
    right: -60%;
  }
  .third-item__content {
    max-width: 950px;
  }
}
