* {
  box-sizing: border-box;
}
body {
  background-size: 35% auto;
  font-family: Figtree, "Noto Sans JP", Helvetica, Segoe UI, system-ui, Arial, sans-serif;
  font-size: 17px;
  color: #454a4c;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;

}
.meistertask body {
  background-image: url(/images/meisterlabs/products/meistertask/background.svg);
}

.logo {
  background-size: 200px 46px;
  width: 200px;
  height: 46px;
  display: inline-block;
}
.meistertask .logo {
  background-image: url(/images/meisterlabs/products/meistertask/logo.svg);
}

@media (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .logo {
    background-image: url(/images/meisterlabs/products/mindmeister/logo@2x.png);
  }
  .meistertask .logo {
    background-image: url(/images/meisterlabs/products/meistertask/logo@2x.png);
  }
}


h1, h2, h3 {
  font-weight: 300;
  line-height: 130%;
  margin: 0;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 22px;
  color: #a1adb3;
}
h3 {
  font-size: 18px;
}
a, a:visited, a:active {
  color: #00aaff;
  text-decoration: none;
}
p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  word-break: break-word;
}
strong {
  font-weight: 500;
}
img {
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
}
:focus {
  outline: -webkit-focus-ring-color auto 0px;
}
.button,
.button:visited {
  -webkit-appearance: none;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  overflow: visible;
  padding: 0 15px;
  margin: 0;
  text-align: center;
  border: 1px solid;
  background-color: white;
  border-radius: 5px;
  box-sizing: border-box;
  transition: background-color 0.2s linear;
  text-decoration: none;
}
.button.blue,
.button.default {
  border-color: #00aaff;
  color: white;
  background: #00aaff;
}
.button.large {
  padding: 0 20px;
  font-size: 17px;
  line-height: 42px;
  height: 42px;
  border-radius: 6px;
}
.ui-wrapper {
  width: 740px;
  margin: 0 auto 60px auto;
  padding: 0 40px;
}
.ui-head {
  margin: 30px 0;
}
.ui-content {
  margin: 0 auto 25px auto;
  border-radius: 5px;
  padding: 40px;
  position: relative;
  margin: 0 auto;
  width: 640px;
}
.ui-content.medium {
  max-width: 580px;
}
.ui-content.small {
  max-width: 380px;
}
.ui-content-head {
  margin-bottom: 25px;
}
.ui-centered {
  text-align: center;
}
.ui-content .ui-icon {
  display: block;
  height: auto;
}
.ui-content p {
  color: #8a9499;
  line-height: 180%;
  padding: 0 40px;
  margin-bottom: 30px;
}

@media (max-width: 568px) {
  .mobile-hide {
    display: none !important;
  }
  .logo {
    background-size: 170px 39px;
    width: 170px;
    height: 39px;
  }
  h1 {
    font-size: 26px;
  }
  .ui-wrapper {
    width: 100%;
    margin: 0;
    padding: 0 40px;
  }
  .ui-content {
    padding: 25px 0;
    width: 100% !important;
  }
  .ui-content p {
    padding: 0;
  }
}

.not-found-error-text {
  /* box model */
  opacity: 0.05;

  /* layout  */
  position: relative;

  /* type */
  font-family: inherit;
  font-size: 350px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 29.17px;
  color: #3e484d;
  align-items: center;
}
.not-found-error-icon {
  position: absolute;
  top: 56px;
  left: 127px;
}
.flex-content{
  border-radius: 5px;
  position: relative;
}
.flex-content p {
  /* box model */
  width: 608px;
  text-align: center;

  /* type */
  font-family: inherit;
  line-height: 180%;
  font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #8a9499;
}

.flex-content label{
  /* box model */
  width: 187px;
  height: 25px;

  /* type */
  font-family: inherit;
  font-size: 17px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: normal;
  color: #00aaff;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}
.text-style-1 {
  letter-spacing: 20px;
}
.flex-centered {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flex-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.w-900 {
  width: 900px;
}
.h1-text{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
h1.header-title {
  /* type */
  font-weight: 700;
  font-size: 60px;
  font-family: inherit;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: -1.5px;
  text-align: center;
}
h2.sub-header {
  /* box model */
  height: 44px;

  /* type */
  font-size: 34px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #A0A9AD;
}
.button.home{
  /* box model */
  height: 72px;
  margin: 41px 0 30px;
  padding: 21px 32px 20px 30px;

  /* type */
  font-family: inherit;
  font-size: 21px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.48;
  letter-spacing: normal;

  /* other, in alphabetical order */
  border-radius: 40px;
  box-shadow: 0 10px 30px -10px rgb(0 170 255 / 80%);
}
.button.large img.right-arrow-icon {
  width: 24px;
  height: 24px;
  margin: 3px 0 -6px 16px;
  object-fit: contain;
}