:root {
  --black: #030101;
  --slate-blue: #6545d100;
  --white: white;
}

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  background-color: var(--black);
  color: #fff;
  font-family: Helveticaneue, sans-serif;
  font-size: 1.19403vw;
  line-height: 130%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 500;
  line-height: 130%;
}

.navbar {
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.25em;
  padding-bottom: 3.25em;
}

.container {
  text-align: left;
  width: 90%;
  max-width: 1340px;
  position: relative;
}

.nav-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: right;
  background-image: linear-gradient(137deg, #494848, #353434);
  border-radius: 3.5em;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 1.125em 1.5em;
  display: block;
}

.nav-left {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  justify-content: flex-end;
  align-items: center;
  padding-right: 40px;
  font-family: Fira Sans, sans-serif;
  font-weight: 700;
  display: flex;
  position: relative;
}

.nav-link {
  opacity: 1;
  color: #ffffffe3;
  -webkit-text-stroke-color: #fff;
  mix-blend-mode: normal;
  padding: 0;
  font-size: 18px;
  line-height: 150%;
}

.nav-link:hover {
  opacity: 1;
  text-decoration: underline;
}

.nav-link.w--current {
  color: #fafafa;
  font-size: 18px;
}

.nav-link.w--current:active {
  color: #4e0c0c;
}

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

.nav-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #6d0b0b;
  -webkit-text-stroke-color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 1.6vw;
  display: flex;
  position: relative;
}

.nav-brand {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.nav-logo {
  width: 2em;
}

.logo-text {
  color: #fff;
  text-transform: uppercase;
  font-family: Creatodisplay, sans-serif;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 130%;
}

.btn {
  background-color: var(--slate-blue);
  border-radius: 3em;
  padding: .75em 2em;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.btn.lg-hide {
  display: none;
}

.btn-text {
  z-index: 2;
  color: #fff;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  position: relative;
}

.bg-over-btn {
  z-index: 1;
  background-color: #fff;
  height: 100%;
  position: absolute;
  inset: 100% 0% auto;
}

.hedaer {
  float: none;
  clear: none;
  aspect-ratio: auto;
  object-fit: fill;
  padding-top: 3em;
  padding-bottom: 9.2em;
  display: block;
}

.head-title {
  text-align: left;
  text-transform: uppercase;
  width: auto;
  font-size: 5em;
}

._w-70 {
  width: 70%;
}

.mt-2-5 {
  margin-top: 2.5em;
  font-size: 1.125em;
  line-height: 150%;
}

._w-45 {
  width: 45%;
}

.mt-1-5 {
  margin-top: 1.5em;
}

.bg-hedaer {
  width: 47.938em;
  position: absolute;
  inset: -29% 0% auto auto;
}

.section {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-top: 140px;
  padding-bottom: 5em;
}

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

.grid-x-2 {
  grid-column-gap: 6.25em;
  grid-row-gap: 6.25em;
  grid-template-rows: auto;
  grid-template-columns: 28.438em 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.main-tag {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 150%;
}

.main-title {
  text-transform: uppercase;
  font-size: 3.125em;
  font-weight: 500;
  line-height: 110%;
}

.main-subtitle {
  font-size: 1.75em;
  font-weight: 400;
  line-height: 150%;
}

.tabs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 37.5em;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  height: 40em;
}

.tabs-menu {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.tabs-content {
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.title-abs {
  z-index: 1;
  width: 45%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.tab-link {
  color: #a4a4a4;
  background-color: #0000;
  padding: 0;
  font-size: 2.5em;
  line-height: 110%;
}

.tab-link.w--current {
  color: #030101;
  background-color: #0000;
}

.wrap-tab-content {
  background-color: #eaeaea;
  border-radius: 1em;
  width: 37.5em;
  height: 40em;
  padding: 2em;
}

.mt-4-375 {
  margin-top: 4.375em;
}

.tab-content-img {
  width: 21.625em;
  height: 24.75em;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tab-content-text {
  font-size: 1.25em;
  line-height: 150%;
}

.tab-link-text {
  font-weight: 500;
  line-height: 110%;
}

._w-40 {
  width: 40%;
}

.wrap-service {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-item {
  grid-column-gap: 3.25em;
  grid-row-gap: 3.25em;
  opacity: .5;
  color: #fafafa;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr 37.5em;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.service-item.reverse {
  flex-direction: row-reverse;
}

.service-item.active {
  opacity: 1;
}

.service-image {
  filter: grayscale();
  border-radius: 11em;
  width: 37.5em;
  height: 17.5em;
}

.service-image.active {
  filter: none;
}

.service-title {
  font-size: 2.5em;
  line-height: 110%;
}

.service-subtitle {
  height: auto;
  font-size: 1.5em;
  line-height: 150%;
  overflow: hidden;
}

.mt-3-25 {
  margin-top: 3.25em;
}

.line-service {
  opacity: .3;
  background-color: #fff;
  height: 1px;
}

.wrap-service-subtitle {
  overflow: hidden;
}

.wrap-footer {
  color: var(--black);
  background-color: #fff;
}

.footer {
  border-bottom: 1px solid var(--black);
  color: var(--white);
  text-align: left;
  background-color: #000;
  padding-top: 5em;
  padding-bottom: 5em;
}

.text-center {
  text-align: center;
}

.footer-subtitle {
  font-size: 1.5em;
  line-height: 150%;
}

.mt-2 {
  margin-top: 2em;
}

.wrap-form {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.btn-submit {
  background-color: var(--black);
  border-radius: 48px;
  padding: 16px 32px;
  font-size: 1.125em;
}

.input-form {
  color: var(--black);
  background-color: #eaeaea;
  border: 0 solid #000;
  border-radius: 48px;
  width: 519px;
  height: 59px;
  margin-bottom: 0;
  padding-left: 32px;
  font-size: 1.125em;
  font-weight: 500;
}

.foot-footer {
  justify-content: space-between;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.foot-text {
  font-size: 1.125em;
}

.foot-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.svg {
  display: flex;
}

.foot-right {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  align-items: center;
  display: flex;
}

.menu-open {
  height: 100vh;
  overflow: hidden;
}

.heading {
  text-align: center;
  letter-spacing: .1px;
  text-transform: uppercase;
  width: 90%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Questrial, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 100%;
  display: block;
}

.heading-2 {
  text-align: center;
  text-transform: uppercase;
  font-family: Helveticaneue, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.heading-3 {
  text-align: center;
  font-family: Questrial, sans-serif;
  font-size: 42px;
  font-weight: 300;
}

.heading-4 {
  text-align: center;
  margin-top: 40px;
  font-family: Source Code Pro, sans-serif;
}

.link {
  color: #fff;
  text-align: center;
  font-family: Source Code Pro, sans-serif;
  font-size: 28px;
  font-weight: 300;
}

.body-2 {
  background-image: linear-gradient(#0000005c, #0000005c), url('../images/ruby-transparent.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-y;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.div-block {
  height: 400px;
  font-size: 500px;
}

.heading-5 {
  text-align: center;
}

.heading-6 {
  text-align: center;
  font-family: Creatodisplay, sans-serif;
  font-size: 31px;
  font-weight: 400;
}

.flex-block {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
}

.div-block-2 {
  height: 350px;
}

.text-field {
  text-align: center;
}

.text-field-2 {
  box-sizing: border-box;
  float: none;
  clear: none;
  color: #360c0c;
  text-align: left;
  object-fit: fill;
  object-position: 75% 75%;
  border: 0 solid #000;
  border-radius: 0;
  width: 100%;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.container-2 {
  box-sizing: border-box;
  object-fit: contain;
  max-width: 800px;
}

.form {
  box-sizing: border-box;
  float: right;
  clear: both;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  color: #7a0a0a;
  text-align: center;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 320px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
  position: static;
}

.container-3 {
  text-align: center;
  object-fit: fill;
  width: auto;
  max-width: 320px;
  margin-top: 27px;
}

.submit-button {
  box-sizing: border-box;
  aspect-ratio: auto;
  outline-offset: 10px;
  text-align: center;
  letter-spacing: 1px;
  object-fit: fill;
  background-color: #3898ec00;
  border: 1px solid #000;
  border-radius: 20px;
  outline: 1px solid #fff;
  width: 90%;
  height: 37px;
  margin-top: 15px;
  margin-bottom: 35px;
  font-family: Helveticaneue, sans-serif;
  font-size: 28px;
  font-weight: 700;
  overflow: visible;
}

.form-block {
  float: none;
  text-align: center;
  width: auto;
}

.heading-7 {
  text-align: center;
  font-family: Questrial, sans-serif;
  font-size: 38px;
}

.paragraph {
  clear: none;
  aspect-ratio: auto;
  text-align: center;
  object-fit: fill;
  width: 95%;
  margin: 40px auto 30px;
  font-family: Roboto, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 135%;
  display: block;
  position: static;
}

.heading-8 {
  text-align: center;
  margin-bottom: 27px;
  font-family: Questrial, sans-serif;
}

.div-block-3 {
  height: 100px;
}

.text-span {
  font-family: Source Code Pro, sans-serif;
  font-size: 20px;
}

.cell {
  grid-column-gap: 141px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-2 {
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 200%;
}

.text-span-2 {
  font-family: Helveticaneue, sans-serif;
  font-weight: 400;
}

.cell-2 {
  text-align: left;
  justify-content: center;
  align-items: center;
}

.div-block-4 {
  border: 1px solid #fff;
  border-radius: 10px;
  min-width: 0;
  min-height: 2px;
}

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

.quick-stack {
  margin-bottom: 0;
}

.text-block {
  text-align: center;
  letter-spacing: 1px;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.heading-9 {
  text-align: center;
  margin-bottom: 60px;
  padding-top: 20px;
  font-family: Questrial, sans-serif;
  font-size: 30px;
}

.recaptcha {
  z-index: auto;
  box-sizing: border-box;
  float: none;
  clear: none;
  object-fit: fill;
  object-position: 50% 50%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: auto auto 0%;
  overflow: visible;
}

.div-block-5 {
  min-height: 340px;
}

.container-4 {
  max-width: 830px;
}

.div-block-6 {
  float: none;
  clear: none;
  justify-content: center;
  align-items: flex-end;
  min-height: 120px;
  display: flex;
}

.button {
  float: none;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  outline-offset: 12px;
  text-align: center;
  vertical-align: baseline;
  object-fit: none;
  background-color: #3898ec00;
  border: 1px #fff;
  border-radius: 20px;
  outline: 2px solid #fff;
  justify-content: center;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  font-family: Questrial, sans-serif;
  font-size: 34px;
  font-weight: 300;
  display: inline-block;
  position: static;
}

.section-2 {
  min-height: 550px;
}

.container-5 {
  max-width: 500px;
}

.field-label {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.text-field-3 {
  color: #464242;
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.div-block-7 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: column wrap;
  grid-template-rows: minmax(0, .25fr) 51px;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  place-items: start stretch;
  display: grid;
}

.submit-button-2 {
  outline-offset: 8px;
  text-align: center;
  background-color: #3898ec00;
  border-radius: 20px;
  outline: 1px solid #fff;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  font-family: Questrial, sans-serif;
  font-size: 34px;
  font-weight: 500;
  display: block;
}

.submit-button-2.btn-submit {
  background-color: var(--black);
}

.recaptcha-2 {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.div-block-8 {
  outline-offset: 0px;
  color: #500909;
  border-radius: 20px;
  outline: 2px solid #720e0e;
  font-size: 1px;
}

.recaptcha-3 {
  margin-left: auto;
  margin-right: auto;
}

.nav-link-2 {
  color: #fff;
  text-transform: uppercase;
  word-break: normal;
  overflow-wrap: normal;
  flex: 0 auto;
  width: auto;
  max-width: none;
  font-family: Fira Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.nav-link-2:hover {
  color: #701919;
  flex: 0 auto;
}

.nav-link-2:focus {
  color: #901b1b;
  text-decoration: underline;
}

.nav-link-2.w--current {
  color: #9c1010;
  -webkit-text-stroke-color: #fff;
  vertical-align: baseline;
  font-weight: 500;
  display: inline-block;
}

.nav-link-2.w--current:hover {
  color: #830b0b;
}

.navbar-2 {
  background-color: #ddd0;
  display: block;
}

.nav-menu-2 {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.div-block-9 {
  outline-offset: 0px;
  outline: 2px solid #721818;
  width: 90%;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-10 {
  height: 100px;
}

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

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

.container-6 {
  color: #fff0;
  margin-top: 10px;
}

.navbar-3 {
  color: #f3060600;
  background-color: #ddd0;
  padding-right: 20px;
  font-size: 1.19403px;
}

.nav-menu-3 {
  color: #813333;
}

.nav-link-2-copy {
  color: #fff;
  text-transform: uppercase;
  word-break: normal;
  overflow-wrap: normal;
  flex: 0 auto;
  width: auto;
  max-width: none;
  font-family: Fira Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.nav-link-2-copy:hover {
  color: #701919;
  flex: 0 auto;
}

.nav-link-2-copy:focus {
  color: #901b1b;
  text-decoration: underline;
}

.nav-link-2-copy.w--current {
  color: #811515;
  -webkit-text-stroke-color: #a30c0c;
  vertical-align: baseline;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .icon {
    color: var(--white);
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 2.8169vw;
  }

  .nav-wrap {
    background-image: none;
    padding: 0;
  }

  .nav-link {
    text-align: center;
    padding-top: .5em;
    padding-bottom: .5em;
    font-size: 1.5em;
  }

  .nav-menu {
    background-color: #000000d6;
    width: 100%;
    height: 90vh;
    padding-left: 3%;
    padding-right: 3%;
  }

  .btn.md-hide {
    display: none;
  }

  .btn.lg-hide {
    display: block;
  }

  .hedaer {
    padding-top: 0;
    padding-bottom: 2.5em;
  }

  .head-title {
    font-size: 2.25em;
  }

  ._w-70._w-md-100 {
    width: 100%;
  }

  .head-subtitle {
    font-size: .875em;
  }

  ._w-45._w-md-100 {
    width: 100%;
  }

  .bg-hedaer {
    margin-bottom: 2.5em;
    position: relative;
    top: 0%;
  }

  .section {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  .grid-x-2 {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    grid-template-columns: 1fr;
  }

  .main-tag {
    font-size: 1em;
  }

  .main-title {
    font-size: 2.25em;
  }

  .main-title.fw-md-2 {
    font-size: 2em;
  }

  .main-subtitle {
    font-size: 1.125em;
  }

  .tabs {
    height: auto;
  }

  .tabs-menu {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    margin-top: 2.5em;
  }

  .tabs-content {
    position: relative;
  }

  .title-abs {
    width: 100%;
    margin-bottom: 2.5em;
    position: relative;
  }

  .tab-link {
    font-size: 1.5em;
  }

  .wrap-tab-content {
    width: 100%;
    height: auto;
  }

  .mt-4-375.mt-md-1-5 {
    margin-top: 1.5em;
  }

  .tab-content-img {
    width: 11.875em;
    height: 14.75em;
  }

  .tab-content-text {
    font-size: .75em;
  }

  ._w-40._w-md-100 {
    width: 100%;
  }

  .wrap-service {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .service-item {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    flex-direction: column-reverse;
  }

  .service-item.reverse {
    flex-direction: column-reverse;
  }

  .service-image {
    width: 21.188em;
    height: 9.875em;
    margin-left: auto;
    margin-right: auto;
  }

  .service-title {
    font-size: 1.5em;
  }

  .service-subtitle {
    font-size: 1.125em;
  }

  .footer {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  .footer-subtitle {
    font-size: 1.125em;
  }

  .wrap-form {
    flex-direction: column;
  }

  .input-form {
    width: 100%;
  }

  .foot-footer {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-direction: column;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .hamburger {
    padding: 0;
  }

  .hamburger.w--open {
    background-color: #0000;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 3.28206vw;
  }

  .navbar {
    clear: none;
    object-fit: fill;
    background-color: #fffcfc00;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
    position: static;
  }

  .nav-left {
    clear: none;
    display: flex;
    position: relative;
  }

  .nav-menu {
    color: #fff0;
  }

  .btn {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #fff;
    vertical-align: baseline;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    display: inline-block;
  }

  .service-image {
    object-fit: cover;
    width: 100em;
  }

  .heading {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: scale-down;
    justify-content: center;
    align-items: center;
    font-size: 65px;
    display: flex;
    position: static;
  }

  .heading-3 {
    font-size: 30px;
  }

  .link {
    font-size: 12px;
  }

  .paragraph-2 {
    font-size: 13px;
  }

  .button.tns-button {
    font-size: 24px;
  }

  .nav-link-2 {
    text-align: center;
  }

  .container-6 {
    color: #fff0;
  }

  .navbar-3 {
    color: #fff0;
    background-color: #ddd0;
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-start;
    display: block;
  }

  .icon {
    color: var(--white);
  }

  .nav-menu-3 {
    text-align: center;
    background-color: #000;
  }

  .menu-button {
    float: right;
    text-align: left;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
    position: sticky;
  }

  .nav-link-2-copy {
    text-align: center;
  }
}

#w-node-_4ede7175-19c3-3c3c-1283-a1158c9931e8-fd71d0b6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5bc4fae4-5b6c-e76e-e678-a5bb038db515-fd71d0b6, #w-node-_6b118021-23d6-9997-854e-11a76e0ecaf2-fd71d0b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-ba9a3d4d-2b59-cb18-efd2-f27e678a1a0e-18fef7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Metropolis 2';
  src: url('../fonts/metropolis-2.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeueBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Creatodisplay';
  src: url('../fonts/CreatoDisplay-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-Extended.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}