/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

p {
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
ul {
  margin: 0;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

/* LAYOUT */
body {
  font: 16px "Open Sans", sans-serif, Arial;
  color: black;
  margin: 0;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .mobile-menu {
  display: none;
}

@media screen and (max-width: 769px) {
  .header .mobile-menu {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    z-index: 999;
  }
  .header .mobile-menu__btn {
    position: absolute;
    left: 7.3%;
    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: 35px;
    height: 30px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .header .mobile-menu__icon {
    display: block;
    position: relative;
    background: white;
    width: 90%;
    height: 4px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .header .mobile-menu__container {
    position: fixed;
    text-align: center;
    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;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 999;
    height: 0;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
    background-color: #080E16;
  }
  .header .mobile-menu__list {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    list-style: none;
    padding-left: 0;
  }
  .header .mobile-menu__item {
    font-size: 20px;
    padding-bottom: 12px;
  }
  .header .mobile-menu__link {
    text-decoration: none;
    color: white;
  }
  .header .mobile-menu__checkbox {
    display: none;
  }
  .header .mobile-menu__icon::after,
  .header .mobile-menu__icon::before {
    content: "";
    display: block;
    position: absolute;
    background: white;
    width: 100%;
    height: 4px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .header .mobile-menu__icon::after {
    top: 8px;
  }
  .header .mobile-menu__icon::before {
    top: -8px;
  }
  .header .mobile-menu__checkbox:checked ~ .mobile-menu__nav {
    opacity: 1;
  }
  .header .mobile-menu__checkbox:checked ~ .mobile-menu__container {
    height: 50%;
  }
  .header .mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon {
    background: transparent;
  }
  .header .mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::after,
  .header .mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::before {
    top: 0;
  }
  .header .mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .header .mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
}

.header__full {
  width: 100%;
  padding: 10px 0;
  background-size: cover;
  z-index: 5;
  background-color: #080E16;
}

.header__full::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media screen and (max-width: 376px) {
  .header__full {
    padding: 0;
  }
}

.header__logo {
  display: inline-block;
  width: 145px;
  height: 43px;
  background-image: url("/images/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10000;
}

@media screen and (max-width: 769px) {
  .header__logo {
    display: none;
  }
}

.header__link {
  text-decoration: none;
  color: #fce188;
}

.header__link:hover {
  border-bottom: 1px solid #fce188;
}

.header .nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}

.header .nav__menu__item {
  font-family: 'Roboto-Medium';
  display: inline-block;
  padding: 10px 5px;
  padding-left: 30px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media screen and (max-width: 1025px) {
  .header .nav__menu__item {
    padding-left: 0;
  }
}

.header .nav__menu__link {
  text-decoration: none;
  color: white;
  font-size: 15px;
  font-weight: normal;
}

.header .nav__menu__link:hover {
  border-bottom: 1px solid white;
}

.buttons {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 488px) {
  .buttons {
    padding-top: 0;
    margin-top: 20px;
  }
}

.button-go {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: 'Roboto', sans-serif;
  font-size: 23px;
  line-height: 1.2 !important;
  font-weight: 700;
  text-decoration: none;
  border-radius: 5px;
  padding: 0.8em 1.8em;
  border-color: transparent;
  color: white;
}

.button-go:hover {
  text-decoration: underline;
}

.header__button {
  padding: 15px 50px;
  font-size: 22px;
  z-index: 1000;
  background: white;
  color: #080E16;
}

@media screen and (max-width: 769px) {
  .header__button {
    margin-left: auto;
  }
}

@media screen and (max-width: 426px) {
  .header__button {
    font-size: 17px;
  }
}

@media screen and (max-width: 376px) {
  .header__button {
    font-size: 15px;
    padding: 10px 30px;
  }
}

@media screen and (max-width: 321px) {
  .header__button {
    font-size: 16px;
  }
}

.banner__button {
  margin-top: 40px;
  text-align: center;
  background-color: #FF6347;
  font-weight: 800;
  font-size: 24px;
  -webkit-box-shadow: 0 0 20px rgba(255, 99, 71, 0.8);
          box-shadow: 0 0 20px rgba(255, 99, 71, 0.8);
}

@media screen and (max-width: 1024px) {
  .banner__button {
    margin-top: 10px;
    margin-left: 0;
    font-size: 19px;
  }
}

@media screen and (max-width: 769px) {
  .banner__button {
    font-size: 18px;
  }
}

@media screen and (max-width: 426px) {
  .banner__button {
    font-size: 16px;
  }
}

@media screen and (max-width: 321px) {
  .banner__button {
    font-size: 14px;
  }
}

.container {
  max-width: 70%;
  margin: 0 auto;
  line-height: 1.5;
}

@media screen and (max-width: 769px) {
  .container {
    max-width: 85%;
  }
}

.container .content__header {
  font-size: 35px;
}

.container__content {
  margin-top: 35px;
}

.container__content ul {
  margin: 20px 0;
}

.container__content p img {
  display: block;
  margin: 25px auto;
  width: 80%;
}

@media screen and (max-width: 426px) {
  .container__content p img {
    width: 100%;
  }
}

.container__content h1, .container__content h2, .container__content h3 {
  text-align: center;
}

.container__content table {
  display: block;
  border-collapse: collapse;
  margin: 25px 0;
  width: 100%;
}

@media screen and (max-width: 727px) {
  .container__content table {
    overflow-y: scroll;
    font-size: 15px;
  }
}

.container__content table thead tr th {
  padding: .75rem;
}

.container__content table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 183, 255, 0.1);
}

.container__content table tbody tr td {
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.container__content p {
  display: block;
  margin-top: 10px;
}

.container__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
}

.container__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 426px) {
  .container__banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.container__footer ul {
  list-style-type: none;
}

.container p img {
  display: block;
  margin: 15px auto;
  width: 80%;
}

@media screen and (max-width: 426px) {
  .container p img {
    width: 100%;
  }
}

@media screen and (max-width: 426px) {
  .container table {
    font-size: 14px;
  }
}

@media screen and (max-width: 376px) {
  .container table {
    font-size: 13px;
  }
}

@media screen and (max-width: 376px) {
  .container table {
    font-size: 11px;
  }
}

.footer {
  background-color: #080E16;
  width: 100%;
  margin-top: 40px;
}

.footer__menu {
  padding: 15px 0;
  text-align: center;
}

.footer__menu__copyright {
  font-size: 15px;
  color: white;
}

.not-found {
  width: 600px;
  margin: auto;
}

.not-found__text {
  margin-bottom: 10px;
  text-align: center;
}

.not-found .mirror-button {
  width: 300px;
  text-align: center;
  margin: auto;
}

.webp .banner__background {
  background-image: url("/images/banner.webp");
}

.no-webp .banner__background {
  background-image: url("/images/banner.png");
}

.banner {
  position: relative;
  width: 100%;
  padding-bottom: 60px;
  padding-top: 0;
  z-index: 4;
}

@media screen and (max-width: 426px) {
  .banner {
    padding-top: 0;
    padding-bottom: 20px;
  }
}

.banner::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #080E16;
}

.banner__background {
  width: 100%;
  height: auto;
  position: relative;
  top: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 100;
}

@media screen and (max-width: 1200px) {
  .banner__background {
    background-size: contain;
  }
}

@media screen and (max-width: 769px) {
  .banner__background {
    top: 28px;
  }
}

@media screen and (max-width: 426px) {
  .banner__background {
    display: none;
    top: 10px;
    height: 250px;
  }
}

@media screen and (max-width: 321px) {
  .banner__background {
    height: 200px;
  }
}

.banner__header {
  margin-top: 20px;
  max-width: 60%;
  text-align: left;
  color: white;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 426px) {
  .banner__header {
    max-width: 100%;
    margin-top: 0;
  }
}

.banner__header .banner__main__header {
  font-size: 53px;
}

@media screen and (max-width: 1025px) {
  .banner__header .banner__main__header {
    font-size: 28px;
  }
}

@media screen and (max-width: 426px) {
  .banner__header .banner__main__header {
    font-size: 38px;
    margin: 10px 0;
  }
}

@media screen and (max-width: 1025px) {
  .banner__header {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 321px) {
  .banner__header {
    line-height: 1.3;
  }
}

.banner__description {
  font-size: 33px;
}

@media screen and (max-width: 1025px) {
  .banner__description {
    font-size: 22px;
  }
}

@media screen and (max-width: 426px) {
  .banner__description {
    font-size: 24px;
    line-height: 45px;
  }
}

@media screen and (max-width: 412px) {
  .banner__description {
    font-size: 24px;
  }
}

@media screen and (max-width: 376px) {
  .banner__description {
    font-size: 22px;
  }
}

@media screen and (max-width: 361px) {
  .banner__description {
    font-size: 19px;
    font-weight: 500;
  }
}

@media screen and (max-width: 321px) {
  .banner__description {
    margin-top: 20px;
  }
}
/*# sourceMappingURL=style.css.map */