:root {
  --ink: #0e0e0e;
  --line: #e4e4e4;
  --grey: #6b6b6b;
  --red: #e0473a;
  --paper: #fff;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.probe-x {
  color: #e0473a;
  padding: 4px;
}

.page {
  aspect-ratio: auto;
  color: #0e0e0e;
  background-color: #fff;
  font-family: Archivo, Helvetica Neue, Arial, sans-serif;
  line-height: 1.5;
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}

.wrap.nav {
  justify-content: space-between;
  align-items: center;
  height: 64px;
  display: flex;
}

.wrap.intro-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr;
}

.wrap.ctaband-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr auto;
  align-items: center;
  display: grid;
}

.site-header {
  z-index: 50;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #ffffffeb;
  border-bottom: 1px solid #e4e4e4;
  position: sticky;
  top: 0;
}

.nav {
  justify-content: space-between;
  align-items: center;
  height: 64px;
  display: flex;
}

.brand {
  color: var(--ink);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
}

.menu {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  list-style: none;
  display: flex;
}

.menu-link {
  opacity: .7;
  color: #0e0e0e;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .2s;
}

.cta-top {
  color: #e0473a;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  border: 1px solid #e0473a;
  padding: 9px 18px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.burger {
  color: #0e0e0e;
  cursor: pointer;
  background-color: #0000;
  border-style: none;
  padding: 4px;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
  display: none;
}

.accent {
  color: #e0473a;
  font-style: normal;
}

.hero {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 32px 110px;
}

.eyebrow {
  color: #6b6b6b;
  letter-spacing: .28em;
  text-transform: uppercase;
  margin-bottom: 26px;
  font-size: 12px;
  font-weight: 700;
}

.hero-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1.15fr .85fr;
  align-items: start;
  display: grid;
}

.hero-claim {
  letter-spacing: -.025em;
  max-width: 15ch;
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 800;
  line-height: 1.02;
}

.hero-right {
  color: #6b6b6b;
  text-align: justify;
  max-width: 40ch;
  font-size: 15px;
}

.hero-p2 {
  margin-top: 14px;
}

.hero-actions {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  margin-top: 26px;
  display: flex;
}

.btn {
  color: #0e0e0e;
  letter-spacing: .12em;
  text-transform: uppercase;
  border: 1px solid #0e0e0e;
  padding: 14px 26px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.btn.btn-solid {
  color: #fff;
  background-color: #0e0e0e;
}

.btn.btn-light {
  color: #fff;
  border-color: #fff;
}

.btn-solid {
  color: #fff;
  background-color: #0e0e0e;
}

.nameband {
  padding: clamp(70px, 9vw, 140px) 0;
  position: relative;
  overflow: hidden;
}

.bigname {
  color: #0e0e0e;
  text-align: left;
  letter-spacing: -.045em;
  white-space: nowrap;
  will-change: transform;
  font-size: clamp(72px, 17vw, 232px);
  font-weight: 800;
  line-height: .86;
  animation: 30s linear infinite uderScroll;
  display: inline-block;
}

.portrait-float {
  z-index: 2;
  aspect-ratio: auto;
  filter: grayscale() contrast(105%);
  object-fit: contain;
  width: clamp(200px, 26vw, 380px);
  max-height: 92%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -46%);
}

.intro {
  border-top: 1px solid #e4e4e4;
  max-width: 1200px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 130px 0;
}

.intro-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
  display: grid;
}

.section-label {
  color: #e0473a;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 700;
}

.sl-flat {
  margin: 0;
}

.intro-title {
  letter-spacing: -.01em;
  font-size: clamp(24px, 2.4vw, 32px);
  font-weight: 800;
  line-height: 1.12;
}

.intro-p {
  color: #333;
  text-align: justify;
  margin-bottom: 16px;
  font-size: 15px;
}

.quote {
  text-align: left;
  border-left: 2px solid #e0473a;
  margin-bottom: 22px;
  padding-left: 18px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
}

.triple {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  margin: 90px auto;
  padding: 0;
  display: grid;
}

.tfig {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  background-color: #f2f2f0;
  width: 100%;
  display: block;
}

.focus {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 32px 120px;
}

.focus-head {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 56px;
  display: flex;
}

.focus-title {
  letter-spacing: -.02em;
  font-size: clamp(30px, 4vw, 56px);
  font-weight: 800;
  line-height: 1;
}

.focus-list {
  border-top: 1px solid #0e0e0e;
}

.frow {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #0e0e0e;
  border-bottom: 1px solid #e4e4e4;
  grid-template-rows: auto;
  grid-template-columns: 64px 1fr auto;
  align-items: center;
  padding: 26px 4px;
  text-decoration: none;
  transition: all .25s;
  display: grid;
}

.frow:hover {
  background-color: #fafafa;
  padding-left: 18px;
}

.fnum {
  color: #6b6b6b;
  font-size: 13px;
  font-weight: 700;
}

.ftitle {
  letter-spacing: -.01em;
  font-size: clamp(20px, 2.4vw, 30px);
  font-weight: 800;
}

.fdesc {
  color: #6b6b6b;
  letter-spacing: 0;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 500;
  display: block;
}

.farrow {
  opacity: 0;
  color: #e0473a;
  font-size: 20px;
  transition: all .25s;
  display: block;
  transform: translateX(-8px);
}

.process {
  border-top: 1px solid #e4e4e4;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 32px 40px;
}

.proc-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}

.pcard {
  border-top: 2px solid #0e0e0e;
  padding-top: 18px;
}

.pnum {
  color: #e0473a;
  letter-spacing: .1em;
  font-size: 13px;
  font-weight: 700;
}

.pcard-title {
  letter-spacing: -.01em;
  margin: 14px 0 10px;
  font-size: 19px;
  font-weight: 800;
}

.pcard-p {
  color: #6b6b6b;
  text-align: justify;
  font-size: 14px;
  line-height: 1.55;
}

.blog {
  border-top: 1px solid #e4e4e4;
  max-width: 1200px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 0;
}

.blog-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.post {
  color: #0e0e0e;
  border: 1px solid #e4e4e4;
  padding: 26px 24px 24px;
  text-decoration: none;
  transition: all .22s;
  display: block;
}

.post-meta {
  color: #e0473a;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 700;
}

.post-title {
  letter-spacing: -.01em;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.18;
}

.post-p {
  color: #6b6b6b;
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 1.5;
}

.readmore {
  color: #0e0e0e;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.faq {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 32px 120px;
}

.faq-list {
  border-top: 1px solid #0e0e0e;
}

.qa {
  border-bottom: 1px solid #e4e4e4;
}

.qa-summary {
  letter-spacing: -.01em;
  cursor: pointer;
  padding: 24px 40px 24px 4px;
  font-size: clamp(17px, 1.9vw, 22px);
  font-weight: 700;
  list-style: none;
  position: relative;
}

.qa-summary:after {
  color: #e0473a;
  content: "+";
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
}

.qa-body {
  padding: 0 40px 24px 4px;
}

.qa-body-p {
  color: #333;
  max-width: 75ch;
  font-size: 15px;
  line-height: 1.6;
}

.contact {
  color: #fff;
  background-color: #0e0e0e;
  padding: 130px 0;
}

.contact-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  display: grid;
}

.contact-title {
  letter-spacing: -.02em;
  font-size: clamp(28px, 3.4vw, 46px);
  font-weight: 800;
  line-height: 1.06;
}

.lead {
  color: #bdbdbd;
  text-align: justify;
  max-width: 40ch;
  margin-top: 18px;
  font-size: 15px;
}

.cinfo {
  text-align: right;
  font-size: 15px;
}

.cinfo-link {
  color: #fff;
  border-bottom: 1px solid #444;
  padding-bottom: 2px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.lbl {
  color: #777;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin: 22px 0 6px;
  font-size: 11px;
  font-weight: 700;
  display: block;
}

.lbl-first {
  margin-top: 0;
}

.addr {
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  display: block;
}

.site-footer {
  color: #bdbdbd;
  background-color: #0e0e0e;
  border-top: 1px solid #262626;
  padding: 48px 0 40px;
}

.foot {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: #9a9a9a;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 12px;
  display: flex;
}

.foot-link {
  color: #9a9a9a;
  margin-left: 22px;
  text-decoration: none;
}

.disclaimer {
  color: #777;
  border-top: 1px solid #262626;
  margin-top: 22px;
  padding-top: 22px;
  font-size: 11px;
  line-height: 1.6;
}

.stats {
  border-top: 1px solid #e4e4e4;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0;
}

.stats-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}

.stat-num {
  color: #0e0e0e;
  letter-spacing: -.03em;
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 800;
  line-height: 1;
}

.stat-unit {
  color: #e0473a;
  letter-spacing: 0;
  margin-left: 6px;
  font-size: .28em;
  font-weight: 700;
}

.stat-lbl {
  color: #6b6b6b;
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.4;
}

.nolink {
  text-decoration: none;
}

.accent-red {
  color: #e0473a;
  font-style: normal;
}

.subhero {
  border-bottom: 1px solid #e4e4e4;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 110px;
  padding-bottom: 70px;
}

.subhero-h1 {
  letter-spacing: -.03em;
  max-width: 16ch;
  font-size: clamp(40px, 6vw, 84px);
  font-weight: 800;
  line-height: 1;
}

.subhero-lead {
  color: #6b6b6b;
  text-align: justify;
  max-width: 52ch;
  margin-top: 28px;
  font-size: 16px;
  line-height: 1.6;
}

.about-split {
  border-top: 1px solid #e4e4e4;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  display: grid;
}

.about-h2 {
  letter-spacing: -.01em;
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 800;
  line-height: 1.12;
}

.about-quote {
  border-left: 2px solid #e0473a;
  margin-bottom: 24px;
  padding-left: 20px;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.4;
}

.about-p {
  color: #333;
  text-align: justify;
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.7;
}

.values {
  border-top: 1px solid #e4e4e4;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.values-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 48px;
  display: grid;
}

.vcard {
  border-top: 2px solid #0e0e0e;
  padding-top: 18px;
}

.vn {
  color: #e0473a;
  letter-spacing: .1em;
  font-size: 13px;
  font-weight: 700;
}

.vcard-h3 {
  letter-spacing: -.01em;
  margin-top: 12px;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 800;
}

.vcard-p {
  color: #6b6b6b;
  text-align: justify;
  font-size: 14px;
  line-height: 1.6;
}

.ctaband {
  color: #fff;
  background-color: #0e0e0e;
  padding-top: 100px;
  padding-bottom: 100px;
}

.ctaband-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  align-items: center;
  display: grid;
}

.ctaband-h2 {
  letter-spacing: -.02em;
  font-size: clamp(26px, 3.2vw, 42px);
  font-weight: 800;
  line-height: 1.08;
}

.btn-light {
  color: #fff;
  border-color: #fff;
}

.inner {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 40px;
}

.subhero2 {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--line);
  padding: 120px 0 80px;
}

.subhero2-h1 {
  letter-spacing: -.035em;
  max-width: 14ch;
  font-size: clamp(46px, 7vw, 96px);
  font-weight: 800;
  line-height: .98;
}

.subhero2-lead {
  max-width: 56ch;
  color: var(--grey);
  margin-top: 36px;
  font-size: 17px;
  line-height: 1.7;
}

.manifesto2 {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--line);
  padding: 100px 0;
}

.manifesto2-h2 {
  text-align: center;
  letter-spacing: -.025em;
  max-width: 20ch;
  margin: 0 auto 36px;
  font-size: clamp(30px, 4vw, 54px);
  font-weight: 800;
  line-height: 1.04;
}

.manifesto2-p {
  color: #2a2a2a;
  text-align: center;
  max-width: 60ch;
  margin: 0 auto 20px;
  font-size: 17px;
  line-height: 1.8;
}

.inner-wide {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
}

.chap2 {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--line);
  padding: 120px 0;
}

.chap2-top {
  text-align: center;
  margin-bottom: 72px;
}

.chap2-num {
  color: var(--red);
  letter-spacing: .3em;
  margin-bottom: 22px;
  font-size: 15px;
  font-weight: 800;
}

.chap2-h2 {
  letter-spacing: -.04em;
  margin-bottom: 8px;
  font-size: clamp(44px, 6.5vw, 92px);
  font-weight: 800;
  line-height: .95;
}

.chap2-sub {
  color: var(--grey);
  letter-spacing: .24em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.chap2-lead {
  max-width: 26ch;
  color: var(--ink);
  text-align: center;
  margin: 34px auto 0;
  font-size: clamp(20px, 2.4vw, 30px);
  font-weight: 600;
  line-height: 1.4;
}

.chap2-intro {
  max-width: 680px;
  margin: 0 auto 64px;
}

.chap2-intro-p {
  color: #2a2a2a;
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.85;
}

.chap2-intro-em {
  color: var(--ink);
  font-style: normal;
  font-weight: 600;
}

.pull2 {
  text-align: center;
  letter-spacing: -.02em;
  max-width: 760px;
  margin: 0 auto 72px;
  font-size: clamp(22px, 2.8vw, 34px);
  font-weight: 800;
  line-height: 1.28;
}

.instr-head {
  color: var(--grey);
  text-align: center;
  letter-spacing: .24em;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 12px;
  font-weight: 700;
}

.instr-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--line);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--line);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--line);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--line);
  background-color: var(--line);
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.instr {
  background-color: #fff;
  padding: 38px 30px;
}

.iname {
  letter-spacing: -.01em;
  margin-bottom: 12px;
  font-size: 19px;
  font-weight: 800;
}

.idesc {
  color: #4a4a4a;
  font-size: 14px;
  line-height: 1.65;
}

.in-num {
  color: var(--red);
  letter-spacing: .12em;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  display: block;
}

.whom2 {
  color: #fff;
  text-align: center;
  background-color: #0e0e0e;
  max-width: 820px;
  margin: 64px auto 0;
  padding: 56px 40px;
}

.whom2-lbl {
  color: var(--red);
  letter-spacing: .28em;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-size: 12px;
  font-weight: 700;
}

.whom2-p {
  max-width: 30ch;
  margin: 0 auto;
  font-size: clamp(20px, 2.6vw, 30px);
  font-weight: 600;
  line-height: 1.42;
}

.vorgehen {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--line);
  background-color: #fafaf9;
  padding: 120px 0;
}

.vhead {
  text-align: center;
  margin-bottom: 64px;
}

.vorgehen-h2 {
  letter-spacing: -.03em;
  font-size: clamp(34px, 5vw, 68px);
  font-weight: 800;
  line-height: 1;
}

.vsteps {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}

.vstep-vn {
  color: var(--red);
  letter-spacing: .14em;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 800;
}

.vstep-h3 {
  letter-spacing: -.01em;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 800;
}

.vstep-p {
  color: #444;
  font-size: 14px;
  line-height: 1.7;
}

.ctaband2 {
  background-color: var(--ink);
  color: #fff;
  text-align: center;
  padding: 120px 0;
}

.ctaband2-h2 {
  letter-spacing: -.03em;
  max-width: 20ch;
  margin: 0 auto 40px;
  font-size: clamp(34px, 5vw, 64px);
  font-weight: 800;
  line-height: 1.02;
}

.page-hero {
  border-bottom: 1px solid #e6e6e6;
  padding-top: 90px;
  padding-bottom: 44px;
}

.lede {
  color: #6b6b6b;
  max-width: 640px;
  margin-top: 22px;
  font-size: 18px;
}

.pg-main {
  padding-top: 64px;
  padding-bottom: 40px;
  display: block;
}

.content {
  max-width: 820px;
}

.datablock {
  border-left: 2px solid #e0473a;
  margin-top: 8px;
  margin-bottom: 28px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 22px;
}

.placeholder {
  color: #e0473a;
  background-color: #fff6f5;
  border: 1px dashed #e0473a;
  border-radius: 3px;
  padding: 3px 8px;
  font-size: .92em;
  font-weight: 600;
}

.divider {
  background-color: #e6e6e6;
  height: 1px;
  margin-top: 52px;
  margin-bottom: 52px;
}

.small {
  color: var(--ink);
  text-align: justify;
  margin-top: 20px;
  font-size: 16px;
}

.link {
  color: #e0473a;
  text-decoration: underline;
}

.dz-hero-h1 {
  color: #111;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, Helvetica Neue, Arial, sans-serif;
  font-size: clamp(40px, 7vw, 84px);
  font-weight: 800;
  line-height: .98;
}

.dz-h2 {
  color: #111;
  letter-spacing: -.01em;
  margin-top: 48px;
  margin-bottom: 16px;
  font-family: Archivo, Helvetica Neue, Arial, sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.1;
}

.dz-h3 {
  color: #111;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 34px;
  margin-bottom: 10px;
  font-family: Archivo, Helvetica Neue, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.dz-p {
  color: #2a2a2a;
  text-align: justify;
  margin-bottom: 16px;
  font-size: 16px;
}

.dz-ul {
  margin-top: 0;
  margin-bottom: 18px;
  padding-left: 0;
  list-style-type: none;
}

.dz-li {
  color: #2a2a2a;
  margin-bottom: 9px;
  padding-left: 22px;
  font-size: 16px;
  position: relative;
}

.dz-li:before {
  content: "";
  background-color: #e0473a;
  width: 7px;
  height: 2px;
  position: absolute;
  top: 11px;
  left: 0;
}

.dz-db-strong {
  margin-bottom: 4px;
  font-family: Archivo, Helvetica Neue, Arial, sans-serif;
  font-size: 17px;
  display: block;
}

.dz-db-span {
  color: #2a2a2a;
  font-size: 15.5px;
  line-height: 1.7;
  display: block;
}

.ccard {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  padding: 30px 28px;
}

.ccard:hover {
  border-color: #111;
}

.ccard-k {
  color: #e0473a;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Archivo, Helvetica Neue, Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
}

.ccard-v {
  letter-spacing: -.01em;
  font-family: Archivo, Helvetica Neue, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.ccard-v-addr {
  letter-spacing: -.01em;
  font-family: Archivo, Helvetica Neue, Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
}

.ccard-sub {
  color: #6b6b6b;
  margin-top: 6px;
  font-size: 14px;
}

.ccard-link {
  color: #111;
}

.ccard-link:hover {
  color: #e0473a;
}

.form-k, .form-k._w-form {
  margin-top: 10px;
}

.form-row {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.field {
  margin-bottom: 18px;
}

.field-label {
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-family: Archivo, Helvetica Neue, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  display: block;
}

.field-input {
  color: #111;
  background-color: #fafafa;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  width: 100%;
  padding: 13px 14px;
  font-family: Inter, Helvetica Neue, Arial, sans-serif;
  font-size: 15px;
}

.field-input:focus {
  background-color: #fff;
  border-color: #e0473a;
}

.field-input._w-input {
  color: #111;
  background-color: #fafafa;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  width: 100%;
  padding: 13px 14px;
  font-family: Inter;
  font-size: 15px;
}

.field-input._w-input:focus {
  background-color: #fff;
  border-color: #e0473a;
}

.field-textarea {
  color: #111;
  background-color: #fafafa;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  width: 100%;
  min-height: 150px;
  padding: 13px 14px;
  font-family: Inter, Helvetica Neue, Arial, sans-serif;
  font-size: 15px;
}

.field-textarea:focus {
  background-color: #fff;
  border-color: #e0473a;
}

.field-textarea._w-input {
  color: #111;
  background-color: #fafafa;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  width: 100%;
  min-height: 150px;
  padding: 13px 14px;
  font-family: Inter;
  font-size: 15px;
}

.field-textarea._w-input:focus {
  background-color: #fff;
  border-color: #e0473a;
}

.btn-send {
  color: #fff;
  letter-spacing: .02em;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #111;
  border-style: none;
  border-radius: 2px;
  padding: 15px 34px;
  font-family: Archivo, Helvetica Neue, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.btn-send:hover {
  background-color: #e0473a;
}

.consent {
  grid-column-gap: 11px;
  color: #6b6b6b;
  align-items: flex-start;
  margin-top: 6px;
  margin-bottom: 22px;
  font-size: 13.5px;
  display: flex;
}

.consent-check {
  accent-color: #e0473a;
  margin-top: 4px;
}

.cgrid {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-columns: 1fr 1fr;
  margin-top: 8px;
  margin-bottom: 40px;
  display: grid;
}

.u-hide {
  display: none;
}

.faq-item {
  border-bottom: 1px solid #e6e6e6;
}

.faq-q {
  color: #111;
  text-align: left;
  letter-spacing: -.01em;
  cursor: pointer;
  background-color: #0000;
  border-style: none;
  width: 100%;
  padding: 26px 44px 26px 0;
  font-family: Archivo, Helvetica Neue, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: block;
  position: relative;
}

.faq-q:after {
  color: #e0473a;
  content: "+";
  font-size: 26px;
  font-weight: 400;
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
}

.faq-a {
  max-height: 0;
  overflow: hidden;
}

.faq-inner {
  color: #2a2a2a;
  max-width: 720px;
  padding-bottom: 26px;
  font-size: 16px;
}

.faq-p {
  text-align: justify;
  margin-bottom: 12px;
}

.cta-box {
  border-top: 1px solid #e6e6e6;
  max-width: 820px;
  margin-top: 56px;
  padding-top: 40px;
}

.cta-h2 {
  margin-bottom: 12px;
  font-family: Archivo, Helvetica Neue, Arial, sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.cta-p {
  color: #2a2a2a;
  margin-bottom: 22px;
}

.faqlist {
  max-width: 820px;
}

.ls-subhero {
  border-bottom: 1px solid #e4e4e4;
  padding: 110px 0 70px;
}

.ls-eyebrow {
  color: #6b6b6b;
  letter-spacing: .28em;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 12px;
  font-weight: 700;
}

.ls-subhero-h1 {
  letter-spacing: -.03em;
  max-width: 16ch;
  margin: 0;
  font-size: 56px;
  font-weight: 800;
  line-height: 1;
}

.ls-red-em {
  color: #e0473a;
  font-style: normal;
}

.ls-subhero-lead {
  color: #6b6b6b;
  text-align: justify;
  max-width: 52ch;
  margin-top: 28px;
  font-size: 16px;
  line-height: 1.6;
}

.ls-about {
  border-top: 1px solid #e4e4e4;
  padding: 100px 0;
}

.ls-about-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  display: grid;
}

.ls-slabel {
  color: #e0473a;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 700;
}

.ls-about-h2 {
  letter-spacing: -.01em;
  margin: 0;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.12;
}

.ls-quote {
  border-left: 2px solid #e0473a;
  margin-bottom: 24px;
  padding-left: 20px;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.4;
}

.ls-body-p {
  color: #333;
  text-align: justify;
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.7;
}

.ls-detail {
  border-top: 1px solid #e4e4e4;
  padding: 100px 0;
}

.ls-dwrap {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  display: grid;
}

.ls-dimg {
  aspect-ratio: 4 / 5;
  background-color: #f2f2f0;
  background-size: cover;
  position: sticky;
  top: 96px;
}

.ls-detail-num {
  color: #e4e4e4;
  letter-spacing: -.03em;
  margin-bottom: 18px;
  font-size: 60px;
  font-weight: 800;
  line-height: 1;
}

.ls-tag {
  color: #e0473a;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
}

.ls-dh2 {
  letter-spacing: -.02em;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.08;
}

.ls-lead-in {
  color: #0e0e0e;
  letter-spacing: -.01em;
  max-width: 24ch;
  margin-bottom: 22px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.35;
}

.ls-dp {
  color: #333;
  text-align: justify;
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.7;
}

.ls-subitems {
  border-top: 1px solid #e4e4e4;
  margin-top: 36px;
  padding-top: 8px;
}

.ls-si-label {
  color: #6b6b6b;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin: 20px 0 18px;
  font-size: 11px;
  font-weight: 700;
}

.ls-si {
  border-top: 1px solid #e4e4e4;
  padding: 18px 0;
}

.ls-sn {
  color: #e0473a;
  letter-spacing: .08em;
  font-size: 12px;
  font-weight: 700;
}

.ls-si-h4 {
  letter-spacing: -.01em;
  margin: 6px 0;
  font-size: 16px;
  font-weight: 800;
}

.ls-si-p {
  color: #4a4a4a;
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
}

.ls-whom {
  color: #333;
  border-left: 2px solid #e0473a;
  margin-top: 30px;
  padding: 4px 0 4px 20px;
  font-size: 15px;
  line-height: 1.6;
}

.ls-values {
  border-top: 1px solid #e4e4e4;
  padding: 100px 0;
}

.ls-focus-head {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 56px;
  display: flex;
}

.ls-focus-h2 {
  letter-spacing: -.02em;
  margin: 0;
  font-size: 56px;
  font-weight: 800;
  line-height: 1;
}

.ls-values-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 48px;
  display: grid;
}

.ls-vcard {
  border-top: 2px solid #0e0e0e;
  padding-top: 18px;
}

.ls-vn {
  color: #e0473a;
  letter-spacing: .1em;
  font-size: 13px;
  font-weight: 700;
}

.ls-vcard-h3 {
  letter-spacing: -.01em;
  margin: 12px 0 10px;
  font-size: 19px;
  font-weight: 800;
}

.ls-vcard-p {
  color: #6b6b6b;
  text-align: justify;
  font-size: 14px;
  line-height: 1.6;
}

.ls-ctaband {
  color: #fff;
  background-color: #0e0e0e;
  padding: 100px 0;
}

.ls-cta-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  align-items: center;
  display: grid;
}

.ls-cta-h2 {
  color: #fff;
  letter-spacing: -.02em;
  margin: 0;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.08;
}

.ls-cta-em {
  color: #e0473a;
  font-style: normal;
}

.ls-cta-btn {
  color: #fff;
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
  border: 1px solid #fff;
  padding: 14px 26px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.ls-triple {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  margin: 90px 0;
  padding: 0;
  display: grid;
}

.ls-tfig {
  aspect-ratio: 3 / 4;
  background-color: #f2f2f0;
  background-size: cover;
  margin: 0;
}

.ls-blog {
  border-top: 1px solid #e4e4e4;
  margin-top: 80px;
  padding: 120px 0;
}

.ls-blog-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.ls-post {
  color: #0e0e0e;
  border: 1px solid #e4e4e4;
  padding: 26px 24px 24px;
  text-decoration: none;
  display: block;
}

.ls-post-meta {
  color: #e0473a;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 700;
}

.ls-post-h3 {
  letter-spacing: -.01em;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.18;
}

.ls-post-p {
  color: #6b6b6b;
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 1.5;
}

.ls-readmore {
  color: #0e0e0e;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.ls-slabel-link {
  text-decoration: none;
}

.ls-faq {
  padding: 40px 0 120px;
}

.ls-faq-list {
  border-top: 1px solid #0e0e0e;
}

.ls-qa {
  border-bottom: 1px solid #e4e4e4;
}

.ls-qa-summary {
  letter-spacing: -.01em;
  cursor: pointer;
  padding: 24px 40px 24px 4px;
  font-size: 22px;
  font-weight: 700;
  list-style: none;
  position: relative;
}

.ls-qa-body {
  padding: 0 40px 24px 4px;
}

.ls-qa-body-p {
  color: #333;
  max-width: 75ch;
  font-size: 15px;
  line-height: 1.6;
}

._w-input-parent._w-input {
  color: #111;
  background-color: #fafafa;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  width: 100%;
  padding: 13px 14px;
  font-family: Inter;
  font-size: 15px;
}

._w-input-parent._w-input:focus {
  background-color: #fff;
  border-color: #e0473a;
}

.ls-dimg-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.bl-red-em {
  color: #e0473a;
  font-style: normal;
}

.bl-featured {
  padding: 90px 0 40px;
}

.bl-feat-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  display: grid;
}

.bl-feat-img {
  aspect-ratio: 4 / 3;
  filter: grayscale() contrast(1.04);
  background-color: #f2f2f0;
  background-size: cover;
}

.bl-feat-meta {
  color: #e0473a;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 11px;
  font-weight: 700;
}

.bl-feat-h2 {
  letter-spacing: -.02em;
  margin-bottom: 18px;
  font-size: 46px;
  font-weight: 800;
  line-height: 1.08;
}

.bl-feat-link {
  color: #0e0e0e;
  text-decoration: none;
}

.bl-feat-p {
  color: #333;
  text-align: justify;
  max-width: 48ch;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 1.7;
}

.bl-clusternav {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  margin-top: 40px;
  padding: 44px 0;
}

.bl-cnav-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.bl-cnav-lbl {
  color: #6b6b6b;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-right: 8px;
  font-size: 11px;
  font-weight: 700;
}

.bl-chip {
  color: #0e0e0e;
  letter-spacing: .06em;
  border: 1px solid #e4e4e4;
  padding: 9px 16px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.bl-chip-on {
  color: #fff;
  background-color: #0e0e0e;
  border-color: #0e0e0e;
}

.bl-cluster {
  border-top: 1px solid #e4e4e4;
  padding: 90px 0 30px;
}

.bl-cluster-first {
  border-top-style: none;
}

.bl-cluster-head {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 44px;
  display: flex;
}

.bl-cn {
  color: #e0473a;
  letter-spacing: .1em;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
  display: block;
}

.bl-cluster-h2 {
  letter-spacing: -.02em;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.04;
}

.bl-csub {
  color: #6b6b6b;
  max-width: 44ch;
  font-size: 14px;
  line-height: 1.5;
}

.bl-rm {
  color: #0e0e0e;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.ba-ahero {
  border-bottom: 1px solid #e4e4e4;
  padding: 72px 0 50px;
}

.ba-back {
  color: #6b6b6b;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 34px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.ba-meta {
  color: #e0473a;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 11px;
  font-weight: 700;
}

.ba-h1 {
  letter-spacing: -.03em;
  max-width: 20ch;
  margin: 0;
  font-size: 68px;
  font-weight: 800;
  line-height: 1.02;
}

.ba-dek {
  color: #6b6b6b;
  max-width: 58ch;
  margin-top: 26px;
  font-size: 18px;
  line-height: 1.6;
}

.ba-byline {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: #6b6b6b;
  align-items: center;
  margin-top: 34px;
  font-size: 13px;
  display: flex;
}

.ba-dot {
  background-color: #e4e4e4;
  border-radius: 50%;
  width: 4px;
  height: 4px;
}

.ba-strong {
  color: #0e0e0e;
  font-weight: 700;
}

.ba-article {
  padding: 60px 0 40px;
}

.ba-col {
  max-width: 680px;
  margin: 0 auto;
}

.ba-lead-p {
  color: #0e0e0e;
  letter-spacing: -.01em;
  margin-bottom: 36px;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.55;
}

.ba-h2 {
  letter-spacing: -.02em;
  margin: 52px 0 20px;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.12;
}

.ba-h3 {
  letter-spacing: -.01em;
  margin: 38px 0 14px;
  font-size: 20px;
  font-weight: 800;
}

.ba-p {
  color: #2a2a2a;
  text-align: justify;
  margin-bottom: 22px;
  font-size: 17px;
  line-height: 1.75;
}

.ba-small {
  color: #6b6b6b;
  text-align: left;
  margin-bottom: 22px;
  font-size: 13px;
  line-height: 1.75;
}

.ba-pullquote {
  color: #0e0e0e;
  letter-spacing: -.01em;
  border-left: 3px solid #e0473a;
  margin: 40px 0;
  padding: 6px 0 6px 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
}

.ba-keys {
  border-top: 1px solid #0e0e0e;
  border-bottom: 1px solid #e4e4e4;
  margin: 44px 0;
  padding: 26px 0;
}

.ba-kt {
  color: #e0473a;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 700;
}

.ba-li {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #2a2a2a;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.7;
  list-style: none;
  display: flex;
}

.ba-li-dash {
  color: #e0473a;
  flex: none;
  font-weight: 700;
}

.ba-authorcard {
  border-top: 1px solid #e4e4e4;
  margin-top: 60px;
  padding-top: 44px;
}

.ba-ac-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 88px 1fr;
  align-items: start;
  max-width: 680px;
  margin: 0 auto;
  display: grid;
}

.ba-ac-photo {
  background-color: #f2f2f0;
  background-size: cover;
  border-radius: 50%;
  width: 88px;
  height: 88px;
}

.ba-an {
  color: #e0473a;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 700;
}

.ba-ac-h3 {
  letter-spacing: -.01em;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 800;
}

.ba-ac-p {
  color: #4a4a4a;
  font-size: 15px;
  line-height: 1.6;
}

.ba-more {
  border-top: 1px solid #e4e4e4;
  margin-top: 70px;
  padding: 90px 0 100px;
}

.ba-mh {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 44px;
  display: flex;
}

.ba-mh-h2 {
  letter-spacing: -.02em;
  margin: 0;
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
}

.ba-alllink {
  text-decoration: none;
}

.ba-rm {
  color: #0e0e0e;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.ba-cta-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  align-items: center;
  display: grid;
}

.ba-cta-h2 {
  color: #fff;
  letter-spacing: -.02em;
  margin: 0;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.08;
}

.ba-cta-em {
  color: #e0473a;
  font-style: normal;
}

.ls-gemlink {
  color: #e0473a;
  letter-spacing: -.01em;
  text-underline-offset: 3px;
  margin-top: 2px;
  margin-bottom: 24px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: underline;
  display: inline-block;
}

.social-row {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-column: 1 / -1;
  justify-content: flex-end;
  margin-top: 22px;
  display: flex;
}

.social-ic {
  color: #cfcfcf;
  align-items: center;
  transition: color .2s;
  display: inline-flex;
}

.social-ic:hover {
  color: #fff;
}

.ax-col {
  max-width: 680px;
  margin: 0 auto;
}

.ax-lead {
  color: #0e0e0e;
  letter-spacing: -.01em;
  margin-bottom: 36px;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.55;
}

.ax-p {
  color: #2a2a2a;
  text-align: justify;
  margin-bottom: 22px;
  font-size: 17px;
  line-height: 1.75;
}

.ax-strong {
  color: #0e0e0e;
  font-weight: 700;
}

.ax-h2 {
  color: #0e0e0e;
  letter-spacing: -.02em;
  margin-top: 52px;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.12;
}

.ax-h3 {
  color: #0e0e0e;
  letter-spacing: -.01em;
  margin-top: 38px;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 800;
}

.ax-pull {
  color: #0e0e0e;
  letter-spacing: -.01em;
  border-left: 3px solid #e0473a;
  margin: 40px 0;
  padding: 6px 0 6px 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
}

.ax-keys {
  border-top: 1px solid #0e0e0e;
  border-bottom: 1px solid #e4e4e4;
  margin: 44px 0;
  padding: 26px 0;
}

.ax-kt {
  color: #e0473a;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 700;
}

.ax-ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.ax-li {
  color: #2a2a2a;
  margin-bottom: 12px;
  padding-left: 26px;
  font-size: 15px;
  line-height: 1.7;
  position: relative;
}

.ax-dash {
  color: #e0473a;
  font-weight: 700;
  position: absolute;
  left: 0;
}

.ax-small {
  color: #6b6b6b;
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.6;
}

.ax-layers {
  border-top: 1px solid #0e0e0e;
  margin: 44px 0;
}

.ax-layer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #e4e4e4;
  grid-template-rows: auto;
  grid-template-columns: 56px 1fr;
  align-items: start;
  padding: 24px 0;
  display: grid;
}

.ax-ln {
  color: #e0473a;
  letter-spacing: .08em;
  padding-top: 3px;
  font-size: 13px;
  font-weight: 800;
}

.ax-lt {
  color: #0e0e0e;
  letter-spacing: -.01em;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 800;
}

.ax-ld {
  color: #2a2a2a;
  font-size: 15px;
  line-height: 1.6;
}

.ax-cases {
  border-top: 1px solid #0e0e0e;
  margin: 44px 0;
}

.ax-case {
  border-bottom: 1px solid #e4e4e4;
  padding: 24px 0;
}

.ax-cl {
  color: #e0473a;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
}

.ax-ch {
  color: #0e0e0e;
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 800;
}

.ax-cd {
  color: #2a2a2a;
  font-size: 15px;
  line-height: 1.65;
}

.ax-compare {
  border-top: 1px solid #0e0e0e;
  margin: 44px 0;
}

.ax-crow {
  border-bottom: 1px solid #e4e4e4;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.ax-ccol-l {
  border-right: 1px solid #e4e4e4;
  padding: 22px 26px 22px 0;
}

.ax-ccol-r {
  padding: 22px 0 22px 26px;
}

.ax-ct {
  color: #e0473a;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 700;
}

.ax-cn {
  color: #0e0e0e;
  letter-spacing: -.01em;
  font-size: 19px;
  font-weight: 800;
}

.ax-clabel {
  color: #6b6b6b;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 700;
}

.ax-cval {
  color: #2a2a2a;
  font-size: 15px;
  line-height: 1.55;
}

.ax-procon {
  border-top: 1px solid #0e0e0e;
  margin: 44px 0;
}

.ax-pcrow {
  border-bottom: 1px solid #e4e4e4;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.ax-pccol-l {
  border-right: 1px solid #e4e4e4;
  padding: 24px 26px 24px 0;
}

.ax-pccol-r {
  padding: 24px 0 24px 26px;
}

.ax-pch-pro {
  color: #e0473a;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 700;
}

.ax-pch-con {
  color: #6b6b6b;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 700;
}

.ax-pcul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.ax-pcli {
  color: #2a2a2a;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.6;
}

.ax-crits {
  border-top: 1px solid #0e0e0e;
  margin: 44px 0;
}

.ax-crit {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #e4e4e4;
  grid-template-rows: auto;
  grid-template-columns: 56px 1fr;
  align-items: start;
  padding: 24px 0;
  display: grid;
}

.ax-crn {
  color: #e0473a;
  letter-spacing: .08em;
  padding-top: 3px;
  font-size: 13px;
  font-weight: 800;
}

.ax-crt {
  color: #0e0e0e;
  letter-spacing: -.01em;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 800;
}

.ax-crd {
  color: #2a2a2a;
  font-size: 15px;
  line-height: 1.6;
}

.ax-flags {
  border-top: 1px solid #0e0e0e;
  border-bottom: 1px solid #e4e4e4;
  margin: 44px 0;
  padding: 26px 0;
}

.ax-ft {
  color: #e0473a;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 11px;
  font-weight: 700;
}

.ax-flag {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  align-items: start;
  margin-bottom: 14px;
  display: grid;
}

.ax-fm {
  color: #e0473a;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.6;
}

.ax-fx {
  color: #2a2a2a;
  font-size: 15px;
  line-height: 1.6;
}

.ax-steps {
  border-top: 1px solid #0e0e0e;
  margin: 44px 0;
}

.ax-step {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #e4e4e4;
  grid-template-rows: auto;
  grid-template-columns: 56px 1fr;
  align-items: start;
  padding: 24px 0;
  display: grid;
}

.ax-sn {
  color: #e0473a;
  letter-spacing: .08em;
  padding-top: 3px;
  font-size: 13px;
  font-weight: 800;
}

.ax-st {
  color: #0e0e0e;
  letter-spacing: -.01em;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 800;
}

.ax-sd {
  color: #2a2a2a;
  font-size: 15px;
  line-height: 1.6;
}

.ax-note {
  border: 1px solid #e4e4e4;
  margin: 44px 0;
  padding: 26px 24px;
}

.ax-nt {
  color: #e0473a;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 11px;
  font-weight: 700;
}

.ax-np {
  color: #2a2a2a;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.65;
}

.ax-roles {
  border-top: 1px solid #0e0e0e;
  margin: 44px 0;
}

.ax-role {
  border-bottom: 1px solid #e4e4e4;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.ax-rc-l {
  border-right: 1px solid #e4e4e4;
  padding: 22px 26px 22px 0;
}

.ax-rc-r {
  padding: 22px 0 22px 26px;
}

.ax-rl {
  color: #6b6b6b;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 700;
}

.ax-rl-red {
  color: #e0473a;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 700;
}

.ax-rn {
  color: #0e0e0e;
  letter-spacing: -.01em;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 800;
}

.ax-rd {
  color: #2a2a2a;
  font-size: 15px;
  line-height: 1.55;
}

.ax-drift {
  border-top: 1px solid #0e0e0e;
  border-bottom: 1px solid #e4e4e4;
  margin: 44px 0;
  padding: 28px 0;
}

.ax-dt {
  color: #e0473a;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 11px;
  font-weight: 700;
}

.ax-drow {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 110px 1fr;
  align-items: center;
  margin-bottom: 18px;
  display: grid;
}

.ax-dl {
  color: #6b6b6b;
  letter-spacing: .04em;
  font-size: 13px;
  font-weight: 700;
}

.ax-bar {
  border: 1px solid #e4e4e4;
  width: 100%;
  height: 34px;
  display: flex;
}

.ax-seg {
  letter-spacing: .02em;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 800;
  display: flex;
}

.ax-seg-a {
  color: #fff;
  background-color: #0e0e0e;
}

.ax-seg-b {
  color: #0e0e0e;
  background-color: #f2f2f0;
}

.ax-w60 {
  width: 60%;
}

.ax-w40 {
  width: 40%;
}

.ax-w75 {
  width: 75%;
}

.ax-w25 {
  width: 25%;
}

.ax-dn {
  color: #6b6b6b;
  margin-top: 18px;
  font-size: 14px;
  line-height: 1.6;
}

.ax-phases {
  border-top: 1px solid #0e0e0e;
  margin: 44px 0;
}

.ax-phase {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #e4e4e4;
  grid-template-rows: auto;
  grid-template-columns: 56px 1fr;
  align-items: start;
  padding: 24px 0;
  display: grid;
}

.ax-pn {
  color: #e0473a;
  letter-spacing: .08em;
  padding-top: 3px;
  font-size: 13px;
  font-weight: 800;
}

.ax-pt {
  color: #0e0e0e;
  letter-spacing: -.01em;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 800;
}

.ax-pd {
  color: #2a2a2a;
  font-size: 15px;
  line-height: 1.6;
}

.ax-tests {
  border-top: 1px solid #0e0e0e;
  margin: 44px 0;
}

.ax-test {
  border-bottom: 1px solid #e4e4e4;
  padding: 24px 0;
}

.ax-tq {
  color: #0e0e0e;
  letter-spacing: -.01em;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.25;
}

.ax-ta {
  color: #2a2a2a;
  font-size: 15px;
  line-height: 1.65;
}

.ax-tared {
  color: #e0473a;
  font-weight: 700;
}

.ax-levels {
  border-top: 1px solid #0e0e0e;
  margin: 44px 0;
}

.ax-level {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #e4e4e4;
  grid-template-rows: auto;
  grid-template-columns: 56px 1fr;
  align-items: start;
  padding: 24px 0;
  display: grid;
}

.ax-lvn {
  color: #e0473a;
  letter-spacing: .08em;
  padding-top: 3px;
  font-size: 13px;
  font-weight: 800;
}

.ax-lvt {
  color: #0e0e0e;
  letter-spacing: -.01em;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 800;
}

.ax-lvd {
  color: #2a2a2a;
  font-size: 15px;
  line-height: 1.6;
}

.image {
  object-fit: contain;
}

@media screen and (max-width: 991px) {
  .wrap.nav {
    grid-column-gap: 16px;
    column-gap: 16px;
  }

  .wrap.intro-grid {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .wrap.ctaband-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .menu {
    display: flex;
  }

  .burger {
    display: block;
  }

  .hero {
    padding-top: 72px;
    padding-bottom: 36px;
  }

  .hero-grid {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .portrait-float {
    transform: translate(-50%, -44%);
  }

  .triple {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .frow {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-columns: 40px 1fr;
  }

  .farrow {
    display: none;
  }

  .proc-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .contact-grid {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .stats-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }

  .about-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .values-grid {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .focus-head {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contact-grid, .form-row, .cgrid {
    grid-template-columns: 1fr;
  }

  .ls-focus-head {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .cta-top {
    letter-spacing: .05em;
    padding: 7px 12px;
    font-size: 11px;
  }

  .burger {
    font-size: 22px;
  }

  .proc-grid {
    grid-template-columns: 1fr;
  }

  .foot-link.linksb-ndig {
    margin-left: 0;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .ax-layer {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .ax-crow {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .ax-ccol-l {
    border-bottom: 1px solid #e4e4e4;
    border-right-style: none;
    padding: 0 0 18px;
  }

  .ax-ccol-r {
    padding: 18px 0 0;
  }

  .ax-pcrow {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .ax-pccol-l {
    border-bottom: 1px solid #e4e4e4;
    border-right-style: none;
    padding: 0 0 18px;
  }

  .ax-pccol-r {
    padding: 18px 0 0;
  }

  .ax-crit, .ax-step {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .ax-role {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .ax-rc-l {
    border-bottom: 1px solid #e4e4e4;
    border-right-style: none;
    padding: 0 0 18px;
  }

  .ax-rc-r {
    padding: 18px 0 0;
  }

  .ax-drow, .ax-phase, .ax-level {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

#w-node-_81deea19-f31e-eee7-73e0-d2ad16983228-18c6acce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


