@font-face {
  font-family: "National 2";
  src: url('../fonts/national-2-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "National 2 Medium";
  src: url('../fonts/national-2-medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tiempos Headline;
  src: url('../fonts/tiempos-headline-semibold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

h1 {
  color: #000;
  -webkit-text-stroke-color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Tiempos Headline, Georgia, sans-serif;
  font-size: 4vw;
  font-weight: 600;
  line-height: 4.5vw;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Tiempos Headline, Georgia, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

.fullpage {
  z-index: 4;
  position: relative;
}

.top {
  z-index: 2;
  background-color: #a53e75;
  height: 100vh;
}

.canvas {
  pointer-events: auto;
  cursor: auto;
}

.top__content {
  z-index: 1;
  color: #fff;
  font-family: "National 2", sans-serif;
  position: relative;
}

.top__content.grid.container {
  opacity: 1;
  position: relative;
}

.paragraph {
  margin-bottom: 0;
}

.panel.section.dream {
  opacity: 1;
  overflow: visible;
}

.panel-inner {
  z-index: 4;
  height: 100vh;
}

.footer {
  z-index: 1;
  color: #fff;
  background-color: #a53e75;
}

.body {
  color: #000;
  font-family: "National 2", sans-serif;
}

.copyright, .current-year, .div-block, .div-block-2 {
  display: inline-block;
}

.text-block {
  margin-right: 4px;
  display: inline-block;
}

.heading {
  font-size: 100px;
}

.legal-wrapper {
  border: 1px #cecece;
  border-top-style: solid;
  margin: 20px 20px 100px;
  padding: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 50px;
    line-height: 120%;
  }
}

#w-node-e019637b-d73c-d240-1f17-def0916e1785-402a22e8, #w-node-_37d9cfaf-3dd9-8a60-3385-99a94ace6fa5-402a22e8, #w-node-d497ca0d-feaf-168e-cb86-d205d214db7e-402a22e8, #w-node-e019637b-d73c-d240-1f17-def0916e1785-26af6de0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-e019637b-d73c-d240-1f17-def0916e1785-402a22e8, #w-node-_37d9cfaf-3dd9-8a60-3385-99a94ace6fa5-402a22e8, #w-node-d497ca0d-feaf-168e-cb86-d205d214db7e-402a22e8, #w-node-e019637b-d73c-d240-1f17-def0916e1785-26af6de0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'National 2';
  src: url('../fonts/national-2-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'National 2 Medium';
  src: url('../fonts/national-2-medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tiempos Headline';
  src: url('../fonts/tiempos-headline-semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
