:root {
  --header-height: 1156.5px;
  --content-width: 1170px;
}

html, body {
  color: #fff;
}

.centerf {
  display: flex;
  justify-content: center;
}

.n-links-pagetop > a::before, .n-links-pagetop > .n-dropdown::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  height: 100%;
  width: 0;
  transition: all .3s cubic-bezier(0.34, 0.9, 0.7, 1);
}

.n-links-pagetop > a:hover::before, .n-links-pagetop > .n-dropdown:hover::before {
  width: 100%;
}

.n-links-pagetop > a:hover, .n-links-pagetop > .n-dropdown:hover {
  color: inherit;
}

.mainheader {
  position: absolute;
  background-image: url(./.kuvat/header.jpg);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: var(--header-height);
  z-index: -1;
}

.hdimmer {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  z-index: -1;
}

.pcontainer {
  width: var(--content-width);
}

.hstuff {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.1;
}

.hstuff h1, .hstuff p {
  width: 66%;
}

.hstuff h1 {
  font-size: 50px;
  font-weight: 700;
  margin: 0 0 25px;
}

.hstuff p {
  font-size: 19px;
  font-weight: 300;
  margin: 0 0 8px;
}

.hbuttons {
  margin: 25px 0 0;
}

.nulbtn {
  text-decoration: none;
}

.hbtn {
  display: inline-block;
  font-size: 14px;
  padding: 15px 30px;
  font-weight: 700;
  border-radius: 30px;
  margin: 15px;
}

.filledbtn {
  color: #fff;
}

.edgebtn {
  color: var(--edge-color);
  border: 2px solid var(--edge-color);
}


.cwrapper {
  background-image: url(./.kuvat/642042.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  top: var(--header-height);
  width: 100%;
  min-height: 100px;
  z-index: -1;
}

.cdimmer {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
  z-index: -1;
}

.maincontent {
  margin: 65px auto 0;
  padding: 0 0 30px;
  width: var(--content-width);
}

.sec {
  margin: 0 0 30px;
}

hr {
  border: 0 solid #fff;
  border-top-width: 1px;
  margin: 20px 0;
}

.sec > p {
  line-height: 1.618;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  margin: 0 0 10px;
}

.help-box {
  padding: 28px 35px;
  background-color: rgb(44, 0, 102);
  border: 1px solid rgb(10, 10, 10);
  line-height: 1.618;
}

.help-box h2 {
  color: rgb(10, 10, 10);
  font-size: 27px;
  font-weight: 700;
  margin: 0 0 .4em;
}

.help-box p {
  font-size: 23px;
  font-weight: 400;
  margin: 0;
  text-align: left;
}

.need-wrapper {
  display: flex;
  justify-content: end;
  margin-top: 34px;
}

.need-btn {
  display: flex;
  align-items: center;
  font-size: 20.3px;
  line-height: 20.3px;
  padding: 1em 2em;
  border-radius: 1.5em;
  transition: all .3s ease;
}

.need-btn:hover {
  background-color: var(--edge-color);
  color: #fff;
}

.fabtn::before, .fabtn::after {
  display: block;
  font-family: "Fontawesome Free";
  font-weight: 900;
  font-size: 1.3em;
  line-height: .5;
  margin: -.1em -.75em -.2em .75em;
}

.need-btn::after {
  content: "";
}

.signin {
  display: flex;
  justify-content: center;
}

.loginbtn {
  display: inline-block;
  background: linear-gradient(to bottom, #00128c, #000b59);
  border: 1px solid;
  border-color: #00094a #000840 #000630 #000840;
  color: #d00;
  font-family: "Times New Roman", Times, serif;
  font-size: 20.3px;
  font-weight: 300;
  padding: 1em 2em;
  margin: 0 1.6em;
  transition: all .3s ease;
}

.signout {
  display: flex;
  justify-content: center;
}

.logoutbtn {
  display: block;
  font-family: "ABeeZee";
  font-size: 20.3px;
  font-weight: 300;
  background-color: rgb(22, 0, 188);
  width: 36%;
  text-align: center;
  padding: 1em 2em;
  border-radius: 1.5em;
  transition: all .3s ease;
}

.login-hint {
  margin-bottom: 40px;
}

.infobtn-container {
  display: flex;
  justify-content: center;
}

.infobtn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(to bottom, #020096, #010063);
  border: 1px solid;
  border-color: #010054 #01004a #01003a #01004a;
  color: #f00;
  font-family: "Calligraffitti";
  font-size: 18.2px;
  font-weight: 300;
  padding: 1em 2em .8em;
  border-radius: 1.5em;
  transition: all .3s ease;
}

.infobtn::before {
  content: "";
  margin: 0 0 .5em;
  color: #6b0089;
}

.tmoter-header {
  line-height: 1.618;
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  margin: 50px 0 10px;
}

.tmoterskong {
  margin: 0 0 22px;
}

.fact-table {
  position: relative;
  table-layout: fixed;
  left: -15px;
  width: calc(100% + 30px);
  border-spacing: 0;
}

.fact-table td {
  width: 20%;
  padding: 0 15px;
  vertical-align: top;
}

.fact-table p {
  line-height: 1.618;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  margin: 0 0 10px;
}

.journalbtn {
  display: block;
  width: 100%;
  padding: 1.8em 0;
  background: linear-gradient(to bottom, #9bd3ff, #68bdff);
  border: 1px solid;
  border-color: #59b6ff #4fb1ff #3fabff #4fb1ff;
  font-family: "Ceviche One";
  font-size: 20.3px;
  font-weight: 300;
  color: #0400ff;
  text-align: center;
  border-radius: 1.5em;
  transition: all .3s ease;
}

.infobox {
  background-color: #0a0a0a;
  border: 1px solid #f00;
  padding: 28px 35px;
}

.infobox h2 {
  font-size: 27px;
  line-height: 1.618;
  font-weight: 700;
  margin: 0 0 .4em;
}

.infobox p {
  font-size: 23px;
  line-height: 1.618;
  font-weight: 400;
  color: #bcbcbc;
  margin: 0;
  text-align: left;
}

.want-wrapper {
  margin-top: 37.5px;
  display: flex;
  justify-content: right;
}

.pbtn {
  display: inline-flex;
  align-items: center;
  font-family: Lemon;
  font-size: 20.3px;
  line-height: 20.3px;
  font-weight: 300;
  padding: 1em 2em;
  border-radius: 1.5em;
  --edge-color: #ba0000;
  transition: all .3s ease;
}

.pbtn:hover {
  background-color: var(--edge-color);
  color: #fff;
}

.pbtn::after {
  color: #dd0;
}

.want-btn::after {
  content: "";
}

.personal-btns {
  display: flex;
  flex-direction: column;
  justify-content: right;
}

.pbtn-wrapper {
  display: flex;
  justify-content: right;
  margin: 30px 0 0;
}

.person-btn {
  margin: 0;
}

.estarbtn::after {
  content: "";
  font-weight: 400;
}

.hstarbtn::after {
  content: "";
}