:root {
  --dananz-black: #333;
  --black: black;
  --dananz-blue: #2c3878;
  --dananz-white: white;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #fff;
  background-color: #222;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #fff;
  letter-spacing: .5px;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  line-height: 24px;
  display: block;
}

a {
  color: #00d6b4;
  text-decoration: none;
}

img {
  display: inline-block;
}

.hero {
  background-image: linear-gradient(#00000091, #222), url('../images/jefferson-santos-9SoCnyQmkzI-unsplash.jpg');
  background-position: 0 0, 38% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  min-height: 540px;
  display: block;
}

.hero.small {
  min-height: 410px;
}

.hero.project-page {
  min-height: 384px;
}

.nav {
  z-index: auto;
  object-fit: fill;
  background-color: #0000;
  flex-direction: column;
  justify-content: space-around;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: block;
  position: static;
}

.nav-link {
  color: #999;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 11px;
  line-height: 17px;
  transition: color .2s;
  display: none;
}

.nav-link:hover {
  color: #00ffd6;
  text-decoration: none;
}

.nav-link.w--current {
  color: #00d6b4;
}

.logo {
  color: #fff;
  padding: 15px 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.logo:hover {
  color: #00d6b4;
  text-decoration: none;
}

.logo:focus {
  color: #00d6b4;
}

.logo.w--current {
  margin-left: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.footer {
  color: #999;
  text-align: center;
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 12px;
  line-height: 18px;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

.section-title {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 26px;
  font-weight: 300;
}

.main-heading {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 200;
  line-height: 100%;
}

.main-heading.inline {
  display: inline;
}

.heading-wrapper {
  text-align: center;
  white-space: normal;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.nav-menu {
  display: flex;
}

.empty-state {
  text-align: center;
  background-color: #0000;
  border: 1px solid #ffffff57;
  border-radius: 3px;
  padding: 33px 33px 49px;
}

.no-items-title {
  font-weight: 300;
}

.project-image {
  border-radius: 3px;
  margin-bottom: 22px;
  transition: opacity .2s;
}

.project-image:hover {
  opacity: .69;
}

.project-body-copy {
  margin-bottom: 67px;
  margin-left: 12%;
  margin-right: 12%;
}

.main-detail-image {
  border-radius: 3px;
  max-width: 400px;
  margin-bottom: 41px;
}

.category-link {
  letter-spacing: 1px;
  text-decoration: none;
  transition: opacity .2s;
}

.category-link:hover {
  opacity: .67;
  text-decoration: none;
}

.div-block-8 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.text-block-4 {
  color: #fff;
}

.link-block {
  margin: 0 16px;
  display: none;
}

.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: 320px;
  display: flex;
}

.heading-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 48px;
}

.link-block-2 {
  padding: 1rem .5rem;
  display: none;
}

.link-block-2.last-link {
  padding-left: .5rem;
  padding-right: .5rem;
}

.nav-link-contact {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  margin-left: 32px;
  padding-left: 0;
  padding-right: 0;
  font-family: Matter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  transition: color .2s;
}

.nav-link-contact:hover {
  color: #fed811;
  text-decoration: none;
}

.nav-link-contact.w--current {
  color: #00d6b4;
}

.image-6 {
  width: 24px;
}

.image-6:hover {
  color: #4bd3bd;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
}

.image-7, .image-8 {
  width: 24px;
}

.link-block-8, .link-block-9 {
  margin-right: 4px;
  display: block;
}

.text-block-9 {
  margin-right: 0;
  display: block;
}

.text-block-9.footer-text {
  color: #eee;
  margin-bottom: 0;
  font-family: Anek Tamil, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.image-9, .image-10, .image-11 {
  max-width: 75%;
}

.scroll-section {
  height: 600vh;
  display: block;
  position: static;
  inset: 0%;
  overflow: hidden;
}

.link-block-10 {
  display: block;
}

.div-block-16 {
  color: #0000;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.div-block-17 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-wrapper {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.footer-text {
  color: #5c5757;
  max-width: 400px;
  margin-bottom: 16px;
}

.contact {
  grid-column-gap: 0rem;
  align-items: flex-start;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 6rem 5% 4rem;
  display: flex;
}

.footer-social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer-logo-link {
  float: none;
  padding-left: 0;
}

.social-icon {
  color: var(--dananz-black);
  width: 1.5rem;
  height: 1.5rem;
}

.image-47 {
  height: 64px;
}

.dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.footer-social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.footer-wrapper-left {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.dananz-body {
  color: var(--dananz-black);
  background-color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.section-dananz-hero {
  justify-content: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  overflow: visible;
}

.header-container {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 6rem;
  position: static;
}

.heading-text {
  max-width: 30rem;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 4rem;
}

.hero-content-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.horizontal-bar {
  background-color: var(--black);
  border-bottom: 2px #000;
  flex-flow: column;
  justify-content: flex-start;
  width: 40rem;
  height: .125rem;
  margin-top: 2rem;
  display: block;
}

.horizontal-bar.small {
  width: 30rem;
  margin-top: 0;
}

.horizontal-bar.xsmall {
  width: 24rem;
  margin-top: 0;
}

.horizontal-bar.mobile {
  display: none;
}

.rating-numbers {
  color: #fff;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 2rem;
}

.rating-wrapper {
  grid-row-gap: 3rem;
  background-color: var(--dananz-blue);
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.rating-wrapper.about {
  grid-row-gap: 4.5rem;
  padding: 3rem;
}

.rating-title {
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.5rem;
}

.rating {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.copyright-text {
  color: var(--dananz-black);
  text-align: left;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1rem;
  display: flex;
  transform: rotate(0);
}

.div-horizontal {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.copyright-wrapper {
  justify-content: flex-end;
  padding-top: 6rem;
  padding-left: 0;
  display: flex;
  transform: rotate(-90deg);
}

.rating-copyright-container {
  grid-row-gap: 6rem;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.rating-copyright-container.mobile {
  display: none;
}

.hero-image {
  z-index: -1;
  margin-top: -10rem;
  position: static;
  inset: -15% 0% 0% auto;
}

.section-dananz-about {
  justify-content: center;
  align-items: stretch;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.about-container {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

.title {
  color: var(--dananz-black);
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.sub-heading-text {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
}

.sub-heading-text.product {
  max-width: 20rem;
}

.sub-heading-text.material {
  max-width: 20rem;
  margin-top: 0;
}

.sub-heading-text.material.white {
  color: #fff;
  max-width: 75%;
  margin-top: 0;
}

.sub-heading-text.achievement {
  max-width: 46.125rem;
}

.title-and-horizontal-bar {
  grid-column-gap: 2rem;
  align-items: center;
  display: flex;
}

.content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-wrapper.choose {
  grid-column-gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.content-wrapper.achievement {
  grid-column-gap: 6rem;
}

.content-wrapper.location {
  grid-template-columns: 1fr 1fr 1fr;
}

.content-cta-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 6rem;
  display: flex;
}

.content-cta-wrapper.about {
  justify-content: space-around;
  padding-left: 0;
}

.content-cta-wrapper.achievement {
  padding-left: 0;
}

.body-text-short-width {
  color: var(--dananz-black);
  max-width: 30rem;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.body-text-short-width.medium-wght {
  font-weight: 500;
}

.body-text-short-width.materiall {
  max-width: 25rem;
}

.body-text-short-width.materiall.white {
  color: #fff;
  max-width: none;
}

.body-text-short-width.choose-us {
  text-align: center;
}

.cta-button {
  background-color: var(--dananz-blue);
  flex-wrap: wrap-reverse;
  flex: 0 auto;
  justify-content: space-around;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1rem;
  font-weight: 500;
  transition: all .2s ease-in;
  display: flex;
}

.cta-button:hover {
  background-color: var(--dananz-black);
}

.cta-wrapper {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cta-wrapper.achievement {
  grid-row-gap: 1rem;
}

.team-info-wrapper {
  z-index: 5;
  grid-column-gap: 1rem;
  background-color: #fff;
  align-items: center;
  width: 16rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  padding-left: 1rem;
  display: flex;
  position: relative;
  inset: auto 11rem 7rem auto;
  box-shadow: 0 0 40px 5px #0000000d;
}

.team-info {
  flex-direction: column;
  display: flex;
}

.team-name {
  color: var(--dananz-black);
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.team-image {
  max-width: 3.5rem;
}

.content-image {
  z-index: -1;
  position: static;
}

.title-wrapper {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.title-wrapper.cta {
  align-items: flex-start;
}

.about-content-wrapperr {
  grid-row-gap: 2rem;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 15rem;
  padding-bottom: 2rem;
  display: flex;
}

.about-content-wrapperr.first {
  grid-row-gap: 4rem;
  margin-right: 0;
  padding-bottom: 0;
}

.about-content-wrapperr.first.contact {
  padding-top: 0;
  padding-bottom: 0;
}

.about-content-wrapperr.product {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-right: 0;
}

.about-content-wrapperr.material {
  margin-right: 0;
}

.about-content-wrapperr.cta {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  background-color: #0000;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-right: 0;
  padding-bottom: 0;
  display: grid;
}

.section-dananz-service {
  justify-content: center;
  align-items: stretch;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.service-container {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

.service-image-wrapper {
  padding-left: 6rem;
}

.service-image-wrapper.material {
  grid-column-gap: 2rem;
  flex-direction: row;
  padding-left: 0;
  display: flex;
}

.list-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
  display: flex;
}

.list-wrapper.product {
  align-items: flex-start;
  padding-right: 0;
}

.body-text-semi-bold {
  color: var(--dananz-black);
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
  display: flex;
}

.list-info {
  grid-column-gap: 2rem;
  display: flex;
}

.service-list-wrapper {
  grid-row-gap: 2rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.image-62 {
  z-index: -2;
  margin-top: -8rem;
  position: relative;
}

.section-dananz-product {
  justify-content: center;
  align-items: stretch;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.product-wrapper {
  grid-row-gap: 4rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.div-block-88 {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.section-dananz-material {
  justify-content: center;
  align-items: stretch;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.alt-button {
  border: 1px none var(--dananz-black);
  color: var(--dananz-black);
  background-color: #fff;
  padding: .5rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  transition: all .2s ease-in;
}

.alt-button:hover {
  background-color: var(--dananz-black);
  color: #fff;
}

.alt-button.material {
  border-style: solid;
  transition: all .2s ease-in;
}

.alt-button.material:hover {
  background-color: var(--dananz-black);
  color: #fff;
}

.material-wrapper {
  grid-column-gap: 0rem;
  justify-content: space-between;
  display: flex;
}

.material-wrapper.cta {
  justify-content: space-between;
}

.material-image-block {
  grid-row-gap: 2rem;
  flex-direction: column;
  margin-top: -3rem;
  padding-top: 0;
  display: flex;
}

.image-63 {
  width: 18rem;
}

.image-64 {
  width: 12.25rem;
}

.image-65 {
  width: 15rem;
}

.dananz__cta-wrapper {
  background-color: var(--dananz-blue);
  justify-content: center;
  align-items: stretch;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-dropdown-link {
  padding: .5rem 1rem;
}

.navbar-dropdown-link.w--current {
  color: #0000;
}

.navbar-menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar-menu-dropdown {
  display: none;
}

.navbar-menu-button {
  padding: 0;
}

.navbar-dropdown-list.w--open {
  background-color: #0000;
  border: 1px solid #0000;
  padding: .5rem;
}

.navbar-menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar-dropdown-toggle {
  padding: .5rem 2.5rem .5rem 1rem;
}

.donanz-navbar {
  background-color: #0000;
  border-bottom: 1px #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.navbar-logo-link {
  padding-left: 0;
}

.navbar-link {
  padding: .5rem 1.5rem;
  font-size: .875rem;
  font-style: normal;
  transition: all .2s ease-in;
}

.navbar-link:hover, .navbar-link:active, .navbar-link.w--current {
  color: var(--dananz-blue);
}

.dananz-footer {
  justify-content: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.footer-top-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  justify-content: stretch;
  align-items: start;
}

.footer-wrapper {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.field-label-4 {
  font-size: .875rem;
  font-weight: 500;
}

.text-field-4 {
  border-style: none none solid;
  border-width: 1px 1px .5px;
  border-color: black black var(--dananz-black);
  margin-bottom: 0;
}

.footer-wrapper-right {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.social-media-wrapper {
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form-field {
  grid-column-gap: 0rem;
  align-items: flex-end;
  display: flex;
}

.form-3 {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.header-title-block {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.header-wrapper {
  grid-row-gap: 5rem;
  flex-direction: column;
  display: flex;
}

.heading-style-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}

.heading-style-3.choose {
  text-align: center;
}

.ellipse {
  background-color: var(--dananz-blue);
  border-radius: 100%;
  width: 4rem;
  height: 4rem;
}

.option-1-block {
  grid-row-gap: 1rem;
  border: 1px #000;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  display: flex;
  box-shadow: 0 1px 5px #0000001a;
}

.option-1-block.team {
  background-color: var(--dananz-blue);
  box-shadow: none;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: flex-end;
  width: 19rem;
  height: 24rem;
  margin-bottom: 0;
  padding: 0 1rem 1rem;
}

.section-page-header {
  justify-content: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  overflow: visible;
}

.heading-style-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}

.div-block-99 {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  display: flex;
}

.section-dananz-choose {
  justify-content: center;
  align-items: stretch;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.div-block-100 {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 1rem;
  display: flex;
}

.collection-item-2 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.collection-list {
  grid-column-gap: 1rem;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  width: 100%;
  display: grid;
  overflow: hidden;
}

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

.form-block-2 {
  width: 60rem;
  margin-top: 2rem;
}

.div-block-101 {
  grid-column-gap: 1rem;
  justify-content: space-between;
  display: flex;
}

.form-wrapper {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-102 {
  grid-row-gap: .25rem;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.field-label-5 {
  margin-bottom: .25rem;
}

.textarea-2 {
  min-height: 11.125rem;
}

.form {
  grid-row-gap: .5rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.div-block-104 {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.choose-grid {
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.text-field-5 {
  height: 3rem;
}

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

.image-66 {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.section-dananz-styleguide-hero {
  background-color: var(--dananz-blue);
  color: var(--dananz-white);
  justify-content: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  overflow: visible;
}

.style-guide-title-wrapper {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.color {
  background-color: #0000;
}

.color.blue-bg {
  background-color: var(--dananz-blue);
}

.color.grey-bg {
  background-color: var(--dananz-black);
}

.color.black-bg {
  background-color: var(--black);
}

.color-style {
  border: 1px solid #000;
  align-items: center;
  height: 5rem;
  padding-left: 1rem;
  display: flex;
}

@media screen and (max-width: 991px) {
  .hero {
    min-height: 520px;
  }

  .hero.project-page {
    min-height: 344px;
  }

  .nav {
    margin-top: 0;
  }

  .logo {
    margin-left: 0;
    margin-right: 24px;
  }

  .logo.w--current {
    margin-left: 1.5rem;
    margin-right: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .footer {
    display: block;
  }

  .menu-button {
    color: #fff;
    display: none;
  }

  .menu-button:hover {
    color: #00d6b4;
  }

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

  .heading-wrapper {
    margin-top: 4rem;
    margin-bottom: 1rem;
    padding-left: 3%;
    padding-right: 3%;
  }

  .nav-menu {
    background-color: #0000;
  }

  .project-body-copy {
    margin-left: 12%;
    margin-right: 12%;
  }

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

  .link-block {
    margin-left: 16px;
  }

  .div-block-16 {
    justify-content: space-between;
  }

  .menu-icon-line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .image-47 {
    height: 48px;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .header-container {
    padding-bottom: 4rem;
  }

  .horizontal-bar {
    width: 20rem;
  }

  .horizontal-bar.xsmall {
    width: 18rem;
  }

  .rating-numbers.service {
    font-size: 2rem;
  }

  .rating-wrapper.about {
    grid-row-gap: 1.5rem;
    padding: 2rem;
  }

  .rating-title.service {
    text-align: center;
  }

  .rating.service {
    grid-row-gap: .5rem;
  }

  .about-container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .content-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 2.5fr .75fr;
  }

  .content-wrapper.choose {
    grid-column-gap: 1rem;
  }

  .content-wrapper.achievement {
    grid-column-gap: 2rem;
    grid-template-columns: 2fr .75fr;
  }

  .content-cta-wrapper {
    padding-left: 0;
  }

  .body-text-short-width {
    max-width: 24rem;
  }

  .body-text-short-width.materiall {
    max-width: 20rem;
  }

  .cta-wrapper {
    grid-row-gap: 1rem;
  }

  .team-info-wrapper {
    bottom: 2rem;
    right: 4rem;
  }

  .about-content-wrapperr {
    margin-right: 8rem;
  }

  .about-content-wrapperr.cta {
    grid-column-gap: 0rem;
    flex: 1;
  }

  .service-container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .service-image-wrapper.material {
    flex-direction: column;
  }

  .image-62 {
    margin-top: -6rem;
  }

  .material-image-block {
    flex-direction: row;
    margin-top: 0;
    display: none;
  }

  .image-63 {
    width: 16rem;
  }

  .menu-icon-line-middle {
    background-color: var(--dananz-black);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar-dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar-menu {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar-menu.page-height-tablet {
    background-color: #fff;
    height: 100vh;
    padding-bottom: 15rem;
  }

  .menu-icon-line-bottom {
    background-color: var(--dananz-black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar-menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar-dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar-dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar-menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar-dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .menu-icon-line-top {
    background-color: var(--dananz-black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .footer-top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }

  .heading-style-3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .option-1-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .option-1-block.team {
    width: 21rem;
    height: 28rem;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .form-block-2 {
    width: 40rem;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    min-height: 420px;
  }

  .hero.small {
    min-height: 280px;
  }

  .hero.project-page {
    min-height: 256px;
  }

  .nav {
    padding-top: 0;
  }

  .logo.w--current {
    margin-left: 0;
    margin-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .main-heading {
    font-size: 38px;
    line-height: 43px;
  }

  .heading-wrapper {
    align-items: flex-start;
    margin-top: 3rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav-menu {
    align-items: stretch;
    margin-right: 0;
    display: flex;
  }

  .project-body-copy {
    margin-left: 40px;
    margin-right: 40px;
  }

  .link-block, .nav-link-contact {
    margin-left: 16px;
  }

  .nav-wrapper {
    padding-top: 1rem;
  }

  .contact {
    grid-row-gap: 3rem;
    flex-direction: column;
  }

  .image-47 {
    height: 40px;
  }

  .header-container {
    grid-row-gap: 2rem;
    flex-direction: column;
    display: flex;
  }

  .heading-text {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .hero-content-wrapper {
    flex-direction: column;
  }

  .horizontal-bar {
    width: 12rem;
  }

  .horizontal-bar.small {
    width: 24rem;
  }

  .horizontal-bar.mobile {
    width: 24rem;
    margin-bottom: 2rem;
    display: block;
  }

  .rating-numbers {
    font-size: 2rem;
  }

  .rating-wrapper {
    grid-column-gap: 2rem;
    flex-direction: row;
  }

  .rating-title {
    line-height: 1rem;
  }

  .rating {
    grid-row-gap: .5rem;
    align-items: flex-start;
  }

  .copyright-wrapper {
    padding-top: 4rem;
  }

  .rating-copyright-container {
    display: none;
  }

  .rating-copyright-container.mobile {
    display: block;
  }

  .hero-image {
    margin-top: 0;
  }

  .sub-heading-text {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .content-wrapper {
    grid-template-columns: 2.5fr;
  }

  .content-wrapper.choose {
    grid-template-columns: 1fr 1fr;
  }

  .content-wrapper.achievement {
    grid-row-gap: 1.5rem;
    grid-template-columns: 2fr;
  }

  .content-wrapper.location {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .content-cta-wrapper {
    margin-top: -3rem;
  }

  .content-cta-wrapper.about {
    margin-top: 0;
  }

  .content-cta-wrapper.achievement {
    align-items: flex-start;
    margin-top: 0;
  }

  .body-text-short-width.medium-wght {
    max-width: 20rem;
  }

  .body-text-short-width.team {
    line-height: 1.25rem;
  }

  .cta-wrapper.achievement {
    grid-row-gap: .5rem;
  }

  .team-info-wrapper {
    bottom: 1rem;
  }

  .about-content-wrapperr {
    margin-right: 4rem;
  }

  .about-content-wrapperr.product {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .about-content-wrapperr.cta {
    grid-template-columns: 1.25fr .75fr;
  }

  .service-image-wrapper {
    padding-left: 0;
  }

  .service-image-wrapper.material {
    grid-column-gap: .5rem;
    flex-direction: row;
  }

  .image-62 {
    top: 2rem;
  }

  .material-wrapper {
    flex-direction: column;
  }

  .material-image-block {
    grid-row-gap: .5rem;
    flex-direction: column;
    display: flex;
  }

  .image-64 {
    width: 100%;
  }

  .donanz-navbar {
    height: auto;
    min-height: 4rem;
  }

  .navbar-logo-link {
    padding-left: 0;
  }

  .footer-top-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 3rem;
  }

  .footer-wrapper-right {
    align-items: flex-start;
  }

  .form-field {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .option-1-block.team {
    grid-row-gap: 1rem;
    flex-flow: column;
    width: 100%;
    height: 24rem;
  }

  .collection-item-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .form-block-2 {
    width: 28rem;
  }

  .choose-grid.first {
    grid-column-gap: 16px;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    min-height: 340px;
  }

  .hero.project-page {
    min-height: 226px;
  }

  .nav {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .logo {
    flex: 1;
    margin-left: 0;
    margin-right: 0;
  }

  .logo.w--current {
    margin-left: 0;
    margin-right: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0;
  }

  .menu-button {
    display: none;
  }

  .heading-wrapper {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .nav-menu {
    background-color: #0000;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-right: 0;
    padding: 0;
    display: flex;
  }

  .project-body-copy {
    margin-left: 18px;
    margin-right: 18px;
  }

  .link-block {
    margin-left: 8px;
    margin-right: 8px;
  }

  .link-block-2 {
    display: none;
  }

  .nav-link-contact {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .link-block-8, .link-block-9, .text-block-9 {
    margin-right: 0;
  }

  .div-block-16 {
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-left: 24px;
    margin-right: 24px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .nav-wrapper {
    padding-top: 0;
  }

  .contact {
    grid-row-gap: 2rem;
    padding-top: 4rem;
  }

  .header-container {
    padding-bottom: 3rem;
  }

  .heading-text {
    max-width: 18rem;
  }

  .horizontal-bar.small, .horizontal-bar.xsmall {
    width: 12rem;
  }

  .horizontal-bar.mobile {
    width: 16rem;
  }

  .rating-numbers {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .rating-wrapper {
    grid-column-gap: 1.25rem;
  }

  .rating-wrapper.about {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .rating-title {
    line-height: 1.125rem;
  }

  .rating {
    grid-row-gap: .5rem;
    align-items: flex-start;
  }

  .rating.service {
    align-items: center;
  }

  .copyright-wrapper {
    display: none;
  }

  .about-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sub-heading-text.material.white {
    max-width: 100%;
  }

  .content-wrapper.choose {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .content-wrapper.achievement {
    grid-row-gap: 1rem;
  }

  .team-info-wrapper {
    width: 14rem;
    bottom: 1rem;
    right: 2rem;
  }

  .about-content-wrapperr {
    margin-right: 0;
  }

  .about-content-wrapperr.first {
    grid-row-gap: 3rem;
  }

  .about-content-wrapperr.cta {
    grid-row-gap: 1rem;
    grid-template-columns: 1.25fr;
  }

  .service-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .service-image-wrapper.material {
    flex-direction: row;
  }

  .list-info {
    grid-column-gap: 1rem;
  }

  .image-62 {
    margin-top: 0;
  }

  .product-wrapper {
    grid-row-gap: 2rem;
  }

  .material-image-block {
    flex-direction: column;
    display: none;
  }

  .image-63 {
    width: 100%;
  }

  .menu-icon-line-top {
    background-color: var(--dananz-black);
    border-bottom: 1px #000;
  }

  .footer-top-wrapper {
    grid-template-columns: 1fr;
  }

  .form-field {
    flex-direction: row;
    align-items: flex-end;
  }

  .option-1-block.team {
    width: 100%;
    height: 28rem;
  }

  .div-block-99 {
    grid-row-gap: 3rem;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .form-block-2 {
    width: 20rem;
  }

  .div-block-101 {
    flex-direction: column;
  }

  .div-block-102 {
    width: 100%;
  }
}

#w-node-_7812a455-a2be-2f25-deb9-5eec2468a39a-23770620 {
  order: 0;
  justify-self: auto;
}

#w-node-_16ae866c-1ef2-fd8e-314c-8f4c39420ed4-39420ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a5c5827d-8109-f826-64c4-2bafffec2036-2377062a {
  order: 0;
  justify-self: auto;
}

#w-node-a6b142bb-00f3-6763-92ae-fd7e826208ce-2377062a, #w-node-c65ff326-7fed-a666-e1b7-58f8a451f9a3-2377062a, #w-node-_94bd39ed-1ec9-e4c0-6685-09d748e0d995-2377062a, #w-node-a3243e55-0137-f2bd-eeee-935ce420455e-2377062b, #w-node-eb640717-815d-4575-df39-bcc102109850-2377062b, #w-node-f27897a3-d641-580e-0aec-2c480d785956-2377062b, #w-node-b961c661-b984-2877-3b1a-555d9cb1ef57-23770630, #w-node-b961c661-b984-2877-3b1a-555d9cb1ef5d-23770630, #w-node-b961c661-b984-2877-3b1a-555d9cb1ef63-23770630 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6ba6de8-5479-ce1d-e206-a7ef6f5cb9dc-23770631, #w-node-e8c0903a-f83e-83a3-607f-233f00543671-23770631, #w-node-d24078a6-54ef-9fa9-a049-4f4002e7460b-23770631 {
  order: 0;
  justify-self: auto;
}

@media screen and (max-width: 767px) {
  #w-node-_94bd39ed-1ec9-e4c0-6685-09d748e0d994-2377062a {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a3243e55-0137-f2bd-eeee-935ce420455e-2377062b, #w-node-_2c34602c-41ab-3801-8d39-9fe94aa1342d-2377062b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b961c661-b984-2877-3b1a-555d9cb1ef62-23770630 {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_16ae866c-1ef2-fd8e-314c-8f4c39420ed4-39420ec8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_94bd39ed-1ec9-e4c0-6685-09d748e0d994-2377062a, #w-node-b961c661-b984-2877-3b1a-555d9cb1ef62-23770630 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Matter';
  src: url('../fonts/Matter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Matter';
  src: url('../fonts/Matter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Matter';
  src: url('../fonts/Matter-HeavyItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Matter';
  src: url('../fonts/Matter-RegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Matter';
  src: url('../fonts/Matter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Matter';
  src: url('../fonts/Matter-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Matter';
  src: url('../fonts/Matter-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Matter';
  src: url('../fonts/Matter-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Matter';
  src: url('../fonts/Matter-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Matter';
  src: url('../fonts/Matter-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Matter';
  src: url('../fonts/Matter-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Matter';
  src: url('../fonts/Matter-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'P22mackinac 14';
  src: url('../fonts/P22Mackinac-MediumSC_14.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'P22mackinacpro 11';
  src: url('../fonts/P22MackinacPro-BoldItalic_11.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'P22mackinacpro 16';
  src: url('../fonts/P22MackinacPro-Bold_16.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'P22mackinacpro 17';
  src: url('../fonts/P22MackinacPro-ExBoldItalic_17.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'P22mackinacpro 15';
  src: url('../fonts/P22MackinacPro-BookItalic_15.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'P22mackinacpro 12';
  src: url('../fonts/P22MackinacPro-ExtraBold_12.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'P22mackinacpro book 25';
  src: url('../fonts/P22MackinacPro-Book_25.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'P22mackinac 23';
  src: url('../fonts/P22Mackinac-Bold_23.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'P22mackinac 7';
  src: url('../fonts/P22Mackinac-BoldItalic_7.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'P22mackinacpro 18';
  src: url('../fonts/P22MackinacPro-MedItalic_18.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'P22mackinac 10';
  src: url('../fonts/P22Mackinac-BoldItalicSC_10.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'P22mackinacpro 26';
  src: url('../fonts/P22MackinacPro-Medium_26.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'P22mackinac 19';
  src: url('../fonts/P22Mackinac-BoldSC_19.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'P22mackinac book 13';
  src: url('../fonts/P22Mackinac-Book_13.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'P22mackinac 24';
  src: url('../fonts/P22Mackinac-BookItalicSC_24.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'P22mackinac booksc 8';
  src: url('../fonts/P22Mackinac-BookSC_8.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'P22mackinac 3';
  src: url('../fonts/P22Mackinac-ExBoldSCItalic_3.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'P22mackinac 9';
  src: url('../fonts/P22Mackinac-ExtraBold_9.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'P22mackinac 4';
  src: url('../fonts/P22Mackinac-ExtraBoldItalic_4.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'P22mackinac 22';
  src: url('../fonts/P22Mackinac-MedItalic_22.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'P22mackinac 6';
  src: url('../fonts/P22Mackinac-Medium_6.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'P22mackinac 20';
  src: url('../fonts/P22Mackinac-ExBoldSC_20.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'P22mackinac 5';
  src: url('../fonts/P22Mackinac-BookItalic_5.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'P22mackinac 21';
  src: url('../fonts/P22Mackinac-MediumItalicSC_21.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Chinook freebie';
  src: url('../fonts/Chinook-Freebie.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}