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

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

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 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.
*/

html {
  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: ReplicaLLWeb-Regular;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
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-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: 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,
[type="button"],
[type="reset"],
[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;
}

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

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

.container {
  width: 100%;
}

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

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

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

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

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

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.sticky {
  position: sticky;
  top: 0;
}

.absolute {
  position: absolute;
}

.right-0 {
  right: 0px;
}

.relative {
  position: relative;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.top-0 {
  top: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.top-\[50\%\] {
  top: 50%;
}

.left-\[50\%\] {
  left: 50%;
}

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

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

.clear-both {
  clear: both;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

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

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

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

.mx-4 {
  margin-left: 0.9375rem /* 15px */;
  margin-right: 0.9375rem /* 15px */;
}

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

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

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

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

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

.mt-6 {
  margin-top: 1.5625rem;
}

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

.mt-9 {
  margin-top: 2.25rem;
}

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

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

.mt-24 {
  margin-top: 5.75rem;
}

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

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

.mb-1 {
  margin-bottom: 0.125rem /* 2px */;
}

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

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

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

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

.mb-8 {
  margin-bottom: 1.875rem;
}

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

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 0.9375rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mr-6 {
  margin-right: 1.5625rem;
}

.mr-7 {
  margin-right: 1.75rem;
}

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

.-mr-5 {
  margin-right: -1.25rem;
}

.mr-auto {
  margin-right: auto;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-4 {
  margin-left: 0.9375rem;
}

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

.ml-8 {
  margin-left: 1.875rem;
}

.ml-9 {
  margin-left: 2.25rem;
}

.ml-auto {
  margin-left: auto;
}

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.aspect-carousel {
  aspect-ratio: 25 / 13;
}

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

.h-screen {
  height: 100vh;
}

.h-full {
  height: 100%;
}

.h-2 {
  height: 0.5rem;
}

.h-28 {
  height: 7rem /* 112px */;
}

.h-36 {
  height: 9rem /* 144px */;
}

.h-72 {
  height: 18rem;
}

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

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

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

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

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

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

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

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

.w-4 {
  width: 0.9375rem;
}

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

.w-1\/12 {
  width: 8.333333%;
}

.w-2\/12 {
  width: 16.66666%;
}

.w-3\/12 {
  width: 25%;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-6\/12 {
  width: 50%;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-9\/12 {
  width: 75%;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-full {
  width: 100%;
}

.max-w-250px {
  max-width: 250px;
}

.max-w-30vw {
  max-width: 30vw;
}

.h-100px {
  height: 100px;
}

.max-h-100px {
  max-height: 100px;
}

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

.w-auto {
  width: auto;
}

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

.w-15vw {
  width: 15vw;
}

.w-fit {
  width: fit-content;
}

.w-40 {
  width: 10rem;
}

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

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

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

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

.min-w-50 {
  min-width: 12.5rem /* 200px ?*/;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-2 {
  gap: 0.5rem /* 8px */;
}

.gap-4 {
  gap: 0.9375rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem /* 48px */;
}

.col-gap-8 {
  column-gap: 2rem;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

.border {
  border-width: 1px;
}

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

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

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

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

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

.border-round {
  border-radius: 100rem;
}

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

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

.border-sky-blue {
  --tw-border-opacity: 1;
  border-color: rgb(198 225 238 / var(--tw-border-opacity));
}

.border-sky-blue-alt {
  --tw-border-opacity: 1;
  border-color: #9CCBE3;
}

.border-dark-blue {
  --tw-border-opacity: 1;
  border-color: rgb(31 42 68 / var(--tw-border-opacity));
}

.border-dark-blue\/50 {
  border-color: rgb(31 42 68 / 0.5);
}

.border-grey300{
  border-color: #CCCED6;
}

.border-white\/50 {
  border-color: rgb(255 255 255 / 0.5);
}

.border-orange {
  --tw-border-opacity: 1;
  border-color: rgb(255 112 41 / var(--tw-border-opacity));
}

.bg-dark-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(31 42 68 / var(--tw-bg-opacity));
}

.bg-blue-grey {
  --tw-bg-opacity: 1;
  background-color: #313953;
}

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

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

.bg-sky-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(198 225 238 / var(--tw-bg-opacity));
}

.bg-sky-100 {
  background-color: #eff7fb;
}

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

.bg-highlight {
  background-color: rgba(255, 255, 255, 0.1);
}

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 126 228 / var(--tw-bg-opacity));
}

.bg-blue\/30 {
  background-color: rgb(0 126 228 / 0.3);
}

.bg-orange\/30 {
  background-color: rgb(255 112 41 / 0.3);
}

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

.bg-center {
  background-position: 0 16%;
}

.p-1 {
  padding: 0.25rem;
}

.p-4 {
  padding: 0.9375rem /* 15px */;
}

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

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

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

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

.px-8 {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

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

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

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

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

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

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

.py-8 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

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

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

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

.pr-4 {
  padding-right: 0.9375rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-8 {
  padding-top: 1.875rem;
}

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

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

.pt-24 {
  padding-top: 5.75rem;
}

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

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

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

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

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

.text-3xl {
  font-size: 1.875rem /* 30px */;
  line-height: 2.25rem /* 36px */;
}

.text-4xl {
  font-size: 3rem;
  line-height: 2.5rem;
}

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

.text-sm {
  font-size: clamp(.875rem, .8333333333333334rem + .20833333333333334vw, 1rem);

}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

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

.leading-tight {
  line-height: 1.25;
}

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

.text-sky-blue {
  --tw-text-opacity: 1;
  color: rgb(198 225 238 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity)) /* #000000 */;
}

.text-blue {
  --tw-text-opacity: 1;
  color: rgb(0 126 228 / var(--tw-text-opacity));
}

.text-grey {
  --tw-text-opacity: 1;
  color: rgb(152 162 179 / var(--tw-text-opacity));
}

.text-dark-blue {
  --tw-text-opacity: 1;
  color: rgb(31 42 68 / var(--tw-text-opacity));
}

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

.underline {
  text-decoration-line: underline;
  color: rgb(31 42 68 / var(--tw-text-opacity));
}

.opacity-0 {
  opacity: 0;
}

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

.drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  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);
}

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

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

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

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

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

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

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

.container {
  max-width: 1280px;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.container-wide {
  max-width: 1440px;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.container-members {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (max-width: 640px) {
  .container-members {
    padding-left: 0;
    padding-right: 0;
  }
}

.line-clamp-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

/*********************************/

/* Navigation elements           */

.isFixed {
  transform: translateY(-100%);
  transition: all 0.45s;
}

/* .showFixedNav ul.text-white {
  color: #1f2a44;
} */

#edit-logo {
  filter: invert(1);
  width: 1.75rem;
}

.showFixedNav svg#edit-logo {
  filter: invert(15%) sepia(31%) saturate(858%) hue-rotate(184deg)
    brightness(91%) contrast(96%);
}

.showFixedNav {
  transform: translateY(0);
  transition: all 0.45s;
  background-color: rgb(31 42 68);
  border-bottom: 1px solid #d6d6d6;
}

.logo.white path {
  fill: white;
}

/* .showFixedNav .logo.white path {
  fill: #000000;
} */

footer a span,
.navigation a span {
  width: 0;
  display: block;
  height: 1px;
  transition: all 0.2s;
  border-bottom: 2px solid #000000;
}

footer a span,
.navigation.text-white a span {
  border-bottom: 2px solid #ffffff;
}

.isFixed .text-white a span {
  border-bottom: 2px solid #000000;
}

footer a:hover span,
.navigation a.active span,
.navigation a:hover span {
  width: 100%;
}

.sublinks {
  width: 300px;
  padding: 0px 20px;
}
.nav-text-sm {
  font-family: ReplicaLLWeb,Rubik,sans-serif;
  font-size: 0.95rem;
  line-height: 1.4rem;
}
.disabled {
  opacity: 0.5;
}
@media (max-width: 1000px) {
  .nav-item {
    margin-left: 1rem;
    margin-top: 0.5rem;
    font-size: 0.875rem;
  }
  .nav-button {
    padding: 0.5rem 0.75rem;
  }
}
@media (min-width: 1001px) {
  .nav-item {
    margin-left: 2rem;
    margin-top: 1rem;
    font-size: 1.125rem;
  }
  .nav-button {
    padding: 0.75rem 1.25rem;
  }
}
header.transparent .bg-dark-blue {
  background-color: transparent !important;
}
.show-bullet {
  list-style: initial;
}
/*********************************/

/* Navigation burger             */

.nav-icon {
  width: 24px;
  height: 25px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

@media (--breakpoint-sm) {
  .nav-icon {
    width: 40px;
    height: 35px;
  }
}

.nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #1f2a44;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.nav-icon.white span {
  background: #ffffff;
}

.isFixed .nav-icon.white span {
  background: #000000;
}

/* Icon 3 */

.nav-icon span:nth-child(1) {
  top: 0px;
}

.nav-icon span:nth-child(2),
.nav-icon span:nth-child(3) {
  top: 50%;
}

.nav-icon span:nth-child(4) {
  top: 100%;
}

.nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.nav-icon.open span:nth-child(2) {
  transform: rotate(45deg);
}

.nav-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.mobile-nav li a {
  font-size: 1.4rem;
  margin-bottom:10px;
}
/*********************************/

/* Generic form element style    */

input {
  width: 100%;
  background: transparent;
  border-bottom: 1px solid #1f2a44;
  padding: 5px 0;
  margin-bottom: 0.9375rem;
}

input[type="checkbox"] {
  width: auto;
  margin-right: 15px;
  margin-top: 5px;
}

input.dark {
  border-bottom: 1px solid #fff;
}

label {
  background: transparent;
  margin-bottom: 1.5625rem;
}

textarea {
  width: 100%;
  background: transparent;
  border-bottom: 1px solid #1f2a44;
  padding: 5px 0;
  margin-bottom: 0.9375rem;
}

textarea.dark {
  border-bottom: 1px solid #fff;
}

select {
  width: 10rem;
  padding: 0.1rem;
  margin-left: 1rem;
  border-radius: 5px;
}

.button {
  background-color: #ff7029;
  color: #ffffff;
  border-radius: 9999px;
  padding: 0.75rem 1.25rem;
}

.button:hover {
  background-color: rgba(255, 112, 41, 0.85);
}

.button-secondary {
  box-shadow: inset #ff7029 0 0 0 2px;
  color: #ff7029;
  border-radius: 9999px;
  padding: 0.75rem 1.25rem;
}
.button-disabled{
  background-color: #49526D;
  color: #B5B9C4;
  border-radius: 9999px;
  padding: 0.75rem 1.25rem;
  pointer-events: none;
}

.button-disabled {
  background-color: #49526d;
  color: #b5b9c4;
  border-radius: 9999px;
  padding: 0.75rem 1.25rem;
  pointer-events: none;
}

.button-secondary:hover {
  box-shadow: inset rgba(255, 112, 41, 0.85) 0 0 0 2px;
  color: rgba(255, 112, 41, 0.85);
}

.button-dark {
  background-color: inherit;
  padding: 0.75rem 1.25rem;
  color: rgb(255 112 41 / var(--tw-bg-opacity));
  border-color: rgb(255 112 41 / var(--tw-border-opacity));
  border-width: 2px;
  border-radius: 9999px;
}

.buttons-col {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

/*********************************/

/* Icon styles                   */

.icon-plus {
  display: inline-block;
  width: 27px;
  height: 27px;
  background: url("../images/icons/icon-plus.183ca8389732.svg");
  transition: all 0.2s;
}

.reveals-component.bg-blue .icon-plus {
  background: url("../images/icons/icon-plus-blue.30e349ab09e3.svg");
}

.open .icon-plus {
  transform: rotateZ(-45deg);
}

.icon-chevron {
  display: inline-block;
  width: 14px;
  height: 9px;
  margin-bottom: 2px;
  background: url("../images/icons/icon-chevron.d632ac9b8dd3.svg");
  transition: all 0.2s;
  transform: rotateZ(-180deg);
}

.open .icon-chevron {
  transform: rotateZ(-0deg);
}

.icon-chevron-right {
  display: inline-block;
  width: 14px;
  height: 9px;
  margin-bottom: 2px;
  background: url("../images/icons/icon-chevron.d632ac9b8dd3.svg");
  transition: all 0.2s;
  transform: rotateZ(90deg);
}

.open .icon-chevron-right {
  transform: rotateZ(180deg);
}

.icon-arrow-right {
  display: inline-block;
  background: url("../images/icons/icon-arrow-right.2809cb17c493.svg");
  width: 16px;
  height: 13px;
  transition: all 0.2s;
}

a:hover .icon-arrow-right {
  margin-left: 5px;
}

.icon-twitter {
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url("../images/icons_dark/social-twitter.84041a1a9f90.svg");
}

.icon-linkedIn {
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url("../images/icons_dark/social-linkedin.f83c66758139.svg");
}

.icon-svg {
  height: 3rem;
}

.arrow-up,
.arrow-down {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 1px;
}

.arrow-up {
  background: url("../images/icons/arrow-up.1f2a54295a1f.svg");
}

.arrow-down {
  background: url("../images/icons/arrow-down.28b6bfb95ec4.svg");
}

/*********************************/

/* Index table                   */

.toggle {
  padding: 0.75rem 0.75rem 0.75rem 0.9375rem;
}

.toggle:last-child {
  padding-left: 0.75rem;
}

.toggle.active {
  background: #ff7029;
  padding: 0.75rem 0.9375rem;
  border-radius: 999px;
}

/*********************************/

/* TypeFont                      */

@font-face {
  font-family: "ReplicaLLWeb-Italic";

  src: url("../font/ReplicaLLWeb-Italic.d7c845c9c694.woff") format("woff");
}

@font-face {
  font-family: "ReplicaLLWeb-Italic";

  src: url("../font/ReplicaLLWeb-Italic.cdf37b65ed5c.woff2") format("woff2");
}

@font-face {
  font-family: "ReplicaLLWeb-BoldItalic";

  src: url("../font/ReplicaLLWeb-BoldItalic.91611db09852.woff") format("woff");
}

@font-face {
  font-family: "ReplicaLLWeb-BoldItalic";

  src: url("../font/ReplicaLLWeb-BoldItalic.f482fedee930.woff2") format("woff2");
}

@font-face {
  font-family: "ReplicaLLWeb-Bold";

  src: url("../font/ReplicaLLWeb-Bold.43270eaa86eb.woff") format("woff");
}

@font-face {
  font-family: "ReplicaLLWeb-Bold";

  src: url("../font/ReplicaLLWeb-Bold.5fc5e56bbe00.woff2") format("woff2");
}

@font-face {
  font-family: "ReplicaLLWeb-Regular";

  src: url("../font/ReplicaLLWeb-Regular.39ecb38cafe2.woff2") format("woff2"),
    url("/..font/ReplicaLLWeb-Regular.woff") format("woff");
}

@font-face {
  font-family: "GT Sectra";

  src: url("../font/GT-Sectra-Regular.4e3cac099b92.woff2") format("woff2"),
    url("/..font/GT-Sectra-Regular.woff") format("woff");
}

@font-face {
  font-family: "GT Sectra";
  font-style: italic;

  src: url("../font/GT-Sectra-Regular-Italic.b478567a9ffa.woff2") format("woff2"),
    url("/..font/GT-Sectra-Regular-Italic.woff") format("woff");
}

/* @link https://utopia.fyi/type/calculator?c=320,16,1.265,1280,20,1.265,7,2,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,l,xl,12 */

:root {
  --fluid-min-width: 320;
  --fluid-max-width: 1280;
  --fluid-screen: 100vw;
  --fluid-bp: calc(
    (var(--fluid-screen) - var(--fluid-min-width) / 16 * 1rem) /
      (var(--fluid-max-width) - var(--fluid-min-width))
  );
}

@media screen and (min-width: 1280px) {
  :root {
    --fluid-screen: calc(var(--fluid-max-width) * 1px);
  }
}

:root {
  --f--2-min: 10;
  --f--2-max: 12.5;
  --step--2: calc(
    ((var(--f--2-min) / 16) * 1rem) + (var(--f--2-max) - var(--f--2-min)) *
      var(--fluid-bp)
  );
  --f--1-min: 12.65;
  --f--1-max: 15.81;
  --step--1: calc(
    ((var(--f--1-min) / 16) * 1rem) + (var(--f--1-max) - var(--f--1-min)) *
      var(--fluid-bp)
  );
  --f-0-min: 16;
  --f-0-max: 19;
  --step-0: calc(
    ((var(--f-0-min) / 16) * 1rem) + (var(--f-0-max) - var(--f-0-min)) *
      var(--fluid-bp)
  );
  --f-1-min: 20.24;
  --f-1-max: 25.3;
  --step-1: calc(
    ((var(--f-1-min) / 16) * 1rem) + (var(--f-1-max) - var(--f-1-min)) *
      var(--fluid-bp)
  );
  --f-2-min: 25.6;
  --f-2-max: 32;
  --step-2: calc(
    ((var(--f-2-min) / 16) * 1rem) + (var(--f-2-max) - var(--f-2-min)) *
      var(--fluid-bp)
  );
  --f-3-min: 32.39;
  --f-3-max: 40.49;
  --step-3: calc(
    ((var(--f-3-min) / 16) * 1rem) + (var(--f-3-max) - var(--f-3-min)) *
      var(--fluid-bp)
  );
  --f-4-min: 40.97;
  --f-4-max: 51.21;
  --step-4: calc(
    ((var(--f-4-min) / 16) * 1rem) + (var(--f-4-max) - var(--f-4-min)) *
      var(--fluid-bp)
  );
  --f-5-min: 51.83;
  --f-5-max: 64.79;
  --step-5: calc(
    ((var(--f-5-min) / 16) * 1rem) + (var(--f-5-max) - var(--f-5-min)) *
      var(--fluid-bp)
  );
  --f-6-min: 65.56;
  --f-6-max: 81.95;
  --step-6: calc(
    ((var(--f-6-min) / 16) * 1rem) + (var(--f-6-max) - var(--f-6-min)) *
      var(--fluid-bp)
  );
  --f-7-min: 82.94;
  --f-7-max: 103.67;
  --step-7: calc(
    ((var(--f-7-min) / 16) * 1rem) + (var(--f-7-max) - var(--f-7-min)) *
      var(--fluid-bp)
  );
}

.gt-sectra {
  font-family: "GT Sectra";
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  font-family: "ReplicaLLWeb-Regular";
  line-height: 1.32;
  font-size: var(--step-0);
  letter-spacing: 0.005rem;
  color: #1f2a44;
}
.text-primary {
  color: #ff7029;
  text-transform: uppercase;
}

b,
strong,
.bold {
  font-family: "ReplicaLLWeb-Bold";
}

h1,
.h1 {
  line-height: 1.3;
  font-family: "GT Sectra";
  font-size: var(--step-2);
}

h2,
.h2 {
  line-height: 1.3;
  font-family: "GT Sectra";
  font-size: var(--step-2);
}

h3,
.h3 {
  line-height: 1.3;
  font-family: "GT Sectra";
  font-size: var(--step-1);
}

h4,
.h4 {
  font-family: "ReplicaLLWeb-Bold";
  font-size: var(--step-0);
  font-weight: 600;
  text-transform: uppercase;
}

h5,
.h5 {
  font-size: var(--step--1);
  line-height: 1.375;
}

p {
  margin-bottom: 1.75rem;
}

.text-base {
  font-size: var(--step-0);
}

.text-lg {
  font-size: var(--step-1);
}

.text-xl {
  font-size: var(--step-2);
}

.rte p:first-child {
  margin-top: 0;
}

.rte a:not(.button) {
  border-bottom: 1px solid #ff7029;
  transition: all 0.3s;
}

.rte a:hover:not(.button) {
  border-bottom: 1px solid #ffffff;
}

.rte ul > li {
  margin-left: 1rem;
  margin-top: 3px;
}

.rte ul > li:before {
  content: "–";
  margin-left: -15px;
  padding-right: 5px;
  /* margin-right: 5px; */
}

.rte ol {
  counter-reset: li_counter;
}

.rte ol > li {
  margin-left: 1rem;
  margin-top: 3px;
  counter-increment: li_counter;
}

.rte ol > li:before {
  content: counter(li_counter) ".";
  margin-left: -15px;
  padding-right: 5px;
}

/*********************************/

/* Policy table                  */

.policy-table thead {
  font-family: "ReplicaLLWeb-Bold";
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.policy-table tbody tr td {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.policy-table tbody tr td p {
  margin-top: 0;
  padding-top: 0.4rem;
}

/*********************************/

/* Advisor details               */

.advisor-details p {
  margin-top: 0;
}

/*********************************/

/* Cookie banner               */

.modal {
  position: fixed;
  bottom: 0;
  left: 0;
  transform: translate(10%, -10%);
  padding: 1rem;
  border-radius: 15px;
  box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.3);
  z-index: 10;
  background-color: #fff;
}

.hover\:bg-white\/\[\.85\]:hover {
  background-color: rgb(255 255 255 / 0.85);
}

.hover\:border-orange:hover {
  --tw-border-opacity: 1;
  border-color: #ff7029;
}

.group:hover .group-hover\:ml-2 {
  margin-left: 0.5rem;
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

@media (max-width: 640px) {
  .mobile-hidden {
    display: none;
  }

  .mobile-mt-4 {
    margin-top: 0.9375rem;
  }
}

@media (min-width: 640px) {
  .sm\:-mx-4 {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }

  .sm\:mx-4 {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }

  .sm\:-mx-6 {
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }

  .sm\:-ml-4 {
    margin-left: -0.9375rem;
  }

  .sm\:-mr-4 {
    margin-right: -0.9375rem;
  }

  .sm\:ml-3 {
    margin-left: 0.75rem;
  }

  .sm\:ml-4 {
    margin-left: 0.9375rem;
  }

  .sm\:mr-4 {
    margin-right: 0.9375rem;
  }

  .sm\:mt-24 {
    margin-top: 5.75rem;
  }

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

  .sm\:mt-8 {
    margin-top: 1.875rem;
  }

  .sm\:mt-20 {
    margin-top: 5rem;
  }

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

  .sm\:gap-4 {
    gap: 0.9375rem /* 15px */;
  }

  .sm\:gap-6 {
    gap: 1.5625rem /* 25px */;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

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

  .sm\:hidden {
    display: none;
  }

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

  .sm\:w-9\/12 {
    width: 75%;
  }

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

  .sm\:w-6\/12 {
    width: 50%;
  }

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

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

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

  .sm\:w-3\/12 {
    width: 25%;
  }

  .sm\:w-4\/12 {
    width: 33.333333%;
  }

  .sm\:w-2\/12 {
    width: 16.666667%;
  }

  .sm\:w-5\/12 {
    width: 41.666667%;
  }

  .sm\:w-20p {
    width: 20%;
  }

  .sm\:w-35p {
    width: 35%;
  }

  .sm\:w-40p {
    width: 40%;
  }

  .sm\:w-60p {
    width: 60%;
  }

  .sm\:w-65p {
    width: 65%;
  }

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

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

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

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

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

  .sm\:py-24 {
    padding-top: 5.75rem;
    padding-bottom: 5.75rem;
  }

  .sm\:px-6 {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .sm\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .sm\:pb-24 {
    padding-bottom: 5.75rem;
  }

  .sm\:pt-24 {
    padding-top: 5.75rem;
  }

  .sm\:pl-2 {
    padding-left: 0.5rem;
  }

  .sm\:pl-4 {
    padding-left: 0.9375rem;
  }

  .sm\:pl-8 {
    padding-left: 1.875rem;
  }

  .sm\:pr-4 {
    padding-right: 0.9375rem;
  }

  .sm\:pr-8 {
    padding-right: 1.875rem;
  }

  .sm\:pt-20 {
    padding-top: 5rem;
  }

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

  .sm\:pb-16 {
    padding-bottom: 4rem;
  }
}

@media (min-width: 768px) {
  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:text-sm {
    font-size: 0.875rem /* 14px */;
    line-height: 1.25rem /* 20px */;
  }

  .md\:text-base {
    font-size: 1rem /* 16px */;
    line-height: 1.5rem /* 24px */;
  }

  .md\:text-lg {
    font-size: 1.125rem /* 18px */;
    line-height: 1.75rem /* 28px */;
  }

  .md\:gap-6 {
    gap: 1.5625rem /* 25px */;
  }

  .md\:max-w-60 {
    max-width: 15rem /* 240px */;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-10\/12 {
    width: 83.333333%;
  }

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

  .md\:w-35p {
    width: 35%;
  }

  .md\:w-65p {
    width: 65%;
  }

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

@media (min-width: 1024px) {
  .lg\:-mx-8 {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem /* 18px */;
    line-height: 1.75rem /* 28px */;
  }

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

  .lg\:gap-14 {
    gap: 3.5rem /* 56px */;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:px-8 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media (min-width: 1280px) {
  .xl\:w-96 {
    width: 24rem /* 384px */;
  }

  .xl\:gap-24 {
    gap: 5.75rem /* 92px */;
  }
}

div#hero-banner > div.call-to-action > p {
  font-family: "GT Sectra";
  font-size: 3rem;
  max-width: 70rem;
  margin: auto;
}

div#hero-banner > div.call-to-action > p.hero-title {
  font-size: 3.4rem;
  color: white;
}

#header-image {
  padding: 4rem;
  padding-top: 7rem;

  height: 280px;
  max-width: 66.67%;
  min-width: 24rem;
}

.header-title {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0rem;
  min-height: 30rem;
  padding: 6rem;
  padding-bottom: 8rem;
}

.h-30r {
  height: 30rem;
}

.h-9 {
  height: 2.25rem /* 36px */;
}

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

div.block-hero_image>div.relative {
  max-height: 30rem;
}

.hero-brand-logo#header-image {
  padding: 0;
}

.large-card-right {
  background: #313953;
  border-radius: 1rem;
  padding: 4rem;
  position: relative;
}

.large-card-left {
  background: linear-gradient(101.49deg, #62a6fa 27.4%, #e4effd 84.77%);
  border-radius: 1rem;
  padding: 4rem;
}

.greyed-out-image {
  opacity: 0.4;
}

.call-to-action-banner {
  max-height: 30rem;
}

.call-to-action-banner.cta-banner {
  max-height: unset;
}

#event-details-title {
  font-size: 2.8rem;
}

#return-to-events {
  background: unset;
  box-shadow: inset #ff7029 0 0 0 2px;
  color: #ff7029;
}

div.call-to-action-banner > div.call-to-action > p {
  font-family: "GT Sectra";
  font-size: 3rem;
  color: rgb(198 225 238);
  max-width: 70rem;
  margin: auto;
}

div.call-to-action-banner > div.call-to-action > p.hero-title {
  font-size: 3.4rem;
  color: white;
}

div.call-to-action-banner > div.call-to-action > h4.hero-header {
  margin-top: 5rem;
  margin-bottom: 1rem;
}

div.call-to-action-banner > div.call-to-action > p {
  color: #222a43;
}

form#report-form > input {
  color: #1f2a44;
}
form#report-form > select {
    width: 100%;
    background: transparent;
    padding: 5px 0px;
    margin: 20px 0px;
    border-bottom: 1px solid #1f2a44;
}
form#contact-form > select {
    width: 100%;
    background: transparent;
    padding: 5px 0px;
    margin: 20px 0px;
    border-bottom: 1px solid white;
}
div.large-item-right > p {
  margin: 0;
}

span.orange-icon {
  filter: brightness(0%) invert(65%) sepia(47%) saturate(5586%)
    hue-rotate(342deg) brightness(101%) contrast(101%);
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

.form-modal {
  width: 80%;
  top: 0;
  left: 0;

  padding: 1rem;
  border-radius: 15px;
}
.form-label {
  opacity: 0.55;
}

.coverage-icon {
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 1rem;
  width: 5.5rem;
}

.hidden-coverage-table {
  height: 45rem;
  overflow: hidden;
}

.invisible {
  display: none;
}

.white-icon {
  filter: brightness(100);
  width: 6rem;
}

.key_finding_image > img {
  border-radius: 1rem;
}

.coverage-country {
  height: auto;
  margin-right: 1.5rem;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.coverage-country > h4 {
  width: 12rem;
  margin-top: 0.5rem;
}

@media (max-width: 650px) {
  .coverage-country > h4 {
    width: 7rem;
    margin-top: 0.5rem;
  }
}

.coverage-company {
  margin-bottom: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.1rem;
}

.coverage-company-new {
  margin-bottom: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  font-size: 1.1rem;
  background: #004680;
}

@media screen and (max-width: 1300px) {
  div.card-icon-list {
    display: none;
  }
}

.greyed-out-text {
  opacity: 50%;
}

a.button {
  cursor: pointer;
}

@media screen and (max-width: 650px) {
  div.call-to-action > p {
    display: none;
  }

  div.call-to-action > p.hero-title {
    display: unset;
    margin-bottom: auto !important;
  }
}

@media screen and (min-width: 651px) {
  div.call-to-action > p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  div.call-to-action > p.hero-title {
    margin-bottom: 0 !important;
    margin-top: auto !important;
  }
}

div.call-to-action > a.button {
  margin-top: 1.7rem;
}

div.download-in-progress > div > div > img {
  display: none !important;
}

div.download-in-progress {
  border-bottom-width: 0 !important;
}

div#share-overlay {
  display: flex;
}

div#share-overlay.hidden {
  display: none;
}

/* Share overlay styles: */

div#share-overlay html {
  box-sizing: border-box;
}

div#share-overlay *,
div#share-overlay *::before,
div#share-overlay *::after {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}

div#share-overlay svg {
  width: 20px;
  height: 20px;
  margin-right: 7px;
}

div#share-overlay button,
div#share-overlay .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 2px;
  text-transform: capitalize;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 4px;
  border: 1px solid #ddd;
  cursor: pointer;
}

div#share-overlay button:hover,
div#share-overlay .button:hover {
  border-color: #cdd;
}

div#share-overlay .share-button,
div#share-overlay .copy-link {
  padding-left: 30px;
  padding-right: 30px;
}

div#share-overlay .share-button,
div#share-overlay .share-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

div#share-overlay .share-dialog {
  max-width: 500px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  z-index: -1;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 4px;
  background-color: #fff;
}

div#share-overlay .share-dialog.is-open {
  display: block;
  z-index: 2;
}

div#share-overlay header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

div#share-overlay .targets {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 20px;
}

div#share-overlay .close-button {
  background-color: transparent;
  border: none;
  padding: 0;
}

div#share-overlay .close-button svg {
  margin-right: 0;
}

div#share-overlay .link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 4px;
  background-color: #eee;
}

div#share-overlay .pen-url {
  margin-right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div#overlay {
  display: flex;
}

div#overlay.hidden {
  display: none;
}

div#banner > h2 > p > a {
  text-decoration: underline;
}

.coverage-icon-header {
  width: 100%;
  margin-bottom: 0;
}

.coverage-icon-container {
  width: 50%;
  margin-top: 1.5rem;
}

@media (min-width: 640px) {
  .coverage-icon-header {
    width: 20%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .coverage-icon-container {
    width: 20%;
  }
}

.success-box {
  background: rgba(161, 243, 209, 0.15);
  padding: 0.8rem;
  border-radius: 0.4rem;
}

.success-box .title {
  color: #5CC8b4;
  margin: 0px;
}

.success-box a {
  text-decoration: underline;
}

.profile_3 {
  width: 50%;
}

@media (min-width: 1000px) {
  .profile_3 {
    width: 40%;
  }
}

.profile_5 {
  width: 50%;
}

@media (min-width: 800px) {
  .profile_5 {
    width: 20%;
  }
}

.sponsor-logo {
  width: 80%;
}

.headline-logo {
  width: 80%;
}

@media (min-width: 640px) {
  .sponsor-logo {
    width: 80%;
    max-width: 350px;
  }

  .headline-logo {
    width: 80%;
    max-width: 200px;
  }
}

.no-select {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

/*********************************/
/* Dashboards                    */

.dashboard-mobile {
  height: 100vh;
  padding: 7rem 2rem 0 2rem;
  text-align: center;
}

.dashboard {
  width: 80%;
  padding: 1.6rem 0 0 1.5rem;
  scroll-behavior: smooth;
}

.dashboard-nav {
  width: 14rem;
  min-width: 13rem;
  max-width: 250px;
}

.dashboard-nav h2 {
  font-size: 1.4rem;
  line-height: 3rem;
  font-family: "ReplicaLLWeb-Regular";
}

.dashboard-nav h2:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgb(255 112 41 / var(--tw-bg-opacity));
}

.dashboard-headline {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 3rem;
  border-bottom-width: 1px;
}

.dashboard-headline .circle {
  width: 13rem;
  height: 13rem;
  border-radius: 10rem;
  text-align: center;
  padding-top: 2.6rem;
  margin-right: 1rem;
}

.dashboard-headline .circle h4 {
  font-size: 1.4rem;
}

.dashboard-headline .circle h2 {
  font-size: 5rem;
  margin-top: -0.2rem;
}

.dashboard-headline .company h2 {
  font-family: "ReplicaLLWeb-Bold";
}

.dashboard-table {
  padding: 0.9375rem 0;
  margin-bottom: 3rem;
  font-size: var(--step--1);
}

.dashboard-table .pillar,
.dashboard-table .name {
  width: 20%;
}

.dashboard-table .value {
  width: 16%;
}

.dashboard_pillarresults {
  padding: 0.25rem 0;
  line-height: 1.375;
}

.dashboard_pillarresults > div,
.dashboard_pillarresults > .level1 > div,
.dashboard_pillarresults > .level1 > .level2 > div {
  margin-bottom: 0.5rem;
}

.dashboard_pillarresults > .level1 > .level2 {
  color: #98a2b3;
}

.dashboard_pillarresults .l1 {
  padding-left: 1rem;
  padding-right: 0.25rem;
}

.dashboard_pillarresults .l2 {
  padding-left: 2rem;
  padding-right: 0.25rem;
}

.dashboard_indicatorresults .row-indicator {
  min-height: 4rem;
}

.dashboard-nochart {
  text-align: center;
  color: rgb(255 255 255 / 0.5);
  padding-top: 0.25rem;
}

.dd-selector,
.dd-selector-wide,
.dd-selector-sort {
  width: 18rem;
  margin-left: 0.9375rem;
  padding-top: 0.5rem;
  border-top-width: 1px;
  display: flex;
  justify-content: space-between;
}

.dd-selector-wide {
  width: 25rem;
}

.dd-selector-sort {
  width: 10rem;
}

.dd-options,
.dd-options-wide,
.dd-options-sort,
.dd-companies {
  width: 18rem;
  padding: 0.25rem 0;
  margin: 0 1rem;
  position: absolute;
  z-index: 1;
}

.dd-options li,
.dd-options-wide li,
.dd-options-sort li,
.dd-companies li {
  padding-left: 0.5rem;
  padding-top: 0.5rem;
}

.dd-options-wide {
  width: 25rem;
}

.dd-options-sort {
  width: 10rem;
}

.dd-companies {
  width: 15rem;
}

.company-scroll {
  margin: 0.1rem 0;
  height: 20rem;
  overflow-y: scroll;
  z-index: 99;
}

.company-scroll li {
  padding-top: 0.1rem;
}

.company-scroll::-webkit-scrollbar {
  background-color: rgb(51 64 102);
  width: 0.75rem;
}

.company-scroll::-webkit-scrollbar-thumb {
  background-color: rgb(36 156 255);
  border: 2px solid rgb(51 64 102);
  border-radius: 10px;
}

.pillar-title {
  text-transform: uppercase;
  color: rgb(36 156 255);
  border-bottom-width: 2px;
  border-color: rgb(255 255 255 / 0.5);
  font-size: var(--step--2);
}

div[data-chart] {
  position: relative;
  z-index: 0;
}

#tooltip {
  position: absolute;
  width: 20%;
  max-width: 30rem;
  padding: 1rem;
}

.loader {
  margin: 1rem auto;
  border: 0.5rem solid #f3f3f3;
  border-top: 0.5rem solid #3498db;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 1330px) {
  .dd-selector,
  .dd-selector-wide,
  .dd-selector-sort {
    width: 15rem;
  }

  .dd-selector-sort {
    width: 8rem;
  }

  .dd-options,
  .dd-options-wide,
  .dd-options-sort {
    width: 15rem;
    font-size: var(--step--1);
  }

  .dd-options-sort {
    width: 8rem;
    font-size: var(--step--1);
  }
}

.data-active {
  background-color: #ff7029;
  border-radius: 15px;
  padding: 1px 10px;
}

.button.grey {
  background-color: #4e5367;
  cursor: default;
}

.w-60 {
  width: 15rem /* 240px */;
}

.w-100px {
  width: 100px;
}

.w-240px {
  width: 240px;
}

.w-15p {
  width: 15%;
}

.w-20p {
  width: 20%;
}

.w-25p {
  width: 25%;
}

.w-35p {
  width: 35%;
}

.w-40p {
  width: 40%;
}

.w-50p {
  width: 50%;
}

.w-60p {
  width: 60%;
}

.w-65p {
  width: 65%;
}

.w-75p {
  width: 75%;
}

.w-20p {
  width: 20%;
}

.w-80p {
  width: 80%;
}

.table-data div {
  padding-left: 1rem;
}

.responsive-object {
  position: relative;
  max-width: 800px;
}

.responsive-object iframe,
.responsive-object object,
.responsive-object embed {
  width: 100%;
  height: 100%;
}

.quotation blockquote {
  /* border-left: 10px solid #ccc; */
  border-left: 10px solid rgb(31 42 68);
  padding: 1rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.quotation blockquote::before {
  /* color: #ccc; */
  color: rgb(31 42 68);
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

.quotation p {
  margin-bottom: 0.25rem;
  text-align: right;
}

.img-gallery img {
  border-radius: 1rem;
  aspect-ratio: 16/9;
}

.page-banner {
  padding: 6rem 2rem 2rem 2rem;
  position: absolute;
  top: 0;
  z-index: 10;
}

.banking-brief {
  max-height: 60rem;
  background: rgb(198, 225, 238);
  overflow: hidden;
}

.banking-brief-form {
  max-width: 800px;
  background: rgba(198, 225, 238);
  padding: 2rem 1rem 2rem 0;
  box-sizing: border-box;
}

#brief-subheading > p {
  margin-bottom: 0;
}

.banking-brief-img {
  min-height: 20rem;
  padding-left: 2rem;
  max-height: 50rem;
}

.index-coverage-first {
  padding-top: 5rem;
}

.index-coverage,
.index-coverage-last {
  padding-top: 2.5rem;
  border-style: solid;
  border-top-width: 2px;
  border-color: #61acd2;
}

.index-coverage-last {
  padding-bottom: 5rem;
}

.form-confirmation-msg {
  margin: 1rem;
  padding: 1rem;
  background-color: #9ccbe3;
  border-radius: 0.5rem;
}

.form-confirmation-msg p {
  margin-bottom: 0;
}

h1.quote-attribution > p {
  margin-bottom: 0 !important;
}

.capabilities-item {
  background: #334066;
  border-radius: 2rem;
  padding: 2rem;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
}

.capabilities-item p {
  margin-bottom: 0;
}

@media (min-width: 640px) {
  .capabilities-item {
    padding: 2rem;
    margin-right: 1rem;
    margin-bottom: 0;
  }
}

/* NEWSLETTER PAGE STYLINGS */
.nws-bg-tint {
  --tw-bg-opacity: 1;
  background-color: rgb(214 237 255 / var(--tw-bg-opacity)) !important;
}

.nws-archive {
  margin: 0;
}

@media (min-width: 640px) {
  .nws-archive {
    margin: 0 10rem;
  }
}

.nws-archive img {
  display: inline;
  height: 2rem;
}

.nws-archive-desc {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: grey;
  margin: 0.5rem 0;
}

.nws-archive-date {
  display: inline;
  margin: auto;
  color: grey;
}

.nws-body {
  display: block;
  margin: 0;
  font-family: Georgia, Times, "Times New Roman", serif;
  background-color: #f1f2f4;
}

.nws-title {
  margin-bottom: 0.5rem;
  font-weight: 400;
}

.nws-form {
  display: block;
  text-align: center;
  background-color: #f1f2f4;
}

.nws-form > div {
  max-width: 42rem;
  margin: 0 auto;
}

.nws-stream {
  max-width: 42rem;
  margin: 0 auto;
  background-color: #f1f2f4;
}

.nws-stream h2,
.nws-stream h3,
.nws-stream h4 {
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  font-weight: bold;
  margin: 0;
  padding-bottom: 1rem;
  text-transform: uppercase;
}

.nws-stream h2 {
  font-size: 0.75rem;
  padding-bottom: 0.5rem;
}

.nws-stream h3 {
  font-size: 1.75rem;
}

.nws-stream h4 {
  font-size: 1.25rem;
  text-transform: none;
}

.nws-stream p,
.nws-stream li,
.nws-stream a {
  font-size: 1rem;
  line-height: 1.5;
}

.nws-stream p {
  margin: 0;
  padding-bottom: 1rem;
}

.nws-stream a {
  color: #ff7129;
  text-decoration: underline;
}

.nws-stream b {
  font-family: Georgia, Times, "Times New Roman", serif;
}

.nws-chart-title {
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

.nws-chart-source {
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

.nws-stream ul {
  list-style-type: disc;
  padding-inline-start: 40px;
  padding-bottom: 1.5rem;
}

.nws-container {
  padding: 1rem 1rem 0 1rem;
  margin-bottom: 1.5rem;
  background-color: white;
}

.nws-container hr {
  border-width: 0;
  border-top: 1px solid #ccced6;
  padding-bottom: 1rem;
  margin: 0;
}

.nws-bubble {
  margin: 0 -1rem;
  padding: 1rem 1rem 0 1rem;
  background-color: #fff8f5;
}

.nws-image {
  padding-bottom: 1rem;
}

.nws-image h4 {
  font-size: 0.875rem;
  padding-bottom: 0;
}

.nws-image p {
  padding-bottom: 0;
}

.nws-image img {
  width: 100%;
  padding-bottom: 0.5rem;
}

.nws-list-item {
  display: flex;
  border-top: 1px solid #ccced6;
  padding: 0.5rem 0 0.5rem 0;
}

.nws-list-item p {
  width: 80%;
  padding-top: 0.5rem;
}

.nws-list-item p:first-child {
  width: 20%;
  font-size: 2.5rem;
  line-height: normal;
  padding-top: 0;
}

.nws-quote {
  font-style: italic;
  color: #767e96;
}

.nws-btn-div {
  padding-bottom: 1rem;
  text-align: center;
}

.nws-btns,
.nws-socials {
  margin: 0 auto;
  font-family: ReplicaLLWeb-Regular;
}

.nws-socials a {
  text-decoration: none;
}

.nws-socials img {
  height: 2.5rem;
  margin: 2rem 0.5rem 0 0.5rem;
  display: inline;
}

.nws-btns a {
  background-color: #ff7129;
  color: #ffffff;
  border-radius: 50px;
  border: 1px solid #ff7129;
  padding: 0.75rem 1.5rem;
  margin: 0 1rem;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

.nws-footer {
  padding: 2rem 0;
}

.nws-team p,
.nws-team a {
  font-size: small;
}

.evident-logo {
  width: 5rem;
  height: auto;
  display: block;
}

.brief-logo {
  width: 10rem;
  height: auto;
  display: block;
  margin: 0 auto;
  padding-bottom: 1rem;
}

.carousel {
  position: relative;
  overflow: hidden;
}

.carousel-item {
  position: absolute;
  padding: 1rem;
  top: 0;
  z-index: 0;
}

.carousel-transition {
  transition: all 0.3s;
}

.carousel-card,
.carousel-card-dark {
  border-radius: 2rem;
}

.carousel-card {
  background-color: white;
  color: #1f2a44;
}

.carousel-card-dark {
  background-color: #313953;
  color: white;
}

.carousel-body {
  display: flex;
  flex-direction: column;
  padding: 1.25rem 1.875rem;
}

.carousel-btns {
  height: 50%;
  position: relative;
  z-index: 1;
  display: flex;
  padding: 0 1rem;
}

.carousel-btns > div {
  width: 100%;
  align-self: flex-end;
}

.btn-mob {
  display: flex;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  border-radius: 3rem;
  background-color: rgba(156, 203, 227, 0.8);
}


.sub-menu {
  display: none;
  opacity: 0;
}

.sub-menu.show-submenu {
  position: fixed;
  top: 70px;
  left: 0px;
  padding: 40px;
  display: block;
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.sub-menu .links a {
  display: block;
  margin-top: 1rem;
}

.featured a {
position: relative;
text-decoration: none;
padding-bottom: 2px;
}

.sub-menu a:hover,
.featured a:hover {
  color:#ff7029;
}
.sub-menu .disable a:hover,
.featured .disable a:hover {
  color:#fff;
}

.featured a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px; /* Adjust thickness as needed */
  background-color: #ff7029; /* Or any color you want for the underline */
  transform: scaleX(0); /* Initially hidden */
  transform-origin: left; /* Crucial for the sliding effect */
  transition: transform 0.3s ease-in-out; /* Adjust duration and easing */
}

.featured a:hover::before {
  transform: scaleX(1); /* Full width on hover */
}

.featured.mwidth500 {
  max-width: 500px;
}

.underline.uppercase.text-white {
  color: white;
}

.link-group:hover {
  color: #ff7029 !important;
}

.link-group:hover .text-white {
  color: #ff7029 !important;
}
.link-group:hover .pillar-talent img {
  content: url("/static/images/icons_orange/pillar-talent-orange.03fcde2393ad.svg");
}
.link-group:hover .pillar-innovation img {
  content: url("/static/images/icons_orange/pillar-innovation-orange.179e0043b6d2.svg");
}
.link-group:hover .pillar-leadership img {
  content: url("/static/images/icons_orange/pillar-leadership-orange.b5926d42b420.svg");
}
.link-group:hover .pillar-transparency img {
  content: url("/static/images/icons_orange/pillar-rai-transparency-orange.798c5dced191.svg");
}
.link-group:hover .pillar-outcomes img {
  content: url("/static/images/icons_orange/pillar-outcomes-orange.97e5b2601534.svg");
}
