:root {
  --black: #2c1c0b;
  --yellow: #c5e665;
  --beige: #eae9d6;
}

.grain {
  z-index: 99;
  opacity: .05;
  background-image: url('../images/grain-slow.gif'), linear-gradient(#034354, #034354);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-attachment: fixed, scroll;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.body {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#034354, #034354);
  background-clip: border-box;
}

.hero {
  background-color: #034354;
  background-image: url('../images/Element-2.svg');
  background-position: 92%;
  background-repeat: no-repeat;
  background-size: auto 90%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-bottom: 4em;
  display: flex;
}

.small-headline-wrap {
  margin-bottom: .5em;
}

.large-headline-wrap {
  width: 60vh;
}

.large-headline {
  color: var(--black);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: Gambetta;
  font-size: 11em;
  font-weight: 400;
  line-height: 100%;
  display: inline-block;
}

.small-headline {
  font-family: Gambetta;
  font-size: 1.5em;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
}

.circle-yellow02 {
  z-index: 2;
  filter: blur(120px);
  background-color: #034354;
  border-radius: 100%;
  width: 50em;
  height: 30em;
  position: absolute;
  top: auto;
  bottom: -6em;
  left: 10em;
  right: auto;
  transform: rotate(-24deg);
}

.copy-wrapper {
  z-index: 99;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.circle-yellow03 {
  z-index: 1;
  filter: blur(120px);
  background-color: #034354;
  border-radius: 100%;
  width: 50em;
  height: 30em;
  position: absolute;
  top: auto;
  bottom: 1.5em;
  left: -6em;
  right: auto;
  transform: rotate(-24deg);
}

.circle-yellow01 {
  z-index: 3;
  filter: blur(80px);
  background-color: #034354;
  border-radius: 100%;
  width: 15em;
  height: 10em;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 4em;
  right: auto;
  transform: rotate(-24deg);
}

.main {
  background-image: linear-gradient(#034354, #034354);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
}

.square01 {
  z-index: 4;
  width: 54em;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.aurora-yellow-wrap {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.aurora-blue-wrap {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.circle-blue03 {
  z-index: 1;
  filter: blur(120px);
  background-color: #cbb392;
  border-radius: 100%;
  width: 50em;
  height: 30em;
  position: absolute;
  top: -4em;
  bottom: auto;
  left: auto;
  right: -6em;
  transform: rotate(-24deg);
}

.circle-blue02 {
  z-index: 2;
  filter: blur(120px);
  background-color: #cbb392;
  border-radius: 100%;
  width: 50em;
  height: 30em;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
  transform: rotate(-24deg);
}

.circle-blue01 {
  z-index: 3;
  filter: blur(80px);
  background-color: #cbb392;
  border-radius: 100%;
  width: 15em;
  height: 10em;
  position: absolute;
  top: 2em;
  bottom: auto;
  left: auto;
  right: 4em;
  transform: rotate(-24deg);
}

.square02 {
  z-index: 4;
  width: 50em;
  position: fixed;
  top: -8em;
  bottom: auto;
  left: auto;
  right: -1.5em;
}

.letter01, .letter02, .letter03, .letter04, .letter05, .letter06 {
  display: inline-block;
}

.cta-wrap {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 11em;
  height: 11em;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 15em;
  left: auto;
  right: 28em;
}

.cta_circle {
  background-color: var(--yellow);
  border-radius: 100%;
  width: 11em;
  height: 11em;
}

.cta_arrow {
  color: var(--black);
  width: 6em;
  height: 2em;
}

.cta_arrow-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 2em;
  padding: .4em;
  display: flex;
  position: absolute;
  top: 43%;
  bottom: 0%;
  left: -3.5em;
  overflow: hidden;
}

.cta_text {
  color: var(--black);
  text-align: right;
  max-width: 6em;
  font-family: Readexpro;
  font-size: 1.3em;
  font-weight: 500;
  text-decoration: none;
  position: absolute;
}

.cta_text-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: .3em;
  padding-right: 1.2em;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.made-wrap {
  z-index: 999;
  color: #fff;
  justify-content: center;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.made-txt {
  color: #fff;
  text-align: left;
  margin-bottom: 2em;
  margin-left: 2em;
  margin-right: 2em;
  font-family: Inter, sans-serif;
  font-size: 1em;
  font-weight: 200;
  line-height: 1.5em;
}

.txt-link {
  color: var(--black);
  text-decoration: none;
}

.button {
  text-align: center;
  text-transform: uppercase;
  vertical-align: baseline;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-weight: 200;
  text-decoration: none;
}

.image {
  width: 100%;
}

.a {
  color: #fff;
  text-decoration: none;
  transition: opacity .2s;
}

.a:hover {
  opacity: .55;
}

@media screen and (max-width: 767px) {
  .image {
    vertical-align: baseline;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: visible;
  }
}

@media screen and (max-width: 479px) {
  .image {
    width: 60%;
  }
}


