@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap');

/* Tailwind */

/* ! tailwindcss v3.4.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: #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: Source Sans Pro, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  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%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

.left-0{
  left: 0px;
}

.left-1\/2{
  left: 50%;
}

.left-3{
  left: 0.75rem;
}

.left-6{
  left: 1.5rem;
}

.right-0{
  right: 0px;
}

.right-2{
  right: 0.5rem;
}

.right-3{
  right: 0.75rem;
}

.top-0{
  top: 0px;
}

.top-1\/2{
  top: 50%;
}

.top-2{
  top: 0.5rem;
}

.top-3{
  top: 0.75rem;
}

.top-4{
  top: 1rem;
}

.top-5{
  top: 1.25rem;
}

.top-8{
  top: 2rem;
}

.-z-20{
  z-index: -20;
}

.z-10{
  z-index: 10;
}

.z-20{
  z-index: 20;
}

.z-30{
  z-index: 30;
}

.z-40{
  z-index: 40;
}

.z-50{
  z-index: 50;
}

.order-2{
  order: 2;
}

.order-3{
  order: 3;
}

.order-8{
  order: 8;
}

.col-span-1{
  grid-column: span 1 / span 1;
}

.col-span-10{
  grid-column: span 10 / span 10;
}

.col-start-2{
  grid-column-start: 2;
}

.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.\!mb-1{
  margin-bottom: 0.25rem !important;
}

.\!mb-6{
  margin-bottom: 1.5rem !important;
}

.\!mt-1{
  margin-top: 0.25rem !important;
}

.-mt-\[1px\]{
  margin-top: -1px;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.ml-8{
  margin-left: 2rem;
}

.ml-auto{
  margin-left: auto;
}

.mr-2{
  margin-right: 0.5rem;
}

.mr-3{
  margin-right: 0.75rem;
}

.mr-4{
  margin-right: 1rem;
}

.mt-10{
  margin-top: 2.5rem;
}

.mt-12{
  margin-top: 3rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-5{
  margin-top: 1.25rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mt-7{
  margin-top: 1.75rem;
}

.mt-8{
  margin-top: 2rem;
}

.mt-auto{
  margin-top: auto;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.aspect-video{
  aspect-ratio: 16 / 9;
}

.h-10{
  height: 2.5rem;
}

.h-12{
  height: 3rem;
}

.h-16{
  height: 4rem;
}

.h-20{
  height: 5rem;
}

.h-28{
  height: 7rem;
}

.h-32{
  height: 8rem;
}

.h-4{
  height: 1rem;
}

.h-48{
  height: 12rem;
}

.h-5{
  height: 1.25rem;
}

.h-\[calc\(100dvh-64px\)\]{
  height: calc(100dvh - 64px);
}

.h-auto{
  height: auto;
}

.h-dvh{
  height: 100dvh;
}

.h-full{
  height: 100%;
}

.min-h-\[40vh\]{
  min-height: 40vh;
}

.min-h-full{
  min-height: 100%;
}

.w-1\/3{
  width: 33.333333%;
}

.w-10{
  width: 2.5rem;
}

.w-12{
  width: 3rem;
}

.w-16{
  width: 4rem;
}

.w-2{
  width: 0.5rem;
}

.w-20{
  width: 5rem;
}

.w-28{
  width: 7rem;
}

.w-3{
  width: 0.75rem;
}

.w-36{
  width: 9rem;
}

.w-4\/5{
  width: 80%;
}

.w-44{
  width: 11rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-72{
  width: 18rem;
}

.w-8{
  width: 2rem;
}

.w-80{
  width: 20rem;
}

.w-\[180px\]{
  width: 180px;
}

.w-\[1px\]{
  width: 1px;
}

.w-auto{
  width: auto;
}

.w-dvw{
  width: 100dvw;
}

.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}

.w-full{
  width: 100%;
}

.w-screen{
  width: 100vw;
}

.max-w-48{
  max-width: 12rem;
}

.max-w-4xl{
  max-width: 56rem;
}

.max-w-64{
  max-width: 16rem;
}

.max-w-80{
  max-width: 20rem;
}

.max-w-md{
  max-width: 28rem;
}

.max-w-screen-sm{
  max-width: 640px;
}

.flex-1{
  flex: 1 1 0%;
}

.-translate-x-1\/2{
  --tw-translate-x: -50%;
  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));
}

.-translate-y-1\/2{
  --tw-translate-y: -50%;
  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;
}

.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-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flex-col{
  flex-direction: column;
}

.items-start{
  align-items: flex-start;
}

.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;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.self-stretch{
  align-self: stretch;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-y-auto{
  overflow-y: auto;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-t-md{
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.rounded-bl-md{
  border-bottom-left-radius: 0.375rem;
}

.rounded-br-\[12px\]{
  border-bottom-right-radius: 12px;
}

.rounded-br-\[48px\]{
  border-bottom-right-radius: 48px;
}

.rounded-br-\[8px\]{
  border-bottom-right-radius: 8px;
}

.rounded-br-md{
  border-bottom-right-radius: 0.375rem;
}

.rounded-tl-md{
  border-top-left-radius: 0.375rem;
}

.rounded-tr-md{
  border-top-right-radius: 0.375rem;
}

.border{
  border-width: 1px;
}

.border-2{
  border-width: 2px;
}

.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-\[\#50A1FF\]{
  --tw-border-opacity: 1;
  border-color: rgb(80 161 255 / var(--tw-border-opacity));
}

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-light-gray{
  --tw-border-opacity: 1;
  border-color: rgb(226 235 241 / var(--tw-border-opacity));
}

.border-navy-gray{
  --tw-border-opacity: 1;
  border-color: rgb(41 49 61 / var(--tw-border-opacity));
}

.border-transparent{
  border-color: transparent;
}

.bg-\[\#C9D2D3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(201 210 211 / var(--tw-bg-opacity));
}

.bg-\[var\(--color-lighter\)\]{
  background-color: var(--color-lighter);
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-light-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(226 235 241 / var(--tw-bg-opacity));
}

.bg-navy-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(41 49 61 / var(--tw-bg-opacity));
}

.bg-soft-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 245 / var(--tw-bg-opacity));
}

.bg-softer-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 249 / 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-50{
  --tw-bg-opacity: 0.5;
}

.bg-opacity-75{
  --tw-bg-opacity: 0.75;
}

.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-light-gray{
  --tw-gradient-from: #E2EBF1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(226 235 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-link-blue{
  --tw-gradient-from: #003078 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 48 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-soft-gray{
  --tw-gradient-from: #F1F3F5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 243 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-blue{
  --tw-gradient-from: #37768E var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 118 142 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-light-gray{
  --tw-gradient-to: #E2EBF1 var(--tw-gradient-to-position);
}

.to-link-blue-hover{
  --tw-gradient-to: #004EA9 var(--tw-gradient-to-position);
}

.to-soft-gray{
  --tw-gradient-to: #F1F3F5 var(--tw-gradient-to-position);
}

.to-stale-gray{
  --tw-gradient-to: #425563 var(--tw-gradient-to-position);
}

.to-white{
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

.bg-contain{
  background-size: contain;
}

.bg-cover{
  background-size: cover;
}

.bg-fixed{
  background-attachment: fixed;
}

.bg-center{
  background-position: center;
}

.bg-left-top{
  background-position: left top;
}

.bg-right{
  background-position: right;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.p-10{
  padding: 2.5rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-10{
  padding-bottom: 2.5rem;
}

.pb-12{
  padding-bottom: 3rem;
}

.pb-14{
  padding-bottom: 3.5rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-20{
  padding-bottom: 5rem;
}

.pb-24{
  padding-bottom: 6rem;
}

.pb-28{
  padding-bottom: 7rem;
}

.pb-32{
  padding-bottom: 8rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pb-8{
  padding-bottom: 2rem;
}

.pb-\[56\.25\%\]{
  padding-bottom: 56.25%;
}

.pl-0{
  padding-left: 0px;
}

.pl-12{
  padding-left: 3rem;
}

.pl-2{
  padding-left: 0.5rem;
}

.pl-6{
  padding-left: 1.5rem;
}

.pl-8{
  padding-left: 2rem;
}

.pr-10{
  padding-right: 2.5rem;
}

.pr-14{
  padding-right: 3.5rem;
}

.pr-4{
  padding-right: 1rem;
}

.pt-10{
  padding-top: 2.5rem;
}

.pt-12{
  padding-top: 3rem;
}

.pt-14{
  padding-top: 3.5rem;
}

.pt-16{
  padding-top: 4rem;
}

.pt-24{
  padding-top: 6rem;
}

.pt-4{
  padding-top: 1rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.pt-8{
  padding-top: 2rem;
}

.pt-20{
  padding-top: 5rem;
}

.text-left{
  text-align: left;
}

.text-center{
  text-align: center;
}

.font-serif{
  font-family: Lora, serif;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl{
  font-size: 3rem;
  line-height: 1;
}

.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-light{
  font-weight: 300;
}

.font-medium{
  font-weight: 500;
}

.font-normal{
  font-weight: 400;
}

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.leading-7{
  line-height: 1.75rem;
}

.leading-normal{
  line-height: 1.5;
}

.leading-tight{
  line-height: 1.25;
}

.tracking-widest{
  letter-spacing: 0.1em;
}

.\!text-gunmetal{
  --tw-text-opacity: 1 !important;
  color: rgb(41 49 61 / var(--tw-text-opacity)) !important;
}

.text-\[var\(--color-medium\)\]{
  color: var(--color-medium);
}

.text-deep-blue{
  --tw-text-opacity: 1;
  color: rgb(0 78 169 / var(--tw-text-opacity));
}

.text-light-blue{
  --tw-text-opacity: 1;
  color: rgb(179 214 228 / var(--tw-text-opacity));
}

.text-link-blue{
  --tw-text-opacity: 1;
  color: rgb(0 48 120 / var(--tw-text-opacity));
}

.text-midnight-blue{
  --tw-text-opacity: 1;
  color: rgb(44 62 80 / var(--tw-text-opacity));
}

.text-navy-gray{
  --tw-text-opacity: 1;
  color: rgb(41 49 61 / var(--tw-text-opacity));
}

.text-slate-blue{
  --tw-text-opacity: 1;
  color: rgb(86 103 114 / var(--tw-text-opacity));
}

.text-soft-gray{
  --tw-text-opacity: 1;
  color: rgb(241 243 245 / var(--tw-text-opacity));
}

.text-stale-gray{
  --tw-text-opacity: 1;
  color: rgb(66 85 99 / var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.opacity-70{
  opacity: 0.7;
}

.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);
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.theme-home {
  --color-dark: #29313D;
  --color-medium: #425563;
  --color-light: #37768E;
  .hero {
    h1 {
      span{
        --tw-text-opacity: 1;
        color: rgb(179 214 228 / var(--tw-text-opacity));
      }
    }
  }
  .hero-gradient {
    background: linear-gradient(120.73deg, var(--color-dark) 0%, var(--color-medium) 50%, var(--color-light) 100%);
    opacity: 0.85;
  }
  .help-info {
    background: linear-gradient(120.73deg, var(--color-dark) 0%, var(--color-medium) 50%, var(--color-light) 100%);
    svg path {
      stroke: var(--color-dark)
    }
  }
}

.theme-crypto {
  --color-dark: #47126B;
  --color-medium: #571089;
  --color-light: #8F2FC3;
  --color-lighter: #E3E3F0;
}

.theme-finreg {
  --color-dark: #00005A;
  --color-medium: #01028D;
  --color-light: #3342C8;
  --color-lighter: #E8DEC6;
}

.theme-corporate {
  --color-dark: #425563;
  --color-medium: #37768E;
  --color-light: #B3D6E4;
  --color-lighter: #B3D6E4;
}

.theme-gold-future {
  --color-dark: #7C4709;
  --color-medium: #AE8903;
  --color-light: #EAB800;
  --color-lighter: #E8DEC6;
}

.theme-derivatives {
  --color-dark: #565B01;
  --color-medium: #7F8401;
  --color-light: #ACB400;
  --color-lighter: #ECEEBF;
}

.theme-data-privacy {
  --color-dark: #620E27;
  --color-medium: #84032E;
  --color-light: #B7184D;
  --color-lighter: #F7EBEF;
}

.theme-cross-border {
  --color-dark: #005C54;
  --color-medium: #369485;
  --color-light: #6BBBAE;
  --color-lighter: #DAEEEA;
}

.theme-e-signatures {
  --color-dark: #710000;
  --color-medium: #A63C06;
  --color-light: #C06D09;
  --color-lighter: #FFE8D2;
}

.theme-shareholding-disclosure {
  --color-dark: #201E50;
  --color-medium: #005A95;
  --color-light: #2C82C7;
  --color-lighter: #DAE6EE;
}

.help-info,
.hero-gradient {
  background: linear-gradient(
    120.73deg,
    var(--color-dark) 0%,
    var(--color-dark) 50%,
    var(--color-medium) 100%
  );
}

.hero-gradient {
  opacity: 0.85;
}

.help-info {
  svg path {
    stroke: var(--color-light);
  }
}

.gradient-small {
  background: linear-gradient(
    270deg,
    var(--color-light) 0%,
    var(--color-medium) 100%
  );
}

.article-nav,
.article-help-info {
  background: var(--color-lighter);
}

article li:before,
.tabs-content li:before {
  color: var(--color-medium);
}

.section {
  h2{
    margin-bottom: 0.75rem;
  }
  h2{
    font-family: Lora, serif;
  }
  h2{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  h2{
    --tw-text-opacity: 1;
    color: rgb(41 49 61 / var(--tw-text-opacity));
  }
  h3{
    margin-bottom: 0.5rem;
  }
  h3{
    font-family: Lora, serif;
  }
  h3{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  h3{
    --tw-text-opacity: 1;
    color: rgb(44 62 80 / var(--tw-text-opacity));
  }
  p{
    margin-bottom: 1rem;
  }
  p{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  p{
    line-height: 1.75rem;
  }
  p{
    --tw-text-opacity: 1;
    color: rgb(44 62 80 / var(--tw-text-opacity));
  }
  ul{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  ul{
    padding-left: 1rem;
  }
  ul {
    li{
      margin-bottom: 0.25rem;
    }
    li{
      font-size: 1.125rem;
      line-height: 1.75rem;
    }
    li{
      --tw-text-opacity: 1;
      color: rgb(44 62 80 / var(--tw-text-opacity));
    }
    li {
      &:before{
        margin-right: 0.5rem;
      }
      &:before{
        font-size: 1.25rem;
        line-height: 1.75rem;
      }
      &:before{
        --tw-text-opacity: 1;
        color: rgb(44 62 80 / var(--tw-text-opacity));
      }
      &:before {
        content: '•';
      }
    }
    ul{
      margin-top: 0px;
      margin-bottom: 0px;
    }
  }
  blockquote{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  blockquote{
    border-left-width: 4px;
  }
  blockquote{
    --tw-border-opacity: 1;
    border-color: rgb(44 62 80 / var(--tw-border-opacity));
  }
  blockquote{
    padding-left: 1rem;
  }
  blockquote{
    font-family: Lora, serif;
  }
  blockquote{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  blockquote{
    --tw-text-opacity: 1;
    color: rgb(44 62 80 / var(--tw-text-opacity));
  }
  p a{
    font-weight: 600;
  }
  p a{
    --tw-text-opacity: 1;
    color: rgb(0 48 120 / var(--tw-text-opacity));
  }
  p a:hover{
    --tw-text-opacity: 1;
    color: rgb(0 78 169 / var(--tw-text-opacity));
  }
}

.section-intro {
  h3{
    font-family: Lora, serif;
  }
  h3{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  h3{
    font-weight: 600;
  }
  h3{
    --tw-text-opacity: 1;
    color: rgb(41 49 61 / var(--tw-text-opacity));
  }
  ul{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  ul{
    padding-left: 1rem;
  }
  ul {
    li{
      position: relative;
    }
    li{
      margin-bottom: 0.25rem;
    }
    li{
      font-size: 1.125rem;
      line-height: 1.75rem;
    }
    li{
      font-weight: 300;
    }
    li{
      line-height: 1.25;
    }
    li{
      --tw-text-opacity: 1;
      color: rgb(41 49 61 / var(--tw-text-opacity));
    }
    li {
      &:before{
        position: absolute;
      }
      &:before{
        top: -2px;
      }
      &:before{
        left: -14px;
      }
      &:before{
        font-size: 1.5rem;
        line-height: 2rem;
      }
      &:before{
        color: var(--color-medium);
      }
      &:before {
        content: '•';
      }
    }
  }
  blockquote{
    margin-bottom: 0.5rem;
  }
  blockquote{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  blockquote{
    --tw-text-opacity: 1;
    color: rgb(41 49 61 / var(--tw-text-opacity));
  }
  .quote p{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .quote p{
    font-weight: 300;
  }
  .quote p{
    --tw-text-opacity: 1;
    color: rgb(41 49 61 / var(--tw-text-opacity));
  }
  .quote p + p{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

#articles.know-how {
  .news-item:first-child{
    position: relative;
  }
  .news-item:first-child{
    padding: 0px;
  }
  .news-item:first-child{
    padding-bottom: 75%;
  }
  @media (min-width: 768px){
    .news-item:first-child{
      grid-column: span 2 / span 2;
    }
  }
  @media (min-width: 768px){
    .news-item:first-child{
      padding-bottom: 50%;
    }
  }
  @media (min-width: 1280px){
    .news-item:first-child{
      min-height: 13rem;
    }
  }
  @media (min-width: 1280px){
    .news-item:first-child{
      padding-bottom: 0px;
    }
  }
  .news-item:first-child {
    .img-link{
      position: absolute;
    }
    .img-link{
      inset: 0px;
    }
    .img-link{
      z-index: 10;
    }
    .img-link {
      img{
        height: 100%;
      }
      img{
        width: 100%;
      }
      img{
        border-radius: 0.375rem;
      }
      img{
        -o-object-fit: cover;
           object-fit: cover;
      }
      &::before{
        position: absolute;
      }
      &::before{
        inset: 0px;
      }
      &::before{
        z-index: 20;
      }
      &::before{
        border-radius: 0.375rem;
      }
      &::before{
        background-image: linear-gradient(to top, var(--tw-gradient-stops));
      }
      &::before{
        --tw-gradient-from: #000 var(--tw-gradient-from-position);
        --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
      }
      &::before{
        --tw-gradient-to: transparent var(--tw-gradient-to-position);
      }
      &::before {
        content: '';
      }
    }
    .news-item-text{
      position: absolute;
    }
    .news-item-text{
      bottom: 0px;
    }
    .news-item-text{
      z-index: 20;
    }
    .news-item-text{
      padding: 1.5rem;
    }
    .news-item-text {
      p,
      h3,
      h4,
      span{
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
      }
      h3{
        max-height: 108px;
      }
      h3{
        overflow: hidden;
      }
      h3{
        text-overflow: ellipsis;
      }
      h3{
        font-size: 1.875rem;
        line-height: 2.25rem;
      }
    }
  }
}

@media (min-width: 1024px){
  header{
    height: 9rem;
  }
}

header {
  .navbar-fixed &{
    --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);
  }
  .header-logo {
    .notagline{
      display: block;
    }
    @media (min-width: 1024px){
      .notagline{
        display: none;
      }
    }
    .tagline{
      display: none;
    }
    @media (min-width: 1024px){
      .tagline{
        display: block;
      }
    }
    .navbar-fixed & {
      .notagline{
        display: block;
      }
      .tagline{
        display: none;
      }
    }
  }
  .selected{
    --tw-text-opacity: 1;
    color: rgb(0 78 169 / var(--tw-text-opacity));
  }
  .selected {
    &::after{
      display: block;
    }
    &::after{
      height: 0.25rem;
    }
    &::after{
      width: 100%;
    }
    &::after{
      --tw-bg-opacity: 1;
      background-color: rgb(0 48 120 / var(--tw-bg-opacity));
    }
    &::after {
      content: '';
    }
  }
  .btn-menu {
    .icon-close{
      display: none;
    }
    .menu--open & {
      .icon-close{
        display: block;
      }
      .icon-menu{
        display: none;
      }
    }
  }
  .header-nav{
    position: fixed;
  }
  .header-nav{
    bottom: calc(100dvh - 56px);
  }
  .header-nav{
    left: 0px;
  }
  .header-nav{
    z-index: 40;
  }
  .header-nav{
    display: flex;
  }
  .header-nav{
    height: calc(100dvh - 56px);
  }
  .header-nav{
    width: 100%;
  }
  .header-nav{
    flex-direction: column;
  }
  .header-nav{
    align-items: flex-start;
  }
  .header-nav{
    justify-content: flex-start;
  }
  .header-nav{
    --tw-bg-opacity: 1;
    background-color: rgb(241 243 245 / var(--tw-bg-opacity));
  }
  .header-nav{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .header-nav{
    padding-top: 1rem;
  }
  .header-nav{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .header-nav{
    transition-duration: 300ms;
  }
  .header-nav{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  @media (min-width: 1024px){
    .header-nav{
      position: relative;
    }
  }
  @media (min-width: 1024px){
    .header-nav{
      bottom: 0px;
    }
  }
  @media (min-width: 1024px){
    .header-nav{
      height: auto;
    }
  }
  @media (min-width: 1024px){
    .header-nav{
      align-items: flex-end;
    }
  }
  @media (min-width: 1024px){
    .header-nav{
      padding-left: 0px;
      padding-right: 0px;
    }
  }
  @media (min-width: 1024px){
    .header-nav{
      padding-top: 0px;
    }
  }
  .header-nav {
    .menu--open &{
      --tw-translate-y: 100%;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    @media (min-width: 1024px){
      .menu--open &{
        --tw-translate-y: 0px;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      }
    }
  }
  .main-nav{
    order: 1;
  }
  .main-nav{
    display: flex;
  }
  .main-nav{
    width: 100%;
  }
  .main-nav{
    flex-direction: column;
  }
  .main-nav{
    align-items: flex-start;
  }
  .main-nav{
    justify-content: center;
  }
  .main-nav{
    width: auto;
  }
  @media (min-width: 1024px){
    .main-nav{
      order: 3;
    }
  }
  @media (min-width: 1024px){
    .main-nav{
      flex-direction: row;
    }
  }
  @media (min-width: 1024px){
    .main-nav{
      align-items: center;
    }
  }
  @media (min-width: 1024px){
    .main-nav{
      justify-content: space-between;
    }
  }
  .main-nav {
    a,
    button{
      margin-top: 1rem;
    }
    a,
    button{
      width: 100%;
    }
    a,
    button{
      font-family: Lora, serif;
    }
    a,
    button{
      font-size: 1.25rem;
      line-height: 1.75rem;
    }
    a,
    button{
      font-weight: 600;
    }
    a,
    button{
      --tw-text-opacity: 1;
      color: rgb(41 49 61 / var(--tw-text-opacity));
    }
    a:hover,
    button:hover{
      --tw-text-opacity: 1;
      color: rgb(0 78 169 / var(--tw-text-opacity));
    }
    @media (min-width: 1024px){
      a,
    button{
        margin-top: 0px;
      }
    }
    @media (min-width: 1024px){
      a,
    button{
        margin-left: 2.5rem;
      }
    }
    @media (min-width: 1024px){
      a,
    button{
        width: auto;
      }
    }
  }
  .secondary-nav{
    order: 2;
  }
  .secondary-nav{
    margin-top: 1rem;
  }
  .secondary-nav{
    display: flex;
  }
  .secondary-nav{
    flex-direction: column;
  }
  .secondary-nav{
    align-items: flex-start;
  }
  .secondary-nav{
    justify-content: center;
  }
  @media (min-width: 1024px){
    .secondary-nav{
      position: relative;
    }
  }
  @media (min-width: 1024px){
    .secondary-nav{
      margin-top: 0px;
    }
  }
  @media (min-width: 1024px){
    .secondary-nav{
      margin-bottom: 1.5rem;
    }
  }
  @media (min-width: 1024px){
    .secondary-nav{
      width: -moz-fit-content;
      width: fit-content;
    }
  }
  @media (min-width: 1024px){
    .secondary-nav{
      flex-direction: row;
    }
  }
  @media (min-width: 1024px){
    .secondary-nav{
      justify-content: flex-end;
    }
  }
  .secondary-nav {
    > a{
      margin-top: 1rem;
    }
    > a{
      font-weight: 600;
    }
    > a{
      --tw-text-opacity: 1;
      color: rgb(41 49 61 / var(--tw-text-opacity));
    }
    > a:hover{
      --tw-text-opacity: 1;
      color: rgb(0 78 169 / var(--tw-text-opacity));
    }
    @media (min-width: 1024px){
      > a{
        margin-top: 0px;
      }
    }
    @media (min-width: 1024px){
      > a{
        margin-left: 2.5rem;
      }
    }
    > a {
      @media (min-width: 1024px){
        &:first-child{
          margin-left: 0px;
        }
      }
    }
    button{
      font-weight: 600;
    }
    @media (min-width: 1024px){
      .sub-nav{
        display: flex;
      }
    }
    @media (min-width: 1024px){
      .sub-nav{
        --tw-translate-y: 100%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      }
    }
    @media (min-width: 1024px){
      .sub-nav{
        flex-direction: column;
      }
    }
    @media (min-width: 1024px){
      .sub-nav{
        align-items: flex-start;
      }
    }
    @media (min-width: 1024px){
      .sub-nav{
        justify-content: flex-start;
      }
    }
    .sub-nav{
      z-index: 20;
    }
    @media (min-width: 1024px){
      .sub-nav{
        position: absolute;
      }
    }
    @media (min-width: 1024px){
      .sub-nav{
        top: 2rem;
      }
    }
    @media (min-width: 1024px){
      .sub-nav{
        left: 0px;
      }
    }
    @media (min-width: 1024px){
      .sub-nav{
        display: none;
      }
    }
    @media (min-width: 1024px){
      .sub-nav{
        border-radius: 0.375rem;
      }
    }
    @media (min-width: 1024px){
      .sub-nav{
        border-width: 1px;
      }
    }
    @media (min-width: 1024px){
      .sub-nav{
        --tw-border-opacity: 1;
        border-color: rgb(66 85 99 / var(--tw-border-opacity));
      }
    }
    @media (min-width: 1024px){
      .sub-nav{
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
      }
    }
    @media (min-width: 1024px){
      .sub-nav{
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
      }
    }
    @media (min-width: 1024px){
      .sub-nav{
        --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);
      }
    }
    .sub-nav {
      a{
        display: block;
      }
      a{
        width: 100%;
      }
      a{
        font-size: 1.125rem;
        line-height: 1.75rem;
      }
      a{
        font-weight: 600;
      }
      a{
        --tw-text-opacity: 1;
        color: rgb(41 49 61 / var(--tw-text-opacity));
      }
      a:hover{
        --tw-text-opacity: 1;
        color: rgb(0 78 169 / var(--tw-text-opacity));
      }
      @media (min-width: 1024px){
        a:hover{
          --tw-bg-opacity: 1;
          background-color: rgb(226 235 241 / var(--tw-bg-opacity));
        }
      }
      @media (min-width: 1024px){
        a{
          margin-top: 0px;
        }
      }
      @media (min-width: 1024px){
        a{
          padding-left: 1rem;
        }
      }
      @media (min-width: 1024px){
        a{
          padding-right: 2.5rem;
        }
      }
      @media (min-width: 1024px){
        a{
          font-size: 1.125rem;
          line-height: 1.75rem;
        }
      }
      .sub-nav--open &{
        --tw-translate-y: 0px;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      }
      @media (min-width: 1024px){
        .sub-nav--open &{
          display: block;
        }
      }
    }
  }
}

.umbraco-forms-form .umbraco-forms-page{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  .umbraco-forms-fieldset{
    margin: 0px;
  }
  .umbraco-forms-fieldset{
    padding-bottom: 1rem;
  }
  .umbraco-forms-field{
    margin-bottom: 1.5rem;
  }
  .umbraco-forms-field{
    display: flex;
  }
  .umbraco-forms-field{
    max-width: 28rem;
  }
  .umbraco-forms-field{
    flex-direction: column;
  }
  .umbraco-forms-field .help-block{
    order: 5;
  }
  .umbraco-forms-field .help-block{
    margin-top: -0.25rem;
  }
  .umbraco-forms-field .help-block{
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .umbraco-forms-field .help-block{
    --tw-text-opacity: 1;
    color: rgb(44 62 80 / var(--tw-text-opacity));
  }
  .umbraco-forms-field.shortanswer {
    label {
    }
    .umbraco-forms-field-wrapper {
    }
  }
  .umbraco-forms-field.dataconsent{
    margin-top: 1rem;
  }
  .umbraco-forms-field.checkbox label{
    padding-left: 0.25rem;
  }
  .umbraco-forms-field.checkbox label{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .umbraco-forms-field.checkbox label{
    font-weight: 400;
  }
  .umbraco-forms-field.checkbox label{
    --tw-text-opacity: 1;
    color: rgb(44 62 80 / var(--tw-text-opacity));
  }
  .umbraco-forms-legend,
  label.umbraco-forms-label{
    display: block;
  }
  .umbraco-forms-legend,
  label.umbraco-forms-label{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .umbraco-forms-legend,
  label.umbraco-forms-label{
    font-weight: 600;
  }
  .umbraco-forms-legend,
  label.umbraco-forms-label{
    --tw-text-opacity: 1;
    color: rgb(41 49 61 / var(--tw-text-opacity));
  }
  .multiplechoice{
    margin-top: -1rem;
  }
  .multiplechoice{
    padding: 0px;
  }
  .checkboxlist{
    padding: 0px;
  }
  .checkboxlist {
    label{
      float: none;
    }
    label{
      padding-left: 0.25rem;
    }
    label{
      font-size: 1rem;
      line-height: 1.5rem;
    }
    label{
      font-weight: 400;
    }
    label{
      --tw-text-opacity: 1;
      color: rgb(44 62 80 / var(--tw-text-opacity));
    }
  }
  input.text,
  textarea,
  select{
    width: 100%;
  }
  input.text,
  textarea,
  select{
    max-width: none !important;
  }
  input.text,
  textarea,
  select{
    border-radius: 0.5rem;
  }
  input.text,
  textarea,
  select{
    border-width: 2px;
  }
  input.text,
  textarea,
  select{
    --tw-border-opacity: 1;
    border-color: rgb(66 85 99 / var(--tw-border-opacity));
  }
  input.text,
  textarea,
  select{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  input.text,
  textarea,
  select{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  input.text,
  textarea,
  select {
    &:focus{
      border-width: 3px;
    }
    &:focus{
      --tw-border-opacity: 1;
      border-color: rgb(0 78 169 / var(--tw-border-opacity));
    }
  }
  input.text,
  select{
    height: 2.5rem;
  }
  textarea{
    height: auto;
  }
  input[type="submit"] {
    width: 120px;
    height: 48px;
    background-image: linear-gradient(360deg, #003078 0%, #004ea9 100%);
  }
  input[type="submit"]{
    cursor: pointer;
  }
  input[type="submit"]{
    border-radius: 0.5rem;
  }
  input[type="submit"]{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  input[type="submit"]{
    font-weight: 600;
  }
  input[type="submit"]{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  input[type="submit"]{
    --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);
  }
  input[type="submit"] {
    /* background-image: url('/assets/svg/arrow-white.svg'), linear-gradient(360deg, #003078 0%, #004ea9 100%);
    background-size: 16px;
    background-position: 90% 50%;
    background-repeat: no-repeat; */
  }
  p{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  p{
    font-weight: 400;
  }
  p{
    --tw-text-opacity: 1;
    color: rgb(44 62 80 / var(--tw-text-opacity));
  }
  .field-validation-error{
    display: block;
  }
}

.know-how-filter {
  background-image: url(../assets/svg/arrow-down.svg);
  background-position: right 1rem center;
  background-repeat: no-repeat;
}

.client-quotes {
  background: linear-gradient(
    0deg,
    #364350 0%,
    #425563 15.17%,
    #37768e 50%,
    #425563 85%,
    #29313d 100%
  );
  .splide__slide {
    background: #f7f8f9;
  }
  .splide__arrows {
    .splide__arrow{
      height: 3.5rem;
    }
    .splide__arrow{
      width: 3.5rem;
    }
    .splide__arrow{
      border-width: 2px;
    }
    .splide__arrow{
      border-style: solid;
    }
    .splide__arrow{
      border-color: transparent;
    }
    .splide__arrow{
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }
    .splide__arrow{
      opacity: 1;
    }
    .splide__arrow:hover{
      --tw-border-opacity: 1;
      border-color: rgb(0 78 169 / var(--tw-border-opacity));
    }
    .splide__arrow {
      svg {
        fill: #003078;
      }
      svg{
        height: 2rem;
      }
      svg{
        width: auto;
      }
    }
  }
  .splide__pagination {
    top: calc( 100% + 32px );
    .splide__pagination__page{
      height: 1.25rem;
    }
    .splide__pagination__page{
      width: 3rem;
    }
    .splide__pagination__page{
      border-radius: 0.75rem;
    }
    .splide__pagination__page{
      --tw-bg-opacity: 1;
      background-color: rgb(55 118 142 / var(--tw-bg-opacity));
    }
    .splide__pagination__page{
      opacity: 1;
    }
    .splide__pagination__page {
      &.is-active{
        transform: none;
      }
      &.is-active{
        --tw-bg-opacity: 1 !important;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
      }
      &:hover{
        --tw-bg-opacity: 1;
        background-color: rgb(0 78 169 / var(--tw-bg-opacity));
      }
    }
  }
  .fade {
    background: linear-gradient(270deg, #425563 0%, rgba(66, 85, 99, 0) 100%);
  }
}

.mega-menu{
  position: fixed;
  left: 100%;
  top: 4rem;
  z-index: 50;
  height: calc(100dvh - 64px);
  width: 100%;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: rgb(201 210 211 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: transform;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px){
  .mega-menu{
    left: 0px;
    top: auto;
    bottom: calc(100dvh - 64px);
    z-index: 40;
    height: auto;
    overflow: auto;
  }
}

.mega-menu {
  .mega-menu-group {
    @media (min-width: 1024px){
      + .mega-menu-group{
        margin-top: 1rem;
      }
    }
  }
  .mega-menu--open &{
    --tw-translate-x: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  @media (min-width: 1024px){
    .mega-menu--open &{
      bottom: calc(100dvh - 144px);
    }
  }
  @media (min-width: 1024px){
    .mega-menu--open &{
      max-height: calc(100dvh - 144px);
    }
  }
  @media (min-width: 1024px){
    .mega-menu--open &{
      --tw-translate-x: -0px;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
  }
  @media (min-width: 1024px){
    .mega-menu--open &{
      --tw-translate-y: 100%;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
  }
  .mega-menu--open & {
    + .overlay-bg{
      display: block;
    }
  }
  .navbar-fixed &{
    max-height: calc(100dvh - 64px);
  }
  @media (min-width: 1024px){
    .navbar-fixed &{
      bottom: calc(100dvh - 64px);
    }
  }
}

@media (max-width: 1023px) {
  .mega-menu-group{
    position: fixed;
    left: 100%;
    top: 0px;
    z-index: 40;
    height: calc(100dvh - 64px);
    width: 100%;
    overflow: auto;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 1rem;
    transition-property: transform;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    &.area--open{
      --tw-translate-x: -100%;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
  }

  .sub-menu{
    margin-top: 0.5rem;
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(41 49 61 / var(--tw-border-opacity));
    li{
      margin-top: 0.5rem;
    }
    li{
      border-bottom-width: 1px;
    }
    li{
      --tw-border-opacity: 1;
      border-color: rgb(226 235 241 / var(--tw-border-opacity));
    }
    li{
      padding-bottom: 0.5rem;
    }
  }
}

.modal--open {
  .modal{
    z-index: 59;
  }
  .modal {
    p + p{
      margin-top: 1rem;
    }
  }
  .modal-bg{
    z-index: 58;
  }
}

/**umb_name:Page header*/

h2 {
}

/**umb_name:Section header*/

h3 {
}

/**umb_name:Paragraph header*/

h4 {
}

/**umb_name:Paragraph*/

p {
}

/**umb_name:Small*/

small {
}

/**umb_name:Blockquote*/

blockquote {
}

/**umb_name:Low complexity*/

p.low-complexity {
}

/**umb_name:Medium complexity*/

p.medium-complexity {
}

/**umb_name:High complexity*/

p.high-complexity {
}

/**umb_name:Low complexity group*/

p.low-complexity-group {
}

/**umb_name:Medium complexity group*/

p.medium-complexity-group {
}

/**umb_name:High complexity group*/

p.high-complexity-group {
}

.umb-rte {
  h2{
    margin-bottom: 0.75rem;
  }
  h2{
    font-family: Lora, serif;
  }
  h2{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  h2{
    --tw-text-opacity: 1;
    color: rgb(41 49 61 / var(--tw-text-opacity));
  }
  h3{
    margin-bottom: 0.5rem;
  }
  h3{
    font-family: Lora, serif;
  }
  h3{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  h3{
    --tw-text-opacity: 1;
    color: rgb(44 62 80 / var(--tw-text-opacity));
  }
  h4{
    margin-bottom: 1rem;
  }
  h4{
    font-family: Lora, serif;
  }
  h4{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  h4{
    font-weight: 600;
  }
  h4{
    color: var(--color-medium);
  }
  p{
    margin-bottom: 1rem;
  }
  p{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  p{
    font-weight: 300;
  }
  p{
    line-height: 1.75rem;
  }
  p{
    --tw-text-opacity: 1;
    color: rgb(44 62 80 / var(--tw-text-opacity));
  }
  p {
    + p{
      margin-top: 0.75rem;
    }
    + h3,
    + h4{
      margin-top: 1rem;
    }
    img{
      margin-left: auto;
    }
    &:first-child {
      position: relative;
      img{
        position: absolute;
      }
      img{
        top: -1.5rem;
      }
      img{
        left: 11rem;
      }
    }
  }
  small{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  small{
    font-weight: 300;
  }
  small{
    --tw-text-opacity: 1;
    color: rgb(44 62 80 / var(--tw-text-opacity));
  }
  ul{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  ul{
    list-style-type: none !important;
  }
  ul{
    padding-left: 1.5rem;
  }
  ul {
    li{
      position: relative;
    }
    li{
      margin-bottom: 0.25rem;
    }
    li{
      font-size: 1.125rem;
      line-height: 1.75rem;
    }
    li{
      font-weight: 300;
    }
    li{
      --tw-text-opacity: 1;
      color: rgb(44 62 80 / var(--tw-text-opacity));
    }
    li {
      &:before{
        position: absolute;
      }
      &:before{
        left: -0.75rem;
      }
      &:before{
        margin-right: 0.5rem;
      }
      &:before{
        font-size: 1.25rem;
        line-height: 1.75rem;
      }
      &:before{
        color: var(--color-medium);
      }
      &:before {
        content: '•';
      }
    }
    ul{
      margin-top: 0.25rem;
      margin-bottom: 0.25rem;
    }
    ul {
      li {
        &:before {
          content: '◦';
        }
        &:before{
          font-size: 0.875rem;
          line-height: 1.25rem;
        }
        &:before{
          line-height: 1.75rem;
        }
      }
    }
  }
  ol{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  ol{
    list-style-type: decimal;
  }
  ol{
    padding-left: 1rem;
  }
  ol {
    li{
      margin-bottom: 0.25rem;
    }
    li{
      font-size: 1.125rem;
      line-height: 1.75rem;
    }
    li{
      font-weight: 300;
    }
    li{
      --tw-text-opacity: 1;
      color: rgb(44 62 80 / var(--tw-text-opacity));
    }
  }
  blockquote{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  blockquote{
    border-left-width: 4px;
  }
  blockquote{
    border-color: var(--color-medium);
  }
  blockquote{
    padding-left: 1rem;
  }
  blockquote{
    font-family: Lora, serif;
  }
  blockquote{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  blockquote{
    --tw-text-opacity: 1;
    color: rgb(44 62 80 / var(--tw-text-opacity));
  }
  ol a,
  ul a,
  p a{
    font-weight: 600;
  }
  ol a,
  ul a,
  p a{
    --tw-text-opacity: 1;
    color: rgb(0 48 120 / var(--tw-text-opacity));
  }
  ol a:hover,
  ul a:hover,
  p a:hover{
    --tw-text-opacity: 1;
    color: rgb(0 78 169 / var(--tw-text-opacity));
  }
  table{
    width: 100%;
  }
  table {
    th,
    td{
      border-width: 1px;
    }
    th,
    td{
      --tw-border-opacity: 1;
      border-color: rgb(66 85 99 / var(--tw-border-opacity));
    }
    th,
    td{
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }
    th,
    td{
      padding-left: 1rem;
      padding-right: 1rem;
    }
    th,
    td{
      font-weight: 300;
    }
    th,
    td{
      --tw-text-opacity: 1;
      color: rgb(44 62 80 / var(--tw-text-opacity));
    }
    strong{
      font-weight: 600;
    }
    p{
      line-height: 1rem;
    }
  }
}

.low-complexity,
.medium-complexity,
.high-complexity{
  position: relative;
  font-weight: 400;
  &:before {
    content: '';
  }
  &:before{
    position: absolute;
  }
  &:before{
    top: 6px;
  }
  &:before{
    left: -2rem;
  }
  &:before{
    display: inline-block;
  }
  &:before{
    height: 1rem;
  }
  &:before{
    width: 1.25rem;
  }
  &:before{
    background-size: contain;
  }
  &:before{
    background-repeat: no-repeat;
  }
  strong{
    font-weight: 400;
  }
}

h2.low-complexity,
h2.medium-complexity,
h2.high-complexity{
  padding-left: 2rem;
  &:before{
    left: -3px;
  }
  &:before{
    top: 0.25rem;
  }
  &:before{
    height: 1.5rem;
  }
  &:before{
    width: 2rem;
  }
}

.low-complexity {
  &:before {
    background-image: url('/assets/png/low.png');
  }
}

.medium-complexity {
  &:before {
    background-image: url('/assets/png/medium.png');
  }
}

.high-complexity {
  &:before {
    background-image: url('/assets/png/high.png');
  }
}

.umb-rte p.low-complexity-group,
.umb-rte p.medium-complexity-group,
.umb-rte p.high-complexity-group{
  position: relative;
  padding-left: 1.25rem;
  font-weight: 700;
  &::after {
    content: '';
  }
  &::after{
    margin-left: 1rem;
  }
  &::after{
    border-radius: 0.375rem;
  }
  &::after{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  &::after{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  &::after{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  &::after{
    text-transform: uppercase;
  }
  + ul {
    margin-top: -40px;
    padding-top: 40px;
    border-left: 4px solid;
    margin-bottom: 40px;
  }
}

.umb-rte p.low-complexity-group {
  color: #46BB1F;
  &::after {
    content: 'Low complexity';
    background-color: #46BB1F;
    color: white;
  }
  + ul {
    border-color: #46BB1F;
  }
}

.umb-rte p.medium-complexity-group {
  color: #F3A312;
  &::after {
    content: 'Medium complexity';
    background-color: #F3A312;
    color: #29313D;
  }
  + ul {
    border-color: #F3A312;
  }
}

.umb-rte p.high-complexity-group {
  color: #E83435;
  &::after {
    content: 'High complexity';
    background-color: #E83435;
    color: white;
  }
  + ul {
    border-color: #E83435;
  }
}

.umb-rte.white {
  h2,
  h3,
  h4,
  p,
  small,
  ul,
  ol,
  blockquote {
    color: white;
  }
  a {
    color: #87BEFF;
  }
}

.container .umb-rte {
  max-width: 1080px;
}

.tabs {
  .tabs-nav{
    display: flex;
  }
  .tabs-nav{
    justify-content: flex-start;
  }
  .tabs-nav{
    overflow: auto;
  }
  .tabs-nav {
    a{
      position: relative;
    }
    a{
      margin-left: 0.5rem;
      margin-right: 0.5rem;
    }
    a{
      display: inline-flex;
    }
    a{
      flex-shrink: 0;
    }
    a{
      cursor: pointer;
    }
    a{
      padding: 1rem;
    }
    a{
      font-family: Lora, serif;
    }
    a{
      font-size: 1.25rem;
      line-height: 1.75rem;
    }
    a{
      font-weight: 600;
    }
    a{
      --tw-text-opacity: 1;
      color: rgb(44 62 80 / var(--tw-text-opacity));
    }
    a:hover{
      --tw-text-opacity: 1;
      color: rgb(0 78 169 / var(--tw-text-opacity));
    }
    a {
      &::after {
        content: '';
      }
      &::after{
        position: absolute;
      }
      &::after{
        bottom: 0px;
      }
      &::after{
        left: 0px;
      }
      &::after{
        display: block;
      }
      &::after{
        height: 0.25rem;
      }
      &::after{
        width: 100%;
      }
      &.active{
        --tw-text-opacity: 1;
        color: rgb(0 78 169 / var(--tw-text-opacity));
      }
      &.active {
        &::after{
          --tw-bg-opacity: 1;
          background-color: rgb(0 78 169 / var(--tw-bg-opacity));
        }
      }
    }
  }
  .tab{
    display: none;
  }
  .tab{
    flex-direction: column;
  }
  .tab{
    justify-content: center;
  }
  .tab{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  @media (min-width: 768px){
    .tab{
      flex-direction: row;
    }
  }
  @media (min-width: 768px){
    .tab{
      justify-content: space-between;
    }
  }
  .tab {
    &.active{
      display: flex;
    }
  }
}

.tabs-sample {
  .tabs-nav{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .tabs-nav{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  @media (min-width: 768px){
    .tabs-nav{
      flex-direction: column;
    }
  }
  .tabs-nav {
    a{
      border-radius: 0.5rem;
    }
    a{
      border-width: 1px;
    }
    a{
      border-color: transparent;
    }
    a{
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }
    a{
      padding-left: 1rem;
      padding-right: 1rem;
    }
    a {
      &::after{
        display: none;
      }
      @media (min-width: 768px){
        &.active{
          --tw-border-opacity: 1;
          border-color: rgb(0 78 169 / var(--tw-border-opacity));
        }
      }
      @media (min-width: 768px){
        &.active{
          --tw-bg-opacity: 1;
          background-color: rgb(247 248 249 / var(--tw-bg-opacity));
        }
      }
    }
  }
}

.product-features {
  .splide__arrows{
    display: none;
  }
  @media (min-width: 1024px){
    .splide__arrows{
      display: block;
    }
  }
  .splide__arrows {
    .splide__arrow{
      height: 3.5rem;
    }
    .splide__arrow{
      width: 3.5rem;
    }
    .splide__arrow{
      --tw-bg-opacity: 1;
      background-color: rgb(226 235 241 / var(--tw-bg-opacity));
    }
    .splide__arrow{
      opacity: 1;
    }
    .splide__arrow {
      box-shadow: inset 0px 4px 2px -1px rgba(0,0,0,0.15);
      svg {
        fill: #003078;
      }
      svg{
        height: 2rem;
      }
      svg{
        width: auto;
      }
    }
  }
  .splide__pagination {
    top: calc( 100% - 62px );
    .splide__pagination__page{
      margin-left: 0.5rem;
      margin-right: 0.5rem;
    }
    .splide__pagination__page{
      height: 1.25rem;
    }
    .splide__pagination__page{
      width: 1.25rem;
    }
    .splide__pagination__page{
      border-radius: 9999px;
    }
    .splide__pagination__page{
      --tw-bg-opacity: 1;
      background-color: rgb(226 235 241 / var(--tw-bg-opacity));
    }
    .splide__pagination__page{
      opacity: 1;
    }
    .splide__pagination__page {
      box-shadow: inset 0px 5px 4px -1px rgba(0,0,0,0.35);
      &.is-active{
        transform: none;
      }
      &.is-active{
        --tw-bg-opacity: 1;
        background-color: rgb(179 214 228 / var(--tw-bg-opacity));
      }
    }
  }
}

html,
body,
header,
footer{
  min-width: 360px;
}

main{
  min-height: 100vh;
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 249 / var(--tw-bg-opacity));
}

/* .mega-menu--open,
.menu--open {
  @apply overflow-hidden;
} */

.navbar-fixed {
  header {
    position: fixed;
    height: 68px;
  }
  .secondary-nav {
    display: none;
  }
}

p a{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 48 120 / var(--tw-text-opacity));
}

p a:hover{
  --tw-text-opacity: 1;
  color: rgb(0 78 169 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .lg\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 640px){
    .lg\:container{
      max-width: 640px;
      padding-right: 1rem;
      padding-left: 1rem;
    }
  }

  @media (min-width: 768px){
    .lg\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .lg\:container{
      max-width: 1024px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

  @media (min-width: 1280px){
    .lg\:container{
      max-width: 1280px;
      padding-right: 3rem;
      padding-left: 3rem;
    }
  }

  @media (min-width: 1536px){
    .lg\:container{
      max-width: 1536px;
      padding-right: 5rem;
      padding-left: 5rem;
    }
  }
}

.hover\:z-20:hover{
  z-index: 20;
}

.hover\:border-link-blue-hover:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 78 169 / var(--tw-border-opacity));
}

.hover\:bg-gradient-to-t:hover{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.hover\:from-soft-gray:hover{
  --tw-gradient-from: #F1F3F5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 243 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:to-white:hover{
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

.hover\:text-link-blue-hover:hover{
  --tw-text-opacity: 1;
  color: rgb(0 78 169 / var(--tw-text-opacity));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:underline:hover{
  text-decoration-line: underline;
}

.hover\:outline:hover{
  outline-style: solid;
}

.hover\:outline-2:hover{
  outline-width: 2px;
}

.hover\:outline-deep-blue:hover{
  outline-color: #004EA9;
}

.hover\:outline-link-blue-hover:hover{
  outline-color: #004EA9;
}

.hover\:outline-soft-gray:hover{
  outline-color: #F1F3F5;
}

.group:hover .group-hover\:border-2{
  border-width: 2px;
}

.group:hover .group-hover\:text-link-blue-hover{
  --tw-text-opacity: 1;
  color: rgb(0 78 169 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:flex-row{
    flex-direction: row;
  }

  .sm\:flex-wrap{
    flex-wrap: wrap;
  }

  .sm\:gap-8{
    gap: 2rem;
  }

  .sm\:p-0{
    padding: 0px;
  }
}

@media (min-width: 768px){
  .md\:order-3{
    order: 3;
  }

  .md\:order-4{
    order: 4;
  }

  .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-3{
    grid-column: span 3 / span 3;
  }

  .md\:col-start-2{
    grid-column-start: 2;
  }

  .md\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:ml-5{
    margin-left: 1.25rem;
  }

  .md\:ml-auto{
    margin-left: auto;
  }

  .md\:mt-0{
    margin-top: 0px;
  }

  .md\:mt-12{
    margin-top: 3rem;
  }

  .md\:mt-6{
    margin-top: 1.5rem;
  }

  .md\:mt-auto{
    margin-top: auto;
  }

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:grid{
    display: grid;
  }

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:w-2\/5{
    width: 40%;
  }

  .md\:w-3\/4{
    width: 75%;
  }

  .md\:w-4\/5{
    width: 80%;
  }

  .md\:max-w-\[50\%\]{
    max-width: 50%;
  }

  .md\:flex-1{
    flex: 1 1 0%;
  }

  .md\:basis-1\/2{
    flex-basis: 50%;
  }

  .md\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:flex-col{
    flex-direction: column;
  }

  .md\:flex-wrap{
    flex-wrap: wrap;
  }

  .md\:items-end{
    align-items: flex-end;
  }

  .md\:items-center{
    align-items: center;
  }

  .md\:justify-center{
    justify-content: center;
  }

  .md\:gap-12{
    gap: 3rem;
  }

  .md\:gap-8{
    gap: 2rem;
  }

  .md\:p-20{
    padding: 5rem;
  }

  .md\:p-8{
    padding: 2rem;
  }

  .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:pb-20{
    padding-bottom: 5rem;
  }

  .md\:pl-0{
    padding-left: 0px;
  }

  .md\:pr-20{
    padding-right: 5rem;
  }

  .md\:pr-8{
    padding-right: 2rem;
  }

  .md\:pt-0{
    padding-top: 0px;
  }

  .md\:pt-12{
    padding-top: 3rem;
  }

  .md\:pt-16{
    padding-top: 4rem;
  }

  .md\:pt-5{
    padding-top: 1.25rem;
  }

  .md\:text-left{
    text-align: left;
  }

  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-\[3\.25rem\]{
    font-size: 3.25rem;
  }
}

@media (min-width: 1024px){
  .lg\:absolute{
    position: absolute;
  }

  .lg\:left-8{
    left: 2rem;
  }

  .lg\:top-2{
    top: 0.5rem;
  }

  .lg\:top-20{
    top: 5rem;
  }

  .lg\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .lg\:col-start-3{
    grid-column-start: 3;
  }

  .lg\:mb-0{
    margin-bottom: 0px;
  }

  .lg\:ml-10{
    margin-left: 2.5rem;
  }

  .lg\:mt-0{
    margin-top: 0px;
  }

  .lg\:block{
    display: block;
  }

  .lg\:inline-block{
    display: inline-block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:inline-flex{
    display: inline-flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-\[calc\(100dvh-144px\)\]{
    height: calc(100dvh - 144px);
  }

  .lg\:h-auto{
    height: auto;
  }

  .lg\:w-1\/2{
    width: 50%;
  }

  .lg\:w-2\/3{
    width: 66.666667%;
  }

  .lg\:w-3\/5{
    width: 60%;
  }

  .lg\:w-44{
    width: 11rem;
  }

  .lg\:w-\[50\%\]{
    width: 50%;
  }

  .lg\:max-w-\[50\%\]{
    max-width: 50%;
  }

  .lg\:max-w-\[70\%\]{
    max-width: 70%;
  }

  .lg\:max-w-xl{
    max-width: 36rem;
  }

  .lg\:flex-1{
    flex: 1 1 0%;
  }

  .lg\:shrink-0{
    flex-shrink: 0;
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:flex-col{
    flex-direction: column;
  }

  .lg\:items-center{
    align-items: center;
  }

  .lg\:justify-between{
    justify-content: space-between;
  }

  .lg\:gap-6{
    gap: 1.5rem;
  }

  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-\[10\%\]{
    padding-left: 10%;
    padding-right: 10%;
  }

  .lg\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:pl-24{
    padding-left: 6rem;
  }

  .lg\:pr-16{
    padding-right: 4rem;
  }

  .lg\:pt-36{
    padding-top: 9rem;
  }

  .lg\:pt-8{
    padding-top: 2rem;
  }

  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:shadow-none{
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1280px){
  .xl\:w-\[55vw\]{
    width: 55vw;
  }

  .xl\:max-w-\[50\%\]{
    max-width: 50%;
  }

  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:text-\[5rem\]{
    font-size: 5rem;
  }
}