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

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

/*
! tailwindcss v3.4.17 | 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.
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: "Overpass";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

:root {
  --color-transparent: transparent;
  --color-current: currentColor;
  --color-white: #ffffff;
  --color-blue: #47A5D7;
  --color-darkblue-text: #0E3A52;
  --color-darkblue: #061B2A;
  --color-grey-border: #DADDDF;
  --color-grey: #F4F4F4;
  --color-green: #91DBA2;
}

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

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

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

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

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

.right-0 {
  right: 0px;
}

.right-5 {
  right: 1.25rem;
}

.top-0 {
  top: 0px;
}

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

.top-5 {
  top: 1.25rem;
}

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

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

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

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

.order-last {
  order: 9999;
}

.float-left {
  float: left;
}

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

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

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

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

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

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

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

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

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

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

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

.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-10 {
  margin-left: 2.5rem;
}

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

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

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

.\!block {
  display: block !important;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[0\.9\] {
  aspect-ratio: 0.9;
}

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

.h-1\/2 {
  height: 50%;
}

.h-16 {
  height: 4rem;
}

.h-3\/4 {
  height: 75%;
}

.h-8 {
  height: 2rem;
}

.h-\[45vmin\] {
  height: 45vmin;
}

.h-\[65vmin\] {
  height: 65vmin;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

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

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

.min-h-16 {
  min-height: 4rem;
}

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

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

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

.w-10 {
  width: 2.5rem;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-12 {
  width: 3rem;
}

.w-2 {
  width: 0.5rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-3 {
  width: 0.75rem;
}

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

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-6 {
  width: 1.5rem;
}

.w-64 {
  width: 16rem;
}

.w-8 {
  width: 2rem;
}

.w-full {
  width: 100%;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-xl {
  max-width: 36rem;
}

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

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

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

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

.resize {
  resize: both;
}

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

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

.grid-cols-\[40\%_60\%\] {
  grid-template-columns: 40% 60%;
}

.grid-cols-\[65\%_35\%\] {
  grid-template-columns: 65% 35%;
}

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

.border {
  border-width: 1px;
}

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

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

.border-l {
  border-left-width: 1px;
}

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

.border-blue\/20 {
  border-color: rgb(71 165 215 / 0.2);
}

.border-darkblue {
  --tw-border-opacity: 1;
  border-color: rgb(6 27 42 / var(--tw-border-opacity, 1));
}

.border-darkblue\/10 {
  border-color: rgb(6 27 42 / 0.1);
}

.border-grey-border {
  --tw-border-opacity: 1;
  border-color: rgb(218 221 223 / var(--tw-border-opacity, 1));
}

.border-grey\/15 {
  border-color: rgb(244 244 244 / 0.15);
}

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

.\!bg-darkblue {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(6 27 42 / var(--tw-bg-opacity, 1)) !important;
}

.bg-\[\#0E3A52\] {
  --tw-bg-opacity: 1;
  background-color: rgb(14 58 82 / var(--tw-bg-opacity, 1));
}

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(71 165 215 / var(--tw-bg-opacity, 1));
}

.bg-blue\/10 {
  background-color: rgb(71 165 215 / 0.1);
}

.bg-blue\/20 {
  background-color: rgb(71 165 215 / 0.2);
}

.bg-darkblue {
  --tw-bg-opacity: 1;
  background-color: rgb(6 27 42 / var(--tw-bg-opacity, 1));
}

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

.bg-grey\/65 {
  background-color: rgb(244 244 244 / 0.65);
}

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

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

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

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-blue {
  --tw-gradient-from: #47A5D7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 165 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-green {
  --tw-gradient-to: #91DBA2 var(--tw-gradient-to-position);
}

.bg-\[length\:200px\] {
  background-size: 200px;
}

.bg-\[length\:210px\] {
  background-size: 210px;
}

.bg-\[length\:230px_210px\] {
  background-size: 230px 210px;
}

.bg-\[length\:300px\] {
  background-size: 300px;
}

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

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

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

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

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

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

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

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

.object-left {
  -o-object-position: left;
     object-position: left;
}

.p-1 {
  padding: 0.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-mobile {
  padding: 1.5rem;
}

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

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

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.py-mobile {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.pb-\[105\%\] {
  padding-bottom: 105%;
}

.pb-\[110\%\] {
  padding-bottom: 110%;
}

.pb-\[115\%\] {
  padding-bottom: 115%;
}

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

.pb-\[35\%\] {
  padding-bottom: 35%;
}

.pb-\[56\%\] {
  padding-bottom: 56%;
}

.pb-\[65\%\] {
  padding-bottom: 65%;
}

.pb-\[85\%\] {
  padding-bottom: 85%;
}

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

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

.pb-mobile-sm {
  padding-bottom: .75rem;
}

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

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

.pl-6 {
  padding-left: 1.5rem;
}

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

.pl-mobile {
  padding-left: 1.5rem;
}

.pr-12 {
  padding-right: 3rem;
}

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

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

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

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

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

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

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

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

.pt-36 {
  padding-top: 9rem;
}

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

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

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

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

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

.pt-mobile-sm {
  padding-top: .75rem;
}

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

.font-sans {
  font-family: "Overpass";
}

.text-2xl {
  font-size: 1.6rem;
}

.text-3xl {
  font-size: 2rem;
}

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

.text-base {
  font-size: 0.95rem;
}

.text-lg {
  font-size: 1.15rem;
}

.text-sm {
  font-size: 0.85rem;
}

.text-xl {
  font-size: 1.3rem;
}

.text-xs {
  font-size: 0.75rem;
}

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.leading-snug {
  line-height: 1.375;
}

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

.tracking-tight {
  letter-spacing: -0.025em;
}

.text-blue {
  --tw-text-opacity: 1;
  color: rgb(71 165 215 / var(--tw-text-opacity, 1));
}

.text-darkblue {
  --tw-text-opacity: 1;
  color: rgb(6 27 42 / var(--tw-text-opacity, 1));
}

.text-darkblue-text\/60 {
  color: rgb(14 58 82 / 0.6);
}

.text-darkblue\/30 {
  color: rgb(6 27 42 / 0.3);
}

.text-darkblue\/40 {
  color: rgb(6 27 42 / 0.4);
}

.text-transparent {
  color: transparent;
}

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

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

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

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

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-100 {
  opacity: 1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.outline {
  outline-style: solid;
}

.outline-grey-border {
  outline-color: #DADDDF;
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  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);
}

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

.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-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

body {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(14 58 82 / var(--tw-text-opacity, 1));
}

body, html {
  font-size: 0.95rem;
}

:root {
  --primary-color: var(--color-darkblue);
  --swiper-navigation-sides-offset:3rem;
  --swiper-pagination-bottom:2rem;
  --swiper-pagination-color:var(--color-blue);
}

section[data-scroll] {
  transition: opacity 1.75s;
}

[data-splitting="chars"] {
  overflow: hidden;
}

[data-scroll="in"] {
  opacity: 1 !important;
}

[data-scroll="out"] {
  opacity: 0;
}

/*.rte-left > *:not(.file-preview) {*/

/*  @apply pr-12;*/

/*}*/

.caret {
  display: inline-block;
  padding-right: 2rem;
  background: url('/dist/images/caret-right-white.svg') no-repeat 100% 50%;
  background-size: 15px;
}

.solid .fixed {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(6 27 42 / var(--tw-text-opacity, 1));
  --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);
}

.theme-default {
  --tw-text-opacity: 1;
  color: rgb(6 27 42 / var(--tw-text-opacity, 1));
}

.theme-default .border-l:before {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #47A5D7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 165 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #91DBA2 var(--tw-gradient-to-position);
  margin-left: -1px;
  width: 1px;
  content: '';
  display: block !important;
}

.theme-default .caret {
  background-image: url('/dist/images/caret-right.svg');
}

.theme-default.header-dark .solid .caret {
  background-image: url('/dist/images/caret-right.svg');
}

.theme-default .hamburger-dark {
  display: block;
}

.theme-default .hamburger-light {
  display: none;
}

.theme-default.header-dark header:not(.solid) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.theme-default.header-dark:not(.solid) .hamburger-dark {
  display: none;
}

.theme-default.header-dark:not(.solid) .hamburger-light {
  display: block;
}

.theme-default.header-dark .solid .hamburger-dark {
  display: block;
}

.theme-default.header-dark .solid .hamburger-light {
  display: none;
}

.theme-darkblue {
  --primary-color: var(--color-darkblue);
  --text-color: var(--color-white);
  --tw-bg-opacity: 1;
  background-color: rgb(6 27 42 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.theme-darkblue .theme-colour {
  --tw-text-opacity: 1;
  color: rgb(6 27 42 / var(--tw-text-opacity, 1));
}

.theme-darkblue .theme-border {
  --tw-border-opacity: 1;
  border-color: rgb(6 27 42 / var(--tw-border-opacity, 1));
}

.theme-darkblue a.btn, .theme-darkblue a.caret {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.theme-darkblue .list li, .theme-darkblue .list ul {
  border-color: rgb(71 165 215 / 0.3);
}

.theme-darkblue .border-l:before {
  position: absolute;
  left: 0px;
  height: 100%;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #47A5D7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 165 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #91DBA2 var(--tw-gradient-to-position);
  margin-left: -1px;
  width: 1px;
  content: '';
  display: block !important;
}

.theme-darkblue .border-b {
  border-color: rgb(71 165 215 / 0.2);
}

.theme-darkblue .solid .fixed {
  --tw-bg-opacity: 1;
  background-color: rgb(6 27 42 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.theme-darkblue .hamburger-dark {
  display: none;
}

.theme-darkblue .hamburger-light {
  display: block;
}

.theme-darkblue .caret, .theme-darkblue a.caret {
  background-image: url('/dist/images/caret-right-white.svg');
}

.theme-darkblue .page-description {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.theme-lightgrey {
  --primary-color: var(--color-darkblue);
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
}

.theme-lightgrey .theme-colour {
  --tw-text-opacity: 1;
  color: rgb(6 27 42 / var(--tw-text-opacity, 1));
}

.theme-lightgrey .theme-border {
  --tw-border-opacity: 1;
  border-color: rgb(6 27 42 / var(--tw-border-opacity, 1));
}

/*.theme-lightgrey a.btn { @apply text-darkblue; }*/

.theme-lightgrey .border-l:before {
  position: absolute;
  left: 0px;
  height: 100%;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #47A5D7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 165 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #91DBA2 var(--tw-gradient-to-position);
  margin-left: -1px;
  width: 1px;
  content: '';
  display: block !important;
}

.theme-lightgrey .caret {
  background-image: url('/dist/images/caret-right.svg');
}

.theme-gradient {
  --primary-color: var(--color-white);
  color: var(--primary-color);
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #47A5D7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 165 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #91DBA2 var(--tw-gradient-to-position)
}

.theme-gradient .theme-border {
  --tw-border-opacity: 1;
  border-color: rgb(6 27 42 / var(--tw-border-opacity, 1));
}

.theme-gradient .border-l:before {
  display: none !important
}

.theme-gradient a.btn {
  --tw-bg-opacity: 1;
  background-color: rgb(6 27 42 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

.theme-gradient .caret, .theme-gradient a.caret {
  background-image: url('/dist/images/caret-right-white.svg');
}

.header-light header .caret,
.header-dark header .solid .caret {
  background-image: url('/dist/images/caret-right.svg');
}

.header-dark header .caret {
  background-image: url('/dist/images/caret-right-white.svg');
}

.header-services {
  background-image: url('/dist/images/header-shape-dark.svg');
}

.header-index {
  background-image: url('/dist/images/shape_header.svg');
  background-position: bottom right;
}

.header-index.light {
  background-image: url('/dist/images/shape_header_light.svg');
}

.container {
  max-width: none !important;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .container {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .header-index .h2 {
    font-size: 3rem;
  }
}

.btn,
body .freeform-form button {
  display: inline-block;
  border-radius: 9999px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(71 165 215 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
  font-size: 0.85rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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;
}

.btn:hover,
body .freeform-form button:hover {
  background-color: rgb(71 165 215 / 0.8);
}

@media (min-width: 768px) {
  .btn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 8px;
    font-size: 0.95rem;
  }
}

.caret {
  background-size: 15px;
}

a.caret {
  background-position-x: 93%;
  padding-right: 45px;
  font-size: 0.85rem;
  padding-left: 0px;
  padding-right: 2rem;
  background-image: url('/dist/images/caret-right.svg');
  transition: background-position 0.3s ease-in-out;
}

a.caret:hover {
  background-position-x: 100%;
}

.btn-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(6 27 42 / var(--tw-bg-opacity, 1));
}

.jumbo {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #47A5D7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 165 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #91DBA2 var(--tw-gradient-to-position);
  -webkit-background-clip: text;
          background-clip: text;
  line-height: 1.25;
  letter-spacing: -0.025em;
  color: transparent;
}

.breadcrumbs a::after {
  content: "/";
  /* Use the arrow character you prefer */
  margin: 0 5px;
  /* Adjust the spacing between the link and the arrow */
}

/* Style for the last link's pseudo-element to remove the arrow */

.breadcrumbs a:last-child::after {
  content: none;
}

.tc-wysiwyg > ul,
.tc-wysiwyg > ul ul,
.tc-wysiwyg > ol,
.tc-wysiwyg > ol ol {
  padding-left: 12px;
}

.tc-wysiwyg > ul,
.tc-wysiwyg > ol {
  margin-bottom: 1.5rem;
}

.tc-wysiwyg > ul li {
  list-style: disc;
}

.tc-wysiwyg > ol li {
  list-style: decimal;
}

.list:not(.tick) ul {
  border-top-width: 1px;
}

.list:not(.tick) li {
  border-bottom-width: 1px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.theme-darkblue .list:not(.tick) li {
  border-color: rgb(71 165 215 / 0.2);
}

.list.tick li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 2rem;
  background: url('/dist/images/icon-check2.svg') no-repeat 0% 50%;
  background-size: 20px;
}

p {
  margin-bottom: 1.25rem;
}

h1, .h1 {
  margin-bottom: 0.5rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
}

h2, .h2 {
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  line-height: 1.25;
}

h3, .h3 {
  margin-bottom: 1rem;
  font-size: 1.15rem;
}

h2.mb-0,
h3.mb-0,
h4.mb-0 {
  margin-bottom: 0 !important;
}

h2 > strong, h3 > strong, h4 > strong {
  font-weight: 400;
}

span.h3 {
  margin-bottom: 0px;
}

h2span.h3,
h3span.h3,
h4span.h3 {
  margin-bottom: 0;
}

h4, .h4 {
  margin-bottom: 1rem;
  font-size: 1.15rem;
}

.tc-wysiwyg h1 > b {
  font-weight: 600;
}

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 3rem;
    font-weight: 700;
  }

  h2, .h2, .tc-wysiwyg h1 {
    font-size: 2rem;
  }

  h3, .h3 {
    font-size: 1.3rem;
    line-height: 1.25;
  }

  h4, .h4 {
    font-size: 1.3rem;
  }
}

.jumbo {
  font-weight: 700;
}

.tc-wysiwyg a:not(.btn) {
  --tw-text-opacity: 1;
  color: rgb(71 165 215 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.tc-wysiwyg p {
  margin-bottom: 1.5rem;
}

.workday-content h1 {
  margin-bottom: 2.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(218 221 223 / var(--tw-border-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.theme-darkblue .workday-content h1 {
  border-color: rgb(71 165 215 / 0.2);
}

.workday-content h1 b {
  font-weight: 400;
}

.workday-content.tc-wysiwyg > ul {
  padding-left: 0px;
}

.workday-content.tc-wysiwyg > ul li {
  list-style-type: none;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 2rem;
  background: url('/dist/images/icon-check2.svg') no-repeat 0% 50%;
  background-size: 20px;
}

.workday-content.tc-wysiwyg > ul li p {
  margin-bottom: 0px;
}

h2.workday-content.tc-wysiwyg > ul li p,
h3.workday-content.tc-wysiwyg > ul li p,
h4.workday-content.tc-wysiwyg > ul li p {
  margin-bottom: 0;
}

/* List JS */

.pagination li:not(.disabled) > a {
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(71 165 215 / 0.2);
  opacity: 1;
}

.pagination li.active > a {
  --tw-bg-opacity: 1;
  background-color: rgb(71 165 215 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.pagination li:not(.active) > a {
  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;
}

.pagination li:not(.active) > a:hover {
  background-color: rgb(71 165 215 / 0.1);
}

/* just for example as nested accordion */

[data-accordion-prefix-classes="minimalist-css"] {
  margin-left: 3em;
}

.minimalist-accordion__header {
  display: block;
  position: relative;
  /** fix typo inputs **/
  cursor: pointer;
  margin: 0;
  text-align: left;
  width: 100%;
  padding-top: .75rem;
  padding-right: 35px;
  padding-bottom: .75rem;
}

/* title opened */

.minimalist-accordion__header[aria-expanded="true"]:before {
  content: "– ";
  position: absolute;
  right: 0;
  font-size: 1.5em;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  text-align: center;
  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
}

/* title closed */

.minimalist-accordion__header[aria-expanded="false"]:before {
  content: "+ ";
  position: absolute;
  right: 0;
  font-size: 1.5em;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  text-align: center;
  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
}

.minimalist-accordion__panel {
  display: block;
  overflow: hidden;
  opacity: 1;
  transition: visibility 0s ease, max-height 1s ease, opacity 1s ease;
  max-height: 100em;
  /* magic number for max-height = enough height */
  visibility: visible;
  transition-delay: 0s;
  margin: 0;
  padding: 0;
}

/* This is the hidden state */

[aria-hidden=true].minimalist-accordion__panel {
  display: block;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition-delay: 1s, 0s, 0s;
  margin: 0;
  padding: 0;
}

dialog {
  display: block;
  border: 0;
}

/* removes scroll when modal is opened */

.no-scroll {
  overflow: hidden;
}

/* overlay covers everything */

.js-modal.button {
  transition: 0.4s;
}

.js-modal.button:hover {
  transform: scale(1.02);
}

.js-modal.button:after {
  content: '';
  background: rgba(0,0,0,0.25);
  position: absolute;
  top: 0px;
  z-index: 10;
  display: block;
  height: 100%;
  width: 100%;
}

.js-modal.button:before {
  content: '';
  position: absolute;
  top: 0px;
  z-index: 30;
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(45deg, var(--primary-color) 0%, rgba(0, 106, 96, 0) 30%, rgba(0, 0, 0, 0) 100%);
}

.simple-modal-overlay,
.simple-animated-modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #000;
  opacity: .8;
  z-index: 666;
  cursor: pointer;
}

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

.simple-modal-overlay[data-background-click="disabled"],
.simple-animated-modal-overlay[data-background-click="disabled"] {
  cursor: auto;
}

.simple-animated-modal-overlay  {
  animation: fadewhite ease .5s 1 normal ;
}

#js-modal-content {
  aspect-ratio: 16 / 9;
  --tw-bg-opacity: 1;
  background-color: rgb(6 27 42 / var(--tw-bg-opacity, 1));
}

@keyframes fadewhite {
  0% {
    opacity: 0;
  }

  100% {
    opacity: .8;
  }
}

/* Accessible modal */

.simple-modal,
.simple-animated-modal {
  position: fixed;
  left: 15%;
  top: 10%;
  width: 70%;
  max-height: 98vh;
  background: #000;
  z-index: 667;
  right: auto;
  overflow: auto;
}

.simple-modal-close,
.simple-animated-modal-close {
  position: fixed;
  top: 1.25rem;
  right: 1.25rem;
  height: 2rem;
  width: 2rem;
  background: url('/dist/images/icon-clear-white.svg') no-repeat 50% 50%;
  background-size: 100%;
  border-radius: 1px;
  outline: none;
  color: #fff;
  border: 0;
  font: inherit;
  padding: .25em .5em;
  cursor: pointer;
}

.simple-animated-modal-close span {
  display: none;
}

.simple-modal-close:focus,
.simple-modal-close:hover,
.simple-modal-close:active {
  outline: 0;
}

.simple-animated-modal {
  animation: fade ease .5s 1 normal ;
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* it can be easily adapted in media-queries for tablets/mobile */

/* for this example: tablets */

@media (max-width: 55.625em) {
  .simple-modal,
  .simple-animated-modal {
    left: 5%;
    top: 5%;
    height: 90%;
    width: 90%;
  }
}

/* for this example: mobile */

@media (max-width: 44.375em) {
  .simple-modal,
  .simple-animated-modal {
    left: 1%;
    top: 1%;
    width: 98%;
    height: 98%;
  }
}

[class^=swiper-button-] {
  transition: all 0.3s ease;
}

.swiper-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.swiper-container {
  transition: opacity 0.6s ease, transform 0.3s ease;
}

.heroSwiper {
  height: 150vmin;
  position: relative;
}

@media (min-width: 768px) {
  .heroSwiper {
    height: 80vmin;
  }
}

.heroSwiper .radial-overlay {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: radial-gradient(71.35% 72.44% at 50% 59.99%, rgba(0, 0, 0, 0.00) 65%, rgba(6, 27, 42, 0.80) 100%);
  z-index: 10;
}

.heroSwiper .radial-overlay:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: radial-gradient(107.35% 108.99% at 65.18% 77.85%, rgba(6, 27, 42, 0.80) 0%, rgba(0, 0, 0, 0.00) 44.89%);
  z-index: 10;
}

.swiper-container.nav-slider {
  width: 20%;
  padding-left: 5px;
}

.swiper-container.nav-slider .swiper-slide {
  cursor: pointer;
  opacity: 0.4;
  transition: opacity 0.3s ease;
}

.swiper-container.nav-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.swiper-container.nav-slider .swiper-slide .content {
  width: 100%;
}

.swiper-container.nav-slider .swiper-slide .content .title {
  font-size: 20px;
}

.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.swiper-container.loading {
  opacity: 0;
  visibility: hidden;
}

.swiper-button-white {
  display: block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(71 165 215 / var(--tw-bg-opacity, 1));
  width: 50px !important;
  height: 50px !important;
}

.swiper-slide {
  overflow: hidden;
}

.swiper-slide .slide-bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.swiper-slide .entity-img {
  display: none;
}

.swiper-slide .content {
  position: absolute;
  top: 40%;
  left: 0;
  width: 50%;
  padding-left: 5%;
  color: #fff;
}

.swiper-slide .content .title {
  font-size: 2.6em;
  font-weight: bold;
  margin-bottom: 30px;
}

.swiper-slide .content .caption {
  display: block;
  font-size: 13px;
  line-height: 1.4;
}

[class^=swiper-button-] {
  width: 44px;
  opacity: 0;
  visibility: hidden;
}

.swiper-button-prev {
  transform: translateX(50px);
}

.swiper-button-next {
  transform: translateX(-50px);
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  font-size: 20px !important;
  color: #fff;
}

/* Animated Menu */

.menu-gradient:before {
  background: url('/dist/images/shape_nav.svg') no-repeat 100% 50%;
}

.page-header .menu-wrapper {
  transform: translateY(-100%);
  transition: transform 1s ease-in-out;
}

.page-header.menu-open .menu-wrapper {
  transform: none;
}

.page-header .menu-wrapper .nav a {
  display: inline-block;
  padding: 5px;
}

.page-header .menu-wrapper ul ul {
  height: 0px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1.15rem;
  opacity: 0;
  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: 300ms;
}

@media (min-width: 768px) {
  .page-header .menu-wrapper li:not(:last-child) {
    margin-right: 35px;
  }

  .page-header .menu-wrapper ul ul {
    position: absolute;
    top: 0px;
    height: auto;
    left: 55%;
  }

  div > ul.main:before {
    content: '';
    position: absolute;
    left: 50%;
    height: 100%;
    width: 1px;
    opacity: 0.2;
    background: linear-gradient(0deg, #FFF 0%, #0E3A52 47.41%, #FFF 100%);
  }
}

@media (min-width: 1280px) {
  .header-services .img-display {
    padding-bottom: 70% !important;
  }
}

div > ul > li > a {
  opacity: 0.6;
  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: 300ms;
}

div > ul > li > a:hover {
  opacity: 1;
}

.has-children {
  background: url('/dist/images/caret-right-grey.svg') no-repeat 100% 50%;
  background-size: 15px;
}

.selected {
  background-image: url('/dist/images/caret-right-blue.svg');
}

.selected a {
  opacity: 1;
}

.page-header .menu-wrapper ul ul:not(.show) {
  visibility: hidden;
}

.page-header .menu-wrapper ul ul.show {
  display: flex;
  z-index: 20;
  height: auto;
  opacity: 1;
}

@media (max-width: 900px) {
  .page-header .menu-wrapper ul ul.show {
    margin-top: 1rem;
  }

  .page-header .menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    transform: translateY(-100%);
    overflow-y: auto;
  }

  .page-header .menu-wrapper ul {
    padding: 20px 0;
    margin: auto;
    flex-direction: column;
  }
}

.link::before,
.link::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background: currentColor;
  top: 100%;
  left: 0;
  pointer-events: none;
}

.link::before {
  content: '';
  /* show by default */
}

.link--underline {
  position: relative;
}

.link--underline::before {
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.5s;
}

.link--underline:hover::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}

.cta.theme-darkblue .shape {
  background-image: url('/dist/images/shape_cta_ondark.svg') !important;
}

/*.link:after {*/

/*  content: '';*/

/*  background-color: red;*/

/*  border-radius: 50%;*/

/*  display: block;*/

/*  position: absolute;*/

/*  top: 0;*/

/*  right: 0;*/

/*  bottom: 0;*/

/*  left: 0;*/

/*  transform: scale(0.001, 0.001);*/

/*}*/

/*.link:focus {*/

/*  outline: 0;*/

/*}*/

/*.link:focus:after {*/

/*  animation: effect_dylan 0.8s ease-out;*/

/*}*/

/*@keyframes effect_dylan {*/

/*  50% {*/

/*    transform: scale(1.5, 1.5);*/

/*    opacity: 0;*/

/*  }*/

/*  99% {*/

/*    transform: scale(0.001, 0.001);*/

/*    opacity: 0;*/

/*  }*/

/*  100% {*/

/*    transform: scale(0.001, 0.001);*/

/*    opacity: 1;*/

/*  }*/

/*}*/

/* Sacnite */

.button {
  float: left;
  min-width: 150px;
  max-width: 250px;
  display: block;
  padding: 1em 2em;
  border: none;
  background: none;
  color: inherit;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.button svg {
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
  line-height: inherit;
  position: relative;
  display: inline-block;
  transform: translate(0, 0);
  vertical-align: middle;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.button--round-l {
  border-radius: 40px;
}

.button.button--sacnite {
  width: 50px;
  height: 50px;
  min-width: 0;
  padding: 0;
  color: #fff;
  transition: color 0.3s;
  position: relative;
}

.button--scanite.button--round-l {
  border-radius: 50%;
}

.button--sacnite::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  z-index: -1;
  box-shadow: inset 0 0 0 35px var(--color-darkblue);
  transform: scale3d(0.9, 0.9, 1);
  transition: box-shadow 0.3s, transform 0.3s;
}

.button--sacnite.button--inverted::before {
  box-shadow: inset 0 0 0 35px #fff;
}

.button--sacnite .button__icon {
  font-size: 22px;
  width: 22px;
}

.button--sacnite > span {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.button--sacnite:hover {
  --tw-text-opacity: 1;
  color: rgb(6 27 42 / var(--tw-text-opacity, 1));
}

.button--sacnite.button--inverted:hover {
  color: #fff;
}

.button--sacnite:hover::before {
  box-shadow: inset 0 0 0 2px var(--color-darkblue);
  transform: scale3d(1, 1, 1);
}

.button--sacnite.button--inverted:hover::before {
  box-shadow: inset 0 0 0 2px #fff;
}

.carousel-nav button > div {
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.carousel-nav button.active {
  opacity: 1;
}

.carousel-nav button.active > div {
  max-height: 150px;
  opacity: 1;
}

.carousel-image [data-id] {
  opacity: 0;
  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: 500ms;
}

.carousel-image [data-id].active {
  opacity: 1;
}

.filter-cat input:checked + svg {
  opacity: 1;
}

.card__inner {
  will-change: transform;
  transform-origin: center top;
}

.cards {
  grid-template-rows: repeat(var(--cards-count), var(--card-height));
}

.space {
  height: 90vh;
}

.space--small {
  height: 40vh;
}

@media (max-width: 600px) {
  .card__inner {
    flex-direction: column;
  }

  .card__image-container {
    width: 100%;
  }

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

.yourir-widget-price-comparison-chart1 button:not(.download) {
  font-weight: 700;
  line-height: 1;
  background-color: transparent;
  border:1px solid #f6f6fa2e;
  padding: 7px 12px 4px;
  margin-left: 12px;
}

@media (min-width: 768px) {
  .yourir-widget-price-comparison-chart1 button.download {
    float: right;
    transform: translateY(-100%);
  }
}

.yourir-widget-price-comparison-chart1 button:disabled {
  display: none;
  /* hides un-used buttons */
}

.yourir-widget-price-comparison-chart1 button:focus {
  outline: none;
}

.yourir-widget-price-comparison-chart1 button.yourir-active {
  background: transparent;
  border:1px solid #E5622E;
  border-radius:3px;
}

button.asx200.yourir-active  {
  border-color: #C5C5C6;
}

.yourir-tooltip-wrapper .yourir-tooltip {
  --tw-text-opacity: 1;
  color: rgb(6 27 42 / var(--tw-text-opacity, 1));
}

.yourir-announcement-heading a {
  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;
}

.yourir-announcement-heading a:hover {
  --tw-text-opacity: 1;
  color: rgb(71 165 215 / var(--tw-text-opacity, 1));
}

.yourir-select {
  background-color: transparent;
}

button.sector.yourir-active  {
  border-color: #C5C5C6;
}

button.news.yourir-active  {
  border-color: #C5C5C6;
}

button.volume.yourir-active  {
  border-color: #C5C5C6;
}

.yourir-chart {
  padding: 8px 25px 35px 60px;
  color: #fff;
  font-size: 14px;
}

.yourir-chart-panel {
  height: 250px;
}

.yourir-chart-panel-plot-area {
  padding: 0px;
}

.yourir-chart-yaxis-stripe {
  fill: #f9f9f9;
}

.yourir-chart-tooltip-container {
  padding: 10px 30px;
}

.yourir-chart-top-panel .yourir-chart-yaxis-bottom-label {
  display: none;
}

/*.yourir-chart-panel-border, .yourir-chart-gridline {
    stroke: #CCCCCC;
    stroke-opacity: .5;
}*/

.yourir-chart-minor-gridline {
  display: none;
}

.yourir-chart-panel-border-bottom {
  display: none;
}

.yourir-chart-yaxis-gridline {
  stroke: #EBEBEF;
}

.yourir-chart-yaxis-stripe {
  display:none;
}

.yourir-chart-yaxis-left .yourir-chart-yaxis-outside .yourir-chart-yaxis-label-container {
  margin-right: 12px;
}

.yourir-chart-xaxis-label-container {
  margin-top: 8px;
}

.yourir-chart-yaxis-label {
  margin-left: 6px;
}

.yourir-chart-price {
  stroke: var(--color-green);
  stroke-width: 1px;
  opacity:0.8;
}

.yourir-change .yourir-negative,
.yourir-pct-change .yourir-negative {
  color: #E5622E;
}

.yourir-change .yourir-positive,
.yourir-pct-change .yourir-positive {
  color: var(--color-green);
}

.yourir-chart-price-fill {
  fill: var(--color-blue);
  fill-opacity: 0.2;
}

.yourir-chart-prev-close {
  stroke: #e74b3c;
}

.yourir-chart-volume {
  stroke: var(--color-blue);
  opacity:0.15;
}

.yourir-chart-relative-price1 {
  stroke: #B5462E;
}

.yourir-chart-relative-price2 {
  stroke: #F7D0C0;
}

.yourir-chart-announcement-marker {
  fill: #C62827;
}

.yourir-chart-tooltip {
  background:rgba(255,255,255,0.85);
  border: none;
}

table.yourir-chart-tooltip-legend td {
  color: #24242A;
}

/* Forms */

body .freeform-row,
body .freeform-form {
  color: inherit;
  font-family: "Overpass";
  font-size: 0.95rem;
}

body .freeform-row [class*="freeform-col-"] {
  padding-left: 0px;
  padding-right: 0px;
}

body .freeform-form button {
  font-family: "Overpass";
}

body .freeform-row [class*="freeform-col-"] input:focus,
body .freeform-row [class*="freeform-col-"] textarea:focus,
body .freeform-row [class*="freeform-col-"] select:focus {
  --tw-border-opacity: 1;
  border-color: rgb(145 219 162 / var(--tw-border-opacity, 1));
}

body .freeform-row [class*="freeform-col-"] input,
body .freeform-row [class*="freeform-col-"] textarea,
body .freeform-row [class*="freeform-col-"] select {
  background-color: transparent;
  color: var(--text-color);
}

#job-list .search {
  background-image: url('/dist/images/icon-search.svg');
  background-size: 20px;
  background-position: 5px 50%;
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:bottom-0::before {
  content: var(--tw-content);
  bottom: 0px;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}

.before\:block::before {
  content: var(--tw-content);
  display: block;
}

.before\:h-\[1px\]::before {
  content: var(--tw-content);
  height: 1px;
}

.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}

.before\:w-1::before {
  content: var(--tw-content);
  width: 0.25rem;
}

.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}

.before\:bg-gradient-to-b::before {
  content: var(--tw-content);
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.before\:bg-gradient-to-r::before {
  content: var(--tw-content);
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.before\:from-blue::before {
  content: var(--tw-content);
  --tw-gradient-from: #47A5D7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 165 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:to-green::before {
  content: var(--tw-content);
  --tw-gradient-to: #91DBA2 var(--tw-gradient-to-position);
}

.before\:bg-cover::before {
  content: var(--tw-content);
  background-size: cover;
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.even\:bg-blue\/10:nth-child(even) {
  background-color: rgb(71 165 215 / 0.1);
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:bg-blue\/10:hover {
  background-color: rgb(71 165 215 / 0.1);
}

.hover\:bg-blue\/20:hover {
  background-color: rgb(71 165 215 / 0.2);
}

.hover\:bg-blue\/80:hover {
  background-color: rgb(71 165 215 / 0.8);
}

.hover\:bg-gradient-to-r:hover {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.hover\:from-blue:hover {
  --tw-gradient-from: #47A5D7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 165 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:to-green:hover {
  --tw-gradient-to: #91DBA2 var(--tw-gradient-to-position);
}

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

.group:hover .group-hover\:translate-x-3 {
  --tw-translate-x: 0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:text-blue {
  --tw-text-opacity: 1;
  color: rgb(71 165 215 / var(--tw-text-opacity, 1));
}

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

  .max-md\:mr-6 {
    margin-right: 1.5rem;
  }

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

  .max-md\:h-64 {
    height: 16rem;
  }

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

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

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

  .max-md\:border-grey-border {
    --tw-border-opacity: 1;
    border-color: rgb(218 221 223 / var(--tw-border-opacity, 1));
  }

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

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

  .max-md\:text-sm {
    font-size: 0.85rem;
  }

  .max-md\:text-xs {
    font-size: 0.75rem;
  }
}

@media (min-width: 640px) {
  .sm\:text-sm {
    font-size: 0.85rem;
  }
}

@media (min-width: 768px) {
  .md\:\!visible {
    visibility: visible !important;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:order-first {
    order: -9999;
  }

  .md\:order-last {
    order: 9999;
  }

  .md\:float-right {
    float: right;
  }

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

  .md\:mr-16 {
    margin-right: 4rem;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

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

  .md\:\!block {
    display: block !important;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-\[7\/3\] {
    aspect-ratio: 7/3;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:\!max-h-\[150px\] {
    max-height: 150px !important;
  }

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

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

  .md\:w-3 {
    width: 0.75rem;
  }

  .md\:w-40 {
    width: 10rem;
  }

  .md\:w-48 {
    width: 12rem;
  }

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

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

  .md\:min-w-64 {
    min-width: 16rem;
  }

  .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\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

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

  .md\:grid-cols-\[35\%_65\%\] {
    grid-template-columns: 35% 65%;
  }

  .md\:grid-cols-\[65\%_35\%\] {
    grid-template-columns: 65% 35%;
  }

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

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

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

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

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

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

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

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

  .md\:p-16 {
    padding: 4rem;
  }

  .md\:p-20 {
    padding: 5rem;
  }

  .md\:p-mobile {
    padding: 1.5rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

  .md\:px-mobile {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

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

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

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

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

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

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pr-16 {
    padding-right: 4rem;
  }

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

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

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

  .md\:text-4xl {
    font-size: 3rem;
  }

  .md\:text-lg {
    font-size: 1.15rem;
  }

  .md\:text-sm {
    font-size: 0.85rem;
  }

  .md\:\!opacity-100 {
    opacity: 1 !important;
  }
}

@media (min-width: 1024px) {
  .lg\:right-desktop {
    right: 5rem;
  }

  .lg\:block {
    display: block;
  }

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

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

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

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

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

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

  .lg\:gap-6 {
    gap: 1.5rem;
  }

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

  .lg\:p-desktop {
    padding: 5rem;
  }

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

  .lg\:px-desktop {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

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

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pl-desktop {
    padding-left: 5rem;
  }

  .lg\:pt-desktop-sm {
    padding-top: 2.5rem;
  }

  .lg\:text-5xl {
    font-size: 4rem;
  }

  .lg\:text-6xl {
    font-size: 5rem;
  }

  .lg\:text-lg {
    font-size: 1.15rem;
  }
}

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

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

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

  .xl\:text-6xl {
    font-size: 5rem;
  }
}

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