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

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

body {
  font-family: 'DM Sans', sans-serif;
  color: #111112;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 26px;
  font-family: 'DM Sans', sans-serif;
  font-size: 54px;
  line-height: 54px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

h2 {
  margin-top: 0px;
  margin-bottom: 13px;
  font-family: 'DM Sans', sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

h3 {
  margin-top: 0px;
  margin-bottom: 13px;
  font-family: 'DM Sans', sans-serif;
  font-size: 36px;
  line-height: 39px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

h4 {
  margin-top: 0px;
  margin-bottom: 13px;
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

h5 {
  margin-top: 0px;
  margin-bottom: 13px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

p {
  margin-bottom: 26px;
}

a {
  color: #111112;
  font-weight: 500;
  text-decoration: none;
}

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

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  list-style-type: none;
}

blockquote {
  margin-top: 52px;
  margin-bottom: 52px;
  padding: 26px 0px 0px;
  border-top: 1px solid #111112;
  border-left: 5px none #e2e2e2;
  font-size: 36px;
  line-height: 39px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

figure {
  margin-top: 26px;
  margin-bottom: 26px;
}

figcaption {
  margin-top: 6px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.section {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 104px;
  padding-bottom: 104px;
  background-color: #111112;
}

.section.bg-gray-3 {
  background-color: #e4e0dd;
}

.section.bg-primary-2 {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f4f1ee;
  -webkit-transition: background-color 200ms ease, border 200ms ease;
  transition: background-color 200ms ease, border 200ms ease;
  color: #111112;
}

.section.bg-primary-2.overflow-hidden {
  background-color: #f4f1ee;
}

.section.additional-bottom-space {
  padding-bottom: 156px;
}

.section.contained-hero-section {
  padding-right: 76px;
  padding-left: 76px;
}

.section.no-top-space {
  padding-top: 0px;
}

.section.side-padding {
  margin-right: 26px;
  margin-left: 26px;
}

.section.space-small {
  padding-top: 52px;
  padding-bottom: 52px;
}

.section.space-small.no-bottom-space {
  padding-bottom: 0px;
}

.section.no-space {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.blog-title-section {
  padding-top: 76px;
  padding-bottom: 76px;
}

.section.case-study-large-section {
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.section.project-body-section {
  padding-top: 156px;
  padding-bottom: 156px;
}

.section.project-title-section {
  padding-bottom: 76px;
}

.container {
  width: 100%;
  max-width: 1272px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 26px;
  padding-left: 26px;
  background-color: transparent;
}

.container.blurred-background-image-content {
  position: relative;
  z-index: 1;
}

.container.justify-content-center {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.container.careers-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container.featured-project-container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.project-body-container {
  max-width: 910px;
}

.h6-small {
  margin-top: 0px;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 16px;
}

.text-lead {
  position: static;
  max-width: 950px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.text-small {
  font-size: 14px;
  line-height: 22px;
}

.text-small.text-muted {
  color: #62636b;
}

.text-small.announcement-text {
  color: #fff;
  font-weight: 700;
}

.text-small-caps {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  direction: ltr;
}

.row.style-guide-content-row {
  margin-bottom: 13px;
}

.row.style-guide-icons-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 13px 13px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.row.space-top {
  display: none;
}

.row.row-justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row.justify-row-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.link-lead {
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  text-decoration: none;
}

.style-guide-title {
  position: relative;
  width: 25%;
  margin-right: 26px;
  padding-top: 0px;
  padding-right: 26px;
  padding-bottom: 26px;
}

.style-guide-content {
  min-width: 640px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-muted {
  color: #62636b;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  min-width: 130px;
  padding-right: 26px;
  padding-left: 26px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #111112;
  background-color: #111112;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
}

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

.button.button-large {
  height: 63px;
  min-width: 241px;
  border-color: #ee2e24;
  background-color: #ee2e24;
}

.button.button-large.form-button {
  margin-top: 26px;
}

.button.button-small {
  height: 42px;
}

.button.button-outline {
  background-color: transparent;
  color: #111112;
}

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

.button.icon-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button.icon-button:hover {
  border-color: #111112;
}

.button.button-circle-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  min-width: 0px;
  padding: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
}

.button.button-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 52px;
  height: 52px;
  min-width: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
}

.button.button-circle:hover {
  background-color: #111112;
}

.button.button-circle.bg-white {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 1px 6px 0 #000;
}

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

.button.bg-white {
  border-color: #fff;
  color: #111112;
}

.button.bg-white:hover {
  border-color: #fff;
  background-color: #e4e0dd;
  color: #111112;
}

.button.bg-white.disabled {
  background-color: #fff;
  -webkit-transition-property: none;
  transition-property: none;
}

.button.bg-white.disabled:hover {
  background-color: #fff;
  -webkit-transition-property: none;
  transition-property: none;
  color: #111112;
}

.button.disabled {
  background-color: #111112;
  opacity: 0.5;
  -webkit-transition-property: none;
  transition-property: none;
}

.button.disabled:hover {
  background-color: #111112;
  opacity: 0.5;
  -webkit-transition-property: none;
  transition-property: none;
  color: #fff;
}

.button.button-wide {
  padding-right: 52px;
  padding-left: 52px;
}

.button.button-extra-wide {
  padding: 9px 65px;
}

.button.button-outline-white {
  border-color: #fff;
  background-color: transparent;
}

.button.button-outline-white:hover {
  border-color: #111112;
  background-color: #111112;
  color: #fff;
}

.button.navbar-centered-button {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  background-color: #111112;
}

.style-guide-content-item {
  margin-right: 13px;
  margin-bottom: 13px;
}

.styleguide-content-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 52px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-white {
  color: #fff;
}

.button-icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button-icon.button-icon-large {
  width: 33px;
  height: 33px;
}

.bg-gray-1 {
  background-color: #111112;
  color: #fff;
}

.bg-gray-2 {
  background-color: #62636b;
}

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

.bg-gray-3 {
  background-color: #e4e0dd;
}

.bg-gray-4 {
  background-color: #f4f1ee;
}

.grid-quarters {
  width: 100%;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  color: #111112;
}

.card.style-guide-color-card {
  overflow: hidden;
  min-width: 104px;
}

.card.content-width-medium {
  color: #111112;
}

.card.content-width-medium.grid-content-overlap-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 420px;
}

.card.content-width-medium.card-grow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.card.card-muted {
  background-color: hsla(0, 0%, 100%, 0.05);
  color: #fff;
}

.card.blog-card {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card.card-medium-height {
  min-height: 416px;
}

.style-guide-color {
  width: 100%;
  height: 104px;
}

.style-guide-color.bg-primary-1 {
  width: 100%;
  background-color: #041e3d;
}

.style-guide-color.bg-gray-4 {
  border-style: solid;
  border-width: 1px;
  border-color: #e4e0dd;
}

.style-guide-color.bg-success {
  background-color: #51d37e;
}

.style-guide-color.bg-warning {
  background-color: #fab14e;
}

.style-guide-color.bg-danger {
  background-color: #fc4343;
}

.style-guide-color.bg-info {
  background-color: #8ae2f0;
}

.card-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 39px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-body.card-body-tall {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 520px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  direction: ltr;
}

.card-body.numbered-list-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 52px;
  padding-left: 52px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: #111112;
}

.card-body.cta-4-card-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 676px;
  padding: 52px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card-body.blog-card-body {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card-body.align-left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bg-primary-2 {
  background-color: #052c25;
  color: #fff;
}

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

.bg-primary-3 {
  background-color: #d2c0a6;
}

.bg-primary-4 {
  background-color: #d79f6e;
  color: #fff;
}

.bg-success {
  background-color: #24da78;
}

.bg-warning {
  background-color: #ff9f1c;
}

.bg-danger {
  background-color: #da2424;
}

.bg-info {
  background-color: #adeef8;
}

.split-section-full-width {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.split-section-full-width.split-section-reverse {
  direction: rtl;
}

.split-section-full-width.split-section-reverse.bg-primary-2 {
  background-color: #000;
}

.space-bottom {
  margin-bottom: 26px;
}

.blurred-background-image-content {
  position: relative;
  z-index: 1;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 26px;
  padding-top: 40px;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 54px;
  line-height: 54px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.h1.space-bottom {
  margin-bottom: 104px;
}

.h1.numbered-list-item-number {
  margin-right: 26px;
  margin-bottom: 0px;
}

.h1.case-study-tile-heading {
  margin-bottom: 13px;
}

.h1.process-heading {
  margin-right: 0px;
  padding-top: 0px;
  padding-right: 10%;
  color: #111112;
  font-size: 48px;
  line-height: 50px;
}

.content-width-large {
  width: 100%;
  max-width: 598px;
  direction: ltr;
}

.content-width-large.centered-in-parent {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

.content-width-large.align-center {
  margin-right: auto;
  margin-left: auto;
}

.subheading {
  margin-bottom: 26px;
  border: 1px solid transparent;
  color: #da2424;
}

.justify-column-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.justify-column-between.content-width-medium {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  direction: ltr;
}

.justify-column-between.content-width-small {
  direction: ltr;
}

.link-underline {
  position: relative;
  height: 2px;
  background-color: rgba(17, 17, 18, 0.1);
}

.link-underline.bg-white {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.underlined-link.space-left {
  margin-left: 19px;
}

.link-underline-animation {
  width: 0%;
  height: 2px;
  background-color: #111112;
}

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

.content-width-large {
  position: relative;
  display: block;
  width: 100%;
  max-width: 494px;
  margin-right: auto;
  margin-left: auto;
}

.content-width-large.section-title {
  margin-left: 0px;
}

.content-width-large.centered-in-parent {
  direction: ltr;
}

.content-width-large.centered-in-parent.justify-column-between {
  max-height: 850px;
  max-width: 850px;
}

.content-width-large.align-self-center {
  margin-right: auto;
  margin-left: auto;
}

.content-width-large.align-left {
  margin-left: 0px;
}

.border-bottom {
  border-bottom: 1px solid #000;
  border-radius: 1px;
}

.overflow-hidden {
  overflow: hidden;
}

.split-section-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 26px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
  direction: ltr;
  color: #fff;
}

.split-section-content.content-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  direction: ltr;
}

.split-section-content.bg-gray-4 {
  width: 100%;
}

.display-2 {
  margin-bottom: 26px;
  font-family: 'DM Sans', sans-serif;
  font-size: 64px;
  line-height: 64px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.display-1 {
  margin-bottom: 26px;
  font-family: 'DM Sans', sans-serif;
  font-size: 88px;
  line-height: 72px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.display-1.space-bottom {
  margin-bottom: 52px;
}

.display-1.no-space-bottom {
  margin-bottom: 0px;
}

.display-1.centered-hero-heading {
  position: absolute;
  margin-bottom: 0px;
}

.display-1.hero-collage-heading {
  position: absolute;
  margin-bottom: 0px;
}

.display-1.hero-collage-heading.text-white {
  color: #fff;
  font-weight: 700;
}

.display-1.project-heading {
  max-width: 494px;
}

.content-width-extra-large {
  width: 900px;
}

.content-width-extra-large.centered {
  margin-right: auto;
  margin-left: auto;
}

.content-width-extra-large.muted {
  opacity: 0.75;
}

.centered-marquee {
  position: absolute;
}

.centered-marquee.display-2.text-white {
  z-index: 2;
  color: #fff;
  white-space: nowrap;
}

.centered-marquee.display-2.text-white {
  color: #fff;
  white-space: nowrap;
}

.centered-marquee-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.border-top {
  padding-top: 13px;
  border-top: 1px solid #111112;
  border-radius: 1px;
}

.space-top {
  padding-top: 19px;
}

.align-self-center {
  position: static;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #000;
}

.centered-in-parent {
  margin-right: auto;
  margin-left: auto;
}

.content-width-small {
  width: 100%;
  max-width: 390px;
  margin-right: auto;
  margin-left: auto;
}

.content-width-small.footer-2-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-title {
  margin-bottom: 76px;
}

.section-title.content-width-medium {
  margin-bottom: 45px;
}

.section-title.overlap-image-top {
  margin-top: -156px;
}

.grid-halves {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  -ms-grid-columns: 1fr minmax(50%, 1fr);
  grid-template-columns: 1fr minmax(50%, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-halves.overlap-image-pair {
  margin-top: -156px;
  margin-bottom: 104px;
  justify-items: center;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
}

.grid-halves.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.card-body-tall {
  min-height: 416px;
}

.border-left {
  border-left: 1px solid hsla(0, 0%, 100%, 0.1);
}

.no-bottom-space {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.split-section {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 23px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.split-section.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-section.reverse-direction {
  direction: rtl;
}

.subtitle {
  margin-bottom: 6px;
  color: #da2424;
}

.grid-content-overlap-left {
  margin-left: -52px;
}

.full-width-image {
  width: 100%;
}

.split-section-container {
  width: 100%;
  height: 750px;
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/anna-hero-bg-md.png');
  background-position: 0px 0px;
  background-size: cover;
}

.position-relative {
  position: relative;
}

.list-item-bullet {
  width: 8px;
  height: 8px;
  margin-right: 13px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 20px;
  background-color: #111112;
}

.list-item-bullet.text-white {
  background-color: #fff;
}

.bulleted-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: disc;
}

.bulleted-list-item.border-bottom {
  margin-bottom: 13px;
  padding-bottom: 13px;
}

.bulleted-list-item.border-bottom.no-bottom-space {
  margin-bottom: 0px;
}

.bulleted-list-item.border-bottom-white {
  margin-bottom: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  color: #fff;
}

.bulleted-list-item.border-bottom-white.no-bottom-space {
  margin-bottom: 0px;
}

.grid-thirds {
  display: -ms-grid;
  display: grid;
  padding-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-thirds.icon-grid-thirds {
  grid-column-gap: 65px;
}

.numbered-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: decimal;
}

.numbered-list-item.border-bottom {
  margin-bottom: 13px;
  padding-bottom: 13px;
}

.numbered-list-item.border-bottom.no-bottom-space {
  margin-bottom: 0px;
}

.numbered-list-item-number {
  margin-right: 39px;
  margin-bottom: 0px;
}

.linked-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.linked-list-item.border-bottom {
  margin-top: 13px;
  padding-bottom: 13px;
}

.linked-list-item-icon {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.linked-list-item-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.icon-extra-large {
  position: relative;
  z-index: 1;
  width: 76px;
  height: 76px;
}

.icon-large {
  width: 52px;
  height: 52px;
}

.grid-40-60 {
  -ms-grid-columns: 40fr minmax(60%, 1fr);
  grid-template-columns: 40fr minmax(60%, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.decorative-circle {
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 20px;
}

.decorative-circle.bg-primary-4.position-bottom-right {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.icon-decoration-container {
  position: relative;
}

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

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

.icon-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 26px;
  padding-bottom: 26px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #000;
}

.icon-list-item.no-bottom-space {
  margin-bottom: 0px;
}

.icon-list-item.no-bottom-border {
  margin-bottom: 0px;
  border-bottom-style: none;
}

.icon-list-item-icon.icon-large {
  margin-right: 26px;
}

.small-image-overlay {
  width: 208px;
}

.small-image-overlay.position-top-left {
  margin-top: 76px;
  margin-left: -26px;
}

.border-bottom-white {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.navbar-container {
  background-color: #fff;
}

.navbar-container.border-bottom {
  border-bottom-color: rgba(17, 17, 18, 0.1);
}

.navbar-container.border-bottom.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 99;
  border-bottom-width: 5px;
  border-bottom-color: #da2424;
  box-shadow: 1px 1px 3px 0 #929292;
}

.navbar-content {
  display: -ms-grid;
  display: grid;
  padding-top: 13px;
  padding-bottom: 13px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr 0.5fr;
  grid-template-columns: 0.5fr 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.navbar {
  background-color: transparent;
}

.nav-link {
  padding: 0px 13px;
}

.navbar-centered-menu {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.brand.navbar-2-brand {
  margin-right: 26px;
}

.block-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-button {
  margin-left: 0px;
}

.nav-dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-wrapper.navbar-3-nav-menu-wrapper {
  margin-left: -13px;
}

.dropdown-icon {
  margin-left: 4px;
}

.footer {
  padding-top: 104px;
  padding-bottom: 52px;
}

.footer.bg-primary-2 {
  background-color: #111112;
}

.footer-1-top-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 104px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.h2 {
  display: block;
  margin-bottom: 13px;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.03em;
}

.h2.text-link-white {
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
}

.h2.text-link-white:hover {
  opacity: 0.5;
}

.h2.text-link-white.w--current {
  font-size: 40px;
}

.h2.button-row-title {
  margin-bottom: 0px;
}

.vertical-link-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 26px;
  margin-left: 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.vertical-link-item {
  margin-bottom: 13px;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.vertical-link-item:hover {
  opacity: 0.5;
}

.footer-menus-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 76px;
}

.footer-subscribe {
  display: -ms-grid;
  display: grid;
  margin-top: 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 13px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.footer-1-bottom-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
}

.social-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -6px;
  margin-left: -6px;
}

.button-round {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 39px;
  height: 39px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
}

.button-round.social-button {
  margin-right: 6px;
  margin-left: 6px;
  background-color: #111112;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.button-round.social-button:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

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

.button-round-icon {
  max-height: 18px;
}

.footer-1-menus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-fine-print {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-input {
  height: 52px;
  margin-bottom: 0px;
  padding: 12px 12px 12px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e0dd;
  background-color: transparent;
  font-size: 18px;
  line-height: 26px;
}

.form-input:focus {
  border-color: #111112;
}

.form-input.form-input-large {
  height: 63px;
}

.form-input.form-input-large.form-input-dark {
  border-color: #111112;
}

.form-input.form-input-large.form-input-dark::-webkit-input-placeholder {
  color: #111112;
}

.form-input.form-input-large.form-input-dark:-ms-input-placeholder {
  color: #111112;
}

.form-input.form-input-large.form-input-dark::-ms-input-placeholder {
  color: #111112;
}

.form-input.form-input-large.form-input-dark::placeholder {
  color: #111112;
}

.form-input.form-input-large.space-bottom {
  margin-bottom: 26px;
}

.form-input.form-input-white {
  border-color: #fff;
  color: #fff;
}

.form-input.form-input-white::-webkit-input-placeholder {
  color: #fff;
}

.form-input.form-input-white:-ms-input-placeholder {
  color: #fff;
}

.form-input.form-input-white::-ms-input-placeholder {
  color: #fff;
}

.form-input.form-input-white::placeholder {
  color: #fff;
}

.form-input.textarea-input {
  height: auto;
  min-height: 150px;
}

.form-input.form-input-small {
  height: 42px;
  font-size: 16px;
}

.form-input.space-bottom {
  margin-bottom: 13px;
}

.nav-link-text {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-weight: 500;
}

.nav-link-text:hover {
  opacity: 0.5;
}

.hero-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hero-row-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 13px;
  padding-left: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bg-image-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.hero-bg-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-image: url('../images/rectangle-large-2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  opacity: 0.9;
}

.centered-hero-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.hero-collage-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #052c25;
  text-align: center;
}

.hero-collage-image-b {
  position: absolute;
}

.hero-collage-image-a {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.hero-collage-section-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  margin-top: -180px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.hero-collage-image-c {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-collage-image-d {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-collage-button {
  position: absolute;
  bottom: 52px;
  margin-top: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.button-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 52px;
  height: 52px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #111112;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.button-circle:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.button-circle.button-circle-small {
  width: 26px;
  height: 26px;
}

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

.button-circle.button-circle-large {
  width: 63px;
  height: 63px;
}

.button-icon-small {
  width: 16px;
  height: 16px;
}

.announcement-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.announcement-dismiss {
  margin-left: 13px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.form-disclaimer {
  margin-top: 13px;
}

.form-section-tall-image {
  position: absolute;
  top: 0px;
  z-index: 0;
  height: 100%;
}

.horizontal-rule {
  margin-top: 26px;
  margin-bottom: 26px;
  border-top: 1px solid #111112;
}

.horizontal-rule.border-white {
  border-top-color: #fff;
}

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

.form-grid-halves.space-bottom {
  display: block;
}

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.text-bold {
  color: #da2424;
  font-weight: 500;
}

.quote-slider {
  background-color: transparent;
}

.display-none {
  display: none;
}

.quote-slide-nav {
  position: relative;
  padding-top: 26px;
  border-top: 1px solid #fff;
  font-size: 8px;
  text-align: right;
}

.quote-slide {
  height: auto;
}

.quote-slide-mask {
  height: auto;
}

.metric-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 52px;
  padding-bottom: 26px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #111112;
}

.metric-horizontal.no-bottom-space {
  margin-bottom: 0px;
}

.metric-horizontal.border-white {
  border-bottom-color: hsla(0, 0%, 100%, 0.1);
}

.metric-horizontal-text {
  max-width: 316px;
  margin-left: 26px;
}

.metrics-grid-horizontal {
  display: -ms-grid;
  display: grid;
  margin-bottom: 26px;
  padding-bottom: 52px;
  grid-auto-columns: 1fr;
  grid-column-gap: 52px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #111112;
}

.metrics-grid-horizontal.border-white {
  border-bottom-color: hsla(0, 0%, 100%, 0.1);
}

.video-with-image-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.video-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 806px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.video-wrapper.fullwidth-video-wrapper {
  max-width: none;
}

.video-play-icon {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 104px;
  height: 104px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #111112;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.video-play-icon:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.footer-subscribe-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.accordion-title-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.accordion-panel {
  margin-bottom: 26px;
  padding-bottom: 26px;
  border-bottom: 1px solid #111112;
}

.accordion-content {
  padding-top: 26px;
}

.tabs-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 76px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-tab {
  margin-right: 26px;
  margin-left: 26px;
  padding: 0px 0px 6px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0);
  background-color: transparent;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}

.text-tab.w--current {
  border-bottom-color: #fff;
  background-color: transparent;
}

.wide-tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wide-tabs-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 63px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: #111112;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-size: 16px;
  text-align: center;
}

.wide-tabs-button.w--current {
  background-color: #111112;
  color: #fff;
}

.overlay-title-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.overlay-title {
  position: absolute;
  color: #fff;
}

.overlay-title.display-2 {
  padding-right: 13px;
  padding-left: 13px;
}

.gallery-slider-row {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 52px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-slider {
  height: auto;
}

.image-slider-mask {
  height: auto;
}

.slider-button-round {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 52px;
  height: 52px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
}

.slider-button-round.slider-button-right {
  left: auto;
  top: auto;
  right: 52px;
  bottom: -26px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.slider-button-round.slider-button-left {
  left: auto;
  top: auto;
  right: 113px;
  bottom: -26px;
}

.slider-button-round.fullwidth-slider-button-right {
  right: 13px;
}

.slider-button-round.fullwidth-slider-button-left {
  left: 13px;
}

.fullwidth-slider {
  height: auto;
  background-color: #111112;
}

.fullwidth-slider-mask {
  height: auto;
}

.fullwidth-slide-nav {
  bottom: 13px;
  height: auto;
  font-size: 8px;
}

.fullwidth-slide-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 26px;
  padding-left: 26px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.fullwidth-slide-text {
  position: absolute;
}

.fullwidth-slide-text.display-1 {
  max-width: 80vw;
}

.button-title-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 52px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.form-success {
  background-color: #24da78;
}

.form-success.footer-form-message {
  margin-top: 13px;
}

.form-error {
  padding: 19px;
  background-color: #da2424;
  color: #fff;
  text-align: center;
}

.hero-bg-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/rectangle-large-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

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

.card-foot.blog-card-foot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 39px;
  padding-bottom: 26px;
  padding-left: 39px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 22px;
}

.badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 26px;
  padding-right: 13px;
  padding-left: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
}

.badge.blog-badge {
  margin-bottom: 13px;
  background-color: #111112;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #fff;
}

.badge.blog-badge:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.badge.post-badge {
  margin-right: 26px;
  background-color: #111112;
  color: #fff;
}

.badge.bg-gray-2 {
  color: #fff;
}

.badge.bg-danger {
  color: #fff;
}

.blog-image-link {
  display: block;
  overflow: hidden;
  background-color: #111112;
}

.blog-grid-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.post-main-image {
  margin-bottom: 52px;
}

.post-meta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 26px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-meta-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.post-author-wrapper {
  padding-top: 26px;
  border-top: 1px solid #111112;
}

.post-author-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
}

.avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
}

.avatar.author-avatar {
  width: 156px;
  height: 156px;
  margin-right: 39px;
}

.author-avatar-link {
  margin-right: 13px;
}

.article li {
  margin-bottom: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid #111112;
  list-style-type: disc;
}

.article ul {
  max-width: 597px;
  margin: 39px auto;
  padding-left: 26px;
  list-style-type: disc;
}

.article figure {
  margin-top: 76px;
  margin-bottom: 76px;
}

.article.content-width-large.align-self-center {
  margin-right: auto;
  margin-left: auto;
}

.article.project-article p {
  max-width: 597px;
  margin-right: auto;
  margin-left: auto;
}

.article.project-article h4 {
  max-width: 597px;
  margin-right: auto;
  margin-left: auto;
}

.article.project-article blockquote {
  max-width: 597px;
  margin-right: auto;
  margin-left: auto;
}

.empty-state {
  padding: 26px;
  background-color: #e4e0dd;
  text-align: center;
}

.blog-card-image {
  width: 100%;
}

.blog-grid-large {
  display: -ms-grid;
  display: grid;
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 76px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.blog-grid-large-title {
  margin-top: 26px;
  padding-bottom: 26px;
  border-bottom: 1px solid #111112;
}

.careers-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 79px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.career-heading {
  margin-bottom: 13px;
}

.career-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 39px;
}

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

.custom-checkbox {
  width: 26px;
  height: 26px;
  margin-top: 0px;
  border-radius: 0px;
  background-color: transparent;
  cursor: pointer;
}

.custom-checkbox.w--redirected-checked {
  border-color: #111112;
  background-color: #111112;
  background-image: url('../images/check_1.svg');
  background-size: 19px 19px;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-label {
  margin-bottom: 0px;
  margin-left: 13px;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 391px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.map {
  height: 100%;
  min-height: 400px;
}

.footer-2-top-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 52px;
  padding-bottom: 52px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #111112;
}

.footer-2 {
  padding-top: 59px;
  padding-bottom: 59px;
}

.footer-2-middle-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 104px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-2-bottom-row {
  font-size: 14px;
  line-height: 22px;
}

.case-study-image-large {
  width: 100%;
  max-width: 806px;
  opacity: 0.7;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.case-study-large-link {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #fff;
}

.project-details-wrapper {
  display: -ms-grid;
  display: grid;
  margin-top: 76px;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-details-item {
  padding-top: 26px;
  border-top: 1px solid #111112;
}

.project-intro-text {
  margin-bottom: 65px;
  font-size: 28px;
  line-height: 39px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.01em;
}

.case-study-large-title {
  position: absolute;
  z-index: 3;
  max-width: 598px;
  margin-left: -79px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0px, 0px, 48px);
  transform: translate3d(0px, 0px, 48px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.case-study-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 100vh;
  opacity: 0.05;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.projects-grid-vertical {
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.case-study-tile-title {
  position: absolute;
  max-width: 390px;
  margin-top: 52px;
  margin-left: 52px;
  color: #fff;
}

.case-study-tile {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.case-study-tile-image {
  -webkit-transition: -webkit-transform 10000ms ease;
  transition: -webkit-transform 10000ms ease;
  transition: transform 10000ms ease;
  transition: transform 10000ms ease, -webkit-transform 10000ms ease;
}

.case-study-tile-image:hover {
  -webkit-transform: translate(-72px, 0px) scale(1.2);
  -ms-transform: translate(-72px, 0px) scale(1.2);
  transform: translate(-72px, 0px) scale(1.2);
}

.case-study-tile-image-wrapper {
  overflow: hidden;
}

.dropdown-content {
  min-width: 150px;
  padding: 13px 26px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(17, 17, 18, 0.1);
  background-color: #fff;
}

.dropdown-content.w--open {
  opacity: 1;
}

.dropdown-link {
  padding: 6px 0px;
  opacity: 0.4;
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
}

.dropdown-link:hover {
  opacity: 1;
  -webkit-transform: translate(6px, 0px);
  -ms-transform: translate(6px, 0px);
  transform: translate(6px, 0px);
}

.dropdown-link.w--current {
  opacity: 1;
  color: #111112;
}

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

.dropdown-column {
  min-width: 150px;
}

.dropdown-list {
  background-color: transparent;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.style-guide-color-text {
  padding: 13px;
  background-color: #f4f1ee;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 26px;
}

.custom-radio {
  width: 26px;
  height: 26px;
  margin-top: 0px;
}

.custom-radio.w--redirected-checked {
  border-width: 8px;
  border-color: #111112;
}

.split-section-scrollable-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 720px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: url('../images/home-bg.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.split-section-scrollable-image {
  max-width: 415px;
}

.split-section-centered-image {
  -o-object-fit: fill;
  object-fit: fill;
}

.demos-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.demos-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 131px;
  width: 25%;
}

.author-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.author-heading {
  margin-bottom: 13px;
}

.back-to-top-button-container {
  position: fixed;
  right: 26px;
  bottom: 26px;
  z-index: 99;
  width: 52px;
  height: 52px;
}

.demo-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 598px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e0dd;
  background-color: #111112;
}

.demo-grid-vertical {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 52px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.navbar-2-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 13px;
  padding-bottom: 13px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-2-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.navbar-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.navbar-controls.navbar-3-controls {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.navbar-3-content {
  display: -ms-grid;
  display: grid;
  padding-top: 13px;
  padding-bottom: 13px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 13px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.navbar-demos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.card-grid-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.icon-card-grid-halves {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-columns: minmax(200px, 50%) minmax(200px, 50%);
  grid-template-columns: minmax(200px, 50%) minmax(200px, 50%);
}

.project-main-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.demo-link-text {
  position: absolute;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}

.dropdown {
  margin-right: 0px;
  margin-left: 0px;
}

.changelog-item {
  list-style-type: disc;
}

.changelog-list {
  margin-top: 26px;
}

.style-guide-note {
  width: 100%;
  margin-top: 13px;
  margin-bottom: 13px;
  padding: 13px;
  background-color: #f4f1ee;
}

.getting-started-article li {
  margin-top: 13px;
  margin-bottom: 13px;
  list-style-type: decimal;
}

.getting-started-article ol {
  margin-top: 13px;
  margin-bottom: 13px;
  padding-left: 26px;
}

.getting-started-list-item {
  margin-top: 13px;
  margin-bottom: 13px;
  list-style-type: disc;
}

.container-2 {
  margin-top: 0px;
  padding: 60px 20px 60px 19px;
}

.image-2 {
  background-color: #000;
}

.section-2 {
  display: block;
  background-color: #fff;
}

.paragraph {
  color: #111112;
}

.image-4 {
  overflow: visible;
  max-width: 100%;
  margin-left: 0px;
  padding-left: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block {
  padding-left: 50px;
}

.image-5 {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  padding-left: 0px;
  text-align: center;
}

.image-6 {
  position: relative;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block {
  padding-top: 25px;
  padding-bottom: 25px;
  color: #000;
  font-size: 54px;
  line-height: 54px;
  font-weight: 500;
}

.text-block-2 {
  margin-bottom: 0px;
  padding-bottom: 25px;
  font-size: 28px;
}

.button-2 {
  padding: 16px 32px;
  background-color: #111112;
}

.image-7 {
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.button-3 {
  background-color: #da2424;
}

.heading {
  color: #000;
}

.gallery {
  padding-top: 20px;
  padding-bottom: 100px;
  background-color: #111112;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.gallery-grid-container {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.text-span {
  color: #da2424;
}

.bold-text {
  font-weight: 500;
}

.video {
  max-width: 1220px;
  padding-bottom: 0px;
  background-color: #f4f1ee;
}

.heading-2 {
  border: 1px none transparent;
  color: #fff;
}

.bold-text-2 {
  color: #fff;
}

.button-4 {
  padding: 12px 32px;
  background-color: #da2424;
}

.div-block-2 {
  max-width: 500px;
  margin-left: 4%;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-8 {
  -o-object-fit: fill;
  object-fit: fill;
}

@media screen and (max-width: 991px) {
  .section.bg-primary-2 {
    padding-top: 26px;
    padding-bottom: 100px;
  }
  .section.bg-primary-2.overflow-hidden {
    padding-top: 44px;
  }
  .section.additional-bottom-space {
    padding-bottom: 104px;
  }
  .section.case-study-large-section {
    padding-top: 76px;
    padding-bottom: 76px;
  }
  .section.project-body-section {
    padding-top: 104px;
    padding-bottom: 104px;
  }
  .section.project-title-section {
    padding-bottom: 52px;
  }
  .container {
    display: block;
  }
  .container.justify-content-center {
    max-width: 1200px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .container.careers-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container.featured-project-container {
    min-height: auto;
  }
  .text-lead {
    font-size: 18px;
    line-height: 22px;
  }
  .row.space-top {
    display: inline-block;
    width: 50%;
  }
  .style-guide-title {
    width: 100%;
    min-width: 0px;
    margin-right: 0px;
    margin-bottom: 52px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .button.navbar-centered-button {
    display: none;
  }
  .grid-quarters {
    grid-column-gap: 13px;
  }
  .card.content-width-medium.grid-content-overlap-left {
    margin-top: -52px;
  }
  .card.content-width-medium.card-grow {
    max-width: none;
  }
  .card-body {
    padding: 26px;
  }
  .card-body.numbered-list-card {
    padding-right: 26px;
    padding-left: 26px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .card-body.cta-4-card-body {
    min-height: auto;
  }
  .split-section-full-width {
    justify-items: center;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    background-color: #000;
  }
  .split-section-full-width.split-section-reverse.bg-primary-2 {
    grid-row-gap: 0px;
  }
  .split-section-full-width.bg-primary-2 {
    grid-auto-flow: row;
  }
  .h1.numbered-list-item-number {
    margin-bottom: 13px;
  }
  .h1.process-heading {
    font-size: 40px;
    line-height: 42px;
  }
  .content-width-large {
    width: 100%;
  }
  .justify-column-between.content-width-small {
    margin-right: auto;
    margin-left: auto;
  }
  .content-width-large {
    width: 100%;
  }
  .split-section-content {
    padding-top: 44px;
    padding-bottom: 76px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    direction: ltr;
  }
  .display-1.metric {
    margin-bottom: 13px;
    font-size: 40px;
    line-height: 52px;
  }
  .content-width-extra-large {
    width: 100%;
    max-width: 806px;
  }
  .centered-marquee-container.split-section-content {
    width: 100vw;
  }
  .content-width-small {
    width: 100%;
  }
  .content-width-small.footer-2-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 52px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .grid-halves {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .border-left {
    border-left-style: none;
  }
  .split-section {
    grid-row-gap: 76px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .grid-content-overlap-left {
    margin-left: 0px;
  }
  .split-section-container {
    height: 800px;
    padding: 76px 0px;
  }
  .split-section-container.cta-split-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .grid-thirds.icon-grid-thirds {
    grid-column-gap: 26px;
  }
  .grid-thirds.icon-list-grid-thirds {
    grid-row-gap: 13px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .grid-40-60 {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .small-image-overlay.position-top-left {
    width: 120px;
  }
  .navbar-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .nav-link {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 6px 0px;
    text-align: left;
  }
  .navbar-centered-menu {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .brand {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .menu-button {
    margin-left: 0px;
    padding: 13px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .nav-menu-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
  }
  .footer-1-top-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-menus-wrapper.footer-2-menus-wrapper {
    margin-left: 0px;
  }
  .footer-1-menus {
    margin-bottom: 56px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .hero-collage-image-a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    opacity: 0;
  }
  .hero-collage-section-2 {
    overflow: hidden;
  }
  .hero-collage-image-c {
    display: none;
  }
  .form-section-tall-image {
    display: none;
  }
  .quote-slide-nav {
    margin-top: -54px;
    padding-top: 0px;
  }
  .metrics-grid-horizontal {
    grid-row-gap: 52px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .video-with-image-row {
    max-width: 598px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .gallery-slider-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 52px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .gallery-grid {
    grid-column-gap: 13px;
  }
  .blog-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .card-foot.blog-card-foot {
    padding-right: 26px;
    padding-left: 26px;
  }
  .article figure {
    margin-top: 52px;
    margin-bottom: 52px;
  }
  .careers-title {
    margin-top: 39px;
  }
  .career-sidebar {
    width: 100%;
    max-width: 598px;
    margin-right: auto;
    margin-bottom: 52px;
    margin-left: auto;
  }
  .footer-2-middle-row {
    margin-bottom: 52px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .footer-2-bottom-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .case-study-large-link {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .project-intro-text {
    margin-bottom: 39px;
  }
  .case-study-large-title {
    margin-left: 0px;
    text-align: center;
  }
  .case-study-tile-image {
    width: 100%;
  }
  .nav-menu {
    padding: 26px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(17, 17, 18, 0.1);
  }
  .split-section-scrollable-wrapper {
    height: 750px;
  }
  .demos-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .demos-sidebar {
    position: relative;
    top: 0px;
    width: 100%;
    max-width: 598px;
    margin-right: auto;
    margin-bottom: 52px;
    margin-left: auto;
  }
  .demo-grid-vertical {
    width: 100%;
  }
  .navbar-controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar-3-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .image {
    max-width: 90%;
    padding-top: 0px;
    padding-right: 80px;
    padding-left: 120px;
  }
  .image-3 {
    display: none;
  }
  .section-2 {
    background-color: #fff;
  }
  .image-4 {
    display: none;
    margin-left: 0px;
  }
  .div-block {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .centered-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .gallery-grid-container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .link {
    color: #da2424;
  }
  .link-2 {
    color: #da2424;
  }
  .div-block-2 {
    margin-left: 0%;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }
  h1 {
    margin-bottom: 13px;
    font-size: 40px;
    line-height: 48px;
  }
  h2 {
    font-size: 36px;
    line-height: 39px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 24px;
    line-height: 30px;
  }
  p {
    margin-bottom: 24px;
  }
  blockquote {
    margin-top: 39px;
    margin-bottom: 39px;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.01em;
  }
  .section {
    padding-top: 76px;
    padding-bottom: 76px;
  }
  .section.no-bottom-space {
    padding-bottom: 0px;
  }
  .section.additional-bottom-space {
    padding-bottom: 76px;
  }
  .section.contained-hero-section {
    padding: 52px;
  }
  .row.style-guide-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .style-guide-content {
    width: 100%;
    min-width: 0px;
  }
  .button.button-large {
    min-width: 240px;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .button.button-large.form-button {
    margin-top: 13px;
  }
  .style-guide-content-item {
    margin-bottom: 13px;
  }
  .grid-quarters {
    width: 100%;
    grid-column-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .card.content-width-medium.grid-content-overlap-left {
    min-height: auto;
    margin-top: -39px;
  }
  .card.card-medium-height {
    min-height: auto;
  }
  .style-guide-color {
    width: 100%;
  }
  .card-body.card-body-tall {
    min-height: auto;
  }
  .card-body.numbered-list-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .card-body.cta-4-card-body {
    min-height: 520px;
    padding: 26px;
  }
  .h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .h1.space-bottom {
    margin-bottom: 76px;
  }
  .h1.numbered-list-item-number {
    margin-bottom: 0px;
  }
  .h1.process-heading {
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
    font-size: 36px;
    line-height: 40px;
  }
  .content-width-large.centered-content-mobile {
    margin-right: auto;
    margin-left: auto;
  }
  .content-width-large.centered-in-parent {
    padding-right: 36px;
    padding-left: 36px;
  }
  .content-width-large.section-title {
    margin-bottom: 52px;
    margin-left: auto;
  }
  .split-section-content {
    padding-top: 44px;
  }
  .display-2 {
    font-size: 54px;
    line-height: 54px;
  }
  .display-1 {
    font-size: 54px;
    line-height: 54px;
  }
  .display-1.centered-hero-heading {
    position: relative;
    margin-top: 26px;
  }
  .align-self-center {
    max-width: 100%;
  }
  .content-width-small.footer-2-cta {
    margin-bottom: 26px;
  }
  .section-title {
    margin-bottom: 52px;
  }
  .section-title.content-width-medium.centered-content-mobile {
    margin-right: auto;
    margin-left: auto;
  }
  .section-title.overlap-image-top {
    margin-top: 0px;
  }
  .grid-halves {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .grid-halves.overlap-image-pair {
    margin-top: 0px;
    margin-bottom: 76px;
  }
  .grid-halves.space-bottom.no-row-gap {
    grid-row-gap: 0px;
  }
  .card-body-tall {
    min-height: 280px;
  }
  .split-section {
    grid-row-gap: 52px;
  }
  .subtitle {
    margin-bottom: 19px;
  }
  .split-section-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 600px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .grid-thirds {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .grid-thirds.icon-list-grid-thirds {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .icon-list-item {
    width: 100%;
    margin-bottom: 13px;
    padding-bottom: 13px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .small-image-overlay {
    display: none;
  }
  .footer {
    padding-top: 76px;
  }
  .footer-1-top-row {
    margin-bottom: 76px;
  }
  .h2 {
    font-size: 36px;
    line-height: 39px;
  }
  .h2.text-link-white.w--current {
    font-size: 36px;
  }
  .footer-menus-wrapper {
    margin-top: 39px;
    margin-left: 0px;
  }
  .footer-1-menus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .form-input.textarea-input {
    min-height: 150px;
    margin-top: 13px;
  }
  .hero-bg-1 {
    opacity: 0.5;
  }
  .centered-hero-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-collage-image-b {
    opacity: 0;
  }
  .hero-collage-image-a {
    opacity: 1;
  }
  .form-grid-halves {
    grid-row-gap: 13px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .form-grid-halves.space-bottom {
    margin-bottom: 13px;
  }
  .form-row {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 13px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .quote-slide-nav {
    margin-top: -40px;
    padding-top: 0px;
  }
  .metric-horizontal {
    margin-bottom: 26px;
  }
  .tabs-center {
    margin-bottom: 52px;
  }
  .text-tab {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }
  .gallery-grid {
    grid-row-gap: 13px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .blog-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .avatar.author-avatar {
    margin-right: 26px;
  }
  .article ul {
    margin-top: 26px;
    margin-bottom: 26px;
  }
  .article figure {
    margin-top: 39px;
    margin-bottom: 39px;
  }
  .career-meta {
    margin-bottom: 26px;
  }
  .form-grid-thirds {
    grid-row-gap: 13px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .footer-2-top-row {
    margin-bottom: 39px;
    padding-bottom: 39px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-2-logo {
    margin-bottom: 26px;
  }
  .project-details-wrapper {
    margin-top: 52px;
    grid-row-gap: 13px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .project-details-item {
    padding-top: 13px;
  }
  .case-study-tile-title {
    margin-top: 26px;
    margin-left: 26px;
  }
  .case-study-tile-image {
    opacity: 0.5;
  }
  .nav-menu {
    padding: 13px;
  }
  .split-section-scrollable-wrapper {
    height: 600px;
  }
  .back-to-top-button-container {
    display: none;
  }
  .demo-grid-vertical {
    grid-row-gap: 26px;
  }
  .card-grid-halves {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .slider-image {
    width: 100%;
  }
  .icon-card-grid-halves {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .image {
    overflow: visible;
    max-width: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .text-block {
    font-size: 42px;
    line-height: 50px;
  }
  .gallery {
    padding: 40px 20px;
  }
  .gallery-grid-container {
    max-width: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .div-block-2 {
    margin-left: 0%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 39px;
  }
  h5 {
    font-size: 18px;
    line-height: 26px;
  }
  blockquote {
    margin-top: 2px;
    margin-bottom: 26px;
  }
  .section {
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .section.bg-primary-2 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 32px 15px 80px;
  }
  .section.additional-bottom-space {
    padding-bottom: 52px;
  }
  .section.contained-hero-section {
    padding: 26px;
  }
  .section.side-padding {
    margin-right: 13px;
    margin-left: 13px;
  }
  .container {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .container.justify-content-center {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .text-lead {
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    line-height: 26px;
  }
  .text-small.announcement-text {
    font-size: 12px;
  }
  .row.space-top {
    display: block;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .link-lead {
    font-size: 16px;
    line-height: 26px;
  }
  .button.button-large {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    min-width: 200px;
  }
  .button.navbar-centered-button {
    display: none;
  }
  .button.navbar-2-button {
    display: none;
  }
  .grid-quarters {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }
  .card-body {
    padding: 19px;
  }
  .split-section-full-width {
    max-width: 100vw;
  }
  .space-bottom {
    margin-bottom: 0px;
    padding-top: 15px;
  }
  .h1 {
    margin-bottom: 0px;
    padding-top: 0px;
    font-size: 24px;
    line-height: 28px;
  }
  .h1.space-bottom {
    margin-bottom: 52px;
  }
  .h1.case-study-tile-heading {
    margin-bottom: 6px;
    font-size: 36px;
    line-height: 39px;
  }
  .h1.process-heading {
    max-width: 430px;
    padding-right: 10%;
    padding-bottom: 36px;
    font-size: 26px;
    line-height: 30px;
  }
  .content-width-large.centered-in-parent {
    padding-right: 26px;
    padding-left: 26px;
  }
  .subheading {
    margin-right: auto;
    margin-left: auto;
    color: #da2424;
  }
  .split-section-content {
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .display-2 {
    font-size: 40px;
    line-height: 44px;
  }
  .display-1 {
    font-size: 40px;
    line-height: 48px;
  }
  .display-1.space-bottom {
    font-size: 72px;
  }
  .display-1.hero-collage-heading.text-white {
    padding-right: 13px;
    padding-left: 13px;
  }
  .section-title {
    margin-bottom: 26px;
  }
  .grid-halves {
    -ms-grid-columns: minmax(100%, 1fr);
    grid-template-columns: minmax(100%, 1fr);
  }
  .subtitle {
    margin-bottom: 13px;
  }
  .split-section-container {
    display: block;
    height: 550px;
  }
  .grid-thirds {
    justify-items: center;
  }
  .grid-thirds.icon-grid-thirds {
    grid-row-gap: 13px;
  }
  .numbered-list-item.border-bottom {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .linked-list-item-link {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .grid-40-60 {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
  }
  .icon-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .icon-list-item-icon.icon-large {
    margin-bottom: 13px;
  }
  .navbar-content {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .footer {
    padding-top: 52px;
    padding-bottom: 26px;
  }
  .footer-1-top-row {
    margin-bottom: 39px;
  }
  .h2.text-link-white {
    font-size: 28px;
  }
  .h2.text-link-white.w--current {
    font-size: 28px;
  }
  .h2.button-row-title {
    margin-bottom: 13px;
  }
  .footer-menus-wrapper {
    margin-top: 26px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-1-bottom-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .social-list.author-social-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-1-menus {
    margin-bottom: 39px;
  }
  .footer-fine-print {
    margin-bottom: 26px;
  }
  .hero-collage-button {
    display: none;
  }
  .announcement-dismiss {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .horizontal-rule {
    margin-top: 19px;
    margin-bottom: 19px;
  }
  .quote-slide-nav {
    padding-top: 27px;
  }
  .quote-slide-mask {
    overflow: hidden;
  }
  .metric-horizontal {
    margin-bottom: 19px;
    padding-bottom: 19px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .metric-horizontal-text {
    margin-top: 19px;
    margin-left: 0px;
  }
  .video-play-icon {
    width: 76px;
    height: 76px;
  }
  .tabs-center {
    margin-bottom: 39px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-tab {
    margin-bottom: 13px;
  }
  .text-tab.no-bottom-space {
    margin-bottom: 0px;
  }
  .wide-tabs-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wide-tabs-button {
    border-top-style: none;
    border-left-style: none;
  }
  .gallery-slider-row {
    grid-row-gap: 26px;
  }
  .slider-button-round.slider-button-right {
    display: none;
  }
  .slider-button-round.slider-button-left {
    display: none;
  }
  .slider-button-round.fullwidth-slider-button-right {
    display: none;
  }
  .slider-button-round.fullwidth-slider-button-left {
    display: none;
  }
  .fullwidth-slide-container {
    padding-right: 13px;
    padding-left: 13px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fullwidth-slide-text.display-1 {
    position: relative;
    max-width: none;
    margin-top: 13px;
  }
  .button-title-row {
    margin-bottom: 39px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .blog-grid {
    grid-row-gap: 13px;
  }
  .card-foot.blog-card-foot {
    padding-right: 19px;
    padding-bottom: 19px;
    padding-left: 19px;
  }
  .badge.post-badge {
    margin-bottom: 13px;
  }
  .post-main-image {
    margin-bottom: 26px;
  }
  .post-meta-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .avatar {
    width: 39px;
    height: 39px;
  }
  .avatar.author-avatar {
    width: 104px;
    height: 104px;
    margin-right: 0px;
    margin-bottom: 13px;
  }
  .article figure {
    margin-top: 26px;
    margin-bottom: 26px;
  }
  .careers-title {
    margin-top: 26px;
  }
  .career-sidebar {
    margin-bottom: 39px;
  }
  .footer-2-top-row {
    margin-bottom: 26px;
    padding-bottom: 26px;
  }
  .footer-2.bg-gray-4 {
    padding-bottom: 26px;
  }
  .footer-2-middle-row {
    margin-bottom: 26px;
  }
  .case-study-large-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .project-details-wrapper {
    margin-top: 26px;
  }
  .case-study-large-title {
    position: relative;
    margin-top: 26px;
  }
  .projects-grid-vertical {
    grid-row-gap: 12px;
  }
  .case-study-tile-title {
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 13px;
    padding-right: 13px;
    padding-left: 13px;
  }
  .dropdown-content {
    padding: 6px 13px;
  }
  .dropdown-grid {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .split-section-scrollable-wrapper {
    width: 100%;
    height: 450px;
    max-height: none;
    max-width: none;
  }
  .split-section-scrollable-wrapper.bg-primary-2 {
    background-color: #000;
  }
  .split-section-scrollable-image {
    max-width: 240px;
  }
  .demos-sidebar {
    margin-bottom: 26px;
  }
  .author-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .demo-grid-vertical {
    grid-row-gap: 13px;
  }
  .card-grid-halves {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
  .image {
    display: inline-block;
    max-width: 100%;
    padding-right: 26px;
    padding-left: 25px;
  }
  .text-block-2 {
    font-size: 24px;
  }
  .centered-container {
    text-align: left;
  }
  .gallery-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }
  .div-block-2 {
    margin-left: 0%;
  }
}

#w-node-74b072ad7634-280b744b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-ad8bfaac4081-faac4073 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-ad8bfaac4077-faac4073 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2d596c2e978e-640b74a6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-2d596c2e978f-640b74a6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-075f9db6bc9d-3b0b7558 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d4cc8adbf1b9-b00b7494 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-ded54a4b0fd3-b00b7494 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-06e870e41a70-b00b7494 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-dd323305a55d-b00b7494 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dd323305a56a-b00b7494 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2e1e7cf8c854-790b754c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0f07e87448f3-790b754c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-044e48e70f42-790b754c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e8936dd32450-790b754c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e8936dd3245b-790b754c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-3e7354896ed3-7c0b74da {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e72790575833-7c0b74da {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e7279057584b-7c0b74da {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-74113c9c3057-300b754d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-74113c9c3064-300b754d {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-d368e93966aa-300b754d {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-c1cc603b522b-d60b754e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c1cc603b522c-d60b754e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-3f82d4f115c7-d60b754e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-42966658604a-d60b754e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ccab1b713440-e80b754f {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f2743b9d4fec-e80b754f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-9c60c42c04d6-240b750b {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-5ef6a2ea8453-240b750b {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-0c8e13685879-240b750b {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-9de7ab61fad8-240b750b {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-3f5f713b65f2-240b750b {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-18620c3b90fb-240b750b {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-7b39be7195c4-240b750b {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e6733c3c61f2-240b750b {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-73e78648ace2-ae0b754a {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-73e78648acef-ae0b754a {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-73e78648acfc-ae0b754a {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-1bb9fbe37db3-370b74b8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b2cd3d8229f5-370b74b8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-abb139ece2b7-990b7565 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-068347606d9d-ce0b74ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-6b41ab5f49cf-c30b7541 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-6b41ab5f49da-c30b7541 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-6b41ab5f49e5-c30b7541 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-6bd34e99ca76-c30b7541 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-0bc62e91385f-c30b7541 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ae7a321661ee-430b7482 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-3d47a6afa6d6-430b7482 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-808d38523e51-430b7482 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-bac0899aa517-430b7482 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-bac0899aa52c-430b7482 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-1541ce996feb-430b7482 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-176885e6bdcd-430b7482 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-78a3a9625ed3-430b7482 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-3e7354896ed3-f40b74db {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-4b918b8d0c3b-f40b74db {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f54bc8dcbd79-f40b74db {
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-3921ccf6ceda-b00b7494 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
  #w-node-d4cc8adbf1b9-b00b7494 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
  #w-node-06e870e41a70-b00b7494 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-3f82d4f115b2-d60b754e {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-47541a2c4a5a-370b74b8 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-a3fae19fd7e3-430b7482 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d368e93966aa-300b754d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

