@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;900&display=swap);
/* By Athlon Front-End Team */
/* Core variables */
/**
 * Variables
*/
/* Typography */
/* Breakpoints */
/* Paths */
/* Grid setup */
/* Colour palette */
/* Components */
/* CSS Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: none;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
main {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

body {
  margin: 0;
}

ul {
  list-style-type: none;
}

a {
  background: transparent;
  text-decoration: none;
}

button,
input {
  line-height: normal;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

textarea:focus,
input:focus {
  outline: 0;
}

input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* Fonts */
/**
 * Fonts
*/
html {
  font-family: "Noto Sans", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}

body {
  font-size: 24px;
}

/* Mixins, helpers and functions */
/**
 * Helper mixins
*/
/* Mobile css query */
/* Browser specific styles */
/**
 * Dirty hacks, yes internet explorer, we are looking at you
*/
/* Partials */
body {
  background-color: #fafafa;
  color: #000;
}

p {
  margin: 0 0 2vw 0;
  font-size: 24px;
  line-height: 38px;
}

h1 {
  font-size: 64px;
  font-weight: 900;
  line-height: 87px;
}
@media (max-width: 576px) {
  h1 {
    font-size: 48px;
    line-height: 1.3;
  }
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 45px;
  width: 100vw;
}
.page__inner {
  max-width: 1000px;
  width: 100%;
}
@media (max-width: 576px) {
  .page {
    margin: 0 0;
    width: 100vw;
  }
}

.logo {
  height: 123px;
  width: 123px;
  -webkit-filter: drop-shadow(0px 3.0559px 18.3354px rgba(119, 126, 148, 0.17));
          filter: drop-shadow(0px 3.0559px 18.3354px rgba(119, 126, 148, 0.17));
  overflow: hidden;
  background-color: #fff;
  border-radius: 24px;
}
.logo img {
  width: 100%;
  height: 100%;
}
@media (max-width: 576px) {
  .logo {
    width: 96px;
    height: 96px;
  }
}

.cover {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cover__text {
  min-width: 380px;
  max-width: 380px;
}
.cover__text h1 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.cover__img {
  height: 90vh;
  min-height: 750px;
  width: auto;
  min-width: 580px;
  max-height: 1033px;
  -webkit-transform: translateX(5vw);
          transform: translateX(5vw);
  margin-top: 2vh;
}
@media (max-width: 576px) {
  .cover {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cover__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 45px;
    padding: 0 20px;
  }
  .cover__text h1 {
    font-size: 46px;
  }
  .cover__text p {
    font-size: 18px;
    line-height: 28px;
  }
  .cover__img {
    width: 100%;
    height: auto;
    max-width: 100%;
    min-width: 100%;
    min-height: auto;
    -webkit-transform: translateX(0vw);
            transform: translateX(0vw);
  }
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 24px;
  color: #8990A1;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: -3vh;
  position: relative;
  z-index: 1000;
}
.footer div {
  width: 50%;
}
.footer div + div {
  padding-left: 50px;
}
.footer a, .footer a:hover, .footer a:visited {
  color: #0075FF;
}
@media (max-width: 576px) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    width: 100%;
    padding: 45px;
  }
  .footer div {
    width: 100%;
  }
  .footer div + div {
    padding-left: 0;
    margin-top: 20px;
  }
}
