/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-5 {
  bottom: 1.25rem;
}

.left-16 {
  left: 4rem;
}

.left-80 {
  left: 20rem;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.table-cell {
  display: table-cell;
}

.table-row {
  display: table-row;
}

.grid {
  display: grid;
}

.list-item {
  display: list-item;
}

.hidden {
  display: none;
}

.size-48 {
  width: 12rem;
  height: 12rem;
}

.w-full {
  width: 100%;
}

.flex-1 {
  flex: 1 1 0%;
}

.list-none {
  list-style-type: none;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.place-items-center {
  place-items: center;
}

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

.items-start {
  align-items: flex-start;
}

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

.justify-center {
  justify-content: center;
}

.p-8 {
  padding: 2rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

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

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.italic {
  font-style: italic;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-\[\#FFEF5A\] {
  --tw-text-opacity: 1;
  color: rgb(255 239 90 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

:root {
  --color-primary: #FF00EF;
  --color-primary-offset: #FFC4FB;
  --color-secondary: #0073D4;
  --color-secondary-offset: #03B3FF;
  --color-accent: #FFEF5A;
  --color-accent-dark: #1AACBF;
  --color-grey-primary: #2A2A2A;
  --color-white-primary: #FFFFFF;
  --color-grey-primary-light: #B8B7B7;
  --color-grey-offset: #FFF;
  /** backgrounds **/
  --color-section-bg: var(--color-primary-offset);
  --color-section-greyscale-bg: var(--color-white-primary);
  --color-nav-bg: var(--color-white-primary);
  --color-page-bg: var(--color-white-primary);
  /** text **/
  --color-section-title: var(--color-grey-primary);
  --color-body-text: var(--color-grey-primary);
  --color-link-hover: var(--color-grey-primary-light);
  --font-h1: "Ankshar", sans-serif;
  --font-h2: "Ankshar", sans-serif;
  /** Base layout off 8px increments */
  --layout-spacing-horizontal: 24px;
  --layout-spacing-vertical: 32px;
  --layout-spacing-v-half: 16px;
  --navigation-height: 106px;
}

@media (prefers-color-scheme: dark) {
  :root {
    /** backgrounds **/
    --color-section-bg: var(--color-grey-primary);
    --color-section-greyscale-bg: var(--color-grey-primary);
    --color-nav-bg: var(--color-grey-primary);
    --color-page-bg: var(--color-grey-primary);
    /** text **/
    --color-section-title: var(--color-white-primary);
    --color-body-text: var(--color-white-primary);
  }
}

/*****
Cartman.fi main css file
Use the code comments to navigate the file to adjust styles you need

1. Typeface
2. Forms
3. Generic input styles
4. Layout
5. Navigation
6. Footer
7. Body components
    A. Row and side-by-side
    B. Sub navigation
    C. Hero banner
    D. Card list
    E. Post list 
    F. Post
    G. Table
8. Page specific styles
    A. Front page
    B. Services page.
    C. Post list page 
    D. Post page
    E. People list page
    F. Individual Person page

*****/

/**
 * Typeface declarations
 */

html {
  /* Root font size. use an increment of 8px, modifying this affects the spacing of rest of the website. */
  font-size: 16px;
}

html body {
  color: var(--color-body-text);
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  letter-spacing: .01em;
  padding-top: var(--navigation-height);
  /** if you want to adjust text size without changing the spacing, use this field to change it. */
  font-size: 17px;
  line-height: 24px;
}

html body h1,
    html body h2,
    html body h3,
    html body h4,
    html body h5,
    html body h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  color: var(--color-section-title);
}

html body h1 {
  font-family: var(--font-h1);
  font-weight: 700;
  margin-bottom: 2rem;
  font-size: 39px;
  line-height: 64px;
  color: var(--color-primary);
}

html body h2 {
  margin-bottom: 1.5rem;
  font-family: var(--font-h2);
  font-weight: 700;
  font-size: 28px;
  line-height: 1.65;
  text-transform: uppercase;
  display: inline-block;
  padding-bottom: 0;
}

html body h3 {
  margin-bottom: 1rem;
  font-size: 23px;
  line-height: 40px;
}

html body h4 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 19px;
  line-height: 32px;
}

html body h5 {
  margin-bottom: 0.5rem;
  font-size: 17px;
  line-height: 32px;
}

html body blockquote {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 40px;
  color: var(--color-primary);
  quotes: "\201C" "\201D" "\2018" "\2019";
}

html body blockquote p {
  display: inline;
}

html body blockquote::before {
  display: inline;
  content: open-quote;
}

html body blockquote::after {
  display: inline;
  content: close-quote;
}

html body >.content {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

html body p {
  margin-bottom: 0.5rem;
  white-space: pre-wrap;
}

html body ul {
  margin-bottom: 0.5rem;
  list-style-type: disc;
}

html body ol {
  margin-bottom: 0.5rem;
  list-style-type: decimal;
  padding-inline-start: 2rem;
}

html body li {
  margin-bottom: 0px;
}

html body li p {
  margin-bottom: 0.25rem;
}

html body a {
  text-decoration: underline;
  cursor: pointer;
}

html body a:hover {
  color: var(--color-secondary-offset);
}

html body .chevron {
  position:relative;
  display:block;
  height:20px;
  /*Height should be double border thickness*/
}

html body .chevron::before,
    html body .chevron::after {
  position:absolute;
  display:block;
  content:"";
  border:10px solid transparent;
  /*Adjust chevron size*/
}

/*Change the four instances of 'top' below to rotate chevron*/

/*Use (top/right/bottom/left) where you want the back of the chevron to be*/

html body .chevron::before {
  top:0;
  border-top-color: var(--color-primary);
  /*Chevron Color*/
}

html body .chevron::after {
  top:-3px;
  /*Adjust thickness*/
  border-top-color:var(--color-white-primary);
  /*Match chevron background colour*/
}

html body {
  background-color: var(--color-page-bg);
}

/**
 * Forms
 */

body input[type="text"],
    body input[type="email"],
    body textarea {
  display: block;
  color: var(--color-body-text);
  margin-bottom: 1rem;
  padding: 8px 16px;
}

body textarea {
  resize: both;
  min-height: 2.625rem;
  box-sizing: border-box;
}

body label {
  padding-left: 0.25rem;
}

body .action,
    body input[type="checkbox"],
    body input[type="radio"] {
  cursor: pointer;
}

body hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 1.25rem;
  display: block;
  height: 0.25rem;
  width: 91.666667%;
}

body hr h2 {
  margin-left: 0.25rem;
  font-weight: 800;
  letter-spacing: 0em;
}

@media (min-width: 640px) {
  body hr h2 {
    margin-left: 3rem;
  }

  body hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: 0px;
    display: none;
    width: 100%;
  }
}

body hr {
  background-color: var(--color-grey-primary);
}

@media (prefers-color-scheme:dark) {
  body hr {
    background-color: var(--color-white-primary)
  }
}

body .form-container {
  clear: left;
  margin-bottom: 1rem;
  border-width: 1px;
  border-color: var(--color-body-text);
  padding-top: 2.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 768px) {
  body .form-container {
    width: 50%;
  }
}

@media (max-width: 350px) {
  body .g-recaptcha {
    transform:scale(0.75);
    transform-origin:0 0;
  }
}

.form-wrap {
  position: relative;
  overflow: hidden;
}

.form-wrap input {
  width: 14rem;
}

@media (min-width: 640px) {
  .form-wrap input {
    width: 18rem;
  }
}

@media (min-width: 1024px) {
  .form-wrap input {
    width: 24rem;
  }
}

.form-wrap textarea {
  width: 14rem;
}

@media (min-width: 640px) {
  .form-wrap textarea {
    width: 18rem;
  }
}

@media (min-width: 1024px) {
  .form-wrap textarea {
    width: 24rem;
  }
}

/**
     * workaround: submit input cannot have before and after elements 
     * this breaks button animation styles. Apply the styles to wrapping div for animations
     * and remove the wrappers padding to avoid deadzone inside button borders
     */

.form-wrap div.action.button.primary {
  /* width set because of box-border requirement getting ignored without it. */
  margin-top: 1.5rem;
  box-sizing: border-box;
  width: 12rem;
  background-color: var(--color-accent);
  padding: 0px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-primary);
}

@media (min-width: 640px) {
  .form-wrap div.action.button.primary {
    width: 18rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .form-wrap div.action.button.primary {
    width: 24rem;
  }
}

.form-wrap div.action.button.primary {
  text-decoration: none;
  font-weight: 700;
  font-family: var(--font-h1);
  padding: 0.5rem 0.7rem;
}

.form-wrap .submit {
  /* Workaround continuation: apply padding to input directly. */
  width: 100%;
  padding: 0.5rem;
  cursor: pointer;
  text-transform: uppercase;
}

.form-wrap textarea {
  min-height: 100px;
}

.form-wrap form {
  transition: 250ms;
  position: relative;
  left: 0;
  margin-bottom: 10px;
}

.form-wrap form.loading {
  position: relative;
}

.form-wrap form.loading::before {
  position: absolute;
  content: ' ';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: var(--color-body-text);
  opacity: 0.4;
}

.form-wrap form.loading .bar-loader {
  position: absolute;
  display: inline-block;
  top: 35%;
  left: 30%;
  z-index: 101;
}

.form-wrap .success-wrap {
  /** visibility used instead of display due to css transition */
  visibility: hidden;
  position: absolute;
  left: 105%;
  transition: 250ms;
  top: 0;
}

.form-wrap.success form {
  left: -100%;
  transition: 250ms;
}

.form-wrap.success .message-container {
  display: none;
}

.form-wrap.success .success-wrap {
  visibility: visible;
  left: 0;
  transition: 250ms;
}

.form-wrap.error .message-container {
  display: block;
}

.bar-loader {
  display: none;
  position: relative;
  width: 80px;
  height: 80px;
}

.bar-loader div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #fff;
  animation: bar-loader 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.bar-loader div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}

.bar-loader div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}

.bar-loader div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}

@keyframes bar-loader {
  0% {
    top: 8px;
    height: 64px;
  }

  50%, 100% {
    top: 24px;
    height: 32px;
  }
}

/**
 * Generic input styling.
 */

.button {
  background-color: var(--color-accent);
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-primary);
}

@media (min-width: 640px) {
  .button {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.button {
  text-decoration: none;
  font-weight: 700;
  font-family: var(--font-h1);
  padding: 0.5rem 0.7rem;
}

.button.primary,
.btn-primary {
}

.button:hover {
  background-color: var(--color-body-text);
  color: var(--color-page-bg);
}

.button.primary:hover,
.btn-primary:hover {
  background-color: transparent;
  color: var(--color-body-text);
}

.button.primary:hover:active, .btn-primary:hover:active {
  background-color: var(--color-body-text);
  color: var(--color-page-bg);
}

/**     
 * Layout
 */

body .content > .doc,
body .content > section,
body .content .post-list,
body .content > .post {
  clear: left;
  margin: auto;
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 768px) {
  body .content > .doc,
body .content > section,
body .content .post-list,
body .content > .post {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1536px) {
  body .content > .doc,
body .content > section,
body .content .post-list,
body .content > .post {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.content > .doc,
.row,
.post-list,
.post {
  max-width: 1536px;
}

/**
 * Navigation
 */

.navigation {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  width: 100%;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background-color: var(--color-nav-bg);
  height: var(--navigation-height);
}

.navigation .nav-wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  display: flex;
  height: auto;
  max-width: 1536px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 640px) {
  .blog-recent .navigation .nav-wrapper {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%
  }

  .blog-recent .navigation .nav-wrapper :nth-child(3) {
    display: none;
  }
}

.navigation .nav-wrapper >button {
  margin-left: 0.75rem;
  display: inline-flex;
  align-items: center;
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.navigation .nav-wrapper >button:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity));
}

@media (min-width: 1024px) {
  .navigation .nav-wrapper >button {
    display: none;
  }
}

.navigation .nav-wrapper svg {
  height: 3rem;
  width: 3rem;
  color: var(--color-primary);
}

/*** This is meant for hiding post in navigation */

.navigation .nav-wrapper .nav-list-wrapper ul li:nth-child(2) {
  display: none;
}

.navigation .logo {
  display: block;
}

.navigation .logo h2 {
  margin-left: 0.25rem;
  font-weight: 800;
  letter-spacing: 0em;
}

@media (min-width: 640px) {
  .navigation .logo h2 {
    margin-left: 3rem;
  }
}

.navigation .logo img {
  display: block;
  height: 4rem;
}

.navigation .logo img h2 {
  margin-left: 0.25rem;
  font-weight: 800;
  letter-spacing: 0em;
}

@media (min-width: 640px) {
  .navigation .logo img h2 {
    margin-left: 3rem;
  }
}

.navigation .logo img {
  margin-left: 15px;
}

.navigation .logo span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  align-self: center;
  white-space: nowrap;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

.navigation .nav-list-wrapper {
  width: 100%;
  flex-grow: 1;
}

@media (min-width: 1024px) {
  .navigation .nav-list-wrapper {
    display: block;
    width: auto;
    max-width: 42rem;
  }
}

.navigation .nav-list-wrapper {
  background-color: var(--color-nav-bg);
}

.navigation .nav-list-wrapper ul {
  margin-top: 1rem;
  margin-bottom: 0px;
  display: flex;
  list-style-type: none;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  font-weight: 500;
}

@media (max-width: 640px) {
  .blog-recent .navigation .nav-list-wrapper ul {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%
  }

  .blog-recent .navigation .nav-list-wrapper ul :nth-child(3) {
    display: none;
  }
}

@media (min-width: 1024px) {
  .navigation .nav-list-wrapper ul {
    margin-top: 0px;
    flex-direction: row;
  }

  .navigation .nav-list-wrapper ul > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation .nav-list-wrapper ul {
    padding: 0px;
  }
}

.navigation .nav-list-wrapper ul {
  margin-right: 15px;
}

.navigation .nav-list-wrapper li:last-child a {
  color: var(--color-primary);
}

.navigation .nav-list-wrapper li:last-child a:hover {
  color: var(--color-primary-offset);
}

.navigation .nav-list-wrapper a {
  display: block;
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.navigation .nav-list-wrapper a h2 {
  margin-left: 0.25rem;
  font-weight: 800;
  letter-spacing: 0em;
}

@media (min-width: 640px) {
  .navigation .nav-list-wrapper a h2 {
    margin-left: 3rem;
  }
}

@media (min-width: 1024px) {
  .navigation .nav-list-wrapper a {
    border-width: 0px;
    padding: 0px;
  }

  .navigation .nav-list-wrapper a:hover {
    background-color: transparent;
    color: var(--color-link-hover);
  }
}

.navigation .nav-list-wrapper a {
  color: var(--color-body-text);
}

.navigation a {
  text-decoration: none;
}

/**
 * Footer content styling.
 */

.footer {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0px;
  text-align: center;
  background-color: var(--color-section-greyscale-bg);
  color: var(--color-body-text);
}

@media (min-width: 640px) {
  @media (prefers-color-scheme: light) {
    .footer {
      border-bottom: 1px solid black
    }
  }
}

.footer a:hover {
  color: var(--color-primary);
}

.footer a:active {
  color: var(--color-primary);
}

.footer .menu {
  text-align: left;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

@media (min-width: 640px) {
  .footer .menu {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 700;
  }
}

@media (max-width: 640px) {
  .footer .menu li {
    margin-bottom: 0.75rem;
  }
}

.footer .menu a {
  text-transform: uppercase;
  font-family: var(--font-h1);
  line-height: 1.65;
  text-decoration: none;
}

.footer ul {
  text-align: left;
}

@media (max-width: 640px) {
  .footer ul {
    padding-left: 3rem;
    font-size: 14px
  }
}

.footer ul:first-of-type li:nth-child(2) {
  display: none;
}

.footer ul:nth-child(3) {
  margin-top: 0.5rem;
}

@media (min-width: 640px) {
  .footer ul:nth-child(3) {
    margin-top: 0px;
  }
}

.footer ul:nth-child(3) li {
  margin-bottom: 0.5rem;
}

.footer ul:nth-child(3) li:nth-child(1) {
  margin-top: 0px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

@media (min-width: 640px) {
  .footer ul:nth-child(3) li:nth-child(1) {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.footer ul:nth-child(3) li:nth-child(1) {
  font-family: var(--font-h1);
  font-weight: 700;
  line-height: 1.65;
}

.footer ul:nth-child(3) a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration-line: none;
}

@media (min-width: 640px) {
  .footer ul:nth-child(3) a {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.footer ul:nth-child(3) svg {
  margin-right: 1rem;
  display: inline;
  width: 30px;
}

.footer ul:nth-child(5) {
  font-size: 14px;
  font-weight: 500;
  margin-top: 2rem;
}

@media (min-width: 640px) {
  .footer ul:nth-child(5) {
    margin-top: 0;
    font-size: 20px
  }
}

.footer ul:nth-child(5) li {
  margin-bottom: 1.25rem;
}

.footer ul:nth-child(5) li:nth-child(1) {
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

@media (min-width: 640px) {
  .footer ul:nth-child(5) li:nth-child(1) {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.footer ul:nth-child(5) li:nth-child(1) {
  font-family: var(--font-h1);
  font-weight: 700;
  line-height: 1.65;
}

@media (min-width: 640px) {
  .footer ul:nth-child(5) li:nth-child(6) {
    margin-top: 2rem;
  }
}

.footer :nth-child(6) {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.footer-centering-div {
  display: none;
}

@media (min-width: 640px) {
  .footer-centering-div {
    display: block;
  }
}

.social-media {
  margin-top: 0.5rem;
}

.social-media .icon {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  text-align: center;
}

.social-media .icon svg {
  display: inline-block;
}

.linkedin-icon, .itewiki-icon {
  color: #2A2A2A;
}

@media (prefers-color-scheme: dark) {
  .linkedin-icon, .itewiki-icon  {
    color: var(--color-white-primary);
  }
}

.cta-button-footer {
  background-color: var(--color-accent);
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-primary);
}

@media (min-width: 640px) {
  .cta-button-footer {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.cta-button-footer {
  text-decoration: none;
  font-weight: 700;
  font-family: var(--font-h1);
  padding: 0.5rem 0.7rem;
}

.cta-button-blog {
  background-color: var(--color-primary);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: 0.025em;
  color: var(--color-accent);
}

@media (min-width: 640px) {
  .cta-button-blog {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.cta-button-blog {
  text-decoration: none;
  font-weight: 700;
  font-family: var(--font-h2);
  text-transform: capitalize;
}

.blog-cta {
  margin-top: 4rem;
  align-items: center;
  text-align: center;
}

/**
 * Body component styles
 * 
 * Row and side-by-side
 */

.row {
  clear: left;
  margin: auto;
  max-width: 1536px;
  overflow: hidden;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .row .side-by-side {
    width: 50%;
  }

  .row .side-by-side.right {
    float: right;
    padding-left: 1.5rem;
  }

  .row .side-by-side.left {
    float: left;
    padding-right: 1.5rem;
  }
}

/** Sub navigation */

.sub-nav ul {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1280px) {
  .sub-nav ul {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.sub-nav ul {
  gap: 0.5rem;
}

.sub-nav ul .nav-item {
  width: 100%;
}

.sub-nav ul .nav-item:hover {
  background-color: transparent;
  color: var(--color-body-text);
}

.sub-nav ul .nav-item:hover:active {
  background-color: var(--color-body-text);
  color: var(--color-page-bg);
}

.sub-nav ul .nav-item {
  justify-self: center;
}

.sub-nav ul .nav-item a {
  display: block;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

.sub-nav ul .nav-item a h2 {
  margin-left: 0.25rem;
  font-weight: 800;
  letter-spacing: 0em;
}

@media (min-width: 640px) {
  .sub-nav ul .nav-item a h2 {
    margin-left: 3rem;
  }
}

.sub-nav ul .nav-item a {
  font-family: 'Ubuntu', sans-serif;
  color: var(--color-body-text);
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.sub-nav ul .nav-item a:hover {
  text-decoration: underline;
  background-color: var(--color-page-bg);
}

.sub-nav ul .nav-item a::before {
  content: "";
  display: inline-block;
  margin: auto;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-color: var(--color-body-text);
  text-align: center;
  margin: 0 0.5rem -0.5rem 0;
}

.sub-nav ul .nav-item a:active {
  color: var(--color-page-bg);
  background-color: var(--color-body-text);
}

.sub-nav ul .nav-item a:active::before {
  background-color: var(--color-page-bg);
}

.sub-nav ul .nav-item.link-solutions a::before {
  -webkit-mask-image: url(/assets/icons/idea.svg);
          mask-image: url(/assets/icons/idea.svg);
}

.sub-nav ul .nav-item.link-way a::before {
  -webkit-mask-image: url(/assets/icons/process.svg);
          mask-image: url(/assets/icons/process.svg);
}

.sub-nav ul .nav-item.link-consulting a::before {
  -webkit-mask-image: url(/assets/icons/speech-bubble.svg);
          mask-image: url(/assets/icons/speech-bubble.svg);
}

.sub-nav ul .nav-item.link-audit a::before {
  -webkit-mask-image: url(/assets/icons/file.svg);
          mask-image: url(/assets/icons/file.svg);
}

/** Hero banner */

body .content .hero-banner {
  margin-bottom: 1rem;
  background-size: cover;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 640px) {
  body .content .hero-banner {
    margin-bottom: 4rem;
  }
}

body .content .hero-banner {
  background-position: center 25%;
  position: relative;
  height: 100vh;
  min-height: 970px;
}

@media (max-width: 640px) {
  body .content .hero-banner {
    min-height: 100%
  }
}

body .content .hero-banner h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  letter-spacing: 0.05em;
  color: var(--color-white-primary);
}

@media (min-width: 640px) {
  body .content .hero-banner h1 {
    font-size: 4.5rem;
    line-height: 1;
    letter-spacing: 0.025em;
  }
}

@media (min-width: 768px) {
  body .content .hero-banner h1 {
    font-size: 6rem;
    line-height: 1;
  }
}

@media (min-width: 1280px) {
  body .content .hero-banner h1 {
    font-size: 8rem;
    line-height: 1;
  }
}

body .content .hero-banner h1::first-line {
  color: var(--color-primary);
}

body .content .hero-banner h1, body .content .hero-banner .cta {
  text-transform: uppercase;
}

body .content .hero-banner .banner-content-wrap {
  margin: auto;
  max-width: 1536px;
  overflow: hidden;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  z-index: 2;
}

@media (max-width: 640px) {
  body .content .hero-banner .banner-content-wrap {
    height: 70%
  }
}

body .content .hero-banner .banner-content-wrap .doc {
  margin-bottom: 4rem;
}

body .content .hero-banner .cta.primary {
  background-color: var(--color-accent);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0.1em;
  color: var(--color-primary);
}

@media (min-width: 640px) {
  body .content .hero-banner .cta.primary {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
    letter-spacing: 0.05em;
  }
}

body .content .hero-banner .cta.primary {
  font-family: 'Akshar', sans-serif;
  font-weight: 700;
  border: unset;
}

@media (max-width: 640px) {
  body .content .hero-banner .cta.primary {
    margin-left: 0;
    margin-right: 0
  }
}

body .content .hero-banner .cta.primary::before, body .content .hero-banner .cta.primary::after {
  display: none;
}

body .content .hero-banner .banner-text {
  width: 100%;
}

@media (min-width: 640px) {
  body .content .hero-banner .banner-text {
    margin-right: 3.5rem;
  }
}

@media (min-width: 1024px) {
  body .content .hero-banner .banner-text {
    width: 80%;
  }
}

@media (min-width: 1280px) {
  body .content .hero-banner .banner-text {
    width: 83.333333%;
  }
}

@media (max-width: 640px) {
  body .content .hero-banner .banner-text {
    text-align: center;
    align-content: center;
    font-size: 36px;
    height: 100%;
  }
}

body .content .hero-banner +div {
  border-top-width: 0px;
}

.hero-banner::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  background-color: rgba(13, 14, 31, 0.5);
  /* grey-primary in rgb with opacity */
  z-index: 1;
  --tw-bg-opacity: 0.5;
}

/** Grid */

.what-we-do {
  z-index: 10;
  margin-top: -8rem;
  margin-bottom: 10rem;
  background-color: var(--color-accent-dark);
  padding-top: 6rem;
  padding-bottom: 6rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 640px) {
  .what-we-do {
    padding-top: 13rem;
    padding-bottom: 13rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.what-we-do {
  -webkit-clip-path: polygon(100% 4.5%, 0% 0% ,0% 100%, 100% 93.5%);
          clip-path: polygon(100% 4.5%, 0% 0% ,0% 100%, 100% 93.5%);
  position: relative;
}

@media (prefers-color-scheme:dark) {
  .what-we-do {
    margin-bottom: 12rem;
  }
}

.what-we-do h2 {
  font-family: var(--font-h1);
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 4rem;
  margin-left: -2rem;
  padding-left: 1.25rem;
}

@media (min-width: 640px) {
  .what-we-do h2 {
    margin-bottom: 7rem;
    padding-left: 0px;
  }
}

.what-we-do h2 {
  border: unset;
}

.what-we-do h2 span {
  color: var(--color-accent);
}

@media (max-width: 422px) {
  .what-we-do h2 {
    font-size: 28px
  }
}

@media (min-width:400px) and (max-width: 640px) {
  .what-we-do h2 {
    margin-bottom: 8rem;
    font-size: 28px
  }
}

.what-we-do .grid {
  grid-template-columns: repeat(12, 1fr);
  row-gap: 4rem;
}

@media (min-width: 820px) {
  .what-we-do .grid {
    grid-template-rows: repeat(3, 1fr)
  }
}

@media (max-width: 820px) {
  .what-we-do .grid {
    grid-template-rows: repeat(3, 1fr);
    row-gap: 2rem
  }
}

@media (min-width: 430px) and (max-width: 640px) {
  .what-we-do .grid {
    row-gap: 5rem;
  }
}

@media (min-width: 520px) and (max-width: 820px) {
  .what-we-do .grid {
    row-gap: 7rem;
  }
}

.what-we-do .grid > :nth-child(1),
  .what-we-do .grid > :nth-child(2) {
  grid-row: 1;
}

.what-we-do .grid > :nth-child(3),
  .what-we-do .grid > :nth-child(4) {
  grid-row: 2;
}

.what-we-do .grid > :nth-child(5),
  .what-we-do .grid > :nth-child(6) {
  grid-row: 3;
}

.what-we-do .grid > :nth-child(2),
  .what-we-do .grid > :nth-child(3),
  .what-we-do .grid > :nth-child(6),
  .what-we-do .grid > :nth-child(7) {
  z-index: 10;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 5rem;
}

@media (min-width: 640px) {
  .what-we-do .grid > :nth-child(2),
  .what-we-do .grid > :nth-child(3),
  .what-we-do .grid > :nth-child(6),
  .what-we-do .grid > :nth-child(7) {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.what-we-do .grid > :nth-child(2),
  .what-we-do .grid > :nth-child(3),
  .what-we-do .grid > :nth-child(6),
  .what-we-do .grid > :nth-child(7) {
  background-color: var(--color-white-primary);
  align-self: center;
}

.what-we-do .grid > :nth-child(2) p, .what-we-do .grid > :nth-child(3) p, .what-we-do .grid > :nth-child(6) p, .what-we-do .grid > :nth-child(7) p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0em;
}

@media (min-width: 768px) {
  .what-we-do .grid > :nth-child(2) p, .what-we-do .grid > :nth-child(3) p, .what-we-do .grid > :nth-child(6) p, .what-we-do .grid > :nth-child(7) p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.what-we-do .grid > :nth-child(2) p, .what-we-do .grid > :nth-child(3) p, .what-we-do .grid > :nth-child(6) p, .what-we-do .grid > :nth-child(7) p {
  line-height: 1.7rem;
  color: var(--color-grey-primary);
  white-space: unset;
  font-weight: 400;
}

.what-we-do .grid > :nth-child(2) p strong, .what-we-do .grid > :nth-child(3) p strong, .what-we-do .grid > :nth-child(6) p strong, .what-we-do .grid > :nth-child(7) p strong {
  margin-bottom: 1rem;
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.1em;
}

.what-we-do .grid > :nth-child(2) p strong h2, .what-we-do .grid > :nth-child(3) p strong h2, .what-we-do .grid > :nth-child(6) p strong h2, .what-we-do .grid > :nth-child(7) p strong h2 {
  margin-left: 0.25rem;
  font-weight: 800;
  letter-spacing: 0em;
}

@media (min-width: 640px) {
  .what-we-do .grid > :nth-child(2) p strong h2, .what-we-do .grid > :nth-child(3) p strong h2, .what-we-do .grid > :nth-child(6) p strong h2, .what-we-do .grid > :nth-child(7) p strong h2 {
    margin-left: 3rem;
  }

  .what-we-do .grid > :nth-child(2) p strong, .what-we-do .grid > :nth-child(3) p strong, .what-we-do .grid > :nth-child(6) p strong, .what-we-do .grid > :nth-child(7) p strong {
    margin-bottom: 2.25rem;
  }
}

@media (min-width: 768px) {
  .what-we-do .grid > :nth-child(2) p strong, .what-we-do .grid > :nth-child(3) p strong, .what-we-do .grid > :nth-child(6) p strong, .what-we-do .grid > :nth-child(7) p strong {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.what-we-do .grid > :nth-child(2) p strong, .what-we-do .grid > :nth-child(3) p strong, .what-we-do .grid > :nth-child(6) p strong, .what-we-do .grid > :nth-child(7) p strong {
  font-family: var(--font-h1);
  font-weight: 700;
}

@media (max-width: 700px) {
  .what-we-do .grid > :nth-child(2) p, .what-we-do .grid > :nth-child(3) p, .what-we-do .grid > :nth-child(6) p, .what-we-do .grid > :nth-child(7) p {
    padding-top: 1rem;
    padding-bottom: 0
  }
}

/** text boxes **/

.what-we-do .grid > :nth-child(2),
  .what-we-do .grid > :nth-child(6) {
  grid-column: 7 / end;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

@media (min-width: 640px) {
  .what-we-do .grid > :nth-child(2),
  .what-we-do .grid > :nth-child(6) {
    margin-right: 2.75rem;
    margin-left: 0px;
  }
}

@media (max-width: 820px) {
  .what-we-do .grid > :nth-child(2),
  .what-we-do .grid > :nth-child(6) {
    grid-column: 1 / 13;
    padding-bottom: 1rem;
    padding-top: 0
    /* margin-left: 0; */
  }
}

.what-we-do .grid > :nth-child(3),
  .what-we-do .grid > :nth-child(7) {
  grid-column: 1 / 7;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

@media (min-width: 640px) {
  .what-we-do .grid > :nth-child(3),
  .what-we-do .grid > :nth-child(7) {
    margin-left: 2.75rem;
    margin-right: 0px;
  }
}

@media (max-width: 820px) {
  .what-we-do .grid > :nth-child(3),
  .what-we-do .grid > :nth-child(7) {
    grid-column: 1 / 13;
    padding-bottom: 1rem;
    padding-top: 0
    /* margin-left: 0; */
  }
}

/** image boxes **/

.what-we-do .grid > :nth-child(1),
  .what-we-do .grid > :nth-child(5) {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
  margin-right: 2rem;
  padding: 0px;
  grid-column: 1 / 8;
}

@media (max-width: 820px) {
  .what-we-do .grid > :nth-child(1),
  .what-we-do .grid > :nth-child(5) {
    margin-bottom: 0;
    margin-right: 0;
    margin-top: -10rem;
    margin-left: 0;
    grid-column: 1 / 9
  }
}

.what-we-do .grid > :nth-child(4),
  .what-we-do .grid > :nth-child(8) {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
  margin-left: 2rem;
  padding: 0px;
  grid-column: 6 / end;
}

@media (max-width: 820px) {
  .what-we-do .grid > :nth-child(4),
  .what-we-do .grid > :nth-child(8) {
    margin-bottom: 0;
    margin-left: 0;
    margin-top: -10rem;
    margin-right: 0
  }
}

.what-we-do .item {
  position: relative;
  z-index: 1;
}

.what-we-do .item img {
  width: 100%;
}

body .content > section.why-us {
  position: relative;
  z-index: 20;
  margin-top: -12rem;
  padding-top: 2rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 640px) {
  body .content > section.why-us {
    padding-top: 8rem;
    padding-bottom: 3rem;
  }
}

body .content > section.why-us {
  background-color: var(--color-section-bg);
}

body .content > section.why-us .intro.row {
  padding-bottom: 0;
  margin-left: -8px;
}

@media (min-width: 1400px) {
  body .content > section.why-us .intro.row {
    margin-left: auto
  }
}

body .content > section.why-us .intro.row :nth-child(1) {
  padding-top: 0.5rem;
}

@media (max-width: 640px) {
  body .content > section.why-us .intro.row {
    padding-top: 0
  }
}

body .content > section.why-us .title-wrap,
  body .content > section.why-us .doc {
  text-align: left;
}

body .content > section.why-us .doc {
  position: relative;
  margin-bottom: 0px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 3.5rem;
}

@media (min-width: 640px) {
  body .content > section.why-us .doc {
    margin-bottom: 3rem;
    padding-left: 2.75rem;
    padding-right: 2.75rem;
    padding-top: 5rem;
  }
}

body .content > section.why-us h2 {
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  letter-spacing: 0em;
}

@media (min-width: 640px) {
  body .content > section.why-us h2 {
    margin-left: -2rem;
    margin-bottom: 2rem;
    font-size: 3.75rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}

body .content > section.why-us h2 {
  font-family: var(--font-h1);
  font-weight: 700;
  border: unset;
  font-size: 28px;
}

@media (min-width: 640px) {
  body .content > section.why-us h2 {
    margin-left: 0
  }
}

body .content > section.why-us img {
  position: absolute;
  left: 0.5rem;
  top: 0px;
  margin-bottom: 1.25rem;
}

@media (min-width: 640px) {
  body .content > section.why-us img {
    left: 2.75rem;
  }
}

body .content > section.why-us img {
  max-width: 60px;
  max-height: 60px;
}

@media (max-width: 640px) {
  body .content > section.why-us img {
    max-width: 45px;
    max-height: 45px;
    margin:0
  }
}

body .content > section.why-us p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 640px) {
  body .content > section.why-us p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

body .content > section.why-us p {
  white-space: unset;
  font-weight: 400;
  line-height: 1.7rem;
}

@media (max-width: 640px) {
  body .content > section.why-us p {
    margin-bottom: 2rem
  }
}

body .content > section.why-us strong {
  margin-bottom: 2.25rem;
  display: block;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  letter-spacing: 0em;
}

body .content > section.why-us strong h2 {
  margin-left: 0.25rem;
  font-weight: 800;
  letter-spacing: 0em;
}

@media (min-width: 640px) {
  body .content > section.why-us strong h2 {
    margin-left: 3rem;
  }

  body .content > section.why-us strong {
    font-size: 1.875rem;
    line-height: 2.25rem;
    letter-spacing: 0.1em;
  }
}

body .content > section.why-us strong {
  font-weight: 700;
}

@media (max-width: 640px) {
  body .content > section.why-us strong {
    margin-bottom: 0.5rem
  }
}

/** Card list */

body .content .card-list {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}

body .content .card-list .intro {
  grid-column: 1 / -1;
  margin-bottom: 1rem;
  text-align: center;
}

body .content .card-list > .doc {
  text-align: center;
  padding: 0 var(--layout-spacing-horizontal);
}

body .content .card-list ul {
  padding-left: 0px;
  padding-right: 0px;
  list-style-type: none;
  margin-bottom: 0.5rem;
}

@media (max-width: 640px) {
  body .content .quote-carousel {
    padding-left: 0
  }

  body .content .quote-carousel .intro.row {
    padding-top: 0;
  }

  body .content .quote-carousel span {
    color: var(--color-primary);
  }
}

body .content .quote-carousel .intro {
  margin-left: 1.25rem;
}

@media (min-width: 768px) {
  body .content .quote-carousel .intro {
    margin-left: 0px;
  }
}

@media (min-width: 1536px) {
  body .content .quote-carousel .intro {
    margin-left: 2rem;
  }
}

body .content .quote-carousel .intro h2 {
  font-size: 28px;
  text-transform: unset;
}

body .content .quote-carousel .card-list {
  grid-auto-flow: column;
  align-items: center;
  -moz-column-gap: 2.75rem;
       column-gap: 2.75rem;
  grid-template-columns: unset;
  grid-auto-columns: 400px;
  overflow-x: hidden;
}

body .content .quote-carousel .card-list .doc {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 640px) {
  .blog-recent body .content .quote-carousel .card-list .doc {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%
  }

  .blog-recent body .content .quote-carousel .card-list .doc :nth-child(3) {
    display: none;
  }
}

body .content .quote-carousel .card-list > .doc,
    body .content .quote-carousel .card-list .intro {
  text-align: left;
}

body .content .quote-carousel .card-list .doc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 2.75rem;
  padding-right: 2.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.1em;
}

@media (min-width: 640px) {
  body .content .quote-carousel .card-list .doc {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

body .content .quote-carousel .card-list .doc p {
  margin-bottom: auto;
  clear: right;
  font-weight: 400;
  line-height: 1.7rem;
}

body .content .quote-carousel .card-list .doc img {
  margin-top: auto;
  display: inline;
  border-radius: 9999px;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  min-width: 75px;
  min-height: 75px;
  flex: 0 0 75px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

body .content .quote-carousel .card-list .doc img + p {
  flex: 1 1 50%;
  margin-left: 1rem;
  margin-bottom: 1.25rem;
  margin-top: auto;
  display: inline;
}

body .content .quote-carousel .card-list .doc:nth-child(odd) {
  height: 485px;
}

body .content .quote-carousel .card-list .doc:nth-child(even) {
  min-height: 352px;
}

body .content .quote-carousel .card-list > .doc:nth-child(1),
    body .content .quote-carousel .card-list > .doc:nth-child(4) {
  background-color: var(--color-primary);
}

body .content .quote-carousel .card-list > .doc:nth-child(2),
    body .content .quote-carousel .card-list > .doc:nth-child(5) {
  background-color: var(--color-secondary-offset);
}

body .content .quote-carousel .card-list > .doc:nth-child(3),
    body .content .quote-carousel .card-list > .doc:nth-child(6) {
  background-color: var(--color-accent);
}

/** Post list */

.post-list-wrap .intro {
  text-align: center;
}

.post-list {
  display: grid;
}

.what-we-do .post-list {
  grid-template-columns: repeat(12, 1fr);
  row-gap: 4rem;
}

@media (min-width: 820px) {
  .what-we-do .post-list {
    grid-template-rows: repeat(3, 1fr)
  }
}

@media (max-width: 820px) {
  .what-we-do .post-list {
    grid-template-rows: repeat(3, 1fr);
    row-gap: 2rem
  }
}

@media (min-width: 430px) and (max-width: 640px) {
  .what-we-do .post-list {
    row-gap: 5rem;
  }
}

@media (min-width: 520px) and (max-width: 820px) {
  .what-we-do .post-list {
    row-gap: 7rem;
  }
}

.what-we-do .post-list > :nth-child(1),
  .what-we-do .post-list > :nth-child(2) {
  grid-row: 1;
}

.what-we-do .post-list > :nth-child(3),
  .what-we-do .post-list > :nth-child(4) {
  grid-row: 2;
}

.what-we-do .post-list > :nth-child(5),
  .what-we-do .post-list > :nth-child(6) {
  grid-row: 3;
}

.what-we-do .post-list > :nth-child(2),
  .what-we-do .post-list > :nth-child(3),
  .what-we-do .post-list > :nth-child(6),
  .what-we-do .post-list > :nth-child(7) {
  z-index: 10;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 5rem;
}

@media (min-width: 640px) {
  .what-we-do .post-list > :nth-child(2),
  .what-we-do .post-list > :nth-child(3),
  .what-we-do .post-list > :nth-child(6),
  .what-we-do .post-list > :nth-child(7) {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.what-we-do .post-list > :nth-child(2),
  .what-we-do .post-list > :nth-child(3),
  .what-we-do .post-list > :nth-child(6),
  .what-we-do .post-list > :nth-child(7) {
  z-index: 10;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 5rem;
}

@media (min-width: 640px) {
  .what-we-do .post-list > :nth-child(2),
  .what-we-do .post-list > :nth-child(3),
  .what-we-do .post-list > :nth-child(6),
  .what-we-do .post-list > :nth-child(7) {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.what-we-do .post-list > :nth-child(2),
  .what-we-do .post-list > :nth-child(3),
  .what-we-do .post-list > :nth-child(6),
  .what-we-do .post-list > :nth-child(7) {
  z-index: 10;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 5rem;
}

@media (min-width: 640px) {
  .what-we-do .post-list > :nth-child(2),
  .what-we-do .post-list > :nth-child(3),
  .what-we-do .post-list > :nth-child(6),
  .what-we-do .post-list > :nth-child(7) {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.what-we-do .post-list > :nth-child(2),
  .what-we-do .post-list > :nth-child(3),
  .what-we-do .post-list > :nth-child(6),
  .what-we-do .post-list > :nth-child(7) {
  z-index: 10;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 5rem;
}

@media (min-width: 640px) {
  .what-we-do .post-list > :nth-child(2),
  .what-we-do .post-list > :nth-child(3),
  .what-we-do .post-list > :nth-child(6),
  .what-we-do .post-list > :nth-child(7) {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.what-we-do .post-list > :nth-child(2),
  .what-we-do .post-list > :nth-child(3),
  .what-we-do .post-list > :nth-child(6),
  .what-we-do .post-list > :nth-child(7) {
  background-color: var(--color-white-primary);
  align-self: center;
}

.what-we-do .post-list > :nth-child(2) p, .what-we-do .post-list > :nth-child(3) p, .what-we-do .post-list > :nth-child(6) p, .what-we-do .post-list > :nth-child(7) p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0em;
}

@media (min-width: 768px) {
  .what-we-do .post-list > :nth-child(2) p, .what-we-do .post-list > :nth-child(3) p, .what-we-do .post-list > :nth-child(6) p, .what-we-do .post-list > :nth-child(7) p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.what-we-do .post-list > :nth-child(2) p, .what-we-do .post-list > :nth-child(3) p, .what-we-do .post-list > :nth-child(6) p, .what-we-do .post-list > :nth-child(7) p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0em;
}

@media (min-width: 768px) {
  .what-we-do .post-list > :nth-child(2) p, .what-we-do .post-list > :nth-child(3) p, .what-we-do .post-list > :nth-child(6) p, .what-we-do .post-list > :nth-child(7) p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.what-we-do .post-list > :nth-child(2) p, .what-we-do .post-list > :nth-child(3) p, .what-we-do .post-list > :nth-child(6) p, .what-we-do .post-list > :nth-child(7) p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0em;
}

@media (min-width: 768px) {
  .what-we-do .post-list > :nth-child(2) p, .what-we-do .post-list > :nth-child(3) p, .what-we-do .post-list > :nth-child(6) p, .what-we-do .post-list > :nth-child(7) p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.what-we-do .post-list > :nth-child(2) p, .what-we-do .post-list > :nth-child(3) p, .what-we-do .post-list > :nth-child(6) p, .what-we-do .post-list > :nth-child(7) p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0em;
}

@media (min-width: 768px) {
  .what-we-do .post-list > :nth-child(2) p, .what-we-do .post-list > :nth-child(3) p, .what-we-do .post-list > :nth-child(6) p, .what-we-do .post-list > :nth-child(7) p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.what-we-do .post-list > :nth-child(2) p, .what-we-do .post-list > :nth-child(3) p, .what-we-do .post-list > :nth-child(6) p, .what-we-do .post-list > :nth-child(7) p {
  line-height: 1.7rem;
  color: var(--color-grey-primary);
  white-space: unset;
  font-weight: 400;
}

.what-we-do .post-list > :nth-child(2) p strong, .what-we-do .post-list > :nth-child(3) p strong, .what-we-do .post-list > :nth-child(6) p strong, .what-we-do .post-list > :nth-child(7) p strong {
  margin-bottom: 1rem;
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.1em;
}

.what-we-do .post-list > :nth-child(2) p strong h2, .what-we-do .post-list > :nth-child(3) p strong h2, .what-we-do .post-list > :nth-child(6) p strong h2, .what-we-do .post-list > :nth-child(7) p strong h2 {
  margin-left: 0.25rem;
  font-weight: 800;
  letter-spacing: 0em;
}

@media (min-width: 640px) {
  .what-we-do .post-list > :nth-child(2) p strong h2, .what-we-do .post-list > :nth-child(3) p strong h2, .what-we-do .post-list > :nth-child(6) p strong h2, .what-we-do .post-list > :nth-child(7) p strong h2 {
    margin-left: 3rem;
  }

  .what-we-do .post-list > :nth-child(2) p strong, .what-we-do .post-list > :nth-child(3) p strong, .what-we-do .post-list > :nth-child(6) p strong, .what-we-do .post-list > :nth-child(7) p strong {
    margin-bottom: 2.25rem;
  }
}

@media (min-width: 768px) {
  .what-we-do .post-list > :nth-child(2) p strong, .what-we-do .post-list > :nth-child(3) p strong, .what-we-do .post-list > :nth-child(6) p strong, .what-we-do .post-list > :nth-child(7) p strong {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.what-we-do .post-list > :nth-child(2) p strong, .what-we-do .post-list > :nth-child(3) p strong, .what-we-do .post-list > :nth-child(6) p strong, .what-we-do .post-list > :nth-child(7) p strong {
  margin-bottom: 1rem;
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.1em;
}

.what-we-do .post-list > :nth-child(2) p strong h2, .what-we-do .post-list > :nth-child(3) p strong h2, .what-we-do .post-list > :nth-child(6) p strong h2, .what-we-do .post-list > :nth-child(7) p strong h2 {
  margin-left: 0.25rem;
  font-weight: 800;
  letter-spacing: 0em;
}

@media (min-width: 640px) {
  .what-we-do .post-list > :nth-child(2) p strong h2, .what-we-do .post-list > :nth-child(3) p strong h2, .what-we-do .post-list > :nth-child(6) p strong h2, .what-we-do .post-list > :nth-child(7) p strong h2 {
    margin-left: 3rem;
  }

  .what-we-do .post-list > :nth-child(2) p strong, .what-we-do .post-list > :nth-child(3) p strong, .what-we-do .post-list > :nth-child(6) p strong, .what-we-do .post-list > :nth-child(7) p strong {
    margin-bottom: 2.25rem;
  }
}

@media (min-width: 768px) {
  .what-we-do .post-list > :nth-child(2) p strong, .what-we-do .post-list > :nth-child(3) p strong, .what-we-do .post-list > :nth-child(6) p strong, .what-we-do .post-list > :nth-child(7) p strong {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.what-we-do .post-list > :nth-child(2) p strong, .what-we-do .post-list > :nth-child(3) p strong, .what-we-do .post-list > :nth-child(6) p strong, .what-we-do .post-list > :nth-child(7) p strong {
  margin-bottom: 1rem;
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.1em;
}

.what-we-do .post-list > :nth-child(2) p strong h2, .what-we-do .post-list > :nth-child(3) p strong h2, .what-we-do .post-list > :nth-child(6) p strong h2, .what-we-do .post-list > :nth-child(7) p strong h2 {
  margin-left: 0.25rem;
  font-weight: 800;
  letter-spacing: 0em;
}

@media (min-width: 640px) {
  .what-we-do .post-list > :nth-child(2) p strong h2, .what-we-do .post-list > :nth-child(3) p strong h2, .what-we-do .post-list > :nth-child(6) p strong h2, .what-we-do .post-list > :nth-child(7) p strong h2 {
    margin-left: 3rem;
  }

  .what-we-do .post-list > :nth-child(2) p strong, .what-we-do .post-list > :nth-child(3) p strong, .what-we-do .post-list > :nth-child(6) p strong, .what-we-do .post-list > :nth-child(7) p strong {
    margin-bottom: 2.25rem;
  }
}

@media (min-width: 768px) {
  .what-we-do .post-list > :nth-child(2) p strong, .what-we-do .post-list > :nth-child(3) p strong, .what-we-do .post-list > :nth-child(6) p strong, .what-we-do .post-list > :nth-child(7) p strong {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.what-we-do .post-list > :nth-child(2) p strong, .what-we-do .post-list > :nth-child(3) p strong, .what-we-do .post-list > :nth-child(6) p strong, .what-we-do .post-list > :nth-child(7) p strong {
  margin-bottom: 1rem;
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.1em;
}

.what-we-do .post-list > :nth-child(2) p strong h2, .what-we-do .post-list > :nth-child(3) p strong h2, .what-we-do .post-list > :nth-child(6) p strong h2, .what-we-do .post-list > :nth-child(7) p strong h2 {
  margin-left: 0.25rem;
  font-weight: 800;
  letter-spacing: 0em;
}

@media (min-width: 640px) {
  .what-we-do .post-list > :nth-child(2) p strong h2, .what-we-do .post-list > :nth-child(3) p strong h2, .what-we-do .post-list > :nth-child(6) p strong h2, .what-we-do .post-list > :nth-child(7) p strong h2 {
    margin-left: 3rem;
  }

  .what-we-do .post-list > :nth-child(2) p strong, .what-we-do .post-list > :nth-child(3) p strong, .what-we-do .post-list > :nth-child(6) p strong, .what-we-do .post-list > :nth-child(7) p strong {
    margin-bottom: 2.25rem;
  }
}

@media (min-width: 768px) {
  .what-we-do .post-list > :nth-child(2) p strong, .what-we-do .post-list > :nth-child(3) p strong, .what-we-do .post-list > :nth-child(6) p strong, .what-we-do .post-list > :nth-child(7) p strong {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.what-we-do .post-list > :nth-child(2) p strong, .what-we-do .post-list > :nth-child(3) p strong, .what-we-do .post-list > :nth-child(6) p strong, .what-we-do .post-list > :nth-child(7) p strong {
  font-family: var(--font-h1);
  font-weight: 700;
}

@media (max-width: 700px) {
  .what-we-do .post-list > :nth-child(2) p, .what-we-do .post-list > :nth-child(3) p, .what-we-do .post-list > :nth-child(6) p, .what-we-do .post-list > :nth-child(7) p {
    padding-top: 1rem;
    padding-bottom: 0
  }
}

.what-we-do .post-list > :nth-child(2),
  .what-we-do .post-list > :nth-child(6) {
  grid-column: 7 / end;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

@media (min-width: 640px) {
  .what-we-do .post-list > :nth-child(2),
  .what-we-do .post-list > :nth-child(6) {
    margin-right: 2.75rem;
    margin-left: 0px;
  }
}

.what-we-do .post-list > :nth-child(2),
  .what-we-do .post-list > :nth-child(6) {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

@media (min-width: 640px) {
  .what-we-do .post-list > :nth-child(2),
  .what-we-do .post-list > :nth-child(6) {
    margin-right: 2.75rem;
    margin-left: 0px;
  }
}

@media (max-width: 820px) {
  .what-we-do .post-list > :nth-child(2),
  .what-we-do .post-list > :nth-child(6) {
    /* margin-left: 0; */
    grid-column: 1 / 13;
    padding-bottom: 1rem;
    padding-top: 0
    /* margin-left: 0; */
  }
}

.what-we-do .post-list > :nth-child(3),
  .what-we-do .post-list > :nth-child(7) {
  grid-column: 1 / 7;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

@media (min-width: 640px) {
  .what-we-do .post-list > :nth-child(3),
  .what-we-do .post-list > :nth-child(7) {
    margin-left: 2.75rem;
    margin-right: 0px;
  }
}

.what-we-do .post-list > :nth-child(3),
  .what-we-do .post-list > :nth-child(7) {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

@media (min-width: 640px) {
  .what-we-do .post-list > :nth-child(3),
  .what-we-do .post-list > :nth-child(7) {
    margin-left: 2.75rem;
    margin-right: 0px;
  }
}

@media (max-width: 820px) {
  .what-we-do .post-list > :nth-child(3),
  .what-we-do .post-list > :nth-child(7) {
    /* margin-left: 0; */
    grid-column: 1 / 13;
    padding-bottom: 1rem;
    padding-top: 0
    /* margin-left: 0; */
  }
}

.what-we-do .post-list > :nth-child(1),
  .what-we-do .post-list > :nth-child(5) {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
  margin-right: 2rem;
  padding: 0px;
  grid-column: 1 / 8;
}

@media (max-width: 820px) {
  .what-we-do .post-list > :nth-child(1),
  .what-we-do .post-list > :nth-child(5) {
    margin-bottom: 0;
    margin-right: 0;
    margin-top: -10rem;
    margin-left: 0;
    grid-column: 1 / 9
  }
}

.what-we-do .post-list > :nth-child(4),
  .what-we-do .post-list > :nth-child(8) {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
  margin-left: 2rem;
  padding: 0px;
  grid-column: 6 / end;
}

@media (max-width: 820px) {
  .what-we-do .post-list > :nth-child(4),
  .what-we-do .post-list > :nth-child(8) {
    margin-bottom: 0;
    margin-left: 0;
    margin-top: -10rem;
    margin-right: 0
  }
}

.services .content .side-by-side .embed .post-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .services .content .side-by-side .embed .post-list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .services .content .side-by-side .embed .post-list {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .services .content .side-by-side .embed .post-list {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
}

@media (min-width: 1536px) {
  .services .content .side-by-side .embed .post-list {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .trusted-by .post-list {
    grid-template-columns: repeat(2 , 1fr);
  }
}

@media (min-width: 640px) {
  .trusted-by .post-list {
    grid-template-columns: repeat(5, 1fr);
  }
}

.post-list .post {
  margin-bottom: 4rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.5rem;
  vertical-align: text-bottom;
}

.what-we-do .post-list .post {
  grid-template-columns: repeat(12, 1fr);
  row-gap: 4rem;
}

@media (min-width: 820px) {
  .what-we-do .post-list .post {
    grid-template-rows: repeat(3, 1fr)
  }
}

@media (max-width: 820px) {
  .what-we-do .post-list .post {
    grid-template-rows: repeat(3, 1fr);
    row-gap: 2rem
  }
}

@media (min-width: 430px) and (max-width: 640px) {
  .what-we-do .post-list .post {
    row-gap: 5rem;
  }
}

@media (min-width: 520px) and (max-width: 820px) {
  .what-we-do .post-list .post {
    row-gap: 7rem;
  }
}

.what-we-do .post-list .post > :nth-child(1),
  .what-we-do .post-list .post > :nth-child(2) {
  grid-row: 1;
}

.what-we-do .post-list .post > :nth-child(3),
  .what-we-do .post-list .post > :nth-child(4) {
  grid-row: 2;
}

.what-we-do .post-list .post > :nth-child(5),
  .what-we-do .post-list .post > :nth-child(6) {
  grid-row: 3;
}

.what-we-do .post-list .post > :nth-child(2),
  .what-we-do .post-list .post > :nth-child(3),
  .what-we-do .post-list .post > :nth-child(6),
  .what-we-do .post-list .post > :nth-child(7) {
  z-index: 10;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 5rem;
}

@media (min-width: 640px) {
  .what-we-do .post-list .post > :nth-child(2),
  .what-we-do .post-list .post > :nth-child(3),
  .what-we-do .post-list .post > :nth-child(6),
  .what-we-do .post-list .post > :nth-child(7) {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.what-we-do .post-list .post > :nth-child(2),
  .what-we-do .post-list .post > :nth-child(3),
  .what-we-do .post-list .post > :nth-child(6),
  .what-we-do .post-list .post > :nth-child(7) {
  z-index: 10;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 5rem;
}

@media (min-width: 640px) {
  .what-we-do .post-list .post > :nth-child(2),
  .what-we-do .post-list .post > :nth-child(3),
  .what-we-do .post-list .post > :nth-child(6),
  .what-we-do .post-list .post > :nth-child(7) {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.what-we-do .post-list .post > :nth-child(2),
  .what-we-do .post-list .post > :nth-child(3),
  .what-we-do .post-list .post > :nth-child(6),
  .what-we-do .post-list .post > :nth-child(7) {
  z-index: 10;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 5rem;
}

@media (min-width: 640px) {
  .what-we-do .post-list .post > :nth-child(2),
  .what-we-do .post-list .post > :nth-child(3),
  .what-we-do .post-list .post > :nth-child(6),
  .what-we-do .post-list .post > :nth-child(7) {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.what-we-do .post-list .post > :nth-child(2),
  .what-we-do .post-list .post > :nth-child(3),
  .what-we-do .post-list .post > :nth-child(6),
  .what-we-do .post-list .post > :nth-child(7) {
  z-index: 10;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 5rem;
}

@media (min-width: 640px) {
  .what-we-do .post-list .post > :nth-child(2),
  .what-we-do .post-list .post > :nth-child(3),
  .what-we-do .post-list .post > :nth-child(6),
  .what-we-do .post-list .post > :nth-child(7) {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.what-we-do .post-list .post > :nth-child(2),
  .what-we-do .post-list .post > :nth-child(3),
  .what-we-do .post-list .post > :nth-child(6),
  .what-we-do .post-list .post > :nth-child(7) {
  background-color: var(--color-white-primary);
  align-self: center;
}

.what-we-do .post-list .post > :nth-child(2) p, .what-we-do .post-list .post > :nth-child(3) p, .what-we-do .post-list .post > :nth-child(6) p, .what-we-do .post-list .post > :nth-child(7) p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0em;
}

@media (min-width: 768px) {
  .what-we-do .post-list .post > :nth-child(2) p, .what-we-do .post-list .post > :nth-child(3) p, .what-we-do .post-list .post > :nth-child(6) p, .what-we-do .post-list .post > :nth-child(7) p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.what-we-do .post-list .post > :nth-child(2) p, .what-we-do .post-list .post > :nth-child(3) p, .what-we-do .post-list .post > :nth-child(6) p, .what-we-do .post-list .post > :nth-child(7) p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0em;
}

@media (min-width: 768px) {
  .what-we-do .post-list .post > :nth-child(2) p, .what-we-do .post-list .post > :nth-child(3) p, .what-we-do .post-list .post > :nth-child(6) p, .what-we-do .post-list .post > :nth-child(7) p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.what-we-do .post-list .post > :nth-child(2) p, .what-we-do .post-list .post > :nth-child(3) p, .what-we-do .post-list .post > :nth-child(6) p, .what-we-do .post-list .post > :nth-child(7) p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0em;
}

@media (min-width: 768px) {
  .what-we-do .post-list .post > :nth-child(2) p, .what-we-do .post-list .post > :nth-child(3) p, .what-we-do .post-list .post > :nth-child(6) p, .what-we-do .post-list .post > :nth-child(7) p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.what-we-do .post-list .post > :nth-child(2) p, .what-we-do .post-list .post > :nth-child(3) p, .what-we-do .post-list .post > :nth-child(6) p, .what-we-do .post-list .post > :nth-child(7) p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0em;
}

@media (min-width: 768px) {
  .what-we-do .post-list .post > :nth-child(2) p, .what-we-do .post-list .post > :nth-child(3) p, .what-we-do .post-list .post > :nth-child(6) p, .what-we-do .post-list .post > :nth-child(7) p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.what-we-do .post-list .post > :nth-child(2) p, .what-we-do .post-list .post > :nth-child(3) p, .what-we-do .post-list .post > :nth-child(6) p, .what-we-do .post-list .post > :nth-child(7) p {
  line-height: 1.7rem;
  color: var(--color-grey-primary);
  white-space: unset;
  font-weight: 400;
}

.what-we-do .post-list .post > :nth-child(2) p strong, .what-we-do .post-list .post > :nth-child(3) p strong, .what-we-do .post-list .post > :nth-child(6) p strong, .what-we-do .post-list .post > :nth-child(7) p strong {
  margin-bottom: 1rem;
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.1em;
}

.what-we-do .post-list .post > :nth-child(2) p strong h2, .what-we-do .post-list .post > :nth-child(3) p strong h2, .what-we-do .post-list .post > :nth-child(6) p strong h2, .what-we-do .post-list .post > :nth-child(7) p strong h2 {
  margin-left: 0.25rem;
  font-weight: 800;
  letter-spacing: 0em;
}

@media (min-width: 640px) {
  .what-we-do .post-list .post > :nth-child(2) p strong h2, .what-we-do .post-list .post > :nth-child(3) p strong h2, .what-we-do .post-list .post > :nth-child(6) p strong h2, .what-we-do .post-list .post > :nth-child(7) p strong h2 {
    margin-left: 3rem;
  }

  .what-we-do .post-list .post > :nth-child(2) p strong, .what-we-do .post-list .post > :nth-child(3) p strong, .what-we-do .post-list .post > :nth-child(6) p strong, .what-we-do .post-list .post > :nth-child(7) p strong {
    margin-bottom: 2.25rem;
  }
}

@media (min-width: 768px) {
  .what-we-do .post-list .post > :nth-child(2) p strong, .what-we-do .post-list .post > :nth-child(3) p strong, .what-we-do .post-list .post > :nth-child(6) p strong, .what-we-do .post-list .post > :nth-child(7) p strong {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.what-we-do .post-list .post > :nth-child(2) p strong, .what-we-do .post-list .post > :nth-child(3) p strong, .what-we-do .post-list .post > :nth-child(6) p strong, .what-we-do .post-list .post > :nth-child(7) p strong {
  margin-bottom: 1rem;
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.1em;
}

.what-we-do .post-list .post > :nth-child(2) p strong h2, .what-we-do .post-list .post > :nth-child(3) p strong h2, .what-we-do .post-list .post > :nth-child(6) p strong h2, .what-we-do .post-list .post > :nth-child(7) p strong h2 {
  margin-left: 0.25rem;
  font-weight: 800;
  letter-spacing: 0em;
}

@media (min-width: 640px) {
  .what-we-do .post-list .post > :nth-child(2) p strong h2, .what-we-do .post-list .post > :nth-child(3) p strong h2, .what-we-do .post-list .post > :nth-child(6) p strong h2, .what-we-do .post-list .post > :nth-child(7) p strong h2 {
    margin-left: 3rem;
  }

  .what-we-do .post-list .post > :nth-child(2) p strong, .what-we-do .post-list .post > :nth-child(3) p strong, .what-we-do .post-list .post > :nth-child(6) p strong, .what-we-do .post-list .post > :nth-child(7) p strong {
    margin-bottom: 2.25rem;
  }
}

@media (min-width: 768px) {
  .what-we-do .post-list .post > :nth-child(2) p strong, .what-we-do .post-list .post > :nth-child(3) p strong, .what-we-do .post-list .post > :nth-child(6) p strong, .what-we-do .post-list .post > :nth-child(7) p strong {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.what-we-do .post-list .post > :nth-child(2) p strong, .what-we-do .post-list .post > :nth-child(3) p strong, .what-we-do .post-list .post > :nth-child(6) p strong, .what-we-do .post-list .post > :nth-child(7) p strong {
  margin-bottom: 1rem;
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.1em;
}

.what-we-do .post-list .post > :nth-child(2) p strong h2, .what-we-do .post-list .post > :nth-child(3) p strong h2, .what-we-do .post-list .post > :nth-child(6) p strong h2, .what-we-do .post-list .post > :nth-child(7) p strong h2 {
  margin-left: 0.25rem;
  font-weight: 800;
  letter-spacing: 0em;
}

@media (min-width: 640px) {
  .what-we-do .post-list .post > :nth-child(2) p strong h2, .what-we-do .post-list .post > :nth-child(3) p strong h2, .what-we-do .post-list .post > :nth-child(6) p strong h2, .what-we-do .post-list .post > :nth-child(7) p strong h2 {
    margin-left: 3rem;
  }

  .what-we-do .post-list .post > :nth-child(2) p strong, .what-we-do .post-list .post > :nth-child(3) p strong, .what-we-do .post-list .post > :nth-child(6) p strong, .what-we-do .post-list .post > :nth-child(7) p strong {
    margin-bottom: 2.25rem;
  }
}

@media (min-width: 768px) {
  .what-we-do .post-list .post > :nth-child(2) p strong, .what-we-do .post-list .post > :nth-child(3) p strong, .what-we-do .post-list .post > :nth-child(6) p strong, .what-we-do .post-list .post > :nth-child(7) p strong {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.what-we-do .post-list .post > :nth-child(2) p strong, .what-we-do .post-list .post > :nth-child(3) p strong, .what-we-do .post-list .post > :nth-child(6) p strong, .what-we-do .post-list .post > :nth-child(7) p strong {
  margin-bottom: 1rem;
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.1em;
}

.what-we-do .post-list .post > :nth-child(2) p strong h2, .what-we-do .post-list .post > :nth-child(3) p strong h2, .what-we-do .post-list .post > :nth-child(6) p strong h2, .what-we-do .post-list .post > :nth-child(7) p strong h2 {
  margin-left: 0.25rem;
  font-weight: 800;
  letter-spacing: 0em;
}

@media (min-width: 640px) {
  .what-we-do .post-list .post > :nth-child(2) p strong h2, .what-we-do .post-list .post > :nth-child(3) p strong h2, .what-we-do .post-list .post > :nth-child(6) p strong h2, .what-we-do .post-list .post > :nth-child(7) p strong h2 {
    margin-left: 3rem;
  }

  .what-we-do .post-list .post > :nth-child(2) p strong, .what-we-do .post-list .post > :nth-child(3) p strong, .what-we-do .post-list .post > :nth-child(6) p strong, .what-we-do .post-list .post > :nth-child(7) p strong {
    margin-bottom: 2.25rem;
  }
}

@media (min-width: 768px) {
  .what-we-do .post-list .post > :nth-child(2) p strong, .what-we-do .post-list .post > :nth-child(3) p strong, .what-we-do .post-list .post > :nth-child(6) p strong, .what-we-do .post-list .post > :nth-child(7) p strong {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.what-we-do .post-list .post > :nth-child(2) p strong, .what-we-do .post-list .post > :nth-child(3) p strong, .what-we-do .post-list .post > :nth-child(6) p strong, .what-we-do .post-list .post > :nth-child(7) p strong {
  font-family: var(--font-h1);
  font-weight: 700;
}

@media (max-width: 700px) {
  .what-we-do .post-list .post > :nth-child(2) p, .what-we-do .post-list .post > :nth-child(3) p, .what-we-do .post-list .post > :nth-child(6) p, .what-we-do .post-list .post > :nth-child(7) p {
    padding-top: 1rem;
    padding-bottom: 0
  }
}

.what-we-do .post-list .post > :nth-child(2),
  .what-we-do .post-list .post > :nth-child(6) {
  grid-column: 7 / end;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

@media (min-width: 640px) {
  .what-we-do .post-list .post > :nth-child(2),
  .what-we-do .post-list .post > :nth-child(6) {
    margin-right: 2.75rem;
    margin-left: 0px;
  }
}

.what-we-do .post-list .post > :nth-child(2),
  .what-we-do .post-list .post > :nth-child(6) {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

@media (min-width: 640px) {
  .what-we-do .post-list .post > :nth-child(2),
  .what-we-do .post-list .post > :nth-child(6) {
    margin-right: 2.75rem;
    margin-left: 0px;
  }
}

@media (max-width: 820px) {
  .what-we-do .post-list .post > :nth-child(2),
  .what-we-do .post-list .post > :nth-child(6) {
    /* margin-left: 0; */
    grid-column: 1 / 13;
    padding-bottom: 1rem;
    padding-top: 0
    /* margin-left: 0; */
  }
}

.what-we-do .post-list .post > :nth-child(3),
  .what-we-do .post-list .post > :nth-child(7) {
  grid-column: 1 / 7;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

@media (min-width: 640px) {
  .what-we-do .post-list .post > :nth-child(3),
  .what-we-do .post-list .post > :nth-child(7) {
    margin-left: 2.75rem;
    margin-right: 0px;
  }
}

.what-we-do .post-list .post > :nth-child(3),
  .what-we-do .post-list .post > :nth-child(7) {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

@media (min-width: 640px) {
  .what-we-do .post-list .post > :nth-child(3),
  .what-we-do .post-list .post > :nth-child(7) {
    margin-left: 2.75rem;
    margin-right: 0px;
  }
}

@media (max-width: 820px) {
  .what-we-do .post-list .post > :nth-child(3),
  .what-we-do .post-list .post > :nth-child(7) {
    /* margin-left: 0; */
    grid-column: 1 / 13;
    padding-bottom: 1rem;
    padding-top: 0
    /* margin-left: 0; */
  }
}

.what-we-do .post-list .post > :nth-child(1),
  .what-we-do .post-list .post > :nth-child(5) {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
  margin-right: 2rem;
  padding: 0px;
  grid-column: 1 / 8;
}

@media (max-width: 820px) {
  .what-we-do .post-list .post > :nth-child(1),
  .what-we-do .post-list .post > :nth-child(5) {
    margin-bottom: 0;
    margin-right: 0;
    margin-top: -10rem;
    margin-left: 0;
    grid-column: 1 / 9
  }
}

.what-we-do .post-list .post > :nth-child(4),
  .what-we-do .post-list .post > :nth-child(8) {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
  margin-left: 2rem;
  padding: 0px;
  grid-column: 6 / end;
}

@media (max-width: 820px) {
  .what-we-do .post-list .post > :nth-child(4),
  .what-we-do .post-list .post > :nth-child(8) {
    margin-bottom: 0;
    margin-left: 0;
    margin-top: -10rem;
    margin-right: 0
  }
}

.services .content .side-by-side .embed .post-list .post {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .services .content .side-by-side .embed .post-list .post {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .services .content .side-by-side .embed .post-list .post {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .services .content .side-by-side .embed .post-list .post {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
}

@media (min-width: 1536px) {
  .services .content .side-by-side .embed .post-list .post {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .trusted-by .post-list .post {
    grid-template-columns: repeat(2 , 1fr);
  }
}

@media (min-width: 640px) {
  .trusted-by .post-list .post {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 768px) {
  .post-list .post {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
}

.post-list .post a.action {
  float: left;
  margin-top: auto;
  align-self: flex-start;
}

@media (min-width: 768px) {
  .post-list .post a.action {
    float: right;
  }
}

.post-list .post .image {
  grid-column: span 4 / span 4;
  display: none;
}

@media (min-width: 768px) {
  .post-list .post .image {
    display: block;
  }
}

.post-list .post .image {
  max-height: 40vh;
}

.post-list .post .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-list .post .body {
  grid-column: span 6 / span 6;
}

.post-list .post .post-body {
  margin-bottom: 0.75rem;
}

.post-list .post h2 {
  margin-bottom: 0.75rem;
}

/** Post */

.post .types {
  margin-bottom: 0.75rem;
}

.post .type {
  border-radius: 0.375rem;
  border-width: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: capitalize;
}

.post .type.news {
  border-color: var(--color-primary-offset);
  color: var(--color-primary-offset);
}

.post .type.dev {
  border-color: var(--color-secondary-offset);
  color: var(--color-secondary-offset);
}

.post .author {
  margin-bottom: 0.75rem;
}

.post .author .name {
  font-weight: 700;
}

.post .author .published::before {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  content: '\00B7';
}

.post .author .published,
        .post .author .name {
  display: inline;
}

/** Table */

body table {
  margin-top: 2rem;
  margin-bottom: 2rem;
  --tw-border-spacing-x: 0.25rem;
  --tw-border-spacing-y: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  border-width: 1px;
}

body table td,
    body table th {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
  padding: 0.5rem;
}

body table p {
  margin: 0px;
}

/**
 * Page specific styles 
 */

.narrow  > .content {
  max-width: 1024px;
}

.narrow  > .content > .doc,
    .narrow  > .content > section,
    .narrow  > .content .post-list,
    .narrow  > .content > .post {
  padding-top: 0px;
  padding-bottom: 1rem;
}

.narrow  > .content > section .row {
  padding-top: 0px;
}

.static-page:not(.narrow) .content > .doc > p,
    .static-page:not(.narrow) .content > .doc > h3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 56rem;
}

/** Services page */

.services .content>section:nth-child(odd) {
  background-color: var(--color-accent-dark);
  -webkit-clip-path: polygon(100% 4.5%, 0% 0% ,0% 100%, 100% 93.5%);
          clip-path: polygon(100% 4.5%, 0% 0% ,0% 100%, 100% 93.5%);
}

@media (min-width: 640px) {
  .services .content .side-by-side.left {
    width: 25%;
  }
}

.services .content .side-by-side.right {
  padding-top: 0.5rem;
}

@media (min-width: 640px) {
  .services .content .side-by-side.right {
    width: 75%;
  }
}

.services .content .side-by-side.right .doc a {
  margin-top: 1.5rem;
  background-color: var(--color-accent);
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-primary);
}

@media (min-width: 640px) {
  .services .content .side-by-side.right .doc a {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.services .content .side-by-side.right .doc a {
  text-decoration: none;
  font-weight: 700;
  font-family: var(--font-h1);
  padding: 0.5rem 0.7rem;
}

/** assume logo grid inside embedded content */

.services .content .side-by-side .embed .intro {
  margin-top: 1rem;
  text-align: left;
}

.services .content .side-by-side .embed .grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .services .content .side-by-side .embed .grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .services .content .side-by-side .embed .grid {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .services .content .side-by-side .embed .grid {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
}

@media (min-width: 1536px) {
  .services .content .side-by-side .embed .grid {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
}

.services .content .side-by-side .embed .doc {
  padding: 0;
  grid-column: span 2
}

/** Post list page */

body.postlist h1 {
  margin-top: 2rem;
  text-align: center;
}

/** Post page */

body.post-page .post {
  text-align: center;
}

body.post-page .post-body {
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
  text-align: left;
}

body.post-page .image {
  display: none;
}

body.post-page code {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: block;
  white-space: pre-wrap;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow-color: #fff;
  --tw-shadow: var(--tw-shadow-colored);
}

body.post-page code h2 {
  margin-left: 0.25rem;
  font-weight: 800;
  letter-spacing: 0em;
}

@media (min-width: 640px) {
  body.post-page code h2 {
    margin-left: 3rem;
  }
}

body.post-page code {
  box-shadow: inset 1px 1px 3px;
  overflow-wrap: break-word;
}

/** People List page */

.people .content .hero-banner {
  z-index: 0;
  margin-bottom: -3rem;
}

.people .content .hero-banner .banner-content-wrap .banner-text .doc p {
  display: none;
}

@media (min-width: 1024px) {
  .people .doc {
    max-width: 72rem;
  }
}

.people .people-list-wrap {
  padding-top: 10rem;
  padding-bottom: 10rem;
  text-align: center;
  background-color: var(--color-accent-dark);
  -webkit-clip-path: polygon(100% 54px, 0px 0px, 0px 100%, 100% calc(100% - 54px));
          clip-path: polygon(100% 54px, 0px 0px, 0px 100%, 100% calc(100% - 54px));
}

@media (min-width: 800px) {
  .people .people-list-wrap {
    -webkit-clip-path: polygon(100% 84px, 0px 0px, 0px 100%, 100% calc(100% - 54px));
            clip-path: polygon(100% 84px, 0px 0px, 0px 100%, 100% calc(100% - 54px))
  }
}

.people .people-list-wrap .people-list {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  justify-content: center;
}

.people .people-list-wrap .people-list .person-body {
  margin-top: 1.25rem;
  margin-bottom: 6rem;
  text-align: center;
  color: var(--color-grey-primary);
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-column: 2 / 12;
}

@media (max-width: 900px) {
  .people .people-list-wrap .people-list .person-body {
    grid-template-columns: 1fr;
    grid-column: 1 / 13
  }
}

.people .people-list-wrap .people-list .person-body h2 {
  color: var(--color-grey-primary);
}

.people .people-list-wrap .people-list .person-body .doc {
  grid-column: 1 / -1;
}

.people .people-list-wrap .people-list .person-body .body {
  background-color: var(--color-grey-offset);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.05em;
}

@media (min-width: 640px) {
  .people .people-list-wrap .people-list .person-body .body {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .people .people-list-wrap .people-list .person-body .body {
    margin-left: -4rem;
  }
}

.people .people-list-wrap .people-list .person-body .body {
  line-height: 2rem;
  font-weight: 400;
}

.people .people-list-wrap .people-list .person-body .contact-description {
  display: none;
}

.people .people-list-wrap .people-list .person-body a {
  text-decoration: none;
  pointer-events: none;
}

.people .people-list-wrap .people-list .person-body a h2, .people .people-list-wrap .people-list .person-body a span {
  display: none;
}

.people .people-list-wrap .people-list .person-body a:hover {
  cursor: pointer;
}

.people .people-list-wrap .people-list .person-body .no-link-style {
  pointer-events: none;
}

.people .people-list-wrap .people-list .person-body .image {
  grid-column: 7 / end;
}

.people .people-list-wrap .people-list .person-body .text {
  grid-column: 2;
}

.people .people-list-wrap .people-list .person-body:nth-child(odd) .image {
  grid-column: 2;
}

.people .people-list-wrap .people-list .person-body:nth-child(odd) .text {
  grid-column: 1;
}

/**Individual Person page*/

.person-page {
  padding-top: 5rem;
}

.person-page .person ul {
  padding-left: 0px;
}

.person-page .person ul li {
  margin-bottom: 0.5rem;
  display: flex;
}

@media (max-width: 640px) {
  .blog-recent .person-page .person ul li {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%
  }

  .blog-recent .person-page .person ul li :nth-child(3) {
    display: none;
  }
}

.person-page .person ul .logo {
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  padding-top: 0.5rem;
  flex: 0 0 50px;
  max-height: 50px;
}

.person-page .person ul .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.person-page .person ul .name {
  font-weight: 700;
}

.person-page .wrap {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  text-align: left;
}

@media (max-width: 640px) {
  .blog-recent .person-page .wrap {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%
  }

  .blog-recent .person-page .wrap :nth-child(3) {
    display: none;
  }
}

.person-page .wrap .left {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (max-width: 640px) {
  .blog-recent .person-page .wrap .left {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%
  }

  .blog-recent .person-page .wrap .left :nth-child(3) {
    display: none;
  }
}

@media (min-width: 768px) {
  .person-page .wrap .left {
    flex-direction: row;
    padding-right: 2rem;
  }
}

.person-page .wrap .left {
  flex: 0 0 20%;
}

.person-page .wrap .left span {
  display: block;
}

.person-page .wrap .left .gap-line {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  height: 1px;
  width: 1px;
  flex-grow: 1;
}

@media (min-width: 768px) {
  .person-page .wrap .left .gap-line {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    width: auto;
  }
}

.person-page .wrap .left .gap-line {
  flex: 1 0 0;
  width: 1px;
  background-color: var(--color-body-text);
}

.person-page .wrap .right {
  flex: 0 0 80%;
  overflow: hidden;
  position: relative;
}

.person-page .wrap .right .title,
            .person-page .wrap .right .employer {
  display: block;
}

.person-page .wrap .right .title h2,
            .person-page .wrap .right .employer h2 {
  margin-left: 0.25rem;
  font-weight: 800;
  letter-spacing: 0em;
}

@media (min-width: 640px) {
  .person-page .wrap .right .title h2,
            .person-page .wrap .right .employer h2 {
    margin-left: 3rem;
  }
}

.person-page .wrap .right .job-description p {
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  transition: max-height 500ms ease-in-out;
  cursor: pointer;
}

.person-page .wrap .right.full .job-description p {
  max-height: 25rem;
}

.person-page .wrap .right.full .job-description p::after {
  display: none;
}

.person-page .wrap .right.full .read-more {
  display: none;
}

.person-page h2 {
  margin-top: 2rem;
}

.person-page .abilities .doc,
    .person-page .abilities h3 {
  margin-left: 20%;
}

.person-page .person {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  .person-page .person {
    max-width: 80rem;
  }
}

.person-page .person {
  padding: 0 var(--layout-spacing-horizontal) 2rem;
}

@media (min-width: 768px) {
  .person-page .person .image {
    display: block;
  }
}

.person-page .person .image img {
  max-height: 50vh;
}

.person-page .person .office {
  font-weight: bold;
}

@media (min-width: 768px) {
  .person-page .person .body {
    max-width: 56rem;
  }
}

.person-page .person .person-body {
  margin-top: 3rem;
  margin-bottom: 3rem;
  max-width: 48rem;
  text-align: left;
}

.person-page .person .person-body strong {
  font-weight: 700;
}

.main-banner-block {
  position: relative;
  display: flex;
  min-height: 20rem;
  width: 100%;
  align-items: center;
  justify-content: center;
}

@media (max-width: 640px) {
  .blog-recent .main-banner-block {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%
  }

  .blog-recent .main-banner-block :nth-child(3) {
    display: none;
  }
}

.main-banner-text {
  z-index: 10;
  min-height: 18rem;
  width: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 115 212 / var(--tw-bg-opacity));
  text-align: center;
  -webkit-clip-path: polygon(0% 0%,90% 0%,100% 100%,10% 100%);
          clip-path: polygon(0% 0%,90% 0%,100% 100%,10% 100%);
}

.inclined-contour  {
}

.blog-recent {
  background-color: var(--color-accent-dark);
  padding-top: 5rem;
  padding-bottom: 16rem;
}

@media (min-width: 640px) {
  .blog-recent {
    padding-top: 8rem;
  }
}

.blog-recent {
  /* MODIFY DISPLAY TO SEE THE BLOG */
  display: none;
  -webkit-clip-path: polygon(0% 13%, 100% 0% ,100% 100%, 0% 87%);
          clip-path: polygon(0% 13%, 100% 0% ,100% 100%, 0% 87%);
}

.blog-recent h2 {
  margin-left: 1.25rem;
  padding-top: 0px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

@media (min-width: 640px) {
  .blog-recent h2 {
    margin-left: 2.5rem;
    padding-top: 2.5rem;
  }
}

.blog-recent h2 {
  font-size: 28px;
}

.blog-recent h2 span {
  color: var(--color-accent);
}

@media (max-width: 640px) {
  .blog-recent h2 {
    margin-top: 6rem;
    width: 90%
  }

  .blog-recent .flex {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%
  }

  .blog-recent .flex :nth-child(3) {
    display: none;
  }
}

.blog-recent .flex-1 {
  position: relative;
  margin-top: auto;
}

@media (max-width: 640px) {
  .blog-recent .flex-1 {
    margin-bottom: 1rem
  }
}

.blog-recent .image-wrapper {
  height: auto;
  margin-bottom: 0.75rem;
}

@media (min-width: 640px) {
  .blog-recent .image-wrapper {
    margin-bottom: 2rem;
  }
}

.blog-recent .text-wrapper {
  height: 2.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 640px) {
  .blog-recent .text-wrapper {
    height: 8rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.blog-recent img {
  width: 100%;
  display: block;
}

.blog-recent a {
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration-line: none;
  margin-bottom: auto;
}

.blog-recent a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 0 239 / var(--tw-text-opacity));
}

.block h2 {
  margin-left: 0.25rem;
  font-weight: 800;
  letter-spacing: 0em;
}

@media (min-width: 640px) {
  .block h2 {
    margin-left: 3rem;
  }
}

.trusted-by {
  margin-bottom: -0.25rem;
  padding-top: 4rem;
  padding-bottom: 5rem;
}

@media (min-width: 640px) {
  .trusted-by {
    padding-top: 9rem;
  }
}

.trusted-by {
  background-color: var(--color-grey-offset);
}

.trusted-by h2 {
  padding-left: 1.25rem;
  line-height: 1.25;
  color: var(--color-grey-primary);
}

@media (min-width: 640px) {
  .trusted-by h2 {
    padding-left: 0.75rem;
    line-height: 1.5;
  }
}

.trusted-by h2 {
  font-size: 28px;
  font-family: var(--font-h1);
  font-weight: 700;
  border: unset;
  text-transform: uppercase;
}

.trusted-by h2 span {
  color: var(--color-primary);
}

@media (max-width: 640px) {
  .trusted-by .grid {
    grid-template-columns: repeat(2 , 1fr);
  }
}

@media (min-width: 640px) {
  .trusted-by .grid {
    grid-template-columns: repeat(5, 1fr);
  }

  .trusted-by :nth-child(2),
    .trusted-by :nth-child(4) {
    grid-row: 1;
  }

  .trusted-by :nth-child(1),
    .trusted-by :nth-child(3),
    .trusted-by :nth-child(5) {
    grid-row: 2;
  }

  .trusted-by :nth-child(1) {
    grid-column: 1 / 2;
  }

  .trusted-by :nth-child(2) {
    grid-column: 2 / 3;
  }

  .trusted-by :nth-child(3) {
    grid-column: 3 / 4;
  }

  .trusted-by :nth-child(4) {
    grid-column: 4 / 5;
  }

  .trusted-by :nth-child(5) {
    grid-column: 5 / end;
  }
}

.foot ul {
  list-style-type: none;
  align-content: flex-start;
  align-items: flex-start;
}

/** Hiring Page */

.hiring ul {
  padding-left: 1rem;
  padding-right: 1rem;
}

.hiring .content .doc:nth-child(3) {
  display: none;
}

/** Contact Us Page */

.contact .people-list-wrap {
  background-color: var(--color-accent-dark);
  -webkit-clip-path: polygon(0% 0%, 100% 0% ,100% 100%, 0% 93.5%);
          clip-path: polygon(0% 0%, 100% 0% ,100% 100%, 0% 93.5%);
}

.contact .people-list-wrap .people-list .person-body, .contact .people-list-wrap h2 {
  color: var(--color-grey-primary);
}

.contact .doc a {
  margin-top: 1.5rem;
  background-color: var(--color-accent);
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-primary);
}

@media (min-width: 640px) {
  .contact .doc a {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.contact .doc a {
  text-decoration: none;
  font-weight: 700;
  font-family: var(--font-h1);
  padding: 0.5rem 0.7rem;
}

.contact .side-by-side.left, .contact .side-by-side.right {
  margin-bottom: 5rem;
  display: flex;
  float: none;
  width: 100%;
}

@media (min-width: 360px) {
  .contact .side-by-side.left, .contact .side-by-side.right {
    justify-content: center
  }
}

.contact .people-list-wrap .people-list .body {
  padding-left: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #FFF;
  margin-left: -4rem;
}

.contact .people-list-wrap .people-list {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  justify-content: center;
}

.contact .people-list-wrap .people-list li.person-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-bottom: 6rem;
  grid-column: 2 / 12;
}

.contact .people-list-wrap .people-list li.person-body .body .person-body {
  display: none;
}

@media (max-width: 360px) {
  .contact .people-list-wrap .people-list li.person-body {
    grid-column: 1 / 13
  }
}

@media (max-width: 640px) {
  .contact .people-list-wrap .people-list li.person-body .doc {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 640px) {
  .contact .people-list-wrap .people-list li.person-body .doc {
    padding-right: 2rem;
  }
}

.contact .people-list-wrap .people-list li.person-body a {
  text-decoration: none;
}

.contact .people-list-wrap .people-list li.person-body a h2, .contact .people-list-wrap .people-list li.person-body a span {
  display: none;
}

.contact .people-list-wrap .people-list li.person-body .image {
  grid-column: 7 / end;
}

.contact .people-list-wrap .people-list li.person-body .text {
  grid-column: 2;
}

.contact .people-list-wrap .people-list li.person-body:nth-child(odd) .image {
  grid-column: 2;
}

.contact .people-list-wrap .people-list li.person-body:nth-child(odd) .text {
  grid-column: 1;
}

@media (max-width: 640px) {
  .contact .people-list-wrap .people-list li.person-body {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .contact .people-list-wrap .people-list .body {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: auto;
  }
}

@media (min-width: 1640px) {
  .contact .people-list-wrap .people-list li.person-body {
    grid-column: 4 / 10;
  }
}

.contact .body {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.05em;
}

@media (min-width: 640px) {
  .contact .body {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.contact .body {
  line-height: 2rem;
  font-weight: 400;
}

/** Embla Carousel */

.embla-carousel-div {
  background-color: var(--color-grey-offset);
  color: var(--color-grey-primary);
  display: none;
}

.embla-h2 {
  padding-left: 1.25rem;
  line-height: 1.25;
  color: var(--color-grey-primary);
}

@media (min-width: 640px) {
  .embla-h2 {
    padding-left: 0.75rem;
    line-height: 1.5;
  }
}

.embla-h2 {
  font-size: 28px;
  font-family: var(--font-h1);
  font-weight: 700;
  border: unset;
  text-transform: uppercase;
}

@media (min-width: 640px) {
  .embla-h2 {
    padding-left: 0.75rem;
    margin-left: 3rem
  }
}

@media (max-width: 600px) {
  .embla-h2 span {
    color: var(--color-primary)
  }
}

.embla {
  margin: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 2rem;
  --slide-height: 19rem;
  --slide-spacing: 1rem;
  --slide-size: 100%;
}

.embla__viewport {
  overflow-x: hidden;
}

.embla__container {
  display: flex;
  align-items: center;
  touch-action: pan-y pinch-zoom;
  margin-left: calc(var(--slide-spacing) * -1);
}

.embla__container .embla__slide:nth-child(odd) {
  height: 485px;
}

.embla__container .embla__slide:nth-child(odd) p:first-of-type {
  -webkit-line-clamp: 8;
}

.embla__container .embla__slide:nth-child(even) {
  height: 352px;
}

.embla__container .embla__slide:nth-child(even) p:first-of-type {
  -webkit-line-clamp: 4;
}

.embla__container > .embla__slide:nth-child(1),
      .embla__container > .embla__slide:nth-child(4) {
  background-color: var(--color-primary);
}

.embla__container > .embla__slide:nth-child(2),
      .embla__container > .embla__slide:nth-child(5) {
  background-color: var(--color-secondary-offset);
}

.embla__container > .embla__slide:nth-child(3),
      .embla__container > .embla__slide:nth-child(6) {
  background-color: var(--color-accent);
}

.embla__slide {
  transform: translate3d(0, 0, 0);
  flex: 0 0 var(--slide-size);
  max-width: 400px;
  margin-left: 2.75rem;
  padding-left: var(--slide-spacing);
}

@media (max-width: 460px) {
  .embla__slide {
    max-width: 300px
  }
}

.embla__viewport .embla__container .embla__slide .doc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 2.75rem;
  padding-right: 2.75rem;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: 100%;
}

/* Max Text height is set with webkit */

.embla__viewport .embla__container .embla__slide .doc p {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.1em;
}

@media (min-width: 640px) {
  .embla__viewport .embla__container .embla__slide .doc p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.embla__viewport .embla__container .embla__slide .doc p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  clear: right;
  font-weight: 400;
  margin-bottom: auto;
  text-overflow: ellipsis;
}

.embla__viewport .embla__container .embla__slide .doc img {
  display: inline;
  border-radius: 9999px;
  margin-top: auto;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  width: 75px;
  height: 75px;
  flex: 0 0 75px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.embla__viewport .embla__container .embla__slide .doc img + p {
  flex: 1 1 50%;
  margin-left: 1rem;
  margin-bottom: 1.25rem;
  display: inline;
  margin-top: auto;
}

@media (min-width: 640px) {
  .sm\:w-1\/4 {
    width: 25%;
  }

  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm\:justify-items-center {
    justify-items: center;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }
}

@media (min-width: 768px) {
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
  
  
