/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root {
    --white: #FFFFFF;
    --gray-50: #F9F9F9;
    --gray-100: #EEEEEE;
    --gray-200: #D1D1D1;
    --gray-300: #B6B6B6;
    --gray-400: #969696;
    --gray-500: #8B8B8B;
    --gray-600: #747474;
    --gray-700: #616161;
    --gray-800: #4E4E4E;
    --gray-900: #393939;
    --orange-50: #FFF8F4;
    --orange-100: #FFEADD;
    --orange-200: #FDC6A2;
    --orange-300: #FBA064;
    --orange-400: #EB750F;
    --orange-500: #D96E0E;
    --orange-600: #B35E0F;
    --orange-700: #934F10;
    --orange-800: #754110;
    --orange-900: #55300F;
    --dark-blue-50: #F9F9FB;
    --dark-blue-100: #EDEDF2;
    --dark-blue-200: #D0D1DC;
    --dark-blue-300: #B3B5C7;
    --dark-blue-400: #9294AE;
    --dark-blue-500: #878AA6;
    --dark-blue-600: #6E7394;
    --dark-blue-700: #585F84;
    --dark-blue-800: #434B74;
    --dark-blue-900: #2A3762;
    --green-50: #F1FCF4;
    --green-100: #D6F6DF;
    --green-200: #8CE4AA;
    --green-300: #0DD076;
    --green-400: #17AC62;
    --green-500: #1AA05B;
    --green-600: #1D854D;
    --green-700: #1E6E41;
    --green-800: #1C5835;
    --green-900: #194128;
    --red-50: #FEF8F7;
    --red-100: #FDEAE7;
    --red-200: #F7C6C1;
    --red-300: #EEA39B;
    --red-400: #E07871;
    --red-500: #DA6963;
    --red-600: #CC4645;
    --red-700: #BC1E2D;
    --red-800: #961F25;
    --red-900: #6C1C1D;
    --red-error: #BE1E2D;
    --yellow-50: #FFF8F0;
    --yellow-100: #FFEBD3;
    --yellow-200: #F7CA8B;
    --yellow-300: #DEAE65;
    --yellow-400: #B78F54;
    --yellow-500: #AA854F;
    --yellow-600: #8E6F43;
    --yellow-700: #755D39;
    --yellow-800: #5E4A2F;
    --yellow-900: #453724;
    --light-blue-50: #F5FAFD;
    --light-blue-100: #E2F0FA;
    --light-blue-200: #B0D7F1;
    --light-blue-300: #76BEE8;
    --light-blue-400: #25A0D4;
    --light-blue-500: #2795C5;
    --light-blue-600: #277CA4;
    --light-blue-700: #266787;
    --light-blue-800: #23536B;
    --light-blue-900: #1E3D4D;
    --primary: #F3701F;
    --secondary: #2B3864;
    --tertiary: #24A9E0;
    --muted: #404C73;
    --border-emphasis: var(--dark-blue-500);
    --border-default: #CED8DD;
    --border-muted: #D0D1DC;

    /** Gradients **/
    --gradient-primary: linear-gradient(90deg, var(--primary) 0%, var(--red-error) 88.47%);
}html{
    color: #2B3864;
    /* This is needed so the page doesn't shift when the scrollbar disappears (opening a dialog for example) */
    scrollbar-gutter: stable;
}/** For the desktop we define no media queries, these are treated as default **/html{
    font-size: 16px;
}.container {
    display: flex;
    flex-direction: column;
    width: 600px;
    max-width: 600px;
    box-sizing: border-box;
    grid-template-columns: repeat(12, 1fr);
    gap: 28px;
    margin: 0 auto;
}.container.has-very-bottom-text .radio-group label:last-of-type {
    margin-bottom: 28px;
}.container.has-very-bottom-text .button-container {
    margin-bottom: 14px;
}body.hub .container {
    width: 980px;
    max-width: 980px;
}h4 {
    font-size: 1.5rem !important;
    line-height: 1.75rem;
}h3 {
    font-size: 1.625rem !important;
    line-height: 2rem;
}h2 {
    font-size: 2rem !important;
    line-height: 2.5rem;
}h1 {
    font-size: 2.25rem !important;
    line-height: 2.75rem !important;
}.display-from-md{display:none}@media (min-width: 800px){.display-from-md{display:block}}.mobile-break{
    display: none;
}@media (min-width: 601px) and (max-width: 1000px) {
    html {
        font-size: 14px;
    }

    .container {
        width: 600px;
        max-width: 600px;
        grid-template-columns: repeat(8, 1fr);
        gap: 16px;
        padding: 0 16px;
    }

    body.hub .container {
        width: 100%;
        max-width: 720px;
    }
}@media(max-width: 600px) {
    html {
        font-size: 12px;
    }
    .container {
        width: 100%;
        max-width: 600px;
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
        margin: 0;
    }

    body.hub .container {
        width: 100%;
        max-width: 600px;
    }

    h3 {
        font-size: 1.325rem !important;
        line-height: 1.625rem;
    }

    .mobile-break{
        display: block;
    }
}@tailwind base;@tailwind components;@tailwind utilities;/** Dialog Box **/.dialog-box p {
    padding: .5rem 0;
}.dialog-box .dialog-box-content {
    display: flex;
    flex-direction: column;
    max-height: 95%;
}.dialog-box .dialog-box-form {
    display: contents;
}.dialog-box input {
    text-wrap: wrap;
}.dialog-box .solar-card p { padding: 0; }.dialog-box ul{
    list-style-type: square;
    list-style: outside;
    padding-left: 1.5rem;
}.dialog-box .btn-primary{
    border-radius: 6.1875rem;
    background: var(--gradient-primary);
}.dialog-box .btn-secondary{
    border-radius: 6.1875rem;
    border: 1px solid var(--border-emphasis);
    background: var(--bg-blue-50);
    color: var(--secondary);
}.dialog-box .dialog-box-body {
    color: var(--muted);
}.dialog-box .dialog-divider { height: 3px; margin: 15px 0; }.dialog-box .tw-mt-0 { margin-top: 0; }.dialog-box .dialog-divider > div {
    height: 1px;
    position: absolute;
    left: 0; right: 0;
    background-color: var(--border-default);
}.dialog-box .sqicon-circle_floating_tick:before {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
}.dialog-box ol { padding: 20px 27px; padding-top: 0; }.dialog-box ol li { list-style: lower-latin; margin-bottom: 5px; }.dialog-box ol.style-numbers li { list-style: decimal; }body.dialog-open{
    overflow: hidden;
}.dialog-box a:not(.tw-btn){font-weight:700;--tw-text-opacity:1;color:rgb(43 56 100 / var(--tw-text-opacity));text-decoration-line:underline}.dialog-box .solar-card a {
    text-decoration: none;
}.tw-dialog-btn{margin:0.5rem;margin-top:0.25rem;margin-bottom:0.25rem;margin-left:0.5rem;width:100%;cursor:pointer;border-radius:0.25rem;padding:12px;padding-left:1.25rem;padding-right:1.25rem;font-size:14px;font-weight:700;--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}@media (min-width: 600px){.tw-dialog-btn{margin:0px;width:auto}}/** Custom Dialogs */.ceo-smartme-speech {background: #2b3864;border-radius: .6em;position: absolute;max-width: 300px;font-style: italic;margin: 20px 0 0 -35px;text-align: center;color:white;}.ceo-smartme-speech:after {content: '';position: absolute;left: 0;top: 59px;width: 0;height: 0;border: 15px solid transparent;border-right-color: #2b3864;border-left: 0;margin-left: -16px;transform: scaleX(2.2);}.crop-head {
    width: 20px;
    height: 20px;
    -o-object-position: 0% -120%;
       object-position: 0% -120%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-clip-path: circle(38% at 43% 50%);
            clip-path: circle(38% at 43% 50%);
    background-color: rgba(43, 56, 100, 0.08);
}/** File Upload **/.list-gallery .sqicon-cross::before {
    position: absolute;
    background: var(--gradient-primary);
    color: white;
    border-radius: 100px;
    margin: 5px;
    right: 0;
    pointer-events: none;
    padding: 1px;
}.list-gallery span.loading{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin:auto;background:%23fff;display:block;' width='68px' height='68px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Ccircle cx='84' cy='50' r='10' fill='%23e15b64'%3E%3Canimate attributeName='r' repeatCount='indefinite' dur='0.5s' calcMode='spline' keyTimes='0;1' values='10;0' keySplines='0 0.5 0.5 1' begin='0s'%3E%3C/animate%3E%3Canimate attributeName='fill' repeatCount='indefinite' dur='2s' calcMode='discrete' keyTimes='0;0.25;0.5;0.75;1' values='%23e15b64;%23abbd81;%23f8b26a;%23f47e60;%23e15b64' begin='0s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='16' cy='50' r='10' fill='%23e15b64'%3E%3Canimate attributeName='r' repeatCount='indefinite' dur='2s' calcMode='spline' keyTimes='0;0.25;0.5;0.75;1' values='0;0;10;10;10' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' begin='0s'%3E%3C/animate%3E%3Canimate attributeName='cx' repeatCount='indefinite' dur='2s' calcMode='spline' keyTimes='0;0.25;0.5;0.75;1' values='16;16;16;50;84' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' begin='0s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='50' cy='50' r='10' fill='%23f47e60'%3E%3Canimate attributeName='r' repeatCount='indefinite' dur='2s' calcMode='spline' keyTimes='0;0.25;0.5;0.75;1' values='0;0;10;10;10' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' begin='-0.5s'%3E%3C/animate%3E%3Canimate attributeName='cx' repeatCount='indefinite' dur='2s' calcMode='spline' keyTimes='0;0.25;0.5;0.75;1' values='16;16;16;50;84' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' begin='-0.5s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='84' cy='50' r='10' fill='%23f8b26a'%3E%3Canimate attributeName='r' repeatCount='indefinite' dur='2s' calcMode='spline' keyTimes='0;0.25;0.5;0.75;1' values='0;0;10;10;10' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' begin='-1s'%3E%3C/animate%3E%3Canimate attributeName='cx' repeatCount='indefinite' dur='2s' calcMode='spline' keyTimes='0;0.25;0.5;0.75;1' values='16;16;16;50;84' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' begin='-1s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='16' cy='50' r='10' fill='%23abbd81'%3E%3Canimate attributeName='r' repeatCount='indefinite' dur='2s' calcMode='spline' keyTimes='0;0.25;0.5;0.75;1' values='0;0;10;10;10' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' begin='-1.5s'%3E%3C/animate%3E%3Canimate attributeName='cx' repeatCount='indefinite' dur='2s' calcMode='spline' keyTimes='0;0.25;0.5;0.75;1' values='16;16;16;50;84' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' begin='-1.5s'%3E%3C/animate%3E%3C/circle%3E%3C/svg%3E");
    height: 60px; width: 65px;
}/** Inputs **/.checkbox-group label:has(input:checked), .radio-group label:has(input:checked) {
    background-color: #EDEDF2;
}.options input:checked ~ span:before {
    background-color: var(--secondary);
    border-color: var(--secondary);
}.options input:not(:checked) ~ span:before {
    content: "" !important;
}label.option:has(:disabled){pointer-events:none; border-color: #D1D1D1}label.option:has(:disabled) span{--tw-text-opacity:1;color:rgb(139 139 139 / var(--tw-text-opacity))}label.option:has(:disabled) span:before { border-color: #D1D1D1; }/** Misc **/.solar-card:has(a:focus) {
    background-color: rgb(120 120 120 / 4%);
}.tw-btn:focus, .tw-btn:active, .solar-card a:focus .tw-bg-primary-default {
    background-color: var(--secondary);
    background-image: none;
}/* Chevron Down scroll page/element */.down-fade .sqicon-chevron_down:after {
    -webkit-mask: linear-gradient(to bottom, transparent, rgba(0,0,0,.95) 50%);
            mask: linear-gradient(to bottom, transparent, rgba(0,0,0,.95) 50%);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
}@media screen and (min-width: 764px) {
    .down-fade:hover .sqicon-chevron_down:after{
        -webkit-mask: linear-gradient(to bottom, transparent, rgba(0,0,0,1) 40%);
                mask: linear-gradient(to bottom, transparent, rgba(0,0,0,1) 40%);
    }
    .down-fade:hover .sqicon-chevron_down:before {
        animation: none;
        font-size: 34px;
    }
}.down-fade .sqicon-chevron_down:before {
    z-index: 999;
    position: relative;
    display: block;
    animation: hover-me .5s infinite ease-in-out alternate;
}@keyframes hover-me {
    0% { transform: translateY(-6px); }
    100% { transform: translateY(3px); }
}@media screen and (max-width: 600px) {
    .tw-btn:hover, .tw-btn:hover {
        background-color: var(--secondary);
        background-image: none;
    }
}@media screen and (max-height: 500px) {
    .dialog-box .dialog-box-content {
        overflow: auto;
    }

    .dialog-box .dialog-box-body {
        overflow: visible;
    }
}[class^="sqicon-"], [class*=" sqicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}[class^="sqicon-"]::before, [class*=" sqicon-"]::before, [class^="sqicon-"]::after, [class*=" sqicon-"]::after{
  font-family: 'sqicons' !important;
}.sqicon-arrow_down:before {
  content: "\e900";
}.sqicon-arrow_left:before {
  content: "\e901";
}.sqicon-arrow_right:before {
  content: "\e902";
}.sqicon-arrow_up:before {
  content: "\e903";
}.sqicon-chevron_down:before {
  content: "\e904";
}.sqicon-chevron_left:before {
  content: "\e905";
}.sqicon-chevron_right:before {
  content: "\e906" !important;
}.sqicon-chevron_right_after:after {
  content: "\e906" !important;
}.sqicon-chevron_up:before {
  content: "\e907";
}.sqicon-chevron-right:before {
  content: "\e908";
}.sqicon-circle_exclaimation:before {
  content: "\e909";
}.sqicon-circle_exclaimation_filled:before {
  content: "\e90a";
}.sqicon-circle_floating_tick:before {
  content: "\e90b";
}.sqicon-circle_help:before {
  content: "\e90c";
}.sqicon-circle_help_filled:before {
  content: "\e90d";
}.sqicon-circle_info:before {
  content: "\e90e";
}.sqicon-circle_info_filled:before {
  content: "\e90f";
}.sqicon-circle_plus:before {
  content: "\e910";
}.sqicon-circle_plus_filled:before {
  content: "\e911";
}.sqicon-circle_tick:before {
  content: "\e912";
}.sqicon-circle_tick_filled:before {
  content: "\e913";
}.sqicon-clock:before {
  content: "\e914";
}.sqicon-cross:before {
  content: "\e915";
}.sqicon-edit:before {
  content: "\e916";
}.sqicon-email:before {
  content: "\e917";
}.sqicon-exclaimation:before {
  content: "\e918";
}.sqicon-help:before {
  content: "\e91a";
}.sqicon-info:before {
  content: "\e91b";
}.sqicon-location:before {
  content: "\e91c";
}.sqicon-location_filled:before {
  content: "\e91d";
}.sqicon-menu:before {
  content: "\e91e";
}.sqicon-minus:before {
  content: "\e91f";
}.sqicon-placeholder:before {
  content: "\e920";
}.sqicon-plus:before {
  content: "\e921";
}.sqicon-search:before {
  content: "\e922";
}.sqicon-tick:before {
  content: "\e923" !important;
}.sqicon-upload:before {
  content: "\e924";
}/*! tailwindcss v3.4.1 | 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: #D1D1D1; /* 2 */
}::before,
::after {
  --tw-content: '';
}/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}/*
Remove the default font size and weight for headings.
*/h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}/*
Reset links to optimize for opt-in styling instead of opt-out.
*/a {
  color: inherit;
  text-decoration: inherit;
}/*
Add the correct font weight in Edge and Safari.
*/b,
strong {
  font-weight: bolder;
}/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}/*
Add the correct font size in all browsers.
*/small {
  font-size: 80%;
}/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}sub {
  bottom: -0.25em;
}sup {
  top: -0.5em;
}/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  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;
}/*
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: #969696; /* 2 */
}input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #969696; /* 2 */
}/*
Set the default cursor for buttons.
*/button,
[role="button"] {
  cursor: pointer;
}/*
Make sure disabled buttons don't get the pointer cursor.
*/:disabled {
  cursor: default;
}/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/img,
video {
  max-width: 100%;
  height: auto;
}/* Make elements with the HTML hidden attribute stay hidden by default */[hidden] {
  display: none;
}@font-face {
    font-family: 'sqicons';
    src:  url('./fonts/sqicons.eot?90ao102');
    src:  url('./fonts/sqicons.eot?90ao102#iefix') format('embedded-opentype'),
      url('./fonts/sqicons.ttf?90ao102') format('truetype'),
      url('./fonts/sqicons.woff?90ao102') format('woff'),
      url('./fonts/sqicons.svg?90ao102#sqicons') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }@font-face {
    font-family: 'Helvetica Now';
    src: url('./fonts/HelveticaNowText-Light.woff2');
    src: url('./fonts/HelveticaNowText-Light.eot') format('embedded-opentype'),
      url('./fonts/HelveticaNowText-Light.woff2') format('woff2'),
      url('./fonts/HelveticaNowText-Light.ttf') format('truetype'),
      url('./fonts/HelveticaNowText-Light.woff') format('woff'),
      url('./fonts/HelveticaNowText-Light.svg') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: block;
  }@font-face {
    font-family: 'Helvetica Now';
    src: url('./fonts/HelveticaNowText-Regular.woff2');
    src: url('./fonts/HelveticaNowText-Regular.eot') format('embedded-opentype'),
      url('./fonts/HelveticaNowText-Regular.woff2') format('woff2'),
      url('./fonts/HelveticaNowText-Regular.ttf') format('truetype'),
      url('./fonts/HelveticaNowText-Regular.woff') format('woff'),
      url('./fonts/HelveticaNowText-Regular.svg#sqicons') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: block;
  }@font-face {
    font-family: 'Helvetica Now';
    src: url('./fonts/HelveticaNowText-Medium.woff2');
    src: url('./fonts/HelveticaNowText-Medium.eot?') format('embedded-opentype'),
        url('./fonts/HelveticaNowText-Medium.woff2') format('woff2'),
        url('./fonts/HelveticaNowText-Medium.woff') format('woff'),
        url('./fonts/HelveticaNowText-Medium.ttf') format('truetype'),
        url('./fonts/HelveticaNowText-Medium.svg') format('svg');
    font-weight: 500;
    font-style: normal;
  }@font-face {
    font-family: 'Helvetica Now';
    src: url('./fonts/HelveticaNowText-Bold.woff2');
    src: url('./fonts/HelveticaNowText-Bold.eot?') format('embedded-opentype'),
        url('./fonts/HelveticaNowText-Bold.woff2') format('woff2'),
        url('./fonts/HelveticaNowText-Bold.woff') format('woff'),
        url('./fonts/HelveticaNowText-Bold.ttf') format('truetype'),
        url('./fonts/HelveticaNowText-Bold.svg#HelveticaNowText-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
  }*, ::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(135 138 166 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-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(135 138 166 / 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-pointer-events-none{pointer-events:none}.tw-pointer-events-auto{pointer-events:auto}.tw-fixed{position:fixed}.tw-absolute{position:absolute}.tw-relative{position:relative}.tw--top-6{top:-1.5rem}.tw-bottom-0{bottom:0px}.tw-bottom-\[-3px\]{bottom:-3px}.tw-bottom-\[26\%\]{bottom:26%}.tw-left-0{left:0px}.tw-left-4{left:1rem}.tw-left-\[-10px\]{left:-10px}.tw-right-0{right:0px}.tw-right-4{right:1rem}.tw-right-6{right:1.5rem}.tw-top-0{top:0px}.tw-top-4{top:1rem}.tw-top-\[-11px\]{top:-11px}.tw-top-\[-15px\]{top:-15px}.tw-z-0{z-index:0}.tw-z-10{z-index:10}.tw-z-20{z-index:20}.tw-z-\[999\]{z-index:999}.tw-order-2{order:2}.tw-col-span-full{grid-column:1 / -1}.tw-float-right{float:right}.tw-m-4{margin:1rem}.tw-m-auto{margin:auto}.tw-mx-10{margin-left:2.5rem;margin-right:2.5rem}.tw-mx-2{margin-left:0.5rem;margin-right:0.5rem}.tw-mx-3{margin-left:0.75rem;margin-right:0.75rem}.tw-mx-7{margin-left:1.75rem;margin-right:1.75rem}.tw-mx-auto{margin-left:auto;margin-right:auto}.tw-my-2{margin-top:0.5rem;margin-bottom:0.5rem}.tw-my-6{margin-top:1.5rem;margin-bottom:1.5rem}.tw-my-8{margin-top:2rem;margin-bottom:2rem}.-tw-mb-12{margin-bottom:-3rem}.-tw-mt-4{margin-top:-1rem}.tw-mb-0{margin-bottom:0px}.tw-mb-1{margin-bottom:0.25rem}.tw-mb-2{margin-bottom:0.5rem}.tw-mb-3{margin-bottom:0.75rem}.tw-mb-4{margin-bottom:1rem}.tw-mb-5{margin-bottom:1.25rem}.tw-mb-6{margin-bottom:1.5rem}.tw-mb-7{margin-bottom:1.75rem}.tw-mb-8{margin-bottom:2rem}.tw-mb-\[25px\]{margin-bottom:25px}.tw-ml-1{margin-left:0.25rem}.tw-ml-2{margin-left:0.5rem}.tw-ml-3{margin-left:0.75rem}.tw-ml-4{margin-left:1rem}.tw-ml-5{margin-left:1.25rem}.tw-ml-\[-6px\]{margin-left:-6px}.tw-ml-auto{margin-left:auto}.tw-mr-0{margin-right:0px}.tw-mr-1{margin-right:0.25rem}.tw-mr-2{margin-right:0.5rem}.tw-mr-3{margin-right:0.75rem}.tw-mr-4{margin-right:1rem}.tw-mr-\[-6px\]{margin-right:-6px}.tw-mr-\[80px\]{margin-right:80px}.tw-mr-auto{margin-right:auto}.tw-mt-0{margin-top:0px}.tw-mt-1{margin-top:0.25rem}.tw-mt-2{margin-top:0.5rem}.tw-mt-20{margin-top:5rem}.tw-mt-3{margin-top:0.75rem}.tw-mt-4{margin-top:1rem}.tw-mt-5{margin-top:1.25rem}.tw-mt-6{margin-top:1.5rem}.tw-mt-\[-0\.5px\]{margin-top:-0.5px}.tw-mt-\[16px\]{margin-top:16px}.tw-mt-\[1px\]{margin-top:1px}.tw-mt-\[2px\]{margin-top:2px}.tw-mt-\[6px\]{margin-top:6px}.tw-mt-auto{margin-top:auto}.tw-box-border{box-sizing:border-box}.tw-block{display:block}.tw-inline-block{display:inline-block}.tw-flex{display:flex}.tw-grid{display:grid}.tw-hidden{display:none}.tw-aspect-video{aspect-ratio:16 / 9}.\!tw-h-\[48px\]{height:48px !important}.tw-h-1\/2{height:50%}.tw-h-12{height:3rem}.tw-h-16{height:4rem}.tw-h-2{height:0.5rem}.tw-h-40{height:10rem}.tw-h-\[100vh\]{height:100vh}.tw-h-\[12px\]{height:12px}.tw-h-\[1px\]{height:1px}.tw-h-\[24px\]{height:24px}.tw-h-\[28px\]{height:28px}.tw-h-\[30px\]{height:30px}.tw-h-\[40px\]{height:40px}.tw-h-\[64px\]{height:64px}.tw-h-\[72px\]{height:72px}.tw-h-\[8px\]{height:8px}.tw-h-\[calc\(100vh-650px\)\]{height:calc(100vh - 650px)}.tw-h-auto{height:auto}.tw-h-fit{height:-moz-fit-content;height:fit-content}.tw-h-full{height:100%}.tw-h-screen{height:100vh}.tw-max-h-\[220px\]{max-height:220px}.tw-max-h-\[30px\]{max-height:30px}.tw-max-h-\[44px\]{max-height:44px}.tw-max-h-full{max-height:100%}.tw-min-h-\[100vh\]{min-height:100vh}.tw-min-h-\[80px\]{min-height:80px}.tw-w-1\/2{width:50%}.tw-w-12{width:3rem}.tw-w-40{width:10rem}.tw-w-72{width:18rem}.tw-w-\[100vw\]{width:100vw}.tw-w-\[105\%\]{width:105%}.tw-w-\[150px\]{width:150px}.tw-w-\[1px\]{width:1px}.tw-w-\[24px\]{width:24px}.tw-w-\[28px\]{width:28px}.tw-w-\[3300vw\]{width:3300vw}.tw-w-\[40px\]{width:40px}.tw-w-\[47\%\]{width:47%}.tw-w-\[52px\]{width:52px}.tw-w-\[55px\]{width:55px}.tw-w-\[64px\]{width:64px}.tw-w-\[72px\]{width:72px}.tw-w-auto{width:auto}.tw-w-fit{width:-moz-fit-content;width:fit-content}.tw-w-full{width:100%}.tw-w-screen{width:100vw}.tw-min-w-0{min-width:0px}.tw-min-w-full{min-width:100%}.tw-max-w-\[270px\]{max-width:270px}.tw-max-w-\[340px\]{max-width:340px}.tw-max-w-\[400px\]{max-width:400px}.tw-max-w-\[613px\]{max-width:613px}.tw-flex-1{flex:1 1 0%}.tw-flex-shrink-0{flex-shrink:0}.tw-flex-grow{flex-grow:1}.tw-flex-grow-0{flex-grow:0}.tw-basis-1\/4{flex-basis:25%}.tw-basis-\[40\%\]{flex-basis:40%}.tw-basis-full{flex-basis:100%}.tw-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))}.tw-cursor-pointer{cursor:pointer}.tw-list-disc{list-style-type:disc}.tw-appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.tw-flex-row{flex-direction:row}.tw-flex-col{flex-direction:column}.tw-flex-col-reverse{flex-direction:column-reverse}.tw-flex-wrap{flex-wrap:wrap}.tw-items-start{align-items:flex-start}.tw-items-center{align-items:center}.tw-items-stretch{align-items:stretch}.tw-justify-start{justify-content:flex-start}.tw-justify-end{justify-content:flex-end}.tw-justify-center{justify-content:center}.tw-justify-between{justify-content:space-between}.tw-gap-0{gap:0px}.tw-gap-1{gap:0.25rem}.tw-gap-2{gap:0.5rem}.tw-gap-3{gap:0.75rem}.tw-gap-4{gap:1rem}.tw-gap-6{gap:1.5rem}.tw-gap-7{gap:1.75rem}.tw-gap-x-0{-moz-column-gap:0px;column-gap:0px}.tw-gap-y-3{row-gap:0.75rem}.tw-space-y-2 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.5rem * var(--tw-space-y-reverse))}.tw-space-y-4 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.tw-self-end{align-self:flex-end}.tw-self-center{align-self:center}.tw-self-stretch{align-self:stretch}.tw-overflow-auto{overflow:auto}.tw-overflow-x-hidden{overflow-x:hidden}.tw-overflow-y-scroll{overflow-y:scroll}.tw-rounded{border-radius:0.25rem}.tw-rounded-\[12px\]{border-radius:12px}.tw-rounded-full{border-radius:9999px}.tw-rounded-lg{border-radius:0.5rem}.tw-rounded-md{border-radius:0.375rem}.tw-rounded-sm{border-radius:0.125rem}.tw-rounded-xl{border-radius:0.75rem}.tw-border{border-width:1px}.tw-border-\[0\.8px\]{border-width:0.8px}.tw-border-\[1px\]{border-width:1px}.tw-border-b{border-bottom-width:1px}.tw-border-b-\[1px\]{border-bottom-width:1px}.tw-border-t{border-top-width:1px}.tw-border-solid{border-style:solid}.tw-border-\[rgba\(239\,79\,159\,0\.05\)\]{border-color:rgba(239,79,159,0.05)}.tw-border-\[var\(--border-muted\)\]{border-color:var(--border-muted)}.tw-border-blue-100{--tw-border-opacity:1;border-color:rgb(237 237 242 / var(--tw-border-opacity))}.tw-border-blue-700{--tw-border-opacity:1;border-color:rgb(88 95 132 / var(--tw-border-opacity))}.tw-border-blue-900{--tw-border-opacity:1;border-color:rgb(42 55 98 / var(--tw-border-opacity))}.tw-border-emphasis{--tw-border-opacity:1;border-color:rgb(135 138 166 / var(--tw-border-opacity))}.tw-border-gray-100{--tw-border-opacity:1;border-color:rgb(238 238 238 / var(--tw-border-opacity))}.tw-border-muted{--tw-border-opacity:1;border-color:rgb(64 76 115 / var(--tw-border-opacity))}.tw-border-muted-border{border-color:#39393933}.tw-border-secondary{--tw-border-opacity:1;border-color:rgb(43 56 100 / var(--tw-border-opacity))}.tw-border-white{--tw-border-opacity:1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}.tw-border-opacity-50{--tw-border-opacity:0.5}.tw-border-opacity-\[0\.08\]{--tw-border-opacity:0.08}.tw-border-opacity-\[0\.3\]{--tw-border-opacity:0.3}.tw-border-opacity-\[0\.8\]{--tw-border-opacity:0.8}.tw-bg-\[rgba\(255\,0\,127\,0\.3\)\]{background-color:rgba(255,0,127,0.3)}.tw-bg-blue-50{--tw-bg-opacity:1;background-color:rgb(249 249 251 / var(--tw-bg-opacity))}.tw-bg-callout-notification{--tw-bg-opacity:1;background-color:rgb(226 240 250 / var(--tw-bg-opacity))}.tw-bg-error{--tw-bg-opacity:1;background-color:rgb(190 30 45 / var(--tw-bg-opacity))}.tw-bg-gray-900{--tw-bg-opacity:1;background-color:rgb(57 57 57 / var(--tw-bg-opacity))}.tw-bg-muted{--tw-bg-opacity:1;background-color:rgb(64 76 115 / var(--tw-bg-opacity))}.tw-bg-primary{--tw-bg-opacity:1;background-color:rgb(243 112 31 / var(--tw-bg-opacity))}.tw-bg-secondary{--tw-bg-opacity:1;background-color:rgb(43 56 100 / var(--tw-bg-opacity))}.tw-bg-sky-100{--tw-bg-opacity:1;background-color:rgb(226 240 250 / var(--tw-bg-opacity))}.tw-bg-tertiary{--tw-bg-opacity:1;background-color:rgb(36 169 224 / var(--tw-bg-opacity))}.tw-bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.tw-bg-white\/0{background-color:rgb(255 255 255 / 0)}.tw-bg-yellow-50{--tw-bg-opacity:1;background-color:rgb(255 248 240 / var(--tw-bg-opacity))}.tw-bg-opacity-10{--tw-bg-opacity:0.1}.tw-bg-opacity-85{--tw-bg-opacity:0.85}.tw-bg-opacity-\[0\.08\]{--tw-bg-opacity:0.08}.tw-bg-opacity-\[0\.8\]{--tw-bg-opacity:0.8}.tw-bg-main-header{background-image:linear-gradient(90deg, #2B3864 0%, #24A9E0 149.38%)}.tw-bg-primary-default{background-image:linear-gradient(90deg, #F3701F, #BE1E2D 88.4745%)}.tw-object-contain{-o-object-fit:contain;object-fit:contain}.tw-object-left{-o-object-position:left;object-position:left}.tw-p-0{padding:0px}.tw-p-1{padding:0.25rem}.tw-p-1\.5{padding:0.375rem}.tw-p-2{padding:0.5rem}.tw-p-3{padding:0.75rem}.tw-p-4{padding:1rem}.tw-p-5{padding:1.25rem}.tw-p-6{padding:1.5rem}.tw-p-8{padding:2rem}.tw-p-\[16px\]{padding:16px}.tw-p-\[4px\]{padding:4px}.tw-p-\[6px\]{padding:6px}.tw-px-0{padding-left:0px;padding-right:0px}.tw-px-1{padding-left:0.25rem;padding-right:0.25rem}.tw-px-2{padding-left:0.5rem;padding-right:0.5rem}.tw-px-4{padding-left:1rem;padding-right:1rem}.tw-px-5{padding-left:1.25rem;padding-right:1.25rem}.tw-px-6{padding-left:1.5rem;padding-right:1.5rem}.tw-px-8{padding-left:2rem;padding-right:2rem}.tw-px-\[16px\]{padding-left:16px;padding-right:16px}.tw-py-0{padding-top:0px;padding-bottom:0px}.tw-py-14{padding-top:3.5rem;padding-bottom:3.5rem}.tw-py-2{padding-top:0.5rem;padding-bottom:0.5rem}.tw-py-3{padding-top:0.75rem;padding-bottom:0.75rem}.tw-py-4{padding-top:1rem;padding-bottom:1rem}.tw-py-6{padding-top:1.5rem;padding-bottom:1.5rem}.tw-py-7{padding-top:1.75rem;padding-bottom:1.75rem}.tw-py-8{padding-top:2rem;padding-bottom:2rem}.tw-py-\[20px\]{padding-top:20px;padding-bottom:20px}.tw-py-\[6px\]{padding-top:6px;padding-bottom:6px}.tw-pb-0{padding-bottom:0px}.tw-pb-11{padding-bottom:2.75rem}.tw-pb-14{padding-bottom:3.5rem}.tw-pb-2{padding-bottom:0.5rem}.tw-pb-20{padding-bottom:5rem}.tw-pb-4{padding-bottom:1rem}.tw-pb-5{padding-bottom:1.25rem}.tw-pb-6{padding-bottom:1.5rem}.tw-pb-8{padding-bottom:2rem}.tw-pb-\[5px\]{padding-bottom:5px}.tw-pl-10{padding-left:2.5rem}.tw-pl-2{padding-left:0.5rem}.tw-pl-3{padding-left:0.75rem}.tw-pl-5{padding-left:1.25rem}.tw-pl-7{padding-left:1.75rem}.tw-pl-\[15px\]{padding-left:15px}.tw-pr-2{padding-right:0.5rem}.tw-pr-3{padding-right:0.75rem}.tw-pr-4{padding-right:1rem}.tw-pr-5{padding-right:1.25rem}.tw-pr-\[13px\]{padding-right:13px}.tw-pr-\[5px\]{padding-right:5px}.tw-pt-0{padding-top:0px}.tw-pt-1{padding-top:0.25rem}.tw-pt-10{padding-top:2.5rem}.tw-pt-2{padding-top:0.5rem}.tw-pt-3{padding-top:0.75rem}.tw-pt-4{padding-top:1rem}.tw-pt-5{padding-top:1.25rem}.tw-pt-6{padding-top:1.5rem}.tw-pt-\[10px\]{padding-top:10px}.tw-pt-\[2px\]{padding-top:2px}.tw-text-center{text-align:center}.tw-text-start{text-align:start}.tw-text-end{text-align:end}.tw-align-middle{vertical-align:middle}.tw-font-helvetica{font-family:Helvetica Now, sans-serif}.tw-text-2md{font-size:1.75rem;line-height:2.25rem}.tw-text-3lg{font-size:2.5rem;line-height:2.75rem}.tw-text-\[1\.2rem\]{font-size:1.2rem}.tw-text-\[10px\]{font-size:10px}.tw-text-\[11px\]{font-size:11px}.tw-text-\[12px\]{font-size:12px}.tw-text-\[13px\]{font-size:13px}.tw-text-\[14px\]{font-size:14px}.tw-text-\[15px\]{font-size:15px}.tw-text-\[16px\]{font-size:16px}.tw-text-\[18px\]{font-size:18px}.tw-text-\[20px\]{font-size:20px}.tw-text-\[21px\]{font-size:21px}.tw-text-\[24px\]{font-size:24px}.tw-text-\[26px\]{font-size:26px}.tw-text-\[28px\]{font-size:28px}.tw-text-\[2rem\]{font-size:2rem}.tw-text-\[30px\]{font-size:30px}.tw-text-dt{font-size:1.3125rem;line-height:1.625rem}.tw-text-lg{font-size:1rem;line-height:1.5rem}.tw-text-md{font-size:0.875rem;line-height:1.25rem}.tw-text-overline{font-size:0.625rem;line-height:0.875rem}.tw-text-psm{font-size:14px;line-height:20px}.tw-text-pxs{font-size:12px;line-height:18px}.tw-text-sm{font-size:0.8125rem;line-height:1.125rem}.tw-text-xl{font-size:1.125rem;line-height:1.75rem}.tw-text-xs{font-size:0.75rem;line-height:1.125rem}.tw-font-bold{font-weight:700}.tw-font-light{font-weight:300}.tw-font-medium{font-weight:500}.tw-font-normal{font-weight:400}.tw-font-semibold{font-weight:600}.tw-uppercase{text-transform:uppercase}.tw-italic{font-style:italic}.tw-leading-10{line-height:2.5rem}.tw-leading-\[10px\]{line-height:10px}.tw-leading-\[14px\]{line-height:14px}.tw-leading-\[18px\]{line-height:18px}.tw-leading-\[20px\]{line-height:20px}.tw-leading-\[22px\]{line-height:22px}.tw-leading-\[24px\]{line-height:24px}.tw-leading-\[30px\]{line-height:30px}.tw-leading-none{line-height:1}.tw-leading-tight{line-height:1.25}.tw-tracking-\[0\.1em\]{letter-spacing:0.1em}.tw-text-blue-100{--tw-text-opacity:1;color:rgb(237 237 242 / var(--tw-text-opacity))}.tw-text-callout-notification-link{--tw-text-opacity:1;color:rgb(38 103 135 / var(--tw-text-opacity))}.tw-text-default{--tw-text-opacity:1;color:rgb(43 56 100 / var(--tw-text-opacity))}.tw-text-emphasis{--tw-text-opacity:1;color:rgb(135 138 166 / var(--tw-text-opacity))}.tw-text-error{--tw-text-opacity:1;color:rgb(190 30 45 / var(--tw-text-opacity))}.tw-text-gray-500{--tw-text-opacity:1;color:rgb(139 139 139 / var(--tw-text-opacity))}.tw-text-gray-700{--tw-text-opacity:1;color:rgb(97 97 97 / var(--tw-text-opacity))}.tw-text-green-700{--tw-text-opacity:1;color:rgb(30 110 65 / var(--tw-text-opacity))}.tw-text-muted{--tw-text-opacity:1;color:rgb(64 76 115 / var(--tw-text-opacity))}.tw-text-primary{--tw-text-opacity:1;color:rgb(243 112 31 / var(--tw-text-opacity))}.tw-text-red-500{--tw-text-opacity:1;color:rgb(218 105 99 / var(--tw-text-opacity))}.tw-text-secondary{--tw-text-opacity:1;color:rgb(43 56 100 / var(--tw-text-opacity))}.tw-text-sky-600{--tw-text-opacity:1;color:rgb(39 124 164 / var(--tw-text-opacity))}.tw-text-sky-700{--tw-text-opacity:1;color:rgb(38 103 135 / var(--tw-text-opacity))}.tw-text-white{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}.tw-underline{text-decoration-line:underline}.tw-opacity-0{opacity:0}.tw-opacity-25{opacity:0.25}.tw-opacity-90{opacity:0.9}.tw-opacity-\[0\.5\]{opacity:0.5}.tw-outline-none{outline:2px solid transparent;outline-offset:2px}.tw-transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.tw-duration-300{transition-duration:300ms}.tw-ease-in-out{transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}/** TO MOVE TO THE CORRECT LOCATIONS**/body.dialog-open #body-overlay {
    display: block;
    z-index: 10;
}.before\:tw-absolute::before{content:var(--tw-content);position:absolute}.before\:tw-bottom-0::before{content:var(--tw-content);bottom:0px}.before\:tw-bottom-\[-100px\]::before{content:var(--tw-content);bottom:-100px}.before\:tw-left-0::before{content:var(--tw-content);left:0px}.before\:tw-right-0::before{content:var(--tw-content);right:0px}.before\:tw-top-0::before{content:var(--tw-content);top:0px}.before\:tw-z-\[-1\]::before{content:var(--tw-content);z-index:-1}.before\:tw-m-auto::before{content:var(--tw-content);margin:auto}.before\:tw-mt-\[-2px\]::before{content:var(--tw-content);margin-top:-2px}.before\:tw-flex::before{content:var(--tw-content);display:flex}.before\:tw-h-\[18px\]::before{content:var(--tw-content);height:18px}.before\:tw-h-\[20px\]::before{content:var(--tw-content);height:20px}.before\:tw-w-\[18px\]::before{content:var(--tw-content);width:18px}.before\:tw-w-\[20px\]::before{content:var(--tw-content);width:20px}.before\:tw-items-center::before{content:var(--tw-content);align-items:center}.before\:tw-justify-center::before{content:var(--tw-content);justify-content:center}.before\:tw-rounded-full::before{content:var(--tw-content);border-radius:9999px}.before\:tw-rounded-sm::before{content:var(--tw-content);border-radius:0.125rem}.before\:tw-border-\[1\.6px\]::before{content:var(--tw-content);border-width:1.6px}.before\:tw-border-emphasis::before{content:var(--tw-content);--tw-border-opacity:1;border-color:rgb(135 138 166 / var(--tw-border-opacity))}.before\:tw-bg-main-header::before{content:var(--tw-content);background-image:linear-gradient(90deg, #2B3864 0%, #24A9E0 149.38%)}.before\:tw-text-\[17px\]::before{content:var(--tw-content);font-size:17px}.before\:tw-leading-\[16px\]::before{content:var(--tw-content);line-height:16px}.before\:tw-leading-\[19px\]::before{content:var(--tw-content);line-height:19px}.before\:tw-text-white::before{content:var(--tw-content);--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}.before\:tw-underline::before{content:var(--tw-content);text-decoration-line:underline}.before\:tw-content-\[\'\'\]::before{--tw-content:'';content:var(--tw-content)}.after\:tw-pointer-events-none::after{content:var(--tw-content);pointer-events:none}.after\:tw-absolute::after{content:var(--tw-content);position:absolute}.after\:tw-inset-0::after{content:var(--tw-content);inset:0px}.after\:tw-top-\[-20px\]::after{content:var(--tw-content);top:-20px}.after\:tw-z-0::after{content:var(--tw-content);z-index:0}.after\:tw-ml-1::after{content:var(--tw-content);margin-left:0.25rem}.after\:tw-bg-white::after{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.after\:tw-bg-opacity-95::after{content:var(--tw-content);--tw-bg-opacity:0.95}.after\:tw-text-\[16px\]::after{content:var(--tw-content);font-size:16px}.after\:tw-font-bold::after{content:var(--tw-content);font-weight:700}.after\:tw-content-\[\'\'\]::after{--tw-content:'';content:var(--tw-content)}.hover\:tw-cursor-pointer:hover{cursor:pointer}.hover\:tw-border-2:hover{border-width:2px}.hover\:tw-border-red-500:hover{--tw-border-opacity:1;border-color:rgb(218 105 99 / var(--tw-border-opacity))}.hover\:tw-bg-blue-100:hover{--tw-bg-opacity:1;background-color:rgb(237 237 242 / var(--tw-bg-opacity))}.hover\:tw-bg-opacity-50:hover{--tw-bg-opacity:0.5}.hover\:tw-underline:hover{text-decoration-line:underline}.focus\:tw-z-10:focus{z-index:10}.focus\:tw-border-2:focus{border-width:2px}.focus\:tw-border-secondary:focus{--tw-border-opacity:1;border-color:rgb(43 56 100 / var(--tw-border-opacity))}.focus-visible\:tw-border-2:focus-visible{border-width:2px}.focus-visible\:tw-border-secondary:focus-visible{--tw-border-opacity:1;border-color:rgb(43 56 100 / var(--tw-border-opacity))}.focus-visible\:tw-outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.disabled\:tw-cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:tw-bg-gray-400:disabled{--tw-bg-opacity:1;background-color:rgb(150 150 150 / var(--tw-bg-opacity))}.disabled\:tw-bg-none:disabled{background-image:none}.disabled\:tw-text-gray-800:disabled{--tw-text-opacity:1;color:rgb(78 78 78 / var(--tw-text-opacity))}.tw-group:hover .group-hover\:tw-bg-sky-200{--tw-bg-opacity:1;background-color:rgb(176 215 241 / var(--tw-bg-opacity))}@media (min-width: 600px){.sm\:tw-absolute{position:absolute}.sm\:tw-left-0{left:0px}.sm\:tw-order-1{order:1}.sm\:tw-order-2{order:2}.sm\:tw-order-3{order:3}.sm\:tw-mx-0{margin-left:0px;margin-right:0px}.sm\:tw-my-0{margin-top:0px;margin-bottom:0px}.sm\:tw-mb-12{margin-bottom:3rem}.sm\:tw-ml-0{margin-left:0px}.sm\:tw-mr-4{margin-right:1rem}.sm\:tw-mt-0{margin-top:0px}.sm\:tw-mt-4{margin-top:1rem}.sm\:tw-block{display:block}.sm\:tw-flex{display:flex}.sm\:tw-hidden{display:none}.sm\:tw-h-\[100px\]{height:100px}.sm\:tw-h-auto{height:auto}.sm\:tw-h-fit{height:-moz-fit-content;height:fit-content}.sm\:tw-min-h-\[188px\]{min-height:188px}.sm\:tw-w-1\/2{width:50%}.sm\:tw-w-16{width:4rem}.sm\:tw-w-160{width:40rem}.sm\:tw-w-40{width:10rem}.sm\:tw-w-\[180px\]{width:180px}.sm\:tw-w-\[190px\]{width:190px}.sm\:tw-w-auto{width:auto}.sm\:tw-w-full{width:100%}.sm\:tw-min-w-0{min-width:0px}.sm\:tw-min-w-\[180px\]{min-width:180px}.sm\:tw-min-w-\[185px\]{min-width:185px}.sm\:tw-min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.sm\:tw-max-w-\[220px\]{max-width:220px}.sm\:tw-max-w-\[450px\]{max-width:450px}.sm\:tw-flex-grow{flex-grow:1}.sm\:tw-flex-grow-0{flex-grow:0}.sm\:tw-cursor-auto{cursor:auto}.sm\:tw-flex-row{flex-direction:row}.sm\:tw-flex-col{flex-direction:column}.sm\:tw-flex-nowrap{flex-wrap:nowrap}.sm\:tw-items-start{align-items:flex-start}.sm\:tw-items-end{align-items:flex-end}.sm\:tw-items-center{align-items:center}.sm\:tw-justify-start{justify-content:flex-start}.sm\:tw-justify-end{justify-content:flex-end}.sm\:tw-justify-center{justify-content:center}.sm\:tw-gap-0{gap:0px}.sm\:tw-gap-2{gap:0.5rem}.sm\:tw-gap-3{gap:0.75rem}.sm\:tw-gap-4{gap:1rem}.sm\:tw-self-center{align-self:center}.sm\:tw-rounded-lg{border-radius:0.5rem}.sm\:tw-border{border-width:1px}.sm\:tw-border-t{border-top-width:1px}.sm\:tw-border-none{border-style:none}.sm\:tw-border-muted{--tw-border-opacity:1;border-color:rgb(64 76 115 / var(--tw-border-opacity))}.sm\:tw-border-white{--tw-border-opacity:1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}.sm\:tw-border-opacity-50{--tw-border-opacity:0.5}.sm\:tw-border-opacity-\[0\.08\]{--tw-border-opacity:0.08}.sm\:tw-border-opacity-\[1\]{--tw-border-opacity:1}.sm\:tw-bg-\[transparent\]{background-color:transparent}.sm\:tw-bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.sm\:tw-bg-opacity-0{--tw-bg-opacity:0}.sm\:tw-bg-opacity-10{--tw-bg-opacity:0.1}.sm\:tw-p-0{padding:0px}.sm\:tw-p-4{padding:1rem}.sm\:tw-p-8{padding:2rem}.sm\:tw-px-0{padding-left:0px;padding-right:0px}.sm\:tw-py-4{padding-top:1rem;padding-bottom:1rem}.sm\:tw-py-8{padding-top:2rem;padding-bottom:2rem}.sm\:tw-pb-0{padding-bottom:0px}.sm\:tw-pb-6{padding-bottom:1.5rem}.sm\:tw-pl-20{padding-left:5rem}.sm\:tw-pl-6{padding-left:1.5rem}.sm\:tw-pr-0{padding-right:0px}.sm\:tw-pr-20{padding-right:5rem}.sm\:tw-pr-\[150px\]{padding-right:150px}.sm\:tw-pt-1{padding-top:0.25rem}.sm\:tw-pt-3{padding-top:0.75rem}.sm\:tw-pt-5{padding-top:1.25rem}.sm\:tw-pt-8{padding-top:2rem}.sm\:tw-text-left{text-align:left}.sm\:tw-text-start{text-align:start}.sm\:tw-text-2lg{font-size:2rem;line-height:2.5rem}.sm\:tw-text-\[12\.5px\]{font-size:12.5px}.sm\:tw-text-\[18px\]{font-size:18px}.sm\:tw-text-base{font-size:16px;line-height:24px}.sm\:tw-text-sm{font-size:0.8125rem;line-height:1.125rem}.sm\:tw-font-bold{font-weight:700}.sm\:tw-leading-normal{line-height:1.5}.sm\:tw-shadow-sm{--tw-shadow:0px 1px 3px 0px #39393933, 0px 1px 2px 0px #3939391F;--tw-shadow-colored:0px 1px 3px 0px var(--tw-shadow-color), 0px 1px 2px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.sm\:tw-shadow-xs{--tw-shadow:0px 1px 2px 0px rgba(57, 57, 57, 0.10);--tw-shadow-colored:0px 1px 2px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.sm\:tw-shadow-\[\#39393914\]{--tw-shadow-color:#39393914;--tw-shadow:var(--tw-shadow-colored)}}@media (min-width: 800px){.md\:tw-bottom-\[20\%\]{bottom:20%}.md\:tw-m-auto{margin:auto}.md\:tw-block{display:block}.md\:\!tw-h-\[28px\]{height:28px !important}.md\:tw-w-\[600px\]{width:600px}.md\:tw-w-auto{width:auto}.md\:tw-min-w-\[220px\]{min-width:220px}.md\:tw-pl-0{padding-left:0px}.md\:tw-pr-0{padding-right:0px}}@media (min-width: 1001px){.lg\:tw-bottom-\[3\%\]{bottom:3%}.lg\:tw-right-16{right:4rem}.lg\:tw-mr-5{margin-right:1.25rem}.lg\:tw-mt-4{margin-top:1rem}.lg\:tw-block{display:block}.lg\:tw-flex{display:flex}.lg\:tw-hidden{display:none}.lg\:tw-h-auto{height:auto}.lg\:tw-w-\[40\%\]{width:40%}.lg\:tw-w-\[800px\]{width:800px}.lg\:tw-max-w-\[400px\]{max-width:400px}.lg\:tw-max-w-\[540px\]{max-width:540px}.lg\:tw-max-w-none{max-width:none}.lg\:tw-justify-between{justify-content:space-between}.lg\:tw-gap-28{gap:7rem}.lg\:tw-p-10{padding:2.5rem}.lg\:tw-px-0{padding-left:0px;padding-right:0px}.lg\:tw-px-24{padding-left:6rem;padding-right:6rem}.lg\:tw-px-4{padding-left:1rem;padding-right:1rem}.lg\:tw-pt-1{padding-top:0.25rem}.lg\:tw-text-start{text-align:start}.lg\:tw-text-2lg{font-size:2rem;line-height:2.5rem}.lg\:tw-text-\[14px\]{font-size:14px}.lg\:tw-text-\[15px\]{font-size:15px}.lg\:tw-text-\[26px\]{font-size:26px}.lg\:tw-leading-none{line-height:1}}@media (min-width: 1400px){.xl\:tw-right-\[unset\]{right:unset}.xl\:tw-ml-\[40px\]{margin-left:40px}.xl\:tw-mr-16{margin-right:4rem}.xl\:tw-w-\[1000px\]{width:1000px}}@media (min-width: 1600px){.\32xl\:tw-mr-24{margin-right:6rem}}