/*!**********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/css/main.css ***!
  \**********************************************************************************************************************************************************************/
/**
 * entry file for Tailwind CSS
 * and other style files
 */
*, ::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.19 | MIT License | https://tailwindcss.com
 */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  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]) {
  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: Fira Code, 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::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;
}
.container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}
@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;
    }
}
.rane-container{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (min-width: 640px){
    .rane-container{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
@media (min-width: 1024px){
    .rane-container{
        max-width: 72rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
@media (min-width: 1280px){
    .rane-container{
        padding-left: 0px;
        padding-right: 0px;
    }
}
.rane-button{
    display: inline-block;
    border-radius: 1rem;
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
    --tw-gradient-from: #0064B0 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 100 176 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #43FFF2 var(--tw-gradient-to-position);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    text-align: center;
    font-weight: 600;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
    text-decoration-line: none !important;
    --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);
    --tw-shadow-color: rgb(67 255 242 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.rane-button:hover{
    --tw-gradient-from: #43FFF2 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(67 255 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #0064B0 var(--tw-gradient-to-position);
}
.rane-button.rane-button--cta{
    border-radius: 0.75rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
    --tw-gradient-from: #D1171F var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(209 23 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: rgb(209 23 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(209 23 31 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
    --tw-gradient-to: #7f1d1d var(--tw-gradient-to-position);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    text-decoration-line: none !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.rane-button.rane-button--cta:hover{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}
.rane-button.rane-button--hero{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.rane-heading{
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(56 68 85 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px){
    .rane-heading{
        font-size: 1.5rem;
        line-height: 2rem;
    }
}
@media (min-width: 1024px){
    .rane-heading{
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}
.rane-heading.rane-heading--hero{
    font-size: 1.5rem;
    line-height: 2rem;
}
@media (min-width: 640px){
    .rane-heading.rane-heading--hero{
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}
@media (min-width: 1024px){
    .rane-heading.rane-heading--hero{
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}
@media (min-width: 1280px){
    .rane-heading.rane-heading--hero{
        font-size: 40px;
    }
}
.rane-heading.rane-heading--section{
    font-size: 1.5rem;
    line-height: 2rem;
}
@media (min-width: 640px){
    .rane-heading.rane-heading--section{
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}
@media (min-width: 1024px){
    .rane-heading.rane-heading--section{
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}
@media (min-width: 1280px){
    .rane-heading.rane-heading--section{
        font-size: 40px;
    }
}
.rane-heading.rane-heading--widget{
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(0 100 176 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px){
    .rane-heading.rane-heading--widget{
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}
@media (min-width: 1024px){
    .rane-heading.rane-heading--widget{
        font-size: 1.5rem;
        line-height: 2rem;
    }
}
/* Polished content wrapper */
.rane-regular {
    /* Base type + rhythm */
    font-size: 1.02rem;
    line-height: 1.625;
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
  }
@media (min-width: 640px){
    .rane-regular{
        font-size: 1rem;
        line-height: 1.5rem;
    }
}
@media (min-width: 768px){
    .rane-regular{
        font-size: 1.06rem;
    }
}
.rane-regular > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
@media (min-width: 640px){
    .rane-regular > :not([hidden]) ~ :not([hidden]){
        --tw-space-y-reverse: 0;
        margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
    }
}
/* even vertical rhythm */
/* Paragraphs */
.rane-regular p{
    line-height: 1.625;
}
.rane-regular p + p{
    margin-top: 0.5rem;
}
/* subtle intra-paragraph tightening */
/* Headings – consistent hierarchy + spacing */
.rane-regular h2{
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 800;
    letter-spacing: -0.025em;
    --tw-text-opacity: 1;
    color: rgb(0 100 176 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px){
    .rane-regular h2{
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}
@media (min-width: 1024px){
    .rane-regular h2{
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}
.rane-regular h3{
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(0 100 176 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px){
    .rane-regular h3{
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}
@media (min-width: 1024px){
    .rane-regular h3{
        font-size: 1.5rem;
        line-height: 2rem;
    }
}
.rane-regular h2, .rane-regular h3{
    scroll-margin-top: 6rem;
}
/* nice anchor offset */
.rane-regular h2{
    margin-top: 0.5rem;
}
.rane-regular h3{
    margin-top: 0.25rem;
}
/* Global container spacing for nested blocks */
.rane-regular > * > :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));
}
/* Lists – unified look with check icon markers */
.rane-regular ul > :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));
}
.rane-regular ol > :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));
}
.rane-regular ol { counter-reset:list; }
/* Shared list item base */
.rane-regular ul li,
    .rane-regular ol li{
    position: relative;
    padding-left: 1.75rem;
}
/* Custom check for UL items (uses your SVG) */
.rane-regular ul li::before{
    position: absolute;
    left: 0px;
    top: 0.375rem;
    height: 1rem;
    width: 1rem;
    background-image: url('../../images/check.svg');
    background-size: 1rem 1rem;
    background-repeat: no-repeat;
    --tw-content: '';
    content: var(--tw-content);
}
/* Ordered lists – clean numeric without browser default dots */
.rane-regular ol li::before{
    position: absolute;
    left: 0px;
    top: 0.375rem;
    font-weight: 600;
    content: var(--tw-content);
    --tw-text-opacity: 1;
    color: rgb(0 100 176 / var(--tw-text-opacity, 1));
}
.rane-regular ol li {
      counter-increment:list;
    }
.rane-regular ol li::before {
      content: counter(list) ".";
    }
/* Links inside content (optional but nice) */
.rane-regular a{
    --tw-text-opacity: 1;
    color: rgb(0 100 176 / var(--tw-text-opacity, 1));
    text-decoration-line: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.rane-regular a:hover{
    text-decoration-color: transparent;
    --tw-brightness: brightness(.9);
    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);
}
.rane-regular a:focus-visible{
    border-radius: 0.25rem;
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-color: rgb(0 100 176 / 0.3);
}
/* Images/figures keep the same rhythm */
.rane-regular img{
    display: block;
    height: auto;
    max-width: 100%;
    border-radius: 0.75rem;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 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);
}
.rane-regular figure > :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));
}
.rane-regular figcaption{
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
/* Subtle dividers */
.rane-regular hr{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
/* Table – modern, responsive, and cohesive with layout */
.entry-content table,
  .rane-regular table,
  .rane-table {
    /* Wrap legacy tables with horizontal scroll automatically */
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    display: block;
    width: 100%;
    border-collapse: collapse;
    overflow-x: auto;
    border-radius: 0.75rem;
    border-width: 1px;
    border-color: rgb(67 255 242 / 0.2);
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow-color: rgb(67 255 242 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }
.entry-content table thead tr,
    .entry-content table tfoot tr,
    .rane-regular table thead tr,
    .rane-regular table tfoot tr,
    .rane-table thead tr,
    .rane-table tfoot tr{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
    --tw-gradient-from: #0064B0 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 100 176 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #43FFF2 var(--tw-gradient-to-position);
}
.entry-content table thead th,
    .entry-content table tfoot td,
    .rane-regular table thead th,
    .rane-regular table tfoot td,
    .rane-table thead th,
    .rane-table tfoot td{
    background-color: transparent;
    font-size: 0.8rem;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
@media (min-width: 768px){
    .entry-content table thead th,
    .entry-content table tfoot td,
    .rane-regular table thead th,
    .rane-regular table tfoot td,
    .rane-table thead th,
    .rane-table tfoot td{
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}
.entry-content table thead td, .rane-regular table thead td, .rane-table thead td{
    position: sticky;
    top: 0px; /* helpful when scrolling wide tables */
}
.entry-content table th, .entry-content table td, .rane-regular table th, .rane-regular table td, .rane-table th, .rane-table td{
    border-bottom-width: 1px;
    border-color: rgb(67 255 242 / 0.15);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.entry-content table tbody tr, .rane-regular table tbody tr, .rane-table tbody tr{
    background-color: rgb(67 255 242 / 0.05);
}
.entry-content table tbody tr:hover, .rane-regular table tbody tr:hover, .rane-table tbody tr:hover{
    background-color: rgb(67 255 242 / 0.1);
}
.entry-content table tbody tr:nth-child(even), .rane-regular table tbody tr:nth-child(even), .rane-table tbody tr:nth-child(even){
    background-color: rgb(67 255 242 / 0.1);
}
.entry-content table tbody tr:nth-child(even):hover, .rane-regular table tbody tr:nth-child(even):hover, .rane-table tbody tr:nth-child(even):hover{
    background-color: rgb(67 255 242 / 0.2);
}
.entry-content table caption, .rane-regular table caption, .rane-table caption{
    margin-top: 0.5rem;
    caption-side: bottom;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
/* Utility: compact tables when needed */
.entry-content table.table--compact th,
    .entry-content table.table--compact td,
    .rane-regular table.table--compact th,
    .rane-regular table.table--compact td,
    .rane-table.table--compact th,
    .rane-table.table--compact td{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}
/* If you sometimes need a denser section (e.g., sidebars), drop this helper */
/* Dark mode pass (Tailwind variant only) */
.dark .rane-regular{
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.dark .rane-regular thead th{
    background-color: rgb(255 255 255 / 0.05);
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.dark .rane-regular th,
  .dark .rane-regular td{
    border-color: rgb(255 255 255 / 0.1);
}
.dark .rane-regular tbody tr:hover{
    background-color: rgb(255 255 255 / 0.05);
}
.dark .rane-regular hr{
    border-color: rgb(255 255 255 / 0.1);
}
.dark .rane-regular a{
    color: rgb(0 100 176 / 0.8);
}
.dark .rane-regular a:hover{
    --tw-text-opacity: 1;
    color: rgb(0 100 176 / var(--tw-text-opacity, 1));
}
.pointer-events-none{
    pointer-events: none;
}
.visible{
    visibility: visible;
}
.invisible{
    visibility: hidden;
}
.static{
    position: static;
}
.fixed{
    position: fixed;
}
.\!absolute{
    position: absolute !important;
}
.absolute{
    position: absolute;
}
.relative{
    position: relative;
}
.inset-0{
    inset: 0px;
}
.inset-y-0{
    top: 0px;
    bottom: 0px;
}
.-right-2{
    right: -0.5rem;
}
.-top-2{
    top: -0.5rem;
}
.bottom-0{
    bottom: 0px;
}
.left-0{
    left: 0px;
}
.left-2{
    left: 0.5rem;
}
.right-0{
    right: 0px;
}
.right-2{
    right: 0.5rem;
}
.right-4{
    right: 1rem;
}
.top-0{
    top: 0px;
}
.top-1\/2{
    top: 50%;
}
.top-2{
    top: 0.5rem;
}
.top-4{
    top: 1rem;
}
.top-full{
    top: 100%;
}
.-z-10{
    z-index: -10;
}
.z-10{
    z-index: 10;
}
.z-20{
    z-index: 20;
}
.z-50{
    z-index: 50;
}
.z-\[100\]{
    z-index: 100;
}
.col-span-1{
    grid-column: span 1 / span 1;
}
.m-8{
    margin: 2rem;
}
.-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
}
.mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}
.my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.-mb-\[10\%\]{
    margin-bottom: -10%;
}
.-mr-2{
    margin-right: -0.5rem;
}
.mb-1{
    margin-bottom: 0.25rem;
}
.mb-12{
    margin-bottom: 3rem;
}
.mb-2{
    margin-bottom: 0.5rem;
}
.mb-4{
    margin-bottom: 1rem;
}
.mb-6{
    margin-bottom: 1.5rem;
}
.mb-8{
    margin-bottom: 2rem;
}
.ml-2{
    margin-left: 0.5rem;
}
.mr-2{
    margin-right: 0.5rem;
}
.mt-0{
    margin-top: 0px;
}
.mt-2{
    margin-top: 0.5rem;
}
.mt-3{
    margin-top: 0.75rem;
}
.mt-4{
    margin-top: 1rem;
}
.mt-8{
    margin-top: 2rem;
}
.mt-auto{
    margin-top: auto;
}
.line-clamp-3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.block{
    display: block;
}
.inline-block{
    display: inline-block;
}
.\!flex{
    display: flex !important;
}
.flex{
    display: flex;
}
.table{
    display: table;
}
.grid{
    display: grid;
}
.contents{
    display: contents;
}
.hidden{
    display: none;
}
.\!h-24{
    height: 6rem !important;
}
.h-1{
    height: 0.25rem;
}
.h-10{
    height: 2.5rem;
}
.h-12{
    height: 3rem;
}
.h-16{
    height: 4rem;
}
.h-24{
    height: 6rem;
}
.h-4{
    height: 1rem;
}
.h-48{
    height: 12rem;
}
.h-5{
    height: 1.25rem;
}
.h-6{
    height: 1.5rem;
}
.h-64{
    height: 16rem;
}
.h-7{
    height: 1.75rem;
}
.h-80{
    height: 20rem;
}
.h-\[248px\]{
    height: 248px;
}
.h-\[300px\]{
    height: 300px;
}
.h-\[390px\]{
    height: 390px;
}
.h-\[400px\]{
    height: 400px;
}
.h-auto{
    height: auto;
}
.h-full{
    height: 100%;
}
.max-h-0{
    max-height: 0px;
}
.max-h-full{
    max-height: 100%;
}
.min-h-64{
    min-height: 16rem;
}
.min-h-\[400px\]{
    min-height: 400px;
}
.min-h-\[404px\]{
    min-height: 404px;
}
.min-h-\[622px\]{
    min-height: 622px;
}
.min-h-screen{
    min-height: 100vh;
}
.w-1\/2{
    width: 50%;
}
.w-10{
    width: 2.5rem;
}
.w-12{
    width: 3rem;
}
.w-16{
    width: 4rem;
}
.w-24{
    width: 6rem;
}
.w-4{
    width: 1rem;
}
.w-5{
    width: 1.25rem;
}
.w-6{
    width: 1.5rem;
}
.w-7{
    width: 1.75rem;
}
.w-\[320px\]{
    width: 320px;
}
.w-full{
    width: 100%;
}
.min-w-\[200px\]{
    min-width: 200px;
}
.min-w-\[260px\]{
    min-width: 260px;
}
.min-w-\[300px\]{
    min-width: 300px;
}
.max-w-3xl{
    max-width: 48rem;
}
.max-w-5xl{
    max-width: 64rem;
}
.max-w-\[342px\]{
    max-width: 342px;
}
.max-w-\[380px\]{
    max-width: 380px;
}
.max-w-\[85vw\]{
    max-width: 85vw;
}
.max-w-full{
    max-width: 100%;
}
.max-w-lg{
    max-width: 32rem;
}
.max-w-none{
    max-width: none;
}
.max-w-sm{
    max-width: 24rem;
}
.flex-1{
    flex: 1 1 0%;
}
.flex-shrink-0{
    flex-shrink: 0;
}
.shrink-0{
    flex-shrink: 0;
}
.flex-grow{
    flex-grow: 1;
}
.origin-top-left{
    transform-origin: top left;
}
.-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));
}
.translate-x-full{
    --tw-translate-x: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-2{
    --tw-translate-y: 0.5rem;
    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));
}
.rotate-0{
    --tw-rotate: 0deg;
    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));
}
.rotate-180{
    --tw-rotate: 180deg;
    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));
}
.scale-110{
    --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));
}
.transform{
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
    cursor: pointer;
}
.grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
}
.flex-col{
    flex-direction: column;
}
.flex-col-reverse{
    flex-direction: column-reverse;
}
.flex-wrap{
    flex-wrap: wrap;
}
.items-start{
    align-items: flex-start;
}
.items-center{
    align-items: center;
}
.items-stretch{
    align-items: stretch;
}
.justify-start{
    justify-content: flex-start;
}
.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-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;
}
.\!space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.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));
}
.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));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.overflow-hidden{
    overflow: hidden;
}
.overflow-x-auto{
    overflow-x: auto;
}
.overflow-y-auto{
    overflow-y: auto;
}
.truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.whitespace-nowrap{
    white-space: nowrap;
}
.rounded{
    border-radius: 0.25rem;
}
.rounded-2xl{
    border-radius: 1rem;
}
.rounded-3xl{
    border-radius: 1.5rem;
}
.rounded-full{
    border-radius: 9999px;
}
.rounded-lg{
    border-radius: 0.5rem;
}
.rounded-xl{
    border-radius: 0.75rem;
}
.rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
}
.border{
    border-width: 1px;
}
.border-b{
    border-bottom-width: 1px;
}
.border-l-2{
    border-left-width: 2px;
}
.border-l-4{
    border-left-width: 4px;
}
.border-t{
    border-top-width: 1px;
}
.border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-primary{
    --tw-border-opacity: 1;
    border-color: rgb(0 100 176 / var(--tw-border-opacity, 1));
}
.border-secondary{
    --tw-border-opacity: 1;
    border-color: rgb(67 255 242 / var(--tw-border-opacity, 1));
}
.border-transparent{
    border-color: transparent;
}
.border-white\/40{
    border-color: rgb(255 255 255 / 0.4);
}
.bg-\[\#F2F2F2\]{
    --tw-bg-opacity: 1;
    background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F5F5F7\]{
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 247 / var(--tw-bg-opacity, 1));
}
.bg-black{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/5{
    background-color: rgb(0 0 0 / 0.05);
}
.bg-black\/50{
    background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/60{
    background-color: rgb(0 0 0 / 0.6);
}
.bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-orange-100{
    --tw-bg-opacity: 1;
    background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}
.bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgb(0 100 176 / var(--tw-bg-opacity, 1));
}
.bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-secondary{
    --tw-bg-opacity: 1;
    background-color: rgb(67 255 242 / var(--tw-bg-opacity, 1));
}
.bg-transparent{
    background-color: transparent;
}
.bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/20{
    background-color: rgb(255 255 255 / 0.2);
}
.bg-white\/30{
    background-color: rgb(255 255 255 / 0.3);
}
.bg-white\/75{
    background-color: rgb(255 255 255 / 0.75);
}
.bg-yellow-100{
    --tw-bg-opacity: 1;
    background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}
.bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}
.bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.from-blue-50{
    --tw-gradient-from: #eff6ff var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-400{
    --tw-gradient-from: #9ca3af var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-50{
    --tw-gradient-from: #f9fafb var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary{
    --tw-gradient-from: #0064B0 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 100 176 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary\/5{
    --tw-gradient-from: rgb(67 255 242 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(67 255 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white{
    --tw-gradient-from: #fff var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-primary\/15{
    --tw-gradient-to: rgb(0 100 176 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0 100 176 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary\/50{
    --tw-gradient-to: rgb(67 255 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(67 255 242 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-gray-100{
    --tw-gradient-to: #f3f4f6 var(--tw-gradient-to-position);
}
.to-gray-200{
    --tw-gradient-to: #e5e7eb var(--tw-gradient-to-position);
}
.to-primary\/30{
    --tw-gradient-to: rgb(0 100 176 / 0.3) var(--tw-gradient-to-position);
}
.to-secondary{
    --tw-gradient-to: #43FFF2 var(--tw-gradient-to-position);
}
.to-secondary\/5{
    --tw-gradient-to: rgb(67 255 242 / 0.05) var(--tw-gradient-to-position);
}
.to-secondary\/60{
    --tw-gradient-to: rgb(67 255 242 / 0.6) var(--tw-gradient-to-position);
}
.to-transparent{
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.to-white{
    --tw-gradient-to: #fff var(--tw-gradient-to-position);
}
.bg-cover{
    background-size: cover;
}
.bg-center{
    background-position: center;
}
.bg-no-repeat{
    background-repeat: no-repeat;
}
.object-contain{
    object-fit: contain;
}
.object-cover{
    object-fit: cover;
}
.p-10{
    padding: 2.5rem;
}
.p-2{
    padding: 0.5rem;
}
.p-4{
    padding: 1rem;
}
.p-6{
    padding: 1.5rem;
}
.p-8{
    padding: 2rem;
}
.px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}
.px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.px-4{
    padding-left: 1rem;
    padding-right: 1rem;
}
.px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.py-0{
    padding-top: 0px;
    padding-bottom: 0px;
}
.py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.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-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}
.py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
}
.py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.pb-20{
    padding-bottom: 5rem;
}
.pb-6{
    padding-bottom: 1.5rem;
}
.pl-4{
    padding-left: 1rem;
}
.pr-0{
    padding-right: 0px;
}
.pt-12{
    padding-top: 3rem;
}
.pt-16{
    padding-top: 4rem;
}
.pt-32{
    padding-top: 8rem;
}
.pt-6{
    padding-top: 1.5rem;
}
.pt-8{
    padding-top: 2rem;
}
.pt-\[200px\]{
    padding-top: 200px;
}
.pt-\[56\.25\%\]{
    padding-top: 56.25%;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
}
.text-5xl{
    font-size: 3rem;
    line-height: 1;
}
.text-\[10px\]{
    font-size: 10px;
}
.text-base{
    font-size: 1rem;
    line-height: 1.5rem;
}
.text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
}
.font-black{
    font-weight: 900;
}
.font-bold{
    font-weight: 700;
}
.font-extrabold{
    font-weight: 800;
}
.font-light{
    font-weight: 300;
}
.font-medium{
    font-weight: 500;
}
.font-semibold{
    font-weight: 600;
}
.uppercase{
    text-transform: uppercase;
}
.leading-relaxed{
    line-height: 1.625;
}
.leading-tight{
    line-height: 1.25;
}
.text-black{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-800{
    --tw-text-opacity: 1;
    color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.text-gray-100{
    --tw-text-opacity: 1;
    color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}
.text-gray-400{
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500{
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600{
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700{
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800{
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900{
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-gray-brand{
    --tw-text-opacity: 1;
    color: rgb(56 68 85 / var(--tw-text-opacity, 1));
}
.text-green-800{
    --tw-text-opacity: 1;
    color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.text-indigo-600{
    --tw-text-opacity: 1;
    color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.text-orange-800{
    --tw-text-opacity: 1;
    color: rgb(154 52 18 / var(--tw-text-opacity, 1));
}
.text-primary{
    --tw-text-opacity: 1;
    color: rgb(0 100 176 / var(--tw-text-opacity, 1));
}
.text-red-800{
    --tw-text-opacity: 1;
    color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.text-red-900{
    --tw-text-opacity: 1;
    color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}
.text-secondary{
    --tw-text-opacity: 1;
    color: rgb(67 255 242 / var(--tw-text-opacity, 1));
}
.text-sky-800{
    --tw-text-opacity: 1;
    color: rgb(7 89 133 / var(--tw-text-opacity, 1));
}
.text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/80{
    color: rgb(255 255 255 / 0.8);
}
.text-yellow-800{
    --tw-text-opacity: 1;
    color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}
.\!no-underline{
    text-decoration-line: none !important;
}
.no-underline{
    text-decoration-line: none;
}
.antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.opacity-0{
    opacity: 0;
}
.opacity-100{
    opacity: 1;
}
.opacity-50{
    opacity: 0.5;
}
.shadow{
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-secondary\/35{
    --tw-shadow-color: rgb(67 255 242 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-secondary\/80{
    --tw-shadow-color: rgb(67 255 242 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}
.outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}
.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);
}
.backdrop-blur-md{
    --tw-backdrop-blur: blur(12px);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-colors{
    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;
}
.transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.duration-200{
    transition-duration: 200ms;
}
.duration-300{
    transition-duration: 300ms;
}
.duration-500{
    transition-duration: 500ms;
}
.duration-700{
    transition-duration: 700ms;
}
.ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
body .main-header{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 50;
    background-color: transparent;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
body .main-header .logo-link{
    display: flex;
    height: 2.5rem;
    align-items: center;
    justify-content: center;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1024px){
    body .main-header .logo-link{
        height: 5rem;
    }
}
body .main-header .logo-link img{
    height: 100%;
    width: auto;
}
body .main-header .main-browse-nav > .menu-item-has-children {}
body.admin-bar .main-header{
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
body.scrolling.admin-bar .main-header{
    top: 0px;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1024px){
    body.scrolling.admin-bar .main-header{
        top: 32px;
    }
}
body.scrolling .main-header{
    position: fixed;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-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);
}
article > *:not(.entry-content),
.entry-content > *{
    margin-left: auto;
    margin-right: auto;
}
/* Base layout for WordPress content */
.entry-content, .block-editor-block-list__layout, .wp-editor{
    line-height: 1.625;
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.entry-content h1, .block-editor-block-list__layout h1, .wp-editor h1{
    margin-bottom: 1.5rem;
    margin-top: 3rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
}
.entry-content h2, .block-editor-block-list__layout h2, .wp-editor h2{
    margin-bottom: 1.25rem;
    margin-top: 2.5rem;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
}
.entry-content h3, .block-editor-block-list__layout h3, .wp-editor h3{
    margin-bottom: 1rem;
    margin-top: 2rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
}
.entry-content h4, .block-editor-block-list__layout h4, .wp-editor h4{
    margin-bottom: 1rem;
    margin-top: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
}
.entry-content h5, .block-editor-block-list__layout h5, .wp-editor h5{
    margin-bottom: 0.75rem;
    margin-top: 1.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
}
.entry-content h6, .block-editor-block-list__layout h6, .wp-editor h6{
    margin-bottom: 0.5rem;
    margin-top: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
}
.entry-content p, .block-editor-block-list__layout p, .wp-editor p{
    margin-bottom: 1.5rem;
}
.entry-content a, .block-editor-block-list__layout a, .wp-editor a{
    --tw-text-opacity: 1;
    color: rgb(37 99 235 / var(--tw-text-opacity, 1));
    text-decoration-line: underline;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}
.entry-content a:hover, .block-editor-block-list__layout a:hover, .wp-editor a:hover{
    --tw-text-opacity: 1;
    color: rgb(30 64 175 / var(--tw-text-opacity, 1));
    text-decoration-line: none;
}
.entry-content strong, .block-editor-block-list__layout strong, .wp-editor strong{
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.entry-content em, .block-editor-block-list__layout em, .wp-editor em{
    font-style: italic;
}
.entry-content blockquote, .block-editor-block-list__layout blockquote, .wp-editor blockquote{
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-left-width: 4px;
    --tw-border-opacity: 1;
    border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
    padding-left: 1rem;
    font-style: italic;
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.entry-content code, .block-editor-block-list__layout code, .wp-editor code{
    border-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    font-family: Fira Code, Courier New, monospace;
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.entry-content pre, .block-editor-block-list__layout pre, .wp-editor pre{
    margin-bottom: 1.5rem;
    overflow: auto;
    border-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
    padding: 1rem;
    font-family: Fira Code, Courier New, monospace;
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.entry-content ul, .block-editor-block-list__layout ul, .wp-editor ul{
    margin-bottom: 1.5rem;
    padding-left: 1.25rem;
}
.entry-content ul li, .block-editor-block-list__layout ul li, .wp-editor ul li{
    margin-bottom: 0.5rem;
    list-style-type: disc;
}
.entry-content ol, .block-editor-block-list__layout ol, .wp-editor ol{
    margin-bottom: 1.5rem;
    padding-left: 1.25rem;
}
.entry-content ol li, .block-editor-block-list__layout ol li, .wp-editor ol li{
    margin-bottom: 0.5rem;
    list-style-type: decimal;
}
.entry-content hr, .block-editor-block-list__layout hr, .wp-editor hr{
    margin-top: 3rem;
    margin-bottom: 3rem;
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.entry-content img, .block-editor-block-list__layout img, .wp-editor img{
    margin-top: 2rem;
    margin-bottom: 2rem;
    height: auto;
    max-width: 100%;
    border-radius: 0.25rem;
}
.entry-content figure, .block-editor-block-list__layout figure, .wp-editor figure{
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: center;
}
.entry-content figure img, .block-editor-block-list__layout figure img, .wp-editor figure img{
    margin-left: auto;
    margin-right: auto;
}
.entry-content figure figcaption, .block-editor-block-list__layout figure figcaption, .wp-editor figure figcaption{
    margin-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.entry-content iframe, .block-editor-block-list__layout iframe, .wp-editor iframe{
    margin-top: 2rem;
    margin-bottom: 2rem;
    aspect-ratio: 16 / 9;
    width: 100%;
}
.entry-content .wp-block-button, .block-editor-block-list__layout .wp-block-button, .wp-editor .wp-block-button{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.entry-content .wp-block-button .wp-block-button__link, .block-editor-block-list__layout .wp-block-button .wp-block-button__link, .wp-editor .wp-block-button .wp-block-button__link{
    display: inline-block;
    border-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    --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, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.entry-content .wp-block-button .wp-block-button__link:hover, .block-editor-block-list__layout .wp-block-button .wp-block-button__link:hover, .wp-editor .wp-block-button .wp-block-button__link:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.entry-content .alignleft, .block-editor-block-list__layout .alignleft, .wp-editor .alignleft{
    float: left;
    margin-right: 1.5rem;
    margin-bottom: 1rem;
}
.entry-content .alignright, .block-editor-block-list__layout .alignright, .wp-editor .alignright{
    float: right;
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}
.entry-content .aligncenter, .block-editor-block-list__layout .aligncenter, .wp-editor .aligncenter{
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.entry-content .wp-caption, .block-editor-block-list__layout .wp-caption, .wp-editor .wp-caption{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
}
.entry-content .wp-caption img, .block-editor-block-list__layout .wp-caption img, .wp-editor .wp-caption img{
    margin-left: auto;
    margin-right: auto;
}
.entry-content .wp-caption .wp-caption-text, .block-editor-block-list__layout .wp-caption .wp-caption-text, .wp-editor .wp-caption .wp-caption-text{
    margin-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.main-browse-nav a, .footer-browse-nav a{
    text-decoration-line: none !important;
}
body.page-id-35 .rane-inner-cont{
    margin-left: auto;
    margin-right: auto;
    max-width: 48rem;
    padding: 2rem;
}
body.page-id-35 .rane-inner-cont #form_cert-request .frm_rootline_group{
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
    padding-bottom: 1.5rem;
                    margin: 0 auto !important;
}
body.page-id-35 .rane-inner-cont #form_cert-request h3.frm_pos_top{
    margin-bottom: 0px !important;
    text-align: center !important;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
}
body.page-id-35 .rane-inner-cont #form_cert-request .frm_fields_container > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
body.page-id-35 .rane-inner-cont #form_cert-request .frm_fields_container >.frm_form_field{
    gap: 1rem !important;
}
body.page-id-35 .rane-inner-cont #form_cert-request .frm_fields_container .frm_top_container:not(.frm6){
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(224 242 254 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1 !important;
    background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1)) !important;
    padding: 1.5rem !important;
}
body.page-id-35 .rane-inner-cont #form_cert-request .frm_fields_container .frm_top_container:not(.frm6).frm_blank_field{
    --tw-border-opacity: 1;
    border-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}
body.page-id-35 .rane-inner-cont #form_cert-request .frm_fields_container .frm_form_field > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
}
body.page-id-35 .rane-inner-cont #form_cert-request .frm_fields_container .frm_form_field .frm_primary_label{
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
    font-weight: 600 !important;
}
body.page-id-35 .rane-inner-cont #form_cert-request .frm_fields_container .frm_form_field .frm_description{
    font-size: 0.75rem !important;
    line-height: 1rem !important;
}
body.page-id-35 .rane-inner-cont #form_cert-request .frm_fields_container .frm_form_field select,
                        body.page-id-35 .rane-inner-cont #form_cert-request .frm_fields_container .frm_form_field textarea,
                        body.page-id-35 .rane-inner-cont #form_cert-request .frm_fields_container .frm_form_field input[type="text"],
                        body.page-id-35 .rane-inner-cont #form_cert-request .frm_fields_container .frm_form_field input[type="email"],
                        body.page-id-35 .rane-inner-cont #form_cert-request .frm_fields_container .frm_form_field input[type="tel"],
                        body.page-id-35 .rane-inner-cont #form_cert-request .frm_fields_container .frm_form_field input[type="number"]{
    border-radius: 0.375rem;
    --tw-border-opacity: 1 !important;
    border-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
    padding: 0.75rem !important;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 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);
}
body.page-id-35 .rane-inner-cont #form_cert-request .frm_fields_container .frm_form_field select:focus,
                        body.page-id-35 .rane-inner-cont #form_cert-request .frm_fields_container .frm_form_field textarea:focus,
                        body.page-id-35 .rane-inner-cont #form_cert-request .frm_fields_container .frm_form_field input[type="text"]:focus,
                        body.page-id-35 .rane-inner-cont #form_cert-request .frm_fields_container .frm_form_field input[type="email"]:focus,
                        body.page-id-35 .rane-inner-cont #form_cert-request .frm_fields_container .frm_form_field input[type="tel"]:focus,
                        body.page-id-35 .rane-inner-cont #form_cert-request .frm_fields_container .frm_form_field input[type="number"]:focus{
    --tw-border-opacity: 1;
    border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
body.page-id-35 .rane-inner-cont #form_cert-request .frm_fields_container .frm_form_field .frm_radio label{
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
    --tw-text-opacity: 1 !important;
    color: rgb(31 41 55 / var(--tw-text-opacity, 1)) !important;
}
body.page-id-35 .rane-inner-cont #form_cert-request .frm_submit{
    margin-top: 1.5rem;
}
body.page-id-35 .rane-inner-cont #form_cert-request .frm_submit button{
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(0 100 176 / var(--tw-bg-opacity, 1));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 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);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
body.page-id-35 .rane-inner-cont #form_cert-request .frm_submit button:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(67 255 242 / var(--tw-bg-opacity, 1));
}
body.page-id-35 .rane-inner-cont #form_cert-request .frm_error{
    --tw-text-opacity: 1;
    color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
/* Slick Dots Container */
body .testimonials-section ul.slick-dots li.slick-active button::before{
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
body .newsletter-form-cont * {
            margin: 0 !important;
        }
body .newsletter-form-cont form{
    display: flex !important;
    flex-direction: column;
    gap: 1rem;
}
body .newsletter-form-cont fieldset {
            padding: 0 !important;
        }
body .newsletter-form-cont .frm_fields_container{
    display: flex !important;
    gap: 0px !important;
}
body .newsletter-form-cont .frm_fields_container .frm_first{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1024px){
    body .newsletter-form-cont .frm_fields_container .frm_first{
        min-width: 300px;
    }
}
body .newsletter-form-cont .frm_button_submit {
            box-shadow: none !important;
            font-size: 0 !important;
            display: flex !important;
            align-items: center;
            justify-content: center;
            padding-left: 20px !important;
            padding-right: 20px !important;
        }
body .newsletter-form-cont .frm_button_submit::before {
                font-family: "Font Awesome 6 Free" !important;
                content: "\f061"; /* Unicode for fa-arrow-right */
                font-weight: 900; /* Ensure the icon uses the solid style */ font-size: 1.5rem; line-height: 2rem; line-height: 1 !important; --tw-text-opacity: 1 !important; color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
                display: inline-block;
                text-align: center;
                transition: color 0.3s ease-in-out;
            }
body .newsletter-form-cont .frm_button_submit:hover::before{
    --tw-text-opacity: 1;
    color: rgb(67 255 242 / var(--tw-text-opacity, 1));
}
.\[perspective\:1000px\]{
    perspective: 1000px;
}
.\[transform-style\:preserve-3d\]{
    transform-style: preserve-3d;
}
.hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem;
    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\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem;
    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\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:scale-\[1\.02\]:hover{
    --tw-scale-x: 1.02;
    --tw-scale-y: 1.02;
    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\:border-primary:hover{
    --tw-border-opacity: 1;
    border-color: rgb(0 100 176 / var(--tw-border-opacity, 1));
}
.hover\:bg-blue-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white\/10:hover{
    background-color: rgb(255 255 255 / 0.1);
}
.hover\:text-blue-800:hover{
    --tw-text-opacity: 1;
    color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-600:hover{
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-700:hover{
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-800:hover{
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-900:hover{
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.hover\:text-indigo-600:hover{
    --tw-text-opacity: 1;
    color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.hover\:text-primary:hover{
    --tw-text-opacity: 1;
    color: rgb(0 100 176 / var(--tw-text-opacity, 1));
}
.hover\:text-secondary:hover{
    --tw-text-opacity: 1;
    color: rgb(67 255 242 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover{
    text-decoration-line: underline;
}
.hover\:shadow-lg:hover{
    --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);
}
.hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-indigo-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
}
.group:hover .group-hover\:pointer-events-auto{
    pointer-events: auto;
}
.group:hover .group-hover\:visible{
    visibility: visible;
}
.group:hover .group-hover\:translate-y-0{
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 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));
}
.group:hover .group-hover\:scale-110{
    --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));
}
.group:hover .group-hover\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:opacity-100{
    opacity: 1;
}
.group:hover .group-hover\:\[transform\:rotateY\(180deg\)\]{
    transform: rotateY(180deg);
}
@media (min-width: 640px){
    .sm\:block{
        display: block;
    }
    .sm\:w-1\/2{
        width: 50%;
    }
    .sm\:w-1\/3{
        width: 33.333333%;
    }
    .sm\:w-2\/3{
        width: 66.666667%;
    }
    .sm\:grid-cols-2{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sm\:grid-cols-3{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .sm\:flex-row{
        flex-direction: row;
    }
    .sm\:justify-between{
        justify-content: space-between;
    }
    .sm\:text-2xl{
        font-size: 1.5rem;
        line-height: 2rem;
    }
}
@media (min-width: 768px){
    .md\:my-6{
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .md\:flex{
        display: flex;
    }
    .md\:h-\[400px\]{
        height: 400px;
    }
    .md\:min-h-96{
        min-height: 24rem;
    }
    .md\:w-1\/2{
        width: 50%;
    }
    .md\:w-1\/3{
        width: 33.333333%;
    }
    .md\:w-2\/3{
        width: 66.666667%;
    }
    .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-5{
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .md\:flex-row{
        flex-direction: row;
    }
    .md\:gap-12{
        gap: 3rem;
    }
    .md\:gap-6{
        gap: 1.5rem;
    }
    .md\:gap-8{
        gap: 2rem;
    }
    .md\:p-12{
        padding: 3rem;
    }
    .md\:text-3xl{
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .md\:text-4xl{
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .md\:text-5xl{
        font-size: 3rem;
        line-height: 1;
    }
    .md\:text-xl{
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}
@media (min-width: 1024px){
    .lg\:absolute{
        position: absolute;
    }
    .lg\:-left-10{
        left: -2.5rem;
    }
    .lg\:-right-10{
        right: -2.5rem;
    }
    .lg\:top-0{
        top: 0px;
    }
    .lg\:mb-0{
        margin-bottom: 0px;
    }
    .lg\:mt-0{
        margin-top: 0px;
    }
    .lg\:block{
        display: block;
    }
    .lg\:hidden{
        display: none;
    }
    .lg\:h-\[500px\]{
        height: 500px;
    }
    .lg\:h-full{
        height: 100%;
    }
    .lg\:h-screen{
        height: 100vh;
    }
    .lg\:min-h-screen{
        min-height: 100vh;
    }
    .lg\:w-1\/2{
        width: 50%;
    }
    .lg\:w-1\/3{
        width: 33.333333%;
    }
    .lg\:w-1\/4{
        width: 25%;
    }
    .lg\:w-2\/3{
        width: 66.666667%;
    }
    .lg\:w-3\/4{
        width: 75%;
    }
    .lg\:w-\[267px\]{
        width: 267px;
    }
    .lg\:max-w-2xl{
        max-width: 42rem;
    }
    .lg\:max-w-\[578px\]{
        max-width: 578px;
    }
    .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-row{
        flex-direction: row;
    }
    .lg\:flex-nowrap{
        flex-wrap: nowrap;
    }
    .lg\:items-end{
        align-items: flex-end;
    }
    .lg\:justify-end{
        justify-content: flex-end;
    }
    .lg\:gap-16{
        gap: 4rem;
    }
    .lg\:gap-8{
        gap: 2rem;
    }
    .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]){
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }
    .lg\:overflow-hidden{
        overflow: hidden;
    }
    .lg\:rounded-l-none{
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .lg\:bg-transparent{
        background-color: transparent;
    }
    .lg\:p-12{
        padding: 3rem;
    }
    .lg\:p-4{
        padding: 1rem;
    }
    .lg\:px-12{
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .lg\:px-14{
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }
    .lg\:py-0{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .lg\:py-16{
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .lg\:py-24{
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    .lg\:py-32{
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
    .lg\:pr-8{
        padding-right: 2rem;
    }
    .lg\:pt-\[150px\]{
        padding-top: 150px;
    }
    .lg\:pt-\[260px\]{
        padding-top: 260px;
    }
    .lg\:text-left{
        text-align: left;
    }
    .lg\:text-2xl{
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .lg\:text-5xl{
        font-size: 3rem;
        line-height: 1;
    }
    .group:hover .lg\:group-hover\:block{
        display: block;
    }
}
@media (min-width: 1280px){
    .xl\:w-1\/4{
        width: 25%;
    }
    .xl\:grid-cols-3{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

