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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

/* html {
  overflow-x: hidden;
} */

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}
:root {
  --white: #FFFFFF;
  --black: #000000;
  --dark: #2D2D36;
  --main-blue: #0292D8;
  --dark-blue: #004A9E;
  --light-blue: #77D0F5;
  --middle-grey: #B2B7BE;
  --logo-black: #3B3F3C;
  --brand-game-color: #F4793D;
  --main-orange: #FE9E0D;
  --orange-hover: #FF8F59;
  --blue-hover: #43B6EA;
  --pink: #FCDDCE;
  scroll-behavior: initial;
}

@font-face {
  font-family: "Days One";
  src: url("../fonts/DaysOne-Regular.woff2") format("woff2"), url("../fonts/DaysOne-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Black.woff2") format("woff2"), url("../fonts/Montserrat-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Afacad";
  src: url("../fonts/Afacad-Bold.woff2") format("woff2"), url("../fonts/Afacad-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html {
  height: 100%;
}

body {
  height: 100%;
  scroll-behavior: initial;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

ul[class], ol[class] {
  list-style: none;
  padding: 0;
}

ul, ol {
  margin: 0;
}

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

button {
  background: none;
  border: none;
  padding: 0;
}

label {
  cursor: pointer;
}

input, textarea {
  outline: none;
}

textarea {
  resize: none;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  
}

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

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

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.centered {
  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;
}

.icon {
  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;
}
.icon svg {
  width: 100%;
  height: 100%;
}

.bold {
  font-weight: bold;
}

.full-link::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

body {
  font-family: "Montserrat";
  color: var(--dark);
  background: var(--white);
}

a, button {
  outline: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.container {
  width: 81.875rem;
  max-width: 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-left: auto;
  margin-right: auto;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-family: "Montserrat";
  font-weight: bold;
}
h1:lang(en), .h1:lang(en), 
h2:lang(en), .h2:lang(en), 
h3:lang(en), .h3:lang(en), 
h4:lang(en), .h4.h2:lang(en) {
  font-family: "Afacad";
}

h1, .h1 {
  font-size: 3.5rem;
  line-height: 3.75rem;
}
h1:lang(en), .h1:lang(en) {
  font-size: 4.5rem;
  line-height: 4.8rem;
}

h2, .h2 {
  font-size: 3rem;
  line-height: 3.25rem;
}
h2:lang(en), .h2:lang(en) {
  font-size: 3.6rem;
  line-height: 3.6rem;
}

h3, .h3 {
  font-size: 2.125rem;
  line-height: 2.5rem;
}

h4, .h4 {
  font-size: 1.75rem;
  line-height: 2.125rem;
}
h4:lang(en), .h4:lang(en) {
  font-size: 1.5rem;
  line-height: 2rem;
}
.title {
    margin: 2rem 0 1rem;
}
.subtitle {
    margin: 2rem 0 1rem;
}

.p1 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 500;
}

.p2 {
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 500;
}

.p3 {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.p4 {
  font-size: 1rem;
  line-height: 1.25rem;
}

.ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 1rem !important;
    list-style: disc !important;
}
.ul li {
    margin-bottom: 1rem;
}
.ol {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 1rem !important;
    list-style: decimal !important;
}
.ol li {
    margin-bottom: 1rem;
}

.orange-txt {
  color: var(--brand-game-color);
}

.section {
  padding-top: 5.5rem;
}
.section__head {
  margin-bottom: 4rem;
}
.section-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-title__icon {
  width: 3.125rem;
  height: 3.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 1.5rem;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.row > div {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.border {
  position: relative;
}
.border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  border: 1px solid var(--main-blue);
  pointer-events: none;
}

@media (min-width: 1025px) and (max-width: 1310px) {
  html {
    font-size: calc(1.2213740458vw + 0PX);
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  html {
    font-size: calc(2vw + 0PX);
  }
}
@media (max-width: 1024px) {
  .section-wrapper {
    background: var(--dark-blue);
    position: relative;
    z-index: 99;
  }
  h1, .h1 {
    font-size: 2.75rem;
    line-height: 3rem;
  }
  h2, .h2 {
    font-size: 2.125rem;
    line-height: 2.375rem;
  }
  h3, .h3 {
    font-size: 1.75rem;
    line-height: 2.0625rem;
  }
  h4, .h4 {
    font-size: 1.375rem;
    line-height: 1.625rem;
  }
  .p1 {
    font-size: 1.1875rem;
    line-height: 1.4375rem;
  }
  .p2 {
    font-size: 1rem;
    line-height: 1.375rem;
  }
  .p3 {
    font-size: 0.9375rem;
    line-height: 1.1875rem;
  }
  .p4 {
    font-size: 0.8125rem;
    line-height: 1rem;
  }
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .section {
    padding-top: 3rem;
  }
  .section__head {
    margin-bottom: 2.5rem;
  }
  .section-title__icon {
    width: 1.875rem;
    height: 1.875rem;
    margin-left: 0.625rem;
  }
}
.icons {
  width: 2.5rem;
}

@media (max-width: 480px) {
  html {
    font-size: calc(4.2666666667vw + 0PX);
  }
  .container {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    width: 540px;
  }
  h1, .h1 {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
  h2, .h2 {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
  h3, .h3 {
    font-size: 1.375rem;
    line-height: 1.625rem;
  }
  h4, .h4 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  .p1 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .p3 {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  .p4 {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .section-title {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}
.btn {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 2.5rem;
  border-radius: 2.5rem;
  background: var(--brand-game-color);
  color: var(--white);
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 500;
}
.btn:hover {
  background: var(--orange-hover);
}

@media (max-width: 1024px) {
  .btn {
    font-size: 1rem;
    line-height: 1.375rem;
    padding: 0.5rem 1rem;
  }
}

.link {
  text-decoration: underline;
}

.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: var(--main-blue);
  color: var(--white);
  fill: var(--white);
  padding-bottom: 2rem;
  position: relative;
  z-index: 101;
}
.footer__img {
  margin-top: -8.375rem;
  margin-bottom: -3.25rem;
}
.footer-img {
  width: 22.75rem;
  margin-left: auto;
  margin-right: auto;
}
.footer-img__tablet {
  display: none;
}
.footer-img img {
  width: 100%;
}
.footer__links {
  margin-bottom: 10.375rem;
}
.footer__links-col {
  width: 50%;
  margin-left: auto;
}
.footer-links {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-links__menu {
  width: 70%;
  margin-bottom: 3.125rem;
}
.footer-links__lang {
  margin-left: auto;
  margin-bottom: 3.125rem;
}
.footer-links__social {
  width: 70%;
}
.footer-links__top {
  margin-left: auto;
}
.footer-menu__item {
  margin-right: 2rem;
}
.footer-menu__item:last-child {
  margin-right: 0;
}
.footer-menu__link {
  padding: 0.625rem 1.25rem;
  border-radius: 1.25rem;
  display: block;
}
.footer-menu__link::before {
  border-color: var(--white);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.footer-menu__link:hover::before {
  border-width: 0.125rem;
}
.footer-lang__item {
  margin-right: 1.25rem;
}
.footer-lang__item:last-child {
  margin-right: 0;
}
.footer-lang__link {
  padding: 0.625rem 0;
  position: relative;
}
.footer-lang__link::after {
  content: "";
  height: 1px;
  width: 100%;
  background: var(--white);
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.footer-lang__link.selected::after, .footer-lang__link:hover::after {
  opacity: 1;
}
.footer-social__item {
  margin-right: 3.125rem;
}
.footer-social__item:last-child {
  margin-right: 0;
}
.footer-social__link {
  fill: var(--white);
}
.footer-social__link .icon-vk {
  width: 3.1875rem;
  height: 2.5rem;
}
.footer-social__link .icon-inst {
  width: 2.5625rem;
  height: 2.5rem;
}
.footer-social__link .icon-fb-2 {
  width: 2.5rem;
  height: 2.5rem;
}
.footer-social__link:hover {
  opacity: 0.9;
}
.footer-top {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  fill: var(--white);
}
.footer-top svg {
  width: 0.75rem;
  height: 0.75rem;
}
.footer-top::before {
  border-color: var(--white);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.footer-top:hover::before {
  border-width: 0.125rem;
}
.footer__info {
  margin-bottom: 3.75rem;
}
.footer-info {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer-info__col {
  width: 33.3333333333%;
}
.footer-developer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-developer__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-developer__txt::after {
  content: "";
  width: 0.875rem;
  height: 1px;
  margin: 0 0.5rem;
  background: var(--light-blue);
}
.footer-developer__img {
  max-width: 3.625rem;
}
.footer__decor {
  position: absolute;
  top: 18.75rem;
  left: -6.0625rem;
}
.footer-decor {
  position: relative;
}
.footer-decor__img {
  position: relative;
  z-index: 3;
  height: 12.75rem;
  width: 25.4375rem;
  overflow: hidden;
}
.footer-decor__img img {
  width: 100%;
}
.footer-decor__info {
  position: absolute;
  top: -6.125rem;
  left: 12.375rem;
}
.footer-decor__info-inner {
  border-radius: 2.5rem;
  background: #3D3F94;
  padding: 2.25rem 8.125rem 2.625rem 7.875rem;
  text-align: center;
  position: relative;
}
.footer-decor__info-inner:lang(ru-RU) {
  padding: 2.25rem 6.125rem 2.625rem 5.875rem;
}
.footer-decor__info-inner .p1 {
  margin-bottom: 0.5rem;
}
.footer-decor__info-inner a {
  text-decoration: underline;
}
.footer-decor__info-inner a:hover {
  text-decoration: none;
}
.footer-decor__info-arrow {
  width: 4.875rem;
  height: 2.5rem;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 100%;
  margin-top: -0.3125rem;
  fill: #3D3F94;
}

@media (max-width: 1024px) {
  .footer {
    padding-bottom: 1rem;
  }
  .footer__img {
    margin-top: -10.875rem;
    margin-bottom: -3.5rem;
  }
  .footer-img {
    width: 23.375rem;
  }
  .footer-img__desctop {
    display: none;
  }
  .footer-img__tablet {
    display: block;
  }
  .footer__decor {
    top: 16.75rem;
    left: -4.625rem;
  }
  .footer-decor__img {
    width: 15.1875rem;
    height: 7.6875rem;
  }
  .footer-decor__info {
    top: -5.125rem;
    left: 8rem;
  }
  .footer-decor__info-inner {
    padding: 1rem 2.25rem 1.25rem;
  }
  .footer-decor__info-inner .p1 {
    margin-bottom: 0;
  }
  .footer-decor__info-arrow {
    width: 3.125rem;
    height: 1.5625rem;
    margin-top: -1px;
  }
  .footer__links-inner {
    margin-left: 0;
    margin-right: 0;
  }
  .footer__links-inner > div {
    padding-left: 0;
    padding-right: 0;
  }
  .footer__links-col {
    width: 23.125rem;
  }
  .footer-links {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-links__menu {
    width: 100%;
    margin-bottom: 2rem;
  }
  .footer-links__social {
    width: auto;
  }
  .footer-links__top {
    margin-left: initial;
  }
  .footer-links__lang {
    margin-left: 0;
    margin-bottom: 0;
  }
  .footer-menu {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-menu__item {
    margin-right: 0;
  }
  .footer-menu__link {
    padding: 0.5rem 1.25rem;
  }
  .footer-social {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-social__item {
    margin-right: 1.5rem;
  }
  .footer-social__link .icon-vk {
    width: 2.390625rem;
    height: 1.875rem;
  }
  .footer-social__link .icon-fb-2 {
    width: 1.875rem;
    height: 1.875rem;
  }
  .footer-social__link .icons-icon {
    width: 1.875rem;
    height: 1.875rem;
  }
  .footer-lang__item {
    margin-right: 0.25rem;
  }
  .footer-lang__link {
    padding: 0.25rem 0;
  }
  .footer-info {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .footer-info > div {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .footer__links {
    margin-bottom: 6.125rem;
  }
  .footer__info {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 480px) {
  .footer__img {
    margin-top: -8.375rem;
    margin-left: -0.875rem;
    margin-bottom: -4.625rem;
  }
  .footer-img {
    width: 22.6875rem;
  }
  .footer-img__tablet {
    display: none;
  }
  .footer-img__desctop {
    display: block;
  }
  .footer-info__col {
    width: 100%;
    margin-bottom: 1rem;
  }
  .footer-info__col:last-child {
    margin-bottom: 0;
  }
  .footer-info__txt.p2 {
    font-size: 0.875rem;
    line-height: 1.125rem;
    font-weight: normal;
  }
  .footer__links {
    margin-bottom: 15.375rem;
  }
  .footer__decor {
    top: 26.25rem;
  }
}
.header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0.25rem 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: var(--white);
  border-radius: 0px 0px 1.25rem 1.25rem;
}
.header__container {
  width: 100%;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}
.header__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-lang__item {
  margin-right: 1.25rem;
}
.header-lang__item:last-child {
  margin-right: 0;
}
.header-lang__link {
  display: block;
  padding: 0.625rem 0;
  position: relative;
}
.header-lang__link::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--dark);
  opacity: 0;
}
.header-lang__link.selected::after, .header-lang__link:hover::after {
  opacity: 1;
}
.header__m-menu {
  display: none;
}
.header-dropdown {
  background: var(--white);
  border-radius: 0.5rem;
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: initial;
}
.header-dropdown__menu-link {
  display: block;
  padding: 1rem 1.25rem;
  display: block;
  text-align: center;
}
.header-dropdown__menu-link:hover {
  background: var(--main-orange);
  color: var(--white);
}

.menu__item {
  margin-right: 0.625rem;
}
.menu__item:last-child {
  margin-right: 0;
}
.menu__link {
  display: block;
  padding: 0.625rem 1.25rem;
}
.menu__link.selected, .menu__link:hover {
  color: var(--brand-game-color);
}

.headroom {
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

.headroom--pinned {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

.headroom--unpinned {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.open-menu {
  width: 2.5rem;
  height: 2.5rem;
  fill: var(--main-blue);
}
.open-menu .icon-close {
  display: none;
}
.open-menu[aria-expanded=true] .icon-close {
  display: block;
}
.open-menu[aria-expanded=true] .icon-burger {
  display: none;
}

.logo img {
  width: 5rem;
}

@media (max-width: 1400px) {
  .header__container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 81.875rem;
  }
}
@media (max-width: 1024px) {
  .header {
    padding: 0.3125rem 0;
  }
  .header__menu {
    display: none;
  }
  .header__lang {
    display: none;
  }
  .header__m-menu {
    display: block;
  }
  .logo img {
    width: 3.75rem;
  }
}

.page {
    padding: 100px 0 120px;
}