:root {
  --isabelline: #fbf7f4;
  --almost-black: #010101;
  --raw-umber: #936a54;
  --davey-s-grey: #4a4a4a;
  --transparent: transparent;
  --white: white;
  --drab-brown: #262a10;
  --columbia-blue: #c7e8f3;
  --seal-brown: #532a12;
}

body {
  background-color: var(--isabelline);
  color: var(--almost-black);
  font-family: Nohemi, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

.main-wrapper {
  border-right: 2px solid var(--almost-black);
  border-left: 2px solid var(--almost-black);
  border-top-width: 1px;
  border-top-color: #000;
  margin-left: 20px;
  margin-right: 20px;
}

.ink-logo {
  width: 160px;
  overflow: visible;
}

.link-block {
  color: var(--almost-black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.3em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-block.rb-border {
  cursor: pointer;
  transition: background-color .3s;
  overflow: visible;
}

.link-block.rb-border:hover {
  background-color: var(--almost-black);
  color: var(--isabelline);
}

.link-block.b-border, .link-block.r-border {
  overflow: visible;
}

.hero {
  min-height: 86vh;
  border-bottom: 2px solid var(--almost-black);
  justify-content: center;
  align-items: flex-start;
  padding: 60px 5%;
  display: flex;
  position: relative;
}

.hero-image-wrapper {
  z-index: 5;
  max-width: 600px;
  background-color: var(--raw-umber);
  border-radius: 48px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.hero-title-flex {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.scroll-down-wrapper {
  z-index: 10;
  max-width: 80px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.scroll-flex {
  width: 60px;
  height: 60px;
  border: 1px none var(--isabelline);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.animated-svg {
  width: 26px;
  max-width: none;
}

.heading-main {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.hero-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thunder, sans-serif;
  font-size: 13vw;
  font-weight: 700;
  line-height: 1;
}

.hero-title._2 {
  font-size: 13vw;
  position: relative;
}

.right-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 66px;
  display: block;
}

.right-wrapper {
  width: 420px;
  max-width: 420px;
}

.subheader {
  color: var(--davey-s-grey);
  font-size: 1.5em;
  line-height: 1.3;
}

.btn-wrapper {
  margin-top: 40px;
  position: relative;
}

.circle-btn {
  width: 90px;
  height: 90px;
  background-color: var(--almost-black);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-family: Fontawesome;
  font-size: 24px;
  font-weight: 300;
  transition: all .3s;
  display: flex;
}

.nav-bar {
  z-index: 999;
  border-right: 2px solid var(--almost-black);
  border-left: 2px solid var(--almost-black);
  background-color: var(--isabelline);
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 0;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.container-nav {
  max-width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-top: 2px solid var(--almost-black);
  border-bottom: 2px solid var(--almost-black);
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) repeat(auto-fit, minmax(780px, 1fr));
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  overflow: hidden;
}

.logo-wrapper {
  border-right: 2px none var(--almost-black);
  background-color: var(--transparent);
  border-bottom: 1px #000;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.brand {
  grid-column-gap: 0px;
  grid-row-gap: 3px;
  flex-direction: column;
  display: flex;
}

.brand.w--current {
  display: block;
}

.nav-menu {
  border-left: 2px solid var(--almost-black);
  margin-right: 0;
}

.flex-nav {
  height: 100px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-left-width: 2px;
  border-left-color: var(--almost-black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-left: 20px;
  display: grid;
}

.z-index {
  z-index: 5;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}

.btn-text-wrapper {
  z-index: 5;
  height: 24px;
  position: relative;
  overflow: hidden;
}

.btn-text {
  height: 34px;
}

.btn-text.color {
  color: var(--white);
}

.btm-line-first {
  width: 100%;
  height: 0;
  background-color: var(--almost-black);
  margin-top: 4px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.btn-nav {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.btn-rounded {
  border: 2px solid var(--almost-black);
  background-color: var(--transparent);
  border-radius: 50px;
  padding: 16px 30px;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.btn-rounded:hover {
  background-color: var(--almost-black);
}

.text-wrapper-btn {
  z-index: 5;
  height: 20px;
  color: var(--almost-black);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.inside-btn-text {
  height: 20px;
  font-size: 1.3em;
  text-decoration: none;
}

.inside-btn-text.white {
  color: var(--white);
}

.menu-button {
  background-color: var(--transparent);
  overflow: hidden;
}

.line-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.v-line-1, .v-line-2 {
  width: 40px;
  height: 2px;
  background-color: var(--white);
  position: relative;
}

.rotating-star {
  z-index: -1;
  width: 680px;
  display: block;
  position: absolute;
  top: 14%;
  bottom: auto;
  left: auto;
  right: 17px;
}

.rotating-star._3 {
  z-index: auto;
  width: 17%;
  opacity: .13;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.rotating-star._5 {
  width: 50%;
  top: 1%;
}

.loop-outer {
  width: 100%;
  border-bottom: 2px none var(--almost-black);
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.marquee-text-block {
  color: var(--davey-s-grey);
  text-transform: uppercase;
  font-family: Thunder, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.bullet {
  margin-left: 20px;
  margin-right: 20px;
}

.loop-inner {
  background-color: var(--isabelline);
  flex-wrap: nowrap;
  flex: none;
  align-items: center;
  padding: 30px 0 26px;
  display: flex;
}

.title-wrapper {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.intro-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 1.7%;
  margin-right: 1.7%;
  display: block;
}

.intro-wrapper.faq {
  margin-left: 0%;
  margin-right: 0%;
}

.intro-wrapper.apostille {
  margin-bottom: 10px;
  margin-left: 0%;
  margin-right: 0%;
}

.intro-title {
  letter-spacing: .2px;
  text-transform: uppercase;
  font-family: Thunder, sans-serif;
  font-size: 32px;
  font-weight: 300;
  overflow: visible;
}

.intro-title.light {
  color: var(--white);
}

.intro-title.intro {
  font-size: 32px;
}

.title-block {
  padding-bottom: 0;
  overflow: hidden;
}

.title-block.intro {
  padding-left: 2%;
  padding-right: 2%;
}

.h1 {
  text-align: center;
  text-indent: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: -3%;
  font-family: Thunder, sans-serif;
  font-size: 17vw;
  line-height: 1;
}

.section {
  border-top: 2px solid var(--almost-black);
  justify-content: center;
  align-items: center;
}

.section.footer {
  border-top-color: var(--isabelline);
  background-color: var(--almost-black);
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.no-border {
  border-top-style: none;
}

._2-column-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.h2 {
  z-index: 2;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 10px;
  font-family: Thunder, sans-serif;
  font-size: 4.8vw;
  line-height: .95;
  position: relative;
}

.h2.pricing {
  margin-top: 10px;
  padding-top: 10px;
  font-size: 11vw;
}

.h2.xxlarge {
  color: var(--isabelline);
  letter-spacing: 4px;
  text-shadow: 4px 4px 0 var(--raw-umber), 8px 8px 0 var(--davey-s-grey);
  font-size: 11vw;
  font-weight: 700;
}

.h2.ghost-shadow {
  z-index: 1;
  color: var(--almost-black);
  text-align: center;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--isabelline);
  text-shadow: 4px 4px 0 var(--almost-black), 6px 6px 0 var(--raw-umber);
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 11vw;
  line-height: 1;
  position: relative;
}

.h2.light-shadow {
  color: var(--almost-black);
  text-align: center;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--isabelline);
  text-shadow: 4px 4px 0 var(--raw-umber), 6px 6px 0 var(--drab-brown);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 11vw;
  line-height: 1;
  transition: text-shadow .2s;
  overflow: visible;
}

.h2.terms-service {
  text-align: center;
  font-size: 6vw;
}

.paragraph {
  z-index: 2;
  width: 100%;
  margin-bottom: 0;
  font-size: 1.5em;
  line-height: 1.5em;
}

.paragraph.terms-subtitle {
  text-align: center;
}

.paragraph.terms {
  margin-bottom: 10px;
}

.paragraph.space {
  margin-bottom: 40px;
}

.column-wrapper {
  border-left: 2px none var(--almost-black);
  background-color: var(--isabelline);
  padding: 40px;
}

.column-wrapper.divider {
  border-right: 2px solid var(--almost-black);
  flex-direction: column;
  justify-content: space-around;
  display: flex;
  overflow: visible;
}

._1x1-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1.7fr;
  grid-auto-columns: 1fr;
  display: flex;
}

._1x1-grid.reverse {
  grid-template-columns: 1.7fr 1.3fr;
  margin-top: 40px;
}

.image-wrapper.bottom {
  justify-content: center;
  align-items: center;
  display: block;
}

.pricing-wrapper {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: stretch;
  display: grid;
}

.white {
  color: #fff;
}

.pricing-tabs {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 3fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tabs-menu {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.tab-link {
  background-color: var(--white);
  padding: 40px;
}

.tab-link.w--current {
  background-color: var(--raw-umber);
  color: var(--isabelline);
  padding: 40px;
}

.tabs-content {
  border-left: 2px solid var(--almost-black);
  padding: 40px;
  overflow: visible;
}

.tab-pane-tab-2 {
  height: 100%;
}

.tab-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.tab-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Thunder, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.starting-at {
  text-transform: uppercase;
  font-family: Thunder, sans-serif;
  font-size: 1.5vw;
  font-weight: 300;
  overflow: hidden;
}

.pricing-header {
  border-bottom: 2px solid var(--almost-black);
  background-color: var(--almost-black);
  padding-top: 4px;
  padding-bottom: 4px;
  position: relative;
}

.page-wrapper {
  overflow: hidden;
}

.fixed-footer {
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-color: var(--almost-black);
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tab-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.faq-container {
  border-bottom: 2px solid var(--almost-black);
  border-left: 2px none var(--almost-black);
  cursor: pointer;
  justify-content: space-between;
  padding: 40px 40px 30px;
  display: flex;
}

.faq-container.no-border {
  border-bottom-style: solid;
}

.faq-content {
  margin-right: 1.7%;
}

.h3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Thunder, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1em;
}

.faq-cta-container {
  justify-content: center;
  align-items: center;
  display: block;
}

.arrow-icon {
  width: 32px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-wrapper {
  width: 60%;
}

.need-a-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 2px none var(--almost-black);
  border-left: 2px none var(--almost-black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-title-block {
  width: 40%;
  border-right: 2px solid var(--isabelline);
  background-color: var(--almost-black);
  padding: 80px 40px 0;
  position: relative;
}

.faq-paragraph {
  max-width: 98%;
  margin-bottom: 0;
  font-size: 1.5em;
  line-height: 1.5em;
  overflow: hidden;
}

.schedule-block {
  border-right: 2px solid var(--almost-black);
  border-bottom: 2px none var(--almost-black);
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.schedule-block.no-border {
  border-right-style: none;
  position: relative;
}

.btn-primary {
  border: 2px solid var(--almost-black);
  background-color: var(--almost-black);
  color: var(--isabelline);
  cursor: pointer;
  border-radius: 1px;
  margin-top: auto;
  padding: 1.5em 2.25em;
  text-decoration: none;
  transition: background-color .2s;
}

.btn-primary:hover {
  background-color: var(--isabelline);
  color: var(--almost-black);
}

.pill-btn-text {
  text-align: center;
  font-size: 1.3em;
}

.btn-secondary {
  border: 2px solid var(--almost-black);
  background-color: var(--isabelline);
  color: var(--almost-black);
  cursor: pointer;
  border-radius: 1px;
  margin-top: 24px;
  padding: 1.5em 2.25em;
  text-decoration: none;
  transition: background-color .2s;
}

.btn-secondary:hover {
  background-color: var(--almost-black);
  color: var(--isabelline);
}

.btn-secondary.fixed-margine {
  margin-top: auto;
}

.link {
  color: var(--isabelline);
}

.schedule-now-btn {
  background-color: var(--almost-black);
  color: var(--almost-black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.3em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.z-index-sch {
  z-index: 5;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  overflow: hidden;
}

.btm-line-first-sch {
  width: 100%;
  height: 0;
  background-color: var(--isabelline);
  margin-top: 0;
  margin-bottom: 4px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.btn-text-wrapper-sch {
  z-index: 5;
  height: 24px;
  position: relative;
  overflow: hidden;
}

.rotating-stamp {
  width: 140px;
  height: 140px;
  border: 2px none var(--almost-black);
  background-color: var(--almost-black);
  border-radius: 50%;
  position: relative;
}

.inner-circle {
  border: 2px solid var(--isabelline);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin: 16%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.inner-circle.animation {
  border-style: none;
  margin: 0%;
}

.rotating-text {
  width: 90%;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tab-pane-tab-3 {
  height: 100%;
}

.list-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.addl-services-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 2px none var(--almost-black);
  border-left: 2px none var(--almost-black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.addl-services-wrapper.top-border {
  border-top: 2px solid var(--almost-black);
}

.services-block {
  border-right: 2px solid var(--almost-black);
  border-bottom: 2px none var(--almost-black);
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.services-block.no-border {
  border-right-style: none;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.addl-services-header {
  border-bottom: 2px solid var(--almost-black);
  background-color: var(--raw-umber);
  padding-top: 30px;
  padding-bottom: 10px;
}

.badges-of-honor {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: nowrap;
  justify-content: space-between;
  display: flex;
}

.image {
  width: 30%;
}

.flourish-wrapper {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.divider-flourish {
  width: 100%;
  height: 2px;
  background-color: var(--almost-black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.flourish {
  background-color: var(--isabelline);
  justify-content: space-between;
  padding: 2px 8px;
  display: flex;
}

.image-2, .image-3 {
  width: 30%;
}

.footer-navigation {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-text-block {
  color: var(--isabelline);
  font-size: 1rem;
  font-weight: 300;
}

.footer-text-block:hover {
  color: var(--columbia-blue);
}

.footer-link-block {
  cursor: pointer;
  margin-left: 40px;
  text-decoration: none;
}

.footer-link-block:hover {
  color: var(--columbia-blue);
}

.dc-logo {
  max-width: 140px;
}

.copyright {
  color: rgba(251, 247, 244, .5);
  font-size: .9rem;
}

.logo-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  margin-left: 40px;
  display: flex;
}

.footer-navi-block {
  margin-right: 40px;
}

.terms-section {
  padding: 140px 40px 60px;
}

.terms-content {
  max-width: 868px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.span {
  text-transform: uppercase;
  font-family: Thunder, sans-serif;
  font-size: 1.7em;
  font-weight: 600;
  line-height: 1em;
}

.white-circle {
  border: 2px none var(--isabelline);
  background-color: var(--isabelline);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin: 16%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.full-moon {
  z-index: 2;
  width: 6.7vw;
  height: 6.7vw;
  background-color: var(--davey-s-grey);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.full-moon.black {
  background-color: var(--seal-brown);
}

.full-moon.umber {
  background-color: var(--raw-umber);
}

.pictogram-wrapper {
  width: 20vw;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.half-moon {
  z-index: 1;
  width: 6.7vw;
  height: 6.7vw;
  background-color: var(--raw-umber);
  border-radius: 50%;
  align-items: center;
  position: relative;
  left: -15.5%;
  overflow: visible;
}

.half-moon.flipped {
  left: 1%;
}

.pseudo-block {
  width: 50%;
  height: 100%;
  background-color: var(--isabelline);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.pseudo-block.flipped {
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.half-moon-2 {
  z-index: 0;
  width: 6.7vw;
  height: 6.7vw;
  background-color: var(--raw-umber);
  border-radius: 50%;
  align-items: center;
  position: relative;
  left: -31%;
  overflow: visible;
}

.half-moon-2.flipped {
  z-index: 1;
  left: -14.5%;
}

.image-4 {
  width: 70%;
}

.image-5 {
  width: 13vw;
  overflow: visible;
}

.image-6 {
  width: 10vw;
  overflow: visible;
}

.stamp-illustration {
  width: 80%;
  border: 1px #000;
  transform: rotate(0);
}

.link-2, .link-3 {
  color: var(--almost-black);
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.max-lettering {
  color: var(--isabelline);
  justify-content: center;
  font-family: Thunder, sans-serif;
  font-size: 30vw;
  display: flex;
}

._404-heading {
  color: var(--isabelline);
  margin-top: 128px;
}

._404-copy {
  color: var(--isabelline);
  font-size: 1.5em;
  line-height: 1.5em;
}

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

.link-block-2 {
  color: var(--columbia-blue);
}

.notary-logo {
  margin-bottom: 10px;
}

.nna-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0%;
  margin-right: 0%;
  display: block;
  overflow: hidden;
}

.nna-subtitle {
  letter-spacing: .2px;
  text-transform: uppercase;
  font-family: Thunder, sans-serif;
  font-size: 32px;
  font-weight: 300;
  overflow: hidden;
}

.black-stamp {
  width: 180px;
  position: relative;
}

.stamp-image {
  transform: rotate(-18deg);
}

.blue-stamp {
  width: 160px;
  position: relative;
}

.nav-btn {
  border-right: 2px solid var(--transparent);
  background-color: var(--transparent);
  color: var(--almost-black);
  text-align: center;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.3em;
  transition: background-color .3s;
  display: flex;
}

.nav-btn:hover {
  border-right: 2px solid var(--isabelline);
  border-left-color: var(--almost-black);
  background-color: var(--almost-black);
  color: var(--isabelline);
}

.nav-btn.schedule-now {
  border-left: 2px solid var(--transparent);
  background-color: var(--almost-black);
  color: var(--isabelline);
  padding-left: 4%;
  padding-right: 4%;
}

.nav-btn.schedule-now:hover {
  border-left-color: var(--almost-black);
  background-color: var(--isabelline);
  color: var(--almost-black);
}

.nav-btn.schedule-a-call {
  border-left: 2px solid var(--transparent);
  background-color: var(--almost-black);
  color: var(--isabelline);
  padding-left: 4%;
  padding-right: 4%;
}

.nav-btn.schedule-a-call:hover {
  border-left-color: var(--almost-black);
  background-color: var(--isabelline);
  color: var(--almost-black);
}

.tc-nav-bar {
  z-index: 999;
  border-right: 2px solid var(--almost-black);
  border-left: 2px solid var(--almost-black);
  background-color: var(--isabelline);
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 0;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.tc-container-nav {
  max-width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-top: 2px solid var(--almost-black);
  border-bottom: 2px solid var(--almost-black);
  grid-template-rows: auto;
  grid-template-columns: minmax(240px, 1fr) repeat(auto-fit, minmax(0, 1fr));
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  overflow: hidden;
}

.tc-logo-wrapper {
  border-right: 2px none var(--almost-black);
  background-color: var(--transparent);
  border-bottom: 1px #000;
  justify-content: flex-start;
  align-items: center;
  padding-left: 30px;
  display: flex;
}

.tc-nav-menu {
  border-left: 2px solid var(--almost-black);
  margin-right: 0;
}

.tc-flex-nav {
  height: 100px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-left-width: 2px;
  border-left-color: var(--almost-black);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  justify-items: end;
  padding-left: 20px;
  display: grid;
}

.image-7, .image-8 {
  width: 13vw;
  overflow: visible;
}

.image-9 {
  width: 10vw;
  overflow: visible;
}

@media screen and (min-width: 1440px) {
  .hero {
    min-height: 91vh;
  }

  .rotating-star._3 {
    z-index: 0;
  }

  .rotating-star._5 {
    width: 40%;
  }

  .intro-wrapper {
    margin-left: 2.3%;
    margin-right: 2.3%;
  }

  .title-block.intro {
    padding-left: 1.2%;
    padding-right: 1.2%;
  }

  .h1 {
    font-size: 17.3vw;
  }

  ._2-column-grid {
    grid-template-columns: 1fr .85fr;
  }

  .column-wrapper, .column-wrapper.divider {
    padding-left: 80px;
    padding-right: 80px;
  }

  ._1x1-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  ._1x1-grid.reverse {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    margin-top: 60px;
  }

  .faq-content {
    max-width: 900px;
  }

  .faq-title-block {
    padding-right: 80px;
  }

  .rotating-stamp {
    width: 160px;
    height: 160px;
  }

  .image-5 {
    width: 11vw;
  }

  .image-6 {
    width: 8.5vw;
  }

  .stamp-illustration {
    transform: none;
  }

  .black-stamp {
    width: 220px;
  }

  .blue-stamp {
    width: 200px;
  }

  .image-7, .image-8 {
    width: 11vw;
  }

  .image-9 {
    width: 8.5vw;
  }
}

@media screen and (max-width: 991px) {
  .main-wrapper {
    padding-top: 100px;
  }

  .link-block {
    width: 100%;
    height: 100%;
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .link-block.rb-border {
    border-right: 2px solid var(--almost-black);
    border-bottom: 2px solid var(--almost-black);
  }

  .link-block.b-border {
    border-bottom: 2px solid var(--almost-black);
  }

  .link-block.r-border {
    border-right: 2px solid var(--almost-black);
  }

  .nav-bar {
    background-color: var(--isabelline);
    border-left-style: solid;
    border-right-style: solid;
    margin-left: 20px;
    margin-right: 20px;
    position: fixed;
    overflow: visible;
  }

  .container-nav {
    grid-template-columns: 1fr .3fr;
    overflow: visible;
  }

  .logo-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brand {
    height: auto;
  }

  .nav-menu {
    width: 100%;
    border-bottom: 2px none var(--almost-black);
    background-color: var(--isabelline);
    border-left-style: none;
    margin-right: 0;
    padding: 0;
    overflow: visible;
  }

  .flex-nav {
    height: 75vh;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-width: 2px;
    border-color: var(--almost-black);
    background-color: var(--isabelline);
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: grid;
  }

  .z-index {
    padding-left: 0;
    padding-right: 0;
  }

  .btn-text-wrapper {
    height: 80px;
    padding-top: 14px;
  }

  .btn-text {
    height: 80px;
    font-size: 1.7em;
    line-height: 1.7;
  }

  .btn-nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-rounded {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button {
    width: 100%;
    height: 100%;
    border-left: 2px solid var(--almost-black);
    background-color: var(--transparent);
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 52px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--transparent);
    overflow: hidden;
  }

  .line-wrapper {
    align-items: center;
  }

  .v-line-1, .v-line-2 {
    background-color: var(--almost-black);
  }

  .rotating-star {
    width: 550px;
    top: 6%;
  }

  .rotating-star._3, .rotating-star._5 {
    width: 40%;
  }

  .title-wrapper {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .intro-wrapper {
    margin-bottom: 8px;
    margin-left: 1%;
  }

  .intro-wrapper.faq {
    margin-bottom: 0;
  }

  .intro-title {
    padding-left: 2px;
  }

  .title-block {
    margin-left: 4%;
    margin-right: 4%;
    overflow: hidden;
  }

  .title-block.intro {
    margin-bottom: 5px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .h1 {
    text-align: left;
    font-size: 31.7vw;
    line-height: .9;
  }

  ._2-column-grid {
    flex-direction: column;
    display: flex;
  }

  .h2 {
    font-size: 6vw;
  }

  .h2.xxlarge {
    margin-top: 10px;
  }

  .h2.ghost-shadow, .h2.light-shadow {
    margin-bottom: 10px;
  }

  .h2.terms-service {
    font-size: 10vw;
  }

  .paragraph {
    width: 100%;
  }

  .paragraph.space {
    margin-bottom: 0;
  }

  .column-wrapper {
    border-top: 2px solid var(--almost-black);
  }

  .column-wrapper.divider {
    border-top-style: none;
    border-right-style: none;
  }

  ._1x1-grid.reverse {
    grid-template-columns: 1.5fr 1.1fr;
  }

  .pricing-tabs {
    grid-template-columns: 1.8fr 3fr;
  }

  .tab-link.w--current {
    height: auto;
  }

  .starting-at {
    font-size: 3.3vw;
    overflow: hidden;
  }

  .pricing-header {
    overflow: hidden;
  }

  .tab-wrapper, .faq-grid {
    display: flex;
  }

  .faq-container {
    border-top: 2px none var(--almost-black);
  }

  .need-a-wrapper {
    border-left-style: none;
    flex-direction: column;
    display: flex;
  }

  .faq-title-block {
    border-bottom: 2px solid var(--isabelline);
    padding: 20px 40px 4px;
  }

  .faq-paragraph {
    width: 100%;
  }

  .schedule-block {
    border-bottom-style: solid;
    border-right-style: none;
  }

  .schedule-block.no-border {
    border-bottom-style: none;
  }

  .btn-primary, .btn-secondary, .btn-secondary.fixed-margine {
    margin-top: 40px;
  }

  .schedule-now-btn {
    width: 100%;
    height: 100%;
    border-top: 2px solid #000;
    align-items: stretch;
    margin-top: 2px;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .z-index-sch {
    padding-left: 0;
    padding-right: 0;
  }

  .btn-text-wrapper-sch {
    height: 80px;
    padding-top: 14px;
  }

  .addl-services-wrapper {
    border-left-style: none;
    flex-direction: column;
    display: flex;
  }

  .services-block {
    border-bottom-style: solid;
    border-right-style: none;
  }

  .services-block.no-border {
    border-bottom-style: none;
  }

  .addl-services-header {
    overflow: hidden;
  }

  .flourish {
    width: auto;
    max-width: none;
  }

  .footer-navigation {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
  }

  .footer-link-block {
    margin-left: 0;
  }

  .dc-logo {
    max-width: 240px;
  }

  .logo-block {
    flex-direction: column;
    margin-left: 0;
  }

  .footer-navi-block {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: center;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .terms-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pictogram-wrapper {
    width: 40vw;
  }

  .image-5, .image-6 {
    width: 23vw;
  }

  .notary-logo {
    margin-bottom: 0;
  }

  .nna-subtitle {
    font-size: 3vw;
  }

  .black-stamp {
    width: 200px;
  }

  .blue-stamp {
    width: 170px;
  }

  .nav-btn {
    height: 100%;
    border-bottom: 2px solid var(--almost-black);
    border-right-color: var(--almost-black);
    font-size: 2em;
  }

  .nav-btn:hover {
    border-bottom-style: none;
    border-right-style: none;
  }

  .nav-btn.schedule-now {
    font-size: 2em;
  }

  .nav-btn.right-side {
    border-right-style: none;
  }

  .nav-btn.schedule-a-call {
    font-size: 2em;
  }

  .tc-nav-bar {
    background-color: var(--isabelline);
    border-left-style: solid;
    border-right-style: solid;
    margin-left: 20px;
    margin-right: 20px;
    position: fixed;
    overflow: visible;
  }

  .tc-container-nav {
    border-top-style: none;
    grid-template-columns: 1fr .3fr;
    overflow: visible;
  }

  .tc-logo-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .tc-nav-menu {
    width: 100%;
    border-bottom: 2px none var(--almost-black);
    background-color: var(--isabelline);
    border-left-style: none;
    margin-right: 0;
    padding: 0;
    overflow: visible;
  }

  .tc-flex-nav {
    height: 75vh;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-width: 2px;
    border-color: var(--almost-black);
    background-color: var(--isabelline);
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: grid;
  }

  .tc-flex-nav.tc-menu {
    height: 50vh;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: block;
  }

  .image-7, .image-8, .image-9 {
    width: 23vw;
  }
}

@media screen and (max-width: 767px) {
  .main-wrapper {
    padding-top: 0;
  }

  .link-block {
    overflow: hidden;
  }

  .hero {
    min-height: 75vh;
  }

  .container-nav {
    margin-left: auto;
    overflow: hidden;
  }

  .flex-nav {
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  .rotating-star {
    width: 413px;
    top: 19%;
  }

  .rotating-star._3 {
    width: 60%;
    left: -7%;
  }

  .intro-wrapper {
    margin-left: 4%;
    margin-right: 4%;
  }

  .intro-title {
    overflow: hidden;
  }

  .intro-title.light {
    text-align: center;
  }

  .title-block {
    margin-left: 4%;
    margin-right: 4%;
    overflow: hidden;
  }

  .title-block.intro {
    padding-left: 4%;
    padding-right: 4%;
  }

  .h1 {
    text-align: left;
    margin-left: 0%;
    margin-right: 0%;
  }

  .h2 {
    font-size: 9vw;
  }

  .h2.pricing {
    font-size: 17vw;
  }

  .h2.xxlarge {
    text-align: center;
    font-size: 15.5vw;
  }

  .h2.ghost-shadow, .h2.light-shadow {
    -webkit-text-stroke-width: 1.5px;
    font-size: 13vw;
  }

  .h2.terms-service {
    font-size: 11vw;
  }

  .paragraph {
    width: 100%;
  }

  .column-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .column-wrapper.divider {
    border-top-style: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  ._1x1-grid {
    grid-column-gap: 20px;
    flex-direction: row;
    align-items: flex-start;
    display: block;
  }

  ._1x1-grid.reverse {
    margin-top: 40px;
  }

  .image-wrapper {
    margin-bottom: 20px;
  }

  .image-wrapper.bottom {
    margin-top: 20px;
    margin-bottom: 0;
    display: block;
  }

  .pricing-wrapper {
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 1fr;
    display: block;
  }

  .pricing-tabs {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .tabs-menu {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .tab-link {
    width: 100%;
    height: 100%;
    text-align: center;
  }

  .tab-link.w--current {
    height: 100%;
  }

  .tabs-content {
    border-left-style: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .tab-text {
    font-size: 32px;
  }

  .starting-at {
    font-size: 4.3vw;
    overflow: hidden;
  }

  .pricing-header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-grid {
    flex-direction: column;
    grid-template-columns: 1.5fr;
  }

  .faq-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .faq-content {
    max-width: 85%;
  }

  .h3 {
    font-size: 32px;
  }

  .faq-wrapper {
    width: auto;
  }

  .faq-title-block {
    width: auto;
    border-right-style: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-paragraph {
    width: 100%;
    max-width: none;
  }

  .schedule-block {
    padding-left: 30px;
    padding-right: 30px;
  }

  .schedule-now-btn {
    overflow: hidden;
  }

  .services-block {
    padding-left: 30px;
    padding-right: 30px;
  }

  .addl-services-header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .flourish {
    max-width: none;
  }

  .footer-navi-block {
    flex-direction: column;
    align-items: center;
  }

  .terms-section {
    padding-top: 140px;
  }

  .pictogram-wrapper {
    margin-bottom: 10px;
  }

  .nna-subtitle {
    font-size: 4.3vw;
    overflow: hidden;
  }

  .tc-container-nav {
    margin-left: auto;
    overflow: hidden;
  }

  .tc-flex-nav {
    grid-template-columns: 1fr;
    overflow: hidden;
  }
}

@media screen and (max-width: 479px) {
  .link-block {
    width: 100%;
  }

  .link-block.rb-border {
    border-right-style: none;
  }

  .link-block.rb-border.w--current {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    border-right-style: none;
  }

  .link-block.r-border {
    border-bottom: 2px solid var(--almost-black);
    border-right-style: none;
  }

  .container-nav {
    grid-template-columns: minmax(200px, .3fr) 1.5fr;
  }

  .nav-menu {
    width: 100%;
  }

  .flex-nav {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .btn-text-wrapper {
    padding-top: 24px;
  }

  .btn-text {
    font-size: 1em;
  }

  .btn-nav {
    display: none;
  }

  .rotating-star {
    width: 230px;
    top: 21%;
  }

  .rotating-star._3, .rotating-star._5 {
    width: 70%;
  }

  .loop-inner {
    padding-top: 20px;
    padding-bottom: 16px;
  }

  .intro-wrapper {
    margin-bottom: 4px;
  }

  .intro-title {
    font-size: 24px;
    overflow: hidden;
  }

  .intro-title.intro {
    padding-left: 11.5px;
  }

  .title-block {
    margin-left: 0%;
    margin-right: 0%;
  }

  .title-block.intro {
    padding-left: 0%;
    padding-right: 0%;
  }

  .h1 {
    margin-bottom: 0%;
    margin-left: 4%;
    margin-right: 4%;
    font-size: 29.5vw;
  }

  .h2 {
    font-size: 13vw;
  }

  .h2.pricing {
    font-size: 27vw;
  }

  .h2.xxlarge, .h2.ghost-shadow, .h2.light-shadow {
    font-size: 14.3vw;
  }

  .h2.terms-service {
    font-size: 19vw;
  }

  .column-wrapper, .column-wrapper.divider {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._1x1-grid {
    grid-row-gap: 16px;
    flex-direction: column;
    display: block;
  }

  ._1x1-grid.reverse {
    display: block;
  }

  .image-wrapper {
    flex-direction: column;
    display: flex;
  }

  .pricing-tabs {
    flex-direction: column;
    grid-template-rows: auto;
    align-items: stretch;
    display: flex;
  }

  .tabs-menu {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .tab-link {
    height: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tab-link.w--current {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tabs-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .starting-at {
    font-size: 7.3vw;
    overflow: hidden;
  }

  .pricing-header {
    padding-top: 4px;
  }

  .tab-wrapper {
    display: flex;
  }

  .faq-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    display: block;
  }

  .faq-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-content {
    max-width: 80%;
  }

  .faq-paragraph {
    max-width: 93%;
  }

  .schedule-now-btn {
    width: 100%;
  }

  .btn-text-wrapper-sch {
    padding-top: 24px;
  }

  .rotating-stamp {
    width: 150px;
    height: 150px;
  }

  .addl-services-header {
    padding-top: 20px;
  }

  .badges-of-honor {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    justify-items: stretch;
    display: grid;
  }

  .image, .image-2 {
    width: 100%;
  }

  .image-3 {
    width: 50%;
  }

  .dc-logo {
    max-width: 200px;
  }

  .terms-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pictogram-wrapper {
    margin-bottom: 0;
  }

  .image-5, .image-6 {
    width: 30vw;
  }

  .nna-wrapper {
    margin-bottom: 0;
  }

  .nna-subtitle {
    font-size: 7.3vw;
    overflow: hidden;
  }

  .black-stamp {
    width: 160px;
  }

  .blue-stamp {
    width: 150px;
  }

  .nav-btn {
    border-right-style: none;
  }

  .tc-container-nav {
    grid-template-columns: minmax(200px, .3fr) 1.5fr;
  }

  .tc-logo-wrapper {
    padding-left: 5px;
  }

  .tc-nav-menu {
    width: 100%;
  }

  .tc-flex-nav {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-7, .image-8, .image-9 {
    width: 30vw;
  }
}

#w-node-_2634ee9a-73fa-c89d-4c7a-1b9b06cd655a-0d8f968b {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_0dfef4fd-4053-c6f2-33ad-15915161c21b-0d8f968b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f215e9c-4493-4719-5c86-48d9c834a7da-0d8f968b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-aabead3f-f679-cce2-dec2-5386a173b66a-0d8f968b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_14a94c4f-73a9-ea6c-c930-d09ddc9ad880-0d8f968b, #w-node-_4d125e43-9d6e-82a1-7204-0ca0176c755c-0d8f968b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d125e43-9d6e-82a1-7204-0ca0176c7561-0d8f968b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_388898ed-1397-2ba3-be81-610281f15fa0-0d8f968b, #w-node-_5dc40d50-6748-0214-19a9-d8f46e779925-0d8f968b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74578bb8-c1df-4467-c65a-d0ef895c180e-0d8f968b {
  grid-area: 1 / 1 / 3 / 3;
  align-self: stretch;
}

#w-node-_74578bb8-c1df-4467-c65a-d0ef895c180f-0d8f968b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_74578bb8-c1df-4467-c65a-d0ef895c1819-0d8f968b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3641d9a0-0ca0-d26a-185c-009efac31307-0d8f968b, #w-node-b9a6a2aa-bf60-31c9-0642-2fac34c3b647-0d8f968b, #w-node-f0aae713-e34b-bc42-1c74-e1395867368c-0d8f968b, #w-node-beac8ac9-e5aa-e3b1-148e-0bce55e9d21f-0d8f968b, #w-node-_1808970c-87d4-8815-243d-836eecfe2bca-0d8f968b, #w-node-f6050ca0-a2f2-dcd1-231f-46ccef664417-0d8f968b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ae47340-ec0d-27a7-bbb2-7a774454448f-0d8f968e {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

@media screen and (min-width: 1440px) {
  #w-node-aabead3f-f679-cce2-dec2-5386a173b66a-0d8f968b, #w-node-_4d125e43-9d6e-82a1-7204-0ca0176c7561-0d8f968b {
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_326a3f75-3058-0c23-e44c-4b527f8bc79c-0d8f968b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2634ee9a-73fa-c89d-4c7a-1b9b06cd6587-0d8f968b {
    align-self: center;
    justify-self: center;
  }

  #w-node-aabead3f-f679-cce2-dec2-5386a173b66a-0d8f968b {
    justify-self: center;
  }

  #w-node-_4e88ab6f-75bf-d9d1-e272-d530b8caad3c-0d8f968e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3ae47340-ec0d-27a7-bbb2-7a77445444bc-0d8f968e {
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2634ee9a-73fa-c89d-4c7a-1b9b06cd655a-0d8f968b {
    justify-self: start;
  }

  #w-node-_74578bb8-c1df-4467-c65a-d0ef895c180e-0d8f968b {
    grid-column-end: 2;
  }

  #w-node-_74578bb8-c1df-4467-c65a-d0ef895c1819-0d8f968b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3ae47340-ec0d-27a7-bbb2-7a774454448f-0d8f968e {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2634ee9a-73fa-c89d-4c7a-1b9b06cd655a-0d8f968b {
    justify-self: start;
  }

  #w-node-b2d8f8e9-350e-1abe-dcb7-3b1fb14bf0ad-0d8f968b, #w-node-_67a2fa5a-f817-692d-57d8-f61688fc193e-0d8f968b, #w-node-ae9ebef0-2d2f-b58c-ff64-95a09d37fdc3-0d8f968b, #w-node-_1c1fb6ce-4328-be30-4447-9f324fb0e532-0d8f968b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_83669b1b-054f-d1e0-a2b0-382b8b80da2b-0d8f968b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_3ae47340-ec0d-27a7-bbb2-7a774454448f-0d8f968e {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Thunder';
  src: url('../fonts/Thunder-BoldLC.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thunder';
  src: url('../fonts/Thunder-MediumLC.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thunder';
  src: url('../fonts/Thunder-SemiBoldLC.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thunder';
  src: url('../fonts/Thunder-LC.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/Nohemi-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/Nohemi-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/Nohemi-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thunder';
  src: url('../fonts/Thunder-LightLC.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}