@font-face {
  font-family: "axiforma-thin";
  src: url("../fonts/axiforma-thin-webfont.woff2") format("woff2"), url("../fonts/axiforma-thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "axiforma-light";
  src: url("../fonts/axiforma-light-webfont.woff2") format("woff2"), url("../fonts/axiforma-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "axiforma-regular";
  src: url("../fonts/axiforma-regular-webfont.woff2") format("woff2"), url("../fonts/axiforma-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "axiforma-book";
  src: url("../fonts/axiforma-book-webfont.woff2") format("woff2"), url("../fonts/axiforma-book-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "axiforma-medium";
  src: url("../fonts/axiforma-medium-webfont.woff2") format("woff2"), url("../fonts/axiforma-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "axiforma-semibold";
  src: url("../fonts/axiforma-semibold-webfont.woff2") format("woff2"), url("../fonts/axiforma-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "axiforma-bold";
  src: url("../fonts/axiforma-bold-webfont.woff2") format("woff2"), url("../fonts/axiforma-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "newake-regular";
  src: url("../fonts/newake-regular-webfont.woff2") format("woff2"), url("../fonts/newake-regular-webfont.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
:root {
  --color-1: hsla(303, 50%, 47%, 1);
  --color-2: hsla(264, 55%, 54%, 1);
  --padding: 25px;
  --bg-size: 200%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: calc(100dvh + 50px);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 1em;
  padding: 0;
  margin: 0;
  font-family: "Brother 1816", sans-serif;
  color: hsl(0, 0%, 0%);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  transition: background-color 0.8s ease-in-out;
}

.ontime {
  display: none;
}

.not-visible {
  opacity: 0;
}

header {
  display: flex;
  gap: 1em;
  justify-content: space-between;
  align-items: center;
  height: 68px;
  padding: 0 var(--padding);
}
header .left {
  width: 32px;
}
header .right {
  width: 200px;
}
header .logo1 {
  height: 32px;
}
header .logo2 {
  height: 32px;
  margin-left: auto;
}

main {
  padding: 0 var(--padding) 5%;
}
main .tagline {
  font-weight: 700;
  font-size: 38px;
  color: var(--color-1);
  letter-spacing: -3%;
  line-height: 110%;
}
main .tagline h1,
main .tagline p {
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
main .tagline p {
  margin-top: 0.8em;
  padding-bottom: 0.3em;
}
main .tagline .gradient {
  background: linear-gradient(130deg, var(--color-1), var(--color-2), var(--color-1)) 0 0/var(--bg-size) 100%;
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  animation: animateBg 4s linear infinite;
}
main .container .fbox {
  height: 15em;
}

footer {
  font-feature-settings: "clig" off, "liga" off;
  padding: 0 var(--padding);
  display: flex;
  align-items: center;
  flex-direction: column;
}
footer .container {
  height: 52px;
}
footer .logo-paylo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 14px;
  gap: 10px;
}
footer .logo1 {
  height: 40px;
  width: auto;
}
footer .logo2 {
  height: 37px;
  width: auto;
}
footer p {
  margin: 0 0 5px;
  text-align: center;
}
footer .love {
  margin: 28px 0 20px;
}
footer .love img {
  width: 109px;
  height: 15px;
}

@media (min-width: 744px) {
  body {
    min-height: 100dvh;
    --padding: 21px;
    font-size: 14px;
  }
  header {
    height: 80px;
    width: calc(100% - var(--padding) * 2);
  }
  header .logo1 {
    margin-right: auto;
  }
  header .logo1,
  footer .logo1 {
    height: 40px;
    width: auto;
  }
  header .logo2,
  footer .logo2 {
    height: 53px;
    width: auto;
  }
  main {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-bottom: 0;
    padding-left: 10em;
  }
  main .tagline {
    font-size: 58px;
  }
  main .container .fbox {
    height: 20em;
  }
  footer {
    padding-bottom: 90px;
  }
  footer .logo2 {
    margin-bottom: 30px;
  }
  footer .love {
    margin-bottom: 0;
  }
  footer .love img {
    width: 130px;
    height: 15px;
  }
}
@media (min-width: 1023px) {
  header {
    border: 0;
    height: 120px;
  }
  header .logo1 {
    height: 58px;
    margin-right: auto;
  }
  header .back .logo1 {
    height: 48px;
    margin-right: auto;
  }
  header .logo2 {
    height: 74px;
  }
  main {
    padding-left: 160px;
    justify-content: flex-start;
  }
  main .tagline {
    padding-top: 20px;
    font-size: 88px;
    margin-right: auto;
  }
  footer {
    padding-bottom: 50px;
  }
}
@media (min-width: 1298px) {
  header,
  main,
  footer {
    width: 1298px;
    margin-right: auto;
    margin-left: auto;
  }
}
.logo1,
.logo2,
h1,
header,
footer,
main {
  transition: all 0.2s ease-in-out;
}

#tagline span {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
#tagline span.visible {
  opacity: 1;
}
#tagline p {
  opacity: 0;
}

#tagline p.visible {
  animation: fadeInOut 1.5s 0.3s ease-in-out infinite;
  animation-iteration-count: 2;
}

.container {
  perspective: 1000px;
}

.fbox {
  width: 100%;
  height: auto;
  position: relative;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.inner {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.front,
.back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.front {
  display: flex;
  align-items: center;
}

.back {
  display: flex;
  align-items: center;
  font-size: 30px;
  transform: rotateX(180deg);
  transform-origin: center;
}

header .back,
footer .back,
footer .front {
  justify-content: center;
}

.every {
  position: relative;
  display: inline-flex;
  line-height: 1;
  height: 1.05em;
  overflow: hidden;
  line-height: 1em;
}
.every em {
  color: #d7cbfb;
  font-style: normal;
  height: 2em;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.every em::before {
  color: #fff;
  --tw-content: "Every";
  content: var(--tw-content);
  height: 50%;
}
.every.animate em {
  animation: ticker 1s forwards;
  animation-timing-function: ease-in-out;
  animation-direction: normal;
}

.switch {
  --color-1: #e7f6fa;
  --color-2: #d7cbfb;
  background-color: #302848;
  color: #e7f6fa;
  font-family: "axiforma-light", sans-serif;
}
.switch main h1 {
  font-family: "newake-regular", sans-serif;
  font-weight: 100;
  letter-spacing: 0.02em;
}
.switch h2 {
  font-family: "axiforma-medium", sans-serif;
}
.switch .paylo {
  display: none;
}
.switch .ontime {
  display: block;
}
.switch .container .inner {
  transform: rotateX(180deg);
  transform-origin: center;
}
.switch header {
  justify-content: center;
}
.switch header .left {
  display: none;
}
.switch header .logo2 {
  height: 26px;
}
.switch footer {
  font-family: "axiforma-regular", sans-serif;
}
.switch footer .logo {
  margin-top: 30px;
  width: auto;
}
.switch .tagline {
  line-height: 1.3;
}
.switch .links {
  font-family: "axiforma-medium", sans-serif;
  position: relative;
  z-index: 50;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.7;
}
.switch .links a {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.switch .links a span {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-right: 5px;
  transition: margin-right 0.3s ease-in-out;
}
.switch .links a span:after {
  content: "";
  width: 400%;
  right: 0;
  position: absolute;
  bottom: 6px;
  height: 2px;
  background: linear-gradient(90deg, rgb(255, 255, 255) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, rgb(255, 255, 255) 75%);
  transition: all 0.6s ease-in-out;
}
.switch .links a:hover span {
  margin-right: 10px;
}
.switch .links a:hover span:after {
  right: -300%;
}
@media (min-width: 744px) {
  .switch header {
    justify-content: space-between;
  }
  .switch header .left {
    display: block;
  }
  .switch header .right {
    width: 147px;
  }
  .switch h1 {
    margin-top: 0;
  }
  .switch .links {
    margin-top: -60px;
  }
  .switch footer .logo {
    height: 32px;
    margin-bottom: 18px;
  }
}
@media (min-width: 1023px) {
  .switch header .logo1 {
    height: 48px;
  }
  .switch header .logo2 {
    width: 147px;
    height: 34px;
  }
  .switch .links {
    margin-top: -30px;
  }
}

.page .fixed {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background-color: rgba(48, 40, 72, 0.8);
  display: flex;
  justify-content: center;
}
.page header .right {
  width: auto;
}
.page main {
  margin-top: 68px;
  padding: 0 var(--padding);
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  line-height: 1.6;
}
.page main h1 {
  font-size: 38px;
  line-height: 1.2;
  margin-bottom: 1em;
}
.page main h2 {
  font-size: 29px;
  font-weight: 600;
  margin-bottom: 0.7em;
  line-height: 1.3;
}
.page main p {
  margin-bottom: 1.4em;
}
.page main img {
  max-width: 80%;
}
.page main .flex-1 img {
  max-width: 243px;
}
.page main .flex-2 {
  margin-top: 40px;
  align-items: bottom;
}
.page main .flex-2 img {
  max-width: 60%;
}
.page main .flex-2 h2 {
  font-size: 0;
  text-indent: -9990px;
  overflow: hidden;
  background: url(../assets/hello.svg) no-repeat 0 0;
  background-size: contain;
  height: 35px;
  margin-bottom: 25px;
}
.page main .flex-3 {
  margin: 0 calc(-1 * var(--padding));
  overflow: hidden;
}
.page main .flex-3 > div {
  padding: 0 var(--padding);
}
.page main .flex-3 > img {
  max-width: 130%;
  width: 130%;
  height: auto;
  position: relative;
  left: -15%;
}
.page main .logos-ontime {
  display: none;
}
.page main .message {
  font-family: "axiforma-regular", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  max-width: 80%;
  margin: 70px auto 30px;
}
.page .gradient {
  background: linear-gradient(130deg, var(--color-2), var(--color-1));
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}
.page .website-img {
  width: calc(100% + 2 * var(--padding));
  max-width: 930px;
  display: block;
  margin: 40px calc(-1 * var(--padding));
}
.page footer .logo {
  height: 32px;
  margin-bottom: 18px;
}
@media (min-width: 744px) {
  .page main {
    margin-top: 120px;
    font-size: 18px;
  }
  .page main h1 {
    font-size: 52px;
    margin-right: auto;
  }
  .page main h2 {
    font-size: 44px;
    margin-right: auto;
  }
  .page main p {
    line-height: 1.5;
    margin-bottom: 40px;
    font-weight: 400;
  }
  .page main p b {
    font-family: "axiforma-book", sans-serif;
  }
  .page main p:not(.lg),
  .page main p.w {
    max-width: 460px;
    max-width: 65%;
  }
  .page main .lg {
    font-family: "axiforma-regular", sans-serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.02em;
  }
  .page main .lg b {
    font-family: "axiforma-medium", sans-serif;
  }
  .page main .flex-2 {
    margin-top: 7%;
    gap: 1.4em;
  }
  .page main .flex-2 img {
    max-width: 35%;
  }
  .page main .flex-2 h2 {
    height: 40px;
  }
  .page main .logos-ontime {
    max-width: 700px;
    display: block;
    margin-bottom: 30px;
  }
  .page main .flex-3 {
    margin: -50px 0 0 0;
  }
  .page main .flex-3 p {
    width: 350px;
    margin-left: auto;
  }
  .page main .flex-3 > img {
    width: 50%;
    height: auto;
    position: relative;
    left: auto;
  }
  .page main .message {
    font-size: 44px;
    margin: 20px 0 70px;
  }
  .page .flex {
    display: flex;
    gap: 1em;
    align-items: center;
  }
  .page .logos-ontime {
    margin-top: -70px;
    margin-bottom: 70px;
  }
}
@media (min-width: 880px) {
  .page .website-img {
    width: 100%;
    border-radius: 12px;
  }
}
@media (min-width: 1023px) {
  .page main {
    box-sizing: border-box;
    margin-top: 160px;
    --padding: 80px;
  }
  .page main h1 {
    font-size: 88px;
    margin-right: auto;
    margin-bottom: 0.5em;
  }
  .page main p:not(.lg),
  .page main p.w {
    max-width: 710px;
  }
  .page main .lg {
    font-size: 24px;
  }
  .page main .flex-1 {
    margin-right: auto;
  }
  .page main .flex-1 p {
    max-width: 800px;
  }
  .page main .flex-2 {
    margin-top: 8%;
  }
  .page main .flex-2 img {
    max-width: 45%;
    margin-bottom: 40px;
  }
  .page main .flex-2 h2 {
    height: 70px;
  }
  .page main .website-img {
    width: 100%;
    display: block;
    margin: 30px auto;
    margin: 5% auto;
  }
  .page main .message {
    font-size: 48px;
    margin: 50px 0 80px;
  }
  .page footer .logo {
    margin-bottom: 22px;
  }
}

@keyframes animateBg {
  to {
    background-position: var(--bg-size) 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulsate {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInOut {
  0%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.fadeIn {
  transition: opacity 0.8s ease-in-out;
}

.fadeIn2 {
  transition: opacity 0.7s ease-in-out;
}

.fadeIn3 {
  transition: opacity 0.7s 0.5s ease-in-out;
}

@keyframes ticker {
  0% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(-25%);
  }
  100% {
    transform: translateY(-20%);
  }
}/*# sourceMappingURL=styles.css.map */