@font-face {
  font-family: lora;

  font-style: normal;

  font-weight: 400 600;

  font-display: swap;

  src: url('../fonts/Lora/Lora-VariableFont_wght.ttf') format('truetype');
}

@font-face {
  font-family: lora;

  font-style: italic;

  font-weight: 400 600;

  font-display: swap;

  src: url('../fonts/Lora/Lora-Italic-VariableFont_wght.ttf') format('truetype');
}

@font-face {
  font-family: manrope;

  font-style: normal;

  font-weight: 200 800;

  font-display: swap;

  src: url('../fonts/Manrope/Manrope-VariableFont_wght.ttf') format('truetype');
}

*, ::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:  ;
}

/*
! tailwindcss v3.4.19 | 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: manrope, ui-sans-serif, system-ui, sans-serif;
  /* 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]:where(:not([hidden="until-found"])) {
  display: none;
}

html,
	body {
  color: #071422;
}

a:hover {
  color: #1ECAD3;
}

a.toggle-mnu,
	a.toggle-mnu:hover {
  color: #071422;
  transition: none;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.wrapper {
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
}

.type-h-1 {
  font-family: lora, Georgia, serif;
  font-weight: 600;
  font-size: clamp(43px, 6.1vw, 92px);
  line-height: 100%;
  letter-spacing: 0;
}

.type-h-2 {
  font-family: lora, Georgia, serif;
  font-weight: 500;
  font-size: clamp(48px, 5.3vw, 70px);
  line-height: 110%;
  letter-spacing: -2%;
}

.type-h-2.5 {
  font-family: lora, Georgia, serif;
  font-weight: 500;
  font-size: clamp(48px, 5.3vw, 60px);
  line-height: 110%;
  letter-spacing: -2%;
}

.type-h-3 {
  font-family: lora, Georgia, serif;
  font-weight: 500;
  font-size: clamp(32px, 3.2vw, 54px);
  line-height: 110%;
  letter-spacing: 0;
}

.type-h-4 {
  font-family: lora, Georgia, serif;
  font-weight: 600;
  font-size: clamp(28px, 2.4vw, 42px);
  line-height: 120%;
  letter-spacing: 0;
}

.type-h-5 {
  font-family: lora, Georgia, serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -1%;
}

.\!type-h-6 {
  font-family: lora, Georgia, serif !important;
  font-weight: 600 !important;
  font-size: 24px !important;
  line-height: 150% !important;
  letter-spacing: -2% !important;
  color: #071422 !important;
}

.type-h-6 {
  font-family: lora, Georgia, serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -2%;
  color: #071422;
}

.type-b-1 {
  font-family: manrope, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0;
}

.type-b-2 {
  font-family: manrope, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
}

.type-b-1-mobile {
  font-family: manrope, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
}

.type-btn {
  font-family: manrope, ui-sans-serif, system-ui, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -0.02em;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  cursor: pointer;
}

.site-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  width: 100%;
}

.my-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  width: 100%;
}

.border-btn,
	.type-btn:not(.type-btn-light) {
  position: relative;
  z-index: 0;
  background: transparent;
  border: 2px solid #071422;
  border-radius: 5px;
  color: #071422;
  font-family: manrope, ui-sans-serif, system-ui, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -0.02em;
  min-height: 68px;
  transform: perspective(1px) translateZ(0);
  transition: 0.4s;
  cursor: pointer;
}

.border-btn::before,
	.type-btn:not(.type-btn-light)::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #071422;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: 50% center;
  transition-property: transform;
  -o-transition-property: transform;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
}

@media (hover: hover) {
  .border-btn:hover,
		.type-btn:not(.type-btn-light):hover {
    color: #F4F7FA;
  }

  .border-btn:hover::before,
		.type-btn:not(.type-btn-light):hover::before {
    transform: scaleX(1);
  }
}

@media (max-width: 750px) {
  .border-btn,
		.type-btn:not(.type-btn-light) {
    font-size: 20px;
    min-height: 50px;
  }
}

.type-btn-light {
  position: relative;
  z-index: 0;
  background: #F4F7FA;
  border: 2px solid #F4F7FA;
  border-radius: 5px;
  color: #071422;
  min-height: 68px;
  transform: perspective(1px) translateZ(0);
  transition: 0.4s;
  cursor: pointer;
}

.type-btn-light::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #DCE5EE;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: 50% center;
  transition-property: transform;
  -o-transition-property: transform;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
}

@media (hover: hover) {
  .type-btn-light:hover {
    color: #071422;
  }

  .type-btn-light:hover::before {
    transform: scaleX(1);
  }
}

@media (max-width: 750px) {
  .type-btn.type-btn-light {
    font-size: 20px;
    min-height: 50px;
  }
}

.green-box__content .type-btn-light {
  display: table;
  margin: 40px auto 0;
  padding-left: 50px;
  padding-right: 50px;
}

.first-screen__container .border-btn {
  border-width: 3px;
}

.section-insights__border-btn {
  margin-top: 42px;
  width: 100%;
}

.experience-slider__slide {
  border-top: 3px solid var(--colors-deep-digital-navy-600);
  padding-top: 20px;
}

a.experience-slider__slide {
  color: inherit;
  display: block;
  text-decoration: none;
  transition: none;
}

a.experience-slider__slide .experience-slider__desc {
  color: var(--colors-neutral-600);
}

a.experience-slider__slide .experience-slider__h3 {
  transition: color 0.4s ease;
}

a.experience-slider__slide:hover .experience-slider__h3,
	a.experience-slider__slide:active .experience-slider__h3 {
  color: var(--colors-electric-teal-300);
}

a.experience-slider__slide:focus-visible {
  outline: 2px solid var(--colors-electric-teal-300);
  outline-offset: 4px;
}

@media (max-width: 767px) {
  .experience-slider__header {
    grid-template-columns: minmax(0, 1fr) 48px;
    grid-template-rows: 76px 72px;
    align-items: stretch;
    gap: 10px;
    min-width: 0;
  }

  .experience-slider__h3 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    grid-row: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-clamp: 2;
    height: 76px;
    margin: 0;
    min-width: 0;
  }

  .experience-slider__desc {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/-1;
    grid-row: 2;
    font-size: 16px;
    line-height: 1.5;
    min-width: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-clamp: 3;
    height: 72px;
  }

  .experience-slider__header-icon {
    grid-row: 1;
    grid-column: 2/3;
    width: 48px;
    height: 48px;
    max-width: 48px;
    max-height: 48px;
    align-self: start;
    justify-self: center;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .experience-slider__link {
    aspect-ratio: 760 / 540;
    overflow: hidden;
    border-radius: 5px;
  }

  .experience-slider__img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
}

.experience-slider__link {
  cursor: pointer;
  display: block;
  margin-top: 20px;
}

.experience-slider__img {
  border-radius: 5px;
  display: block;
  width: 100%;
}

#pull.toggle-mnu .toggle-mnu__burger,
	#pull.toggle-mnu .toggle-mnu__close {
  transition: opacity 0.3s ease;
}

#pull.toggle-mnu .toggle-mnu__burger {
  opacity: 1;
}

#pull.toggle-mnu .toggle-mnu__close {
  opacity: 0;
}

ul#menu.is-active ~ header #pull.toggle-mnu .toggle-mnu__burger {
  opacity: 0;
}

ul#menu.is-active ~ header #pull.toggle-mnu .toggle-mnu__close {
  opacity: 1;
}

@media (max-width: 1040px) {
  ul#menu.index-mobile-menu.is-active {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  a#pull.index-pull.toggle-mnu {
    position: fixed;
    right: 22px;
    top: 22px;
    z-index: 120;
    --tw-text-opacity: 1;
    color: rgb(7 20 34 / var(--tw-text-opacity, 1));
  }
}

@media (max-width: 530px) {
  a#pull.index-pull.toggle-mnu {
    right: 18px;
    top: 18px;
  }
}

/* Insights (posts): match front typography inside Gutenberg editor. */

.editor-styles-wrapper .wp-block-post-content :is(h2, h2.wp-block-heading),
	.block-editor-iframe__body .wp-block-post-content :is(h2, h2.wp-block-heading) {
  font-family: lora, Georgia, serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -1%;
  margin-top: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(11 31 51 / var(--tw-text-opacity, 1));
}

.editor-styles-wrapper .wp-block-post-content :is(h2, h2.wp-block-heading):first-child,
	.block-editor-iframe__body .wp-block-post-content :is(h2, h2.wp-block-heading):first-child {
  margin-top: 0;
}

.editor-styles-wrapper .wp-block-post-content :is(h3, h3.wp-block-heading),
	.block-editor-iframe__body .wp-block-post-content :is(h3, h3.wp-block-heading) {
  font-family: lora, Georgia, serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -2%;
  color: #071422;
  margin-top: 1.25rem;
}

.editor-styles-wrapper .wp-block-post-content :is(figure.wp-block-image, figure.wp-block-image img, .wp-block-image, .wp-block-image img),
	.block-editor-iframe__body .wp-block-post-content :is(figure.wp-block-image, figure.wp-block-image img, .wp-block-image, .wp-block-image img) {
  margin-top: 10px;
}

.editor-styles-wrapper .wp-block-post-content p,
	.block-editor-iframe__body .wp-block-post-content p {
  font-family: manrope, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0;
  margin-top: 0.625rem;
  --tw-text-opacity: 1;
  color: rgb(7 20 34 / var(--tw-text-opacity, 1));
}

.editor-styles-wrapper .wp-block-post-content p:first-child,
	.block-editor-iframe__body .wp-block-post-content p:first-child {
  margin-top: 0;
}

.editor-styles-wrapper .wp-block-post-content :is(blockquote, .wp-block-quote),
	.block-editor-iframe__body .wp-block-post-content :is(blockquote, .wp-block-quote) {
  margin-top: 30px !important;
  margin-bottom: 1.25rem;
  border-left-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(30 202 211 / var(--tw-border-opacity, 1));
  padding-left: 30px;
  border-style: solid;
}

/* Front: insights content blockquote styling (matches editor). */

.drc-insight-content :is(blockquote, .wp-block-quote) {
  margin-top: 30px !important;
  margin-bottom: 1.25rem;
  border-left-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(30 202 211 / var(--tw-border-opacity, 1));
  padding-left: 30px;
  border-style: solid;
}

/* Front: WP-inserted images inside insights content. */

.drc-insight-content :is(figure.wp-block-image, .wp-block-image) {
  margin-top: 10px !important;
}

.drc-insight-content :is(figure.wp-block-image.size-large, .wp-block-image.size-large) {
  margin-top: 10px !important;
}

/* Service split section (Gutenberg block — service CPT) */

.drc-service-split-section > :is(h1, h2, h3, h4, h5, h6, .wp-block-heading) {
  font-family: lora, Georgia, serif;
  font-weight: 500;
  font-size: clamp(32px, 3.2vw, 54px);
  line-height: 110%;
  letter-spacing: 0;
  --tw-text-opacity: 1;
  color: rgb(11 31 51 / var(--tw-text-opacity, 1));
}

.drc-service-split-section > .wp-block-heading + .wp-block-columns,
	.drc-service-split-section > h2 + .wp-block-columns {
  margin-top: 2.5rem;
}

.drc-service-split-section .wp-block-columns {
  gap: 2.5rem;
  margin-bottom: 0;
}

.drc-service-split-section .wp-block-column {
  min-width: 0px;
}

.drc-service-split-section .wp-block-column p + p {
  margin-top: 1rem;
}

.drc-service-split-section .wp-block-column .wp-block-list,
	.drc-service-split-section .wp-block-column ul:not(.wp-block-list) {
  margin-left: 30px;
  margin-top: 0.625rem;
  list-style-type: disc;
}

.drc-service-split-section .wp-block-column .wp-block-list > :not([hidden]) ~ :not([hidden]),
	.drc-service-split-section .wp-block-column ul:not(.wp-block-list) > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}

.drc-service-split-section .wp-block-column .wp-block-list .wp-block-list-item,
	.drc-service-split-section .wp-block-column li {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

/*
	 * Block editor (add_editor_style tailwind.css): same split-section look as front.
	 * In admin, paragraphs do not get server-injected type-b-1; mirror utilities here.
	 */

.editor-styles-wrapper .wp-block-drc-service-split-section.drc-service-split-section {
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .editor-styles-wrapper .wp-block-drc-service-split-section.drc-service-split-section {
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 90px;
  }
}

.editor-styles-wrapper .wp-block-drc-service-split-section.bg-drc-neutral-100 {
  background-color: #F4F7FA;
}

.editor-styles-wrapper .wp-block-drc-service-split-section.bg-white {
  background-color: #fff;
}

.editor-styles-wrapper .wp-block-drc-service-split-section.bg-drc-neutral-200 {
  background-color: #DCE5EE;
}

.editor-styles-wrapper .wp-block-drc-service-split-section.bg-drc-teal-100 {
  background-color: #89E9EE;
}

/*
	 * Editor: core/heading is one element — e.g. h2.block-editor-block-list__block.wp-block-heading
	 * .block-editor-rich-text__editable (no inner h2). Only the first-level layout’s direct children
	 * match (headings inside columns sit in nested layouts).
	 * !important: theme.json / global styles override add_editor_style otherwise.
	 */

.editor-styles-wrapper
		.wp-block-drc-service-split-section
		> .block-editor-block-list__layout
		> :is(h1, h2, h3, h4, h5, h6).block-editor-block-list__block.wp-block-heading.block-editor-rich-text__editable,
	.block-editor-iframe__body
		.wp-block-drc-service-split-section
		> .block-editor-block-list__layout
		> :is(h1, h2, h3, h4, h5, h6).block-editor-block-list__block.wp-block-heading.block-editor-rich-text__editable {
  font-family: lora, Georgia, serif !important;
  font-weight: 500 !important;
  font-size: clamp(32px, 3.2vw, 54px) !important;
  line-height: 110% !important;
  letter-spacing: 0 !important;
  color: rgb(11 31 51) !important;
  margin: 0 !important;
}

/*
	 * Gutenberg changes the editable class names across WP versions; keep a wider selector
	 * so split-section headings always match the front typography in the editor.
	 */

.editor-styles-wrapper .wp-block-drc-service-split-section :is(h1, h2, h3, h4, h5, h6).wp-block-heading,
	.editor-styles-wrapper .wp-block-drc-service-split-section :is(h1, h2, h3, h4, h5, h6).wp-block-heading[contenteditable="true"],
	.block-editor-iframe__body .wp-block-drc-service-split-section :is(h1, h2, h3, h4, h5, h6).wp-block-heading,
	.block-editor-iframe__body
		.wp-block-drc-service-split-section
		:is(h1, h2, h3, h4, h5, h6).wp-block-heading[contenteditable="true"] {
  font-family: lora, Georgia, serif !important;
  font-weight: 500 !important;
  font-size: clamp(32px, 3.2vw, 54px) !important;
  line-height: 110% !important;
  letter-spacing: 0 !important;
  color: rgb(11 31 51) !important;
  margin: 0 !important;
}

.editor-styles-wrapper .wp-block-drc-service-split-section > :is(h1, h2, h3, h4, h5, h6, .wp-block-heading) {
  font-family: lora, Georgia, serif;
  font-weight: 500;
  font-size: clamp(32px, 3.2vw, 54px);
  line-height: 110%;
  letter-spacing: 0;
  color: #0B1F33;
  margin: 0;
}

/* Front: heading then columns. Editor: rich-text heading block then next root block */

.editor-styles-wrapper
		.wp-block-drc-service-split-section
		> .block-editor-block-list__layout
		> :is(h1, h2, h3, h4, h5, h6).block-editor-block-list__block.wp-block-heading
		+ *,
	.block-editor-iframe__body
		.wp-block-drc-service-split-section
		> .block-editor-block-list__layout
		> :is(h1, h2, h3, h4, h5, h6).block-editor-block-list__block.wp-block-heading
		+ *,
	.editor-styles-wrapper .wp-block-drc-service-split-section > .wp-block-heading + .wp-block-columns,
	.editor-styles-wrapper .wp-block-drc-service-split-section > h2 + .wp-block-columns {
  margin-top: 2.5rem;
}

.editor-styles-wrapper .wp-block-drc-service-split-section .wp-block-columns {
  gap: 2.5rem;
  margin-bottom: 0;
}

.editor-styles-wrapper .wp-block-drc-service-split-section .wp-block-column {
  min-width: 0px;
}

.editor-styles-wrapper .wp-block-drc-service-split-section .wp-block-column p {
  font-family: manrope, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0;
  margin: 0px;
  --tw-text-opacity: 1;
  color: rgb(7 20 34 / var(--tw-text-opacity, 1));
}

.editor-styles-wrapper .wp-block-drc-service-split-section .wp-block-column p + p {
  margin-top: 1rem;
}

.editor-styles-wrapper .wp-block-drc-service-split-section .wp-block-column .wp-block-list,
	.editor-styles-wrapper .wp-block-drc-service-split-section .wp-block-column ul:not(.wp-block-list) {
  margin-left: 30px;
  margin-top: 0.625rem;
  list-style-type: disc;
}

.editor-styles-wrapper .wp-block-drc-service-split-section .wp-block-column .wp-block-list > :not([hidden]) ~ :not([hidden]),
	.editor-styles-wrapper .wp-block-drc-service-split-section .wp-block-column ul:not(.wp-block-list) > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}

.editor-styles-wrapper .wp-block-drc-service-split-section .wp-block-column .wp-block-list .wp-block-list-item,
	.editor-styles-wrapper .wp-block-drc-service-split-section .wp-block-column li {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  --tw-text-opacity: 1;
  color: rgb(7 20 34 / var(--tw-text-opacity, 1));
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.left-\[10px\] {
  left: 10px;
}

.right-0 {
  right: 0px;
}

.right-\[10px\] {
  right: 10px;
}

.top-\[10px\] {
  top: 10px;
}

.top-full {
  top: 100%;
}

.z-\[100\] {
  z-index: 100;
}

.z-\[105\] {
  z-index: 105;
}

.z-\[1\] {
  z-index: 1;
}

.z-\[99\] {
  z-index: 99;
}

.col-start-2 {
  grid-column-start: 2;
}

.row-span-2 {
  grid-row: span 2 / span 2;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

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

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.\!mr-0 {
  margin-right: 0px !important;
}

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

.-mt-\[30px\] {
  margin-top: -30px;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-\[30px\] {
  margin-bottom: 30px;
}

.mb-\[60px\] {
  margin-bottom: 60px;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-\[30px\] {
  margin-left: 30px;
}

.mt-1\.5 {
  margin-top: 0.375rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-2\.5 {
  margin-top: 0.625rem;
}

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

.mt-5 {
  margin-top: 1.25rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-\[100px\] {
  margin-top: 100px;
}

.mt-\[10px\] {
  margin-top: 10px;
}

.mt-\[15px\] {
  margin-top: 15px;
}

.mt-\[25px\] {
  margin-top: 25px;
}

.mt-\[30px\] {
  margin-top: 30px;
}

.mt-\[50px\] {
  margin-top: 50px;
}

.mt-\[5px\] {
  margin-top: 5px;
}

.mt-\[60px\] {
  margin-top: 60px;
}

.mt-\[70px\] {
  margin-top: 70px;
}

.mt-auto {
  margin-top: auto;
}

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-4 {
  height: 1rem;
}

.h-\[180px\] {
  height: 180px;
}

.h-\[26px\] {
  height: 26px;
}

.h-px {
  height: 1px;
}

.min-h-0 {
  min-height: 0px;
}

.min-h-\[3em\] {
  min-height: 3em;
}

.min-h-screen {
  min-height: 100vh;
}

.\!w-full {
  width: 100% !important;
}

.w-16 {
  width: 4rem;
}

.w-4 {
  width: 1rem;
}

.w-\[26px\] {
  width: 26px;
}

.w-\[55px\] {
  width: 55px;
}

.w-\[60px\] {
  width: 60px;
}

.w-\[64px\] {
  width: 64px;
}

.w-\[calc\(100\%\+32px\)\] {
  width: calc(100% + 32px);
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-\[11rem\] {
  min-width: 11rem;
}

.min-w-\[220px\] {
  min-width: 220px;
}

.max-w-\[1220px\] {
  max-width: 1220px;
}

.max-w-\[125px\] {
  max-width: 125px;
}

.max-w-\[1300px\] {
  max-width: 1300px;
}

.max-w-\[261px\] {
  max-width: 261px;
}

.max-w-\[300px\] {
  max-width: 300px;
}

.max-w-\[375px\] {
  max-width: 375px;
}

.max-w-\[450px\] {
  max-width: 450px;
}

.max-w-\[640px\] {
  max-width: 640px;
}

.max-w-\[720px\] {
  max-width: 720px;
}

.max-w-\[800px\] {
  max-width: 800px;
}

.max-w-full {
  max-width: 100%;
}

.max-w-none {
  max-width: none;
}

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

.flex-shrink {
  flex-shrink: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

.origin-top-right {
  transform-origin: top right;
}

.scale-\[0\.98\] {
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.scroll-mt-24 {
  scroll-margin-top: 6rem;
}

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

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

.grid-flow-col {
  grid-auto-flow: column;
}

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

.grid-cols-\[1fr_55px\] {
  grid-template-columns: 1fr 55px;
}

.grid-cols-\[1fr_auto\] {
  grid-template-columns: 1fr auto;
}

.grid-cols-\[auto_1fr\] {
  grid-template-columns: auto 1fr;
}

.grid-cols-\[minmax\(0\2c 461px\)_minmax\(0\2c 1fr\)\] {
  grid-template-columns: minmax(0,461px) minmax(0,1fr);
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

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

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

.justify-start {
  justify-content: flex-start;
}

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

.justify-between {
  justify-content: space-between;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[25px\] {
  gap: 25px;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-40 {
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-\[144px\] {
  -moz-column-gap: 144px;
       column-gap: 144px;
}

.gap-x-\[5px\] {
  -moz-column-gap: 5px;
       column-gap: 5px;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-14 {
  row-gap: 3.5rem;
}

.gap-y-2\.5 {
  row-gap: 0.625rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-y-\[0\.35em\] {
  row-gap: 0.35em;
}

.gap-y-\[70px\] {
  row-gap: 70px;
}

.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-x-visible {
  overflow-x: visible;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-\[5px\] {
  border-radius: 5px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-b-\[3px\] {
  border-bottom-width: 3px;
}

.border-l-\[3px\] {
  border-left-width: 3px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-t-\[3px\] {
  border-top-width: 3px;
}

.border-solid {
  border-style: solid;
}

.border-\[\#ececec\] {
  --tw-border-opacity: 1;
  border-color: rgb(236 236 236 / var(--tw-border-opacity, 1));
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-drc-navy-300 {
  --tw-border-opacity: 1;
  border-color: rgb(22 61 100 / var(--tw-border-opacity, 1));
}

.border-drc-navy-600 {
  --tw-border-opacity: 1;
  border-color: rgb(7 20 34 / var(--tw-border-opacity, 1));
}

.border-drc-neutral-100 {
  --tw-border-opacity: 1;
  border-color: rgb(244 247 250 / var(--tw-border-opacity, 1));
}

.border-drc-neutral-200 {
  --tw-border-opacity: 1;
  border-color: rgb(220 229 238 / var(--tw-border-opacity, 1));
}

.border-drc-teal-400 {
  --tw-border-opacity: 1;
  border-color: rgb(20 133 139 / var(--tw-border-opacity, 1));
}

.border-transparent {
  border-color: transparent;
}

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

.bg-\[\#F0E6E0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 230 224 / var(--tw-bg-opacity, 1));
}

.bg-\[\#e5ddd6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 221 214 / var(--tw-bg-opacity, 1));
}

.bg-drc-navy-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 39 64 / var(--tw-bg-opacity, 1));
}

.bg-drc-navy-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(7 20 34 / var(--tw-bg-opacity, 1));
}

.bg-drc-navy-600\/50 {
  background-color: rgb(7 20 34 / 0.5);
}

.bg-drc-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 247 250 / var(--tw-bg-opacity, 1));
}

.bg-drc-neutral-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 229 238 / var(--tw-bg-opacity, 1));
}

.bg-drc-neutral-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(154 173 192 / var(--tw-bg-opacity, 1));
}

.bg-drc-teal-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(137 233 238 / var(--tw-bg-opacity, 1));
}

.bg-drc-teal-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(11 74 78 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

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

.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}

.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}

.bg-\[url\(\'\.\.\/\.\.\/images\/services\/arrow\.png\'\)\] {
  background-image: url('../../images/services/arrow.png');
}

.bg-\[url\(\'\.\.\/\.\.\/images\/services\/coin\.png\'\)\] {
  background-image: url('../../images/services/coin.png');
}

.bg-\[url\(\'\.\.\/\.\.\/images\/services\/file\.png\'\)\] {
  background-image: url('../../images/services/file.png');
}

.bg-\[url\(\'\.\.\/\.\.\/images\/services\/flag\.png\'\)\] {
  background-image: url('../../images/services/flag.png');
}

.bg-\[url\(\'\.\.\/\.\.\/images\/services\/guard\.png\'\)\] {
  background-image: url('../../images/services/guard.png');
}

.bg-\[url\(\'\.\.\/\.\.\/images\/services\/links\.png\'\)\] {
  background-image: url('../../images/services/links.png');
}

.bg-\[url\(\'\.\.\/\.\.\/images\/services\/no-eye\.png\'\)\] {
  background-image: url('../../images/services/no-eye.png');
}

.bg-\[url\(\'\.\.\/\.\.\/images\/services\/person\.png\'\)\] {
  background-image: url('../../images/services/person.png');
}

.bg-\[url\(\'\.\.\/\.\.\/images\/services\/scales\.png\'\)\] {
  background-image: url('../../images/services/scales.png');
}

.bg-\[url\(\'\.\.\/\.\.\/images\/services\/wallet\.png\'\)\] {
  background-image: url('../../images/services/wallet.png');
}

.bg-\[url\(\.\.\.\)\] {
  background-image: url(...);
}

.bg-\[length\:56px_auto\] {
  background-size: 56px auto;
}

.bg-\[length\:58px_auto\] {
  background-size: 58px auto;
}

.bg-cover {
  background-size: cover;
}

.bg-\[center_top\] {
  background-position: center top;
}

.bg-left-top {
  background-position: left top;
}

.bg-repeat {
  background-repeat: repeat;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fill-drc-neutral-600 {
  fill: #879AAF;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-3 {
  padding: 0.75rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-\[11px\] {
  padding-left: 11px;
  padding-right: 11px;
}

.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}

.px-\[50px\] {
  padding-left: 50px;
  padding-right: 50px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-\[42px\] {
  padding-top: 42px;
  padding-bottom: 42px;
}

.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-\[90px\] {
  padding-top: 90px;
  padding-bottom: 90px;
}

.py-\[clamp\(60px\2c 7\.6vw\2c 100px\)\] {
  padding-top: clamp(60px, 7.6vw, 100px);
  padding-bottom: clamp(60px, 7.6vw, 100px);
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-\[13px\] {
  padding-bottom: 13px;
}

.pb-\[30px\] {
  padding-bottom: 30px;
}

.pb-\[60px\] {
  padding-bottom: 60px;
}

.pb-\[94px\] {
  padding-bottom: 94px;
}

.pb-\[clamp\(60px\2c 7\.6vw\2c 100px\)\] {
  padding-bottom: clamp(60px, 7.6vw, 100px);
}

.pl-2\.5 {
  padding-left: 0.625rem;
}

.pl-4 {
  padding-left: 1rem;
}

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

.pt-1 {
  padding-top: 0.25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-2\.5 {
  padding-top: 0.625rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-\[30px\] {
  padding-top: 30px;
}

.pt-\[50px\] {
  padding-top: 50px;
}

.pt-\[54px\] {
  padding-top: 54px;
}

.pt-\[60px\] {
  padding-top: 60px;
}

.pt-\[clamp\(30px\2c 5\.3vw\2c 70px\)\] {
  padding-top: clamp(30px, 5.3vw, 70px);
}

.pt-\[clamp\(60px\2c 7\.6vw\2c 100px\)\] {
  padding-top: clamp(60px, 7.6vw, 100px);
}

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

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

.font-lora {
  font-family: lora, Georgia, serif;
}

.font-manrope {
  font-family: manrope, ui-sans-serif, system-ui, sans-serif;
}

.font-sans {
  font-family: manrope, ui-sans-serif, system-ui, sans-serif;
}

.font-serif {
  font-family: lora, Georgia, serif;
}

.text-\[13px\] {
  font-size: 13px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[28px\] {
  font-size: 28px;
}

.text-\[30px\] {
  font-size: 30px;
}

.text-\[32px\] {
  font-size: 32px;
}

.text-\[50px\] {
  font-size: 50px;
}

.text-\[70px\] {
  font-size: 70px;
}

.text-\[clamp\(100px\2c 15\.3vw\2c 200px\)\] {
  font-size: clamp(100px, 15.3vw, 200px);
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

.font-extralight {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

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

.uppercase {
  text-transform: uppercase;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-9 {
  line-height: 2.25rem;
}

.leading-\[105\%\] {
  line-height: 105%;
}

.leading-\[110\%\] {
  line-height: 110%;
}

.leading-\[120\%\] {
  line-height: 120%;
}

.leading-\[150\%\] {
  line-height: 150%;
}

.leading-\[156\%\] {
  line-height: 156%;
}

.leading-\[20px\] {
  line-height: 20px;
}

.leading-\[21px\] {
  line-height: 21px;
}

.leading-\[25px\] {
  line-height: 25px;
}

.leading-\[30px\] {
  line-height: 30px;
}

.leading-\[90\%\] {
  line-height: 90%;
}

.tracking-\[-0\.02em\] {
  letter-spacing: -0.02em;
}

.tracking-\[-1\%\] {
  letter-spacing: -1%;
}

.tracking-\[-1px\] {
  letter-spacing: -1px;
}

.tracking-\[-2\%\] {
  letter-spacing: -2%;
}

.tracking-\[-3\%\] {
  letter-spacing: -3%;
}

.tracking-\[0\.07em\] {
  letter-spacing: 0.07em;
}

.tracking-\[10\%\] {
  letter-spacing: 10%;
}

.text-\[var\(--colors-neutral-1000\)\] {
  color: var(--colors-neutral-1000);
}

.text-drc-gold-100 {
  --tw-text-opacity: 1;
  color: rgb(228 208 166 / var(--tw-text-opacity, 1));
}

.text-drc-navy-500 {
  --tw-text-opacity: 1;
  color: rgb(11 31 51 / var(--tw-text-opacity, 1));
}

.text-drc-navy-600 {
  --tw-text-opacity: 1;
  color: rgb(7 20 34 / var(--tw-text-opacity, 1));
}

.text-drc-neutral-100 {
  --tw-text-opacity: 1;
  color: rgb(244 247 250 / var(--tw-text-opacity, 1));
}

.text-drc-neutral-1000 {
  --tw-text-opacity: 1;
  color: rgb(77 81 86 / var(--tw-text-opacity, 1));
}

.text-drc-neutral-200 {
  --tw-text-opacity: 1;
  color: rgb(220 229 238 / var(--tw-text-opacity, 1));
}

.text-drc-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(175 192 209 / var(--tw-text-opacity, 1));
}

.text-drc-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(154 173 192 / var(--tw-text-opacity, 1));
}

.text-drc-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(135 154 175 / var(--tw-text-opacity, 1));
}

.text-drc-red-100 {
  --tw-text-opacity: 1;
  color: rgb(251 55 114 / var(--tw-text-opacity, 1));
}

.text-drc-teal-200 {
  --tw-text-opacity: 1;
  color: rgb(51 217 226 / var(--tw-text-opacity, 1));
}

.text-drc-teal-300 {
  --tw-text-opacity: 1;
  color: rgb(30 202 211 / var(--tw-text-opacity, 1));
}

.text-inherit {
  color: inherit;
}

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

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

.opacity-0 {
  opacity: 0;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.backdrop-blur-\[20px\] {
  --tw-backdrop-blur: blur(20px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-none {
  transition-property: none;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-\[400ms\] {
  transition-duration: 400ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.editor-styles-wrapper .hover\:bg-drc-neutral-100:hover.wp-block-drc-service-split-section {
  background-color: #F4F7FA;
}

.editor-styles-wrapper .focus\:bg-drc-neutral-100:focus.wp-block-drc-service-split-section {
  background-color: #F4F7FA;
}

.editor-styles-wrapper .aria-\[selected\=true\]\:bg-drc-neutral-100[aria-selected="true"].wp-block-drc-service-split-section {
  background-color: #F4F7FA;
}

@media not all and (min-width: 768px) {
  .max-md\:type-b-1-mobile {
    font-family: manrope, ui-sans-serif, system-ui, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
  }
}

@media (min-width: 768px) {
  .md\:type-h-1 {
    font-family: lora, Georgia, serif;
    font-weight: 600;
    font-size: clamp(43px, 6.1vw, 92px);
    line-height: 100%;
    letter-spacing: 0;
  }

  .md\:\!type-h-2 {
    font-family: lora, Georgia, serif !important;
    font-weight: 500 !important;
    font-size: clamp(48px, 5.3vw, 70px) !important;
    line-height: 110% !important;
    letter-spacing: -2% !important;
  }

  .md\:type-h-2 {
    font-family: lora, Georgia, serif;
    font-weight: 500;
    font-size: clamp(48px, 5.3vw, 70px);
    line-height: 110%;
    letter-spacing: -2%;
  }

  .md\:\!type-h-2.\35 {
    font-family: lora, Georgia, serif !important;
    font-weight: 500 !important;
    font-size: clamp(48px, 5.3vw, 60px) !important;
    line-height: 110% !important;
    letter-spacing: -2% !important;
  }

  .md\:type-h-2.5 {
    font-family: lora, Georgia, serif;
    font-weight: 500;
    font-size: clamp(48px, 5.3vw, 60px);
    line-height: 110%;
    letter-spacing: -2%;
  }

  .md\:type-h-3 {
    font-family: lora, Georgia, serif;
    font-weight: 500;
    font-size: clamp(32px, 3.2vw, 54px);
    line-height: 110%;
    letter-spacing: 0;
  }

  .md\:type-h-4 {
    font-family: lora, Georgia, serif;
    font-weight: 600;
    font-size: clamp(28px, 2.4vw, 42px);
    line-height: 120%;
    letter-spacing: 0;
  }

  .md\:type-h-5 {
    font-family: lora, Georgia, serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -1%;
  }

  .md\:type-b-1 {
    font-family: manrope, ui-sans-serif, system-ui, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0;
  }
}

.\[\&_h2\]\:type-h-5 h2 {
  font-family: lora, Georgia, serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -1%;
}

.\[\&_h2\]\:type-h-6 h2 {
  font-family: lora, Georgia, serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -2%;
  color: #071422;
}

.\[\&_h3\]\:type-h-6 h3 {
  font-family: lora, Georgia, serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -2%;
  color: #071422;
}

.\[\&_li\]\:type-b-1 li {
  font-family: manrope, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0;
}

.\[\&_p\]\:type-b-1 p {
  font-family: manrope, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0;
}

.\[\&_p\]\:type-b-1-mobile p {
  font-family: manrope, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .\[\&_p\]\:md\:type-b-1 p {
    font-family: manrope, ui-sans-serif, system-ui, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0;
  }
}

.\[\&_table_th\]\:type-b-2 table th {
  font-family: manrope, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
}

.placeholder\:text-\[18px\]::-moz-placeholder {
  font-size: 18px;
}

.placeholder\:text-\[18px\]::placeholder {
  font-size: 18px;
}

.placeholder\:font-light::-moz-placeholder {
  font-weight: 300;
}

.placeholder\:font-light::placeholder {
  font-weight: 300;
}

.placeholder\:text-drc-neutral-800::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(103 117 133 / var(--tw-text-opacity, 1));
}

.placeholder\:text-drc-neutral-800::placeholder {
  --tw-text-opacity: 1;
  color: rgb(103 117 133 / var(--tw-text-opacity, 1));
}

.placeholder\:opacity-100::-moz-placeholder {
  opacity: 1;
}

.placeholder\:opacity-100::placeholder {
  opacity: 1;
}

.hover\:border-drc-teal-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(30 202 211 / var(--tw-border-opacity, 1));
}

.hover\:bg-drc-neutral-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 247 250 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white\/5:hover {
  background-color: rgb(255 255 255 / 0.05);
}

.hover\:text-drc-navy-600:hover {
  --tw-text-opacity: 1;
  color: rgb(7 20 34 / var(--tw-text-opacity, 1));
}

.hover\:text-drc-teal-300:hover {
  --tw-text-opacity: 1;
  color: rgb(30 202 211 / var(--tw-text-opacity, 1));
}

.hover\:text-inherit:hover {
  color: inherit;
}

.focus\:border-drc-teal-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(30 202 211 / var(--tw-border-opacity, 1));
}

.focus\:bg-drc-neutral-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(244 247 250 / var(--tw-bg-opacity, 1));
}

.focus\:bg-white\/5:focus {
  background-color: rgb(255 255 255 / 0.05);
}

.focus\:text-drc-teal-300:focus {
  --tw-text-opacity: 1;
  color: rgb(30 202 211 / var(--tw-text-opacity, 1));
}

.focus-visible\:text-drc-teal-300:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(30 202 211 / var(--tw-text-opacity, 1));
}

.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-visible\:ring-2:focus-visible {
  --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);
}

.focus-visible\:ring-\[var\(--colors-electric-teal-300\)\]:focus-visible {
  --tw-ring-color: var(--colors-electric-teal-300);
}

.focus-visible\:ring-drc-teal-300:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 202 211 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-offset-1:focus-visible {
  --tw-ring-offset-width: 1px;
}

.focus-visible\:ring-offset-4:focus-visible {
  --tw-ring-offset-width: 4px;
}

.active\:text-drc-teal-300:active {
  --tw-text-opacity: 1;
  color: rgb(30 202 211 / var(--tw-text-opacity, 1));
}

.active\:text-inherit:active {
  color: inherit;
}

.group:hover .group-hover\:text-drc-teal-300 {
  --tw-text-opacity: 1;
  color: rgb(30 202 211 / var(--tw-text-opacity, 1));
}

.group:active .group-active\:text-drc-teal-300 {
  --tw-text-opacity: 1;
  color: rgb(30 202 211 / var(--tw-text-opacity, 1));
}

.aria-\[selected\=true\]\:border-drc-teal-300[aria-selected="true"] {
  --tw-border-opacity: 1;
  border-color: rgb(30 202 211 / var(--tw-border-opacity, 1));
}

.aria-\[selected\=true\]\:bg-drc-neutral-100[aria-selected="true"] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 247 250 / var(--tw-bg-opacity, 1));
}

.group[data-open="true"] .group-data-\[open\=true\]\:pointer-events-auto {
  pointer-events: auto;
}

.group[data-open="true"] .group-data-\[open\=true\]\:visible {
  visibility: visible;
}

.group[data-open="true"] .group-data-\[open\=true\]\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group[data-open="true"] .group-data-\[open\=true\]\:scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group[data-open="true"] .group-data-\[open\=true\]\:opacity-100 {
  opacity: 1;
}

@media (max-width: 1040px) {
  .max-\[1040px\]\:fixed {
    position: fixed;
  }

  .max-\[1040px\]\:bottom-0 {
    bottom: 0px;
  }

  .max-\[1040px\]\:right-0 {
    right: 0px;
  }

  .max-\[1040px\]\:top-0 {
    top: 0px;
  }

  .max-\[1040px\]\:z-\[110\] {
    z-index: 110;
  }

  .max-\[1040px\]\:block {
    display: block;
  }

  .max-\[1040px\]\:flex {
    display: flex;
  }

  .max-\[1040px\]\:w-\[70\%\] {
    width: 70%;
  }

  .max-\[1040px\]\:translate-x-full {
    --tw-translate-x: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .max-\[1040px\]\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .max-\[1040px\]\:flex-col {
    flex-direction: column;
  }

  .max-\[1040px\]\:items-center {
    align-items: center;
  }

  .max-\[1040px\]\:justify-center {
    justify-content: center;
  }

  .max-\[1040px\]\:gap-2\.5 {
    gap: 0.625rem;
  }

  .max-\[1040px\]\:border-0 {
    border-width: 0px;
  }

  .max-\[1040px\]\:bg-white\/60 {
    background-color: rgb(255 255 255 / 0.6);
  }

  .max-\[1040px\]\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .max-\[1040px\]\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .max-\[1040px\]\:duration-300 {
    transition-duration: 300ms;
  }

  .max-\[1040px\]\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

@media not all and (min-width: 1024px) {
  .max-lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .max-lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .max-lg\:hidden {
    display: none;
  }
}

@media not all and (min-width: 768px) {
  .max-md\:absolute {
    position: absolute;
  }

  .max-md\:-top-8 {
    top: -2rem;
  }

  .max-md\:left-0 {
    left: 0px;
  }

  .max-md\:order-1 {
    order: 1;
  }

  .max-md\:order-2 {
    order: 2;
  }

  .max-md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .max-md\:\!mr-\[30px\] {
    margin-right: 30px !important;
  }

  .max-md\:-mt-2 {
    margin-top: -0.5rem;
  }

  .max-md\:mb-12 {
    margin-bottom: 3rem;
  }

  .max-md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .max-md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .max-md\:mt-\[30px\] {
    margin-top: 30px;
  }

  .max-md\:hidden {
    display: none;
  }

  .max-md\:max-h-\[450px\] {
    max-height: 450px;
  }

  .max-md\:\!w-\[259px\] {
    width: 259px !important;
  }

  .max-md\:w-16 {
    width: 4rem;
  }

  .max-md\:w-\[250px\] {
    width: 250px;
  }

  .max-md\:max-w-\[259px\] {
    max-width: 259px;
  }

  .max-md\:max-w-\[300px\] {
    max-width: 300px;
  }

  .max-md\:max-w-none {
    max-width: none;
  }

  .max-md\:grid-flow-col {
    grid-auto-flow: column;
  }

  .max-md\:grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto;
  }

  .max-md\:items-end {
    align-items: flex-end;
  }

  .max-md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-md\:text-\[32px\] {
    font-size: 32px;
  }

  .max-md\:text-\[43px\] {
    font-size: 43px;
  }

  .max-md\:text-\[50px\] {
    font-size: 50px;
  }

  .max-md\:leading-\[105\%\] {
    line-height: 105%;
  }

  .max-md\:leading-\[110\%\] {
    line-height: 110%;
  }

  .max-md\:leading-\[120\%\] {
    line-height: 120%;
  }

  .max-md\:tracking-\[-1px\] {
    letter-spacing: -1px;
  }

  .max-md\:tracking-\[-2\%\] {
    letter-spacing: -2%;
  }
}

@media (max-width: 750px) {
  .max-\[750px\]\:mt-5 {
    margin-top: 1.25rem;
  }

  .max-\[750px\]\:h-11 {
    height: 2.75rem;
  }

  .max-\[750px\]\:flex-col {
    flex-direction: column;
  }

  .max-\[750px\]\:items-end {
    align-items: flex-end;
  }

  .max-\[750px\]\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .max-\[750px\]\:py-\[30px\] {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .max-\[750px\]\:text-right {
    text-align: right;
  }

  .max-\[750px\]\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media not all and (min-width: 640px) {
  .max-sm\:absolute {
    position: absolute;
  }

  .max-sm\:right-0 {
    right: 0px;
  }

  .max-sm\:top-3 {
    top: 0.75rem;
  }

  .max-sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .max-sm\:max-w-\[280px\] {
    max-width: 280px;
  }

  .max-sm\:flex-wrap {
    flex-wrap: wrap;
  }

  .max-sm\:items-center {
    align-items: center;
  }

  .max-sm\:justify-center {
    justify-content: center;
  }

  .max-sm\:pt-4 {
    padding-top: 1rem;
  }
}

@media (max-width: 530px) {
  .max-\[530px\]\:max-w-\[127px\] {
    max-width: 127px;
  }

  .max-\[530px\]\:max-w-\[78px\] {
    max-width: 78px;
  }

  .max-\[530px\]\:gap-\[15px\] {
    gap: 15px;
  }

  .max-\[530px\]\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media (min-width: 640px) {
  .sm\:-mt-2 {
    margin-top: -0.5rem;
  }

  .sm\:ml-\[30px\] {
    margin-left: 30px;
  }

  .sm\:h-20 {
    height: 5rem;
  }

  .sm\:w-20 {
    width: 5rem;
  }

  .sm\:grid-cols-\[102px_1fr\] {
    grid-template-columns: 102px 1fr;
  }

  .sm\:grid-cols-\[1fr_35px\] {
    grid-template-columns: 1fr 35px;
  }

  .sm\:gap-5 {
    gap: 1.25rem;
  }

  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:text-\[20px\] {
    font-size: 20px;
  }

  .sm\:text-\[94px\] {
    font-size: 94px;
  }

  .sm\:leading-\[28px\] {
    line-height: 28px;
  }
}

@media (min-width: 768px) {
  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

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

  .md\:mb-\[90px\] {
    margin-bottom: 90px;
  }

  .md\:ml-\[70px\] {
    margin-left: 70px;
  }

  .md\:mr-\[-70px\] {
    margin-right: -70px;
  }

  .md\:mr-\[110px\] {
    margin-right: 110px;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mt-\[160px\] {
    margin-top: 160px;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[280px\] {
    height: 280px;
  }

  .md\:min-h-full {
    min-height: 100%;
  }

  .md\:w-\[150px\] {
    width: 150px;
  }

  .md\:w-\[349px\] {
    width: 349px;
  }

  .md\:w-\[calc\(100\%\+70px\)\] {
    width: calc(100% + 70px);
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:min-w-\[420px\] {
    min-width: 420px;
  }

  .md\:max-w-\[218px\] {
    max-width: 218px;
  }

  .md\:max-w-\[349px\] {
    max-width: 349px;
  }

  .md\:max-w-\[380px\] {
    max-width: 380px;
  }

  .md\:max-w-none {
    max-width: none;
  }

  .md\:scroll-mt-32 {
    scroll-margin-top: 8rem;
  }

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

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

  .md\:grid-cols-\[1fr_300px\] {
    grid-template-columns: 1fr 300px;
  }

  .md\:grid-cols-\[1fr_35px\] {
    grid-template-columns: 1fr 35px;
  }

  .md\:grid-cols-\[218px_minmax\(0\2c 1fr\)\] {
    grid-template-columns: 218px minmax(0,1fr);
  }

  .md\:grid-cols-\[360px_1fr\] {
    grid-template-columns: 360px 1fr;
  }

  .md\:grid-cols-\[auto_1fr\] {
    grid-template-columns: auto 1fr;
  }

  .md\:grid-cols-\[minmax\(0\2c 1fr\)_auto\] {
    grid-template-columns: minmax(0,1fr) auto;
  }

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

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .md\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .md\:gap-x-\[300px\] {
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .md\:gap-y-\[60px\] {
    row-gap: 60px;
  }

  .md\:self-end {
    align-self: flex-end;
  }

  .md\:self-stretch {
    align-self: stretch;
  }

  .md\:justify-self-end {
    justify-self: end;
  }

  .md\:whitespace-nowrap {
    white-space: nowrap;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-\[70px\] {
    padding-left: 70px;
    padding-right: 70px;
  }

  .md\:py-\[100px\] {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .md\:py-\[90px\] {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .md\:\!pr-0 {
    padding-right: 0px !important;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pb-\[90px\] {
    padding-bottom: 90px;
  }

  .md\:pl-\[70px\] {
    padding-left: 70px;
  }

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

  .md\:pt-\[60px\] {
    padding-top: 60px;
  }

  .md\:pt-\[90px\] {
    padding-top: 90px;
  }

  .md\:text-\[22px\] {
    font-size: 22px;
  }

  .md\:text-\[80px\] {
    font-size: 80px;
  }

  .md\:font-medium {
    font-weight: 500;
  }

  .md\:leading-\[105\%\] {
    line-height: 105%;
  }

  .md\:leading-\[30px\] {
    line-height: 30px;
  }

  .md\:tracking-\[-1px\] {
    letter-spacing: -1px;
  }
}

@media (min-width: 1024px) {
  .lg\:mt-auto {
    margin-top: auto;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:min-h-full {
    min-height: 100%;
  }

  .lg\:w-20 {
    width: 5rem;
  }

  .lg\:w-\[110px\] {
    width: 110px;
  }

  .lg\:max-w-\[400px\] {
    max-width: 400px;
  }

  .lg\:max-w-\[530px\] {
    max-width: 530px;
  }

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

  .lg\:grid-cols-\[1fr_110px\] {
    grid-template-columns: 1fr 110px;
  }

  .lg\:grid-cols-\[258px_1fr\] {
    grid-template-columns: 258px 1fr;
  }

  .lg\:grid-cols-\[minmax\(0\2c 1fr\)_460px\] {
    grid-template-columns: minmax(0,1fr) 460px;
  }

  .lg\:grid-cols-\[minmax\(0\2c 1fr\)_530px\] {
    grid-template-columns: minmax(0,1fr) 530px;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:items-stretch {
    align-items: stretch;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:gap-y-0 {
    row-gap: 0px;
  }

  .lg\:px-\[100px\] {
    padding-left: 100px;
    padding-right: 100px;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-\[180px\] {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .lg\:pb-\[140px\] {
    padding-bottom: 140px;
  }

  .lg\:pb-\[70px\] {
    padding-bottom: 70px;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:text-\[42px\] {
    font-size: 42px;
  }

  .lg\:text-\[43px\] {
    font-size: 43px;
  }
}

@media (min-width: 1280px) {
  .xl\:gap-x-\[100px\] {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .xl\:py-\[90px\] {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.\[\&\>li\]\:text-base>li {
  font-size: 1rem;
  line-height: 1.5rem;
}

.\[\&\>li\]\:font-medium>li {
  font-weight: 500;
}

.\[\&\>li\]\:leading-relaxed>li {
  line-height: 1.625;
}

@media (min-width: 640px) {
  .sm\:\[\&\>li\]\:text-\[18px\]>li {
    font-size: 18px;
  }

  .sm\:\[\&\>li\]\:leading-\[27px\]>li {
    line-height: 27px;
  }
}

.\[\&_a\:hover\]\:text-drc-teal-300 a:hover {
  --tw-text-opacity: 1;
  color: rgb(30 202 211 / var(--tw-text-opacity, 1));
}

.\[\&_a\]\:underline a {
  text-decoration-line: underline;
}

@media (max-width: 425px) {
  .max-\[425px\]\:\[\&_br\]\:hidden br {
    display: none;
  }
}

.\[\&_h2\+p\]\:mt-5 h2+p {
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  .md\:\[\&_h2\+p\]\:mt-10 h2+p {
    margin-top: 2.5rem;
  }
}

.\[\&_h2\]\:mb-4 h2 {
  margin-bottom: 1rem;
}

.\[\&_h2\]\:mt-10 h2 {
  margin-top: 2.5rem;
}

.\[\&_h2\]\:text-drc-navy-500 h2 {
  --tw-text-opacity: 1;
  color: rgb(11 31 51 / var(--tw-text-opacity, 1));
}

.\[\&_h2\]\:first\:mt-0:first-child h2 {
  margin-top: 0px;
}

.\[\&_h3\]\:mt-5 h3 {
  margin-top: 1.25rem;
}

.\[\&_li\]\:mt-2 li {
  margin-top: 0.5rem;
}

.\[\&_li\]\:text-\[18px\] li {
  font-size: 18px;
}

.\[\&_li\]\:font-medium li {
  font-weight: 500;
}

.\[\&_li\]\:leading-\[27px\] li {
  line-height: 27px;
}

.\[\&_p\+p\]\:mt-2\.5 p+p {
  margin-top: 0.625rem;
}

.\[\&_p\+p\]\:mt-4 p+p {
  margin-top: 1rem;
}

.\[\&_p\]\:mt-2\.5 p {
  margin-top: 0.625rem;
}

.\[\&_p\]\:leading-\[150\%\] p {
  line-height: 150%;
}

@media (min-width: 768px) {
  .\[\&_p\]\:md\:text-\[24px\] p {
    font-size: 24px;
  }
}

.\[\&_table\]\:mt-10 table {
  margin-top: 2.5rem;
}

.\[\&_table_tbody_td\]\:pb-2\.5 table tbody td {
  padding-bottom: 0.625rem;
}

.\[\&_table_tbody_td\]\:pt-5 table tbody td {
  padding-top: 1.25rem;
}

.\[\&_table_td\+td\]\:pl-2 table td+td {
  padding-left: 0.5rem;
}

.\[\&_table_td\]\:border-b table td {
  border-bottom-width: 1px;
}

.\[\&_table_td\]\:border-solid table td {
  border-style: solid;
}

.\[\&_table_td\]\:border-black table td {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.\[\&_table_td\]\:text-left table td {
  text-align: left;
}

.\[\&_table_td\]\:text-\[16px\] table td {
  font-size: 16px;
}

.\[\&_table_td\]\:leading-\[150\%\] table td {
  line-height: 150%;
}

.\[\&_table_th\+th\]\:pl-2 table th+th {
  padding-left: 0.5rem;
}

.\[\&_table_th\]\:border-b-2 table th {
  border-bottom-width: 2px;
}

.\[\&_table_th\]\:border-solid table th {
  border-style: solid;
}

.\[\&_table_th\]\:border-black table th {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.\[\&_table_th\]\:pb-2\.5 table th {
  padding-bottom: 0.625rem;
}

.\[\&_table_th\]\:text-left table th {
  text-align: left;
}

.\[\&_table_th\]\:\!font-bold table th {
  font-weight: 700 !important;
}

.\[\&_ul\]\:ml-6 ul {
  margin-left: 1.5rem;
}

.\[\&_ul\]\:mt-2\.5 ul {
  margin-top: 0.625rem;
}

.\[\&_ul\]\:list-outside ul {
  list-style-position: outside;
}

.\[\&_ul\]\:list-decimal ul {
  list-style-type: decimal;
}

.\[\&_ul\]\:list-disc ul {
  list-style-type: disc;
}

.\[\&_ul\]\:space-y-2\.5 ul > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}

.\[\&_ul\]\:pl-6 ul {
  padding-left: 1.5rem;
}

@media (min-width: 768px) {
  .\[\&_ul\]\:md\:text-\[24px\] ul {
    font-size: 24px;
  }
}
