@font-face {
  font-family: "Nexa-XBold";
  src: url("/fonts/Nexa-XBold.woff2") format("woff2"),
    url("/fonts/Nexa-XBold.woff") format("woff"),
    url("/fonts/Nexa-XBold.ttf") format("truetype");
}

@font-face {
  font-family: "NexaShine-ExtraBold";
  src: url("/fonts/NexaShine-ExtraBold.woff2") format("woff2"),
    url("/fonts/NexaShine-ExtraBold.woff") format("woff");
}

/* @import "legacy/site.css"; */

/*
  DISCLAIMER
  Due to scoping issues, the -newSisLayout suffix and .new-layout scope
  will be removed only when all the legacy css have been phased out.
*/

/* Font-scaling should only be applied to <html> when migration is fully done */

.new-layout {
  /* font-size: clamp(1rem, 1.5vw, 1.5rem); */
}

/* ! tailwindcss v3.0.24 | 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: #ebebeb; /* 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.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
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]) {
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #bdbdbd; /* 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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

:root {
  --color-white: #fff;
  --color-black: #121212;
  --color-blue-darkest: #000060;
  --color-blue-dark: #030380;
  --color-blue-DEFAULT: #0700A1;
  --color-blue-light: #2803ff;
  --color-blue-lightest: #ebf4ff;
  --color-blue-azure: #00adef;
  --color-turquoise-shiny: #00ffff;
  --color-turquoise-light-shiny: #c1ffff;
  --color-shiny-pink-darkest: #ca0072;
  --color-shiny-pink-dark: #e60081;
  --color-shiny-pink-DEFAULT: #ff0f96;
  --color-shiny-pink-light: #ff86d7;
  --color-shiny-pink-lightest: #ffeffd;
  --color-alert-red-darkest: #a9131b;
  --color-alert-red-dark: #be151e;
  --color-alert-red-DEFAULT: #e01923;
  --color-transparent: rgba(255, 255, 255, 0);
  --color-pink: #e20382;
  --color-gray-50: #fafafa;
  --color-gray-100: #f3f3f3;
  --color-gray-200: #ebebeb;
  --color-gray-300: #dfdfdf;
  --color-gray-400: #bdbdbd;
  --color-gray-500: #9e9e9e;
  --color-gray-600: #757575;
  --color-gray-700: #616161;
  --color-gray-800: #424242;
  --color-gray-900: #121212;
  --color-white-transparent: rgba(255, 255, 255, 0.2);
  --color-red: #e01923;
  --color-orange: #ff832b;
  --color-yellow: #fdd13a;
  --color-green: #24a148;
}

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top-1\/2 {
  top: 50%;
}

.left-1\/2 {
  left: 50%;
}

.top-4 {
  top: 1rem;
}

.right-0 {
  right: 0px;
}

.z-50 {
  z-index: 50;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-auto {
  margin-top: auto;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-\[160px\] {
  height: 160px;
}

.h-20 {
  height: 5rem;
}

.h-auto {
  height: auto;
}

.min-h-\[2\.5rem\] {
  min-height: 2.5rem;
}

.w-full {
  width: 100%;
}

.w-36 {
  width: 9rem;
}

.w-px {
  width: 1px;
}

.w-44 {
  width: 11rem;
}

.min-w-\[215px\] {
  min-width: 215px;
}

.max-w-\[50rem\] {
  max-width: 50rem;
}

.max-w-\[24rem\] {
  max-width: 24rem;
}

.-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;
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-6 {
  gap: 1.5rem;
}

.overflow-visible {
  overflow: visible;
}

.rounded {
  border-radius: 0.25rem;
}

.bg-\[\#BDBDBD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(189 189 189 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.font-display {
  font-family: Inter, helvetica, arial, sans-serif;
}

.text-5xl {
  font-size: 2.625rem;
  line-height: 1.19;
}

.text-tiny {
  font-size: .875rem;
  line-height: 1.285;
}

.text-xs {
  font-size: .6875rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(18 18 18 / var(--tw-text-opacity));
}

.text-red {
  --tw-text-opacity: 1;
  color: rgb(224 25 35 / var(--tw-text-opacity));
}

.text-blue-azure {
  --tw-text-opacity: 1;
  color: rgb(0 173 239 / var(--tw-text-opacity));
}

.text-\[\#1d13ff\] {
  --tw-text-opacity: 1;
  color: rgb(29 19 255 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(18 18 18 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(97 97 97 / var(--tw-text-opacity));
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
  opacity: 0;
}

.shadow-\[0_2px_17px_0_rgb\(0_0_0_\/_21\%\)\] {
  --tw-shadow: 0 2px 17px 0 rgb(0 0 0 / 21%);
  --tw-shadow-colored: 0 2px 17px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* Base Components */

/*
  @apply applies tailwind classes. We are applying it below to some basic elements
  as we do not have a robust component structure setup which makes adjustments a big headache.
*/

.new-layout h1, .new-layout h2, .new-layout h3 {
  font-family: Nexa-XBold, Nexa-XBold, Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
}

.new-layout h1, .new-layout h2, .new-layout h3 {
  font-weight: 700;
}

.new-layout a {
  --tw-text-opacity: 1;
  color: rgb(7 0 161 / var(--tw-text-opacity));
}

.new-layout a {
  text-decoration-line: none;
}

.new-layout a {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.new-layout a {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.new-layout a {
  transition-duration: 300ms;
}

.new-layout a {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.new-layout a:hover {
  --tw-text-opacity: 1;
  color: rgb(3 3 128 / var(--tw-text-opacity));
}

.new-layout a:active, .new-layout a:focus {
  text-decoration-line: none;
}

.new-layout a:active, .new-layout a:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.new-layout a:focus-visible {
        outline: 2px solid #0700A1;
    }

/* Base components */

.new-layout .button-newSisLayout {
  margin-right: 0.625rem;
}

.new-layout .button-newSisLayout {
  display: inline-block;
}

.new-layout .button-newSisLayout {
  appearance: none;
}

.new-layout .button-newSisLayout {
  border-radius: 52px;
}

.new-layout .button-newSisLayout {
  border-style: none;
}

.new-layout .button-newSisLayout {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
}

.new-layout .button-newSisLayout {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.new-layout .button-newSisLayout {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.new-layout .button-newSisLayout {
  padding-right: 0.25rem;
}

.new-layout .button-newSisLayout {
  text-align: center;
}

.new-layout .button-newSisLayout {
  font-size: .875rem;
  line-height: 1.285;
}

.new-layout .button-newSisLayout {
  font-weight: 600;
}

.new-layout .button-newSisLayout {
  --tw-text-opacity: 1;
  color: rgb(18 18 18 / var(--tw-text-opacity));
}

.new-layout .button-newSisLayout:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity));
}

.new-layout .button-newSisLayout:focus {
  --tw-shadow: 0 0 0 2px var(--color-gray-300);
  --tw-shadow-colored: 0 0 0 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);
}

.new-layout .button-newSisLayout--primary {
  --tw-bg-opacity: 1;
  background-color: rgb(226 3 130 / var(--tw-bg-opacity));
}

.new-layout .button-newSisLayout--primary {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (hover: hover) {
        .new-layout .button-newSisLayout--primary:not(:disabled):not(.disabled):hover {
    --tw-bg-opacity: 1;
    background-color: rgb(230 0 129 / var(--tw-bg-opacity));
  }
      }

.new-layout .button-newSisLayout--primary:active, .new-layout .button-newSisLayout--primary:not(:disabled):not(.disabled):active {
  --tw-bg-opacity: 1;
  background-color: rgb(202 0 114 / var(--tw-bg-opacity));
}

.new-layout .button-newSisLayout--primary:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(226 3 130 / var(--tw-bg-opacity));
}

.new-layout .button-newSisLayout--primary.disabled, .new-layout .button-newSisLayout--primary:disabled {
  opacity: 0.5;
}

/*
    &--big {
      @apply py-5 px-7;
    } */

.new-layout .button-newSisLayout--secondary {
  border-width: 2px;
}

.new-layout .button-newSisLayout--secondary {
  border-style: solid;
}

.new-layout .button-newSisLayout--secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(18 18 18 / var(--tw-bg-opacity));
}

.new-layout .button-newSisLayout--secondary {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.new-layout .button-newSisLayout--secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(66 66 66 / var(--tw-bg-opacity));
}

.new-layout .button-newSisLayout--secondary:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(18 18 18 / var(--tw-bg-opacity));
}

.new-layout .button-newSisLayout--secondary:active {
  --tw-bg-opacity: 1;
  background-color: rgb(97 97 97 / var(--tw-bg-opacity));
}

.new-layout .button-newSisLayout--secondary-inverted {
  border-width: 1px;
}

.new-layout .button-newSisLayout--secondary-inverted {
  border-style: solid;
}

.new-layout .button-newSisLayout--secondary-inverted {
  --tw-border-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-border-opacity));
}

.new-layout .button-newSisLayout--secondary-inverted {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.new-layout .button-newSisLayout--secondary-inverted:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity));
}

.new-layout .button-newSisLayout--secondary-inverted:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(223 223 223 / var(--tw-bg-opacity));
}

.new-layout .button-newSisLayout--secondary-inverted:active {
  --tw-bg-opacity: 1;
  background-color: rgb(223 223 223 / var(--tw-bg-opacity));
}

.new-layout .button-newSisLayout:focus-visible {
      outline: 2px solid black;
    }

.new-layout input[type="password"], .new-layout input[type="text"], .new-layout input[type="email"], .new-layout textarea {
  display: block;
}

.new-layout input[type="password"], .new-layout input[type="text"], .new-layout input[type="email"], .new-layout textarea {
  width: 100%;
}

.new-layout input[type="password"], .new-layout input[type="text"], .new-layout input[type="email"], .new-layout textarea {
  border-radius: 0.5rem;
}

.new-layout input[type="password"], .new-layout input[type="text"], .new-layout input[type="email"], .new-layout textarea {
  border-width: 1px;
}

.new-layout input[type="password"], .new-layout input[type="text"], .new-layout input[type="email"], .new-layout textarea {
  --tw-border-opacity: 1;
  border-color: rgb(189 189 189 / var(--tw-border-opacity));
}

.new-layout input[type="password"], .new-layout input[type="text"], .new-layout input[type="email"], .new-layout textarea {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.new-layout input[type="password"], .new-layout input[type="text"], .new-layout input[type="email"], .new-layout textarea {
  background-clip: padding-box;
}

.new-layout input[type="password"], .new-layout input[type="text"], .new-layout input[type="email"], .new-layout textarea {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.new-layout input[type="password"], .new-layout input[type="text"], .new-layout input[type="email"], .new-layout textarea {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.new-layout input[type="password"], .new-layout input[type="text"], .new-layout input[type="email"], .new-layout textarea {
  font-family: Inter, helvetica, arial, sans-serif;
}

.new-layout input[type="password"], .new-layout input[type="text"], .new-layout input[type="email"], .new-layout textarea {
  font-size: 1rem;
  line-height: 1.4;
}

.new-layout input[type="password"], .new-layout input[type="text"], .new-layout input[type="email"], .new-layout textarea {
  font-size: .875rem;
  line-height: 1.285;
}

.new-layout input[type="password"], .new-layout input[type="text"], .new-layout input[type="email"], .new-layout textarea {
  font-weight: 400;
}

.new-layout input[type="password"], .new-layout input[type="text"], .new-layout input[type="email"], .new-layout textarea {
  line-height: 1.5rem;
}

.new-layout input[type="password"], .new-layout input[type="text"], .new-layout input[type="email"], .new-layout textarea {
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity));
}

.new-layout input[type="password"], .new-layout input[type="text"], .new-layout input[type="email"], .new-layout textarea {
  --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);
}

.new-layout input[type="password"]:disabled, .new-layout input[type="text"]:disabled, .new-layout input[type="email"]:disabled, .new-layout textarea:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity));
}

.new-layout input[type="password"]:read-only, .new-layout input[type="text"]:read-only, .new-layout input[type="email"]:read-only, .new-layout textarea:read-only {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.new-layout input[type="password"]::placeholder, .new-layout input[type="text"]::placeholder, .new-layout input[type="email"]::placeholder, .new-layout textarea::placeholder {
  --tw-text-opacity: 1;
  color: rgb(97 97 97 / var(--tw-text-opacity));
}

.new-layout input[type="password"].error, .new-layout input[type="password"].is-invalid, .new-layout input[type="text"].error, .new-layout input[type="text"].is-invalid, .new-layout input[type="email"].error, .new-layout input[type="email"].is-invalid, .new-layout textarea.error, .new-layout textarea.is-invalid {
  --tw-bg-opacity: 1;
  background-color: rgb(224 25 35 / var(--tw-bg-opacity));
}

.new-layout input[type="password"].error, .new-layout input[type="password"].is-invalid, .new-layout input[type="text"].error, .new-layout input[type="text"].is-invalid, .new-layout input[type="email"].error, .new-layout input[type="email"].is-invalid, .new-layout textarea.error, .new-layout textarea.is-invalid {
  background-image: none;
}

.new-layout input[type="password"]:focus-visible, .new-layout input[type="password"]:focus, .new-layout input[type="text"]:focus-visible, .new-layout input[type="text"]:focus, .new-layout input[type="email"]:focus-visible, .new-layout input[type="email"]:focus, .new-layout textarea:focus-visible, .new-layout textarea:focus {
  border-width: 1px;
}

.new-layout input[type="password"]:focus-visible, .new-layout input[type="password"]:focus, .new-layout input[type="text"]:focus-visible, .new-layout input[type="text"]:focus, .new-layout input[type="email"]:focus-visible, .new-layout input[type="email"]:focus, .new-layout textarea:focus-visible, .new-layout textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(3 3 128 / var(--tw-border-opacity));
}

.new-layout input[type="password"]:focus-visible, .new-layout input[type="password"]:focus, .new-layout input[type="text"]:focus-visible, .new-layout input[type="text"]:focus, .new-layout input[type="email"]:focus-visible, .new-layout input[type="email"]:focus, .new-layout textarea:focus-visible, .new-layout textarea:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.new-layout input[type="text"] {
  height: 2.5rem;
}

.new-layout .language-list[data-state="open"] {
  display: block;
}

.new-layout .language-list[data-state="open"] {
  opacity: 1;
}

.new-layout .language-list li:focus-visible {
        outline: 2px solid #0700A1;
    }

.coi-banner__wrapper {
    font-family: Roboto, sans-serif;
  }

.coi-banner__wrapper a:focus-visible {
      outline: 2px solid black;
    }

.coi-banner__summary .coi-banner__headline {
    font-family: Nexa-XBold, sans-serif
  }

.coi-banner__page-footer .btn {
      padding: 0.6875rem 1.25rem;
      background: #f3f3f3;
      border: none;
      border-radius: 52px;
      font-size: .875rem;
      line-height: 1.285;
      color: #121212;
      font-weight: 600;
      margin-right: 0.625rem;
    }

.coi-banner__page-footer .btn-primary {
        background-color: #e20382;
        color: #fff;
      }

.coi-banner__page-footer .btn--big {
        height: auto;
        padding: 1.25rem 1.75rem;
        font-size: 1rem;
        line-height: 1;
      }

.coi-banner__page-footer .btn--big:last-child {
          margin-right: 0;
        }

/* Media Query overrides for specific languages */

@media (max-width: 640px) {
    /* Make certain font-sizes smaller for Finnish mobile */
      .new-layout .language-fi .text-5xl {
    font-size: 2.125rem;
    line-height: 1.235;
  }
}

/* Change the white to any color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:-top-5::after {
  content: var(--tw-content);
  top: -1.25rem;
}

.after\:right-3::after {
  content: var(--tw-content);
  right: 0.75rem;
}

.after\:ml-1::after {
  content: var(--tw-content);
  margin-left: 0.25rem;
}

.after\:border-\[10px\]::after {
  content: var(--tw-content);
  border-width: 10px;
}

.after\:border-transparent::after {
  content: var(--tw-content);
  border-color: rgba(255, 255, 255, 0);
}

.after\:border-b-white::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.first\:mt-0:first-child {
  margin-top: 0px;
}

.hover\:text-blue-light:hover {
  --tw-text-opacity: 1;
  color: rgb(40 3 255 / var(--tw-text-opacity));
}

@media (min-width: 640px) {

  .sm\:block {
    display: block;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {

  .md\:mx-25 {
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .md\:inline {
    display: inline;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:after\:right-10::after {
    content: var(--tw-content);
    right: 2.5rem;
  }
}
