* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:active,
:focus {
  outline: 0;
}

a:active,
a:focus {
  outline: 0;
}

aside,
footer,
header,
nav {
  display: block;
}

body,
html {
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

button,
input,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
}

textarea {
  resize: none;
}

button {
  cursor: pointer;
  background-color: transparent;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  display: inline-block;
  color: inherit;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

picture {
  display: block;
  width: 100%;
  height: 100%;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

address {
  font-style: normal;
}

strong {
  display: block;
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/kaisertrail-fonts/kaisertrail-roboto-regular.woff2) format("woff2");
}

@font-face {
  font-family: Valorant;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/kaisertrail-fonts/kaisertrail-valorant-regular.woff2) format("woff2");
}

:root {
  --font-main: "Roboto", sans-serif;
  --container-width: 1170px;
  --container-step: 20px;
  --container-step-tablet: 15px;
  --container-step-mobile: 10px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --background-page: #000000;
  --main: #ffffff;
  --black: #000000;
  --white: #ffffff;
  --gradient: linear-gradient(90deg, rgba(107, 131, 193, 0.6) 0%, rgba(113, 207, 241, 0.6) 100%);
  --black-060: rgba(0, 0, 0, 0.6);
  --hover: #7b68ee;
  --active: #4169e1;
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-step);
}

@media (max-width: 991px) {
  .container {
    padding: 0 var(--container-step-tablet);
  }
}

@media (max-width: 600px) {
  .container {
    padding: 0 var(--container-step-mobile);
  }
}

.rd-transfer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background-color: var(--background-page);
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.main_no-margin:not(:last-child) {
  margin-bottom: 0;
}

a,
button {
  color: var(--main);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

.Valorant {
  font-family: Valorant;
}

.bg-gr {
  background: var(--gradient);
}

.bg-black-060 {
  background-color: var(--black-060);
}

.logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 184px;
  height: 25px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media (any-hover: hover) {
  .logo:hover {
    opacity: 0.5;
  }
}

.logo:focus-visible {
  opacity: 0.5;
}

.logo:active {
  opacity: 0.5;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.age {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.age_top {
  width: 40px;
  height: 20px;
}

.age_footer {
  width: 40px;
  height: 40px;
}

.tx-main {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
}

@media (max-width: 1220px) {
  .tx-main {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .tx-main {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .tx-main {
    font-size: 12px;
  }
}

.tx-20 {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}

.tx-20-16 {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}

@media (max-width: 991px) {
  .tx-20-16 {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .tx-20-16 {
    font-size: 16px;
  }
}

.tx-18-16 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
}

@media (max-width: 600px) {
  .tx-18-16 {
    font-size: 16px;
  }
}

.tx-16-14 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
}

@media (max-width: 600px) {
  .tx-16-14 {
    font-size: 14px;
  }
}

.tx-36-24 {
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
}

@media (max-width: 1220px) {
  .tx-36-24 {
    font-size: 32px;
  }
}

@media (max-width: 991px) {
  .tx-36-24 {
    font-size: 28px;
  }
}

@media (max-width: 600px) {
  .tx-36-24 {
    font-size: 24px;
  }
}

.tx-50-30 {
  font-weight: 400;
  font-size: 50px;
  line-height: 120%;
}

@media (max-width: 1220px) {
  .tx-50-30 {
    font-size: 44px;
  }
}

@media (max-width: 991px) {
  .tx-50-30 {
    font-size: 36px;
  }
}

@media (max-width: 600px) {
  .tx-50-30 {
    font-size: 30px;
  }
}

.tx-14-12 {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}

@media (max-width: 600px) {
  .tx-14-12 {
    font-size: 12px;
  }
}

.mb-20:not(:last-child) {
  margin-bottom: 20px;
}

.mb-20-10:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .mb-20-10:not(:last-child) {
    margin-bottom: 10px;
  }
}

.mb-40:not(:last-child) {
  margin-bottom: 40px;
}

.mb-section:not(:last-child) {
  margin-bottom: 80px;
}

@media (max-width: 600px) {
  .mb-section:not(:last-child) {
    margin-bottom: 60px;
  }
}

.brr-10 {
  border-radius: 10px;
}

.p-24 {
  padding: 24px;
}

.ptb-80-50 {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 600px) {
  .ptb-80-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.ptb-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pb-50 {
  padding-bottom: 50px;
}

.but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: var(--white);
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#6b83c1), to(#71cff1));
  background: linear-gradient(90deg, #6b83c1 0, #71cff1 100%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 202px;
  min-height: 52px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  text-align: center;
}

.but_image {
  border-radius: 0;
  background-image: url(/kaisertrail-img/kaisertrail-background-button.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 20px;
  border: 1px solid var(--white);
}

@media (max-width: 600px) {
  .but {
    min-width: 0;
    width: 100%;
  }
}

@media (any-hover: hover) {
  .but:hover {
    opacity: 0.5;
  }
}

.but:focus-visible {
  opacity: 0.5;
}

.but:active {
  opacity: 0.5;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.color-p {
  color: #cfc9d4;
}

.hover-color {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

@media (any-hover: hover) {
  .hover-color:hover {
    color: var(--hover);
  }
}

.hover-color:focus-visible {
  color: var(--hover);
}

.hover-color:active {
  color: var(--active);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.d-block {
  display: block;
}

.w100 {
  min-width: 0;
  width: 100%;
}

.relative-z2 {
  position: relative;
  z-index: 2;
}

.word-break {
  word-break: break-all;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.img-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.img-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.underline {
  text-decoration: underline;
}

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

.text-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.rd-upload img {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.rd-load img {
  opacity: 1;
}

.scroll {
  padding-bottom: 10px;
  overflow: auto;
}

.scroll::-webkit-scrollbar {
  height: 4px;
  background-color: var(--white);
}

.scroll::-webkit-scrollbar-thumb {
  background-color: var(--brown);
}

.kaisertrail-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
}

.kaisertrail-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

@media (max-width: 600px) {
  .kaisertrail-header__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.kaisertrail-header__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.kaisertrail-hero {
  background-image: url(/kaisertrail-img/kaisertrail-hero-background.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 600px) {
  .kaisertrail-hero {
    background-image: url(/kaisertrail-img/kaisertrail-hero-background-mob.webp);
  }
}

.kaisertrail-hero__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 800px;
  padding-top: 100px;
}

@media (max-width: 991px) {
  .kaisertrail-hero__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    gap: 20px;
    min-height: 0;
  }
}

@media (max-width: 600px) {
  .kaisertrail-hero__container {
    padding-top: 135px;
  }
}

.kaisertrail-hero__descr {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 570px;
  flex: 0 1 570px;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 991px) {
  .kaisertrail-hero__descr {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: var(--container-step-tablet);
    padding-right: var(--container-step-tablet);
  }
}

@media (max-width: 600px) {
  .kaisertrail-hero__descr {
    padding-left: var(--container-step-mobile);
    padding-right: var(--container-step-mobile);
  }
}

.kaisertrail-hero__image {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  width: 700px;
  height: 700px;
}

@media (max-width: 991px) {
  .kaisertrail-hero__image {
    position: relative;
    left: 0;
    width: 100%;
    height: auto;
    padding-bottom: 60%;
  }
}

@media (max-width: 600px) {
  .kaisertrail-hero__image {
    padding-bottom: 80%;
  }
}

@media (max-width: 400px) {
  .kaisertrail-hero__image {
    padding-bottom: 100%;
  }
}

@media (max-width: 991px) {
  .kaisertrail-hero__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}

.kaisertrail-about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

@media (max-width: 991px) {
  .kaisertrail-about__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media (max-width: 600px) {
  .kaisertrail-about__container {
    padding: 0;
  }
}

.kaisertrail-about__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 570px;
  flex: 0 1 570px;
  width: 100%;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-image: url(/kaisertrail-img/kaisertrail-about-us.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 49%;
}

@media (max-width: 991px) {
  .kaisertrail-about__image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding-bottom: 60%;
  }
}

@media (max-width: 600px) {
  .kaisertrail-about__image {
    padding-bottom: 100%;
    background-image: url(/kaisertrail-img/kaisertrail-about-us-mob.webp);
  }
}

.kaisertrail-about__dscr {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 570px;
  flex: 0 1 570px;
  width: 100%;
}

@media (max-width: 991px) {
  .kaisertrail-about__dscr {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding-left: var(--container-step-tablet);
    padding-right: var(--container-step-tablet);
  }
}

@media (max-width: 600px) {
  .kaisertrail-about__dscr {
    padding-left: var(--container-step-mobile);
    padding-right: var(--container-step-mobile);
  }
}

.kaisertrail-games {
  background-image: url(/kaisertrail-img/kaisertrail-game-background.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.kaisertrail-games_page {
  padding-top: 100px;
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .kaisertrail-games_page {
    padding-top: 135px;
    padding-bottom: 60px;
  }
}

.kaisertrail-games__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .kaisertrail-games__list {
    gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.kaisertrail-games__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 234px;
  flex: 0 1 234px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 12px 16px;
}

.kaisertrail-faq__item {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(107, 131, 193, 0.6)),
    to(rgba(113, 207, 241, 0.6))
  );
  background: linear-gradient(90deg, rgba(107, 131, 193, 0.6) 0, rgba(113, 207, 241, 0.6) 100%);
}

.kaisertrail-faq__item.active {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(107, 131, 193, 0.3)),
    to(rgba(113, 207, 241, 0.3))
  );
  background: linear-gradient(90deg, rgba(107, 131, 193, 0.3) 0, rgba(113, 207, 241, 0.3) 100%);
}

.kaisertrail-faq__item.active .kaisertrail-gorizont-line {
  display: none;
}

.kaisertrail-faq__top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}

.kaisertrail-faq__button {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media (any-hover: hover) {
  .kaisertrail-faq__button:hover {
    opacity: 0.5;
  }
}

.kaisertrail-faq__button:focus-visible {
  opacity: 0.5;
}

.kaisertrail-faq__button:active {
  opacity: 0.5;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.kaisertrail-faq__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.kaisertrail-faq__button span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.kaisertrail-faq__button span span {
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.kaisertrail-faq__button span span:nth-child(1) {
  width: 100%;
  height: 4px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.kaisertrail-faq__button span span:nth-child(2) {
  width: 4px;
  height: 100%;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.kaisertrail-faq__bottom {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}

.kaisertrail-faq__texts {
  padding-top: 32px;
}

.kaisertrail-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

@media (max-width: 991px) {
  .kaisertrail-footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.kaisertrail-footer__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 570px;
  flex: 0 1 570px;
  width: 100%;
}

@media (max-width: 991px) {
  .kaisertrail-footer__left {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}

.kaisertrail-footer__right {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 352px;
  flex: 0 1 352px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width: 991px) {
  .kaisertrail-footer__right {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 991px) {
  .kaisertrail-footer__copy {
    text-align: center;
  }
}

.terms {
  padding-top: 100px;
}

@media (max-width: 991px) {
  .terms {
    padding-top: 135px;
  }
}

.terms h1 {
  font-size: 42px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700;
}

@media (max-width: 991px) {
  .terms h1 {
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  .terms h1 {
    font-size: 16px;
  }
}

.terms h1:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .terms h1:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .terms h1:not(:last-child) {
    margin-bottom: 15px;
  }
}

.terms h2 {
  font-size: 36px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700;
}

@media (max-width: 991px) {
  .terms h2 {
    font-size: 25px;
  }
}

@media (max-width: 600px) {
  .terms h2 {
    font-size: 14px;
  }
}

.terms h2:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .terms h2:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .terms h2:not(:last-child) {
    margin-bottom: 15px;
  }
}

.terms p {
  font-size: 20px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400;
}

@media (max-width: 991px) {
  .terms p {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .terms p {
    font-size: 12px;
  }
}

.terms p:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .terms p:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .terms p:not(:last-child) {
    margin-bottom: 15px;
  }
}

.terms ul:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .terms ul:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .terms ul:not(:last-child) {
    margin-bottom: 15px;
  }
}

.terms li {
  font-size: 18px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400;
}

@media (max-width: 991px) {
  .terms li {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .terms li {
    font-size: 12px;
  }
}

.terms li:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .terms li:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .terms li:not(:last-child) {
    margin-bottom: 15px;
  }
}

.kaisertrail-games-iframe {
  height: 640px;
  display: block;
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .kaisertrail-games-iframe {
    height: 500px;
  }
}

@media (max-width: 600px) {
  .kaisertrail-games-iframe {
    height: 400px;
  }
}

@media (max-width: 400px) {
  .kaisertrail-games-iframe {
    height: 260px;
  }
}

/* kaisertrail-games */

.kaisertrail-games__list {
  justify-content: space-between;
  gap: 20px;
}

.kaisertrail-games__item {
  border-radius: 20px;
}

@media (max-width: 1100px) {
  .kaisertrail-games__item {
    border-radius: 10px;
  }
}

@media (max-width: 1038px) {
  .kaisertrail-games__list {
    justify-content: center;
  }
}

