@font-face {
  font-family: Adieu;
  src: url('../fonts/Adieu-Black.woff2') format("woff2"), url('../fonts/Adieu-Black.eot') format("embedded-opentype"), url('../fonts/Adieu-Black.woff') format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Adieu;
  src: url('../fonts/Adieu-Bold.woff2') format("woff2"), url('../fonts/Adieu-Bold.eot') format("embedded-opentype"), url('../fonts/Adieu-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Adieu;
  src: url('../fonts/Adieu-Light.woff2') format("woff2"), url('../fonts/Adieu-Light.eot') format("embedded-opentype"), url('../fonts/Adieu-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Adieu;
  src: url('../fonts/Adieu-Regular.woff2') format("woff2"), url('../fonts/Adieu-Regular.eot') format("embedded-opentype"), url('../fonts/Adieu-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --rp-beige: #f9f6f2;
  --rpg-red: #b50606;
  --white: white;
  --solspyder-dark-grey: #1a1b1b;
  --rr-icy-blue: #7ee7f2;
  --bs-yellow: #ccf209;
  --rg-consulting-grey: #e6e6e6;
}

.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 {
  background-color: var(--rp-beige);
  color: #000;
  margin-left: auto;
  margin-right: auto;
  font-family: Source Code Pro, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.6;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Code Pro, sans-serif;
  font-weight: 400;
}

h2 {
  color: #000;
  text-align: center;
  margin-top: .5em;
  margin-bottom: 0;
  font-family: Source Code Pro, sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.6;
}

h3 {
  color: var(--rpg-red);
  text-align: left;
  margin-top: .5em;
  margin-bottom: 0;
  font-family: Source Code Pro, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  border-bottom: 1px solid var(--rpg-red);
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Source Code Pro, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
}

p {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

a {
  text-decoration: underline;
}

label {
  margin-bottom: 5px;
  font-family: Raleway, sans-serif;
  font-weight: 400;
  display: block;
}

.navblock {
  box-shadow: none;
  background-color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1560px;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.header-block {
  justify-content: center;
  margin-top: 5em;
  margin-bottom: 5em;
  padding-top: 0;
  padding-bottom: 3em;
  display: flex;
}

.header-block.am {
  border-bottom-style: none;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 5em;
  display: flex;
}

.header-block.ds {
  justify-content: flex-start;
  margin-bottom: 0;
  padding-bottom: 2em;
  padding-left: 3em;
}

.header-block.experiences {
  margin-left: 10%;
  margin-right: 10%;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

.container.ds-page {
  padding-left: 0;
  padding-right: 0;
}

.container.contact-page {
  height: 92vh;
}

.footer-block {
  border-top: 1px solid #0003;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-block.dark-bg {
  border-top-color: #0003;
  align-items: flex-start;
  height: 100%;
  margin-bottom: 2em;
}

.main-thumb-block {
  color: var(--white);
  margin-bottom: 5em;
  margin-right: 3em;
  text-decoration: none;
}

.thumbnail {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 2em;
  width: 30em;
  height: 17em;
  padding-bottom: 0;
}

.div-block {
  background-color: var(--white);
  border-radius: 0 2em 2em;
  flex-direction: column;
  justify-content: space-between;
  width: 80%;
  height: auto;
  padding: 1.5em;
  display: flex;
  position: relative;
  top: -4em;
  box-shadow: 2px 2px 10px #b5060621;
}

.date-published-text {
  color: var(--solspyder-dark-grey);
  font-size: .7em;
  font-weight: 300;
}

.collection-list-wrapper {
  padding: 3em;
}

.data-stories-heading {
  margin-top: 0;
}

.data-stories-paragraph {
  text-align: justify;
  margin-top: 1em;
  font-family: Raleway, sans-serif;
}

.div-block-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  border-bottom-right-radius: 2em;
  height: 28em;
}

.content-block-ds {
  background-color: var(--white);
  border-radius: 0 2em 2em;
  width: 60%;
  padding: 2.5em;
  position: relative;
  top: -5.625em;
  box-shadow: 2px 2px 10px #b5060626;
}

.ds-content-block {
  max-width: 1000px;
  padding: 3em 3em 6em;
}

.rich-text-block {
  text-align: justify;
  margin-top: -3.125em;
  font-family: Montserrat, sans-serif;
}

.body-text-block {
  margin-bottom: 5em;
}

.div-block-3 {
  width: 50%;
  height: 4em;
}

.div-block-3.left {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 2em;
  display: flex;
}

.div-block-3.right {
  justify-content: flex-end;
  align-items: center;
  margin-right: 2em;
  font-size: 1em;
  display: flex;
}

.image {
  height: 1.5em;
  padding-right: .5em;
}

.image.hide {
  display: none;
}

.link-block {
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.logo-header {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}

.logo-header.hide {
  display: none;
}

.social-img {
  height: 1.7em;
}

.link-block-2 {
  color: #fff;
  margin-right: 2em;
  text-decoration: none;
}

.link-block-2:hover {
  color: var(--rpg-red);
}

.link-block-2.hide {
  display: none;
}

.social-link-block:hover {
  color: var(--rr-icy-blue);
}

.footer-div {
  justify-content: center;
  width: 33%;
  display: flex;
}

.footer-div.mid {
  height: 100%;
  padding-top: 1em;
}

.footer-div.left {
  justify-content: flex-start;
  padding-top: .5em;
  padding-bottom: 1em;
  padding-left: 2em;
}

.footer-text {
  font-family: Raleway, sans-serif;
  font-size: .6em;
  font-weight: 400;
}

.navbar-no-shadow {
  display: none;
}

.navbar-no-shadow-container {
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  position: static;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.home-block {
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 4%;
  display: flex;
}

.text-block {
  z-index: 3;
  margin-left: 3em;
  position: relative;
}

.symbol {
  height: 25em;
}

.div-block-4 {
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: flex;
}

.period {
  display: inline;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1.2;
  display: flex;
}

.button-block {
  margin-top: 2em;
}

.hp-button {
  background-color: var(--solspyder-dark-grey);
  border: .2em solid #1a1b1b;
  margin-left: 2em;
  padding: 1em 2em;
}

.hp-button:hover {
  border-color: var(--rr-icy-blue);
  color: var(--rr-icy-blue);
}

.hp-button.b1 {
  margin-left: 0;
}

.hp-button.b1:hover {
  border-color: var(--rpg-red);
  background-color: var(--rp-beige);
  color: var(--rpg-red);
}

.hp-button.b1.hide {
  display: none;
}

.hp-button.b2:hover {
  border-color: var(--rpg-red);
  background-color: var(--rg-consulting-grey);
  color: var(--rpg-red);
}

.hp-button.b4 {
  margin-top: 1em;
  margin-left: 0;
  padding: .5em 3em;
}

.hp-button.b4:hover {
  border-color: var(--rpg-red);
  background-color: var(--rp-beige);
  color: var(--rpg-red);
}

.hp-button.b4.hide {
  display: none;
}

.div-block-5 {
  width: 60%;
}

.little-divider {
  background-color: #fff3;
  width: 65%;
  height: 1px;
  margin-bottom: 4em;
  margin-left: 2em;
}

.little-divider.red {
  background-color: var(--rpg-red);
}

.short-divider {
  background-color: var(--rpg-red);
  width: 5em;
  height: 1px;
  margin-top: 1em;
  margin-bottom: 1em;
}

.footer-home-page {
  text-align: center;
  margin-bottom: 1em;
  font-family: Raleway, sans-serif;
  font-size: .7vw;
  position: absolute;
  inset: auto 0% 0%;
}

.content-container-at.dark-end {
  border-bottom: 1px solid var(--white);
}

.popup-container {
  z-index: 6;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #1a1b1b80;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
}

.popup-block {
  background-color: var(--solspyder-dark-grey);
  border: .1em solid #fff3;
  border-radius: 2em;
  width: 35em;
  height: 25em;
  margin: auto;
  position: absolute;
  inset: 0%;
  box-shadow: 0 -7px 15px #7ee7f233, 0 7px 15px #7ee7f233;
}

.popup-form-heading {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4;
}

.popup-email-form {
  margin-top: 1em;
}

.email-text-field {
  color: #fff;
  background-color: #0000;
  border: .1em solid #fff;
  border-radius: 2em;
  width: 70%;
  height: 3em;
  padding: .5em 1em;
  font-family: Montserrat, sans-serif;
}

.email-text-field:active {
  border-color: var(--rr-icy-blue);
}

.popup-button {
  border: .1em solid var(--white);
  background-color: var(--solspyder-dark-grey);
  margin-top: .5em;
  padding: .5em 1em;
  font-size: .9em;
  font-weight: 300;
}

.popup-button:hover {
  border-color: var(--rr-icy-blue);
  color: var(--rr-icy-blue);
}

.popup-button.b1 {
  margin-left: 0;
}

.popup-exit-block {
  z-index: 10;
  position: relative;
  inset: 0% 0% auto auto;
}

.exit-x-img {
  cursor: pointer;
  height: 1.5em;
  margin-top: 1em;
  margin-right: 1em;
  position: absolute;
  inset: 0% 0% auto auto;
}

.popup-content-block {
  padding: 3em 4em;
}

.success-message {
  background-color: var(--solspyder-dark-grey);
  color: var(--rr-icy-blue);
  text-align: left;
  padding: 2em 0 1em;
}

.error-message {
  background-color: #f04c4c;
}

.erroir-text {
  font-family: Montserrat, sans-serif;
}

.ds-nl-button {
  border: .1em solid var(--white);
  background-color: var(--solspyder-dark-grey);
  padding: 1em 1.5em;
  font-size: .8em;
  font-weight: 300;
}

.ds-nl-button:hover {
  border-color: var(--rr-icy-blue);
  color: var(--rr-icy-blue);
}

.ds-nl-button.b1 {
  margin-left: 0;
}

.ds-button-block {
  margin-bottom: 2em;
  margin-left: 3em;
  display: none;
}

.get-data-stories-text {
  margin-bottom: 1em;
  font-family: Montserrat, sans-serif;
  font-size: .8em;
  font-weight: 400;
}

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

.space {
  color: #0000;
  font-size: .5em;
}

.mike-img {
  height: 10em;
}

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

.grid {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  justify-items: center;
  margin-top: 5em;
  margin-bottom: 2em;
}

.mike-img-2 {
  border-radius: 200em;
  height: 10em;
}

.team-member-block {
  background-color: var(--rg-consulting-grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2em 4em 5em;
  display: flex;
}

.heading-2 {
  margin-top: .5em;
}

.team-text {
  color: #000;
  text-align: justify;
  margin-top: 1em;
  font-family: Raleway, sans-serif;
  font-size: .9em;
}

.div-block-6 {
  margin-left: -4em;
  margin-right: -4em;
}

.about-team-header-block {
  justify-content: flex-start;
  margin-top: 5em;
  margin-bottom: 5em;
  padding-top: 0;
  padding-bottom: 3em;
  padding-left: 5em;
  display: flex;
}

.about-team-header-block.am {
  border-bottom-style: none;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 5em;
  display: flex;
}

.about-team-header-block.ds {
  justify-content: flex-start;
  margin-bottom: 0;
  padding-bottom: 2em;
  padding-left: 3em;
}

.about-team-content-block {
  width: 50%;
}

.about-team-img-block {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.about-team-img {
  height: 28em;
}

.about-team-img.hide {
  display: none;
}

.contact-form {
  margin-top: 2em;
  margin-bottom: 3em;
  padding-left: 1em;
  padding-right: 2em;
}

.text-field {
  background-color: #0000;
  border: 1px solid #1a1b1b33;
  width: 80%;
  padding: 1em .75em;
}

.text-field.plain {
  padding-top: 5em;
  padding-bottom: 5em;
}

.body {
  margin-left: auto;
  margin-right: auto;
}

.footer-image {
  height: 4em;
}

.home-page-certification {
  height: 5em;
  margin-top: 1em;
  margin-right: 2em;
  display: block;
  position: fixed;
  inset: 0% 0% auto auto;
}

.list {
  margin-top: 10px;
  font-family: Raleway, sans-serif;
  list-style-type: square;
}

.footer-block-dark {
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
}

.footer-block-dark.dark-bg {
  border-top-color: #0003;
  align-items: flex-start;
  height: 100%;
  margin-bottom: 2em;
}

.experience-img-block {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.experience-text-block {
  width: 50%;
  padding-left: 2em;
  padding-right: 5em;
}

.experience-text-block.reverse {
  padding-left: 5em;
  padding-right: 2em;
}

.expr-img {
  width: 12em;
}

.experience-text-block-copy {
  width: 50%;
  padding-right: 5em;
}

.expr-heading {
  text-align: left;
  border-bottom-style: none;
}

.experience-header-block {
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 8em;
}

.header-block-top-wwd {
  justify-content: center;
  margin-top: 5em;
  margin-bottom: 5em;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
}

.header-block-top-wwd.am {
  border-bottom-style: none;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 5em;
  display: flex;
}

.header-block-top-wwd.ds {
  justify-content: flex-start;
  margin-bottom: 0;
  padding-bottom: 2em;
  padding-left: 3em;
}

.references {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: 6em;
  margin-right: 4em;
  padding-top: 2em;
  padding-bottom: 4em;
  display: flex;
}

.reference-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-top: 2em;
  margin-bottom: 2em;
  display: flex;
}

.reference-block.hide {
  display: none;
}

.reference-img {
  height: 8em;
  margin-bottom: 1em;
}

.quote-text {
  color: var(--rg-consulting-grey);
  text-align: center;
  font-family: Raleway, sans-serif;
}

.logo-img {
  height: 2em;
  margin-top: 1em;
}

.front-page-slogan {
  margin-top: 1em;
  padding-left: 1em;
  font-size: 1.3vw;
  font-weight: 700;
}

.symbol-copy {
  height: 50em;
}

.home-block-copy {
  z-index: 2;
  background-color: #e6e6e6e6;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 4%;
  display: flex;
  position: relative;
}

.symbol-block-copy {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.text-block-copy {
  z-index: 3;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.front-page-slogan-copy {
  margin-top: 1em;
  font-size: 1.3vw;
  font-weight: 700;
}

.text-area {
  background-color: #0000;
  width: 80%;
}

.home-block-new {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 92vh;
  display: flex;
}

.faded-logo-b-ock {
  background-image: url('../images/dtp-symbol.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 40em;
}

.body-home, .vh-100 {
  height: 100vh;
}

.overlay-block {
  background-color: #f9f6f2d9;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.front-page-heading {
  text-align: center;
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  line-height: 1.2;
}

.text-block-front-page {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 10em;
  display: flex;
}

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

.certification-image {
  height: 10em;
  display: inline-block;
}

.certification-image.hide {
  display: none;
}

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

.div-block-9 {
  margin-top: 2em;
}

.div-block-10 {
  justify-content: center;
  width: 50%;
  display: flex;
}

.div-block-10.hide, .div-block-11 {
  display: none;
}

.nav-section {
  background-color: #000;
  justify-content: center;
  height: 6vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-section.dark {
  color: #fff;
  background-color: #000;
}

.contact-paragraph {
  text-align: justify;
  width: 85%;
  margin-top: 1em;
  font-family: Raleway, sans-serif;
}

.section-2 {
  padding-left: 75px;
}

.paragraph {
  color: #000;
  margin-top: 1em;
  padding-bottom: 1em;
}

.consultant-title {
  text-align: center;
  font-size: 1.4em;
}

.field-label {
  width: 80%;
}

.hero-quote-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 6em;
  display: flex;
  position: static;
  inset: auto 0% 5%;
}

.john-hall-img {
  height: 6em;
}

.john-hall-img.hide {
  display: none;
}

.title-text {
  font-size: .9em;
  font-weight: 400;
}

.div-block-12 {
  border-left: 1px solid #b50506;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: 1em;
  padding-left: 1em;
  display: flex;
}

.rg-logo {
  height: 2em;
}

.name-text {
  font-size: 1.1em;
}

.div-block-13 {
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  display: flex;
}

.div-block-14 {
  width: 60%;
  margin-right: 1em;
}

.div-block-14.hide {
  display: none;
}

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

.john-hall-img-2 {
  height: 4em;
}

.div-block-15 {
  margin-top: .5em;
}

@media screen and (max-width: 991px) {
  .navblock {
    display: none;
  }

  .header-block {
    padding-left: 1em;
    padding-right: 1em;
  }

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

  .container {
    padding-left: 2em;
    padding-right: 2em;
    font-size: 14px;
  }

  .footer-block {
    font-size: 16px;
  }

  .main-thumb-block {
    margin-bottom: 3em;
  }

  .thumbnail {
    width: 23em;
    height: 14em;
  }

  .div-block {
    width: 90%;
    font-size: 15px;
  }

  .collection-list-wrapper {
    padding-left: 1em;
    padding-right: 1em;
  }

  .data-stories-heading {
    font-size: 32px;
  }

  .data-stories-paragraph {
    font-size: 16px;
  }

  .content-block-ds {
    width: 80%;
  }

  .image {
    height: 3.5em;
    padding-right: 1em;
  }

  .logo-header {
    font-size: 3.5em;
  }

  .social-img {
    height: 3.5em;
  }

  .footer-div {
    width: 30%;
  }

  .footer-div.mid {
    justify-content: flex-start;
    width: 60%;
  }

  .footer-div.left {
    width: 40%;
  }

  .footer-div.right {
    width: 10%;
  }

  .navbar-no-shadow {
    background-color: #000;
    display: block;
    position: relative;
  }

  .navbar-no-shadow-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-regular {
    background-color: var(--white);
  }

  .navbar-wrapper {
    background-color: #000;
  }

  .navbar-brand {
    align-items: center;
    display: flex;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    border-bottom: .2em none var(--bs-yellow);
    border-top-width: .2em;
    border-top-color: var(--bs-yellow);
    background-color: var(--rpg-red);
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    height: 6em;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 18px;
  }

  .nav-link:hover {
    color: var(--rg-consulting-grey);
    text-decoration: underline;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    color: #fff;
    padding: 12px;
  }

  .menu-button.w--open {
    color: var(--rpg-red);
    background-color: #0000;
  }

  .home-block {
    font-size: 9px;
  }

  .hp-button.b1 {
    font-size: 13px;
  }

  .hp-button.b4 {
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .div-block-5 {
    width: 80%;
    padding-top: 2em;
  }

  .footer-home-page {
    font-size: .8vw;
  }

  .popup-container {
    font-size: 14px;
  }

  .email-text-field {
    height: 2.5em;
    font-size: 12px;
  }

  .hide {
    display: none;
  }

  .team-member-block {
    padding-left: 3em;
    padding-right: 3em;
  }

  .team-text {
    font-size: 16px;
  }

  .about-team-header-block {
    justify-content: center;
    padding-left: 1em;
    padding-right: 1em;
  }

  .about-team-content-block {
    width: 50%;
  }

  .about-team-img-block {
    display: none;
  }

  .about-team-img {
    display: block;
  }

  .text-field {
    width: 100%;
  }

  .footer-image {
    height: 3em;
  }

  .list {
    font-size: 16px;
  }

  .footer-block-dark {
    font-size: 18px;
  }

  .expr-heading {
    font-size: 1.6em;
  }

  .experience-header-block {
    padding-top: 5em;
  }

  .header-block-top-wwd {
    margin-top: 0;
    padding-left: 1em;
    padding-right: 1em;
  }

  .div-block-7 {
    width: 90%;
    padding-top: 2em;
    font-size: 16px;
  }

  .references {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 1em;
    font-size: 16px;
    display: flex;
  }

  .reference-block {
    width: 70%;
  }

  .home-block-copy {
    font-size: 9px;
  }

  .text-area {
    width: 100%;
  }

  .home-block-new {
    font-size: 11px;
  }

  .faded-logo-b-ock {
    background-image: url('../images/dtp-symbol.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .front-page-heading {
    width: 65%;
    font-size: 3.5em;
  }

  .div-block-10 {
    width: 45%;
  }

  .div-block-11 {
    margin-top: 1em;
  }

  .nav-section {
    display: none;
    position: sticky;
  }

  .contact-paragraph {
    width: 100%;
    padding-right: 2em;
  }

  .article-title-text {
    font-size: 32px;
  }

  .field-label {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    font-size: 11px;
  }

  .main-thumb-block {
    margin-right: 4em;
  }

  .thumbnail {
    width: 100%;
    height: 20em;
  }

  .data-stories-heading {
    font-size: 28px;
  }

  .body-text-block {
    margin-top: 3em;
    font-size: 16px;
  }

  .image {
    height: 4.5em;
  }

  .logo-header {
    font-size: 4em;
  }

  .social-img {
    height: 5em;
  }

  .footer-div.left {
    padding-left: 0;
  }

  .navbar-no-shadow-container {
    padding: 10px 2em;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    height: 8em;
    padding-bottom: 0;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .home-block {
    font-size: 7px;
  }

  .hp-button.b1 {
    font-size: 13px;
  }

  .little-divider {
    width: 80%;
  }

  .footer-home-page {
    font-size: 1vw;
  }

  .popup-container {
    font-size: 13px;
  }

  .popup-button {
    font-size: 12px;
  }

  .grid {
    font-size: 10px;
  }

  .team-member-block {
    padding-left: 2em;
    padding-right: 2em;
    font-size: 14px;
  }

  .about-team-content-block {
    width: 60%;
  }

  .contact-form {
    padding-left: 0;
    padding-right: 1em;
  }

  .text-field {
    width: 100%;
  }

  .footer-image {
    height: 2em;
  }

  .expr-heading {
    font-size: 2em;
  }

  .header-block-top-wwd {
    margin-top: 0;
  }

  .div-block-7 {
    width: 90%;
  }

  .home-block-copy {
    font-size: 7px;
  }

  .text-area {
    width: 100%;
  }

  .home-block-new {
    height: auto;
  }

  .front-page-heading {
    width: 100%;
  }

  .certification-image {
    height: 5em;
  }

  .div-block-10 {
    display: none;
  }

  .div-block-11 {
    margin-top: 2em;
    display: block;
  }

  .article-title-text {
    font-size: 28px;
  }
}

@media screen and (max-width: 479px) {
  .header-block {
    padding-left: 0;
    padding-right: 0;
  }

  .header-block.ds {
    padding-left: 0;
  }

  .main-thumb-block {
    margin-right: 0;
  }

  .thumbnail {
    width: 100%;
  }

  .collection-item {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block {
    width: 95%;
    top: -4em;
  }

  .collection-list-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .content-block-ds {
    width: 90%;
  }

  .ds-content-block {
    padding-left: 0;
    padding-right: 0;
  }

  .content-container-ds {
    width: 100%;
  }

  .image {
    height: 6em;
    padding-right: 2em;
  }

  .logo-header {
    font-size: 7em;
  }

  .social-img {
    height: 7em;
    padding-right: 2em;
  }

  .footer-div {
    width: 0%;
  }

  .footer-div.mid {
    width: 100%;
    padding-bottom: 1em;
    padding-left: 1em;
  }

  .footer-div.left {
    padding-top: 1em;
  }

  .footer-div.right {
    width: 0%;
  }

  .navbar-no-shadow-container {
    padding-left: 3em;
    padding-right: 2em;
  }

  .nav-menu {
    flex-direction: column;
    height: 14em;
  }

  .nav-link {
    font-size: 12px;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .home-block {
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
    font-size: 6px;
  }

  .text-block {
    height: 25%;
    margin-top: 2em;
    margin-left: 0;
  }

  .symbol {
    height: 20em;
  }

  .div-block-4 {
    justify-content: center;
  }

  .button-block {
    justify-content: center;
    font-size: 8px;
    display: flex;
  }

  .div-block-5 {
    width: 100%;
    padding-top: 0;
  }

  .little-divider {
    width: 100%;
    margin-left: 0;
  }

  .popup-container {
    font-size: 8px;
  }

  .popup-block {
    height: 35em;
  }

  .email-text-field {
    width: 100%;
  }

  .popup-button {
    font-size: 12px;
  }

  .popup-content-block {
    font-size: 10px;
  }

  .grid {
    grid-row-gap: 4em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-6 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .about-team-header-block {
    padding-left: 0;
    padding-right: 0;
  }

  .about-team-header-block.ds {
    padding-left: 0;
  }

  .about-team-content-block {
    width: 100%;
  }

  .contact-form {
    padding-right: 0;
  }

  .experience-text-block, .experience-text-block.reverse {
    padding-left: 0;
    padding-right: 0;
  }

  .expr-img {
    width: 6em;
  }

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

  .header-block-top-wwd {
    margin-bottom: 2em;
    padding-left: 0;
    padding-right: 0;
  }

  .header-block-top-wwd.ds {
    padding-left: 0;
  }

  .div-block-7 {
    width: 100%;
    padding-top: 0;
  }

  .references {
    display: none;
  }

  .symbol-copy {
    height: 20em;
  }

  .home-block-copy {
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
    font-size: 6px;
  }

  .text-block-copy {
    height: 25%;
    margin-top: 2em;
    margin-left: 0;
  }

  .home-block-new {
    height: 90vh;
  }

  .faded-logo-b-ock {
    background-size: cover;
  }

  .overlay-block {
    font-size: 8px;
  }

  .text-block-front-page {
    margin-right: 0;
    padding-left: 0;
  }

  .contact-paragraph {
    width: 100%;
  }

  .article-title-text {
    font-size: 24px;
    line-height: 1.4;
  }
}

#w-node-_72d7e9e9-8355-c14d-6e65-9ad53214bb60-e6234075, #w-node-_0443585b-d5c6-3191-6a15-3ed078cc6c1d-e6234075, #w-node-_58042dc6-8ee4-f205-866a-f5ed7a6978c0-e6234075, #w-node-f3f9b959-8878-f269-ae2a-42152ceb2fea-e6234075, #w-node-_48531623-ce91-6b80-77da-821f50b912bf-e6234075, #w-node-_738adb29-7ac0-7d05-b53f-66b6d9dfcd3d-e6234075 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Adieu';
  src: url('../fonts/Adieu-Black.woff2') format('woff2'), url('../fonts/Adieu-Black.eot') format('embedded-opentype'), url('../fonts/Adieu-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Adieu';
  src: url('../fonts/Adieu-Bold.woff2') format('woff2'), url('../fonts/Adieu-Bold.eot') format('embedded-opentype'), url('../fonts/Adieu-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Adieu';
  src: url('../fonts/Adieu-Light.woff2') format('woff2'), url('../fonts/Adieu-Light.eot') format('embedded-opentype'), url('../fonts/Adieu-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Adieu';
  src: url('../fonts/Adieu-Regular.woff2') format('woff2'), url('../fonts/Adieu-Regular.eot') format('embedded-opentype'), url('../fonts/Adieu-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}