@font-face {
  font-family: Butler;
  src: url('../fonts/Butler_Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Butler;
  src: url('../fonts/Butler_Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Butler;
  src: url('../fonts/Butler_Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Butler ultra;
  src: url('../fonts/Butler_Ultra_Light.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --white: white;
  --dark-grey: #222;
  --burntsienna: #e97451;
  --dark-orange: #f7941d;
  --gainsboro: #deddde;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

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

body {
  color: #000;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  letter-spacing: -.023em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Butler, sans-serif;
  font-size: 70px;
  font-weight: 300;
  line-height: 70px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Butler, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 55px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 42px;
}

h4 {
  letter-spacing: -.019em;
  max-width: 610px;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 400;
  line-height: 37.5px;
}

p {
  max-width: 660px;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

a {
  text-decoration: underline;
}

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

figure {
  margin-bottom: 10px;
}

.c-nav {
  z-index: 99;
  background-color: #fff;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.c-nav.cc-transparent {
  background-color: #0000;
  background-image: linear-gradient(#0000004d, #0000);
}

.c-container {
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.c-nav_inner {
  justify-content: space-between;
  align-items: center;
  padding: 32px 70px;
  display: flex;
}

.c-nav_logo {
  flex: none;
  width: 114px;
  height: 30px;
}

.c-img {
  width: 100%;
  height: 100%;
}

.c-img.cc-contain {
  object-fit: contain;
}

.c-img.cc-cover {
  object-fit: cover;
}

.c-img.cc-stats {
  object-fit: cover;
  object-position: 50% 50%;
}

.c-img.cc-menu-logo {
  object-fit: contain;
  object-position: 0% 50%;
}

.c-nav_btn {
  align-items: center;
  display: flex;
}

.small-paragraph {
  letter-spacing: -.019em;
  font-size: 18px;
  line-height: 27px;
}

.c-nav_hambrger {
  cursor: pointer;
  flex-direction: column;
  width: 75px;
  min-height: 30px;
  margin-left: 15px;
  display: flex;
}

.hamburger-line {
  background-color: #000;
  width: 100%;
  height: 8px;
  margin-bottom: 7px;
}

.hamburger-line.cc-middle {
  background-color: var(--black);
  height: 5px;
}

.hamburger-line.cc-middle.cc-white {
  background-color: var(--white);
}

.hamburger-line.cc-bottom {
  background-color: var(--black);
  height: 3px;
  margin-bottom: 0;
}

.hamburger-line.cc-bottom.cc-white {
  background-color: var(--white);
}

.hamburger-line.cc-top {
  background-color: var(--black);
}

.hamburger-line.cc-top.cc-white, .hamburger-line.cc-white {
  background-color: var(--white);
}

.c-hero {
  width: 100%;
  position: relative;
}

.c-hero_inner {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  max-height: 950px;
  padding: 220px 120px 190px;
  display: flex;
  position: relative;
}

.hero-text_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 50px;
  padding-bottom: 0;
  display: block;
}

.h0 {
  letter-spacing: 0;
  font-size: 120px;
  line-height: 120px;
}

.h0.text-center_align {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 110px;
}

.cc-hero-span {
  font-weight: 400;
}

.hero-inner_bottom {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-subtext_wrapper {
  max-width: 345px;
}

.hero-arrow_block {
  cursor: pointer;
  background-color: #f7941d26;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.hero-arrow {
  width: 45px;
  height: 45px;
}

.hero-line_wrapper {
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-line_wrapper.cc-menu {
  flex-direction: column;
  height: 136px;
  display: flex;
}

.hero-line {
  background-color: #222;
  width: 100%;
  height: 8px;
  margin-bottom: 16px;
}

.hero-line.cc-second {
  height: 16px;
}

.hero-line.cc-second.cc-menu {
  background-color: #000;
}

.hero-line.cc-third {
  height: 32px;
}

.hero-line.cc-third.cc-menu, .hero-line.cc-first.cc-menu {
  background-color: #000;
}

.hero-line.cc-fourth {
  height: 32px;
}

.hero-line.cc-fourth.cc-menu {
  background-color: #000;
  margin-bottom: 0;
}

.c-about {
  background-color: var(--dark-grey);
  color: var(--white);
}

.c-about_inner {
  width: 100%;
  padding: 180px 120px 165px;
}

.about-inner_top {
  background-color: #0003;
  background-image: url('../images/about-bg-img_1.avif');
  background-position: 80% 40%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-height: 585px;
  padding-top: 130px;
  padding-bottom: 130px;
  padding-left: 250px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-text_wrapper {
  max-width: 410px;
  margin-bottom: 30px;
}

.about-subtext_wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 350px;
  display: flex;
}

.about-inner_bottom {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: -170px;
  padding-left: 30px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.about-cta_block {
  z-index: 3;
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  background-color: var(--white);
  color: var(--black);
  flex-direction: column;
  align-items: flex-start;
  max-width: 445px;
  padding: 70px 65px;
  display: flex;
  position: relative;
}

.c-button {
  background-color: var(--burntsienna);
  color: #fff;
  flex: none;
  padding: 13px 27px;
  font-size: 16px;
  line-height: 24px;
  transition: background-color .3s;
  display: none;
}

.c-button:hover {
  background-color: #be5a3c;
}

.about-strategy {
  flex: 1;
  margin-right: 50px;
}

.divider {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-top: 35px;
  margin-bottom: 35px;
}

.divider.cc-stats {
  background-color: #deddde;
  flex: none;
  height: 15px;
  margin-top: 0;
  margin-bottom: 0;
}

.divider.cc-aim {
  background-color: #000;
  margin-top: 60px;
  margin-bottom: 60px;
}

.divider.cc-grey {
  background-color: #3a3837;
  margin-top: 0;
  margin-bottom: 0;
}

.strategy-block_wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.strategy-block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: #fff6;
  align-items: flex-start;
  display: flex;
}

.strategy-text_wrapper {
  max-width: 315px;
}

.strategy-text {
  max-width: 142px;
}

.strategy-text.cc-two {
  max-width: 150px;
}

.strategy-text.cc-three {
  max-width: 125px;
}

.c-stats {
  background-color: var(--dark-grey);
  color: #ffffffbf;
}

.c-stats_inner {
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  max-height: 950px;
  display: flex;
  overflow: hidden;
}

.c-stat_block {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  height: 25%;
  display: flex;
  overflow: hidden;
}

.c-stat_block.cc-last {
  background-color: #2d2b2a;
  padding-left: 5.5vw;
}

.stats-icon {
  background-image: url('../images/stats-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 45px;
  height: 18px;
  margin-bottom: 20px;
}

.stat-block_inner {
  background-color: #3a3837;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.stat-block_inner.cc-dark {
  background-color: #2d2b2a;
}

.stats-header_text {
  width: 215px;
}

.stats-header_text.cc-small {
  width: 130px;
}

.stats-header_text.cc-mid {
  width: 190px;
}

.cc-orange-text {
  color: var(--dark-orange);
}

.cc-red-text {
  color: var(--burntsienna);
}

.stats-number {
  background-color: #2d2b2a;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 17vw;
  max-width: 256px;
  height: 100%;
  padding-top: 25px;
  padding-left: 4vw;
  padding-right: 4vw;
  font-family: Butler, sans-serif;
  font-size: 6.9vw;
  font-weight: 300;
  line-height: 120px;
  display: flex;
}

.stats-number.cc-first {
  background-color: #3a3837;
  justify-content: flex-start;
  width: 51vw;
  max-width: 742px;
}

.stats-number.cc-three {
  background-color: #3a3837;
  width: 27vw;
  max-width: 390px;
  padding-left: 2vw;
  padding-right: 2vw;
}

.stats-number.cc-four {
  width: 22vw;
  max-width: 320px;
}

.stats-number.cc-one {
  background-color: #3a3837;
  justify-content: flex-start;
  width: 53vw;
  max-width: 745px;
}

.stats-img_block {
  width: 37vw;
  max-width: 530px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.stats-img_block.cc-two {
  width: 41vw;
  max-width: 590px;
}

.stats-img_block.cc-three {
  width: 45vw;
  max-width: 650px;
}

.stats-icon_block {
  background-color: #2d2b2a;
  justify-content: center;
  align-items: center;
  width: 16vw;
  max-width: 214px;
  height: 100%;
  display: flex;
}

.stats-icon_block.cc-three {
  background-color: #3a3837;
  background-image: url('../images/graph.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.stats-icon_block.cc-two {
  background-image: url('../images/globe.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.stats-icon_block.cc-four {
  background-color: #2d2b2a;
  background-image: url('../images/people.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.stats-number_inner {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  align-items: center;
  display: flex;
}

.c-aim {
  width: 100%;
}

.c-aim_inner {
  padding: 120px 90px 125px;
}

.aim-inner_top {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cc-grey-text {
  color: #0006;
}

.aim-icon_block {
  background-image: url('../images/graph-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 115px;
}

.aim-block_wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.aim-block {
  color: #fff;
  background-color: #222;
  width: 100%;
  display: flex;
  position: relative;
}

.aim-block.cc-two {
  background-color: #3a3837;
}

.aim-img_block {
  width: 375px;
  height: 287px;
  position: relative;
  overflow: hidden;
}

.aim-block_details {
  color: #fff3;
  justify-content: space-between;
  align-items: flex-end;
  padding: 40px;
  font-size: 7vw;
  line-height: 6vw;
  display: flex;
}

.aim-block_inner {
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 425px;
  height: 100%;
  display: flex;
}

.c-footer {
  background-color: #0000000a;
  width: 100%;
}

.c-footer.cc-dark {
  background-color: var(--dark-grey);
}

.c-footer_inner {
  width: 100%;
  padding: 65px 90px 80px;
}

.footer-top_block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 45px;
  display: flex;
}

.footer-top_left {
  margin-top: 20px;
}

.footer-form {
  margin-top: 21px;
  margin-bottom: 30px;
}

.footer-field {
  background-color: #0000;
  border: 1px #000;
  border-bottom-style: solid;
  width: 37vw;
  max-width: 530px;
  margin-bottom: 40px;
  padding: 26px 0;
  font-size: 18px;
  line-height: 21px;
  transition: border-color .3s;
}

.footer-field:hover {
  border-bottom-color: var(--burntsienna);
}

.footer-field:focus {
  border-bottom-color: var(--dark-orange);
}

.footer-field::placeholder {
  color: #0000004d;
  font-size: 18px;
  line-height: 21px;
}

.footer-field.cc-white {
  border-style: none none solid;
  border-color: var(--white);
  color: #fff;
}

.footer-field.cc-white::placeholder {
  color: #fff6;
}

.submit-button {
  color: #000;
  text-align: left;
  background-color: #0000;
  background-image: url('../images/right-angle-arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  min-height: 41px;
  padding: 0;
  font-size: 20px;
  line-height: 30px;
  display: block;
}

.footer-links {
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  align-items: center;
  max-width: 630px;
  display: flex;
}

.footer-links.cc-align_top {
  align-items: flex-start;
  margin-top: 10px;
}

.footer-link {
  grid-column-gap: 10px;
  color: #000000b3;
  align-items: center;
  max-width: 285px;
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
  transition: color .4s;
  display: flex;
}

.footer-link:hover {
  color: var(--burntsienna);
}

.footer-link.cc-small {
  color: #0006;
  font-size: 18px;
  line-height: 21px;
}

.footer-link.cc-small:hover {
  color: var(--burntsienna);
}

.footer-link.cc-small.cc-hide, .footer-link.cc-hide {
  display: none;
}

.footer-link_wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 35px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.footer-link_header {
  color: #0006;
  flex: none;
  min-width: 110px;
}

.footer-link_header.cc-lightgrey_text {
  color: #fff6;
}

.footer-divider {
  background-color: #2222220d;
  width: 100%;
  height: 10px;
  margin-top: 45px;
  margin-bottom: 45px;
}

.footer-divider.cc-lightgrey {
  background-color: #ffffff0d;
}

.link-icon {
  background-image: url('../images/right-angle-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.link-icon.cc-black {
  background-image: url('../images/mdi_arrow-bottom-right-black.svg');
  background-size: auto;
}

.footer-bottom_block {
  grid-column-gap: 35px;
  align-items: flex-end;
  display: flex;
}

.footer-logo {
  width: 24vw;
  max-width: 390px;
  height: 6.25vw;
  max-height: 90px;
}

.footer-bottom_right {
  grid-column-gap: 70px;
  border-top: 10px solid #ffffff0d;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.footer-bottom_right.cc-white {
  border-top-color: #22222208;
}

.copyright {
  color: #0006;
  max-width: 400px;
  max-height: 22px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 21px;
}

.c-menu {
  z-index: 100;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0%;
  transform: translate(0, -100%);
}

.c-menu.cc-hide {
  display: none;
}

.c-menu.cc-show {
  transform: translate(0);
}

.c-menu_inner {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 130px;
  padding-left: 90px;
  padding-right: 90px;
  display: flex;
  position: relative;
}

.menu-top_block {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1070px;
  margin-right: auto;
  display: flex;
  position: relative;
}

.social-link_wrapper {
  grid-column-gap: 30px;
  flex-direction: row;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 48px;
  display: flex;
}

.social-link {
  grid-column-gap: 10px;
  color: #000;
  align-items: center;
  max-width: 306px;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

.social-link.cc-small {
  color: #0006;
  font-size: 18px;
  line-height: 21px;
}

.social-link.cc-hide {
  display: none;
}

.menu-link_wrapper {
  margin-top: 5px;
  margin-bottom: 50px;
}

.menu-link {
  color: #000;
  border-bottom: 10px solid #00000026;
  align-items: center;
  width: 350px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 35px;
  line-height: 42px;
  text-decoration: none;
  display: flex;
}

.menu-sublink_wrapper {
  grid-column-gap: 60px;
  align-items: center;
  display: flex;
}

.menu-sublink {
  color: #000;
  font-size: 18px;
  line-height: 21px;
  text-decoration: none;
}

.menu-sublink.w--current {
  color: var(--burntsienna);
}

.menu-logo {
  width: 27vw;
  max-width: 390px;
  height: 8vw;
  max-height: 90px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.close-btn {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 45px 95px auto auto;
}

.close-btn_icon {
  cursor: pointer;
  width: 45px;
  height: 30px;
  transform: rotate(180deg);
}

.aim-header {
  max-width: 650px;
}

.aim-span {
  color: #000;
  font-size: 60px;
}

.stat-line {
  background-color: #3a3837;
  width: 16px;
  height: 100%;
  position: absolute;
  inset: 0% 8px 0% auto;
}

.stat-line.cc-two {
  right: 40px;
}

.stat-line.cc-three {
  right: 88px;
}

.aim-line {
  perspective-origin: 0%;
  transform-origin: 0%;
  background-color: #3a3837;
  flex: none;
  width: 40px;
  height: 100%;
}

.aim-line.cc-two {
  width: 20px;
}

.aim-line.cc-three {
  width: 10px;
}

.aim-line.cc-four {
  width: 5px;
}

.about-line {
  background-color: var(--dark-grey);
  perspective-origin: 0%;
  transform-origin: 0%;
  width: 50px;
  height: 100%;
}

.about-line.cc-three {
  width: 25px;
  left: 100px;
}

.about-line.cc-four {
  width: 12px;
  left: 150px;
}

.about-line.cc-two {
  width: 50px;
}

.c-header {
  background-color: #0000;
  background-image: url('../images/about-img-header_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.c-header.cc-services {
  background-color: #0000;
  background-image: linear-gradient(#0000 20%, #000), linear-gradient(#0003, #0003), url('../images/services-img_header.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.c-header.cc-approach {
  background-image: url('../images/our-approach-img-header_1.avif');
  background-position: 50%;
  background-size: cover;
}

.c-header.cc-blog {
  background-image: linear-gradient(#0003, #0003), url('../images/blog-img-header_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.c-header.cc-blogpost {
  background-color: var(--dark-grey);
  background-image: none;
  flex-direction: column;
  align-items: center;
  padding-top: 170px;
  display: flex;
}

.c-header.cc-careers {
  background-image: url('../images/careers-img-header_1.avif');
}

.c-header.cc-open_careers {
  background-image: url('../images/open-careers-img-header_1.avif');
}

.c-header.cc-contact {
  background-image: linear-gradient(#0003, #0003), url('../images/contact-img_header_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.c-header.cc-privacy {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/privacypolicy-img_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header-inner {
  color: #fff;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  max-height: 950px;
  padding-bottom: 120px;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
  overflow: hidden;
}

.header-inner.cc-blog {
  height: 65vh;
}

.header-cta {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.header-arrow_block {
  background-color: #ffffff26;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.header-arrow_block.cc-hide {
  display: none;
}

.header-arrow {
  width: 41px;
  height: 41px;
}

.header-line_wrapper {
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.header-line {
  background-color: var(--white);
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  width: 100%;
  height: 8px;
  margin-bottom: 16px;
}

.header-line.cc-second {
  height: 16px;
}

.header-line.cc-second.cc-menu {
  background-color: #000;
}

.header-line.cc-third {
  height: 32px;
  margin-bottom: 0;
}

.header-line.cc-third.cc-menu, .header-line.cc-first.cc-menu {
  background-color: #000;
}

.header-line.cc-fourth {
  height: 32px;
}

.header-line.cc-fourth.cc-menu {
  background-color: #000;
  margin-bottom: 0;
}

.header-line.cc-careers {
  height: 15px;
  margin-bottom: 0;
}

.header-line.cc-black {
  background-color: var(--dark-grey);
}

.about-section {
  background-color: var(--dark-grey);
  height: 100vh;
}

.about-inner {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 180px 120px 225px;
  display: flex;
}

.about-block {
  grid-column-gap: 90px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.about-img_block {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.about-block_details {
  color: var(--white);
  flex: 1;
  max-width: 628px;
  height: 100%;
  position: relative;
}

.about-line_wrapper {
  z-index: 1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.about-img_line {
  background-color: var(--white);
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  width: 100%;
  padding-right: 0;
}

.about-img_line.cc-first {
  height: 4px;
}

.about-img_line.cc-second {
  height: 8px;
}

.about-img_line.cc-third {
  height: 16px;
}

.about-img_line.cc-fourth {
  height: 24px;
}

.c-values {
  background-color: var(--dark-grey);
}

.values-inner {
  background-color: #0000;
  width: 100%;
  padding: 120px;
}

.values-block_wrapper {
  grid-column-gap: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.values-block {
  color: var(--white);
  background-color: #2d2b2a;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 360px;
  padding: 120px 30px 200px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.values-block.cc-first {
  background-image: url('../images/values-respect_1.avif');
}

.values-block.cc-second {
  background-image: url('../images/values-collaboration_1.avif');
}

.values-block.cc-third {
  background-image: url('../images/values-excellence_1.avif');
}

.values-icon {
  z-index: 2;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 60.8px;
  height: 85px;
  margin-bottom: 35px;
  display: flex;
  position: relative;
}

.values-line_wrapper {
  z-index: 2;
  color: var(--black);
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.values-line {
  background-color: var(--white);
  width: 100%;
  padding-right: 0;
  display: none;
}

.values-line.cc-first {
  height: 4px;
  margin-bottom: 8px;
}

.values-line.cc-second {
  height: 8px;
  margin-bottom: 8px;
}

.values-line.cc-third {
  height: 16px;
  margin-bottom: 8px;
}

.values-line.cc-fourth {
  height: 24px;
}

.values-line.cc-last {
  justify-content: center;
  align-items: center;
  max-height: 116px;
  padding-top: 20px;
  padding-bottom: 35px;
  display: flex;
}

.values-text {
  z-index: 2;
  position: relative;
}

.values-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65%;
  padding-top: 120px;
  padding-bottom: 35px;
  display: flex;
}

.mission-inner {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  width: 100%;
  padding: 70px 140px;
  display: flex;
}

.mission-img_block {
  width: 41.8vw;
  max-width: 602px;
  height: 434px;
  position: relative;
  overflow: hidden;
}

.mission-block_details {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.mission-text {
  max-width: 330px;
  margin-top: 20px;
}

.mission-subheading {
  max-width: 397px;
  margin-top: 40px;
  font-family: Butler, sans-serif;
  font-size: 55px;
  line-height: 55px;
}

.mission-line {
  background-color: var(--burntsienna);
  perspective-origin: 100%;
  transform-origin: 100%;
  width: 50px;
  height: 100%;
}

.mission-line.cc-two {
  width: 20px;
  right: 50px;
}

.mission-line.cc-three {
  width: 10px;
  right: 80px;
}

.mission-line.cc-four {
  width: 5px;
  right: 100px;
}

.vision-inner {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--gainsboro);
  justify-content: flex-start;
  align-items: center;
  margin-left: 90px;
  margin-right: 90px;
  padding: 40px 38px 40px 100px;
  display: flex;
}

.vision-left_block {
  padding-top: 70px;
  padding-bottom: 70px;
}

.vision-quote {
  margin-top: 40px;
}

.vision-right_block {
  background-color: var(--white);
  flex: none;
  max-width: 464px;
}

.vision-list {
  grid-column-gap: 25px;
  align-items: center;
  display: flex;
}

.vision-right_inner {
  margin: 50px;
}

.vision-list_wrapper {
  grid-row-gap: 50px;
  flex-direction: column;
  margin-top: 60px;
  display: flex;
}

.vision-right_heading {
  border-bottom: 1px solid #000;
  padding-bottom: 25px;
  font-size: 20px;
  line-height: 32px;
}

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

.header-nav {
  z-index: 2;
  background-color: #0000;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

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

.cc-lightgrey_text {
  color: #fff6;
}

.cta-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 120px 200px;
  display: flex;
}

.cta-span {
  font-weight: 400;
}

.cta-text_wrapper {
  text-align: center;
  max-width: 620px;
  margin-bottom: 80px;
}

.c-services {
  background-color: var(--dark-grey);
  padding-bottom: 60px;
}

.c-services_inner {
  width: 100%;
  padding: 120px 100px 100px;
}

.c-services_block {
  cursor: pointer;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.services-block_inner {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.open-icon {
  background-image: url('../images/open.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transition: transform .5s;
  display: flex;
}

.open-icon.cc-active {
  transform: rotate(45deg);
}

.services-block_details {
  flex-direction: column;
  max-height: 0;
  transition: max-height .6s;
  display: flex;
  overflow: hidden;
}

.services-block_details.cc-expanded {
  grid-column-gap: 40px;
  flex-direction: row;
  align-items: center;
  max-height: 500px;
  margin-top: 30px;
  display: flex;
}

.link-line {
  background-image: url('../images/services-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 0;
  height: 18px;
  transition: margin .5s, width .5s;
}

.link-line.cc-show {
  width: 45px;
  margin-right: 30px;
}

.services-details_inner {
  grid-column-gap: 40px;
  align-items: center;
  margin-top: 30px;
  display: flex;
  overflow: visible;
}

.services-details_inner.cc-expanded {
  max-height: none;
}

.services-img_block {
  width: 526px;
  height: 366px;
  position: relative;
}

.services-text_wrapper {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.services-text {
  max-width: 610px;
  margin-bottom: 25px;
}

.services-subtext {
  max-width: 660px;
}

.services-line {
  background-color: var(--white);
  perspective-origin: 100%;
  transform-origin: 100%;
  width: 40px;
  height: 100%;
}

.services-line.cc-two {
  width: 20px;
  right: 50px;
}

.services-line.cc-three {
  width: 10px;
  right: 80px;
}

.services-line.cc-four {
  width: 5px;
  right: 100px;
}

.services-header {
  align-items: center;
  margin-right: 30px;
  display: flex;
}

.c-approach {
  background-color: var(--dark-grey);
}

.c-approach_inner {
  width: 100%;
  padding: 150px 100px;
}

.approach-text_wrapper {
  flex: 0 auto;
  max-width: 430px;
  margin-left: 25px;
}

.approach-subtext {
  color: var(--white);
  margin-top: 10px;
}

.approach-block_details {
  grid-column-gap: 80px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.approach-block_details.right-align {
  flex-direction: row-reverse;
}

.approach-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-top: 10px;
  display: flex;
}

.approach-line {
  background-color: #3a3837;
  flex-direction: column;
  flex: none;
  width: 420px;
  height: 1px;
  position: absolute;
  top: 35px;
  left: -180px;
}

.approach-line.cc-top_margin {
  margin-top: 30px;
  margin-left: 0;
  margin-right: 30px;
}

.approach-line.cc-right-align {
  left: auto;
}

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

.div-block {
  align-items: center;
  display: flex;
}

.approach-block_inner {
  align-items: flex-start;
  display: flex;
}

.approach-number {
  color: var(--gainsboro);
}

.values-subtext {
  text-align: center;
  max-width: 230px;
}

.c-blog {
  background-color: var(--dark-grey);
}

.c-blog_inner {
  width: 100%;
  padding: 100px;
}

.c-blog_header {
  margin-bottom: 120px;
  display: flex;
}

.blog-header_subtext {
  color: var(--white);
  max-width: 580px;
  margin-left: 100px;
}

.blog-img_block {
  height: 234px;
}

.blog-img_block.cc-expanded {
  width: 50%;
  height: auto;
  position: relative;
}

.blog-line {
  background-color: var(--white);
  perspective-origin: 100%;
  transform-origin: 100%;
  width: 40px;
  height: 100%;
}

.blog-line.cc-two {
  width: 20px;
  right: 50px;
}

.blog-line.cc-three {
  width: 10px;
  right: 80px;
}

.blog-line.cc-four {
  width: 5px;
  right: 100px;
}

.c-blog_block {
  grid-row-gap: 70px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: block;
}

.blog-block_inner.cc-expanded {
  width: 100%;
  display: flex;
}

.blog-block_details {
  background-color: var(--white);
  padding: 30px;
}

.blog-block_details.cc-expanded {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 70px;
  display: block;
}

.blog-date {
  color: #000000a8;
}

.blog-heading {
  letter-spacing: -.019em;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 500;
  line-height: 37.5px;
}

.blog-heading.cc-expanded {
  max-width: 480px;
  font-size: 35px;
  line-height: 42px;
}

.blog-block_top {
  width: 100%;
}

.featured-blog_subheading {
  max-width: 480px;
  margin-bottom: 40px;
}

.blog-block_bottom {
  grid-column-gap: 35px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.blog-header_text {
  color: var(--burntsienna);
}

.c-blogpost_header {
  color: var(--white);
  text-align: center;
  max-width: 1100px;
  margin-bottom: 100px;
}

.blogpost-img_header {
  width: 100%;
  height: 453px;
  position: relative;
  overflow: hidden;
}

.c-blogpost {
  background-color: var(--dark-grey);
}

.c-blogpost_inner {
  width: 100%;
  padding: 120px;
}

.blogpost-inner_top {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 140px;
  display: flex;
  position: relative;
}

.blogpost-text {
  color: var(--white);
  margin-bottom: 30px;
}

.blogpost-img_block {
  margin-bottom: 30px;
}

.blogpost-top_left {
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-self: stretch;
  min-width: 320px;
  max-height: 80vh;
  padding-top: 50px;
  display: flex;
  position: sticky;
  top: 70px;
}

.blogpost-top_right {
  margin-left: 70px;
}

.social-icons_block {
  grid-column-gap: 30px;
  margin-top: 30px;
  display: flex;
}

.social-icon {
  cursor: pointer;
  width: 31px;
  height: 31px;
}

.social-icon.cc-hide {
  display: none;
}

.social-block_text {
  color: var(--white);
  margin-bottom: 30px;
}

.c-blog_grid {
  grid-column-gap: 35px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.featured-blog_block {
  width: 100%;
  margin-bottom: 70px;
  display: flex;
}

.featured-blog_block.cc-expanded {
  width: 100%;
  display: flex;
}

.featured-blog_details {
  background-color: var(--white);
  width: 50%;
  padding: 70px;
}

.featured-blog_details.cc-expanded {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 70px;
  display: block;
}

.featured-blog_heading {
  letter-spacing: -.019em;
  max-width: 480px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 500;
  line-height: 42px;
}

.featured-blog_heading.cc-expanded {
  max-width: 480px;
  font-size: 35px;
  line-height: 42px;
}

.featured-img_block {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.featured-img_block.cc-expanded {
  width: 50%;
  height: auto;
  position: relative;
}

.c-pagination {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  display: flex;
}

.c-page_number {
  color: #ffffff96;
  letter-spacing: -.019em;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 27px;
  text-decoration: none;
  transition: color .4s;
  display: flex;
}

.c-page_number:hover {
  color: var(--white);
}

.c-page_number.w--current, .c-page_number.cc-active {
  background-color: var(--burntsienna);
  color: var(--white);
  width: 28px;
  height: 28px;
}

.left-pagination_arrow {
  cursor: pointer;
  background-color: #0000;
  background-image: url('../images/left-pagination-link.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border-style: none;
  order: -1;
  width: 24px;
  height: 24px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 10px;
}

.right-pagination_arrow {
  cursor: pointer;
  background-color: #0000;
  background-image: url('../images/right-pagination-link.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-style: none;
  order: 1;
  width: 24px;
  height: 24px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.inner-bottom_header {
  color: var(--burntsienna);
  margin-bottom: 60px;
}

.blogpost-rich_text {
  color: var(--white);
}

.blogpost-rich_text h4 {
  margin-bottom: 30px;
}

.blogpost-rich_text p {
  letter-spacing: -.019em;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 27px;
}

.blogpost-rich_text figure {
  margin-bottom: 30px;
}

.blogpost-rich_text ul {
  letter-spacing: -.019em;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 27px;
}

.inner-top_header {
  color: var(--burntsienna);
}

.approach-img_block {
  opacity: 0;
  flex: none;
  width: 380px;
  height: 293px;
  transition: opacity 1s;
  display: block;
  position: relative;
  overflow: hidden;
}

.approach-img_block.cc-left_align {
  display: none;
  left: 0;
  right: auto;
}

.approach-img_block.cc-active {
  opacity: 1;
}

.c-careers {
  background-color: var(--dark-grey);
}

.c-careers_inner {
  width: 100%;
  padding: 120px 90px;
}

.c-careers_header {
  justify-content: space-between;
  margin-bottom: 70px;
  display: flex;
}

.career-header_text {
  color: var(--burntsienna);
  flex: none;
  max-width: 450px;
}

.career-header_subtext {
  color: var(--white);
  max-width: 300px;
  margin-left: 100px;
}

.careers-block {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.careers-icon {
  flex: none;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.careers-icon_block {
  border-top: 1px #000;
  border-bottom: 1px #3a3837;
  border-left: 1px #000;
  border-right: 1px solid #3a3837;
  align-items: center;
  margin-right: 20px;
  padding-right: 20px;
  display: flex;
}

.careers-icon_block.no-border {
  border-bottom-style: none;
  border-right-style: none;
}

.careers-icon_block.cc-open_careers {
  border-bottom-style: solid;
  border-right-style: none;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.careers-icon_text {
  color: var(--white);
}

.careers-icon_wrapper {
  flex-direction: row;
  display: flex;
}

.careers-icon_wrapper.cc-open_careers {
  flex-direction: column;
}

.careers-block_text {
  color: var(--white);
  max-width: 540px;
  margin-bottom: 40px;
}

.careers-block_text.cc-no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.careers-block_heading {
  color: var(--white);
  margin-bottom: 15px;
}

.c-open_careers {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 120px;
  display: flex;
  position: relative;
}

.careers-inner_left {
  min-width: 320px;
  position: sticky;
  top: 70px;
}

.careers-inner_right {
  margin-left: 90px;
}

.careers-inner_header {
  color: var(--burntsienna);
  margin-bottom: 75px;
}

.careers-rich_text {
  margin-bottom: 20px;
}

.careers-rich_text h4 {
  color: var(--white);
  margin-bottom: 30px;
}

.careers-rich_text p, .careers-rich_text ul {
  color: var(--white);
  letter-spacing: -.019em;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 30px;
}

.c-contact {
  background-color: var(--dark-grey);
}

.c-contact_inner {
  justify-content: space-between;
  width: 100%;
  padding: 120px;
  display: flex;
}

.c-contact_block {
  flex: none;
  min-width: 300px;
}

.contact-block_header {
  color: var(--white);
  max-width: 320px;
}

.contact-block_inner {
  border-top: 1px solid #3a3837;
  margin-top: 40px;
  padding-top: 40px;
}

.contact-block_inner.cc-hide {
  display: none;
}

.contact-block_text {
  color: var(--dark-orange);
}

.contact-block_subtext {
  color: var(--white);
  max-width: 250px;
  margin-top: 5px;
}

.c-contact_form {
  background-color: var(--white);
  width: 63%;
  max-width: 755px;
  margin-left: 120px;
  padding: 70px 100px;
}

.contact-field_label {
  letter-spacing: -.019em;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.contact-text_field {
  background-color: #deddde9c;
  border: 1px #000;
  margin-bottom: 30px;
}

.contact-text_field.cc-textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 155px;
}

.contact-form_heading {
  margin-bottom: 35px;
}

.approach-img_container {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.vision-list_text {
  flex: 1;
  max-width: 260px;
}

.vision-list_number {
  color: #0006;
  min-width: 75px;
}

.c-img_cover {
  z-index: 2;
  background-color: var(--dark-grey);
}

.c-img_cover.cc-light {
  background-color: #3a3837;
}

.c-img_cover.cc-white {
  background-color: var(--white);
}

.stat-cover {
  background-color: #2d2b2a;
}

.stat-cover.cc-light {
  background-color: #3a3837;
}

.aim-cover {
  z-index: 2;
  background-color: var(--dark-grey);
}

.aim-cover.cc-light {
  background-color: #3a3837;
  transform: translate(0);
}

.values-overlay {
  background-color: #2d2b2a;
  transition: opacity 1s;
  position: absolute;
  inset: 0%;
}

.values-overlay.cc-active {
  opacity: 0;
}

.mission-cover {
  background-color: var(--white);
}

.header-cover {
  z-index: 2;
  background-color: var(--white);
}

.header-cover.cc-dark {
  background-color: var(--dark-grey);
}

.about-img_inner {
  position: absolute;
  inset: 0%;
}

.about-img_inner.cc-show {
  opacity: 1;
  display: block;
}

.about-img_inner.cc-one {
  z-index: 5;
}

.about-img_inner.cc-two {
  z-index: 4;
}

.about-img_inner.cc-three {
  z-index: 3;
}

.about-img_container {
  flex: none;
  width: 34.5vw;
  max-width: 497px;
  height: 367px;
  position: relative;
}

.about-img_container.cc-mobile {
  display: none;
}

.about-block_text {
  background-color: var(--dark-grey);
  opacity: 0;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.about-block_text.cc-active {
  opacity: 1;
  display: block;
}

.success-message {
  text-align: left;
  background-color: #0000;
  padding-left: 0;
}

.success-message.cc-hide, .cc-hide {
  display: none;
}

.error-message {
  color: #f51414;
  text-align: left;
  background-color: #0000;
  padding-left: 0;
}

.c-privacy {
  background-color: var(--dark-grey);
}

.c-privacy_inner {
  padding: 70px 120px;
}

.privacy-rich_text p {
  color: var(--white);
  letter-spacing: -.019em;
  max-width: none;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 27px;
}

.privacy-rich_text h4 {
  color: var(--dark-orange);
}

.privacy-rich_text ul {
  color: var(--white);
  letter-spacing: -.019em;
  margin-bottom: 30px;
  padding-left: 30px;
  font-size: 18px;
  line-height: 27px;
}

.privacy-rich_text a {
  color: var(--dark-orange);
  text-decoration: none;
  transition: all .4s;
}

.privacy-rich_text a:hover {
  text-decoration: underline;
}

.empty-state {
  background-color: #0000;
}

.blog-cover {
  z-index: 2;
  background-color: var(--dark-grey);
}

.blog-cover.cc-light {
  background-color: #3a3837;
}

.blog-cover.cc-white {
  background-color: var(--white);
}

.page-number_flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.check-dc_logo {
  background-image: url('../images/CD_Logo_Icon_Black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: -50px;
  right: 0;
}

.check-dc_logo.cc-white {
  filter: invert();
}

.c-loader {
  z-index: 99999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.c-loader.cc-hide {
  display: none;
}

.loader-lottie {
  width: 150px;
}

.cc-no_wrap {
  white-space: nowrap;
}

.about-line_block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.text-line {
  background-color: var(--black);
  height: 8px;
  margin-top: 0;
}

.hero-text_inner {
  padding-top: 5px;
  display: inline-block;
}

.cta-text_inner {
  display: inline-block;
}

.aim-line_container {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.mission-line_container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.blog-line_container, .services-line_container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.about-img_cover {
  z-index: 2;
  background-color: var(--dark-grey);
  position: absolute;
  inset: 0%;
}

.text-block {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
}

.image, .image-2 {
  padding-left: 20px;
  padding-right: 20px;
}

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

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

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

.padding-section-large {
  padding-top: 3rem;
  padding-bottom: 4rem;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.margin-bottom, .margin-bottom.margin-small, .margin-bottom.margin-xsmall, .margin-bottom.margin-large, .margin-bottom.margin-medium, .margin-bottom.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-size-medium {
  padding-top: 20px;
  font-size: 1.125rem;
}

.rush-intelligence_feature-1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium {
  color: #fff;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.button {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  background-image: linear-gradient(#000, #000);
  border-radius: 1px;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.button.is-secondary.is-alternate {
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  background-color: #0000;
}

.button.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.rush-intelligence_feature-2_content-right {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rush-intelligence_feature-2_content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.rush-intelligence_feature-2_progress-bar {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  width: 2rem;
  height: 2px;
}

.rush-intelligence_feature-2_number-wrapper {
  text-align: center;
}

.rush-intelligence_feature-2_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

.rush-intelligence_feature-2_progress-wrapper {
  background-color: var(--\<unknown\|relume-variable-color-neutral-4\>);
  width: 100%;
  height: 2px;
  margin-bottom: 2rem;
}

.rush-intelligence_feature-2_content-left {
  align-items: flex-start;
  height: 14rem;
  display: flex;
  position: sticky;
  top: 20%;
  overflow: hidden;
}

.rush-intelligence_feature-2_number {
  font-size: 14rem;
  font-weight: 700;
  line-height: 1;
}

.rush-intelligence_feature-2_number.show-mobile-landscape {
  display: none;
}

.rush-intelligence_feature-3_image2 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.rush-intelligence_feature-3_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.rush-intelligence_feature-3_image-group {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.rush-intelligence_feature-3_image1 {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.rush-intelligence_feature-3_image-wrapper1 {
  width: 100%;
  margin-left: 30%;
}

.rush-intelligence_feature-3_image-wrapper2 {
  width: 50%;
  position: absolute;
  inset: 10% auto auto 0%;
}

.rush-intelligence_benefits_logo-row {
  grid-column-gap: 2rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.rush-intelligence_benefits_logo {
  max-height: 3.5rem;
}

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

.layout419_content-left {
  flex-direction: column;
  justify-content: center;
  max-width: 35rem;
  height: 100vh;
  margin-left: 5vw;
  margin-right: 5rem;
  display: flex;
  position: sticky;
  top: 0;
}

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group-2.is-center {
  justify-content: center;
}

.layout419_image-wrapper {
  width: 100%;
  height: 100%;
}

.layout419_image {
  width: 100%;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.layout419_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.layout419_card-content {
  max-width: 35rem;
}

.text-size-medium-2 {
  margin-bottom: 20px;
  font-size: 1.125rem;
}

.layout419_card {
  border-top: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding: 2.5rem;
  display: flex;
  position: sticky;
  top: 0;
}

.padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.rush-intelligence_feature-4_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.rush-intelligence_feature-4_component {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.section_rush-intelligence_feature-4 {
  position: relative;
}

.text-color-white {
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
}

.rush-intelligence_feature-4_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rush-intelligence_feature-4_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.layout487_mobile-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.layout487_component {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.layout487_content-left {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  padding-top: 60vh;
}

.padding-section-large-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.layout487_image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.layout487_mobile-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
}

.layout487_image {
  width: 100%;
  position: absolute;
}

.layout487_content-right {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-top: 110vh;
}

.layout487_item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
  display: flex;
}

.padding-section-large-4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rush-intelligence_feature-1_image {
  width: 100%;
  height: 100%;
}

.rush-intelligence_feature-1_component-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.rush-intelligence_feature-2_timeline-icon-wrapper {
  z-index: 1;
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  margin-top: -1rem;
  padding: 1rem;
  position: relative;
}

.rush-intelligence_feature-2_timeline-right {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.rush-intelligence_feature-2_timeline-wrapper {
  position: relative;
}

.rush-intelligence_feature-2_progress-bar-2 {
  background-color: #000;
  width: 2px;
  height: 100%;
}

.rush-intelligence_feature-2_component-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.rush-intelligence_feature-2_timeline-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.rush-intelligence_feature-2_timeline-step {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
}

.rush-intelligence_feature-2_progress-bar-wrapper {
  background-color: #00000026;
  width: 2px;
  height: 75%;
  position: absolute;
  top: 10%;
  left: 2.4375rem;
  right: auto;
}

.rush-intelligence_feature-3_image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.section_rush-intelligence_feature-3-2 {
  overflow: hidden;
}

.rush-intelligence_feature-3_image {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

.rush-intelligence_feature-3_content-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  margin-top: 40px;
  display: flex;
  overflow: hidden;
}

.rush-intelligence_feature-3_image-wrapper {
  width: 30vw;
}

.rush-intelligence_feature-3_component-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rush-intelligence_feature-3_content-top {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.rush-intelligence_layout_image2 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.rush-intelligence_layout_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.rush-intelligence_layout_image-group {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.rush-intelligence_layout_image1 {
  aspect-ratio: 2 / 3;
  filter: brightness(74%);
  mix-blend-mode: normal;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.rush-intelligence_layout_image-wrapper1 {
  width: 100%;
  margin-left: 30%;
}

.rush-intelligence_layout_image-wrapper2 {
  width: 50%;
  position: absolute;
  inset: 10% auto auto 0%;
}

.rush-intelligence_benefits_component-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.heading {
  font-size: 20px;
}

.paragraph {
  font-size: 16px;
}

.heading-2 {
  font-size: 20px;
}

.paragraph-2, .paragraph-3, .paragraph-4 {
  font-size: 16px;
}

.heading-3, .heading-4, .heading-5, .heading-6 {
  font-size: 20px;
}

.text-block-2 {
  color: var(--burntsienna);
}

@media screen and (min-width: 1440px) {
  .c-img.cc-contain {
    object-position: 5% 50%;
  }

  .stats-number {
    font-size: 120px;
  }

  .aim-block_details {
    flex: 1;
    font-size: 100px;
    line-height: 100px;
  }

  .header-inner {
    width: 100%;
    height: 100vh;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
    line-height: 56px;
  }

  h2 {
    font-size: 45px;
    line-height: 50px;
  }

  h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .c-nav_inner {
    padding-left: 50px;
    padding-right: 50px;
  }

  .c-img.cc-stats {
    object-fit: cover;
  }

  .c-hero_inner {
    padding-left: 50px;
    padding-right: 50px;
  }

  .h0 {
    font-size: 100px;
    line-height: 100px;
  }

  .h0.text-center_align {
    line-height: 90px;
  }

  .c-about_inner {
    padding: 100px 50px;
  }

  .about-inner_top {
    min-height: 520px;
    padding: 70px 50px 50px 140px;
  }

  .about-inner_bottom {
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 25px;
    padding-right: 25px;
  }

  .about-cta_block {
    max-width: none;
    padding: 50px;
  }

  .about-strategy {
    margin-top: 50px;
    margin-right: 0;
  }

  .divider.cc-stats {
    height: 10px;
  }

  .divider.cc-aim {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .c-stats_inner {
    height: auto;
    max-height: none;
  }

  .c-stat_block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: auto;
  }

  .c-stat_block.cc-last {
    padding-top: 0;
    padding-left: 0;
  }

  .stat-block_inner {
    flex-direction: row-reverse;
    align-items: stretch;
  }

  .stat-block_inner.cc-last {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .stats-header_text {
    text-align: right;
    width: auto;
  }

  .stats-header_text.cc-small {
    width: auto;
  }

  .stats-header_text.cc-mid {
    width: 208px;
  }

  .stats-number {
    justify-content: flex-end;
    width: 400px;
    max-width: none;
    min-height: 150px;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 70px;
    line-height: 70px;
  }

  .stats-number.cc-two {
    justify-content: center;
    width: auto;
    min-width: 150px;
    padding-top: 15px;
    padding-right: 40px;
  }

  .stats-number.cc-three {
    justify-content: flex-end;
    width: auto;
    min-width: 150px;
    max-width: none;
    padding-left: 40px;
    padding-right: 40px;
  }

  .stats-number.cc-four {
    width: auto;
    min-width: 150px;
    max-width: none;
  }

  .stats-img_block {
    width: auto;
    max-width: none;
    height: 150px;
  }

  .stats-img_block.cc-three {
    width: 41vw;
    max-width: 590px;
  }

  .stats-icon_block {
    width: 180px;
    max-width: none;
  }

  .stats-icon_block.cc-three {
    background-size: 45%;
    height: 150px;
  }

  .stats-icon_block.cc-two {
    background-size: 50%;
    height: 150px;
  }

  .stats-icon_block.cc-four {
    background-size: 45%;
    height: 150px;
  }

  .stats-number_inner {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: right;
    flex-direction: column;
    align-items: flex-end;
    max-width: 150px;
  }

  .c-aim_inner {
    padding: 75px 50px;
  }

  .aim-icon_block {
    width: 90px;
    height: 90px;
  }

  .aim-block_wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 31px;
  }

  .aim-block_inner {
    width: 250px;
  }

  .c-footer_inner {
    padding-bottom: 75px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .footer-top_block {
    grid-column-gap: 35px;
    margin-bottom: 40px;
  }

  .footer-links {
    grid-column-gap: 25px;
    flex-wrap: wrap;
  }

  .footer-link {
    line-height: 24px;
  }

  .c-menu_inner {
    padding: 90px 50px 135px;
  }

  .menu-top_block {
    height: 100%;
  }

  .social-link_wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 25px;
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-link_wrapper {
    min-width: 250px;
  }

  .menu-link {
    border-bottom-width: 5px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 30px;
    line-height: 39px;
  }

  .menu-sublink_wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-logo {
    bottom: 70px;
  }

  .close-btn {
    top: 40px;
    right: 40px;
  }

  .stats-header {
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 40px;
    display: flex;
  }

  .stats-header.cc-last {
    background-color: #222;
  }

  .aim-header {
    max-width: 500px;
  }

  .aim-span {
    font-size: 48px;
    line-height: 50px;
  }

  .stat-line {
    width: 8px;
  }

  .stat-line.cc-two {
    right: 30px;
  }

  .stat-line.cc-three {
    right: 55px;
  }

  .about-line {
    width: 25px;
  }

  .about-line.cc-three {
    width: 12px;
    left: 65px;
  }

  .about-line.cc-four {
    width: 7px;
    left: 90px;
  }

  .about-line.cc-two {
    width: 25px;
  }

  .header-inner, .about-inner {
    padding-left: 50px;
    padding-right: 50px;
  }

  .about-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .values-inner {
    padding: 100px 50px;
  }

  .values-block_wrapper {
    grid-column-gap: 30px;
  }

  .values-block {
    padding-top: 100px;
  }

  .values-line.cc-last {
    max-height: 115px;
  }

  .mission-inner {
    grid-column-gap: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .mission-img_block {
    width: 45vw;
    max-width: none;
  }

  .mission-subheading {
    font-size: 45px;
    line-height: 50px;
  }

  .mission-line {
    width: 40px;
  }

  .vision-inner {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .vision-left_block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .vision-right_block {
    max-width: none;
  }

  .vision-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .vision-right_inner {
    margin: 30px;
  }

  .cta-block, .c-services_inner {
    padding: 100px 50px;
  }

  .open-icon {
    width: 25px;
    height: 25px;
  }

  .services-block_details.cc-expanded {
    grid-column-gap: 25px;
    max-height: 800px;
  }

  .link-line.cc-show {
    width: 40px;
    margin-right: 20px;
  }

  .c-approach_inner {
    padding: 100px 50px;
  }

  .approach-text_wrapper {
    flex: 1;
  }

  .approach-block_details {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .approach-line {
    width: 300px;
    left: -50px;
  }

  .c-blog_inner {
    padding: 70px 50px;
  }

  .c-blog_block {
    grid-row-gap: 50px;
  }

  .blog-block_details.cc-expanded {
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-heading {
    font-size: 22px;
    line-height: 34px;
  }

  .blog-block_bottom {
    grid-column-gap: 20px;
  }

  .c-blogpost_header {
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .c-blogpost_inner {
    padding: 100px 50px;
  }

  .blogpost-inner_top {
    margin-bottom: 70px;
  }

  .blogpost-top_left {
    min-width: 220px;
  }

  .blogpost-top_right {
    margin-left: 30px;
  }

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

  .featured-blog_block {
    margin-bottom: 30px;
  }

  .featured-blog_details {
    padding: 50px 30px;
  }

  .featured-blog_details.cc-expanded {
    padding-left: 30px;
    padding-right: 30px;
  }

  .inner-bottom_header {
    margin-bottom: 30px;
  }

  .approach-img_block {
    opacity: 1;
    width: 300px;
    height: 300px;
  }

  .c-careers_inner {
    padding: 60px 50px;
  }

  .c-careers_header {
    margin-bottom: 50px;
  }

  .careers-icon_wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .careers-block_text {
    max-width: 420px;
  }

  .c-open_careers {
    padding: 100px 50px;
  }

  .careers-inner_left {
    min-width: 220px;
  }

  .careers-inner_right {
    margin-left: 50px;
  }

  .c-contact_inner {
    padding: 100px 50px;
  }

  .contact-block_header {
    max-width: 250px;
  }

  .c-contact_form {
    margin-left: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .vision-list_number {
    min-width: 60px;
  }

  .values-overlay {
    opacity: 0;
  }

  .about-img_container {
    width: 38vw;
    max-width: none;
  }

  .success-message {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
  }

  .c-privacy_inner {
    padding-left: 50px;
    padding-right: 50px;
  }

  .about-line_block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .mission-line_container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-block {
    text-align: right;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .rush-intelligence_feature-1_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .rush-intelligence_feature-2_component {
    grid-column-gap: 2rem;
    grid-template-columns: .75fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout419_content-left {
    height: 100svh;
    margin-right: 3rem;
  }

  .layout419_card {
    height: 100svh;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rush-intelligence_feature-4_component {
    grid-column-gap: 2rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .layout487_component {
    grid-column-gap: 2rem;
  }

  .padding-section-large-3, .padding-section-large-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rush-intelligence_feature-1_component-2 {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .rush-intelligence_feature-2_component-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .rush-intelligence_feature-2_timeline-step {
    grid-column-gap: 24px;
  }

  .rush-intelligence_feature-3_content-top, .rush-intelligence_benefits_component-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }
}

@media screen and (max-width: 767px) {
  h1, h2 {
    font-size: 35px;
    line-height: 40px;
  }

  h4 {
    font-size: 20px;
    line-height: 32px;
  }

  p {
    font-size: 18px;
    line-height: 28px;
  }

  .c-nav_inner {
    padding: 25px;
  }

  .c-nav_logo {
    width: 90px;
    height: 24px;
  }

  .small-paragraph {
    font-size: 18px;
    line-height: 29px;
  }

  .c-nav_hambrger {
    width: 30px;
  }

  .c-hero_inner {
    justify-content: flex-start;
    min-height: 750px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .hero-text_wrapper {
    margin-bottom: 40px;
  }

  .h0 {
    font-size: 55px;
    line-height: 60px;
  }

  .h0.text-center_align {
    line-height: 60px;
  }

  .hero-inner_bottom {
    text-align: center;
    flex-direction: column;
  }

  .hero-subtext_wrapper {
    margin-bottom: 40px;
  }

  .c-about_inner {
    padding: 50px 25px;
  }

  .about-inner_top {
    height: 80vw;
    min-height: 0;
    max-height: 500px;
    padding-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .about-inner_bottom {
    margin-top: -20vw;
    padding-left: 25px;
    padding-right: 25px;
  }

  .about-cta_block {
    grid-column-gap: 45px;
    padding: 25px;
  }

  .about-strategy {
    width: 100%;
  }

  .strategy-block_wrapper {
    flex-flow: column wrap;
  }

  .strategy-text, .strategy-text.cc-two, .strategy-text.cc-three {
    max-width: none;
  }

  .c-stats_inner {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: block;
  }

  .c-stat_block {
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    height: 200px;
  }

  .stat-block_inner {
    width: 50%;
    overflow: hidden;
  }

  .stat-block_inner.cc-last {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .stats-header_text {
    text-align: left;
  }

  .stats-header_text.cc-mid {
    width: 140px;
  }

  .stats-number {
    justify-content: center;
    width: 100%;
    min-height: 200px;
  }

  .stats-number.cc-two {
    width: 100%;
    min-height: 0;
  }

  .stats-number.cc-three {
    justify-content: center;
    width: 100%;
    min-height: 0;
    padding-top: 5px;
  }

  .stats-number.cc-four {
    flex: 1;
    width: 50%;
    min-height: 0;
    padding-top: 0;
  }

  .stats-number.cc-one {
    justify-content: center;
    min-height: 0;
  }

  .stats-img_block, .stats-icon_block.cc-three, .stats-icon_block.cc-two, .stats-icon_block.cc-four {
    display: none;
  }

  .stats-number_inner {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .c-aim_inner {
    padding: 50px 25px;
  }

  .aim-icon_block {
    width: 50px;
    height: 50px;
  }

  .aim-block_wrapper {
    grid-row-gap: 30px;
  }

  .aim-block {
    flex-direction: column;
  }

  .aim-img_block {
    width: 100%;
    height: 250px;
  }

  .aim-block_details {
    padding: 25px;
  }

  .aim-block_inner {
    grid-column-gap: 30px;
    grid-row-gap: 35px;
    justify-content: flex-start;
  }

  .c-footer_inner {
    padding-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-top_block {
    flex-direction: column;
    justify-content: flex-start;
  }

  .footer-top_left {
    width: 100%;
    margin-top: 0;
  }

  .footer-field {
    width: 100%;
    max-width: 500px;
  }

  .submit-button {
    max-width: 500px;
  }

  .footer-top_right {
    width: 100%;
  }

  .footer-links {
    grid-column-gap: 20px;
    flex-direction: column;
  }

  .footer-link_wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-bottom_block {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-bottom_right {
    grid-row-gap: 20px;
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 40px;
  }

  .c-menu_inner {
    padding-left: 25px;
    padding-right: 25px;
  }

  .stats-header {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    height: 100%;
    padding-left: 30px;
  }

  .stats-header.cc-last {
    flex: none;
  }

  .aim-header {
    max-width: 375px;
  }

  .aim-span {
    font-size: 35px;
    line-height: 40px;
  }

  .aim-line, .about-line {
    display: none;
  }

  .header-inner {
    padding-left: 25px;
    padding-right: 25px;
  }

  .header-arrow_block {
    width: 60px;
    height: 60px;
  }

  .about-section {
    height: auto;
    min-height: 750px;
  }

  .about-inner {
    padding: 50px 25px;
  }

  .about-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    margin-top: 30px;
  }

  .about-block_details {
    max-width: none;
    height: auto;
    position: static;
  }

  .values-inner {
    padding: 60px 25px;
  }

  .values-block_wrapper {
    grid-row-gap: 30px;
    flex-flow: wrap;
  }

  .values-block {
    flex: 1;
    align-self: stretch;
    width: auto;
    min-width: 30%;
    padding-top: 40px;
  }

  .values-icon {
    width: 40.8px;
    height: 65px;
    margin-bottom: 25px;
  }

  .mission-inner {
    grid-row-gap: 30px;
    flex-direction: column;
    padding-left: 25px;
    padding-right: 25px;
  }

  .mission-img_block {
    width: 100%;
  }

  .mission-text {
    max-width: none;
    margin-top: 10px;
  }

  .mission-subheading {
    max-width: none;
    margin-top: 20px;
    font-size: 35px;
    line-height: 40px;
  }

  .vision-inner {
    flex-direction: column;
    margin-left: 25px;
    margin-right: 25px;
    padding: 50px 25px;
  }

  .vision-left_block {
    padding-top: 0;
  }

  .vision-quote {
    margin-top: 30px;
  }

  .vision-list_wrapper {
    grid-row-gap: 30px;
    margin-top: 40px;
  }

  .vision-right_heading {
    padding-bottom: 20px;
  }

  .cta-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-text_wrapper {
    margin-bottom: 50px;
  }

  .c-services_inner {
    padding: 60px 25px;
  }

  .open-icon {
    width: 20px;
    height: 20px;
  }

  .services-block_details.cc-expanded {
    grid-row-gap: 25px;
    flex-direction: column;
    max-height: 1500px;
  }

  .link-line.cc-show {
    width: 30px;
  }

  .services-img_block {
    width: 100%;
  }

  .c-approach_inner {
    padding: 60px 25px;
  }

  .approach-text_wrapper {
    max-width: none;
    margin-left: 0;
  }

  .approach-subtext {
    max-width: none;
  }

  .approach-block_details {
    max-width: 500px;
    margin-top: 50px;
    display: block;
  }

  .approach-header {
    margin-bottom: 10px;
    padding-top: 0;
  }

  .approach-line {
    width: 100%;
    margin-bottom: 20px;
    position: static;
  }

  .approach-line.cc-hide {
    display: none;
  }

  .approach-text {
    max-width: none;
  }

  .approach-block_inner {
    margin-bottom: 20px;
    display: block;
  }

  .approach-number {
    margin-bottom: 10px;
  }

  .c-blog_inner {
    padding: 50px 25px;
  }

  .c-blog_header {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .blog-header_subtext {
    margin-left: 0;
  }

  .blog-img_block.cc-expanded {
    width: auto;
  }

  .c-blog_block {
    grid-row-gap: 40px;
  }

  .blog-block_inner {
    width: 100%;
  }

  .blog-block_inner.cc-expanded {
    flex-direction: column;
  }

  .blog-block_details.cc-expanded {
    width: auto;
  }

  .featured-blog_subheading {
    max-width: none;
  }

  .blog-block_bottom {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .blog-header_text {
    margin-bottom: 10px;
  }

  .c-blogpost_inner {
    padding: 50px 25px;
  }

  .blogpost-inner_top {
    flex-direction: column;
    margin-bottom: 50px;
  }

  .blogpost-top_left {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    min-width: auto;
    max-height: none;
    display: flex;
    position: static;
  }

  .blogpost-top_right {
    margin-top: 30px;
    margin-left: 0;
  }

  .social-icons_block {
    margin-top: 20px;
  }

  .social-icon {
    width: 25px;
    height: 25px;
  }

  .social-block_text {
    margin-bottom: 10px;
  }

  .c-blog_grid {
    grid-template-columns: 1fr;
  }

  .featured-blog_block {
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
  }

  .featured-blog_block.cc-expanded {
    flex-direction: column;
  }

  .featured-blog_details {
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .featured-blog_details.cc-expanded {
    width: auto;
  }

  .featured-blog_heading {
    max-width: none;
    font-size: 30px;
  }

  .featured-img_block, .featured-img_block.cc-expanded {
    width: auto;
  }

  .c-pagination {
    margin-top: 50px;
  }

  .c-page_number {
    font-size: 16px;
  }

  .c-page_number.w--current {
    width: 24px;
    height: 24px;
  }

  .left-pagination_arrow, .right-pagination_arrow {
    width: 18px;
    height: 16px;
  }

  .blogpost-rich_text h4 {
    margin-bottom: 20px;
  }

  .blogpost-rich_text p {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .blogpost-rich_text figure {
    margin-bottom: 20px;
  }

  .blogpost-rich_text ul {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .approach-img_block {
    width: 100%;
  }

  .c-careers_inner {
    padding: 50px 25px;
  }

  .c-careers_header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 50px;
  }

  .career-header_text {
    max-width: none;
    margin-bottom: 10px;
  }

  .career-header_subtext {
    max-width: none;
    margin-left: 0;
  }

  .careers-block {
    flex-direction: column;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .careers-icon_block {
    border-bottom: 1px solid #3a3837;
    border-right-style: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .careers-icon_block.no-border {
    border-bottom-style: none;
    border-right-style: none;
  }

  .careers-icon_block.cc-open_careers {
    margin-right: 0;
  }

  .careers-icon_wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .careers-block_text {
    max-width: none;
    margin-bottom: 30px;
  }

  .careers-block_text.cc-no-margin {
    margin-bottom: 25px;
  }

  .c-open_careers {
    flex-direction: column;
    padding: 50px 25px;
  }

  .careers-inner_left {
    align-self: stretch;
    min-width: auto;
    margin-bottom: 30px;
    position: static;
  }

  .careers-inner_right {
    margin-left: 0;
  }

  .careers-inner_header {
    margin-bottom: 40px;
  }

  .careers-rich_text p, .careers-rich_text li {
    font-size: 16px;
  }

  .c-contact_inner {
    flex-direction: column-reverse;
    padding: 50px 25px;
  }

  .c-contact_block {
    margin-top: 50px;
  }

  .contact-block_header {
    max-width: none;
  }

  .contact-block_inner {
    margin-top: 25px;
    padding-top: 25px;
  }

  .contact-block_subtext {
    max-width: none;
  }

  .c-contact_form {
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    margin-left: 0;
    padding: 50px 30px;
  }

  .contact-text_field.cc-textarea {
    min-height: 120px;
  }

  .approach-img_container {
    display: block;
  }

  .vision-list_text {
    max-width: none;
  }

  .vision-list_number {
    min-width: 40px;
  }

  .about-img_inner {
    opacity: 1;
  }

  .about-img_container {
    flex: 0 auto;
    width: 100%;
    height: 80vw;
  }

  .about-img_container.cc-mobile {
    display: block;
  }

  .about-block_text {
    opacity: 1;
    padding-top: 40px;
    padding-bottom: 40px;
    position: static;
    transform: translate(0);
  }

  .c-privacy_inner {
    padding: 40px 25px;
  }

  .privacy-rich_text p, .privacy-rich_text ul {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .check-dc_logo {
    bottom: -50px;
    left: 0;
    right: 0;
  }

  .loader-lottie {
    width: 150px;
  }

  .text-block {
    text-align: center;
    padding-bottom: 20px;
  }

  .column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    display: grid;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .rush-intelligence_feature-1_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .rush-intelligence_feature-2_content-right {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .rush-intelligence_feature-2_content {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .rush-intelligence_feature-2_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rush-intelligence_feature-2_progress-wrapper {
    margin-top: 2rem;
  }

  .rush-intelligence_feature-2_content-left {
    display: none;
    position: static;
  }

  .rush-intelligence_feature-2_number {
    font-size: 6rem;
  }

  .rush-intelligence_feature-2_number.show-mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

  .rush-intelligence_feature-3_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rush-intelligence_feature-3_image-group {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .rush-intelligence_benefits_logo {
    max-height: 3rem;
  }

  .layout419_content-left {
    height: auto;
    margin-left: 5%;
    margin-right: 5%;
    position: static;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .layout419_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    padding-top: 6rem;
  }

  .layout419_content-right {
    position: sticky;
    top: 0;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .layout419_card {
    padding-left: 5%;
    padding-right: 5%;
  }

  .layout419_card.is-first {
    border-left-style: none;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rush-intelligence_feature-4_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .layout487_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .layout487_content-left {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    padding-top: 0;
    display: flex;
  }

  .padding-section-large-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .layout487_image-wrapper {
    display: none;
  }

  .layout487_mobile-image-wrapper {
    margin-bottom: 2rem;
    display: flex;
  }

  .layout487_image.image1 {
    height: 50vh;
  }

  .layout487_content-right {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    padding-top: 0;
    display: flex;
  }

  .layout487_item {
    justify-content: center;
    height: auto;
  }

  .padding-section-large-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rush-intelligence_feature-1_component-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rush-intelligence_feature-2_timeline-icon-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .rush-intelligence_feature-2_component-2 {
    grid-template-columns: 1fr;
  }

  .rush-intelligence_feature-2_progress-bar-wrapper {
    left: 2rem;
  }

  .rush-intelligence_feature-3_image-wrapper {
    width: 40vw;
  }

  .rush-intelligence_feature-3_content-top {
    grid-template-columns: 1fr;
  }

  .rush-intelligence_layout_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rush-intelligence_layout_image-group {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .rush-intelligence_benefits_component-2 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .c-hero_inner {
    min-height: 0;
  }

  .h0 {
    text-align: center;
  }

  .hero-line_wrapper.cc-menu {
    height: 83px;
  }

  .hero-line {
    margin-bottom: 8px;
  }

  .hero-line.cc-second {
    height: 12px;
  }

  .hero-line.cc-third {
    height: 22px;
  }

  .hero-line.cc-first {
    height: 6px;
    margin-bottom: 6px;
  }

  .hero-line.cc-fourth {
    height: 22px;
  }

  .c-about_inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .about-inner_top {
    height: 500px;
    max-height: none;
    padding-top: 75px;
  }

  .about-inner_bottom {
    margin-top: -120px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-cta_block {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .stats-number {
    background-color: #2d2b2a;
    padding-left: 0;
    padding-right: 0;
  }

  .stats-number.cc-two, .stats-number.cc-three, .stats-number.cc-four {
    padding-left: 0;
    padding-right: 0;
  }

  .c-aim_inner {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .aim-inner_top {
    grid-column-gap: 30px;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .footer-bottom_right {
    width: 100%;
  }

  .copyright {
    font-size: 14px;
    line-height: 19px;
  }

  .c-menu_inner {
    padding-top: 30px;
  }

  .menu-top_block {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }

  .menu-link_wrapper {
    min-width: 250px;
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .menu-link {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 25px;
  }

  .menu-sublink_wrapper {
    grid-column-gap: 30px;
    flex-direction: row;
    margin-bottom: 30px;
  }

  .menu-logo {
    inset: auto 0 20px auto;
  }

  .close-btn {
    top: 25px;
    right: 20px;
  }

  .header-inner {
    height: 80vh;
    padding-bottom: 100px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .header-cta {
    flex-direction: column;
  }

  .header-text_wrapper {
    margin-bottom: 20px;
  }

  .about-inner {
    padding: 20px;
  }

  .about-block {
    margin-top: 25px;
  }

  .values-inner {
    padding: 60px 20px;
  }

  .values-block_wrapper {
    flex-direction: column;
  }

  .values-block {
    flex: none;
    width: 100%;
  }

  .mission-inner {
    flex-direction: column;
    padding: 50px 20px;
  }

  .mission-img_block {
    width: 100%;
    height: 350px;
  }

  .vision-inner {
    flex-direction: column;
    margin-left: 20px;
    margin-right: 20px;
    padding: 50px 20px;
  }

  .vision-quote {
    margin-top: 20px;
  }

  .vision-list {
    display: block;
  }

  .vision-right_inner {
    margin-left: 20px;
    margin-right: 20px;
  }

  .cta-block {
    flex-direction: column;
    padding: 60px 20px;
  }

  .cta-text_wrapper {
    margin-bottom: 50px;
  }

  .c-services_inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .link-line.cc-show {
    width: 25px;
    margin-right: 10px;
  }

  .services-img_block {
    height: 300px;
  }

  .services-header {
    max-width: 240px;
    margin-right: 20px;
  }

  .c-approach_inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .approach-block_details {
    margin-top: 50px;
  }

  .approach-header {
    margin-bottom: 10px;
    padding-top: 0;
  }

  .c-approach_block {
    margin-left: 0;
    margin-right: 0;
  }

  .approach-number {
    margin-bottom: 20px;
  }

  .c-blog_inner {
    padding: 50px 25px;
  }

  .c-blog_header {
    flex-direction: column;
    margin-bottom: 50px;
  }

  .blog-header_subtext {
    margin-left: 0;
  }

  .blog-img_block.cc-expanded {
    width: 100%;
  }

  .blog-block_inner.cc-expanded {
    flex-direction: column;
  }

  .blog-block_details.cc-expanded {
    width: 100%;
    padding: 30px 20px;
  }

  .c-blogpost_header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-blogpost_inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blogpost-top_left {
    flex-direction: column;
    align-items: flex-start;
  }

  .social-block {
    margin-top: 30px;
  }

  .c-blog_grid {
    grid-template-columns: 1fr;
  }

  .featured-blog_block.cc-expanded {
    flex-direction: column;
  }

  .featured-blog_details {
    padding: 30px 20px;
  }

  .featured-blog_details.cc-expanded {
    width: 100%;
    padding: 30px 20px;
  }

  .featured-blog_heading {
    font-size: 26px;
    line-height: 35px;
  }

  .featured-img_block.cc-expanded {
    width: 100%;
  }

  .c-pagination {
    margin-top: 30px;
  }

  .c-careers_header {
    margin-bottom: 30px;
  }

  .careers-block_inner {
    margin-bottom: 0;
  }

  .careers-icon_wrapper {
    flex-direction: column;
  }

  .careers-block_text {
    max-width: none;
  }

  .c-contact_form {
    padding: 40px 25px;
  }

  .contact-field_label {
    font-size: 16px;
  }

  .contact-text_field {
    margin-bottom: 20px;
  }

  .contact-form_heading {
    margin-bottom: 25px;
  }

  .vision-list_text {
    max-width: none;
  }

  .about-img_container {
    height: 100vw;
  }

  .loader-lottie {
    width: 120px;
  }

  .text-block {
    text-align: center;
    padding-bottom: 20px;
  }

  .image {
    display: block;
  }

  .column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
    display: grid;
    position: static;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .rush-intelligence_feature-1_component {
    grid-template-columns: 1fr;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .rush-intelligence_feature-2_content-right {
    grid-row-gap: 3rem;
  }

  .rush-intelligence_feature-2_content {
    height: auto;
  }

  .rush-intelligence_feature-2_component {
    grid-template-columns: 1fr;
  }

  .rush-intelligence_feature-3_image-group {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .rush-intelligence_benefits_logo-row {
    justify-content: center;
  }

  .rush-intelligence_feature-4_component {
    grid-template-columns: 1fr;
  }

  .layout487_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout487_item {
    height: auto;
  }

  .rush-intelligence_feature-1_component-2, .rush-intelligence_feature-2_component-2, .rush-intelligence_feature-3_content-top {
    grid-template-columns: 1fr;
  }

  .rush-intelligence_layout_image-group {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .rush-intelligence_benefits_component-2 {
    grid-template-columns: 1fr;
  }
}

#w-node-_73beb50d-c2cd-7f0a-b298-e341877fc5fc-e944a46c, #w-node-ae390129-ef0a-02a1-5e1a-f7e4f773ed97-5a938f12, #w-node-ae390129-ef0a-02a1-5e1a-f7e4f773ed98-5a938f12, #w-node-ae390129-ef0a-02a1-5e1a-f7e4f773ed99-5a938f12, #w-node-ae390129-ef0a-02a1-5e1a-f7e4f773ed9a-5a938f12, #w-node-ae390129-ef0a-02a1-5e1a-f7e4f773ed9b-5a938f12, #w-node-ae390129-ef0a-02a1-5e1a-f7e4f773ed9c-5a938f12, #w-node-ae390129-ef0a-02a1-5e1a-f7e4f773ed9d-5a938f12, #w-node-ae390129-ef0a-02a1-5e1a-f7e4f773ed9e-5a938f12, #w-node-ae390129-ef0a-02a1-5e1a-f7e4f773eda0-5a938f12, #w-node-ae390129-ef0a-02a1-5e1a-f7e4f773eda1-5a938f12, #w-node-ae390129-ef0a-02a1-5e1a-f7e4f773eda2-5a938f12, #w-node-ae390129-ef0a-02a1-5e1a-f7e4f773eda3-5a938f12, #w-node-ae390129-ef0a-02a1-5e1a-f7e4f773eda4-5a938f12, #w-node-ae390129-ef0a-02a1-5e1a-f7e4f773eda5-5a938f12, #w-node-ae390129-ef0a-02a1-5e1a-f7e4f773eda6-5a938f12, #w-node-ae390129-ef0a-02a1-5e1a-f7e4f773eda7-5a938f12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler_Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler_Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler ultra';
  src: url('../fonts/Butler_Ultra_Light.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}