:root {
  --body-font: Iosevka;
  --body-color: white;
  --body-font-size: 22px;
  --body-font-height: 26px;
  --mobile-body-font-size: 16px;
  --mobile-body-font-height: 20px;
  --heading-font: TarunoWide;
  --heading-1-h1-font-size: 3em;
  --heading-1-h1-font-height: 1.6em;
  --heading-1-h1-mobile-font-size: 2em;
  --heading-1-h1-mobile-font-height: 1.5em;
  --secondary-color: #0b6550;
  --highlight-font: var(--heading-font);
  --highlight-color: #ffa07e;
  --secondary-font: Chillpixels Maximal;
  --big-body-font-size: 1.5em;
  --big-body-font-height: 1.7em;
  --big-body-mobile-font-size: 1.2em;
  --biig-body-mobile-font-height: 1.2em;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  font-family: var(--body-font);
  color: var(--body-color);
  font-size: var(--body-font-size);
  line-height: var(--body-font-height);
  text-shadow: 0 1px 1px #000;
  background-color: #000;
  font-weight: 400;
}

h1 {
  font-family: var(--heading-font);
  font-size: var(--heading-1-h1-font-size);
  line-height: var(--heading-1-h1-font-height);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}

p {
  width: 600px;
  max-width: 600px;
  min-width: 600px;
  font-family: var(--body-font);
  font-size: var(--body-font-size);
  line-height: var(--body-font-height);
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 10px;
}

a {
  color: var(--secondary-color);
  cursor: pointer;
}

strong {
  font-weight: 800;
}

.section {
  width: 100%;
  height: auto;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
  position: relative;
}

.section.background-image {
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  background-color: #000;
  flex-direction: column;
  overflow: hidden;
}

.heading {
  color: #fff;
  text-align: center;
  text-transform: none;
  text-shadow: 0 1px 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: TarunoWide, sans-serif;
  font-size: 65px;
  font-weight: 500;
  line-height: 80px;
}

.section-container {
  z-index: 2;
  width: 100%;
  height: auto;
  max-width: 800px;
  min-height: 100%;
  min-width: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

.background-mask {
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  background-color: rgba(2, 25, 20, .7);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-mask.black {
  background-color: #000;
}

.background-mask.blurred {
  filter: blur(5px);
}

.background-mask.orange {
  background-color: rgba(58, 40, 3, .55);
}

.header {
  z-index: 100;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: fixed;
}

.navbar-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-navbar {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, 0));
}

.header-brand {
  width: 180px;
  text-align: center;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: opacity .5s;
}

.header-brand:hover {
  opacity: .3;
}

.header-brand.w--current {
  text-align: center;
  cursor: pointer;
  transition: opacity .5s;
}

.header-brand.w--current:hover {
  opacity: .3;
}

.footer {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-container {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-right: 0;
  padding-top: 40px;
  padding-left: 0;
  position: relative;
}

.footer-logo {
  height: 70px;
}

.email {
  width: 100%;
  font-family: var(--highlight-font);
  color: var(--body-color);
  text-align: center;
  letter-spacing: 2px;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 35px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.highlight {
  color: var(--highlight-color);
}

.highlight.secondary {
  color: var(--secondary-color);
}

.byroihu {
  font-family: var(--secondary-font);
  margin-top: 25px;
  font-size: 32px;
  line-height: 62px;
}

.italic {
  font-style: italic;
}

.madewithlove {
  width: 100%;
  font-family: var(--secondary-font);
  color: var(--body-color);
  letter-spacing: 2px;
  column-count: 0;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.heart {
  width: auto;
  height: 20px;
  min-height: 20px;
  color: rgba(255, 255, 255, 0);
  text-shadow: none;
  background-image: url('../images/Heart-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 2px;
  font-size: 14px;
  display: inline-block;
}

.button {
  background-color: var(--highlight-color);
  color: #000;
  letter-spacing: 2px;
  text-shadow: none;
  margin-top: 50px;
  margin-bottom: 10px;
  padding: 12px 12px 8px;
  font-family: TarunoWide, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: transform .2s;
}

.button:hover {
  transform: scale(1.1);
}

.button.secondary {
  background-color: var(--secondary-color);
  color: #fff;
}

.body {
  background-color: #000;
}

.section-background-image {
  z-index: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.section-background-image.blurred {
  width: 101vw;
  height: 101vh;
  max-width: 101vw;
  min-height: 101vh;
  min-width: 101vw;
  filter: blur(2px);
  font-family: var(--heading-font);
  margin-top: -1vh;
  margin-left: -1vw;
  font-weight: 500;
  overflow: hidden;
}

.footer-slogan {
  width: 100%;
  height: 100%;
  font-family: var(--secondary-font);
  color: #222;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
  display: none;
}

.cell {
  justify-content: flex-end;
  align-items: center;
}

.intro-text {
  line-height: var(--body-font-height);
  text-align: justify;
  font-weight: 400;
}

.webflow-highlight {
  height: 90px;
  max-height: 90px;
  min-height: 90px;
  background-color: #4353ff;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 12px;
  font-style: italic;
  line-height: 100px;
  display: inline-block;
}

.columns {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.header-logo {
  height: 40px;
}

.image-credit {
  z-index: 2;
  opacity: .5;
  text-shadow: 0 2px 2px #000;
  padding: 6px 10px 2px;
  font-size: 11px;
  font-style: italic;
  font-weight: 300;
  line-height: 20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.image-credit-link {
  color: var(--body-color);
  font-weight: 700;
}

.centered {
  text-align: center;
}

.page-loading-screen {
  z-index: 999;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  opacity: 1;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.loading-screen-logo {
  width: 160px;
  max-width: 160px;
  min-width: 160px;
}

.loading-screen-text {
  margin-top: 25px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 14px;
  font-style: italic;
  line-height: 18px;
}

.page-loading-screen-content {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.made-in-webflow-badge {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 20px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.made-in-webflow-badge-logo {
  height: 12px;
  max-height: 12%;
  min-height: 12%;
  margin-bottom: 0;
  margin-left: 12px;
}

.made-in-webflow-badge-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.made-in-webflow-badge-link {
  color: var(--body-color);
  cursor: pointer;
  align-items: center;
  text-decoration: none;
  transition: opacity .5s;
  display: flex;
}

.made-in-webflow-badge-link:hover {
  opacity: .5;
}

@media screen and (max-width: 991px) {
  .header-brand {
    text-align: center;
  }

  .footer {
    position: relative;
  }

  .footer-logo {
    width: 80%;
    height: auto;
    max-width: 80%;
    min-width: 80%;
  }

  .intro-text {
    max-width: 90%;
    min-width: 90%;
    font-size: var(--mobile-body-font-size);
    line-height: var(--mobile-body-font-height);
  }

  .webflow-highlight {
    padding-right: 6px;
    font-style: italic;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: var(--mobile-body-font-size);
    line-height: var(--mobile-body-font-height);
  }

  h1 {
    font-size: var(--heading-1-h1-mobile-font-size);
    line-height: var(--heading-1-h1-mobile-font-height);
  }

  .footer-logo {
    width: 35%;
    max-height: none;
    max-width: 5350%;
    min-width: 35%;
  }

  .intro-text {
    font-size: var(--mobile-body-font-size);
    line-height: var(--mobile-body-font-height);
  }

  .webflow-highlight {
    height: 44px;
    max-height: 44px;
    min-height: 44px;
    line-height: 46px;
  }

  .columns {
    margin-bottom: 35px;
  }

  .image-credit {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 9px;
  }

  .image-credit-link {
    font-size: 9px;
  }

  .made-in-webflow-badge {
    text-align: center;
    justify-content: center;
    margin-top: 0;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: var(--mobile-body-font-size);
    line-height: var(--mobile-body-font-height);
  }

  h1 {
    font-size: var(--heading-1-h1-mobile-font-size);
    line-height: var(--heading-1-h1-mobile-font-height);
  }

  .footer-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-logo {
    width: 35%;
    height: auto;
    max-width: 35%;
    min-width: 35%;
    font-weight: 300;
  }

  .cell {
    flex-direction: column;
  }

  .intro-text {
    font-size: var(--mobile-body-font-size);
    line-height: var(--mobile-body-font-height);
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 2px;
    padding-right: 2px;
  }

  .webflow-highlight {
    padding-right: 6px;
  }
}


@font-face {
  font-family: 'Iosevka';
  src: url('../fonts/iosevka-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Iosevka';
  src: url('../fonts/iosevka-oblique.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Iosevka';
  src: url('../fonts/iosevka-extrabold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Iosevka';
  src: url('../fonts/iosevka-extraboldoblique.woff2') format('woff2');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Chillpixels Maximal';
  src: url('../fonts/ChillPixels-Maximal.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tarunowide';
  src: url('../fonts/TarunoWide-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tarunowide';
  src: url('../fonts/TarunoWide-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}