:root {
  --blue: #192945;
  --green: #cbffad;
}

@keyframes fadeimage2 {
  28% {
    opacity: 0;
  }
  36% {
    opacity: 1;
  }
  92% {
    opacity: 1;
  }
  92.1% {
    opacity: 0;
  }
}
@keyframes fadeimage3 {
  59% {
    opacity: 0;
  }
  67% {
    opacity: 1;
  }
  94% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
*,
*::before,
*::after {
  box-sizing: inherit;
}

:root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

html {
  box-sizing: border-box;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

hr {
  height: 0;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

code,
kbd,
samp,
pre {
  font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
select {
  text-transform: none;
}

button,
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

* {
  font-family: "poppins", Arial, Helvetica, sans-serif;
  color: #cbffad;
  transition: color 1s ease;
  transition: background-color 1s ease;
}

p {
  font-weight: 100;
  line-height: 1.5;
  font-size: 18px;
}

h1, h2, h3, h4, h5 h6 {
  font-family: "ivypresto-display", "Times New Roman", Times, serif;
  font-weight: 100;
}

body {
  background-color: #192945;
}
body #wrapper {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body #wrapper #logo {
  padding-top: 60px;
  padding-bottom: 50px;
}
body #wrapper #logo svg {
  width: 100px;
}
@media screen and (min-width: 1060px) {
  body #wrapper #logo {
    text-align: right;
    padding-right: 60px;
  }
}
body #wrapper .txtwrapper {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  padding: 20px;
}
body #wrapper .txtwrapper .txt {
  text-align: left;
}
body #wrapper .txtwrapper .txt h1 {
  font-size: 48px;
  color: #555e72;
}
body #wrapper .txtwrapper .txt h2 {
  font-size: 38px;
}
body #wrapper .txtwrapper .txt.toptitle {
  text-align: center;
}
body #wrapper #imagewrapper {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  max-width: 100vw;
  overflow: hidden;
}
body #wrapper #imagewrapper #images {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  max-width: 500px;
}
body #wrapper #imagewrapper #images .image img {
  height: 450px;
}
body #wrapper #imagewrapper #images .image img.image {
  opacity: 0.7;
}
body #wrapper #imagewrapper #images .image img.image2 {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  animation: fadeimage2 10s linear infinite;
  right: 0;
}
body #wrapper #imagewrapper #images .image img.image3 {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  animation: fadeimage3 10s linear infinite;
  left: calc(-40% + 15vw);
}
@media screen and (min-width: 1060px) {
  body #wrapper #imagewrapper #images {
    max-width: 670px;
  }
  body #wrapper #imagewrapper #images .image img.image3 {
    left: 0;
  }
}
body #wrapper #imagewrapper #titlewrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
}
body #wrapper #imagewrapper #titlewrapper #title {
  margin-left: auto;
  margin-right: auto;
  width: 175px;
  font-size: 28px;
  top: 0;
  height: 100%;
  text-align: left;
}
body #wrapper #imagewrapper #titlewrapper #title h1 {
  margin-top: -50%;
  margin-left: 5px;
}
@media screen and (min-width: 1060px) {
  body #wrapper #imagewrapper #titlewrapper #title {
    width: 675px;
    display: inline-block;
    text-align: center;
    margin-left: -670px;
  }
  body #wrapper #imagewrapper #titlewrapper #title h1 {
    margin-top: -30px;
    width: auto;
    white-space: nowrap;
    display: inline-block;
  }
}
body #wrapper .planwrapper {
  width: 600px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
body #wrapper .planwrapper .image {
  width: 100%;
}
body #wrapper .planwrapper .image svg {
  width: 100%;
}
body #wrapper #button .avatar {
  width: 100px;
  line-height: 0;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cbffad;
  border-radius: 100px;
  overflow: hidden;
}
body #wrapper #button .avatar img {
  width: 100%;
  display: inline;
}
body #wrapper #button button {
  margin-top: 25px;
  margin-bottom: 50px;
  padding: 13px 20px 10px;
  border: 1px solid #cbffad;
  border-radius: 100px;
  background-color: #192945;
  font-weight: 500;
}
body #wrapper #button button:hover {
  background-color: #cbffad;
  color: #192945;
}
body #wrapper #footer {
  flex-grow: 2;
  padding-bottom: 10px;
  align-content: flex-end;
}
body #wrapper #footer p, body #wrapper #footer a, body #wrapper #footer span {
  color: #586f7e;
  font-size: 10px;
  display: inline-block;
}
body #wrapper #footer p a, body #wrapper #footer a a, body #wrapper #footer span a {
  text-decoration: none;
}
body #wrapper #footer p a:hover, body #wrapper #footer a a:hover, body #wrapper #footer span a:hover {
  color: #cbffad;
}
body #wrapper #footer p.hide, body #wrapper #footer a.hide, body #wrapper #footer span.hide {
  display: none;
}/*# sourceMappingURL=style.css.map */