@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@700&display=swap");

/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}
template {
  display: none;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-size-adjust: none;
}
img,
iframe,
video,
audio,
object {
  max-width: 100%;
}
img,
iframe {
  border: 0 none;
}
img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
img,
[style*=background-image] {
  image-rendering: -webkit-optimize-contrast;
}
b,
strong {
  font-weight: bold;
}
address {
  font-style: normal;
}
svg:not(:root) {
  overflow: hidden;
}
a,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
  cursor: pointer;
}
a[href^=tel],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
  appearance: none;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  appearance: none;
}
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
button,
select {
  text-transform: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
nav ul,
nav ol {
  list-style: none outside none;
}
input::placeholder {
  color: inherit;
  opacity: 1;
}
textarea::placeholder {
  color: inherit;
  opacity: 1;
}
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  appearance: none;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
@font-face {
  font-family: "SFProText";
  src: url("assets/fonts/SFProText-Regular.woff2") format("woff2"), url("assets/fonts/SFProText-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFProText";
  src: url("assets/fonts/SFProText-Light.woff2") format("woff2"), url("assets/fonts/SFProText-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFProText";
  src: url("assets/fonts/SFProText-Semibold.woff2") format("woff2"), url("assets/fonts/SFProText-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFProText";
  src: url("assets/fonts/SFProText-Medium.woff2") format("woff2"), url("assets/fonts/SFProText-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
html {
  font-size: 62.5%;
}
body {
  min-width: 320px;
  background: #0B1400;
  font-family: "SFProText", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #E8EAED;
  -webkit-font-smoothing: subpixel-antialiased;
}
a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a[href^=tel] {
  text-decoration: none;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin-bottom: calc(1.2em / 2);
}
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.2em;
}
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}
/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}
/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden;
}
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}
/*  Hidden  */
[hidden],
.hidden {
  display: none;
}
/*  Disabled  */
[disabled],
.disabled {
  cursor: default;
}
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 400;
  color: #0B0E0C;
  background: #ADFC48;
  border-radius: 7.1rem;
  padding: 3rem 6.2rem;
  border: 0.2rem solid #ADFC48;
  transition: background 0.4s, color 0.4s;
}
.btn svg {
  margin-left: 5.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn svg {
    margin-left: 2.5rem;
  }
}
@media (max-width: 374px) {
  .btn svg {
    margin-left: 1.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn:hover {
    background: #0B0E0C;
    color: #ADFC48;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn {
    font-size: 2rem;
    line-height: 1.2;
    padding: 2.2rem 4.6rem;
    border-radius: 7.1rem;
  }
}
@media (max-width: 374px) {
  .btn {
    padding: 1.5rem 3rem;
  }
}
/*  Btn block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  padding: 4.4rem 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer {
    padding: 3.2rem 0;
  }
}
.footer .footer__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__inner {
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
  }
}
.footer .footer__content {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 300;
  color: #87909E;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__content {
    display: contents;
  }
}
.footer .footer__logo {
  max-width: 3.2rem;
  display: inline-block;
  text-decoration: none;
  margin-right: 2.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__logo {
    margin: 0 0 3.3rem;
    order: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__copyright {
    order: 2;
  }
}
.footer .footer__nav {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 300;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__nav {
    order: 1;
    margin-bottom: 3.1rem;
  }
}
.footer .footer__nav ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__nav ul {
    display: block;
  }
}
.footer .footer__nav li {
  margin-right: 2.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__nav li {
    margin: 0 0 0.9rem;
  }
}
.footer .footer__nav li:last-child {
  margin: 0;
}
.footer .footer__nav a {
  text-decoration: none;
  display: inline-block;
  transition: color 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .footer .footer__nav a:hover {
    color: #ADFC48;
  }
}
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: flex;
  flex-flow: row wrap;
  /*  Grid col 1of2  */
  /*  Grid col 1of3  */
}
.grid .grid__col {
  max-width: 100%;
  flex: 1;
}
.grid .grid__col--1of2 {
  max-width: 50%;
  flex: 0 0 50%;
}
.grid .grid__col--1of3 {
  max-width: 33.3333333333%;
  flex: 0 0 33.3333333333%;
}
/* ------------------------------------------------------------ *\
	Notification
\* ------------------------------------------------------------ */
.notification {
  border-radius: 2.2rem;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(27.9049835205px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1.8rem 2.8rem 1.4rem 2.7rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .notification {
    padding: 1.1rem 1.8rem 0.9rem 1.9rem;
    border-radius: 1.5rem;
  }
}
.notification .notification__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.notification .notification__icon {
  margin-right: 1.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .notification .notification__icon {
    max-width: 3.8rem;
    margin-right: 1.2rem;
  }
}
.notification .notification__content {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.notification .notification__content-inner {
  flex: 1;
  font-size: 1.91rem;
  font-weight: 300;
  line-height: 1.4;
  margin-right: 1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .notification .notification__content-inner {
    font-size: 1.3rem;
  }
}
.notification .notification__content-inner h6 {
  font-size: 2.09rem;
  letter-spacing: -0.041em;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .notification .notification__content-inner h6 {
    font-size: 1.42rem;
  }
}
.notification .notification__time {
  font-size: 1.67rem;
  font-weight: 500;
  line-height: 1.17;
  letter-spacing: -0.035em;
  opacity: 0.5;
  color: #D3D3D3;
  align-self: flex-start;
  padding-top: 0.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .notification .notification__time {
    font-size: 1.14rem;
  }
}
/* ------------------------------------------------------------ *\
	Notifications
\* ------------------------------------------------------------ */
.notifications {
  flex: 1;
}
.notifications .notifications__items {
  margin-bottom: -2rem;
}
.notifications .notifications__item {
  margin-bottom: 2rem;
}
/* ------------------------------------------------------------ *\
	Section Entry
\* ------------------------------------------------------------ */
.section-entry h1 {
  text-align: center;
  font-size: 8rem;
  margin-bottom: 10rem;
}

.section-entry h1 small {
  font-size: 2rem;
  display: block;
  margin-top: 20px;
}

.section-entry h2 {
  font-size: 4rem;
  margin-top: 6rem;
}
.section-entry ol,
.section-entry ul {
  list-style-position: inside;
}

.section-entry ol li + li,
.section-entry ul li + li {
  padding-top: 2rem; 
}
.section-entry ol ul {
  padding-left: 2rem; 
  padding-top: 2rem; 
}

.section-entry address {
  margin-bottom: 5rem;
}
/* ------------------------------------------------------------ *\
	Section intro
\* ------------------------------------------------------------ */
.section-intro {
  overflow: hidden;
}
.section-intro .section__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .section-intro .section__inner {
    display: block;
  }
}
.section-intro .section__content {
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: 300;
  color: #87909E;
  flex: 1;
  padding: 6rem 0 6rem 0.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-intro .section__content {
    font-size: 1.8rem;
    padding: 5.6rem 0 4rem;
  }
}
@media (max-width: 374px) {
  .section-intro .section__content {
    font-size: 1.6rem;
    padding: 4rem 0;
  }
}
.section-intro .section__content h1 {
  font-size: 7.5rem;
  line-height: 1;
  font-weight: 700;
  color: #E8EAED;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 2.4rem;
}
@media (max-width: 1199px) {
  .section-intro .section__content h1 {
    font-size: 6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-intro .section__content h1 {
    font-size: 4.2rem;
    line-height: 1.1;
    margin-bottom: 2.3rem;
  }
}
@media (max-width: 374px) {
  .section-intro .section__content h1 {
    font-size: 3.4rem;
  }
}
.section-intro .section__content-text {
  max-width: 83%;
}
@media (max-width: 1399px) {
  .section-intro .section__content-text {
    max-width: 100%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-intro .section__content-text {
    letter-spacing: 0.01em;
  }
}
.section-intro .section__content .section__actions {
  margin-top: 7.9rem;
}
@media (max-width: 1023px) {
  .section-intro .section__content .section__actions {
    margin-top: 4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-intro .section__content .section__actions {
    margin-top: 2.4rem;
  }
}
.section-intro .section__logo {
  max-width: 13.9rem;
  display: inline-block;
  text-decoration: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-intro .section__logo {
    max-width: 9.2rem;
  }
}
.section-intro .section__logo + h1 {
  margin-top: 7.9rem;
}
@media (max-width: 1023px) {
  .section-intro .section__logo + h1 {
    margin-top: 4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-intro .section__logo + h1 {
    margin-top: 2.5rem;
  }
}
.section-intro .section__image {
  position: relative;
  padding-top: 70.534%;
  flex: 0 0 47.65%;
  overflow: hidden;
  border-radius: 8rem 0 0 8rem;
  align-self: flex-start;
  margin-left: 4rem;
  margin-right: calc(-50vw + 127.6rem / 2);
}
@media (min-width: 1513px) {
  .section-intro .section__image {
    margin-right: -11.8rem;
  }
}
@media (max-width: 1324px) {
  .section-intro .section__image {
    margin-right: -2.4rem;
  }
}
@media (max-width: 1199px) {
  .section-intro .section__image {
    border-radius: 6rem 6rem 0 0;
    margin: 0 -2.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-intro .section__image {
    padding-top: 111.315%;
    border-radius: 4.4rem 4.4rem 0 0;
  }
}
.section-intro .section__image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50%;
}
.section-intro .section__image .section__notifications {
  position: absolute;
  bottom: 9.7%;
  left: 10.3%;
  right: 7.3%;
  z-index: 2;
  top: 9.7%;
  max-height: 100%;
  overflow: auto;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 1399px) {
  .section-intro .section__image .section__notifications {
    top: 5%;
    bottom: 5%;
    left: 5%;
    right: 5%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-intro .section__image .section__notifications {
    bottom: 12.8%;
    right: 4.4%;
  }
}
.section-intro--alt {
  padding-bottom: 10rem;
}
.section-intro--alt .section__content {
  padding: 2rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-intro--alt .btn {
  padding: 1.5rem 2.5rem;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-intro--alt {
    padding-bottom: 2rem; 
  }

  .section-intro--alt .btn {
    font-size: 1.4rem; 
    padding: 0.5rem 1rem; 
  }

  .section-entry h1 {
    margin-bottom: 2rem;
    font-size: 4rem; 
  }

  .section-entry h2 {
    font-size: 2.5rem; 
  }
}
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc( 127.6rem + 2.4rem * 2 );
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  margin: auto;
  width: 100%;
}
/* Shell Fluid */
.shell--fluid {
  max-width: none;
}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh;
}
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */
