@import "font/inter.css";
body {
  box-sizing: border-box;
  font-family: arial, helvetica, sans-serif;
}
@supports (font-variation-settings: normal) {
  body {
    font-family: Inter var, helvetica, arial, sans-serif;
  }
}
*,
*::before,
*::after {
  box-sizing: inherit;
  font-family: inherit;
}
h1 {
  color: #011E39;
  font-weight: bold;
  margin: 0 8px;
}
@media (min-width: 1348px), (min-width: 768px) and (max-width: 1347px) {
  h1 {
    font-size: 72px;
    line-height: 96px;
    letter-spacing: -1.5px;
  }
}
@media (min-width: 768px) and (max-width: 1347px) {
  h1 {
    font-size: 64px;
    line-height: 80px;
    letter-spacing: -1.5px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: -1px;
  }
}
h2 {
  color: #011E39;
}
@media (min-width: 1348px) {
  h2 {
    font-size: 56px;
    font-weight: bold;
    line-height: 68px;
    letter-spacing: -1px;
  }
}
@media (min-width: 768px) and (max-width: 1347px) {
  h2 {
    font-size: 42px;
    font-weight: bold;
    line-height: 50px;
    letter-spacing: -1px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
    letter-spacing: -0.5px;
  }
}
@media (min-width: 1348px), (min-width: 768px) and (max-width: 1347px) {
  h2 {
    margin: 32px 0 24px 0;
  }
}
@media (max-width: 767px) {
  h2 {
    margin: 48px 0 12px 0;
  }
}
@media (min-width: 1348px) {
  main {
    padding: 0 64px;
  }
}
@media (min-width: 768px) and (max-width: 1347px) {
  main {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  main {
    padding: 0 8px;
  }
}
@media (min-width: 1348px), (min-width: 768px) and (max-width: 1347px) {
  video {
    width: 432px;
    margin-bottom: 32px;
    align-self: flex-end;
  }
}
@media (max-width: 767px) {
  video {
    flex: auto;
    min-height: 0;
  }
}
a {
  font-weight: bold;
  letter-spacing: -0.5px;
  text-decoration: none;
  transition: color 300ms, background-color 300ms;
}
@media (min-width: 1348px), (min-width: 768px) and (max-width: 1347px) {
  a {
    font-size: 21px;
    line-height: 64px;
  }
}
@media (max-width: 767px) {
  a {
    font-size: 16px;
    line-height: 44px;
  }
}
.create {
  display: inline-block;
  background-color: #CC0000;
  color: white;
  text-align: center;
  border-radius: 64px;
}
.create:hover {
  background-color: #a30000;
}
@media (min-width: 1348px), (min-width: 768px) and (max-width: 1347px) {
  .create {
    width: 288px;
  }
}
@media (max-width: 767px) {
  .create {
    width: 224px;
  }
}
@keyframes icons-slide {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: var(--background-width);
  }
}
.-vertical-section {
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
}
.-vertical-section div {
  padding: 0;
  width: 100%;
}
.-text {
  font-weight: normal;
}
@media (min-width: 1348px) {
  .-text {
    font-size: 30px;
    line-height: 44px;
    letter-spacing: -0.5px;
  }
}
@media (min-width: 768px) and (max-width: 1347px) {
  .-text {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.5px;
  }
}
@media (max-width: 767px) {
  .-text {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.15px;
  }
}
.-text-heading-1 {
  font-weight: bold;
}
@media (min-width: 1348px), (min-width: 768px) and (max-width: 1347px) {
  .-text-heading-1 {
    font-size: 72px;
    line-height: 96px;
    letter-spacing: -1.5px;
  }
}
@media (min-width: 768px) and (max-width: 1347px) {
  .-text-heading-1 {
    font-size: 64px;
    line-height: 80px;
    letter-spacing: -1.5px;
  }
}
@media (max-width: 767px) {
  .-text-heading-1 {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: -1px;
  }
}
@media (min-width: 1348px) {
  .-text-heading-2 {
    font-size: 56px;
    font-weight: bold;
    line-height: 68px;
    letter-spacing: -1px;
  }
}
@media (min-width: 768px) and (max-width: 1347px) {
  .-text-heading-2 {
    font-size: 42px;
    font-weight: bold;
    line-height: 50px;
    letter-spacing: -1px;
  }
}
@media (max-width: 767px) {
  .-text-heading-2 {
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
    letter-spacing: -0.5px;
  }
}
.-text-link {
  font-weight: bold;
  letter-spacing: -0.5px;
}
@media (min-width: 1348px), (min-width: 768px) and (max-width: 1347px) {
  .-text-link {
    font-size: 21px;
    line-height: 64px;
  }
}
@media (max-width: 767px) {
  .-text-link {
    font-size: 16px;
    line-height: 44px;
  }
}
.-text-span {
  letter-spacing: -0.5px;
}
@media (min-width: 1348px) {
  .-text-span {
    font-size: 25px;
    line-height: 64px;
  }
}
@media (min-width: 768px) and (max-width: 1347px) {
  .-text-span {
    font-size: 20px;
    line-height: 52px;
  }
}
@media (max-width: 767px) {
  .-text-span {
    font-size: 16px;
    line-height: 44px;
  }
}
.-text-footer {
  font-size: 14px;
  font-weight: normal;
}
section {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  margin: 0 auto 32px auto;
  max-width: 1296px;
  border-radius: 40px;
  height: 773px;
}
@media (min-width: 1348px) {
  section {
    padding: 0 128px;
  }
}
@media (min-width: 768px) and (max-width: 1347px) {
  section {
    padding: 0 32px;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  section {
    border-radius: 20px;
    flex-direction: column;
    height: 725px;
    position: relative;
    overflow: hidden;
  }
}
section div {
  position: relative;
  width: 560px;
  height: 100%;
}
@media (min-width: 1348px) {
  section div {
    padding: 160px 96px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1347px) {
  section div {
    padding: 160px 32px 0 0;
  }
}
@media (max-width: 767px) {
  section div {
    padding: 0 32px 32px 32px;
    width: 100%;
    height: initial;
  }
  section div > img {
    width: 32px;
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
section div p {
  font-weight: normal;
  margin: 0;
  color: rgba(1, 30, 57, 0.6);
}
@media (min-width: 1348px) {
  section div p {
    font-size: 30px;
    line-height: 44px;
    letter-spacing: -0.5px;
  }
}
@media (min-width: 768px) and (max-width: 1347px) {
  section div p {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.5px;
  }
}
@media (max-width: 767px) {
  section div p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.15px;
  }
}
section div span {
  letter-spacing: -0.5px;
  position: absolute;
  color: rgba(1, 30, 57, 0.4);
}
@media (min-width: 1348px) {
  section div span {
    font-size: 25px;
    line-height: 64px;
  }
}
@media (min-width: 768px) and (max-width: 1347px) {
  section div span {
    font-size: 20px;
    line-height: 52px;
  }
}
@media (max-width: 767px) {
  section div span {
    font-size: 16px;
    line-height: 44px;
  }
}
@media (min-width: 1348px) {
  section div span {
    bottom: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1347px) {
  section div span {
    bottom: 60px;
  }
}
@media (max-width: 767px) {
  section div span {
    display: none;
  }
}
#email,
#mapy,
#sreality,
#whatever,
#ending {
  background-color: #F4F5F7;
}
@media (max-width: 767px) {
  #email h2,
  #mapy h2,
  #sreality h2 {
    margin-top: 72px;
  }
}
@media (min-width: 1348px) {
  #mapy,
  #sreality {
    padding-left: 96px;
  }
}
@media (max-width: 767px) {
  #mapy,
  #sreality {
    flex-direction: column-reverse;
  }
}
#email h2 {
  color: #FC6723;
}
#mapy h2 {
  color: #1EAE00;
}
@media (min-width: 1348px) {
  #diskuze {
    height: 678px;
  }
  #diskuze h2 {
    margin-top: 0;
  }
  #diskuze div {
    padding-top: 225px;
  }
  #diskuze video {
    margin-bottom: 216px;
  }
}
@media (min-width: 768px) and (max-width: 1347px) {
  #diskuze {
    height: 596px;
  }
  #diskuze h2 {
    margin-top: 0;
  }
  #diskuze div {
    padding: 0;
    height: initial;
  }
  #diskuze video {
    width: 400px;
    align-self: center;
  }
}
@media (max-width: 767px) {
  #diskuze {
    height: 516px;
    text-align: center;
  }
  #diskuze h2 {
    margin-top: 32px;
  }
  #diskuze video {
    width: 100%;
  }
}
@media (min-width: 1348px), (min-width: 768px) and (max-width: 1347px) {
  #preference {
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    max-width: 1000px;
    height: initial;
  }
  #preference div {
    padding: 0;
    width: 100%;
  }
  #preference h2 {
    margin-top: 128px;
  }
  #preference div {
    width: 672px;
    height: initial;
  }
  #preference video {
    margin-top: 96px;
    margin-bottom: 104px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #preference {
    height: 506px;
    text-align: center;
  }
}
#sreality h2 {
  color: #CC0000;
}
@media (min-width: 1348px), (min-width: 768px) and (max-width: 1347px) {
  #whatever h2 {
    margin-top: 0;
  }
  #whatever div {
    padding-top: 240px;
  }
}
@media (max-width: 767px) {
  #whatever {
    height: 709px;
  }
}
#starting {
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
}
#starting div {
  padding: 0;
  width: 100%;
}
#starting a + a {
  margin-top: 16px;
  color: #CC0000;
}
#starting a + a:hover {
  color: #a30000;
}
@media (min-width: 1348px), (min-width: 768px) and (max-width: 1347px) {
  #starting {
    padding-bottom: 112px;
    height: 636px;
  }
  #starting h2 {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  #starting {
    padding-bottom: 32px;
    height: initial;
  }
  #starting h2 {
    margin-top: 32px;
  }
  #starting p {
    margin-bottom: 48px;
  }
  #starting .create {
    width: 256px;
  }
  #starting a {
    line-height: 56px;
  }
}
#ending ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media (min-width: 1348px), (min-width: 768px) and (max-width: 1347px) {
  #ending {
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
  }
  #ending div {
    padding: 0;
    width: 100%;
  }
  #ending h2 {
    margin-top: 112px;
  }
  #ending div {
    width: 708px;
  }
  #ending p {
    margin-bottom: 112px;
    font-size: 24px;
    line-height: 36px;
  }
}
@media (min-width: 1348px) {
  #ending {
    height: 712px;
    padding: 0 112px 112px 112px;
  }
  #ending ul li {
    height: 72px;
    margin-bottom: 64px;
  }
  #ending ul li:nth-child(-n+3) {
    flex-basis: 30%;
  }
}
@media (min-width: 768px) and (max-width: 1347px) {
  #ending {
    height: initial;
    padding: 0 112px 64px 112px;
  }
  #ending ul {
    justify-content: space-around;
  }
  #ending ul li {
    height: 64px;
    margin: 0 8px 48px 8px;
  }
  #ending ul li img {
    height: 100%;
  }
  #ending ul li:nth-child(-n+4) {
    flex-basis: 40%;
  }
}
@media (max-width: 767px) {
  #ending {
    flex-direction: column;
    justify-content: flex-start;
    height: initial;
  }
  #ending ul {
    justify-content: space-around;
    text-align: center;
    padding: 34px 34px 0 34px;
  }
  #ending ul li {
    height: 40px;
    width: 200px;
    margin-bottom: 32px;
  }
  #ending ul li img {
    height: 100%;
  }
}
header {
  text-align: center;
  margin: 0 -8px;
}
@media (min-width: 1348px), (min-width: 768px) and (max-width: 1347px) {
  header img {
    margin: 32px 0 16px 0;
  }
}
@media (max-width: 767px) {
  header img {
    width: 88px;
    margin: -2px 0 6px 0;
  }
}
header h2 {
  color: rgba(1, 30, 57, 0.6);
  font-weight: normal;
}
@media (min-width: 1348px) {
  header h2 {
    font-size: 30px;
    line-height: 44px;
    letter-spacing: -0.5px;
  }
}
@media (min-width: 768px) and (max-width: 1347px) {
  header h2 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.5px;
  }
}
@media (max-width: 767px) {
  header h2 {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.15px;
  }
}
@media (min-width: 1348px), (min-width: 768px) and (max-width: 1347px) {
  header h2 {
    margin: 16px 8px 48px 8px;
  }
}
@media (max-width: 767px) {
  header h2 {
    margin: 8px 8px 24px 8px;
  }
}
header div + div {
  width: 100%;
  background-repeat: repeat;
  animation: icons-slide 18s linear infinite;
}
@media (min-width: 1348px), (min-width: 768px) and (max-width: 1347px) {
  header div + div {
    height: 112px;
  }
}
@media (max-width: 767px) {
  header div + div {
    height: 96px;
  }
}
@media (min-width: 1348px), (min-width: 768px) and (max-width: 1347px) {
  header div + div.first {
    margin-top: 128px;
    margin-bottom: 16px;
    background-image: url("/static/account-lp/img/svg_strip_first_112.svg");
    --background-width: -1440px;
  }
}
@media (max-width: 767px) {
  header div + div.first {
    margin-top: 56px;
    animation-duration: 12s;
    background-image: url("/static/account-lp/img/svg_strip_first_96.svg");
    --background-width: -960px;
  }
}
header div + div.second {
  margin-top: 0;
}
@media (min-width: 1348px), (min-width: 768px) and (max-width: 1347px) {
  header div + div.second {
    background-image: url("/static/account-lp/img/svg_strip_second_112.svg");
    animation-duration: 19.8s;
    --background-width: 1584px;
    margin-bottom: 128px;
  }
}
@media (max-width: 767px) {
  header div + div.second {
    background-image: url("/static/account-lp/img/svg_strip_second_96.svg");
    animation-duration: 13.2s;
    --background-width: 1056px;
    margin-bottom: 72px;
  }
}
.bar {
  transition: transform 400ms ease-in-out;
  width: 100%;
  height: 64px;
  position: fixed;
  top: 0;
  background: rgba(241, 242, 243, 0.85);
  backdrop-filter: blur(32px);
  -webkit-backdrop-filter: blur(32px);
  border-bottom: 1px solid rgba(1, 30, 57, 0.06);
  z-index: 1;
}
.bar .create {
  width: 224px;
  margin-top: 10px;
  font-size: 16px;
  line-height: 44px;
}
.shown {
  transform: translateY(0);
}
.hidden {
  transform: translateY(-100%);
}
footer {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  color: rgba(1, 30, 57, 0.6);
}
footer img {
  margin-top: 32px;
}
@media (min-width: 1348px), (min-width: 768px) and (max-width: 1347px) {
  footer p {
    margin: 16px 0 48px 0;
  }
}
@media (max-width: 767px) {
  footer p {
    margin: 16px 0 41px 0;
  }
  footer img {
    height: 32px;
  }
}
