<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  background-color: #2a2a2a;
  font-family: 'Open Sauce One MR', sans-serif;
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 18px;
  line-height: 28px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 28px;
  font-family: Fogtwono5, sans-serif;
  color: #fff;
  font-size: 54px;
  line-height: 54px;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 14px;
  font-family: Fogtwono5, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 49px;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 14px;
  font-family: Fogtwono5, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
}

h4 {
  margin-top: 0px;
  margin-bottom: 14px;
  font-family: Fogtwono5, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
}

h5 {
  margin-top: 0px;
  margin-bottom: 7px;
  font-family: Fogtwono5, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

h6 {
  margin-top: 0px;
  margin-bottom: 7px;
  font-family: Fogtwono5, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

p {
  margin-bottom: 28px;
}

a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 28px;
}

label {
  display: block;
  margin-bottom: 14px;
  opacity: 0.5;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

blockquote {
  margin-top: 28px;
  margin-bottom: 28px;
  padding: 0px 0px 0px 28px;
  border-left: 5px solid #fff;
  font-family: Fogtwono5, sans-serif;
  font-size: 28px;
  line-height: 36px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  margin-top: 14px;
  opacity: 0.5;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.main-container {
  position: relative;
  overflow: visible;
  width: 50vw;
  min-height: 100vh;
  min-width: 672px;
  padding-bottom: 112px;
  background-color: transparent;
}

.main-container.padded-top {
  padding-top: 140px;
  background-color: #a8a8aa;
}

.main-container.flush-with-edges {
  padding-bottom: 0px;
}

.main-container.no-padding {
  z-index: 0;
  padding: 0px;
}

.style-guide-section {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.style-guide-colors {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.style-guide-color {
  width: 100%;
  height: 168px;
  margin-bottom: 14px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bg-primary-1 {
  background-color: #a8a8aa;
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.style-guide-typography {
  grid-row-gap: 28px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-family: 'Zetafonts coco gothic', sans-serif;
}

.large-text {
  font-size: 22px;
  line-height: 32px;
}

.small-text {
  display: block;
  font-family: 'Zetafonts coco gothic', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.small-text.invisible {
  display: none;
}

.no-bottom-margin {
  display: none;
  margin-bottom: 0px;
  font-family: 'Zetafonts coco gothic', sans-serif;
  color: #fff;
  font-weight: 300;
}

.no-bottom-margin.storie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
}

.button {
  padding: 14px 28px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #fff;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: 'Zetafonts coco gothic fat', sans-serif;
  color: #a8a8aa;
  font-weight: 400;
  text-align: center;
}

.button:hover {
  background-color: transparent;
  color: #fff;
}

.button.wide {
  width: 100%;
}

.navbar {
  position: fixed;
  top: 56px;
  right: 56px;
  background-color: transparent;
}

.form-block {
  margin-bottom: 0px;
}

.form-input {
  height: 58px;
  margin-bottom: 0px;
  padding: 16px 21px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.1);
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 16px;
  line-height: 24px;
}

.form-input:focus {
  border-color: transparent;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.form-input::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.6);
}

.form-input:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.6);
}

.form-input::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.6);
}

.form-input::placeholder {
  color: hsla(0, 0%, 100%, 0.6);
}

.form-grid-vertical {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 28px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.back-to-top-button {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 10;
  width: 56px;
  height: 56px;
  background-color: #122d36;
}

.announcement-cross {
  position: absolute;
  right: 0px;
  cursor: pointer;
}

.search-modal-screen {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.5);
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 532px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.side-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 100vh;
  padding: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.side-menu-details {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.side-menu-navigation {
  position: relative;
  z-index: 8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 45vh;
  margin-bottom: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.menu-button {
  z-index: 11;
  padding: 0px;
}

.menu-button.w--open {
  background-color: transparent;
}

.nav-menu-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  background-color: #2a2a2a;
}

.nav-menu {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 56px;
  padding-bottom: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.style-guide-grid {
  display: -ms-grid;
  display: grid;
  max-width: 532px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 140px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.bg-text-color {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.bg-input-border {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.muted {
  opacity: 0.5;
}

.display-heading {
  margin-bottom: 0px;
  font-family: Fogtwono5, sans-serif;
  color: #fff;
  font-size: 72px;
  line-height: 70px;
  font-weight: 400;
  text-transform: uppercase;
}

.display-heading.no-bottom-margin {
  margin-bottom: 0px;
  font-family: 'Zetafonts coco gothic', sans-serif;
  font-weight: 400;
  letter-spacing: 3px;
}

.form-success {
  padding: 21px;
  background-color: #255b41;
  font-size: 16px;
  line-height: 24px;
}

.bg-success {
  background-color: #255b41;
}

.bg-error {
  background-color: #7e3f3f;
}

.form-error {
  margin-top: 14px;
  padding: 21px;
  background-color: #7e3f3f;
  font-size: 16px;
  line-height: 24px;
}

.side-nav-link {
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Zetafonts coco gothic', sans-serif;
  font-size: 5vw;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.side-nav-link:hover {
  opacity: 1;
}

.side-nav-link.w--current {
  opacity: 1;
}

.side-nav-link.added-margin-bottom {
  margin-bottom: 5px;
}

.side-nav-link.added-margin-bottom.temp-lock:active {
  text-decoration: line-through;
}

.centered-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: none;
  max-width: 30vw;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hero-slider {
  height: 100vh;
  background-color: transparent;
}

.hide {
  display: none;
}

.hero-slider-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.nav-menu-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.copyright-text {
  margin-top: 28px;
  opacity: 0.5;
  font-size: 13px;
  line-height: 24px;
}

.copyright-text.reduced-top-margin {
  margin-top: 14px;
}

.nav-menu-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nav-menu-links.mobile-nav-menu-links {
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-menu-link {
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Zetafonts coco gothic', sans-serif;
  font-size: 54px;
  line-height: 54px;
  font-weight: 300;
  text-transform: uppercase;
}

.nav-menu-link:hover {
  opacity: 1;
}

.nav-menu-link.invisible {
  display: none;
}

.nav-menu-link.temp-lock:active {
  text-decoration: line-through;
}

.nav-menu-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.nav-menu-logo {
  margin-bottom: 30px;
  opacity: 1;
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
  -o-object-fit: cover;
  object-fit: cover;
}

.nav-menu-logo-wrapper {
  position: relative;
  left: 50%;
  top: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 130px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.nav-menu-links-wrapper {
  position: relative;
  z-index: 8;
}

.nav-menu-details-wrapper {
  position: relative;
  z-index: 8;
}

.menu-line {
  width: 56px;
  height: 2px;
  margin-top: 7px;
  margin-bottom: 7px;
  background-color: #fff;
}

.menu-icon-wrapper {
  cursor: pointer;
}

.loading-spinner {
  position: fixed;
  left: 50%;
  top: 50%;
  display: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.content-grid {
  grid-row-gap: 84px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.container {
  width: 100%;
  max-width: 532px;
}

.container.align-center {
  margin-right: auto;
  margin-left: auto;
}

.intro-heading {
  margin-bottom: 56px;
}

.grid-halves {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-halves.team-members-grid {
  grid-row-gap: 28px;
}

.uppercase-text {
  font-family: 'Zetafonts cocogothic', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.subheading {
  margin-bottom: 28px;
  font-family: 'Zetafonts coco gothic', sans-serif;
  text-transform: uppercase;
}

.align-contents-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.top-logo {
  display: none;
}

.team-member-image-wrapper {
  max-width: 364px;
}

.team-member-name {
  margin-bottom: 7px;
  text-transform: uppercase;
}

.team-member-contact-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.empty-state {
  padding-top: 21px;
  padding-bottom: 21px;
  background-color: #7e3f3f;
  text-align: center;
}

.blog-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.blog-heading {
  margin-bottom: 7px;
  text-transform: uppercase;
}

.blog-main-image {
  max-height: 560px;
  margin-right: auto;
  margin-left: auto;
}

.article blockquote {
  margin-top: 56px;
  margin-bottom: 56px;
}

.article h3 {
  margin-top: 56px;
  margin-bottom: 28px;
}

.article ul {
  margin-top: 28px;
  margin-bottom: 28px;
}

.next-cms-heading {
  margin-bottom: 56px;
  text-align: center;
  text-transform: uppercase;
}

.blog-post-grid {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 112px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.blog-link-heading {
  max-width: 349px;
  margin-top: 28px;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.blog-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.project-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-top: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-main-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.project-link-title {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 70%;
  padding-bottom: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.large-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Zetafonts coco gothic', sans-serif;
  font-size: 54px;
  line-height: 54px;
}

.large-heading.dark {
  padding-left: 40px;
  color: #2a2a2a;
}

.large-heading.intro-content {
  font-size: 37px;
}

.project-title-grid {
  grid-row-gap: 56px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-details-grid {
  max-width: 730px;
  padding-right: 56px;
  grid-column-gap: 14px;
  grid-row-gap: 7px;
  -ms-grid-columns: 1fr 3fr;
  grid-template-columns: 1fr 3fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.gallery figure {
  margin-right: 0px;
  margin-bottom: 84px;
}

.search-results-list {
  margin-top: 84px;
}

.search-result-url {
  margin-bottom: 14px;
  opacity: 0.5;
  font-size: 14px;
  line-height: 24px;
}

.search-result-item {
  margin-bottom: 56px;
}

.license-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 539px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 56px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.license-link-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.license-text {
  position: absolute;
}

.type-demo {
  font-size: 72px;
  line-height: 72px;
}

.type-demo.serif {
  font-family: Fogtwono5, sans-serif;
}

.text-block {
  font-family: 'Zetafonts coco gothic', sans-serif;
  font-weight: 300;
}

.heading {
  font-family: 'Zetafonts coco gothic', sans-serif;
}

.heading-2 {
  font-family: 'Zetafonts coco gothic', sans-serif;
}

.link-block {
  display: none;
}

.lion-logo {
  position: fixed;
  left: -19%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.27;
  -webkit-filter: brightness(0%);
  filter: brightness(0%);
  -o-object-fit: cover;
  object-fit: cover;
}

.lion-logo.body-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.logo-image {
  max-height: 114vh;
  max-width: 50vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.logo-left-corner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 20%;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.logo-left-corner.w--current {
  z-index: 8;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -o-object-fit: fill;
  object-fit: fill;
}

.image {
  max-width: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2a2a2a), color-stop(58%, rgba(39, 39, 39, 0.94)), to(transparent));
  background-image: linear-gradient(180deg, #2a2a2a, rgba(39, 39, 39, 0.94) 58%, transparent);
  opacity: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.body {
  background-color: #2a2a2a;
}

.background-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-2.w--current {
  height: 100px;
}

.collection-list-wrapper {
  width: 100%;
  height: 100vh;
}

.collection-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-top: 56px;
}

.body-2 {
  background-color: #2a2a2a;
}

.sub-logos.invert-filter {
  max-height: 100px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.body-3 {
  font-family: 'Zetafonts coco gothic', sans-serif;
}

.image-3 {
  position: relative;
  left: -24%;
  display: block;
  max-width: 50%;
  opacity: 0.69;
}

.image-4 {
  position: absolute;
  left: 285px;
  display: block;
  max-height: 100vh;
  max-width: none;
  opacity: 0.97;
}

.image-5 {
  display: block;
  -webkit-filter: grayscale(77%);
  filter: grayscale(77%);
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.invisible {
  opacity: 0;
}

.social-links {
  font-weight: 200;
}

.div-block-2 {
  position: static;
  left: 50%;
  top: 50%;
}

.image-6 {
  position: static;
  overflow: visible;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-3 {
  position: relative;
  display: none;
  overflow: hidden;
  height: 100px;
  margin-bottom: 8px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.storie-main-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.storie-main-image.filter-gray {
  opacity: 1;
  -webkit-filter: grayscale(100%) brightness(100%);
  filter: grayscale(100%) brightness(100%);
}

.storie-main-image.filter-gray.filter-dim {
  -webkit-filter: brightness(200%) grayscale(100%) brightness(49%);
  filter: brightness(200%) grayscale(100%) brightness(49%);
}

.storie-main-image.main-content {
  opacity: 0.54;
  -webkit-filter: grayscale(87%) brightness(110%);
  filter: grayscale(87%) brightness(110%);
}

.storie-link-title {
  position: -webkit-sticky;
  position: sticky;
  bottom: -21px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding-bottom: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.storie-link-title.intro-content {
  top: 40px;
}

.storie-link-title.intro-content.big-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.storie-link-title.last {
  position: static;
  bottom: -24px;
}

.contact-contanier {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-top: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-contanier.intro-content {
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.stroie-paragraph {
  padding-right: 40px;
  padding-left: 40px;
  font-family: 'Zetafonts cocogothic', sans-serif;
  color: #2a2a2a;
  text-align: left;
}

.stroie-paragraph.font-white {
  color: #fff;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 500px;
  min-height: 200px;
  min-width: 200px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-7 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-8 {
  overflow: visible;
  -o-object-fit: contain;
  object-fit: contain;
}

.brand-slug {
  display: none;
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Zetafonts coco gothic', sans-serif;
  font-weight: 300;
}

.video-right-contanier {
  max-height: 100vh;
  min-height: 100vh;
}

.background-video-2 {
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.press-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-5 {
  position: relative;
  left: 78px;
  top: -100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 135px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  opacity: 0.25;
  -webkit-transition: opacity 825ms ease;
  transition: opacity 825ms ease;
}

.div-block-5:hover {
  opacity: 1;
}

.div-block-5._1 {
  left: auto;
  top: auto;
}

.div-block-5._2 {
  left: 4%;
  top: 0%;
}

.div-block-5._3 {
  left: 15%;
  top: 6%;
}

.div-block-5._4 {
  left: -34%;
  top: 8%;
}

.image-9 {
  position: relative;
  padding-bottom: 25px;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-9:hover {
  opacity: 1;
}

.image-9.filter-color-invert {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-10 {
  -o-object-fit: contain;
  object-fit: contain;
}

.image-11 {
  -o-object-fit: contain;
  object-fit: contain;
}

.grid {
  padding: 10px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-6 {
  display: none;
}

.div-block-7 {
  position: relative;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 75vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.storie-text-slug.intro-content {
  font-family: 'Zetafonts coco gothic', sans-serif;
  font-size: 25px;
  font-weight: 200;
}

.website-links {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-weight: 300;
  text-transform: lowercase;
  cursor: pointer;
}

.website-links:hover {
  opacity: 0.63;
}

.logo-link-block {
  width: 100%;
}

.body-4 {
  font-family: 'Open Sauce One MR', sans-serif;
}

.heading-3 {
  font-family: 'Zetafonts coco gothic', sans-serif;
}

.heading-4 {
  font-family: 'Zetafonts coco gothic', sans-serif;
}

.image-12 {
  opacity: 1;
}

.div-block-9 {
  display: -ms-grid;
  display: grid;
  width: 95%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.contact-main-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(29%) blur(2px) grayscale(81%);
  filter: brightness(29%) blur(2px) grayscale(81%);
  -o-object-fit: cover;
  object-fit: cover;
}

.contact-main-image.filter-gray {
  opacity: 1;
  -webkit-filter: grayscale(100%) brightness(100%);
  filter: grayscale(100%) brightness(100%);
}

.contact-main-image.filter-gray.filter-dim {
  -webkit-filter: brightness(200%) grayscale(100%) brightness(49%);
  filter: brightness(200%) grayscale(100%) brightness(49%);
}

.contact-main-image.main-content {
  opacity: 0.54;
  -webkit-filter: grayscale(87%) brightness(110%);
  filter: grayscale(87%) brightness(110%);
}

.text-block-2 {
  text-align: left;
}

.contact-link-title {
  position: -webkit-sticky;
  position: sticky;
  bottom: -21px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding-bottom: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.contact-link-title.intro-content {
  top: 40px;
}

.contact-link-title.intro-content.big-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-link-title.last {
  position: static;
  bottom: -24px;
}

.contact-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 25vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/atlanta.jpg');
  background-position: 0% 50%;
  background-size: cover;
  opacity: 0.51;
  -webkit-filter: brightness(71%);
  filter: brightness(71%);
}

.image-13 {
  -o-object-fit: cover;
  object-fit: cover;
}

.html-embed {
  position: static;
  top: 20px;
}

.products-main-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.external-brand-logo {
  padding: 12px;
  opacity: 0.39;
  -webkit-transition: opacity 725ms ease;
  transition: opacity 725ms ease;
}

.external-brand-logo:hover {
  opacity: 1;
}

.external-brand-logo.color-inverted {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

@media screen and (max-width: 991px) {
  .main-container {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .main-container.flush-with-edges {
    padding-right: 0px;
    padding-left: 0px;
  }

  .style-guide-section {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .navbar {
    top: 0px;
    right: 0px;
    width: 100%;
  }

  .side-menu {
    display: none;
  }

  .centered-logo {
    display: none;
    max-width: 100%;
    opacity: 1;
  }

  .nav-menu-links.mobile-nav-menu-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-menu-link {
    display: block;
    font-family: 'Zetafonts coco gothic', sans-serif;
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
  }

  .nav-menu-link.w--current {
    opacity: 1;
    color: #fff;
  }

  .nav-menu-link.invisible {
    display: none;
  }

  .nav-menu-logo {
    max-width: 308px;
  }

  .nav-menu-logo-wrapper {
    position: relative;
    left: 0%;
    top: 0%;
    max-height: 100px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .top-logo {
    display: block;
    max-width: 45vw;
  }

  .top-logo.w--current {
    position: relative;
    top: 20%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 4vh;
    min-width: 45vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-content-wrapper {
    z-index: 18;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 56px;
    padding-right: 56px;
    padding-left: 56px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .project-details-grid {
    padding-right: 0px;
  }

  .lion-logo.body-page {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    opacity: 0.24;
  }

  .logo-image {
    position: absolute;
    left: 80%;
  }

  .logo-left-corner {
    z-index: 2;
    display: none;
  }

  .image-2 {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .image-3 {
    left: -33%;
    z-index: 2;
    max-width: 100%;
  }

  .image-5 {
    position: relative;
    z-index: 2;
  }

  .div-block-5 {
    opacity: 0.25;
  }

  .div-block-5:hover {
    opacity: 1;
  }

  .columns {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-6 {
    display: none;
    margin-left: 0px;
  }

  .div-block-7 {
    padding-left: 10px;
  }
}

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

  h1 {
    font-size: 40px;
    line-height: 48px;
  }

  h2 {
    font-size: 32px;
    line-height: 42px;
  }

  h6 {
    font-size: 16px;
    line-height: 24px;
  }

  .main-container {
    min-width: auto;
  }

  .main-container.flush-with-edges {
    min-width: auto;
  }

  .nav-menu {
    padding: 35px 28px;
  }

  .nav-menu-details {
    display: none;
  }

  .nav-menu-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .nav-menu-link {
    margin-right: 21px;
    margin-bottom: 21px;
    font-size: 32px;
    line-height: 42px;
  }

  .nav-menu-bg {
    opacity: 1;
  }

  .nav-menu-logo-wrapper {
    left: 20%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .menu-line {
    width: 35px;
  }

  .intro-heading {
    margin-bottom: 28px;
  }

  .top-logo {
    left: 35px;
    top: 35px;
  }

  .navbar-content-wrapper {
    padding-top: 35px;
    padding-right: 35px;
    padding-left: 35px;
  }

  .article blockquote {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .article h3 {
    margin-top: 35px;
  }

  .project-link-title {
    padding-right: 56px;
    padding-left: 56px;
  }

  .large-heading {
    font-size: 48px;
    line-height: 48px;
  }

  .gallery figure {
    margin-bottom: 56px;
  }

  .image-3 {
    left: -73%;
    opacity: 0.42;
  }

  .image-5 {
    opacity: 0.73;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }

  .storie-link-title {
    padding-right: 56px;
    padding-left: 56px;
  }

  .contact-link-title {
    padding-right: 56px;
    padding-left: 56px;
  }
}

@media screen and (max-width: 479px) {
  .main-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .style-guide-colors {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .large-text {
    font-size: 18px;
    line-height: 28px;
  }

  .utility-page-wrap {
    padding-right: 21px;
    padding-left: 21px;
  }

  .nav-menu {
    padding-top: 21px;
    padding-left: 21px;
  }

  .display-heading {
    font-size: 40px;
    line-height: 48px;
    white-space: break-spaces;
  }

  .centered-logo {
    display: block;
    max-width: 90vw;
  }

  .nav-menu-bg {
    width: 100vw;
    height: 100vh;
  }

  .nav-menu-logo {
    max-width: 100%;
    margin-bottom: 27px;
    margin-left: 10px;
  }

  .nav-menu-logo-wrapper {
    left: 25%;
    top: 0px;
    max-width: 45vw;
  }

  .grid-halves {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .top-logo {
    position: relative;
  }

  .top-logo.w--current {
    max-width: 60vw;
  }

  .navbar-content-wrapper {
    padding-top: 21px;
    padding-right: 21px;
    padding-left: 21px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .blog-post-grid {
    grid-row-gap: 56px;
  }

  .project-link-title {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .large-heading.dark {
    padding-left: 0px;
  }

  .project-details-grid.description {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .logo-image {
    max-width: 50%;
  }

  .image-2 {
    display: none;
  }

  .background-video {
    width: 100vw;
  }

  .link-block-2 {
    position: relative;
    left: -66%;
    bottom: 19px;
  }

  .sub-logos.invert-filter {
    position: relative;
  }

  .div-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 220px;
    opacity: 0.54;
    -webkit-filter: brightness(41%);
    filter: brightness(41%);
  }

  .storie-link-title {
    padding-right: 20px;
    padding-left: 20px;
  }

  .stroie-paragraph {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-5._1 {
    position: static;
  }

  .div-block-5._2 {
    position: static;
  }

  .div-block-5._3 {
    position: static;
  }

  .div-block-5._4 {
    position: static;
  }

  .div-block-8 {
    display: none;
  }

  .contact-link-title {
    padding-right: 20px;
    padding-left: 20px;
  }
}

#w-node-_0d0959e2-c840-3bbd-82b5-60381e20abcd-f632a0a7 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-e3911e15-a2ef-f795-9f11-1b527293b53c-b2d601bb {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_0d0959e2-c840-3bbd-82b5-60381e20abcd-f632a0a7 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'Zetafonts coco gothic';
  src: url('../fonts/Zetafonts---Coco-Gothic-Bold-Italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Zetafonts coco gothic fat';
  src: url('../fonts/Zetafonts---Coco-Gothic-Fat-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Zetafonts coco gothic';
  src: url('../fonts/Zetafonts---Coco-Gothic-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zetafonts coco gothic fat';
  src: url('../fonts/Zetafonts---Coco-Gothic-Fat.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zetafonts coco gothic';
  src: url('../fonts/Zetafonts---Coco-Gothic-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zetafonts coco gothic';
  src: url('../fonts/Zetafonts---Coco-Gothic-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zetafonts coco gothic';
  src: url('../fonts/Zetafonts---Coco-Gothic-UltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zetafonts coco gothic';
  src: url('../fonts/Zetafonts---Coco-Gothic-Heavy-Italic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Zetafonts coco gothic';
  src: url('../fonts/Zetafonts---Coco-Gothic-UltraLight-Italic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Zetafonts coco gothic';
  src: url('../fonts/Zetafonts---Coco-Gothic-Light-Italic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Zetafonts coco gothic';
  src: url('../fonts/Zetafonts---Coco-Gothic-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Zetafonts coco gothic';
  src: url('../fonts/Zetafonts---Coco-Gothic-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fogtwono5';
  src: url('../fonts/FogtwoNo5.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sauce One MR';
  src: url('../fonts/Open-Sauce-One---MR---Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zetafonts cocogothic';
  src: url('../fonts/Zetafonts---CocoGothic.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zetafonts cocogothic';
  src: url('../fonts/Zetafonts---CocoGothic-UltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zetafonts cocogothic';
  src: url('../fonts/Zetafonts---CocoGothic-HeavyItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Zetafonts cocogothic';
  src: url('../fonts/Zetafonts---CocoGothic-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zetafonts cocogothic';
  src: url('../fonts/Zetafonts---CocoGothic-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zetafonts cocogothic';
  src: url('../fonts/Zetafonts---CocoGothic-FatItalic.otf') format('opentype'), url('../fonts/Zetafonts---CocoGothic-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Zetafonts cocogothic';
  src: url('../fonts/Zetafonts---CocoGothic-UltraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Zetafonts cocogothic fat';
  src: url('../fonts/Zetafonts---CocoGothic-Fat.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zetafonts cocogothic';
  src: url('../fonts/Zetafonts---CocoGothic-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Zetafonts cocogothic';
  src: url('../fonts/Zetafonts---CocoGothic-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}</pre></body></html>