:root {
  --bluewhite: #a8bdcf;
  --boatyellow: #fdbd51;
  --oceanblue: #071673;
  --oceanbluetrans: var(--oceanblue);
}

.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;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

a {
  z-index: 100;
  color: var(--bluewhite);
  text-decoration: none;
  position: relative;
}

a:hover {
  color: var(--boatyellow);
}

.a-sky {
  z-index: 1;
  pointer-events: none;
  width: 100%;
  min-width: auto;
  max-width: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.b-title {   
	z-index: 2;   
	pointer-events: none;   
	width: 97%;   
	position: absolute;   
	inset: 1.5% auto auto 1.5%;
	margin-top: .5%;
}



.e-birds {
  z-index: 49;
  pointer-events: none;
  width: 100%;
  margin-top: 1%;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: clip;
}

.c-water_mountain {
  z-index: 4;
  pointer-events: none;
  width: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.f-character {
  z-index: 6;
  pointer-events: none;
  width: 12.4%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.d-clouds {
  z-index: 100;
  pointer-events: none;
  width: 100%;
  position: fixed;
  overflow: clip;
}

.sectiona {
  aspect-ratio: 1;
  min-width: auto;
  height: auto;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.g-laurel {
  z-index: 7;
  pointer-events: none;
  width: 80%;
  max-width: none;
  margin-top: 10%;
  margin-left: 10%;
  margin-right: 10%;
  position: absolute;
}

.h-rock_tree {
  z-index: 8;
  opacity: .71;
  pointer-events: none;
  width: 100%;
  position: absolute;
}

.sectionb {
  z-index: 10;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: relative;
}

.i_topshot {
  z-index: auto;
  box-sizing: border-box;
  aspect-ratio: 2 / 4;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  max-height: none;
  margin-top: -100%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: auto;
}

.body {
  background-color: var(--oceanblue);
  overflow: clip visible;
}

.h2 {
  color: var(--boatyellow);
  text-align: center;
  border-left-style: none;
  width: auto;
  min-width: auto;
  max-width: 900px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 55px;
  transition: opacity .85s cubic-bezier(.55, .085, .68, .53);
  display: block;
  position: relative;
  left: auto;
}

.boldwhite {
  color: #e6f1f0;
  font-weight: 400;
  line-height: 20px;
}

.p1 {
  color: var(--bluewhite);
  text-align: center;
  border-left-style: none;
  width: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 25px;
  transition: opacity .85s cubic-bezier(.55, .085, .68, .53);
  display: block;
  position: relative;
  left: auto;
}

.quick-stack {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  max-width: 2202px;
  margin-left: auto;
  margin-right: auto;
  padding: 0%;
}

.p2 {
  color: var(--bluewhite);
  text-align: justify;
  border-left-style: none;
  width: 100%;
  margin-top: 0%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
  transition: opacity .85s cubic-bezier(.55, .085, .68, .53);
  display: block;
  position: relative;
  left: auto;
}

.quote {
  font-weight: 200;
}

.section {
  aspect-ratio: 2.39;
}

.content {
  max-width: 900px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.portraits {
  border: 1px #000;
  border-radius: 1% 15%;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 0%;
}

.quick-stack-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.text-span {
  font-size: 15px;
  line-height: 15px;
}

.emptyspace {
  aspect-ratio: 15;
  width: 100%;
}

.socialbar {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 90%;
  max-width: 200px;
  margin: 20px auto;
  display: grid;
  position: relative;
  overflow: visible;
}

.icon {
  z-index: 50;
  color: var(--boatyellow);
  text-align: center;
  position: relative;
}

.icon:hover {
  filter: grayscale(0%);
}

.p3 {
  color: var(--bluewhite);
  text-align: center;
  border-left-style: none;
  width: auto;
  margin: 20px auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 10px;
  font-weight: 200;
  line-height: 17px;
  transition: opacity .85s cubic-bezier(.55, .085, .68, .53);
  display: block;
  position: relative;
  left: auto;
}

.p4 {
  color: var(--bluewhite);
  text-align: left;
  border-left-style: none;
  width: auto;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 10px;
  font-weight: 200;
  line-height: 17px;
  transition: opacity .85s cubic-bezier(.55, .085, .68, .53);
  display: block;
  position: relative;
  left: auto;
}

.body-2 {
  background-color: var(--oceanblue);
}

.bold-text {
  font-size: 12px;
}

.newslettersubscription {
  z-index: 100;
  border-radius: 2px 20px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.javabeehiv {
  display: none;
}

.sociallink {
  filter: grayscale();
}

.sociallink:hover {
  filter: grayscale(0%);
}

.link {
  pointer-events: auto;
  position: relative;
}

.quick-stack-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  position: relative;
}

.image {
  padding: 0 30px 5px;
}

.image-2 {
  border-radius: 0;
}

.cell {
  border-radius: 0 0 0 0%;
}

.code-embed {
  background-color: #ededed00;
  position: fixed;
  inset: 0% auto auto 0%;
}

.code-embed.p1 {
  z-index: auto;
}

.code-embed.p1:hover {
  z-index: 100;
  color: var(--boatyellow);
}

.div-block {
  z-index: 250;
  max-width: 50%;
  position: fixed;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.title {
  z-index: 2;
  color: var(--boatyellow);
  text-align: center;
  object-fit: contain;
  width: 90%;
  margin: auto auto 0;
  font-family: Yanone Kaffeesatz, sans-serif;
  font-size: 53vw;
  line-height: 52vw;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.div-block-2 {
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-3 {
  aspect-ratio: 2048 / 1456;
  position: absolute;
}

.div-block-4 {
  position: relative;
}

.body-3 {
  background-color: var(--oceanblue);
}

.container {
  margin: auto;
}

.containerfullwidth {
  background-image: url('../images/h-topshot.avif');
  background-position: 50% 70%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100vh;
  margin: auto;
  display: flex;
}

.section-2 {
  aspect-ratio: auto;
  height: 20px;
}

.div-block-5 {
  opacity: 1;
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #070f5666;
  background-clip: border-box;
  border-radius: 15px;
  outline: 3px #333;
  max-width: 500px;
  margin: auto;
  position: relative;
  inset: 0%;
}

.image-3 {
  opacity: .14;
  filter: blur(1px);
  background-color: #0000;
  position: absolute;
  inset: 0% 0% auto;
  rotate: -.5turn;
}

.youtube {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 0;
  font-family: Roboto, sans-serif;
}

@media screen and (max-width: 991px) {
  .a-sky {
    z-index: 1;
    inset: 0% 0% auto;
  }

  .b-title {
    z-index: 2;
  }

  .e-birds {
    z-index: 50;
    margin-top: 5%;
    position: absolute;
  }

  .c-water_mountain {
    z-index: 4;
    position: absolute;
  }

  .f-character {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .d-clouds {
    position: absolute;
  }

  .sectiona {
    overflow: clip visible;
  }

  .h2.quote {
    font-size: 30px;
  }

  .content {
    max-width: 700px;
  }

  .p3 {
    font-size: 8px;
  }
}

@media screen and (max-width: 767px) {
  .g-laurel {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .h2.quote {
    font-size: 20px;
    line-height: 30px;
  }

  .content {
    max-width: 500px;
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .h2.quote {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
  }

  .p1 {
    text-align: center;
    font-size: 15px;
    line-height: 22px;
  }

  .p2 {
    font-size: 12px;
    line-height: 20px;
  }

  .content {
    max-width: none;
    margin-left: 15px;
    margin-right: 15px;
    line-height: 15px;
    display: block;
    overflow: visible;
  }

  .text-span {
    font-size: 10px;
    line-height: 5px;
  }

  .p3 {
    font-size: 7px;
  }

  .bold-text {
    font-size: 8px;
  }

  .newslettersubscription {
    font-size: 12px;
  }

  .title {
    object-fit: fill;
    width: 100%;
    height: auto;
    font-size: 50vw;
    line-height: 109%;
    inset: 0% 0% auto;
  }

  .div-block-4 {
    z-index: 1;
    aspect-ratio: 2048 / 1457;
    width: 100%;
    position: static;
  }

  .div-block-5 {
    margin-left: 10px;
    margin-right: 10px;
    top: auto;
    bottom: auto;
  }

  .link-2 {
    font-size: 15px;
  }
}

#w-node-_7c371462-e1f3-4cb8-2f17-17288fb12ce5-6e5c93b6, #w-node-e6cd9643-8db1-ae1c-6639-9bed070b5430-6e5c93b6, #w-node-_373418ed-d545-526e-9f1c-de0e3131876e-6e5c93b6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-_7c371462-e1f3-4cb8-2f17-17288fb12ce5-6e5c93b6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_373418ed-d545-526e-9f1c-de0e3131876e-6e5c93b6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


