@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&family=Lato:wght@700;900&display=swap');

body {
  position: relative;
  height: 100%;
  position: relative;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  color: #ffffff;
  background: #000000;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
.title {
  display: block;
  position: relative;
  line-height: 1.2;
  font-weight: 700;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

h1 {
  margin-bottom: 48px;
  font-size: 48px;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 20px;
  font-size: 48px;
}

.image img {
  display: block;
}

.main {
  margin: 0 auto;
  position: relative;
  max-width: 100vw;
  overflow: hidden;
}

.content,
.cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

.cover {
  height: auto;
}

.button {
  padding: 16px 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ff703e),
    color-stop(52.27%, #ff8155),
    to(#ff4200)
  );
  background: -o-linear-gradient(top, #ff703e 0%, #ff8155 52.27%, #ff4200 100%);
  background: linear-gradient(180deg, #ff703e 0%, #ff8155 52.27%, #ff4200 100%);
  -webkit-box-shadow: 0px 4px 84px #b97426;
  box-shadow: 0px 4px 84px #b97426;
  border-radius: 32px;
}

.button:hover,
.button:focus {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

/* .background {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute !important;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.background img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
} */

/* HEADER */
.header {
  padding-top: 32px;
  padding-left: calc(50% - ((1620px - 30px - 30px) / 2));
  padding-right: calc(50% - ((1620px - 30px - 30px) / 2));
  padding-bottom: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 100;
}

.header__logo img {
  display: block;
}

.header p {
  font-weight: 500;
  font-size: 20px;
}

.contrast-text {
  color: #e96e32;
}

/* BACKGROUND */
.background {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  z-index: -1;
}

/* 	PRIME */
.prime {
  margin: 0 auto;
  position: relative;
  max-width: 1620px;
}

.prime__background {
  width: 100vw;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.prime__wrap {
  padding: 124px 0;
  margin: 0 auto 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  max-width: 830px;
}

.prime__wrap > * {
  margin-bottom: 12px;
}

h1.prime__title {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 64px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#8f00ff),
    to(#430ebd)
  );
  background: -o-linear-gradient(top, #8f00ff 0%, #430ebd 100%);
  background: linear-gradient(180deg, #8f00ff 0%, #430ebd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

h2.prime__title {
  font-weight: 600;
  font-size: 48px;
  text-transform: uppercase;
}

.prime__wrap p {
  font-size: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.prime__button {
  margin-top: 48px;
}

.prime__button:hover,
.prime__button:focus {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.prime__image {
  position: absolute;
  right: -270px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  z-index: -1;
}

/* INSTRUCTIONS */
.benefits {
  padding-left: calc(50% - ((1620px - 30px - 30px) / 2));
  padding-right: calc(50% - ((1620px - 30px - 30px) / 2));
}

.benefits ul {
  margin: 0 -32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.benefits li {
  padding: 16px 17px;
  margin: 0 32px;
  width: calc(100% / 4);
  font-size: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 16px;
  background-image: url(../images/benefits-item-bg.png);
  background-position: center;
  background-size: cover;
}

.benefits li span {
  margin-right: 20px;
  min-width: 64px;
}

/* INSTRUCTIONS */
.instructions {
  padding-left: calc(50% - ((1620px - 30px - 30px) / 2));
  padding-right: calc(50% - ((1620px - 30px - 30px) / 2));
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.instructions > * {
  width: calc((100% - 24px) / 2);
}

.instructions__image {
  margin: 24px 0;
  text-align: right;
}

.instructions__wrap {
  margin: 24px 0;
}

.instructions li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.instructions li + li {
  margin-top: 64px;
}

.instructions li span {
  margin-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 64px;
  min-height: 64px;
  font-size: 34px;
  font-weight: 600;
  border-radius: 50%;
  background: #ff4200;
}

.instructions .button-box {
  width: 100%;
  text-align: center;
}

/* PARTNERS */
.partners {
  margin-top: 32px;
  padding: 0;
  padding-left: calc(50% - ((1300px - 30px - 30px) / 2));
  padding-right: calc(50% - ((1300px - 30px - 30px) / 2));
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #282b30;
}

.partners ul {
  padding: 32px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  border-bottom: 2px solid #5a5a5a;
}

.partners li + li {
  margin-left: 40px;
}

.partners li:last-of-type {
  margin-bottom: -10px;
}

.partners img {
  display: block;
}

/* FOOTER */
.footer {
  padding: 38px 0;
  padding-left: calc(50% - ((1300px - 30px - 30px) / 2));
  padding-right: calc(50% - ((1300px - 30px - 30px) / 2));
  background: #282b30;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: 'Inter', sans-serif;
}

.footer > div + div {
  margin-top: 42px;
}

.footer__info p {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
}

.footer__info p + p {
  margin-top: 18px;
}

.footer__info a {
  color: #3971ff;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.footer__logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.footer__age {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  min-width: 57px;
  min-height: 57px;
  background: #f04e34;
  border-radius: 50%;
}

.footer__logos > div {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer__logos > div span {
  margin: 0 20px;
}
