/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
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,
sub,
sup,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

:root {
  font-size: clamp(16px, 4vw, 24px);
}

body {
  font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.2;
}

b {
  font-weight: 700;
}

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

.text-nowrap {
  white-space: nowrap;
}

.container {
  width: 100%;
  padding: 0 10px;
  max-width: 23.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 993px) {
  .container {
    max-width: 52rem;
    padding: 0 2rem;
  }
}

.cover {
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  grid-template-rows: 1fr auto;
}
.cover__main {
  padding: 2rem 0;
}
.cover__main-logo {
  margin-bottom: 1.875rem;
  max-width: 10.5rem;
}
.cover__lead {
  background: #ffe268;
  border-radius: 10px;
  padding: 1.5rem 0.625rem;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.cover__text p + p {
  margin-top: 1.5em;
}
.cover__accent {
  background: #6cc049;
  color: #fff;
  margin-top: 5rem;
  font-family: Lato, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.cover__accent-inner {
  padding: 1rem 0 2rem;
  position: relative;
}
.cover__timer {
  text-align: center;
  max-width: calc(50% - 0.625rem);
}
.cover__timer-main {
  font-size: 1.563rem;
  letter-spacing: 0.1em;
  font-weight: 900;
  margin-bottom: 0.875rem;
}
.cover__timer-decription {
  font-size: 0.625rem;
}
.cover__logo-nature {
  max-width: 10.5rem;
  margin-top: 2rem;
}
.cover__asset {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: calc(50% - 0.625rem);
}
@media (min-width: 993px) {
  .cover__main {
    padding: 1.333rem 0;
  }
  .cover__main-logo {
    max-width: 20.5rem;
  }
  .cover__lead {
    padding: 1rem;
    font-size: 1.667rem;
    margin-bottom: 1.5rem;
    max-width: 16em;
  }
  .cover__text {
    max-width: calc(50% - 0.625rem);
  }
  .cover__accent {
    margin-top: unset;
  }
  .cover__accent-inner {
    padding: 1rem 0 2rem;
  }
  .cover__timer {
    max-width: calc(50% - 0.625rem);
  }
  .cover__timer-main {
    font-size: 2.917rem;
    margin-bottom: unset;
  }
  .cover__timer-decription {
    font-size: 0.667rem;
  }
  .cover__logo-nature {
    max-width: 12rem;
    margin-top: 1.5rem;
  }
  .cover__asset {
    bottom: 0;
    right: 0;
    width: 50%;
  }
}