/*
! 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)
*/

/* fix header */


/* end fix */

@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
#wpadminbar {
  z-index: 0 !important;
}

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

.container {
  width: 100%;
}

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

:where(.wp-block-file__button) {
  border-radius: 0;
  text-decoration: none;
}

.btn {
  border-radius: 0;
  border-width: 1px;
  border-color: transparent;
	  display: flex;
  height: 48px;
  width: 100%;
  align-items: center;
  justify-content: center;
	  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
	font-size: 14px;
    line-height: 130%;
    letter-spacing: 4%;
    font-weight: 400;
	font-family: "Lexend", sans-serif;
	    width: auto;
	text-transform: uppercase;
	  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-primary {
  background-color: #eb50a3;
  color: #ffffff;
}

.btn-primary:hover {
  background-color: #5f7394;
}


.btn-secondary, :where(.wp-block-file__button) {
  background-color: #aaf0e9;
	color: #353d49;

}

.btn-secondary:hover, :where(.wp-block-file__button):hover {
  background-color: #5f7394;
	color: #ffffff;
}

.btn-tertiary {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.btn-tertiary:hover {
  text-decoration: underline;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.btn-text-link {
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 4%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity));
	text-transform: uppercase;
}

.btn-text-link:hover {
  --tw-text-opacity: 1;
  color: rgb(65 22 147 / var(--tw-text-opacity));
}

.section {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (max-width: 768px) {
.section.neg-m-section{
  padding-left: 0;
  padding-right: 0;
}
}

@media (min-width: 768px) {
  .section {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-s3 {
  bottom: 1.5rem;
}

.left-0 {
  left: 0px;
}

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

.left-s2 {
  left: 1rem;
}

.right-0 {
  right: 0px;
}

.right-s5 {
  right: 2.5rem;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

.top-2 {
  top: 0.5rem;
}

.top-3 {
  top: 0.75rem;
}

.top-s2 {
  top: 1rem;
}

.isolate {
  isolation: isolate;
}

.isolate img {
	max-width: 226px;
	height: auto;
	display: block;
}

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

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

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

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

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

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

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

.order-last {
  order: 9999;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-10 {
  grid-column: span 10 / span 10;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-span-9 {
  grid-column: span 9 / span 9;
}

.col-span-7 {
  grid-column: span 7 / span 7;
}

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

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

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

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

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

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

.col-end-11 {
  grid-column-end: 11;
}

.col-end-12 {
  grid-column-end: 12;
}

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

.row-start-1 {
  grid-row-start: 1;
}

.row-start-2 {
  grid-row-start: 2;
}

.row-start-3 {
  grid-row-start: 3;
}

.row-start-4 {
  grid-row-start: 4;
}

.row-start-5 {
  grid-row-start: 5;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

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

.mx-s1 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-s2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

.-mt-\[2\.3rem\] {
  margin-top: -2.3rem;
}

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

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

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

.mb-s3 {
  margin-bottom: 1.5rem;
}

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

.me-auto {
  margin-inline-end: auto;
}

.ms-auto {
  margin-inline-start: auto;
}

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

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

.mt-s3 {
  margin-top: 1.5rem;
}

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

.box-content {
  box-sizing: content-box;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

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

.h-1 {
  height: 0.25rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-s2 {
  height: 1rem;
}

.h-s3 {
  height: 1.5rem;
}

.h-s6 {
  height: 3rem;
}

.h-screen {
  height: 100vh;
}

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

.max-h-full {
  max-height: 100%;
}

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

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

.\!w-\[190px\] {
  width: 190px !important;
}

.w-1 {
  width: 0.25rem;
}

.w-3 {
  width: 0.75rem;
}

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-40 {
  width: 10rem;
}

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

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

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

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


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

.w-full {
  width: 100%;
}

.w-s2 {
  width: 1rem;
}

.w-s3 {
  width: 1.5rem;
}

.w-screen {
  width: 100vw;
}

.w-1\/4 {
  width: 25%;
}

.w-3\/4 {
  width: 75%;
}

.\!min-w-\[190px\] {
  min-width: 190px !important;
}

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

.min-w-s7 {
  min-width: 3.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.basis-full {
  flex-basis: 100%;
}

.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));
}

.transform {
  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;
}

.resize {
  resize: both;
}

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

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

.grid-cols-\[2rem_auto\] {
  grid-template-columns: 2rem auto;
}

.grid-cols-\[auto_auto\] {
  grid-template-columns: auto auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-s1 {
  gap: 0.5rem;
}

.gap-s12 {
  gap: 6rem;
}

.gap-s2 {
  gap: 1rem;
}

.gap-s3 {
  gap: 1.5rem;
}

.gap-s4 {
  gap: 2rem;
}

.gap-s5 {
  gap: 2.5rem;
}

.gap-s6 {
  gap: 3rem;
}

.gap-s7 {
  gap: 3.5rem;
}

.gap-s8 {
  gap: 4rem;
}

.gap-s9 {
  gap: 4.5rem;
}

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

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

.gap-x-s3 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-s6 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

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

.gap-y-s1 {
  row-gap: 0.5rem;
}

.gap-y-s12 {
  row-gap: 6rem;
}

.gap-y-s2 {
  row-gap: 1rem;
}

.gap-y-s3 {
  row-gap: 1.5rem;
}

.gap-y-s4 {
  row-gap: 2rem;
}

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.text-wrap {
  text-wrap: wrap;
}

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

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

.rounded-button {
  border-radius: 15px;
}

.rounded-card {
  border-radius: 20px;
}

.rounded-full {
  border-radius: 9999px;
}

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

.rounded-miniCard {
  border-radius: 10px;
}

.rounded-xl {
  border-radius: 0.75rem;
}

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

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

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

.border-b-neutral-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.bg-\[\#EBEBEB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity));
}

.bg-current {
  background-color: currentColor;
}

/* bg gradients */

.bg-grd-slate-ice {
	background: linear-gradient(0deg, #9ED3DB 0%, #EBEBEB 71%, #FFFFFF 100%);
}

.bg-transp {
	background: transparent !important;
}

.bg-teal {
  --tw-bg-opacity: 1;
  background-color: rgb(12 177 177 / var(--tw-bg-opacity));
}

.bg-neutral-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}

.bg-sand {
	background-color: #E8E3DA;
}

.bg-neutral-dgray {
  --tw-bg-opacity: 1;
  background-color: rgb(68 68 68 / var(--tw-bg-opacity));
}

.bg-neutral-mgray {
  --tw-bg-opacity: 1;
  background-color: rgb(213 213 213 / var(--tw-bg-opacity));
}

.bg-neutral-nude {
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 241 / var(--tw-bg-opacity));
}

.bg-neutral-nwhite {
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity));
}

.bg-neutral-offwhite {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-primary-glaciar {
  --tw-bg-opacity: 1;
  background-color: rgb(18 208 255 / var(--tw-bg-opacity));
}

.bg-primary-violet, .bg-primary-iron, .bg-medium-slate {
  --tw-bg-opacity: 1;
  background-color: #5f7394;
  background-image: url('/wp-content/themes/accumulus-website/images/resources/bg-res-det.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 500px auto;
}

.bg-medium-slate-gradient {
  background: linear-gradient(-180deg, #597497 0%, #333D4A 100%);
}

.bg-purple-300, .bg-slate {
  --tw-bg-opacity: 1;
	background-color: #333D4A;
}

.bg-secondary-aqua {
  --tw-bg-opacity: 1;
  background-color: rgb(210 233 234 / var(--tw-bg-opacity));
}

.bg-secondary-carbon {
  --tw-bg-opacity: 1;
  background-color: rgb(52 93 97 / var(--tw-bg-opacity));
}

.bg-secondary-deepAqua {
  --tw-bg-opacity: 1;
  background-color: rgb(175 209 210 / var(--tw-bg-opacity));
}

.bg-secondary-deepLilac {
  --tw-bg-opacity: 1;
  background-color: rgb(219 222 237 / var(--tw-bg-opacity));
}

.bg-secondary-glaciar, .bg-cosmic-blue {
  background-color: #9ED3DB;
}

.bg-secondary-green {
  --tw-bg-opacity: 1;
  background-color: rgb(0 130 119 / var(--tw-bg-opacity));
}

.bg-secondary-lilac {
  --tw-bg-opacity: 1;
  background-color: rgb(243 245 254 / var(--tw-bg-opacity));
}

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

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

.bg-opacity-0 {
  --tw-bg-opacity: 0;
}

.bg-404-mobile {
  background-image: url('/wp-content/themes/accumulus-website/images/404/bg-404-mobile.png');
}

.bg-about-envision-mobile {
  background-image: url('/wp-content/themes/accumulus-website/images/about-us/bg-envision-mobile.png');
}

.bg-benefits-mobile {
  background-image: url('/wp-content/themes/accumulus-website/images/platform/bg-benefit-mobile.png');
}

.bg-citation-mobile {
  background-image: url('/wp-content/themes/accumulus-website/images/case-for-change/bg-citations-mobile.png');
}

.bg-ebooks-general {
  background-image: url('/wp-content/themes/accumulus-website/images/thumb-ebooks.png');
}

.bg-events-general {
  background-image: url('/wp-content/themes/accumulus-website/images/events/bg-default-events.png');
}

.bg-get-started-section-mobile {
  background-image: url('/wp-content/themes/accumulus-website/images/get-started-section/bg-block-get-started-mobile.png');
}

.bg-how-works-home-mobile {
  background-image: url('/wp-content/themes/accumulus-website/images/home/how-it-works-home-mobile.png');
}

.bg-news-banner-mobile {
  background-image: url('/wp-content/themes/accumulus-website/images/news/bg-news-mobile.webp');
}

.bg-purple-section-mobile {
  background-image: url('/wp-content/themes/accumulus-website/images/resources/bg-purple-mobile.png');
}

.bg-quote-home-mobile {
  background-image: url('/wp-content/themes/accumulus-website/images/home/bg-quote-home-mobile.png');
}

.bg-regulator-quote-mobile {
  background-image: url('/wp-content/themes/accumulus-website/images/regulator-forum/bg-quote-mobile.png');
}

.bg-regulatory-bg-thumb {
  background-image: url('/wp-content/themes/accumulus-website/images/regulatory-bg-thumb-grey.png');
}

.bg-regulatory-insights-general {
  background-image: url('/wp-content/themes/accumulus-website/images/tumb-regulatory-insights.png');
}

.bg-resources-general {
  background: 
  linear-gradient(180deg, #333D4A 0%, #597497 49.92%),
  url('/wp-content/themes/accumulus-website/images/resources/bg-res-det.png');
background-repeat: no-repeat;
background-size: auto 100%;
background-position: right 50px;
}

.bg-thought-leadership-general {
  background-image: url('/wp-content/themes/accumulus-website/images/tumb-thought-leadership.png');
}

.bg-what-we-do-mobile {
  background-image: url('/wp-content/themes/accumulus-website/images/home/bg-what-we-do-mobile.png');
}

.bg-thought-bg-thumb {
  background-image: url('/wp-content/themes/accumulus-website/images/thought-bg-thumb.png');
}

.bg-ebooks-bg-thumb {
  background-image: url('/wp-content/themes/accumulus-website/images/ebooks-bg-thumb.png');
}

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

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

.bg-bottom {
  background-position: bottom;
}

.bg-center {
  background-position: center;
}

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

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

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

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

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

.fill-cta-dark {
  fill: #202020;
}

.fill-current {
  fill: currentColor;
}

.fill-neutral-sgray {
  fill: #7a7a7a;
}

.fill-white {
  fill: #fff;
}

.stroke-cta-dark {
  stroke: #202020;
}

.stroke-neutral-500 {
  stroke: #737373;
}

.stroke-neutral-nwhite {
  stroke: #fcfcfc;
}

.stroke-neutral-sgray {
  stroke: #7a7a7a;
}

.stroke-none {
  stroke: none;
}

.stroke-white {
  stroke: #fff;
}

.stroke-0 {
  stroke-width: 0;
}

.stroke-1 {
  stroke-width: 1;
}

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

.p-7 {
  padding: 1.75rem;
}

.p-s1 {
  padding: 0.5rem;
}

.p-s2 {
  padding: 1rem;
}

.p-s4 {
  padding: 2rem;
}

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

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

.px-s3 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-s4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.px-s12 {
    padding-left: 7rem;
  padding-right: 7rem;
}

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

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

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

.py-s4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

.py-s7 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-s8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.pb-s1 {
  padding-bottom: 0.5rem;
}

.pb-s10 {
  padding-bottom: 5rem;
}

.pb-s12 {
  padding-bottom: 6rem;
}

.pb-s14 {
  padding-bottom: 7rem;
}

.pb-s16 {
  padding-bottom: 8rem;
}

.pb-s2 {
  padding-bottom: 1rem;
}

.pb-s3 {
  padding-bottom: 1.5rem;
}

.pb-s4 {
  padding-bottom: 2rem;
}

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

.pb-s6 {
  padding-bottom: 3rem;
}

.pb-s7 {
  padding-bottom: 3.5rem;
}

.pb-s8 {
  padding-bottom: 4rem;
}

.pe-s4 {
  padding-inline-end: 2rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

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

.pl-s4 {
  padding-left: 2rem;
}

.pl-s6 {
  padding-left: 3rem;
}

.pl-s7 {
  padding-left: 3.5rem;
}

.pr-s2 {
  padding-right: 1rem;
}

.pt-0 {
  padding-top: 0px;
}

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

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

.pt-s1 {
  padding-top: 0.5rem;
}

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

.pt-s12 {
  padding-top: 6rem;
}

.pt-s13 {
  padding-top: 6.5rem;
}

.pt-s14 {
  padding-top: 7rem;
}

.pt-s15 {
  padding-top: 7.5rem;
}

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

.pt-s3 {
  padding-top: 1.5rem;
}

.pt-s4 {
  padding-top: 2rem;
}

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

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

.pt-s7 {
  padding-top: 3.5rem;
}

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

.pt-s9 {
  padding-top: 4.5rem;
}

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

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

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

.align-middle {
  vertical-align: middle;
}

.text-b2 {
  font-size: 1.25rem;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 400;
}

.text-b2Mobile {
  font-size: 1.125rem;
  line-height: 120%;
  letter-spacing: 0;
  font-weight: 400;
}

.text-b3Mobile {
  font-size: 0.875rem;
  line-height: auto;
  letter-spacing: 0;
  font-weight: 400;
}

.text-cta {
  font-size: 1.125rem;
  line-height: 120%;
  letter-spacing: 0;
  font-weight: 500;
}

.text-ctaMobile {
  font-size: 1.125rem;
  line-height: 120%;
  letter-spacing: 0;
  font-weight: 500;
}

.text-h10 {
  font-size: 1.625rem;
  line-height: 120%;
  letter-spacing: 0;
  font-weight: 500;
}

.text-h1Mobile {
  font-size: 2.125rem;
  line-height: 120%;
  letter-spacing: 0;
  font-weight: 400;
}
.text-h3Mobile {
  font-size: 1.25rem;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 500;
}

.text-h4Mobile {
  font-size: 1rem;
  line-height: 120%;
  letter-spacing: 0.25rem;
  font-weight: 500;
}

.text-h5Mobile {
  font-size: 1.125rem;
  line-height: 120%;
  letter-spacing: 0;
  font-weight: 500;
}

.text-h6Mobile {
  font-size: 1rem;
  line-height: 120%;
  letter-spacing: 0;
  font-weight: 500;
}

.text-h8Mobile {
  font-size: 7.063rem;
  line-height: 120%;
  letter-spacing: 0;
  font-weight: 500;
}

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

.\!font-bold {
  font-weight: 700 !important;
}

.\!font-medium {
  font-weight: 500 !important;
}

.\!font-normal {
  font-weight: 400 !important;
}

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.\!leading-none {
  line-height: 1 !important;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-none {
  line-height: 1;
}

.tracking-normal {
  letter-spacing: 0em;
}

.\!text-neutral-nwhite {
  --tw-text-opacity: 1 !important;
  color: rgb(252 252 252 / var(--tw-text-opacity)) !important;
}

.text-cta-dark {
  --tw-text-opacity: 1;
  color: rgb(32 32 32 / var(--tw-text-opacity));
}

.text-neutral-100 {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}

.text-neutral-dgray {
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity));
}

.text-neutral-fnude {
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity));
}

.text-neutral-nude {
  --tw-text-opacity: 1;
  color: rgb(255 248 241 / var(--tw-text-opacity));
}

.text-neutral-nwhite {
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity));
}

.text-neutral-offwhite {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}

.text-neutral-sgray {
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity));
}

.text-primary-violet {
  --tw-text-opacity: 1;
  color: rgb(65 22 147 / var(--tw-text-opacity));
}

.text-secondary-aqua {
  --tw-text-opacity: 1;
  color: rgb(210 233 234 / var(--tw-text-opacity));
}

.text-secondary-mpurple {
  --tw-text-opacity: 1;
  color: rgb(194 162 255 / var(--tw-text-opacity));
}

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

.opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-70 {
  opacity: 0.7;
}

.mix-blend-screen {
  mix-blend-mode: screen;
}

.mix-blend-color-dodge {
  mix-blend-mode: color-dodge;
}

.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);
}

.shadow-md {
  --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);
}

.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);
}

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

/* Hide scrollbar for Chrome, Safari and Opera */

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */

.no-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

@font-face {
  font-family: 'TP Fors';

  src:
    url('fonts/woff2/TT_Fors_Regular.woff2') format('woff2'),
    /* Super Modern Browsers */ url('fonts/woff/TT_Fors_Regular.woff')
      format('woff'),
    /* Pretty Modern Browsers */ url('fonts/ttf/TT-Fors-Regular.ttf')
      format('truetype');

  /* Safari, Android, iOS */

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: 'TP Fors';

  src:
    url('fonts/woff2/TT_Fors_Medium.woff2') format('woff2'),
    /* Super Modern Browsers */ url('fonts/woff/TT_Fors_Medium.woff')
      format('woff'),
    /* Pretty Modern Browsers */ url('fonts/ttf/TT_Fors_Medium.ttf')
      format('truetype');

  /* Safari, Android, iOS */

  font-weight: 500;

  font-style: normal;
}

@font-face {
  font-family: 'TP Fors';

  src:
    url('fonts/woff2/TT_Fors_Bold.woff2') format('woff2'),
    /* Super Modern Browsers */ url('fonts/woff/TT_Fors_Bold.woff')
      format('woff'),
    /* Pretty Modern Browsers */ url('fonts/ttf/TT_Fors_Bold.ttf')
      format('truetype');

  /* Safari, Android, iOS */

  font-weight: 700;

  font-style: normal;
}

/* FONTS */

.heading-1 {
  font-size: 2.125rem;
  line-height: 120%;
  letter-spacing: 0;
  font-weight: 400;
}

@media (min-width: 768px) {
  .heading-1 {
    font-size: 4.5rem;
    line-height: 106%;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media (min-width: 1025px) {
  .heading-1 {
    font-size: 5.938rem;
    line-height: 106%;
    letter-spacing: 0;
    font-weight: 400;
  }
}

.heading-2 {
  font-size: 1.625rem;
  line-height: auto;
  letter-spacing: 0;
  font-weight: 500;
}

@media (min-width: 768px) {
  .heading-2 {
    font-size: 3rem;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 500;
  }
}

@media (min-width: 1025px) {
  .heading-2 {
    font-size: 3.75rem;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 500;
  }
}

.heading-3 {
  font-size: 1.25rem;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 500;
}

@media (min-width: 768px) {
  .heading-3 {
    font-size: 2.25rem;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 500;
  }
}

@media (min-width: 1025px) {
  .heading-3 {
    font-size: 1.75rem;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 500;
  }
}

.heading-4 {
  font-size: 1rem;
  line-height: 120%;
  letter-spacing: 0.25rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .heading-4 {
    font-size: 1.125rem;
    line-height: 120%;
    letter-spacing: 0.25rem;
    font-weight: 500;
  }
}

@media (min-width: 1025px) {
  .heading-4 {
    font-size: 1rem;
    line-height: 120%;
    letter-spacing: 0.25rem;
    font-weight: 500;
  }
}

header .text-sm {
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 2%;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
}

@media (min-width: 768px) {
  .heading-5 {
  }
}

@media (min-width: 1025px) {
  .heading-5 {
  }
}

.heading-6 {
  font-size: 1rem;
  line-height: 120%;
  letter-spacing: 0;
  font-weight: 500;
}

@media (min-width: 768px) {
  .heading-6 {
    font-size: 1.75rem;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 500;
  }
}

@media (min-width: 1025px) {
  .heading-6 {
    font-size: 1.125rem;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 500;
  }
}

.heading-7 {
  font-size: 1rem;
  line-height: 120%;
  letter-spacing: 0;
  font-weight: 500;
}

@media (min-width: 768px) {
  .heading-7 {
    font-size: 1rem;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 500;
  }
}

@media (min-width: 1025px) {
  .heading-7 {
    font-size: 1.375rem;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 500;
  }
}

.heading-8 {
  font-size: 7.063rem;
  line-height: 120%;
  letter-spacing: 0;
  font-weight: 500;
}

@media (min-width: 768px) {
  .heading-8 {
    font-size: 11.25rem;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 500;
  }
}

@media (min-width: 1025px) {
  .heading-8 {
    font-size: 8.75rem;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 500;
  }
}

.heading-9 {
  font-size: 4.875rem;
  line-height: 120%;
  letter-spacing: 0;
  font-weight: 400;
}

@media (min-width: 768px) {
  .heading-9 {
    font-size: 5rem;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media (min-width: 1025px) {
  .heading-9 {
    font-size: 3.75rem;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 400;
  }
}

.heading-10 {
  font-size: 1.625rem;
  line-height: 120%;
  letter-spacing: 0;
  font-weight: 500;
}

.body-1 {
  font-size: 1.25rem;
  line-height: auto;
  letter-spacing: 0;
  font-weight: 400;
}

@media (min-width: 768px) {
  .body-1 {
    font-size: 1.875rem;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media (min-width: 1025px) {
  .body-1 {
    font-size: 1.75rem;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 400;
  }
}

.body-2 {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -1%;
  font-weight: 400;
}

@media (min-width: 768px) {
  .body-2 {
      font-size: 18px;
  }
}

@media (min-width: 1025px) {
  .body-2 {
    font-size: 18px;
  }
}

.body-3 {
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0;
    font-weight: 400;
	font-family: "Lexend", sans-serif;
}

@media (min-width: 768px) {
  .body-3 {
    
  }
}

@media (min-width: 1025px) {
  .body-3 {
  }
}

.body-4 {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -1%;
  font-weight: 400;
}

.dropdown-menu .body-4 {
	  line-height: 120%;
}

@media (min-width: 768px) {
  .body-4 {
  font-size: 16px;
  }
}

@media (min-width: 1025px) {
  .body-4 {
  font-size: 16px;
  }
}

.link {
  font-size: 1.625rem;
  line-height: 120%;
  letter-spacing: 0;
  font-weight: 400;
}

@media (min-width: 1025px) {
  .link {
    font-size: 1.25rem;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 400;
  }
}

.cta {
  font-size: 1.125rem;
  line-height: 120%;
  letter-spacing: 0;
  font-weight: 500;
}

@media (min-width: 768px) {
  .cta {
    font-size: 1.625rem;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 500;
  }
}


@media (min-width: 1025px) {
  .cta {
    font-size: 1.125rem;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 500;
  }
}

body {
  font-family: 'Space Mono', monospace;
	font-weight: 400;
  font-size: 18px;
	line-height: 160%;
  --tw-text-opacity: 1;
  color: #333D4A;
	letter-spacing: -1%;
}

/* new typography */

h1,
h2,
.heading-2,
h3,
h4,
h5,
.heading-5,
h6 {
  font-family: 'Lexend', sans-serif;
	font-weight: 400;
}

h1 {
	font-size: 80px;
	line-height: 120%;
	letter-spacing: 0;
}

.single-news h1, .single-resource-cms h1 {
	font-size: 48px;
	line-height: 140%;
}

h2, .heading-2 {
		font-size: 80px;
	line-height: 120%;
	letter-spacing: 0;
}


h3 {
	font-size: 40px;
	line-height: 140%;
	letter-spacing: 0;
}

h4 {
	  font-size: 32px;
	line-height: 140%;
	letter-spacing: 0;
}

h5, .heading-5 {
  font-size: 24px;
  line-height: 140%;
}

h6 {
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0;
	font-weight: 700;
}

.mint {
	color: #8AFFBB;
}

.artic {
  color: #94F2EA;
} 

.white {
	color: #ffffff;
}

.pink {
	color: #FF3FA6;
}

.slate {

  color: #333D4A;
}

.medium-slate {
  color: #597497;
}


/*FIXES HOME */

.translucent-navigation {
	margin-top: -120px;
	padding-top: 180px !important;
  transition: margin-top 0.3s ease, padding-top 0.3s ease;
}

.translucent-navigation.flag-closed {
  	padding-top: 120px !important;
    transition: margin-top 0.3s ease, padding-top 0.3s ease;
}

.banner-home {
    background-image: 
    url('/wp-content/themes/accumulus-website/images/home/waves-hero-home.png'),
    linear-gradient(58.919deg, #333D4A 0%, #11594B 40%, #00AA81 100%);;

  background-repeat: 
    repeat-y,      /* wave image repeats */
    no-repeat;   /* gradient shows once */

  background-size: 
    350px auto,  /* size of the wave image */
    100%; /* size of the radial gradient */

  background-position: 
    bottom left, /* wave image position */
    bottom center; /* gradient position */
}

@media (max-width: 1025px) {
  .banner-home {
    padding-top: 20px !important; /* reduce padding-top */
  }
	.envision {
  margin-top: 0;
}
	.flag {
     display: none;
	}
}

@media (max-width: 1280px) {
  .banner-home {
    padding-top: 160px !important; /* reduce padding-top */
  }
}

@media (max-width: 1150px) {
  .banner-home {
    padding-top: 100px !important; /* reduce padding-top */
  }
}

.logoMarqueeSection {
  width: 100%;
  overflow: hidden;
}

.marquee {
  display: flex;
  align-items: center;
  animation: marquee 30s linear infinite;
}

.marquee-item {
  flex: 0 0 auto;
  margin: 0 1vw;
}


@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translatex(-98%);
  }
}

a {
  transition: 0.3s;
}

/* Components */

/* slick slider */

/* slick dots */

.slick-dots {
  position: relative;
  bottom: 0;
  padding-top: 3rem;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 3px;
}

.slick-dots li button {
  padding: 0;
  width: 10px;
  height: 10px;
  line-height: 10px;
  background-color: #d5d5d5;
  border-radius: 0;
}

.slick-dots li button:before {
  content: '';
}

.slick-dots .slick-active button {
  background-color: #444;
}

.slick-disabled {
  opacity: 0.4;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .slick-dots {
    padding-top: 5rem;
  }
}

/* Form */

.wpforms-container,
.gform_wrapper {
  margin-bottom: 0px !important;
  padding-top: 3rem !important;
}

@media (min-width: 1025px) {
  .wpforms-container,
.gform_wrapper {
    padding-top: 2rem !important;
  }
}

.form-module .gform_wrapper {
  padding: 0px !important;
}

div.wpforms-container-full .wpforms-field-label,
.wp-core-ui div.wpforms-container-full .wpforms-field-label,
.wpforms-field-label,
.gfield_label,
.gform-field-label,
.gfield_required {
  text-transform: uppercase !important;
  --tw-text-opacity: 1 !important;
  color: rgb(68 68 68 / var(--tw-text-opacity)) !important;
  font-size: 1rem;
  line-height: 120%;
  letter-spacing: 0;
  font-weight: 500;
}

@media (min-width: 768px) {
  div.wpforms-container-full .wpforms-field-label,
.wp-core-ui div.wpforms-container-full .wpforms-field-label,
.wpforms-field-label,
.gfield_label,
.gform-field-label,
.gfield_required {
    font-size: 1.75rem;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 500;
  }
}

@media (min-width: 1025px) {
  div.wpforms-container-full .wpforms-field-label,
.wp-core-ui div.wpforms-container-full .wpforms-field-label,
.wpforms-field-label,
.gfield_label,
.gform-field-label,
.gfield_required {
    font-size: 1.125rem;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 500;
  }
}

.wpforms-field.wpforms-field-text,
.wpforms-field.wpforms-field-email,
.wpforms-field.wpforms-field-select.wpforms-field-select-style-modern {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.wpforms-container .wpforms-form input.wpforms-field-medium,
.ginput_container input,
.ginput_container textarea {
  max-width: 100% !important;
  border-radius: 0px !important;
  border-left-width: 0px !important;
  border-right-width: 0px !important;
  border-top-width: 0px !important;
  border-bottom-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 229 229 / var(--tw-border-opacity)) !important;
  background-color: transparent !important;
  padding: 0.75rem !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0.5rem !important;
  font-size: 1.125rem !important;
  line-height: 120% !important;
  letter-spacing: 0 !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(68 68 68 / var(--tw-text-opacity)) !important;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.wpforms-container .wpforms-form input.wpforms-field-medium::-moz-placeholder, .ginput_container input::-moz-placeholder, .ginput_container textarea::-moz-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(122 122 122 / var(--tw-text-opacity)) !important;
}

.wpforms-container .wpforms-form input.wpforms-field-medium::placeholder,
.ginput_container input::placeholder,
.ginput_container textarea::placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(122 122 122 / var(--tw-text-opacity)) !important;
}

@media (min-width: 768px) {
  .wpforms-container .wpforms-form input.wpforms-field-medium,
.ginput_container input,
.ginput_container textarea {
    font-size: 1.5rem !important;
    line-height: 120% !important;
    letter-spacing: 0 !important;
    font-weight: 400 !important;
  }
}

@media (min-width: 1025px) {
  .wpforms-container .wpforms-form input.wpforms-field-medium,
.ginput_container input,
.ginput_container textarea {
    font-size: 1.25rem !important;
    line-height: 28px !important;
    letter-spacing: 0 !important;
    font-weight: 400 !important;
  }
}

.form-module .wpforms-container .wpforms-form input.wpforms-field-medium,
.form-module .wpforms-required-label,
.form-module .ginput_container input,
.form-module .gfield_label,
.form-module .gfield_required,
.form-module .gform-field-label,
.form-module .gform_wrapper form .gform_body .gfield_label {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.form-module .wpforms-container .wpforms-form input.wpforms-field-medium::-moz-placeholder, .form-module .wpforms-required-label::-moz-placeholder, .form-module .ginput_container input::-moz-placeholder, .form-module .gfield_label::-moz-placeholder, .form-module .gfield_required::-moz-placeholder, .form-module .gform-field-label::-moz-placeholder, .form-module .gform_wrapper form .gform_body .gfield_label::-moz-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.form-module .wpforms-container .wpforms-form input.wpforms-field-medium::placeholder,
.form-module .wpforms-required-label::placeholder,
.form-module .ginput_container input::placeholder,
.form-module .gfield_label::placeholder,
.form-module .gfield_required::placeholder,
.form-module .gform-field-label::placeholder,
.form-module .gform_wrapper form .gform_body .gfield_label::placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.popmake .wpforms-container .wpforms-form input.wpforms-field-medium,
.popmake .wpforms-field-label,
.popmake .wpforms-required-label,
.popmake .gfield_required {
  --tw-text-opacity: 1 !important;
  color: rgb(68 68 68 / var(--tw-text-opacity)) !important;
}

.popmake .wpforms-container .wpforms-form input.wpforms-field-medium::-moz-placeholder, .popmake .wpforms-field-label::-moz-placeholder, .popmake .wpforms-required-label::-moz-placeholder, .popmake .gfield_required::-moz-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(68 68 68 / var(--tw-text-opacity)) !important;
}

.popmake .wpforms-container .wpforms-form input.wpforms-field-medium::placeholder,
.popmake .wpforms-field-label::placeholder,
.popmake .wpforms-required-label::placeholder,
.popmake .gfield_required::placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(68 68 68 / var(--tw-text-opacity)) !important;
}

@media not all and (min-width: 1025px) {
  .wpforms-container .wpforms-form .wpforms-field {
    padding-left: 35% !important;
  }
}

@media not all and (min-width: 768px) {
  .wpforms-container .wpforms-form .wpforms-field {
    padding-left: 0px !important;
  }
}

.wpforms-field-container {
  display: flex !important;
  flex-direction: column !important;
  gap: 1.5rem !important;
}

.wpforms-container .wpforms-field {
  padding: 0px !important;
}

.wpforms-submit-container,
.gform_footer {
  margin: 0px !important;
  padding-top: 4rem !important;
}

@media (min-width: 768px) {
  .wpforms-submit-container,
.gform_footer {
    padding-top: 8rem !important;
  }
}

@media (min-width: 1025px) {
  .wpforms-submit-container,
.gform_footer {
    padding-top: 4rem !important;
  }

  .form-module .wpforms-submit-container,
.form-module .gform_footer {
    padding-top: 2rem !important;
  }
}

.wpforms-submit,
.gform_button {
  display: flex !important;
  height: 48px !important;
  cursor: pointer;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 9999px !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(32 32 32 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(32 32 32 / var(--tw-bg-opacity)) !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  text-align: center !important;
  font-size: 1.125rem !important;
  line-height: 120% !important;
  letter-spacing: 0 !important;
  font-weight: 500 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.wpforms-submit:hover,
.gform_button:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(32 32 32 / var(--tw-text-opacity)) !important;
}

@media not all and (min-width: 1025px) {
  .wpforms-submit,
.gform_button {
    width: 100% !important;
  }
}

@media (min-width: 768px) {
  .wpforms-submit,
.gform_button {
    font-size: 1.625rem !important;
    line-height: 120% !important;
    letter-spacing: 0 !important;
    font-weight: 500 !important;
  }
}

@media (min-width: 1025px) {
  .wpforms-submit,
.gform_button {
    height: 45px !important;
    font-size: 1.125rem !important;
    line-height: 120% !important;
    letter-spacing: 0 !important;
    font-weight: 500 !important;
  }
}

.form-module .wpforms-submit,
.form-module .gform_button {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
  background-color: transparent !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.popmake .wpforms-submit {
  margin-left: auto !important;
  margin-right: auto !important;
}

div.wpforms-container-full button[type='submit']:hover {
  cursor: pointer;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(32 32 32 / var(--tw-text-opacity)) !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.wpforms-container select.wpforms-field-medium {
  max-width: 100% !important;
  font-size: 1.125rem !important;
  line-height: 120% !important;
  letter-spacing: 0 !important;
  font-weight: 400 !important;
}

@media (min-width: 768px) {
  .wpforms-container select.wpforms-field-medium {
    font-size: 1.5rem !important;
    line-height: 120% !important;
    letter-spacing: 0 !important;
    font-weight: 400 !important;
  }
}

@media (min-width: 1025px) {
  .wpforms-container select.wpforms-field-medium {
    font-size: 1.25rem !important;
    line-height: 28px !important;
    letter-spacing: 0 !important;
    font-weight: 400 !important;
  }
}

div.wpforms-container .wpforms-form .choices {
  width: 100% !important;
  max-width: 100% !important;
}

.wpforms-container .wpforms-form .choices .choices__inner {
  width: 100% !important;
  max-width: 100% !important;
  border-left-width: 0px !important;
  border-right-width: 0px !important;
  border-top-width: 0px !important;
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(229 229 229 / var(--tw-border-opacity)) !important;
  background-color: transparent !important;
  padding-top: 0px !important;
  padding-left: 0px !important;
}

div.wpforms-container .wpforms-form .choices__list--single {
  font-size: 1.125rem !important;
  line-height: 120% !important;
  letter-spacing: 0 !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(68 68 68 / var(--tw-text-opacity)) !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

@media (min-width: 768px) {
  div.wpforms-container .wpforms-form .choices__list--single {
    font-size: 1.5rem !important;
    line-height: 120% !important;
    letter-spacing: 0 !important;
    font-weight: 400 !important;
  }
}

@media (min-width: 1025px) {
  div.wpforms-container .wpforms-form .choices__list--single {
    font-size: 1.25rem !important;
    line-height: 28px !important;
    letter-spacing: 0 !important;
    font-weight: 400 !important;
  }
}

div.wpforms-container .wpforms-form .choices__list--dropdown {
  border-width: 0px !important;
}

div.wpforms-container .wpforms-form .choices__list--dropdown .choices__item {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(229 229 229 / var(--tw-border-opacity));
}

div.wpforms-container .wpforms-form .choices__list--dropdown .choices__item:last-of-type {
  border-bottom-width: 0px;
}

.wpforms-required-label {
  --tw-text-opacity: 1 !important;
  color: rgb(68 68 68 / var(--tw-text-opacity)) !important;
}

.choice-1.depth-1 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.choice-1.depth-1 input {
  margin: 0px !important;
  height: 1.5rem !important;
  width: 1.5rem !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(68 68 68 / var(--tw-border-opacity)) !important;
  padding: 0px !important;
}

.choice-1.depth-1 label {
  cursor: pointer;
  font-size: 1.125rem !important;
  line-height: 120% !important;
  letter-spacing: 0 !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
}

@media (min-width: 768px) {
  .choice-1.depth-1 label {
    font-size: 1.5rem !important;
    line-height: 120% !important;
    letter-spacing: 0 !important;
    font-weight: 400 !important;
  }
}

@media (min-width: 1025px) {
  .choice-1.depth-1 label {
    font-size: 1.25rem !important;
    line-height: 28px !important;
    letter-spacing: 0 !important;
    font-weight: 400 !important;
  }
}


/* Detail posts */

.detail .pdfp_wrapper {
  width: 100%;
}

@media (min-width: 1025px) {
  .detail .pdfp_wrapper {
    max-width: 750px;
  }
}

.detail figure {
  display: block;
  width: 100%;
}

.detail img,
.detail iframe {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.video-container iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
}

@media (min-width: 1025px) {
  .video-container iframe {
    min-height: 650px;
  }
}

.description-wysiwyg p {
  /* @apply body-2 break-words break-all; */
  font-size: 1.125rem;
  line-height: 120%;
  letter-spacing: 0;
  font-weight: 400;
}

@media (min-width: 768px) {
  .description-wysiwyg p {
    font-size: 1.5rem;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media (min-width: 1025px) {
  .description-wysiwyg p {
    font-size: 1.25rem;
    line-height: 28px;
    letter-spacing: 0;
    font-weight: 400;
  }
}

.description-wysiwyg-break p {
  overflow-wrap: break-word;
  word-break: break-all;
  font-size: 1.125rem;
  line-height: 120%;
  letter-spacing: 0;
  font-weight: 400;
}

@media (min-width: 768px) {
  .description-wysiwyg-break p {
    font-size: 1.5rem;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media (min-width: 1025px) {
  .description-wysiwyg-break p {
    font-size: 1.25rem;
    line-height: 28px;
    letter-spacing: 0;
    font-weight: 400;
  }
}

.description-wysiwyg a {
  --tw-text-opacity: 1;
  color: rgb(0 130 119 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.description-wysiwyg a:hover {
  --tw-text-opacity: 1;
  color: rgb(52 93 97 / var(--tw-text-opacity));
}

/*
* Grid posts
*/

#category-post-content {
  grid-column: span 12 / span 12;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

#news-content {
  grid-column: span 12 / span 12;
  width: 100%;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.active-filter {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(68 68 68 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(252 252 252 / var(--tw-text-opacity)) !important;
}

.active-filter:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(252 252 252 / var(--tw-text-opacity)) !important;
}

/*
* Legal texts
*/

.spacer-privacy {
  min-height: 180px;
}

@media (min-width: 768px) {
  .spacer-privacy {
    min-height: 170px;
  }
}

@media (min-width: 1025px) {
  .spacer-privacy {
    min-height: 80px;
  }
}

.legal-texts h3 {
  font-size: 1.25rem;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 500;
}

@media (min-width: 768px) {
  .legal-texts h3 {
    font-size: 2.25rem;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 500;
  }
}

@media (min-width: 1025px) {
  .legal-texts h3 {
    font-size: 1.75rem;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 500;
  }
}

.legal-texts h4 {
  font-size: 1rem;
  line-height: 120%;
  letter-spacing: 0.25rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .legal-texts h4 {
    font-size: 1.125rem;
    line-height: 120%;
    letter-spacing: 0.25rem;
    font-weight: 500;
  }
}

@media (min-width: 1025px) {
  .legal-texts h4 {
    font-size: 1rem;
    line-height: 120%;
    letter-spacing: 0.25rem;
    font-weight: 500;
  }
}

.legal-texts h5 {
  font-size: 1.125rem;
  line-height: 120%;
  letter-spacing: 0;
  font-weight: 500;
}

@media (min-width: 768px) {
  .legal-texts h5 {
    font-size: 1.5rem;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 500;
  }
}

@media (min-width: 1025px) {
  .legal-texts h5 {
    font-size: 0.875rem;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 500;
  }
}

.legal-texts p {
  font-size: 1.25rem;
  line-height: auto;
  letter-spacing: 0;
  font-weight: 400;
}

@media (min-width: 768px) {
  .legal-texts p {
    font-size: 1.875rem;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media (min-width: 1025px) {
  .legal-texts p {
    font-size: 1.75rem;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 400;
  }
}

.legal-texts p strong {
  font-size: 1.25rem;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 500;
}

@media (min-width: 768px) {
  .legal-texts p strong {
    font-size: 2.25rem;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 500;
  }
}

@media (min-width: 1025px) {
  .legal-texts p strong {
    font-size: 1.75rem;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 500;
  }
}

.legal-texts ul {
  font-size: 1.25rem;
  line-height: auto;
  letter-spacing: 0;
  font-weight: 400;
}

@media (min-width: 768px) {
  .legal-texts ul {
    font-size: 1.875rem;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media (min-width: 1025px) {
  .legal-texts ul {
    font-size: 1.75rem;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media (min-width: 768px) {
  .legal-texts ul {
    margin-left: 1rem;
  }
}

.legal-texts li {
  position: relative;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  padding-left: 1.5rem;
}

.legal-texts li::before {
  position: absolute;
  left: 0px;
  top: 0.75rem;
  display: block;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

/* 
* POPUP MAKER
*/

.popmake {
  display: flex !important;
  flex-direction: column !important;
  gap: 2rem !important;
}

@media (min-width: 768px) {
  .popmake {
    gap: 2.5rem !important;
    padding: 4rem !important;
  }
}

.popmake-title {
  margin-bottom: 0px !important;
  text-align: center !important;
  font-size: 1.25rem !important;
  line-height: 28px !important;
  letter-spacing: 0 !important;
  font-weight: 500 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(68 68 68 / var(--tw-text-opacity)) !important;
}

@media (min-width: 768px) {
  .popmake-title {
    font-size: 2.25rem !important;
    line-height: 120% !important;
    letter-spacing: 0 !important;
    font-weight: 500 !important;
  }
}

@media (min-width: 1025px) {
  .popmake-title {
    font-size: 1.75rem !important;
    line-height: 120% !important;
    letter-spacing: 0 !important;
    font-weight: 500 !important;
  }
}

.popmake-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  font-size: 1.125rem !important;
  line-height: 120% !important;
  letter-spacing: 0 !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(68 68 68 / var(--tw-text-opacity)) !important;
}

@media (min-width: 768px) {
  .popmake-content {
    font-size: 1.5rem !important;
    line-height: 120% !important;
    letter-spacing: 0 !important;
    font-weight: 400 !important;
  }
}

@media (min-width: 1025px) {
  .popmake-content {
    font-size: 1.25rem !important;
    line-height: 28px !important;
    letter-spacing: 0 !important;
    font-weight: 400 !important;
  }
}

.popmake-close {
  position: absolute;
  top: 2rem !important;
  right: 1rem !important;
  height: 15px !important;
  width: 15px !important;
  line-height: 1 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

@media (min-width: 768px) {
  .popmake-close {
    right: 4rem !important;
  }
}

.popmake .wpforms-field-container,
.popmake .gform_wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 400px;
  padding-top: 0px !important;
}

.popmake .wpforms-container {
  padding-top: 0px !important;
}

.popmake .wpforms-container .wpforms-field-container {
  gap: 1.5rem !important;
  padding-top: 0px !important;
}

@media (min-width: 1025px) {
  .popmake .wpforms-container .wpforms-field-container {
    gap: 2rem !important;
  }
}

.popmake .wpforms-submit-container,
.popmake .gform_footer {
  padding-top: 1.5rem !important;
}

@media (min-width: 1025px) {
  .popmake .wpforms-submit-container,
.popmake .gform_footer {
    padding-top: 2rem !important;
  }
}

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

.pum-close.popmake-close::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  background-image: url('../images/close.svg');
  background-repeat: no-repeat;
  background-position: center center;
}

.scroll {
  position: relative;
  display: flex;
  flex-wrap:nowrap;
  white-space: nowrap;
  flex-direction: row;
  align-items:center;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #fff 10%, #fff 90%, transparent);
  --t: 50s;
}

.scroll div {
  width:-moz-max-content;
  width:max-content;
  white-space: nowrap;
  animation: animate var(--t) linear infinite;
  animation-delay: calc(var(--t)/-1);
}

.scroll div figure {
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
}

.scroll div:nth-child(2) {
  animation: animate2 var(--t) linear infinite;
  animation-delay: calc(var(--t)/-2);
}

@keyframes animate {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes animate2 {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-200%);
  }
}

.first-of-type\:pt-0:first-of-type {
  padding-top: 0px;
}

.hover\:border-neutral-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}


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

@media not all and (min-width: 1280px) {
  .max-xl\:flex {
    display: flex;
  }

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

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

  .max-xl\:gap-4 {
    gap: 1rem;
  }

  .max-xl\:pt-s10 {
    padding-top: 5rem;
  }
}

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

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

  .max-lg\:top-1 {
    top: 0.25rem;
  }

  .max-lg\:flex {
    display: flex;
  }

  .max-lg\:h-\[416px\] {
    height: 416px;
  }

  .max-lg\:h-\[90\%\] {
    height: 90%;
  }

  .max-lg\:h-screen {
    height: 100vh;
  }

  .max-lg\:min-h-\[445px\] {
    min-height: 445px;
  }

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

  .max-lg\:w-3\/4 {
    width: 75%;
  }

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

  .max-lg\:max-w-\[75\%\] {
    max-width: 75%;
  }

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

  .max-lg\:content-between {
    align-content: space-between;
  }

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

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

  .max-lg\:gap-4 {
    gap: 1rem;
  }

  .max-lg\:rounded-card {
    border-radius: 20px;
  }

  .max-lg\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

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

  .max-lg\:pl-\[35\%\] {
    padding-left: 35%;
  }

  .max-lg\:pl-s3 {
    padding-left: 1.5rem;
  }

  .max-lg\:pt-s10 {
    padding-top: 5rem;
  }
}

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

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

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

  .max-md\:flex {
    display: flex;
  }

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

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

  .max-md\:w-3\/4 {
    width: 75%;
  }

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

  .max-md\:flex-col {
    flex-direction: column;
  }

  .max-md\:\!pr-s2 {
    padding-right: 1rem !important;
  }

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

  .max-md\:pl-s2 {
    padding-left: 1rem;
  }

  .max-md\:pl-s6 {
    padding-left: 3rem;
  }

  .max-md\:pr-s4 {
    padding-right: 2rem;
  }

  .last-of-type\:max-md\:pb-s8:last-of-type {
    padding-bottom: 4rem;
  }
}

@media not all and (min-width: 640px) {
  .max-sm\:pt-s6 {
    padding-top: 3rem;
  }
}

@media (min-width: 768px) {
  .md\:left-s2 {
    left: 1rem;
  }

  .md\:order-none {
    order: 0;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .md\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .md\:col-start-1 {
    grid-column-start: 1;
  }

  .md\:col-start-10 {
    grid-column-start: 10;
  }

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

  .md\:col-start-3 {
    grid-column-start: 3;
  }

  .md\:col-start-4 {
    grid-column-start: 4;
  }

  .md\:col-start-5 {
    grid-column-start: 5;
  }

  .md\:col-start-6 {
    grid-column-start: 6;
  }

  .md\:col-start-7 {
    grid-column-start: 7;
  }

  .md\:col-start-8 {
    grid-column-start: 8;
  }

  .md\:col-start-9 {
    grid-column-start: 9;
  }

  .md\:col-end-12 {
    grid-column-end: 12;
  }

  .md\:col-end-9 {
    grid-column-end: 9;
  }

  .md\:row-start-1 {
    grid-row-start: 1;
  }

  .md\:row-start-2 {
    grid-row-start: 2;
  }

  .md\:row-start-3 {
    grid-row-start: 3;
  }

  .md\:row-start-4 {
    grid-row-start: 4;
  }

  .md\:-mt-s10 {
    margin-top: -5rem;
  }

  .md\:mb-s15 {
    margin-bottom: 7.5rem;
  }

  .md\:mb-s9 {
    margin-bottom: 4.5rem;
  }

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

  .md\:mt-s12 {
    margin-top: 6rem;
  }

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

  .md\:block {
    display: block;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

  .md\:h-s3 {
    height: 1.5rem;
  }

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

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

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

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

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

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

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

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

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

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

  .md\:w-s3 {
    width: 1.5rem;
  }

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

  .md\:max-w-550 {
    max-width: 550px;
  }

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

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

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

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

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

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

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

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

  .md\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

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

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

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

  .md\:justify-normal {
    justify-content: normal;
  }

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

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

  .md\:gap-s10 {
    gap: 5rem;
  }

  .md\:gap-s14 {
    gap: 7rem;
  }

  .md\:gap-s2 {
    gap: 1rem;
  }

  .md\:gap-s3 {
    gap: 1.5rem;
  }

  .md\:gap-s4 {
    gap: 2rem;
  }

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

  .md\:gap-s6 {
    gap: 3rem;
  }

  .md\:gap-s8 {
    gap: 4rem;
  }

  .md\:gap-x-s10 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .md\:gap-x-s2 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .md\:gap-x-s6 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .md\:gap-y-s10 {
    row-gap: 5rem;
  }

  .md\:gap-y-s11 {
    row-gap: 5.5rem;
  }

  .md\:gap-y-s4 {
    row-gap: 2rem;
  }

  .md\:gap-y-s6 {
    row-gap: 3rem;
  }

  .md\:gap-y-s8 {
    row-gap: 4rem;
  }

  .md\:gap-y-s9 {
    row-gap: 4.5rem;
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:bg-404-tablet {
    background-image: url('/wp-content/themes/accumulus-website/images/404/bg-404-tablet.png');
  }

  .md\:bg-about-envision-tablet {
    background-image: url('/wp-content/themes/accumulus-website/images/about-us/bg-envision-tablet.png');
  }

  .md\:bg-benefits-tablet {
    background-image: url('/wp-content/themes/accumulus-website/images/platform/bg-benefit-tablet.png');
  }

  .md\:bg-citation-tablet {
    background-image: url('/wp-content/themes/accumulus-website/images/case-for-change/bg-citations-tablet.png');
  }

  .md\:bg-get-started-section-tablet {
    background-image: url('/wp-content/themes/accumulus-website/images/get-started-section/bg-block-get-started-tablet.png');
  }

  .md\:bg-how-works-home-tablet {
    background-image: url('/wp-content/themes/accumulus-website/images/home/how-it-works-home-tablet.png');
  }

  .md\:bg-news-banner-tablet {
    background-image: url('/wp-content/themes/accumulus-website/images/news/bg-news-tablet.webp');
  }

  .md\:bg-purple-section-tablet {
    background-image: url('/wp-content/themes/accumulus-website/images/resources/bg-purple-tablet.png');
  }

  .md\:bg-quote-home-tablet {
    background-image: url('/wp-content/themes/accumulus-website/images/home/bg-quote-home-tablet.png');
  }

  .md\:bg-regulator-quote-tablet {
    background-image: url('/wp-content/themes/accumulus-website/images/regulator-forum/bg-quote-tablet.png');
  }

  .md\:bg-what-we-do-about-tablet {
    background-image: url('/wp-content/themes/accumulus-website/images/about-us/what-we-do-tablet.png');
  }

  .md\:bg-what-we-do-tablet {
    background-image: url('/wp-content/themes/accumulus-website/images/home/bg-what-we-do-tablet.png');
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

  .md\:px-s4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:py-s10 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-s12 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:py-s2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:py-s3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:py-s8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pb-s10 {
    padding-bottom: 5rem;
  }

  .md\:pb-s12 {
    padding-bottom: 6rem;
  }

  .md\:pb-s13 {
    padding-bottom: 6.5rem;
  }

  .md\:pb-s2 {
    padding-bottom: 1rem;
  }

  .md\:pb-s20 {
    padding-bottom: 10rem;
  }

  .md\:pb-s4 {
    padding-bottom: 2rem;
  }

  .md\:pb-s5 {
    padding-bottom: 2.5rem;
  }

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

  .md\:pb-s7 {
    padding-bottom: 3.5rem;
  }

  .md\:pl-0 {
    padding-left: 0px;
  }

  .md\:pl-s2 {
    padding-left: 1rem;
  }

  .md\:pl-s4 {
    padding-left: 2rem;
  }

  .md\:pl-s6 {
    padding-left: 3rem;
  }

  .md\:pr-s2 {
    padding-right: 1rem;
  }

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

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pt-s1 {
    padding-top: 0.5rem;
  }

  .md\:pt-s10 {
    padding-top: 5rem;
  }

  .md\:pt-s12 {
    padding-top: 6rem;
  }

  .md\:pt-s13 {
    padding-top: 6.5rem;
  }

  .md\:pt-s14 {
    padding-top: 7rem;
  }

  .md\:pt-s16 {
    padding-top: 8rem;
  }

  .md\:pt-s2 {
    padding-top: 1rem;
  }

  .md\:pt-s20 {
    padding-top: 10rem;
  }

  .md\:pt-s3 {
    padding-top: 1.5rem;
  }

  .md\:pt-s4 {
    padding-top: 2rem;
  }

  .md\:pt-s5 {
    padding-top: 2.5rem;
  }

  .md\:pt-s6 {
    padding-top: 3rem;
  }

  .md\:pt-s7 {
    padding-top: 3.5rem;
  }

  .md\:pt-s8 {
    padding-top: 4rem;
  }

  .md\:text-b2Tablet {
    font-size: 1.5rem;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 400;
  }

  .md\:text-b3Tablet {
    font-size: 1.375rem;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 400;
  }

  .md\:text-ctaMobile {
    font-size: 1.125rem;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 500;
  }

  .md\:text-ctaTablet {
    font-size: 1.625rem;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 500;
  }

  .md\:text-h1Tablet {
    font-size: 4.5rem;
    line-height: 106%;
    letter-spacing: 0;
    font-weight: 400;
  }

  .md\:text-h2Tablet {
    font-size: 3rem;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 500;
  }

  .md\:text-h3 {
    font-size: 1.75rem;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 500;
  }

  .md\:text-h3Tablet {
    font-size: 2.25rem;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 500;
  }

  .md\:text-h4Tablet {
    font-size: 1.125rem;
    line-height: 120%;
    letter-spacing: 0.25rem;
    font-weight: 500;
  }

  .md\:text-h5 {
    font-size: 0.875rem;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 500;
  }

  .md\:text-h5Tablet {
    font-size: 1.5rem;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 500;
  }

  .md\:text-h6Tablet {
    font-size: 1.75rem;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 500;
  }

  .md\:text-h8Tablet {
    font-size: 11.25rem;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 500;
  }
}

@media (min-width: 1025px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:-left-20 {
    left: -5rem;
  }

  .lg\:-right-20 {
    right: -5rem;
  }

  .lg\:-right-\[80px\] {
    right: -80px;
  }

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

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

  .lg\:top-1\/4 {
    top: 25%;
  }

  .lg\:col-auto {
    grid-column: auto;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .lg\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .lg\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .lg\:col-start-1 {
    grid-column-start: 1;
  }

  .lg\:col-start-10 {
    grid-column-start: 10;
  }

  .lg\:col-start-11 {
    grid-column-start: 11;
  }

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

  .lg\:col-start-3 {
    grid-column-start: 3;
  }

  .lg\:col-start-4 {
    grid-column-start: 4;
  }

  .lg\:col-start-5 {
    grid-column-start: 5;
  }

  .lg\:col-start-6 {
    grid-column-start: 6;
  }

  .lg\:col-start-7 {
    grid-column-start: 7;
  }

  .lg\:col-start-8 {
    grid-column-start: 8;
  }

  .lg\:col-start-9 {
    grid-column-start: 9;
  }

  .lg\:col-start-auto {
    grid-column-start: auto;
  }

  .lg\:col-end-10 {
    grid-column-end: 10;
  }

  .lg\:col-end-12 {
    grid-column-end: 12;
  }

  .lg\:col-end-auto {
    grid-column-end: auto;
  }

  .lg\:row-start-1 {
    grid-row-start: 1;
  }

  .lg\:row-start-2 {
    grid-row-start: 2;
  }

  .lg\:row-start-3 {
    grid-row-start: 3;
  }

  .lg\:row-start-4 {
    grid-row-start: 4;
  }

  .lg\:-ml-s2 {
    margin-left: -1rem;
  }

  .lg\:-mt-s10 {
    margin-top: -5rem;
  }

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

  .lg\:mb-\[12rem\] {
    margin-bottom: 12rem;
  }

  .lg\:mb-s4 {
    margin-bottom: 2rem;
  }

  .lg\:mt-s6 {
    margin-top: 3rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:\!hidden {
    display: none !important;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

  .h-64 {
    height: 64px;
  }

  .lg\:max-h-\[192px\] {
    max-height: 192px;
  }

  .lg\:min-h-\[152px\] {
    min-height: 152px;
  }

  .lg\:min-h-\[550px\] {
    min-height: 550px;
  }

  .lg\:min-h-\[650px\] {
    min-height: 650px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

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

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

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

  .lg\:\!min-w-\[130px\] {
    min-width: 130px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-s10 {
    gap: 5rem;
  }

  .lg\:gap-s12 {
    gap: 6rem;
  }

  .lg\:gap-s2 {
    gap: 1rem;
  }

  .lg\:gap-s3 {
    gap: 1.5rem;
  }

  .lg\:gap-s4 {
    gap: 2rem;
  }

  .lg\:gap-s6 {
    gap: 3rem;
  }

  .lg\:gap-s7 {
    gap: 3.5rem;
  }

  .lg\:gap-s8 {
    gap: 4rem;
  }

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

  .lg\:gap-x-s10 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .lg\:gap-x-s2 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .lg\:gap-x-s6 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lg\:gap-x-s7 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

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

  .lg\:gap-y-s10 {
    row-gap: 5rem;
  }

  .lg\:gap-y-s13 {
    row-gap: 6.5rem;
  }

  .lg\:gap-y-s4 {
    row-gap: 2rem;
  }

  .lg\:gap-y-s6 {
    row-gap: 3rem;
  }

  .lg\:gap-y-s8 {
    row-gap: 4rem;
  }

  .lg\:bg-404-desktop {
    background-image: url('/wp-content/themes/accumulus-website/images/404/bg-404-desktop.png');
  }

  .lg\:bg-about-envision-desktop {
    background-image: url('/wp-content/themes/accumulus-website/images/about-us/bg-envision-desktop.png');
  }

  .lg\:bg-benefits-desktop {
    background-image: url('/wp-content/themes/accumulus-website/images/platform/bg-benefit-desktop.png');
  }

  .lg\:bg-citation-desktop {
    background-image: url('/wp-content/themes/accumulus-website/images/case-for-change/bg-citations-desktop.png');
  }

  .lg\:bg-get-started-section-desktop {
    background-image: url('/wp-content/themes/accumulus-website/images/get-started-section/bg-block-get-started-web.png');
  }

  .lg\:bg-how-works-home-desktop {
    background-image: url('/wp-content/themes/accumulus-website/images/home/how-it-works-home-desktop.png');
  }

  .lg\:bg-news-banner-desktop {
    background-image: url('/wp-content/themes/accumulus-website/images/news/bg-news-desktop.webp');
  }

  .lg\:bg-purple-section-desktop {
    background-image: url('/wp-content/themes/accumulus-website/images/resources/bg-purple-desktop.png');
  }

  .lg\:bg-quote-home-desktop {
    background-image: url('/wp-content/themes/accumulus-website/images/home/bg-quote-home-desktop.png');
  }

  .lg\:bg-regulator-quote-desktop {
    background-image: url('/wp-content/themes/accumulus-website/images/regulator-forum/bg-quote-desktop.png');
  }

  .lg\:bg-what-we-do-desktop {
    background-image: url('/wp-content/themes/accumulus-website/images/home/bg-what-we-do-desktop.png');
  }

  .lg\:bg-auto {
    background-size: auto;
  }

  .lg\:bg-contain {
    background-size: contain;
  }

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

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

  .lg\:px-s3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-s4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-s10 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-s12 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-s13 {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .lg\:py-s14 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:py-s16 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:py-s20 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:py-s6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pb-s1 {
    padding-bottom: 0.5rem;
  }

  .lg\:pb-s10 {
    padding-bottom: 5rem;
  }

  .lg\:pb-s11 {
    padding-bottom: 5.5rem;
  }

  .lg\:pb-s12 {
    padding-bottom: 6rem;
  }

  .lg\:pb-s13 {
    padding-bottom: 6.5rem;
  }

  .lg\:pb-s14 {
    padding-bottom: 7rem;
  }

  .lg\:pb-s15 {
    padding-bottom: 7.5rem;
  }

  .lg\:pb-s18 {
    padding-bottom: 9rem;
  }

  .lg\:pb-s20 {
    padding-bottom: 10rem;
  }

  .lg\:pb-s4 {
    padding-bottom: 2rem;
  }

  .lg\:pb-s6 {
    padding-bottom: 3rem;
  }

  .lg\:pb-s8 {
    padding-bottom: 4rem;
  }

  .lg\:pl-20 {
    padding-left: 5rem;
  }

  .lg\:pl-s2 {
    padding-left: 1rem;
  }

  .lg\:pl-s6 {
    padding-left: 3rem;
  }

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

  .lg\:pr-9 {
    padding-right: 2.25rem;
  }

  .lg\:pr-s1 {
    padding-right: 0.5rem;
  }

  .lg\:pr-s2 {
    padding-right: 1rem;
  }

  .lg\:pr-s4 {
    padding-right: 2rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-52 {
    padding-top: 13rem;
  }

  .lg\:pt-s1 {
    padding-top: 0.5rem;
  }

  .lg\:pt-s10 {
    padding-top: 5rem;
  }

  .lg\:pt-s12 {
    padding-top: 6rem;
  }

  .lg\:pt-s14 {
    padding-top: 7rem;
  }

  .lg\:pt-s16 {
    padding-top: 8rem;
  }

  .lg\:pt-s18 {
    padding-top: 9rem;
  }

  .lg\:pt-s20 {
    padding-top: 10rem;
  }

  .lg\:pt-s3 {
    padding-top: 1.5rem;
  }

  .lg\:pt-s4 {
    padding-top: 2rem;
  }

  .lg\:pt-s6 {
    padding-top: 3rem;
  }

  .lg\:pt-s8 {
    padding-top: 4rem;
  }

  .lg\:pt-s9 {
    padding-top: 4.5rem;
  }

  .lg\:pr-3 {
    padding-right: 0.75rem;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pr-5 {
    padding-right: 1.25rem;
  }

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

  .lg\:text-b2 {
    font-size: 1.25rem;
    line-height: 28px;
    letter-spacing: 0;
    font-weight: 400;
  }

  .lg\:text-b3 {
    font-size: 1.125rem;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 400;
  }

  .lg\:text-cta  {
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0;
    font-weight: 400;
	 font-family: "Lexend", sans-serif;
  }

  .lg\:text-h1 {
    font-size: 80px;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 400;
  }

  .lg\:text-h2 {
    font-size: 3.75rem;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 500;
  }

  .lg\:text-h3 {
    font-size: 1.75rem;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 500;
  }

  .lg\:text-h4 {
    font-size: 1rem;
    line-height: 120%;
    letter-spacing: 0.25rem;
    font-weight: 500;
  }

  .lg\:text-h5 {
    font-size: 0.875rem;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 500;
  }

  .lg\:text-h6 {
    font-size: 1.125rem;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 500;
  }

  .lg\:text-h8 {
    font-size: 8.75rem;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 500;
  }

  .last-of-type\:lg\:\!pb-0:last-of-type {
    padding-bottom: 0px !important;
  }
}

@media (min-width: 1280px) {
  .xl\:absolute {
    position: absolute;
  }

  .xl\:-left-20 {
    left: -5rem;
  }

  .xl\:-right-20 {
    right: -5rem;
  }

  .xl\:right-0 {
    right: 0px;
  }

  .xl\:top-1\/4 {
    top: 25%;
  }

  .xl\:top-\[200px\] {
    top: 200px;
  }
}

@media (min-width: 1536px) {
  .\32xl\:pt-60 {
    padding-top: 15rem;
  }
}

.\[\&\>\*\]\:fill-neutral-sgray>* {
  fill: #7a7a7a;
}

.\[\&\>\*\]\:fill-white>* {
  fill: #fff;
}

.\[\&\>\*\]\:stroke-neutral-sgray>* {
  stroke: #7a7a7a;
}

.\[\&\>\*\]\:stroke-white>* {
  stroke: #fff;
}

.\[\&\>\*\]\:\!text-white>* {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.\[\&\>\.opened\>section\.mobile-menu\]\:block>.opened>section.mobile-menu {
  display: block;
}

.\[\&\>\.opened\]\:fixed>.opened {
  position: fixed;
}

.\[\&\>\.opened\]\:h-screen>.opened {
  height: 100vh;
}

.\[\&\>\.summary\]\:\!flex>.summary {
  display: flex !important;
}

.\[\&\>\.wp-block-columns\]\:\!flex-row>.wp-block-columns {
  flex-direction: row !important;
}

.\[\&\>\.wp-block-columns\]\:\!gap-s3>.wp-block-columns {
  gap: 1.5rem !important;
}

@media (min-width: 768px) {
  .\[\&\>\.wp-block-columns\]\:md\:\!gap-s10>.wp-block-columns {
    gap: 5rem !important;
  }
}

@media (min-width: 1025px) {
  .\[\&\>\.wp-block-columns\]\:lg\:\!mb-0>.wp-block-columns {
    margin-bottom: 0px !important;
  }

  .\[\&\>\.wp-block-columns\]\:lg\:\!gap-s14>.wp-block-columns {
    gap: 7rem !important;
  }

  .\[\&\>\.wp-block-columns\]\:lg\:pl-s6>.wp-block-columns {
    padding-left: 3rem;
  }

  .\[\&\>\.wp-block-separator\]\:lg\:ml-s6>.wp-block-separator {
    margin-left: 3rem;
  }
}

.\[\&\>div\>\.close\]\:\!flex>div>.close {
  display: flex !important;
}

.\[\&\>div\>\.open\]\:\!flex>div>.open {
  display: flex !important;
}

.\[\&\>figure\>img\]\:max-h-\[330px\]>figure>img {
  max-height: 330px;
}

.\[\&\>svg\]\:inline-block>svg {
  display: inline-block;
}

.\[\&\>svg\]\:h-full>svg {
  height: 100%;
}

.\[\&\>svg\]\:w-full>svg {
  width: 100%;
}

.\[\&\>svg\]\:max-w-none>svg {
  max-width: none;
}


/* Alice new */

/* hero home with lines */

.hero-box {
  position: relative;
  z-index: 1; /* Ensure it's above the lines */
}

/* Vertical gradient lines (left & right) */
.hero-box::before,
.hero-box::after {
  content: "";
  position: absolute;
  top: 5%;
  bottom: 0;
  width: 1px;
  background: linear-gradient(to top, #8AFFBB, transparent);
  z-index: -1;
}

.lined-sides-slate::before,
.lined-sides-slate::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 9%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, #333D4A 50%, #333D4A 50%, transparent);
  z-index: 1000;
}
.lined-sides-slate::after {
  right: 0;
}
.lined-sides-slate::before {
  left: 0;
}

.lined-sides-slate {
  margin-bottom: -140px;
  z-index: 999;
  position: relative;
}

.about .lined-sides-slate {
  margin-bottom: 0
}


.join-gs .lined-sides-slate {
  margin-bottom:14px;
}

.x-border .container {
	border-left: 1px solid #333D4A;
	border-right: 1px solid #333D4A;
}

.what-we-do-home, .x-border {
	border-top: 1px solid #333D4A;
}

.what-we-do-home {
	margin-top: -111px;
	padding-top: 110px;
}
/*team*/

.lined-right-slate {
  z-index: 998;
  position: relative;
}

.lined-right-slate::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background: linear-gradient(
    to bottom,
    transparent,
    #333D4A 50%,
    #333D4A 50%,
    transparent
  );
  z-index: 1000;
}

.lined-right-mint {
  z-index: 999;
  position: relative;
}

.lined-right-mint::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    #8AFFBB 20%,
    #8AFFBB 100%
  );
  z-index: 1000;
}

.lined-mint-slate {
  z-index: 999;
  position: relative;
}


.bg-team {
  background: radial-gradient(circle at bottom left, #9ED3DB 0%, #EBEBEB 20%, #EBEBEB 100%);
}

.bg-evergreen {
  background-color: #11594B;
}

.team-career-banner  {
 margin-top: -193px;
 padding-top: 280px;
}


/*end team*/

.line-cosmic.hero-box::before,
.line-cosmic.hero-box::after {
  background: linear-gradient(to top, #9ED3DB, transparent);
}

.hero-box::before {
  left: 0; /* left of the box */
}

.hero-box::after {
  right: 0; /* right of the box */
}

/* Horizontal center line */
.lined-div::before,
.lined-div::after {
  content: "";
  position: absolute;
  top: 50%;                 /* Vertically center line */
  width: 200px;              /* Length of the horizontal lines */
  height: 1px;              /* Thickness of the lines */
  background-color: #8AFFBB;  /* Line color */
  transform: translateY(-50%);
}

.lined-div::before {
  right: 100%;
  margin-right: 0;
  background: linear-gradient(to left, #8AFFBB, transparent);
}

.lined-div::after {
  left: 100%;
  margin-left: 0;
  background: linear-gradient(to right, #8AFFBB, transparent);
}

/* lined div right */

.lined-div-dx {
  position: relative; /* Required for absolute positioning */
}

.lined-div-dx::after {
  content: "";
  position: absolute;
  top: 50%;                         /* Vertically center the line */
  left: 100%;                       /* Start exactly at the right edge */
  width: 200px;                     /* Line length */
  height: 1px;                      /* Line thickness */
  background: linear-gradient(to right, #333D4A, transparent);
  transform: translateY(-50%);      /* Align vertically */
}

.lined-div-dx-mint {
  position: relative; /* Required for absolute positioning */
}

.lined-div-dx-mint::after {
  content: "";
  position: absolute;
  top: 50%;                         /* Vertically center the line */
  left: 100%;                       /* Start exactly at the right edge */
  width: 200px;                     /* Line length */
  height: 1px;                      /* Line thickness */
  background: linear-gradient(to right, #8AFFBB, transparent);
  transform: translateY(-50%);      /* Align vertically */
}

/*end lined div right */

.line-cosmic.lined-div::before,
.line-cosmic.lined-div::after {            /* Thickness of the lines */
  background-color: #9ED3DB;  /* Line color */
  transform: translateY(-50%);
  top: 38%;  
}

.line-cosmic.lined-div::before {
  background: linear-gradient(to left, #9ED3DB, transparent);
}

.line-cosmic.lined-div::after {
  background: linear-gradient(to right, #9ED3DB, transparent);
}

.line-slate.lined-div::before,
.line-slate.lined-div::after {            /* Thickness of the lines */
  background-color: #333D4A;  /* Line color */
  transform: translateY(-50%);
  top: 38%;  
}

.line-slate.lined-div::before {
  background: linear-gradient(to left, #333D4A, transparent);
}

.line-slate.lined-div::after {
  background: linear-gradient(to right, #333D4A, transparent);
}


/* double lines benefits platform */

.lined-div-double-m {
  position: relative;
  overflow: visible;
}

/* Double lines using background gradients */
.lined-div-double-m::before,
.lined-div-double-m::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: center 15%, center 85%;
  background-image: linear-gradient(to left, #597497, #597497),
                    linear-gradient(to left, #597497, #597497);
}

.lined-div-double-m::before {
  right: 100%;
}

.lined-div-double-m::after {
  left: 100%;
}

/* end home*/

.statics-items, .neg-top-l {
	margin-top: -160px;
}

.reset-mx {
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}

small {
	line-height: 120%;
	display: inline-block;
}

.quote {
	font-size: 28px;
	line-height: 160%;
	letter-spacing: -1%;
    margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

@media (max-width: 768px) {
.quote {
	font-size: 16px;
}
}

.tag {
	font-size: 18px;
	line-height: 160%;
	letter-spacing: 2px !important;;
	font-family: "Lexend", sans-serif;
	font-weight: 400;
}


/* Statics home */

.statics.section .container {
	border-left: 1px solid #597497;
	border-right: 1px solid #597497;
}

/* what we do home */

.value {
background:  url('/wp-content/themes/accumulus-website/images/home/new-bg-waves-s.png'),
linear-gradient(180deg, #11594B 50%, #00AA81 100%);
padding-bottom: 660px;
background-size: cover;
	}

.value > .container {
  position: relative; /* so content is above pseudo-elements */
  z-index: 1;
}

.value::before,
.value::after {
  content: "";
  position: absolute;
  top: 0;
  height: 150px; /* adjust to your needs */
  background: white;
  pointer-events: none;
  z-index: 0;
  width: calc((100vw - 1140px) / 2);
}

.value::before {
  left: 0;
}

.value::after {
  right: 0;
}

body {overflow-x: hidden;}


  .card-new-green {
    background: linear-gradient(180deg, #00AA81 0%, #11594B 80%);
    padding-bottom: 168px;
  }

  .value-list {
    margin-top: -580px;
  }

  .bg-quote-home {
    background: radial-gradient(circle at center top, 
  #E8E3DA 10%,    /* sand color at 10% */
  #ffffff 67%     /* white at 67% */
);
  margin-top: -230px;
  }

  .bg-quote-home .container {
    	border-left: 1px solid #597497;
	border-right: 1px solid #597497;
  }

  /* how it works */

  .how-home {
    border-top: 1px solid #333D4A;
  }

  .step-item {
  display: flex;
  align-items: start;
  padding-top: 12px;
  padding-right: 16px;
}

.step-number {
  width: 32px;
  height: 32px;
  background: white;
  border-radius: 0;
  display: flex;
  justify-content: center; /* center horizontally */
  margin-right: 12px;
  user-select: none;
  font-variant-numeric: tabular-nums; /* force equal digit widths */
}

.how-item {
  border-top: 6px solid #00AA81;
}

.b-bottom-slate {
  border-bottom: 1px solid #333D4A;
}

.how-home {
  	border-bottom: 1px solid #597497;
}

.bg-slate-col {
  background-image: url('/wp-content/themes/accumulus-website/images/home/How-It-Works-Image-new.jpg');
  background-size: 100% auto;
  background-position: left top;
  background-repeat: repeat-y;
}

/*single testimonial */

.single-testimonial .border-box {
 position: relative;
 z-index: 1;
}


/* Vertical gradient lines (left & right) */
.single-testimonial .border-box::before,
.single-testimonial .border-box::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, #597497, transparent);
  z-index: -1;
}

.single-testimonial .border-box::before {
  left: 0; /* left of the box */
}

.single-testimonial .border-box::after {
  right: 0; /* right of the box */
}


/* Horizontal center line */
.lined-div-slate::before,
.lined-div-slate::after {
  content: "";
  position: absolute;
  top: 74%;                 /* Vertically center line */
  width: 200px;              /* Length of the horizontal lines */
  height: 1px;              /* Thickness of the lines */
  background-color: #597497;  /* Line color */
  transform: translateY(-50%);
}

.lined-div-slate::before {
  right: 100%;
  margin-right: 0;
  background: linear-gradient(to left, #597497, transparent);
}

.lined-div-slate::after {
  left: 100%;
  margin-left: 0;
  background: linear-gradient(to right, #597497, transparent);
}

/* form free pdf */

.bg-gradient-cosmic {
   background: linear-gradient(to bottom, white 53%, #9ED3DB 100%);
}

.bg-gradient-cosmic-darker {
background: linear-gradient(180deg, #333D4A 70%, #597497 100%);
}

.bg-radial-cosmic {
 background: radial-gradient(
  236.78% 236.78% at 50% -83.6%, 
  #ffffff 60%, 
  #BEE7EF 80%
);
}


/* resources */

.b-top-slate {
   border-top: 1px solid #333D4A;
   border-bottom: 1px solid #333D4A;
}

.b-sides-slate {
   border-left: 1px solid #333D4A;
    border-right: 1px solid #333D4A;
}

.related, .resources {
  border-left: 1px solid #333D4A;
}


.related .card, .resources .card {
  border-bottom: 1px solid #333D4A;
    border-right: 1px solid #333D4A;
  padding: 1rem 1.2rem;
  display: grid; 
  grid-template-columns: 1fr 0.5fr; gap: 16px;
}

.related .card:nth-of-type(3n) {
   border-bottom: 0;
}

.resources .card:last-of-type {
   border-bottom: 0;
}

.bg-slate-waves {
  background-color: #333D4A;
  background-image: url('/wp-content/themes/accumulus-website/images/platform/bg-events-slider.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}


.slick-nav-wrapper {
  position: absolute;
  right: -50px; /* outside container */
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.prev, .next {
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.prev::before,
.next::before {
  font-size: 30px;
  color: #333;
}

/* Make dots vertical */

.slick-dots-container {
    justify-content: center;
    display: flex !important;
  justify-content: center; /* centers horizontally */
  width: 100%;
  padding: 0;
  margin: 0;
  align-items: center;

}
.slick-dots-container ul {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px;
  padding: 0;
  margin: 50px auto !important;
  list-style: none;
  align-items: center;
}

.slick-dots-container li {
  width: 12px;
  height: 12px;
  margin: 0;
}

.slick-dots-container li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  border: none;
  padding: 0;
  border: 1px solid #333D4A;
}

.slick-dots-container li.slick-active button {
  background: #333D4A;
}

.prev, .next {
  cursor: pointer;
  width: 32px;
  height: 32px;
  border: 1px solid #333D4A; /* slate color border */
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-radius: 0;
  background: transparent;
  transition: background-color 0.3s, border-color 0.3s;
  position: relative;
}

/* Thin caret arrows using CSS */
.prev::before, .next::before {
  content: '';
  display: inline-block;
  border-style: solid;
  border-color: #333D4A; /* arrow color */
  width: 8px;
  height: 8px;
}

/* Up caret (prev) */
.prev::before {
  border-width: 0 1px 1px 0;
  margin-left: 1px;
    transform: rotate(-135deg);
}

/* Down caret (next) */
.next::before {
  border-width: 1px 1px 0 0;
transform: rotate(135deg);
  margin-left: 1px;
}

.prev:hover, .next:hover {
  background-color: #333D4A;
  border-color: #333D4A;
}

.prev:hover::before, .next:hover::before {
  border-color: white;
}

/*platform*/
.bg-platform {
  background-color: #333D4A;

  background-image: 
    url('/wp-content/themes/accumulus-website/images/platform/Group-67-piece.png'),
    radial-gradient(circle at bottom left, #597497 0%, #333D4A 50%, #333D4A 100%);

  background-repeat: 
    repeat-y,      /* wave image repeats */
    no-repeat;   /* gradient shows once */

  background-size: 
    100% auto,  /* size of the wave image */
    100%; /* size of the radial gradient */

  background-position: 
    bottom left, /* wave image position */
    bottom left; /* gradient position */
}

.bg-platform .lined-div {
  padding-bottom: 0;
}

.bg-platform picture img {
  max-width: 860px;
  display: block;
  margin: 0 auto;
}

.image-wrapper {
  position: relative;
  z-index: 1;
}

.image-wrapper::after {
  content: "";
  position: absolute;
  top: 50%; /* Start halfway down the image */
  left: 0;
  right: 0;
  width: 100vw; /* Full width of viewport */
  height: 50%;
  background-color: white;
  z-index: -1;
  transform: translateX(-50%);
  left: 50%;
}


.border-top {
  border-top: 7px solid #9ED3DB;
}

.border-top:nth-of-type(2) {
  border-top: 7px solid #597497;
}

.border-top:nth-of-type(3) {
  border-top: 7px solid #333D4A;
}

.better-way-item:nth-of-type(1) {
  background-color: #9ED3DB;
  color: #333D4A;
}

.better-way-item:nth-of-type(2) {
  background-color: #597497;
}

.better-way-item img {
  height: 55px;
  width: auto;
}

.icon-cs {
  background-color: #9ED3DB;
  border-radius: 0;
  height: 130px;
  width: 130px;
  padding: 10px
}


.icon-cs.i-m-slate {
  background-color: #597497;
}

.icon-cs.i-m-slate img {
  height: 60px;
}


.value-platform {
  background-color: #333D4A;
  padding-bottom: 660px;

  background-image: 
    url('/wp-content/themes/accumulus-website/images/platform/Group-67-piece.png'),
 linear-gradient(180deg, #333D4A 0%, #597497 100%);

  background-repeat: 
    repeat-y,      /* wave image repeats */
    no-repeat;   /* gradient shows once */

  background-size: 
    100% auto,  /* size of the wave image */
    100%; /* size of the radial gradient */

  background-position: 
    bottom left, /* wave image position */
    bottom left; /* gradient position */
}

.bt-m-slate {
  border-top: 1px solid #597497;
}

.value-platform .bt-m-slate {
  margin-top: 75px;
}

.card-new-blue {
  background: linear-gradient(180deg, #597497 20%, #333D4A 100%);
   padding-bottom: 168px;
   position: relative;
   z-index: 10;
}

.bg-gradient-cosmic-top {
background: linear-gradient(
 180deg, 
  #9ED3DB 0%, 
  #FFFFFF 60%
);
}

.key-features-box {
  margin-top: -238px;
  padding-top: 260px;
  margin-left: auto;
  margin-right: auto;
}
.full-bleed-left,
.full-bleed-right {
  position: relative;
  width: 60vw;
  max-width: none;
  height: auto; /* Ensures the entire image is visible */
  object-fit: contain; /* Maintains aspect ratio without cropping */
}

.full-bleed-left {
 left: calc((100vw - 100%) / -2 + 10vw);
  z-index: 0;
}

.full-bleed-right {
  left: 10%;
  margin-left: 0;
  z-index: 0;
}

.values-zz {
  margin-top: 100px;
}

.bg-slate-lines-r {
  background-color: #333D4A;
 background-image: url('/wp-content/themes/accumulus-website/images/platform/lines-benefits-cert.png');
 background-repeat: repeat-y;
 background-position: right;
 background-size: 400px auto;
}

.benefits-platform .container {
  border-left: 1px solid #597497;
  border-right: 1px solid #597497;
}


/* Resources and other posts */

.bg-white-hero {
background-image: 
  url('/wp-content/themes/accumulus-website/images/resources/bg-white-hero-waves-neu.png'),
  radial-gradient(circle at top left, rgba(158, 211, 219, 0.8) 0%, white 30%);
  background-repeat: no-repeat, no-repeat;
  background-position: right top, top left;
  background-size: 350px auto, cover;
}

.button-text {
  font-family: 'Lexend', sans-serif;
  font-size: 14px;
  line-height: 130px;
  letter-spacing: 4%;
}

.active-filter {
  --tw-bg-opacity: 1 !important;
  background-color: #94F2EA !important;
  --tw-text-opacity: 1 !important;
  color: #333D4A !important;
}

.bg-waves-slate {
  background-image: 
  url('/wp-content/themes/accumulus-website/images/resources/bg-events-slider.png');
  background-color: #333D4A;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

/* Custom Arrows Events carousel*/
.custom-arrow {
  width:38px;
  height: 38px;
  border: 1px solid white;     /* 1px solid white border */
  border-radius: 0;            /* No rounding */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: transparent;     /* Transparent background */
}

.custom-arrow::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid white;     /* 1px white arrow lines */
  border-width: 1px 1px 0 0;   /* Top + right sides only */
}

/* Left arrow */
.prev::before {
  transform: rotate(-135deg);
}

/* Right arrow */
.next::before {
  transform: rotate(135deg);
}

/* Right arrow events under Resources*/
.slick-nav-events .next::before {
  transform: rotate(45deg);
}

/* Container styling */
.slick-dots-events {
  display: flex !important;
  justify-content: center;
  gap: 12px;
  padding: 0;
  margin: 0 auto;
  width: auto; /* adjust width as needed */
  list-style: none;
}

/* ul inside dots container */
.slick-dots-events ul {
  display: flex !important;
  gap: 12px;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
}

/* Each dot li */
.slick-dots-events li {
  width: 14px;
  height: 14px;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

/* The button inside each dot */
.slick-dots-events li button {
  width: 14px;
  height: 14px;
  padding: 0;
  border: 1px solid white;
  border-radius: 50%;    
  background: transparent;
  text-indent: -9999px; 
  cursor: pointer;
  box-sizing: border-box;
}

/* Hover effect (optional) */
.slick-dots-events li button:hover {
  background: #fff;
}

/* Active dot button */
.slick-dots-events li.slick-active button {
  background: white;
  border-color: white;
}

.slick-nav-events {
  max-width: 520px;    /* or adjust width as you like */
  margin-left: auto;
  margin-right: auto;  /* center horizontally */
  grid-template-columns: auto 1fr auto; /* arrows auto width, dots fill remaining space */
  gap: 12px;
  padding-top: 50px;
  align-items: center;
  justify-content: center;
}

.prev {
  justify-self: start; /* left arrow to left */
}

.next {
  justify-self: end;   /* right arrow to right */
}

.related-events > .slick-dots {
  display: none !important;
}

.related-events {
  border-right: 1px solid #fff;
}

.related-events .card {
  border-left: 1px solid white;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 16px 18px;
  align-items: stretch; 
    display: flex;
  flex-direction: column;
  height: 100%; /* ensure it fills the container height */
}

.related-events .card h5 {
  margin-top: auto; /* pushes h5 to the bottom */
}


.related-events .slick-track {
  display: flex !important;
  align-items: stretch; /* Make children stretch vertically */
}

.related-events .slick-slide {
  height: auto !important; /* Override any fixed inline height */
  display: flex !important; /* Make slide a flex container */
  align-items: stretch !important; /* Stretch card inside */
}

.related-events .slick-slide > div {
  flex-grow: 1; /* Make the card inside take full height */
  display: flex;
  flex-direction: column;
}

.related-events .card {
  flex-grow: 1; /* Make card fill the height of slide */
  display: flex;
  flex-direction: column;
}


/*events*/

.tabs .active {

  background-color: #94F2EA !important;
  --tw-text-opacity: 1 !important;
  color: #333D4A !important;
}
/*single*/

.translucent-navigation.bg-resource-det {
  margin-top: -100px;
  padding-top: 280px !important;
    background:
  url('/wp-content/themes/accumulus-website/images/resources/bg-res-det.png'),
  linear-gradient(180deg, #333D4A 0%, #597497 49.92%);
background-repeat: no-repeat;
background-size: 600px auto, cover;
background-position: right 50px, center;
}

.hero-neg-m {
  margin-bottom: -290px;
}

.detail {
  margin-top: 260px;
}

.mh-thumb {
 height: 600px;
}

#related_resources_group {
  border-top: 1px solid #333D4A;
}


.b-slate {
  border-top: 1px solid #333D4A;
  border-bottom: 1px solid #333D4A;
}

/* get started */

@media (max-width: 1150px) {
.page-id-1592 .lined-sides-slate {
	padding-left: 0;
	padding-right: 0;
}
}



.join {
  margin-top: 120px;
}

.benefit-started .container:first-of-type .bb-artic {
  border-bottom: 1px solid #94F2EA;
  margin-bottom: 10px;
}

.benefit-started .container .bb-artic {
  border-bottom: 0;
}

.bt-artic {
  border-top: 6px solid #94F2EA;
}

.benefit-gs-left {
  margin-right: 40px;
}


/*about us */

.bg-green-gradient {
background-image: url('/wp-content/themes/accumulus-website/images/about-us/waves-green-about.png'), linear-gradient(
  to top left,#00AA81 0%,#11594B 60% );
    background-repeat: no-repeat, no-repeat;
  background-position: right top, top left;
  background-size: 350px auto, cover;
}

.what-we-do-home.about {
  padding-bottom: 140px;
}

.envision {
  margin-top: -180px;
}

.border-t-slate-4 {
border-top: 4px solid #333D4A;
}

.border-t-mint-4 {
border-top: 4px solid #00AA81; 
}

/* careers */

.bg-green-careers {
background-image: url('/wp-content/themes/accumulus-website/images/careers/bg-careers-complete.jpg');
    background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  background-color: #30404a;
}

.bg-light-grey {
  background-color: #EBEBEB;
}

.roles.container {
  border-left: 1px solid #333D4A;
   border-right: 1px solid #333D4A;
}

.roles.container .card {
   border-right: 1px solid #333D4A;
}

.roles.container .card:nth-of-type(3n) {
   border-right: 1px solid #333D4A;
}

.bb-slate {
  border-bottom: 1px solid #333D4A;
}

.pillars {
  background-color: #333D4A;
  background-image: url('/wp-content/themes/accumulus-website/images/careers/waves-careers.png'), linear-gradient(180deg, #333D4A 70%, #597497 100%);
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, 100%;
  background-position:
center bottom, bottom left;
}


.quote-careers .slick-dots {
  padding-top: 0;
  margin-top: 0;
}

/********
******
header 
*****/

/* Upper bar slide and opacity */
.bcontent {
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.bcontent.scrolling-down {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}
.bcontent.scrolling-up {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}


.flag.bg-medium-slate {
  background-image: none;
}

/* Main nav slide */
.main-nav {
  transition: transform 0.3s ease;
}
/* When announcement bar is active */
.with-announcement .main-nav.scrolling-down {
  transform: translateY(-150px); /* height with announcement bar */
}

/* When announcement bar is not active */
.no-announcement .main-nav.scrolling-down {
  transform: translateY(-74px); /* height without announcement bar */
}
.main-nav.scrolling-up {
  transform: translateY(0);
}

/* Navigation background */
#navigation {
  background-color: transparent;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
#navigation.scrolled {
  color: #333D4A;
}

/* When scrolled, main-nav background is white */
#navigation.scrolled .main-nav {
  background-color: white !important;
    box-shadow: 0 4px 10px -3px rgba(51, 61, 74, 0.3);
}

#navigation.scrolled .bcontent {
  background-color: white;
}

#navigation.scrolled a {
  color: #333D4A;
}

#navigation.scrolled a:hover {
	color: #333D4A;
}

#navigation.scrolled a.get-s:hover {
	color: #ffffff !important;
}


#navigation.scrolled svg  path {
  stroke: #333D4A; 
}


/* Logo switching */
.logo-container {
  display: flex;
  position: relative;
  width: 200px;   
  height: 40px;  
  justify-content: flex-start;
  margin-left: -10px;
}

.logo-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;  /* keeps aspect ratio */
  transition: opacity 0.3s ease;
}

.logo-dark {
  opacity: 0;
  pointer-events: none;
}

.logo-white {
  opacity: 1;
  pointer-events: auto;
}

#navigation.scrolled .logo-white {
  opacity: 0;
  pointer-events: none;
}

#navigation.scrolled .logo-dark {
  opacity: 1;
  pointer-events: auto;
}


/** header on white **/

.page-template-page-resources .logo-white, 
.page-template-page-news .logo-white,
.page-id-1598 .logo-white,
.page-id-1592 .logo-white,
.page-template-page-terms-and-conditions .logo-white,
.page-template-page-events-php .logo-white,
.page-template-page-contact .logo-white,
.page-id-1533 .logo-white,
.page-id-2513 .logo-white,
.search-results .logo-white
 {
  opacity: 0;
}

.page-template-page-resources .logo-dark,
.page-template-page-news .logo-dark,
.page-id-1598 .logo-dark,
.page-id-1592 .logo-dark,
 .page-template-page-terms-and-conditions .logo-dark,
 .page-template-page-events .logo-dark,
 .page-template-page-contact .logo-dark,
  .page-id-1533 .logo-dark,
  .page-id-2513 .logo-dark,
.search-results .logo-dark {
  opacity: 1;
}

.page-template-page-resources header .white,
.page-template-page-news header .white,
.page-id-1598 header .white,
.page-id-1592 header .white,
.page-template-page-terms-and-conditions header .white,
.page-template-page-events header .white,
 .page-template-page-contact header .white,
  .page-id-1533 header .white,
  .page-id-2513 header .white,
.search-results header .white {
  color: #333D4A;
}

.page-template-page-resources .border-b-neutral-200,
.page-template-page-news .border-b-neutral-200,
.page-id-1598 .border-b-neutral-200,
.page-id-1592 .border-b-neutral-200,
.page-template-page-terms-and-conditions .border-b-neutral-200,
.page-template-page-events .border-b-neutral-200,
 .page-template-page-contact .border-b-neutral-200,
  .page-id-1533 .border-b-neutral-200,
.page-id-2513 .border-b-neutral-200,
.search-results .border-b-neutral-200
  {
  border-bottom-color: #333D4A;
}

.page-template-page-resources header form input::placeholder, 
.page-template-page-resources header textarea::placeholder,
.page-template-page-news header form input::placeholder, 
.page-template-page-news header textarea::placeholder,
.page-id-1598 header form input::placeholder, 
.page-id-1598 header textarea::placeholder,
.page-id-1592 header form input::placeholder, 
.page-id-1592 header textarea::placeholder,
.page-template-page-terms-and-conditions header form input::placeholder, 
.page-template-page-terms-and-conditions header textarea::placeholder,
.page-template-page-events header form input::placeholder,
.page-template-page-events header textarea::placeholder,
.page-template-page-contact header form input::placeholder,
.page-template-page-contact header textarea::placeholder,
.page-id-1533 header form input::placeholder,
.page-id-1533 header textarea::placeholder,
.page-id-2513 header form input::placeholder,
.page-id-2513 header textarea::placeholder {
  color: #333D4A !important;
}

.page-template-page-resources header .search-form,
.page-template-page-news header .search-form,
.page-id-1598 header .search-form,
.page-id-1592 header .search-form,
.page-template-page-terms-and-conditions header .search-form,
.page-template-page-events header .search-form,
.page-template-page-contact header .search-form,
.page-id-1533 header .search-form,
.page-id-2513 header .search-form,
.search-results header .search-form {
border: 1px solid #333D4A;
}

.page-template-page-resources header form.search-form input.search-field,
.page-template-page-news header form.search-form input.search-field,
.page-id-1598 header form.search-form input.search-field,
.page-id-1592 header form.search-form input.search-field,
.page-template-page-terms-and-conditions header form.search-form input.search-field,
.page-template-page-events header form.search-form input.search-field,
.page-template-page-contact header form.search-form input.search-field,
.page-id-1533 header form.search-form input.search-field,
.page-id-2513 header form.search-form input.search-field,
.search-results header form.search-form input.search-field {
  color: #333D4A !important;
	font-weight: 400;
}

header form input::placeholder, header textarea::placeholder {
  color: #fff !important;
}

.page-template-page-resources header form input::placeholder, header textarea::placeholder,
.page-template-page-news header form input::placeholder, header textarea::placeholder,
.page-id-1598 header form input::placeholder, header textarea::placeholder,
.page-id-1592 header form input::placeholder, header textarea::placeholder,
.page-template-page-terms-and-conditions header form input::placeholder, header textarea::placeholder,
.page-template-page-events header form input::placeholder, header textarea::placeholder,
.page-template-page-contact header form input::placeholder, header textarea::placeholder,
.page-id-1533 header form input::placeholder, header textarea::placeholder,
.page-id-2513 header form input::placeholder, header textarea::placeholder,
.search-results header form input::placeholder, header textarea::placeholder {
  color: #333D4A !important;
}

.page-template-page-news #category-post-content {
  grid-column: span 12 / span 12;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

/* dropdown submenu*/  

/* When full header visible */
header#navigation {
height: 142px; /* upper bar + main nav */
}
	
	#navigation .main-nav {
height: 78px;
}
 
header#navigation.scrolled {
height: 78px; /* upper bar + main nav */
}


.mm {
  position: fixed;
  width: 100%;
  background: white;
  top: 142px;
  transition: top 0.3s ease;
  z-index: 9999;
}

/* When scrolled and upper bar hidden */
#navigation.scrolled .mm {
  top: 67px;
}

.js-close-flag  {
  top: 28px;
}

#navigation.scrolled a.btn-tertiary,
#navigation .flag .js-close-flag svg path {
  color: #fff;
}

/* flag test */

/* Header full height when announcement is present */
header#navigation.with-announcement{
  height: 227px;
}
header#navigation.with-announcement .mm {
  top: 227px;
}
header#navigation.no-announcement {
  height: 146px;
}
header#navigation.no-announcement .mm {
  top: 146px;
}

header#navigation.no-announcement.scrolled {
  height: 70px;
}

header#navigation.no-announcement.scrolled .mm {
 top: 70px;
}

header#navigation.with-announcement.scrolled .mm {
  top: 70px; 
}

header#navigation.with-announcement .mm {
  top: 227px; 
}

header#navigation.with-announcement.scrolled {
  height: 70px;
}

#navigation.rescrolled {
  background-color: #fff;
}

/* When #navigation has .rescrolled, style all links inside it */
#navigation.rescrolled a {
  color: #333D4A !important;
}

/* When #navigation has .rescrolled, style the placeholder text inside any input */
#navigation.rescrolled input::placeholder {
  color: #333D4A !important;
}

#navigation.rescrolled .flag a.btn {
  color: #fff !important;
}
/* For older browsers, also add vendor prefixes if needed */
#navigation.rescrolled input::-webkit-input-placeholder {
  color: #333D4A !important;
}
#navigation.rescrolled input:-moz-placeholder {
  color: #333D4A !important;
}
#navigation.rescrolled input::-moz-placeholder {
  color: #333D4A !important;
}
#navigation.rescrolled input:-ms-input-placeholder {
  color: #333D4A !important;
}

#navigation.rescrolled .search-form {
  border: 1px solid #333D4A;
}

#navigation.rescrolled .logo-dark {
  opacity: 1;
}
#navigation.rescrolled .logo-white {
  opacity: 0;
}

/* SVG arrows near main nav items */
/* Assuming arrows are SVG inside or immediately after links inside .main-nav */
#navigation.rescrolled .main-nav a svg,
#navigation.rescrolled .main-nav a + svg {
  stroke: #333D4A !important;
}

@media (max-width: 1024px) {
header#navigation {
height: 78px; /* upper bar + main nav */
}

header#navigation.no-announcement {
height: 78px;
}

 .flag-mob {
        font-size: 16px;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 400;
	 font-family: "Lexend", sans-serif;
  }
}

	  
	  /* end flag test*/
	  

.mob-nav {
  font-size: 26px;
  line-height: 130%;
font-family: 'Lexend', sans-serif;

}

.dropdown-menu .sub {
  font-size: 16px;
  line-height: 130%;
font-family: 'Lexend', sans-serif;
font-weight: 500;
}

/* footer */

footer a {
 font-family: "Lexend", sans-serif;
 font-size: 16px;
 line-height: 130%;
 letter-spacing: 0;
}

/* Define custom breakpoint at 800px */
@media (min-width: 768px) {
  .md\:grid-cols-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 1.5rem; /* example gap */
  }

    .md\:grid-cols-4 {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 1.5rem !important;
  }

}

/* Custom small breakpoint at 400px for sm:grid-cols-2 */
@media (min-width: 400px) {
  .sm\:grid-cols-2 {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 1.5rem !important; /* Adjust gap as needed */
  }
}


/*mobile nav */

#mobile-menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  margin-top: 40px;
}

#mobile-menu.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

li.menu-item-dropdown-mobile {
  padding-bottom: 20px;
  border-bottom: 1px solid #9ED3DB;
}

.grey-a {
  font-family: "Lexend";
  font-size: 25px;
}

@media (max-width: 1024px) {
  .main-nav {
    padding: 12px 0; /* adjust this as needed */
    /* other styles you want for mobile nav */
    color: #333D4A;
    background: #fff !important;
  }
.logo-white {
  opacity: 0;
  pointer-events: none;
}

.logo-dark {
  opacity: 1;
  pointer-events: auto;
}
}

/* fixes two col 50/50 layout homepage */

  .grid-layout {
    display: grid;
    grid-template-columns: 1fr;
  }

  .bg-slate-col .container {
    max-width: 52%;
    padding: 156px 0;
  }

  .right-col-how.container {
    max-width: 76%;
    padding: 160px 0;
    padding-left: 40px;
  }

  /* related nav mobile */

  .slick-nav-wrapper-mob {
    display: none;
  }

  /*case study platform fix buttons for case study*/

  .case-study-cta-mob {
  display: none;
}
.case-study-cta {
  display: block;
}
  @media (min-width: 1024px) {
    .grid-layout {
      grid-template-columns: 43% 57%;
    }
  }

/* footer */
.links-footer {
  display: block;
}
.links-footer-mob {
  display: none;
}

.footer li {
  padding-bottom: 8px;
}

/* various fixes */

.statics {
  background-image: url('/wp-content/themes/accumulus-website/images//home/Statics-BG-module.png'); 
  background-repeat: repeat-y; 
  background-size: 430px auto; 
  background-position: right;
  background-color: #333D4A;
};

@media (min-width: 768px) {
  .md\:items-center {
    align-items: center;
  }
}

@media (max-width: 768px) {
.card-new-green {
  padding-bottom: 28px;
}
	img.benefits-gs {
		width: 60px;
		height: auto;
	}
.bg-quote-home .container {
  border-left: 0;
  border-right: 0;
}
.bg-quote-home h3 {
  text-align: left;
}
.h-\[80px\] {
  height: 40px;
}
.bg-slate-col .container {
  max-width: initial;
  padding: 0 1rem;
}
.right-col-how.container {
  max-width: initial;
  padding: 0 1rem;
}
.bg-gradient-cosmic {
  background: none;
}
.max-w-\[145px\] {
  max-width: 90px;
}
	.join {
  margin-top: 60px;
}
}

@media (max-width: 1150px) {
.lined-div::before,
.lined-div::after,
.hero-box::before,
.hero-box::after,
.lined-div-slate:before,
.lined-div-slate:after,
.lined-div-double-m::before, .lined-div-double-m::after,
.lined-sides-slate::before, .lined-sides-slate::after,
.lined-right-slate::after, .lined-div-dx::after,
 .lined-right-mint::after, .lined-div-dx-mint::after
 {
  display: none;
  background: none;
  width: 0;
}
}

@media (max-width: 1024px) {
  h1, .text-h2Mobile, h2, .heading-2 {
  font-size: 40px;
}
h3 {
font-size: 32px;
}
}

@media (max-width: 1024px) {
  .full-bleed-left,
  .full-bleed-right {
    width: 100vw;
    max-width: 100vw;
    height: auto;
    object-fit: contain;
    position: relative;
  }

  .full-bleed-left {
    left: 0 !important;
    right: auto !important;
	  	  margin-left: -1rem !important;
  }

  .full-bleed-right {
    left: auto !important;
    right: 0 !important;
  }

  /* Prevent horizontal scroll only on the immediate parent of images */
  .full-bleed-left,
  .full-bleed-right {
    overflow-x: hidden;
  }
.cert-img {
  justify-content: start;
}
.cert-img img {
  max-width: 120px;
}
.benefits-platform .container {
  border-left: 0;
  border-right: 0;
}
}


@media (max-width: 800px) {
  h1, .text-h2Mobile, h2, .heading-2 {
  font-size: 36px;
}
	.single-news h1, .single-resource-cms h1, .heading-2 {
  font-size: 36px;
  line-height: 130%;
}
h3 {
font-size: 24px;
}
.case-study-cta-mob {
  display: block;
}
.case-study-cta {
  display: none;
}
.icon-cs {
  height: 48px;
  width:48px;
  padding: 10px;
}
	.page-id-1592 .icon-cs {
  height: 130px;
  width:130px;
  padding: 4px;
}
	
.icons-box-cs {
  align-items: start;
}
.value-platform .bt-m-slate {
  margin-top: 0;
}
.bt-m-slate {
  border-top: 0;
}
.card-new-blue {
  padding-bottom: 48px;
}

  .h-\[190px\] {
  height: 170px;
}
.key-features-box {
  margin-top: 0;
  padding-top: 24px;
}
.values-zz .tag {
  margin-bottom: 0;
}
.full-bleed-right {
  right: 0;
  left: auto;
}

.filters {
  justify-content: start;
}

  .translucent-navigation.bg-resource-det {
  padding-top: 180px !important;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 140px;
}
.mh-thumb {
  height: 300px;
}
.detail {
  margin-top: 180px;
  padding: 0 1rem;
}
.right-foot {
  display: block;
  text-align: right;
}
.links-footer {
  display: none;
}
.links-footer-mob {
  display: block;
}
.banner-home {
  background-size: 190px auto, 100%;
}
.statics.section .container {
  border-left: 0;
  border-right: 0;
}
.statics {
  background-size: 200px auto; 
};

.value {
  background-size: 190% auto, auto;
  background-position: center right;
}
.value-platform {
  background-image: linear-gradient(180deg, #333D4A 0%, #597497 100%);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom left;
}
.bg-white-hero {
  background-size: 200px auto, cover;
}
.translucent-navigation.bg-resource-det {
  background-size: 250px auto, cover;
}
.bg-green-gradient {
  background-image: linear-gradient( to top left,#00AA81 0%,#11594B 60% );
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
.envision {
  margin-top: 0;
}
.what-we-do-home.about {
  padding-bottom: 30px;
}
h4 {
	  font-size: 20px;
}
.values-about {
  max-height: 60px;
  width: auto;
}
	
	.lined-sides-slate {
  margin-bottom: -70px;

}
}

@media (max-width: 1280px) {
  .slick-nav-wrapper-mob {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 0 auto;
  }
    .slick-nav-wrapper {
    display: none;
  }
  .slick-dots li button::before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: relative;
}
.slick-dots-container ul {
  display: flex !important;
  flex-direction: row !important;
  gap: 10px;
  padding: 0;
  margin: 10px auto !important;
  list-style: none;
  align-items: center;
}
.related .card {
   border-bottom: 0;
}
.slick-arrow {
  align-items: center;
}
/* LEFT arrow (prev) */
.prev::before {
  border-width: 1px 1px 0 0;
  transform: rotate(-135deg);
  margin-left: 1px;
}

/* RIGHT arrow (next) */
.next::before {
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  margin-left: 1px;
}
.prev, .next {
  width: 32px;
  height: 32px;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
h5, .heading-5 {
  font-size: 18px;
  line-height: 140%;
}

}

@media (min-width: 2000px) {
.full-bleed-left {
 left: calc((100vw - 100%) / -2 + 2vw);
}
}


@media (max-width: 1024px) {
.what-we-do-home {
  margin-top: 0;
  padding-top: 30px;
}
}


@media (min-width: 2600px) {
.full-bleed-left {
 left: calc((100vw - 100%) / -2 + 0vw);
}
}

  @media (min-width: 800px) {
    .md\:pb-s16 {
      padding-bottom: 8rem; 
    }
    .md\:px-s10 {
      padding-left: 5rem;
      padding-right: 5rem;
  }
	    .md\:pt-s12 {
      padding-top: 6rem;
  }
	  	    .md\:pb-s8 {
      padding-bottom: 4rem; 
  }
  }
