/*!************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./wwwroot/css/common.css ***!
  \************************************************************************************************************************************************/
/*./base/_reset.css*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: 0 solid #e5e7eb;
}

ul,
ol {
    margin: 0;
}

ul li,ol li {
        list-style: none;
        list-style-type: none;
    }

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

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

@media (forced-colors: active) {

.split-button svg,
.icon-svg,
.globe-icon svg {
        forced-color-adjust: auto;
}
    }

/*./base/_theme.css*/

:root {
    --colors-primary-purple: var(--brand-purple-primary);
    --colors-primary-magenta: var(--magenta-primary);
    --colors-primary-flamingo: var(--flamingo-primary);
    --colors-primary-blue: var(--blue-primary);
    --colors-primary-midnight-blue: var(--midnight-blue-primary);
    --colors-primary-cyan: var(--cyan-primary);
    --colors-grey: var(--neutrals-light-grey-38);
    --colors-white: var(--neutrals-light-white);
    --colors-light-gray: var(--neutrals-light-grey-90);
    --colors-dark-gray: var(--neutrals-dark-grey-24);
    --colors-white-gray: var(--neutrals-light-white);
    --colors-white-additional-gray: var(--neutrals-light-grey-96);
    --colors-dark-additional-gray: var(--neutrals-additionals-grey-90);
    --colors-dark-additional-light-gray: var(--neutrals-additionals-grey-32);
    --colors-white-inverse: var(--neutrals-light-grey-14);
    --colors-text-white-inverse: var(--neutrals-dark-grey-8);
    --colors-information-red: var(--information-light-red);
    --colors-bg-contrast: var(--neutrals-light-grey-98);
    --colors-bg-grid: var(--neutrals-light-white);
    --colors-border-toggle: var(--neutrals-light-grey-38);
    --colors-toggle-circle: var(--neutrals-light-grey-38);
    --colors-globe-icon: var(--neutrals-additionals-grey-12);
    --colors-text-default: var(--neutrals-dark-black);
    --colors-primary-purple-hover: var(--brand-purple-shade-10);
    --colors-os-toggle-text: var(--midnight-blue-shade-20);
    --colors-slider-disabled-buttons: var(--neutrals-additionals-grey-80);
    --colors-grey-subtitle: var(--neutrals-light-grey-26);
    --colors-download-title: var(--brand-purple-primary);
    --colors-download-subtitle: var(--brand-purple-shade-20);
    --colors-data-subtitle: var(--neutrals-light-grey-26);
    /*buttons*/
    --colors-btn-primary-bg: var(--brand-purple-primary);
    --colors-btn-primary-border: var(--brand-purple-primary);
    --colors-btn-primary-hover: var(--brand-purple-shade-10);
    --colors-btn-primary-active: var(--brand-purple-shade-20);
    --colors-btn-primary-text: var(--neutrals-light-white);
    --colors-btn-default-bg: var(--brand-purple-tint-45);
    --colors-btn-default-border: var(--brand-purple-primary);
    --colors-btn-default-hover: var(--brand-purple-tint-45);
    --colors-btn-default-active: var(--brand-purple-tint-40);
    --colors-btn-default-text: var(--brand-purple-primary);
    --colors-btn-magenta: var(--magenta-primary);
    --colors-btn-magenta-hover: var(--magenta-shade-10);
    --colors-btn-magenta-active: var(--magenta-shade-20);
    /*media card borders*/
    --colors-media-purple-primary-border: var(--brand-purple-primary);
    --colors-media-magenta-primary-border: var(--magenta-primary);
    --colors-media-flamingo-primary-border: var(--flamingo-primary);
    --colors-media-blue-primary-border: var(--blue-primary);
    --colors-media-card-hover: var(--neutrals-light-grey-96);
    --colors-media-card-active: var(--neutrals-light-grey-88);
    --colors-media-card-bg: var(--neutrals-light-white);
    --colors-media-card-border: var(--neutrals-light-grey-82);
    --colors-media-card-hover-border: var(--neutrals-additionals-grey-78);
    --colors-media-card-active-border: var(--neutrals-light-grey-68);
    --colors-sts-badge-bg: var(--brand-purple-shade-20);
    --csstools-color-scheme--light: initial;
    color-scheme: light;
}

:root.dark {
    --colors-primary-purple: var(--brand-purple-tint-20);
    --colors-primary-magenta: var(--magenta-tint-20);
    --colors-primary-flamingo: var(--flamingo-tint-20);
    --colors-primary-blue: var(--cyan-tint-10);
    --colors-primary-midnight-blue: var(--neutrals-light-white);
    --colors-grey: var(--neutrals-dark-grey-68);
    --colors-white: var(--neutrals-light-grey-14);
    --colors-light-gray: var(--neutrals-additionals-grey-12);
    --colors-dark-gray: var(--neutrals-light-white);
    --colors-white-gray: var(--neutrals-additionals-grey-12);
    --colors-white-additional-gray: var(--neutrals-additionals-grey-20);
    --colors-dark-additional-gray: var(--neutrals-additionals-grey-28);
    --colors-dark-additional-light-gray: var(--neutrals-additionals-grey-70);
    --colors-white-inverse: var(--neutrals-light-white);
    --colors-text-white-inverse: var(--neutrals-light-white);
    --colors-information-red: var(--information-dark-red);
    --colors-bg-contrast: var(--neutrals-additionals-grey-12);
    --colors-bg-grid: var(--neutrals-additionals-grey-16);
    --colors-border-toggle: var(--neutrals-additionals-grey-12);
    --colors-toggle-circle: var(--neutrals-dark-grey-8);
    --colors-globe-icon: var(--neutrals-light-white);
    --colors-text-default: var(--neutrals-light-white);
    --colors-primary-purple-hover: var(--brand-purple-tint-30);
    --colors-os-toggle-text: var(--neutrals-light-white);
    --colors-slider-disabled-buttons: var(--neutrals-dark-grey-36);
    --colors-grey-subtitle: var(--neutrals-dark-grey-84);
    --colors-download-title: var(--neutrals-light-white);
    --colors-download-subtitle: var(--neutrals-light-white);
    --colors-data-subtitle: var(--neutrals-light-grey-96);
    /*buttons*/
    --colors-btn-primary-bg: var(--brand-purple-tint-25);
    --colors-btn-primary-border: var(--brand-purple-tint-25);
    --colors-btn-primary-hover: var(--brand-purple-tint-30);
    --colors-btn-primary-active: var(--brand-purple-tint-35);
    --colors-btn-primary-text: var(--neutrals-light-grey-14);
    --colors-btn-default-border: var(--brand-purple-tint-20);
    --colors-btn-default-hover: var(--brand-purple-shade-35);
    --colors-btn-default-active: var(--brand-purple-shade-30);
    --colors-btn-default-text: var(--brand-purple-tint-25);
    --colors-btn-magenta: var(--magenta-tint-30);
    --colors-btn-magenta-hover: var(--magenta-tint-35);
    --colors-btn-magenta-active: var(--magenta-tint-40);
    /*media card borders*/
    --colors-media-purple-primary-border: var(--brand-purple-tint-20);
    --colors-media-magenta-primary-border: var(--magenta-tint-20);
    --colors-media-flamingo-primary-border: var(--flamingo-tint-20);
    --colors-media-blue-primary-border: var(--cyan-tint-10);
    --colors-media-card-hover: var(--neutrals-dark-grey-24);
    --colors-media-card-active: var(--neutrals-additionals-grey-12);
    --colors-media-card-bg: var(--neutrals-additionals-grey-16);
    --colors-media-card-border: var(--neutrals-dark-grey-40);
    --colors-media-card-hover-border: var(--neutrals-additionals-grey-46);
    --colors-media-card-active-border: var(--neutrals-additionals-grey-42);
    --colors-sts-badge-bg: var(--brand-purple-tint-10);
    --csstools-color-scheme--light:  ;
    color-scheme: dark;
}

/*./base/_typography.css*/

/* open-sans-regular - latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-weight: var(--font-normal);
    src: local("Open Sans"), url(../js/a1535f451fb7bb98f526.woff2) format("woff2"), url(../js/7958f4e4a2bb8025ef86.woff) format("woff"), url(../js/9fc51a004b9a3278a60b.ttf) format("truetype");
    font-display: swap;
}

/* open-sans-600 - latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-weight: var(--font-semibold);
    src: local("Open Sans"), url(../js/7ef3bbc98d285227e83a.woff2) format("woff2"), url(../js/f031bf84d9797276192c.woff) format("woff"), url(../js/8c07670b6f1f814c762a.ttf) format("truetype");
    font-display: swap;
}

/* open-sans-700 - latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-weight: var(--font-bold);
    src: local("Open Sans"), url(../js/b245bc85ddeedb27a549.woff2) format("woff2"), url(../js/2867e720135399c4b665.woff) format("woff"), url(../js/21e7a98d7c6637ef8cc6.ttf) format("truetype");
    font-display: swap;
}

/* space-grotesk-700 - latin */

@font-face {
    font-family: 'Space Grotesk';
    font-weight: 700;
    font-weight: var(--font-bold);
    src: local("Space Grotesk"), url(../js/cde04f2b4d2647925104.woff2) format("woff2"), url(../js/ed3254259b03c3e49806.woff) format("woff"), url(../js/a09aa812b601ddb46789.ttf) format("truetype");
    font-display: swap;
}

/* Font Family */

.font-open {
    font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
    font-family: var(--font-family-open) !important;
}

.font-space {
    font-family: "Space Grotesk", Helvetica, Arial, sans-serif !important;
    font-family: var(--font-family-space) !important;
}

.font-code {
    font-family: "Space Mono", monospace !important;
    font-family: var(--font-family-code) !important;
}

/* Font Weight */

.font-normal {
    font-weight: 400;
    font-weight: var(--font-normal);
}

.font-semibold {
    font-weight: 600;
    font-weight: var(--font-semibold);
}

.font-bold {
    font-weight: 700;
    font-weight: var(--font-bold);
}

/* Text Colors */

.text-white {
    color: #ffffff !important;
    color: var(--colors-white) !important;
}

.grey-subtitles {
    color: #424242;
    color: var(--colors-grey-subtitle);
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
}

/*./base/_variables.css*/

:root {
    --midnight-blue-shade-20: #0f042c;
    --midnight-blue-shade-10: #14053a;
    --midnight-blue-primary: #190649;
    --brand-purple-shade-45: #080415;
    --brand-purple-shade-40: #10092a;
    --brand-purple-shade-35: #180d40;
    --brand-purple-shade-30: #201155;
    --brand-purple-shade-20: #311a7f;
    --brand-purple-shade-10: #4122aa;
    --brand-purple-primary: #512bd4;
    --brand-purple-tint-10: #7455dd;
    --brand-purple-tint-20: #9780e5;
    --brand-purple-tint-25: #ac99ea;
    --brand-purple-tint-30: #b9aaee;
    --brand-purple-tint-35: #cbbff2;
    --brand-purple-tint-40: #dcd5f6;
    --brand-purple-tint-45: #eeeafb;
    --cyan-shade-45: #041315;
    --cyan-shade-40: #08272a;
    --cyan-shade-35: #0c3a3f;
    --cyan-shade-30: #104e54;
    --cyan-shade-20: #18747d;
    --cyan-shade-10: #209ba7;
    --cyan-primary: #28c2d1;
    --cyan-tint-10: #53ceda;
    --cyan-tint-20: #7edae3;
    --cyan-tint-30: #a9e7ed;
    --cyan-tint-35: #beedf1;
    --cyan-tint-40: #d4f3f6;
    --cyan-tint-45: #e9f9fa;
    --blue-shade-45: #010b1a;
    --blue-shade-40: #021633;
    --blue-shade-35: #03204d;
    --blue-shade-30: #042b66;
    --blue-shade-20: #074199;
    --blue-shade-10: #0956cc;
    --blue-primary: #0b6cff;
    --blue-dark: #2b0b98;
    --blue-tint-10: #3c89ff;
    --blue-tint-20: #6da7ff;
    --blue-tint-30: #9dc4ff;
    --blue-tint-35: #b6d3ff;
    --blue-tint-40: #cee2ff;
    --blue-tint-45: #e7f0ff;
    --flamingo-shade-45: #340a0e;
    --flamingo-shade-40: #491218;
    --flamingo-shade-35: #5f1a21;
    --flamingo-shade-30: #74222b;
    --flamingo-shade-20: #a0313d;
    --flamingo-shade-10: #cb4150;
    --flamingo-primary: #f65163;
    --flamingo-tint-10: #f87482;
    --flamingo-tint-20: #fa97a1;
    --flamingo-tint-30: #fbb9c1;
    --flamingo-tint-35: #fccbd0;
    --flamingo-tint-40: #fddce0;
    --flamingo-tint-45: #feeeef;
    --magenta-shade-45: #150011;
    --magenta-shade-40: #2b0022;
    --magenta-shade-35: #400033;
    --magenta-shade-30: #560044;
    --magenta-shade-20: #800066;
    --magenta-shade-10: #ab0088;
    --magenta-primary: #d600aa;
    --magenta-tint-10: #de33bb;
    --magenta-tint-20: #e666cc;
    --magenta-tint-30: #ef99dd;
    --magenta-tint-35: #f3b2e5;
    --magenta-tint-40: #f7ccee;
    --magenta-tint-45: #fbe5f6;
    --yellow-shade-45: #2d1f08;
    --yellow-shade-40: #432f0f;
    --yellow-shade-35: #5a4016;
    --yellow-shade-30: #70511d;
    --yellow-shade-20: #9d722c;
    --yellow-shade-10: #ca943a;
    --yellow-primary: #f7b548;
    --yellow-tint-10: #f9c46d;
    --yellow-tint-20: #fad391;
    --yellow-tint-30: #fce1b6;
    --yellow-tint-35: #fde9c8;
    --yellow-tint-40: #fdf0da;
    --yellow-tint-46: #fef8ed;
    --neutrals-dark-black: #000000;
    --neutrals-dark-grey-4: #0a0a0a;
    --neutrals-dark-grey-8: #141414;
    --neutrals-dark-grey-24: #3d3d3d;
    --neutrals-dark-grey-36: #5c5c5c;
    --neutrals-dark-grey-40: #666666;
    --neutrals-dark-grey-52: #858585;
    --neutrals-dark-grey-68: #adadad;
    --neutrals-dark-grey-84: #d6d6d6;
    --neutrals-additionals-grey-2: #050505;
    --neutrals-additionals-grey-6: #0f0f0f;
    --neutrals-additionals-grey-10: #1a1a1a;
    --neutrals-additionals-grey-12: #1f1f1f;
    --neutrals-additionals-grey-16: #292929;
    --neutrals-additionals-grey-18: #2e2e2e;
    --neutrals-additionals-grey-20: #333333;
    --neutrals-additionals-grey-22: #383838;
    --neutrals-additionals-grey-28: #474747;
    --neutrals-additionals-grey-30: #4d4d4d;
    --neutrals-additionals-grey-32: #525252;
    --neutrals-additionals-grey-34: #575757;
    --neutrals-additionals-grey-42: #6b6b6b;
    --neutrals-additionals-grey-44: #707070;
    --neutrals-additionals-grey-46: #757575;
    --neutrals-additionals-grey-48: #7a7a7a;
    --neutrals-additionals-grey-54: #8a8a8a;
    --neutrals-additionals-grey-56: #8f8f8f;
    --neutrals-additionals-grey-58: #949494;
    --neutrals-additionals-grey-60: #999999;
    --neutrals-additionals-grey-62: #9e9e9e;
    --neutrals-additionals-grey-64: #a3a3a3;
    --neutrals-additionals-grey-66: #a8a8a8;
    --neutrals-additionals-grey-70: #b2b2b2;
    --neutrals-additionals-grey-72: #b8b8b8;
    --neutrals-additionals-grey-76: #c2c2c2;
    --neutrals-additionals-grey-78: #c7c7c7;
    --neutrals-additionals-grey-80: #cccccc;
    --neutrals-additionals-grey-86: #dbdbdb;
    --neutrals-additionals-grey-90: #e5e5e5;
    --neutrals-light-grey-14: #242424;
    --neutrals-light-grey-26: #424242;
    --neutrals-light-grey-38: #616161;
    --neutrals-light-grey-50: #808080;
    --neutrals-light-grey-68: #b3b3b3;
    --neutrals-light-grey-74: #bdbdbd;
    --neutrals-light-grey-82: #d1d1d1;
    --neutrals-light-grey-88: #e0e0e0;
    --neutrals-light-grey-90: #ebebeb;
    --neutrals-light-grey-94: #f0f0f0;
    --neutrals-light-grey-96: #f5f5f5;
    --neutrals-light-grey-98: #fafafa;
    --neutrals-light-white: #ffffff;
    --information-blue: #005fb7;
    --information-dark-green: #0f7b0f;
    --information-light-green: #dff6dd;
    --information-dark-red: #c42b1c;
    --information-light-red: #fde7e9;
    --information-dark-green: #052505;
    --information-dark-red: #3f1011;
    --vivid-orange: #df590b;
    --fluent-orange: #f98745;

    /* Spacing */
    --spacing-2xs: 0.25rem;
    --spacing-xs: 0.5rem;
    --spacing-sm: 0.75rem;
    --spacing-md: 1rem;
    --spacing-lg: 1.5rem;
    --spacing-xl: 2rem;
    --spacing-2xl: 3rem;

    /* Border Radius */
    --rounded-xs: 0.5rem;
    /* 8px */
    --rounded-sm: 0.75rem;
    /* 12px */
    --rounded-md: 1rem;
    /* 16px */
    --rounded-lg: 1.25rem;
    /* 20px */
    --rounded-xl: 2rem;
    /* 32px */

    /* Font Family */
    --font-family-open: "Open Sans", Helvetica, Arial, sans-serif;
    --font-family-space: "Space Grotesk", Helvetica, Arial, sans-serif;
    --font-family-code: "Space Mono", monospace;

    /* Font Weight */
    --font-normal: 400;
    --font-semibold: 600;
    --font-bold: 700;
}

/*./components/_alerts.css*/

.alert {
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    position: relative;
    border-radius: 12px;
    max-width: 1600px;
    margin: 3rem auto 0;
    padding: 0.375rem 1.5rem 0.375rem 2.75rem;
    background-color: #dcd5f6;
    background-color: var(--colors-btn-default-active);
}

.alert svg.icon-svg {
        position: absolute;
        left: 14px;
        top: 12px;
        border-radius: 50%;
        background: linear-gradient(135deg, rgba(214, 0, 170, 1) 0%, rgba(81, 43, 212, 1) 100%);
    }

@media (min-width: 845px) {

.alert {
        display: flex;
        align-items: center;
        margin-top: 1rem;
}
    }

.alert div.alert-heading {
        margin-right: 0.625rem;
        font-weight: 600;
    }

.alert div.alert-description {
        margin-right: 1.25rem;
    }

.alert div.alert-action {
        margin-top: 0.5rem;
        margin-left: auto;
    }

@media (min-width: 845px) {

.alert div.alert-action {
            margin-top: 0;
    }
        }

.alert div.alert-action a {
            display: block;
            width: 100%;
            text-align: center;
            padding: 0.375rem;
            margin-right: 0.75rem;
            font-size: inherit;
            line-height: inherit;
        }

@media (min-width: 845px) {

.alert div.alert-action a {
                width: -moz-fit-content;
                width: fit-content;
        }
            }

.alert button {
        background-color: transparent;
        font-size: 1.5rem;
        line-height: 2rem;
        position: absolute;
        top: 0.25rem;
        right: 0.375rem;
    }

@media (min-width: 845px) {

.alert button {
            top: auto;
            right: 0.625rem;
    }
        }

@media (max-width: 539px) {

.alert-dismissable-show {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 1600px;
}
    }

@media (min-width: 845px) {

.alert-dismissable-show {
        display: flex;
}
    }

/*./components/_arrow-links.css*/

.arrow-link {
	display: inline-block;
	width: -moz-fit-content;
	width: fit-content;
	text-wrap: balance;
	color: #512bd4;
	color: var(--colors-primary-purple);
	font-size: 1rem;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-family: var(--font-family-open);
	font-weight: 600;
	font-weight: var(--font-semibold);
	font-style: normal;
	line-height: 1.5rem;
	-webkit-text-decoration: none;
	text-decoration: none;
	text-transform: none;
}

.arrow-link:hover {
		-webkit-text-decoration: underline;
		text-decoration: underline;
		color: #4122aa;
		color: var(--colors-primary-purple-hover);
	}

.arrow-link:hover svg {
			transform: translateX(0.25rem);
		}

.arrow-link svg {
		fill: #512bd4;
		fill: var(--colors-primary-purple);
		margin-left: .25rem;
		width: 1rem;
		height: 1rem;
		transition-duration: 200ms;
		transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
		transform: translateX(0);
		display: inline;
		vertical-align: middle;
	}

.arrow-link-white {
	color: #f5f5f5;
	color: var(--neutrals-light-grey-96);
}

.arrow-link-white:hover {
		color: #f5f5f5;
		color: var(--neutrals-light-grey-96);
	}

.arrow-link-white svg {
		fill: #f5f5f5;
		fill: var(--neutrals-light-grey-96);
	}

/*./components/_breadcrumb.css*/

.breadcrumb-wrapper {
    padding: 6px 12px;
    margin: 0 .5rem;
}

@media screen and (min-width: 860px) {
        .breadcrumb-wrapper {
            padding: 6px 16px;
        }
    }

@media screen and (min-width: 1248px) {
        .breadcrumb-wrapper {
            padding: 6px 40px;
        }
    }

@media screen and (min-width: 1467px) {
        .breadcrumb-wrapper {
            padding: 6px 5%;
        }
    }

.breadcrumb {
    background: transparent;
    padding: 0;
    max-width: 1600px;
    margin: auto auto;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
}

.breadcrumb a {
        color: #141414;
        color: var(--colors-text-white-inverse);
        -webkit-text-decoration: none;
        text-decoration: none;
    }

.breadcrumb .breadcrumb-item + .breadcrumb-item {
        padding-left: .5rem;
    }

.breadcrumb li.breadcrumb-item + li.breadcrumb-item:before {
        content: "/";
        color: #141414;
        color: var(--colors-text-white-inverse);
        padding: 0 8px;
    }

.breadcrumb li:last-child {
        font-weight: 600;
        font-weight: var(--font-semibold);
    }

/*./components/_feedback-button.css*/

.feedback-container {
    display: block;
    position: fixed;
    bottom: -10px;
    transform: rotate(0);
    right: 5%;
    z-index: 50;
}

@media (min-width: 845px) {
        .feedback-container {
            right: -42px;
            left: auto;
            bottom: 127px;
            transform: rotate(-90deg);
        }
    }

.feedback-container button {
        line-height: 1.5;
        font-size: 1.125rem;
        font-weight: 400;
        font-weight: var(--font-normal);
        padding-top: 0.25rem;
        padding-bottom: 0.625rem;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        min-width: 108px;
    }

/*./components/_gradients.css*/

/* Gradient classes */

.gradients-multi-color-purple-magenta {
    background: linear-gradient(128.87deg, #512bd4 14.05%, #d600aa 89.3%);
}

.gradients-multi-color-magenta-flamingo {
    background: linear-gradient(128.87deg, #d600aa 14.05%, #cb4150 89.3%);
}

.gradients-multi-color-flamingo-purple {
    background: linear-gradient(128.87deg, #cb4150 14.05%, #512bd4 89.3%);
}

.gradients-multi-color-purple-blue {
    background: linear-gradient(128.87deg, #512bd4 14.05%, #0b6cff 89.3%);
}

.gradients-multi-color-blue-purple {
    background: linear-gradient(128.87deg, #0b6cff 14.05%, #512bd4 89.3%);
}

.gradients-magenta-purple {
    background: linear-gradient(to bottom, #7d1dc6 0%, #512bd4 100%);
}

.gradients-magenta-purple-primary {
    background: linear-gradient(128.87deg, #D600AA 14.05%, #512BD4 89.3%);
}

.gradients-light-blue {
    background: linear-gradient(128.87deg, rgba(11, 108, 255, 0.2) 14.05%, rgba(81, 43, 212, 0.2) 89.3%);
}

.gradients-purple-magenta {
    background: linear-gradient(128.87deg, #EEEAFB 14.05%, #FBE5F6 89.3%);
}

.gradients-multi-color-blue-purple-magenta {
    background: linear-gradient(160.47deg, #EEEAFB 1.48%, #FBE5F6 52.03%, #B9AAEE 109.2%), linear-gradient(139.66deg, #9DC4FF 4.96%, #B9AAEE 52.42%, #EF99DD 94.59%);
}

.gradients-blue-magenta {
    background: linear-gradient(155.78deg, #E9E5FF 2.89%, #EDD2F7 86.11%);
}

.fading-bg-left {
    background: linear-gradient(90deg, rgba(250, 250, 250, 1) 0%, rgba(255, 255, 255, 0.2) 100%);
}

.fading-bg-right {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(250, 250, 250, 1) 100%);
}

html[data-theme="dark"] .gradients-dark-multi-color-purple-magenta {
        background: linear-gradient(128.87deg, #9780e5 14.05%, #e666cc 89.3%);
    }

html[data-theme="dark"] .gradients-dark-multi-color-magenta-flamingo {
        background: linear-gradient(128.87deg, #e666cc 14.05%, #fa97a1 89.3%);
    }

html[data-theme="dark"] .gradients-dark-multi-color-flamingo-purple {
        background: linear-gradient(128.87deg, #fa97a1 14.05%, #9780e5 89.3%);
    }

html[data-theme="dark"] .gradients-dark-multi-color-purple-cyan {
        background: linear-gradient(128.87deg, #9780e5 14.05%, #53ceda 89.3%);
    }

html[data-theme="dark"] .gradients-dark-multi-color-cyan-purple {
        background: linear-gradient(128.87deg, #53ceda 14.05%, #9780e5 89.3%);
    }

html[data-theme="dark"] .gradients-dark-magenta-purple {
        background: linear-gradient(to bottom, #8d40d0 0%, #7455dd 100%);
    }

html[data-theme="dark"] .gradients-dark-blue-primary {
        background: linear-gradient(128.87deg, rgba(11, 108, 255, 0.2) 14.05%, rgba(81, 43, 212, 0.2) 89.3%);
    }

html[data-theme="dark"] .gradients-dark-magenta-purple-primary {
        background: linear-gradient(147.42deg, #D600AA 0%, #7455DD 100%);
    }

html[data-theme="dark"] .gradients-dark-purple-blue {
        background: #6da7ff;
        background: var(--blue-tint-20);
    }

html[data-theme="dark"] .gradients-dark-blue-magenta {
        background: linear-gradient(82.02deg, #042B66 -40.57%, #311A7F 56.7%);
    }

html[data-theme="dark"] .gradients-dark-midnight-blue-magenta {
        background: linear-gradient(175deg, #190649, #400033);
    }

html[data-theme="dark"] .gradients-dark-purple-magenta {
        background: linear-gradient(128.87deg, #311A7F 14.05%, #800066 89.3%);
    }

html[data-theme="dark"] .fading-bg-left {
        background: linear-gradient(90deg, rgba(31, 31, 31, 1) 0%, rgba(255, 255, 255, 0) 100%);
    }

html[data-theme="dark"] .fading-bg-right {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(31, 31, 31, 1) 100%);
    }

/* Glassmorphism gradients */

.radial-gradient {
    position: absolute;
    z-index: -50;
}

.radial-gradient-purple {
    background: radial-gradient(50% 50% at 50% 50%, rgba(81, 43, 212, 0.15) 0%, rgba(151, 128, 229, 0.15) 100%);
}

.radial-gradient-blue {
    background: radial-gradient(50% 50% at 50% 50%, rgba(11, 108, 255, 0.15) 0%, rgba(109, 167, 255, 0.15) 100%);
}

.radial-gradient-cyan {
    background: radial-gradient(50% 50% at 50% 50%, rgba(40, 194, 209, 0.15) 0%, rgba(169, 231, 237, 0.15) 100%);
}

.radial-gradient-magenta {
    background: radial-gradient(50% 50% at 50% 50%, rgba(230, 102, 204, 0.1) 0%, rgba(214, 0, 170, 0.1) 100%);
}

.radial-gradient-magenta-tint-10 {
    background: radial-gradient(26.17% 9.24% at 29.25% 41.28%, rgba(222, 51, 187, 0.2) 27.08%, rgba(222, 51, 187, 0.1) 90.63%);
}

.radial-gradient-blue-tint-10 {
    background: radial-gradient(26.17% 9.24% at 29.25% 41.28%, rgba(60, 137, 255, 0.2) 27.08%, rgba(60, 137, 255, 0.1) 90.63%);
}

.radial-gradient-blue-tint-20 {
    background: radial-gradient(50% 50% at 50% 50%, rgba(43, 111, 212, 0.2) 0%, rgba(43, 100, 212, 0) 100%);
}

.radial-gradient-blue-tint-30 {
    background: radial-gradient(43.77% 47.13% at 52.17% 51.04%, rgba(157, 196, 255, 0.2) 0%, rgba(157, 196, 255, 0) 100%);
}

.radial-gradient-blue-tint-45 {
    background: radial-gradient(39.54% 71.8% at 28.38% 38.12%, rgba(231, 240, 255, 0.2) 0%, rgba(231, 240, 255, 0) 100%);
}

.radial-gradient-purple-tint-20 {
    background: radial-gradient(26.17% 9.24% at 29.25% 41.28%, rgba(81, 43, 212, 0.2) 27.08%, rgba(81, 43, 212, 0.1) 90.63%);
}

.radial-gradient-yellow-tint-20 {
    background: radial-gradient(26.17% 9.24% at 29.25% 41.28%, rgba(247, 181, 72, 0.2) 27.08%, rgba(247, 181, 72, 0.1) 90.63%);
}

.radial-gradient-crawfish {
    background: radial-gradient(26.17% 9.24% at 29.25% 41.28%, rgba(247, 120, 78, 0.168) 27.6%, rgba(235, 132, 112, 0.184) 90.63%);
}

.radial-gradient-stainless-steel {
    background: radial-gradient(26.17% 9.24% at 29.25% 41.28%, rgba(248, 116, 130, 0.2) 27.6%, rgba(248, 116, 130, 0.1) 90.63%);
}

.radial-gradient-magenta-tint-20 {
    background: radial-gradient(106.35% 149.92% at -20.09% 20.04%, rgba(214, 0, 170, 0.2) 1.43%, rgba(214, 0, 170, 0) 100%);
}

.radial-gradient-magenta-tint-25 {
    background: radial-gradient(47.64% 44.04% at 52.17% 51.04%, rgba(214, 0, 170, 0.2) 1.43%, rgba(214, 0, 170, 0) 100%);
}

.radial-gradient-purple-tint-10 {
    background: radial-gradient(56.76% 56.76% at 55% 43.24%, rgba(65, 34, 170, 0.2) 0%, rgba(65, 34, 170, 0) 100%);
}

.radial-gradient-magenta-tint-15 {
    background: radial-gradient(50% 50% at 50% 50%, rgba(246, 81, 99, 0.15) 0%, rgba(246, 81, 99, 0) 100%);
}

.radial-gradient-flamingo-tint-15 {
    background: radial-gradient(50% 50% at 50% 50%, rgba(246, 81, 99, 0.15) 0%, rgba(246, 81, 99, 0) 100%);
}

.radial-gradient-e57 {
    background: radial-gradient(150.77% 109.44% at -20.09% 20.04%, rgba(214, 0, 170, 0.20) 1.43%, rgba(214, 0, 170, 0.00) 100%);
}

.radial-gradient-e58 {
    background: radial-gradient(95.33% 92.56% at 72.96% 5.82%, rgba(65, 34, 170, 0.00) 0%, rgba(65, 34, 170, 0.15) 49%, rgba(65, 34, 170, 0.00) 100%);
}

.radial-gradient-e59 {
    background: radial-gradient(150.77% 109.44% at -20.09% 20.04%, rgba(214, 0, 170, 0.20) 1.43%, rgba(214, 0, 170, 0.00) 100%);
}

.radial-gradient-e60 {
    background: radial-gradient(57.21% 56.98% at 55% 43.24%, rgba(65, 34, 170, 0.20) 0%, rgba(65, 34, 170, 0.00) 100%);
}

.radial-gradient-e75 {
    background: radial-gradient(47.64% 44.04% at 52.17% 51.04%, rgba(214, 0, 170, 0.13) 0%, rgba(214, 0, 170, 0.00) 100%);
}

.radial-gradient-e76 {
    background: radial-gradient(47.64% 44.04% at 52.17% 51.04%, rgba(214, 0, 170, 0.25) 0%, rgba(214, 0, 170, 0.00) 100%);
}

/*./components/_jumbotron.css*/

.jumbotron {
    padding-top: 70px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    margin-bottom: 32px;
    max-width: 1400px;
}

@media (min-width: 540px) {
        .jumbotron {
            padding-left: 20px;
            padding-right: 20px;
            margin-bottom: 48px;
        }
    }

@media (min-width: 1248px) {
        .jumbotron {
            padding-left: 40px;
            padding-right: 40px;
        }
    }

.jumbotron h1.title {
        color: #190649;
        color: var(--colors-primary-midnight-blue);
    }

.jumbotron p.sub-title {
        margin-bottom: 16px;
        margin-top: 20px;
        color: #242424;
        color: var(--colors-white-inverse);
    }

@media (min-width: 540px) {
            .jumbotron p.sub-title {
                margin-bottom: 12px;
                margin-top: 8px;
            }
        }

@media (min-width: 1248px) {
            .jumbotron p.sub-title {
                margin-bottom: 36px;
            }
        }

.jumbotron p.os-version {
        color: #190649;
        color: var(--colors-primary-midnight-blue);
    }

.jumbotron .hero-img {
        display: none;
        z-index: -20;
    }

@media (min-width: 540px) {
            .jumbotron .hero-img {
                display: block;
            }
        }

.jumbotron .hero-img img {
            left: 50%;
            top: 50%;
            height: auto;
            max-width: 100%;
        }

@media (min-width: 540px) {
                .jumbotron .hero-img img {
                    display: block;
                }
            }

/*./components/_media-border-cards.css*/

.media-border-cards a {
        box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.03922);
        background-color: #ffffff;
        background-color: var(--colors-bg-grid);
        border: 2px solid #d1d1d1;
        border: 2px solid var(--colors-media-card-border);
        padding: 20px;
        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
        transition-duration: 200ms;
    }

.media-border-cards a:hover {
            box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.10196);
            border: 2px solid #c7c7c7;
            border: 2px solid var(--colors-media-card-hover-border);
            background-color: #f5f5f5;
            background-color: var(--colors-media-card-hover);
        }

.media-border-cards a:active {
            box-shadow: 0px 2px 4px 0px rgba(0,0,0,0);
            border: 2px solid #b3b3b3;
            border: 2px solid var(--colors-media-card-active-border);
            background-color: #e0e0e0;
            background-color: var(--colors-media-card-active);
        }

/*./components/_social-media.css*/

.social-media {
    max-width: 1400px;
}

.social-media span {
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        font-family: var(--font-family-open);
        font-style: normal;
        font-weight: 600;
        font-weight: var(--font-semibold);
        font-size: 1rem;
        line-height: 1.594rem;
    }

@media (min-width: 540px) {
            .social-media span {
                font-size: 1.125rem;
                line-height: 1.688rem;
            }
        }

.social-media div {
        vertical-align: middle;
    }

.social-media div a {
            width: 34px;
        }

.social-media svg {
        fill: #242424;
        fill: var(--colors-white-inverse);
    }

@media (min-width: 540px) {
        .social-media {
            padding: 0 20px;
        }
    }

@media (min-width: 1248px) {
        .social-media {
            padding: 0 40px;
        }
    }

/*./components/_sr.css*/

.sr-only {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(0, 0, 0, 0);
    border-width: 0;
    white-space: nowrap;
}

/*./components/_theme-toggle.css*/

.toggler-text {
    font-size: .75rem;
    line-height: 1rem;
    color: #242424;
    color: var(--colors-white-inverse);
}

.toggle-button {
    border-width: 1px;
    border-radius: 20px;
    border-color: #616161;
    border-color: var(--colors-border-toggle);
    margin-left: 0.25rem;
    overflow: hidden;
    width: 40px;
    height: 20px;
    position: relative;
    cursor: pointer;
    forced-color-adjust: none;
    text-transform: none;
}

.dark .toggle-button {
    background: linear-gradient(128.87deg, #9780e5 14.05%, #e666cc 89.3%);
}

.toggle-circle {
    background-color: #616161;
    background-color: var(--colors-toggle-circle);
    width: 13.5px;
    height: 13.5px;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-duration: 150ms;
    border-radius: 20px;
    margin-left: 3px;
    margin-top: -1px;
}

.dark .toggle-circle {
    transform: translate(1.25rem, 0);
}

@media (forced-colors: active) {

.toggler {
        forced-color-adjust: none;
}
    }

/*./layouts/_grid.css*/

.grid-wrapper {
    /* Base grid styles */
    display: grid;
    grid-column-gap: 12px;
    -moz-column-gap: 12px;
         column-gap: 12px;
    grid-row-gap: 24px;
    row-gap: 24px;
    grid-column: span 6;
    margin-bottom: 32px;
    grid-template-columns: repeat(6, minmax(0, 1fr));

    /* Medium screens and above */
}

@media (min-width: 540px) {
        .grid-wrapper {
            grid-column: span 12;
            gap: 24px;
            /* gap-x-row-gap-md */
            grid-template-columns: repeat(12, minmax(0, 1fr));
        }
    }

/* Large screens and above */

@media (min-width: 845px) {
        .grid-wrapper {
            grid-column: span 12;
            row-gap: 48px;
            -moz-column-gap: 32px;
                 column-gap: 32px;
            margin-bottom: 60px;
            grid-template-columns: repeat(12, minmax(0, 1fr));
        }
    }

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

/* Base (default) column spans */

[class*="col-span-"] {
    grid-column: span 6 / span 6;
}

.col-span-1 {
    grid-column: span 1 / span 1;
}

.col-span-2 {
    grid-column: span 2 / span 2;
}

.col-span-3 {
    grid-column: span 3 / span 3;
}

.col-span-4 {
    grid-column: span 4 / span 4;
}

.col-span-5 {
    grid-column: span 5 / span 5;
}

.col-span-6 {
    grid-column: span 6 / span 6;
}

/* Medium screens and up */

@media (min-width: 540px) {
    [class*="md\\:col-span-"] {
        grid-column: span 12 / span 12;
    }

    .md\:col-span-1 {
        grid-column: span 1 / span 1;
    }

    .md\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .md\:col-span-3 {
        grid-column: span 3 / span 3;
    }

    .md\:col-span-4 {
        grid-column: span 4 / span 4;
    }

    .md\:col-span-5 {
        grid-column: span 5 / span 5;
    }

    .md\:col-span-6 {
        grid-column: span 6 / span 6;
    }

    .md\:col-span-7 {
        grid-column: span 7 / span 7;
    }

    .md\:col-span-8 {
        grid-column: span 8 / span 8;
    }

    .md\:col-span-9 {
        grid-column: span 9 / span 9;
    }

    .md\:col-span-10 {
        grid-column: span 10 / span 10;
    }

    .md\:col-span-11 {
        grid-column: span 11 / span 11;
    }

    .md\:col-span-12 {
        grid-column: span 12 / span 12;
    }
}

/* Large screens and up */

@media (min-width: 845px) {
    [class*="lg\\:col-span-"] {
        grid-column: span 12 / span 12;
    }

    .lg\:col-span-1 {
        grid-column: span 1 / span 1;
    }

    .lg\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .lg\:col-span-3 {
        grid-column: span 3 / span 3;
    }

    .lg\:col-span-4 {
        grid-column: span 4 / span 4;
    }

    .lg\:col-span-5 {
        grid-column: span 5 / span 5;
    }

    .lg\:col-span-6 {
        grid-column: span 6 / span 6;
    }

    .lg\:col-span-7 {
        grid-column: span 7 / span 7;
    }

    .lg\:col-span-8 {
        grid-column: span 8 / span 8;
    }

    .lg\:col-span-9 {
        grid-column: span 9 / span 9;
    }

    .lg\:col-span-10 {
        grid-column: span 10 / span 10;
    }

    .lg\:col-span-11 {
        grid-column: span 11 / span 11;
    }

    .lg\:col-span-12 {
        grid-column: span 12 / span 12;
    }
}

/* Extra-large screens and up */

@media (min-width: 1248px) {
    [class*="xl\\:col-span-"] {
        grid-column: span 12 / span 12;
    }

    .xl\:col-span-1 {
        grid-column: span 1 / span 1;
    }

    .xl\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .xl\:col-span-3 {
        grid-column: span 3 / span 3;
    }

    .xl\:col-span-4 {
        grid-column: span 4 / span 4;
    }

    .xl\:col-span-5 {
        grid-column: span 5 / span 5;
    }

    .xl\:col-span-6 {
        grid-column: span 6 / span 6;
    }

    .xl\:col-span-7 {
        grid-column: span 7 / span 7;
    }

    .xl\:col-span-8 {
        grid-column: span 8 / span 8;
    }

    .xl\:col-span-9 {
        grid-column: span 9 / span 9;
    }

    .xl\:col-span-10 {
        grid-column: span 10 / span 10;
    }

    .xl\:col-span-11 {
        grid-column: span 11 / span 11;
    }

    .xl\:col-span-12 {
        grid-column: span 12 / span 12;
    }
}

/* Base (default) column starts */

[class*="col-start-"] {
    grid-column-start: 6;
}

.col-start-1 {
    grid-column-start: 1;
}

.col-start-2 {
    grid-column-start: 2;
}

.col-start-3 {
    grid-column-start: 3;
}

.col-start-4 {
    grid-column-start: 4;
}

.col-start-5 {
    grid-column-start: 5;
}

.col-start-6 {
    grid-column-start: 6;
}

/* Medium screens and up */

@media (min-width: 540px) {
    [class*="md\\:col-start-"] {
        grid-column-start: 12;
    }

    .md\:col-start-1 {
        grid-column-start: 1;
    }

    .md\:col-start-2 {
        grid-column-start: 2;
    }

    .md\:col-start-3 {
        grid-column-start: 3;
    }

    .md\:col-start-4 {
        grid-column-start: 4;
    }

    .md\:col-start-5 {
        grid-column-start: 5;
    }

    .md\:col-start-6 {
        grid-column-start: 6;
    }

    .md\:col-start-7 {
        grid-column-start: 7;
    }

    .md\:col-start-8 {
        grid-column-start: 8;
    }

    .md\:col-start-9 {
        grid-column-start: 9;
    }

    .md\:col-start-10 {
        grid-column-start: 10;
    }

    .md\:col-start-11 {
        grid-column-start: 11;
    }

    .md\:col-start-12 {
        grid-column-start: 12;
    }
}

/* Large screens and up */

@media (min-width: 845px) {
    [class*="lg\\:col-start-"] {
        grid-column-start: 12;
    }

    .lg\:col-start-1 {
        grid-column-start: 1;
    }

    .lg\:col-start-2 {
        grid-column-start: 2;
    }

    .lg\:col-start-3 {
        grid-column-start: 3;
    }

    .lg\:col-start-4 {
        grid-column-start: 4;
    }

    .lg\:col-start-5 {
        grid-column-start: 5;
    }

    .lg\:col-start-6 {
        grid-column-start: 6;
    }

    .lg\:col-start-7 {
        grid-column-start: 7;
    }

    .lg\:col-start-8 {
        grid-column-start: 8;
    }

    .lg\:col-start-9 {
        grid-column-start: 9;
    }

    .lg\:col-start-10 {
        grid-column-start: 10;
    }

    .lg\:col-start-11 {
        grid-column-start: 11;
    }

    .lg\:col-start-12 {
        grid-column-start: 12;
    }
}

/* Extra-large screens and up */

@media (min-width: 1248px) {
    [class*="xl\\:col-start-"] {
        grid-column-start: 12;
    }

    .xl\:col-start-1 {
        grid-column-start: 1;
    }

    .xl\:col-start-2 {
        grid-column-start: 2;
    }

    .xl\:col-start-3 {
        grid-column-start: 3;
    }

    .xl\:col-start-4 {
        grid-column-start: 4;
    }

    .xl\:col-start-5 {
        grid-column-start: 5;
    }

    .xl\:col-start-6 {
        grid-column-start: 6;
    }

    .xl\:col-start-7 {
        grid-column-start: 7;
    }

    .xl\:col-start-8 {
        grid-column-start: 8;
    }

    .xl\:col-start-9 {
        grid-column-start: 9;
    }

    .xl\:col-start-10 {
        grid-column-start: 10;
    }

    .xl\:col-start-11 {
        grid-column-start: 11;
    }

    .xl\:col-start-12 {
        grid-column-start: 12;
    }
}

/* Full column span */

.col-span-full {
    grid-column: 1 / -1;
}

.grid-card {
    /* Base styles for small screens */
    background-color: #ffffff;
    background-color: var(--colors-bg-grid);
    border-radius: 12px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: baseline;

    /* Medium screens and above */
}

@media (min-width: 540px) {
        .grid-card {
            padding-left: 48px;
            padding-right: 48px;
            padding-top: 28px;
            padding-bottom: 28px;
        }
    }

/* Extra-large screens and above */

@media (min-width: 1248px) {
        .grid-card {
            padding-left: 108px;
            padding-right: 108px;
            padding-top: 40px;
            padding-bottom: 40px;
        }
    }

/*./layouts/_layout.css*/

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-family: var(--font-family-open);
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-family: var(--font-family-open);
    overflow-x: hidden;
}

body>svg:first-of-type {
    display: none;
}

.refresh {
    background-color: #fafafa;
    background-color: var(--colors-bg-contrast);
}

.main-container {
    position: relative;
    margin: 0;
}

.site-banners {
    max-width: 100%;
    padding-left: 0.75rem;
    padding-left: var(--spacing-sm);
    padding-right: 0.75rem;
    padding-right: var(--spacing-sm);
    position: relative;
}

@media (min-width: 845px) {
        .site-banners {
            padding-left: 1rem;
            padding-left: var(--spacing-md);
            padding-right: 1rem;
            padding-right: var(--spacing-md);
        }
    }

@media (min-width: 1248px) {
        .site-banners {
            padding: 0 5%;
        }
    }

.content-container {
    /* Base styles for small screens */
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;

    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 2rem;

    /* Medium screens and above */
}

@media (min-width: 540px) {
        .content-container {
            padding-left: 20px;
            padding-right: 20px;
        }
    }

/* Extra-large screens and above */

@media (min-width: 1248px) {
        .content-container {
            padding-left: 40px;
            padding-right: 40px;
            margin-bottom: 60px;
        }
    }

.usabilla_scroller_area {
    /* usabilla white bg fix */
    --csstools-color-scheme--light: initial;
    color-scheme: only light;

    /* redundant vertical scrollbar */
}

.usabilla_scroller_area div {
        padding-top: 36px;
        top: -6px !important;
        min-height: 282px;
    }

.youtube-video:before {
    display: block;
    content: "";
    padding-top: 56.25%;
}

.list-decimal li {
    list-style-type: decimal;
}

/* utilities */

.block {
    display: block;
}

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

.hidden {
    display: none !important;
}

.inline {
    display: inline;
}

.valign-middle {
    vertical-align: middle;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed;
}

.overflow-auto {
    overflow: auto;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-visible {
    overflow: visible;
}

.overflow-scroll {
    overflow: scroll;
}

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

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

.overflow-y-auto {
    overflow-y: auto;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

.top-auto {
    top: auto;
}

.right-auto {
    right: auto;
}

.bottom-auto {
    bottom: auto;
}

.left-auto {
    left: auto;
}

.top-0 {
    top: 0;
}

.right-0 {
    right: 0;
}

.bottom-0 {
    bottom: 0;
}

.left-0 {
    left: 0;
}

.top-full {
    top: 100%;
}

.top-50 {
    top: 50%;
}

.right-50 {
    right: 50%;
}

.bottom-50 {
    bottom: 50%;
}

.left-50 {
    left: 50%;
}

/*./layouts/_uhf.css*/

#headerUniversalHeader>header>div.js-global-head,
#headerUniversalHeader>header>div>div>div.cat-logo-button-cont {
  background: #ffffff;
  background: var(--colors-white-gray);
}

.c-uhfh .c-show-pipe::before {
  border-color: #3d3d3d;
  border-color: var(--colors-dark-gray);
}

#uhfCatLogo,
#uhfCatLogoButton,
#uhf-g-nav>ul>li>a,
#uhf-c-nav>ul>li>div>button,
#uhf-g-nav>ul>li>.c-uhf-menu>button,
#uhf-g-nav>ul>li>div>ul>li>button,
#uhf-c-nav>ul>li>div>ul>li>button,
#uhf-g-nav>ul>li>div>ul>li>a,
#uhf-g-nav>ul>li>div>ul>li>ul>li>a,
.c-uhfh>div:first-child .c-uhf-menu a,
#uhf-c-nav>ul>li>div>ul>li.f-multi-column-info a,
#headerUniversalHeader>header>div>div>button.c-action-trigger.c-glyph.glyph-global-nav-button,
.c-uhff-base a.c-uhff-ccpa,
.c-uhff-base a.c-uhff-link.c-uhff-ccpa,
.c-uhff-base a.c-uhff-link.c-uhff-consumer {
  color: #3d3d3d;
  color: var(--colors-dark-gray);
}

#uhf-g-nav>ul>li>.c-uhf-menu>button:hover,
#uhf-g-nav>ul>li>.c-uhf-menu>button:focus,
#uhf-g-nav>ul>li>.c-uhf-menu>button:active,
#uhf-g-nav>ul>li>.c-uhf-menu>button[aria-expanded="true"],
#uhf-c-nav>ul>li>div>button:hover,
#uhf-c-nav>ul>li>div>button:focus,
#uhf-c-nav>ul>li>div>button:active,
#uhf-c-nav>ul>li>div>button[aria-expanded="true"],
#uhf-g-nav>ul>li>div>ul,
#uhf-c-nav>ul>li>div>ul {
  background: #f5f5f5;
  background: var(--colors-white-additional-gray);
}

#uhf-g-nav>ul>li>div>ul>li>a:hover,
#uhf-g-nav>ul>li>div>ul>li>a:focus,
#uhf-g-nav>ul>li>div>ul>li>a:active,
#uhf-c-nav>ul>li>div>ul>li.f-multi-column-info {
  background: #e5e5e5;
  background: var(--colors-dark-additional-gray);
}

@media screen and (max-width: 860px) {
  #uhf-g-nav>ul>li {
    background: #e5e5e5;
    background: var(--colors-dark-additional-gray);
  }
}

.footer-container {
  max-width: calc(1600px + 10%);
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 24px;
  padding-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

@media screen and (min-width: 540px) {
    .footer-container {
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 1.25rem;
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }

@media screen and (min-width: 540px) {
    .footer-container {
      padding-left: 20px;
      padding-right: 20px;
    }
  }

@media screen and (min-width: 1248px) {
    .footer-container {
      padding-left: 40px;
      padding-right: 40px;
    }
  }

@media screen and (min-width: 1467px) {
    .footer-container {
      padding-left: 5%;
      padding-right: 5%;
    }
  }

#culture-selector {
  align-self: flex-start;
  grid-column: span 6 / span 6;
}

@media (min-width: 540px) {
    #culture-selector {
      margin-bottom: 0px;
      grid-column: span 4 / span 4;
    }
  }

@media (min-width: 845px) {
    #culture-selector {
      grid-column: span 3 / span 3;
    }
  }

#culture-selector  > div {
    row-gap: 0.75rem;
  }

.footer-wrapper {
  width: 100%;
  background-color: #ebebeb;
  background-color: var(--colors-light-gray);
}

.uhf-footer-wrapper {
  grid-column: span 6 / span 6;
  background-color: #ffffff;
  background-color: var(--colors-white-gray);
}

@media (min-width: 540px) {
    .uhf-footer-wrapper {
      grid-column: span 8 / span 8;
    }
  }

@media (min-width: 845px) {
    .uhf-footer-wrapper {
      grid-column: span 9 / span 9;
    }
  }

#footerArea {
  flex-grow: 0.5;
}

.globe-icon {
  fill: #1f1f1f;
  fill: var(--colors-globe-icon);
}

#culture-options {
  border-width: 1px;
  border-radius: 4px;
  border-color: #424242;
  border-color: var(--neutrals-light-grey-26);
  background-color: #ffffff;
  background-color: var(--colors-bg-grid);
  color: #000000;
  color: var(--colors-text-default);
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 540px) {
    #culture-options {
      margin-left: -0.125rem;
      padding-left: 0px;
      padding-right: 0px;
    }
  }

@media (min-width: 845px) {
    #culture-options {
      margin-left: 0px;
      padding-left: 0.5rem;
      padding-right: 0.5rem
    }
  }

#uhf-footer {
  margin-top: 0;
}

#uhf-footer>div.c-uhff-base {
  background: #ebebeb;
  background: var(--colors-light-gray);
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.75rem;
  align-items: center;
}

.c-uhff-base>nav>a.c-uhff-link,
a.c-uhff-link:hover,
a.c-uhff-link:visited,
a.c-uhff-link:focus,
li {
  color: #3d3d3d;
  color: var(--colors-dark-gray);
}

.c-uhff-base ul.c-list {
  margin: 0;
}

.c-uhff-base ul.c-list li,
.c-uhff-base>a.c-uhff-link.c-uhff-consumer,
.c-uhff-base>a.c-uhff-link.c-uhff-ccpa {
  padding-right: 0;
  padding-top: 3px;
  padding-bottom: 0;
  margin-right: 22px;
}

.c-uhff-base>a.c-uhff-link.c-uhff-ccpa {
  padding-top: 2px;
}

@media screen and (max-width: 1083px) {
  .c-uhff-base {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .c-uhff-base>a.c-uhff-link,
  .c-uhff-base .c-uhff-ccpa {
    margin: 0;
    width: auto;
  }

  .c-uhff-base>.c-uhff-consumer {
    margin-top: 8px;
    margin-bottom: 16px;
  }

  .c-uhff-base ul.c-list li {
    padding-left: 0;
  }
}

.c-uhf-nav-link.live>.circle {
  display: inline;
  height: 12px;
  margin-right: 0.5em;
  width: 0.75em;
  margin-top: 0.3em;
  vertical-align: top;
  fill: rgba(255, 0, 0, 0.7);
  animation: 2s blink ease infinite;
}

.c-uhfh.c-sgl-stck .c-search input[type="search"]::-moz-placeholder {
  color: #242424;
  color: var(--colors-white-inverse);
}

.c-uhfh>div:first-child .c-search button,
.c-uhfh>div:first-child .c-search button:hover,
.c-uhfh>div:first-child .c-search button:focus,
.c-uhfh>div:first-child .c-search button:active,
.c-uhfh>div:first-child .c-action-trigger,
.c-uhfh>div:first-child .c-action-trigger:focus,
.c-uhfh.c-sgl-stck .cancel-search,
.c-uhfh.c-sgl-stck .c-search input[type="search"],
.c-uhfh.c-sgl-stck .c-search input[type="search"]::placeholder,
.c-uhfh>div:first-child .c-search input[type="search"]:active,
.c-uhfh.c-sgl-stck .c-uhfh-actions .c-search button#search:focus {
  color: #242424;
  color: var(--colors-white-inverse);
}

.c-uhfh>div:first-child .c-search input[type="search"]:active,
.c-uhfh>div:first-child .c-search input[type="search"]:focus {
  border-color: #242424;
  border-color: var(--colors-white-inverse);
}

@keyframes blink {

  from,
  to {
    opacity: 0.2;
  }

  50% {
    opacity: 1;
  }
}

@media screen and (min-width: 860px) {
  .c-uhfh>div:first-child {
    padding-left: 16px;
    padding-right: 16px;
  }

  .c-uhfh>div:first-child #uhfLogo {
    color: #242424;
    color: var(--colors-white-inverse);
  }
}

@media screen and (min-width: 1248px) {
  .c-uhfh>div:first-child {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 1467px) {
  .c-uhfh>div:first-child {
    padding: 0 5%;
  }
}

/*./utilities/_borders.css*/

/* Borders */

.rounded-xs {
    border-radius: 0.5rem;
    border-radius: var(--rounded-xs);
}

.rounded-sm {
    border-radius: 0.75rem;
    border-radius: var(--rounded-sm);
}

.rounded-md {
    border-radius: 1rem;
    border-radius: var(--rounded-md);
}

.rounded-lg {
    border-radius: 1.25rem;
    border-radius: var(--rounded-lg);
}

.rounded-xl {
    border-radius: 2rem;
    border-radius: var(--rounded-xl);
}

/*./utilities/_buttons.css*/

/* Buttons */

.btn {
    font-weight: 600;
    font-weight: var(--font-semibold);
    text-align: center;
    white-space: nowrap;
    border: 2px solid transparent;
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-family: var(--font-family-open);
    font-style: normal;
    line-height: 1.5rem;
    border-radius: 0.5rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    min-width: 130px;
    outline-offset: 2px;
    outline-width: 1px;
}

.btn:focus {
        outline-style: solid;
    }

.btn-primary {
    color: #ffffff;
    color: var(--colors-btn-primary-text);
    background-color: #512bd4;
    background-color: var(--colors-btn-primary-bg);
    border-color: #512bd4;
    border-color: var(--colors-btn-primary-border);
}

.btn-primary:hover {
        background-color: #4122aa;
        background-color: var(--colors-btn-primary-hover);
    }

.btn-primary:active {
        background-color: #311a7f;
        background-color: var(--colors-btn-primary-active);
    }

.btn-default {
    color: #512bd4;
    color: var(--colors-btn-default-text);
    background-color: transparent;
    border-color: #512bd4;
    border-color: var(--colors-btn-default-border);
}

.btn-default:hover {
        background-color: #eeeafb;
        background-color: var(--colors-btn-default-hover);
    }

.btn-default:active {
        background-color: #dcd5f6;
        background-color: var(--colors-btn-default-active);
    }

.btn-white {
    color: #512bd4;
    color: var(--brand-purple-primary);
    background-color: #ffffff;
    background-color: var(--neutrals-light-white);
    border-color: #ffffff;
    border-color: var(--neutrals-light-white);
}

.btn-white:hover {
        background-color: #f5f5f5;
        background-color: var(--neutrals-light-grey-96);
    }

.btn-white:active {
        background-color: #f0f0f0;
        background-color: var(--neutrals-light-grey-94);
    }

.btn-magenta {
    color: #ffffff;
    color: var(--colors-btn-primary-text);
    background-color: #d600aa;
    background-color: var(--colors-btn-magenta);
    border-color: #d600aa;
    border-color: var(--colors-btn-magenta);
}

.btn-magenta:hover {
        background-color: #ab0088;
        background-color: var(--colors-btn-magenta-hover);
    }

.btn-magenta:active {
        background-color: #800066;
        background-color: var(--colors-btn-magenta-active);
    }

.split-button-wrapper a.btn-primary,.split-button-wrapper a.btn-magenta {
        border-right: 2px solid #b9aaee;
        border-right: 2px solid var(--brand-purple-tint-30);
        padding: .75rem 1rem;
        border-bottom-left-radius: 0.5rem;
        border-bottom-left-radius: var(--rounded-xs);
        border-top-left-radius: 0.5rem;
        border-top-left-radius: var(--rounded-xs);
        margin: 0;
        font-weight: 600;
        font-weight: var(--font-semibold);
        font-size: 1rem;
        line-height: 1.5rem;
    }

.split-button-wrapper .split-button {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        padding-left: .75rem;
        padding-right: .75rem;
        border-bottom-right-radius: 0.5rem;
        border-bottom-right-radius: var(--rounded-xs);
        border-top-right-radius: 0.5rem;
        border-top-right-radius: var(--rounded-xs);
    }

.split-button-wrapper a.btn-primary:focus,.split-button-wrapper .split-button:not(does-not-exist):focus {
            outline-style: solid;
            outline-width: 1px;
        }

.split-button-menu {
    width: 100%;
    margin-top: .5rem;
    z-index: 10;
    top: auto;
    left: 0;
    position: absolute;
    border-radius: 0.75rem;
    border-radius: var(--rounded-sm);
    border: 1px solid #e0e0e0;
    border: 1px solid var(--neutrals-light-grey-88);
    background: #ffffff;
    background: var(--colors-bg-grid);
    background-clip: padding-box;
    padding-bottom: .25rem;
    padding-top: .25rem;
}

.split-button-menu li a {
        color: var(--colors-dark-additionals-gray);
        font-size: 1rem;
        line-height: 1.5rem;
        padding: .25rem 1.25rem;
        clear: both;
    }

.split-button-menu li a:hover {
            -webkit-text-decoration: underline;
            text-decoration: underline;
        }

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

/*./utilities/_flexbox.css*/

/* Flex Utilities*/

.flex {
    display: flex;
}

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

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-row-reverse {
    display: flex;
    flex-direction: row-reverse;
}

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

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

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

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

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

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

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

.flex-auto {
    flex: auto;
}

.flex-initial {
    flex: initial;
}

.flex-none {
    flex: none;
}

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

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

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

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

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

.flex-basis-auto {
    flex-basis: auto;
}

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

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

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

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

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

.flex-justify-around {
    justify-content: space-around;
}

.flex-justify-evenly {
    justify-content: space-evenly;
}

.flex-justify-self-start {
    justify-self: flex-start;
}

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

.flex-justify-self-center {
    justify-self: center;
}

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

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

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

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

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

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

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

.flex-align-content-center {
    align-content: center;
}

.flex-align-content-between {
    align-content: space-between;
}

.flex-align-content-around {
    align-content: space-around;
}

.flex-align-content-stretch {
    align-content: stretch;
}

.flex-self-auto {
    align-self: auto;
}

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

.flex-self-end {
    align-self: flex-end;
}

.flex-self-center {
    align-self: center;
}

.flex-self-baseline {
    align-self: baseline;
}

.flex-self-stretch {
    align-self: stretch;
}

/*./utilities/_fonts.css*/

/* Fonts */

/* style rules here have zero specificity, can & will be overwritten in page specific css */

:where(.caption-2) {
    font-size: 10px;
    line-height: 15px;
    font-weight: 400;
    font-weight: var(--font-normal);
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-family: var(--font-family-open);
    color: #000000;
    color: var(--colors-text-default);
}

:where(.caption-2-strong) {
    font-size: 10px;
    line-height: 15px;
    font-weight: 600;
    font-weight: var(--font-semibold);
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-family: var(--font-family-open);
    color: #000000;
    color: var(--colors-text-default);
}

:where(.caption-1) {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    font-weight: var(--font-normal);
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-family: var(--font-family-open);
    color: #000000;
    color: var(--colors-text-default);
}

:where(.caption-1-strong) {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    font-weight: var(--font-semibold);
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-family: var(--font-family-open);
    color: #000000;
    color: var(--colors-text-default);
}

:where(.caption-1-stronger) {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    font-weight: var(--font-bold);
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-family: var(--font-family-open);
    color: #000000;
    color: var(--colors-text-default);
}

:where(.body-1) {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    font-weight: var(--font-normal);
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-family: var(--font-family-open);
    color: #000000;
    color: var(--colors-text-default);
}

@media (min-width: 540px) {

:where(.body-1) {
        line-height: 22px;
}
    }

:where(.body-1-strong) {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    font-weight: var(--font-semibold);
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-family: var(--font-family-open);
    color: #000000;
    color: var(--colors-text-default);
}

@media (min-width: 540px) {

:where(.body-1-strong) {
        line-height: 22px;
}
    }

:where(.body-1-stronger) {
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    font-weight: var(--font-bold);
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-family: var(--font-family-open);
    color: #000000;
    color: var(--colors-text-default);
}

@media (min-width: 540px) {

:where(.body-1-stronger) {
        line-height: 22px;
}
    }

:where(.subtitle-2) {
    font-size: 17px;
    line-height: 25.5px;
    font-weight: 600;
    font-weight: var(--font-semibold);
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-family: var(--font-family-open);
    color: #000000;
    color: var(--colors-text-default);
}

@media (min-width: 540px) {

:where(.subtitle-2) {
        font-size: 18px;
        line-height: 27px;
}
    }

@media (min-width: 1248px) {

:where(.subtitle-2) {
        font-size: 18px;
        line-height: 27px;
}
    }

:where(.subtitle-2-stronger) {
    font-size: 17px;
    line-height: 25.5px;
    font-weight: 700;
    font-weight: var(--font-bold);
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-family: var(--font-family-open);
    color: #000000;
    color: var(--colors-text-default);
}

@media (min-width: 540px) {

:where(.subtitle-2-stronger) {
        font-size: 18px;
        line-height: 27px;
}
    }

@media (min-width: 1248px) {

:where(.subtitle-2-stronger) {
        font-size: 18px;
        line-height: 27px;
}
    }

:where(.subtitle-1) {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    font-weight: var(--font-semibold);
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-family: var(--font-family-open);
    color: #000000;
    color: var(--colors-text-default);
}

@media (min-width: 540px) {

:where(.subtitle-1) {
        font-size: 20px;
        line-height: 25px;
}
    }

:where(.hero-subtitle) {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    font-weight: var(--font-semibold);
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-family: var(--font-family-open);
    color: #000000;
    color: var(--colors-text-default);
}

@media (min-width: 540px) {

:where(.hero-subtitle) {
        font-size: 26px;
        line-height: 39px;
}
    }

@media (min-width: 1248px) {

:where(.hero-subtitle) {
        font-size: 28px;
        line-height: 40px;
}
    }

:where(.title-3) {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    font-weight: var(--font-semibold);
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-family: var(--font-family-open);
    color: #000000;
    color: var(--colors-text-default);
}

@media (min-width: 540px) {

:where(.title-3) {
        font-size: 24px;
        line-height: 26px;
}
    }

@media (min-width: 1248px) {

:where(.title-3) {
        font-size: 24px;
        line-height: 32px;
}
    }

:where(.title-2) {
    font-size: 24px;
    line-height: 26px;
    font-weight: 600;
    font-weight: var(--font-semibold);
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-family: var(--font-family-open);
    color: #000000;
    color: var(--colors-text-default);
}

@media (min-width: 540px) {

:where(.title-2) {
        font-size: 26px;
        line-height: 28px;
}
    }

@media (min-width: 1248px) {

:where(.title-2) {
        font-size: 28px;
        line-height: 34px;
}
    }

:where(.title-1) {
    font-size: 26px;
    line-height: 28px;
    font-weight: 600;
    font-weight: var(--font-semibold);
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-family: var(--font-family-open);
    color: #000000;
    color: var(--colors-text-default);
}

@media (min-width: 540px) {

:where(.title-1) {
        font-size: 28px;
        line-height: 30px;
}
    }

@media (min-width: 1248px) {

:where(.title-1) {
        font-size: 32px;
        line-height: 36px;
}
    }

:where(.large-title) {
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
    font-weight: var(--font-bold);
    font-family: "Space Grotesk", Helvetica, Arial, sans-serif;
    font-family: var(--font-family-space);
    color: #000000;
    color: var(--colors-text-default);
}

@media (min-width: 540px) {

:where(.large-title) {
        font-size: 32px;
        line-height: 44px;
}
    }

@media (min-width: 1248px) {

:where(.large-title) {
        font-size: 40px;
        line-height: 45px;
}
    }

:where(.display-3) {
    font-size: 32px;
    line-height: 44px;
    font-weight: 700;
    font-weight: var(--font-bold);
    font-family: "Space Grotesk", Helvetica, Arial, sans-serif;
    font-family: var(--font-family-space);
    color: #000000;
    color: var(--colors-text-default);
}

@media (min-width: 540px) {

:where(.display-3) {
        font-size: 36px;
        line-height: 45px;
}
    }

@media (min-width: 1248px) {

:where(.display-3) {
        font-size: 50px;
        line-height: 60px;
}
    }

:where(.display-2) {
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    font-weight: var(--font-bold);
    font-family: "Space Grotesk", Helvetica, Arial, sans-serif;
    font-family: var(--font-family-space);
    color: #000000;
    color: var(--colors-text-default);
}

@media (min-width: 540px) {

:where(.display-2) {
        font-size: 48px;
        line-height: 54px;
}
    }

@media (min-width: 1248px) {

:where(.display-2) {
        font-size: 68px;
        line-height: 74px;
}
    }

:where(.display-1) {
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    font-weight: var(--font-bold);
    font-family: "Space Grotesk", Helvetica, Arial, sans-serif;
    font-family: var(--font-family-space);
    color: #000000;
    color: var(--colors-text-default);
}

@media (min-width: 540px) {

:where(.display-1) {
        font-size: 60px;
        line-height: 70px;
}
    }

@media (min-width: 1248px) {

:where(.display-1) {
        font-size: 78px;
        line-height: 75px;
}
    }

/*./utilities/_sizing.css*/

.w-auto {
    width: auto;
}

.h-auto {
    height: auto;
}

.w-fit {
    width: -moz-fit-content;
    width: fit-content;
}

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

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

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

.min-w-full {
    min-width: 100%;
}

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

.w-0 {
    width: 0;
}

/*./utilities/_spacing.css*/

/* Margin Utilities*/

.m-auto {
    margin: auto;
}

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

.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.mt-auto {
    margin-top: auto;
}

.mr-auto {
    margin-right: auto;
}

.mb-auto {
    margin-bottom: auto;
}

.ml-auto {
    margin-left: auto;
}

.m-0 {
    margin: 0px;
}

.mx-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.mt-0 {
    margin-top: 0px;
}

.mr-0 {
    margin-right: 0px;
}

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

.ml-0 {
    margin-left: 0px;
}

.m-px {
    margin: 1px;
}

.mx-px {
    margin-left: 1px;
    margin-right: 1px;
}

.my-px {
    margin-top: 1px;
    margin-bottom: 1px;
}

.mt-px {
    margin-top: 1px;
}

.mr-px {
    margin-right: 1px;
}

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

.ml-px {
    margin-left: 1px;
}

.m-0\.5 {
    margin: 0.125rem;
    /* 2px */
}

.mx-0\.5 {
    margin-left: 0.125rem;
    /* 2px */
    margin-right: 0.125rem;
    /* 2px */
}

.my-0\.5 {
    margin-top: 0.125rem;
    /* 2px */
    margin-bottom: 0.125rem;
    /* 2px */
}

.mt-0\.5 {
    margin-top: 0.125rem;
    /* 2px */
}

.mr-0\.5 {
    margin-right: 0.125rem;
    /* 2px */
}

.mb-0\.5 {
    margin-bottom: 0.125rem;
    /* 2px */
}

.ml-0\.5 {
    margin-left: 0.125rem;
    /* 2px */
}

.m-1 {
    margin: 0.25rem;
    /* 4px */
}

.mx-1 {
    margin-left: 0.25rem;
    /* 4px */
    margin-right: 0.25rem;
    /* 4px */
}

.my-1 {
    margin-top: 0.25rem;
    /* 4px */
    margin-bottom: 0.25rem;
    /* 4px */
}

.mt-1 {
    margin-top: 0.25rem;
    /* 4px */
}

.mr-1 {
    margin-right: 0.25rem;
    /* 4px */
}

.mb-1 {
    margin-bottom: 0.25rem;
    /* 4px */
}

.ml-1 {
    margin-left: 0.25rem;
    /* 4px */
}

.m-1\.5 {
    margin: 0.375rem;
    /* 6px */
}

.mx-1\.5 {
    margin-left: 0.375rem;
    /* 6px */
    margin-right: 0.375rem;
    /* 6px */
}

.my-1\.5 {
    margin-top: 0.375rem;
    /* 6px */
    margin-bottom: 0.375rem;
    /* 6px */
}

.mt-1\.5 {
    margin-top: 0.375rem;
    /* 6px */
}

.mr-1\.5 {
    margin-right: 0.375rem;
    /* 6px */
}

.mb-1\.5 {
    margin-bottom: 0.375rem;
    /* 6px */
}

.ml-1\.5 {
    margin-left: 0.375rem;
    /* 6px */
}

.m-2 {
    margin: 0.5rem;
    /* 8px */
}

.mx-2 {
    margin-left: 0.5rem;
    /* 8px */
    margin-right: 0.5rem;
    /* 8px */
}

.my-2 {
    margin-top: 0.5rem;
    /* 8px */
    margin-bottom: 0.5rem;
    /* 8px */
}

.mt-2 {
    margin-top: 0.5rem;
    /* 8px */
}

.mr-2 {
    margin-right: 0.5rem;
    /* 8px */
}

.mb-2 {
    margin-bottom: 0.5rem;
    /* 8px */
}

.ml-2 {
    margin-left: 0.5rem;
    /* 8px */
}

.m-2\.5 {
    margin: 0.625rem;
    /* 10px */
}

.mx-2\.5 {
    margin-left: 0.625rem;
    /* 10px */
    margin-right: 0.625rem;
    /* 10px */
}

.my-2\.5 {
    margin-top: 0.625rem;
    /* 10px */
    margin-bottom: 0.625rem;
    /* 10px */
}

.mt-2\.5 {
    margin-top: 0.625rem;
    /* 10px */
}

.mr-2\.5 {
    margin-right: 0.625rem;
    /* 10px */
}

.mb-2\.5 {
    margin-bottom: 0.625rem;
    /* 10px */
}

.ml-2\.5 {
    margin-left: 0.625rem;
    /* 10px */
}

.m-3 {
    margin: 0.75rem;
    /* 12px */
}

.mx-3 {
    margin-left: 0.75rem;
    /* 12px */
    margin-right: 0.75rem;
    /* 12px */
}

.my-3 {
    margin-top: 0.75rem;
    /* 12px */
    margin-bottom: 0.75rem;
    /* 12px */
}

.mt-3 {
    margin-top: 0.75rem;
    /* 12px */
}

.mr-3 {
    margin-right: 0.75rem;
    /* 12px */
}

.mb-3 {
    margin-bottom: 0.75rem;
    /* 12px */
}

.ml-3 {
    margin-left: 0.75rem;
    /* 12px */
}

.m-3\.5 {
    margin: 0.875rem;
    /* 14px */
}

.mx-3\.5 {
    margin-left: 0.875rem;
    /* 14px */
    margin-right: 0.875rem;
    /* 14px */
}

.my-3\.5 {
    margin-top: 0.875rem;
    /* 14px */
    margin-bottom: 0.875rem;
    /* 14px */
}

.mt-3\.5 {
    margin-top: 0.875rem;
    /* 14px */
}

.mr-3\.5 {
    margin-right: 0.875rem;
    /* 14px */
}

.mb-3\.5 {
    margin-bottom: 0.875rem;
    /* 14px */
}

.ml-3\.5 {
    margin-left: 0.875rem;
    /* 14px */
}

.m-4 {
    margin: 1rem;
    /* 16px */
}

.mx-4 {
    margin-left: 1rem;
    /* 16px */
    margin-right: 1rem;
    /* 16px */
}

.my-4 {
    margin-top: 1rem;
    /* 16px */
    margin-bottom: 1rem;
    /* 16px */
}

.mt-4 {
    margin-top: 1rem;
    /* 16px */
}

.mr-4 {
    margin-right: 1rem;
    /* 16px */
}

.mb-4 {
    margin-bottom: 1rem;
    /* 16px */
}

.ml-4 {
    margin-left: 1rem;
    /* 16px */
}

.m-5 {
    margin: 1.25rem;
    /* 20px */
}

.mx-5 {
    margin-left: 1.25rem;
    /* 20px */
    margin-right: 1.25rem;
    /* 20px */
}

.my-5 {
    margin-top: 1.25rem;
    /* 20px */
    margin-bottom: 1.25rem;
    /* 20px */
}

.mt-5 {
    margin-top: 1.25rem;
    /* 20px */
}

.mr-5 {
    margin-right: 1.25rem;
    /* 20px */
}

.mb-5 {
    margin-bottom: 1.25rem;
    /* 20px */
}

.ml-5 {
    margin-left: 1.25rem;
    /* 20px */
}

.m-6 {
    margin: 1.5rem;
    /* 24px */
}

.mx-6 {
    margin-left: 1.5rem;
    /* 24px */
    margin-right: 1.5rem;
    /* 24px */
}

.my-6 {
    margin-top: 1.5rem;
    /* 24px */
    margin-bottom: 1.5rem;
    /* 24px */
}

.mt-6 {
    margin-top: 1.5rem;
    /* 24px */
}

.mr-6 {
    margin-right: 1.5rem;
    /* 24px */
}

.mb-6 {
    margin-bottom: 1.5rem;
    /* 24px */
}

.ml-6 {
    margin-left: 1.5rem;
    /* 24px */
}

.m-7 {
    margin: 1.75rem;
    /* 28px */
}

.mx-7 {
    margin-left: 1.75rem;
    /* 28px */
    margin-right: 1.75rem;
    /* 28px */
}

.my-7 {
    margin-top: 1.75rem;
    /* 28px */
    margin-bottom: 1.75rem;
    /* 28px */
}

.mt-7 {
    margin-top: 1.75rem;
    /* 28px */
}

.mr-7 {
    margin-right: 1.75rem;
    /* 28px */
}

.mb-7 {
    margin-bottom: 1.75rem;
    /* 28px */
}

.ml-7 {
    margin-left: 1.75rem;
    /* 28px */
}

.m-8 {
    margin: 2rem;
    /* 32px */
}

.mx-8 {
    margin-left: 2rem;
    /* 32px */
    margin-right: 2rem;
    /* 32px */
}

.my-8 {
    margin-top: 2rem;
    /* 32px */
    margin-bottom: 2rem;
    /* 32px */
}

.mt-8 {
    margin-top: 2rem;
    /* 32px */
}

.mr-8 {
    margin-right: 2rem;
    /* 32px */
}

.mb-8 {
    margin-bottom: 2rem;
    /* 32px */
}

.ml-8 {
    margin-left: 2rem;
    /* 32px */
}

.m-9 {
    margin: 2.25rem;
    /* 36px */
}

.mx-9 {
    margin-left: 2.25rem;
    /* 36px */
    margin-right: 2.25rem;
    /* 36px */
}

.my-9 {
    margin-top: 2.25rem;
    /* 36px */
    margin-bottom: 2.25rem;
    /* 36px */
}

.mt-9 {
    margin-top: 2.25rem;
    /* 36px */
}

.mr-9 {
    margin-right: 2.25rem;
    /* 36px */
}

.mb-9 {
    margin-bottom: 2.25rem;
    /* 36px */
}

.ml-9 {
    margin-left: 2.25rem;
    /* 36px */
}

.m-10 {
    margin: 2.5rem;
    /* 40px */
}

.mx-10 {
    margin-left: 2.5rem;
    /* 40px */
    margin-right: 2.5rem;
    /* 40px */
}

.my-10 {
    margin-top: 2.5rem;
    /* 40px */
    margin-bottom: 2.5rem;
    /* 40px */
}

.mt-10 {
    margin-top: 2.5rem;
    /* 40px */
}

.mr-10 {
    margin-right: 2.5rem;
    /* 40px */
}

.mb-10 {
    margin-bottom: 2.5rem;
    /* 40px */
}

.ml-10 {
    margin-left: 2.5rem;
    /* 40px */
}

.m-11 {
    margin: 2.75rem;
    /* 44px */
}

.mx-11 {
    margin-left: 2.75rem;
    /* 44px */
    margin-right: 2.75rem;
    /* 44px */
}

.my-11 {
    margin-top: 2.75rem;
    /* 44px */
    margin-bottom: 2.75rem;
    /* 44px */
}

.mt-11 {
    margin-top: 2.75rem;
    /* 44px */
}

.mr-11 {
    margin-right: 2.75rem;
    /* 44px */
}

.mb-11 {
    margin-bottom: 2.75rem;
    /* 44px */
}

.ml-11 {
    margin-left: 2.75rem;
    /* 44px */
}

.m-12 {
    margin: 3rem;
    /* 48px */
}

.mx-12 {
    margin-left: 3rem;
    /* 48px */
    margin-right: 3rem;
    /* 48px */
}

.my-12 {
    margin-top: 3rem;
    /* 48px */
    margin-bottom: 3rem;
    /* 48px */
}

.mt-12 {
    margin-top: 3rem;
    /* 48px */
}

.mr-12 {
    margin-right: 3rem;
    /* 48px */
}

.mb-12 {
    margin-bottom: 3rem;
    /* 48px */
}

.ml-12 {
    margin-left: 3rem;
    /* 48px */
}

/* Padding Utilities*/

.p-0 {
    padding: 0px;
}

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

.py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

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

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

.pb-0 {
    padding-bottom: 0px;
}

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

.p-px {
    padding: 1px;
}

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

.py-px {
    padding-top: 1px;
    padding-bottom: 1px;
}

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

.pr-px {
    padding-right: 1px;
}

.pb-px {
    padding-bottom: 1px;
}

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

.p-0\.5 {
    padding: 0.125rem;
    /* 2px */
}

.px-0\.5 {
    padding-left: 0.125rem;
    /* 2px */
    padding-right: 0.125rem;
    /* 2px */
}

.py-0\.5 {
    padding-top: 0.125rem;
    /* 2px */
    padding-bottom: 0.125rem;
    /* 2px */
}

.pt-0\.5 {
    padding-top: 0.125rem;
    /* 2px */
}

.pr-0\.5 {
    padding-right: 0.125rem;
    /* 2px */
}

.pb-0\.5 {
    padding-bottom: 0.125rem;
    /* 2px */
}

.pl-0\.5 {
    padding-left: 0.125rem;
    /* 2px */
}

.p-1 {
    padding: 0.25rem;
    /* 4px */
}

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

.py-1 {
    padding-top: 0.25rem;
    /* 4px */
    padding-bottom: 0.25rem;
    /* 4px */
}

.pt-1 {
    padding-top: 0.25rem;
    /* 4px */
}

.pr-1 {
    padding-right: 0.25rem;
    /* 4px */
}

.pb-1 {
    padding-bottom: 0.25rem;
    /* 4px */
}

.pl-1 {
    padding-left: 0.25rem;
    /* 4px */
}

.p-1\.5 {
    padding: 0.375rem;
    /* 6px */
}

.px-1\.5 {
    padding-left: 0.375rem;
    /* 6px */
    padding-right: 0.375rem;
    /* 6px */
}

.py-1\.5 {
    padding-top: 0.375rem;
    /* 6px */
    padding-bottom: 0.375rem;
    /* 6px */
}

.pt-1\.5 {
    padding-top: 0.375rem;
    /* 6px */
}

.pr-1\.5 {
    padding-right: 0.375rem;
    /* 6px */
}

.pb-1\.5 {
    padding-bottom: 0.375rem;
    /* 6px */
}

.pl-1\.5 {
    padding-left: 0.375rem;
    /* 6px */
}

.p-2 {
    padding: 0.5rem;
    /* 8px */
}

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

.py-2 {
    padding-top: 0.5rem;
    /* 8px */
    padding-bottom: 0.5rem;
    /* 8px */
}

.pt-2 {
    padding-top: 0.5rem;
    /* 8px */
}

.pr-2 {
    padding-right: 0.5rem;
    /* 8px */
}

.pb-2 {
    padding-bottom: 0.5rem;
    /* 8px */
}

.pl-2 {
    padding-left: 0.5rem;
    /* 8px */
}

.p-2\.5 {
    padding: 0.625rem;
    /* 10px */
}

.px-2\.5 {
    padding-left: 0.625rem;
    /* 10px */
    padding-right: 0.625rem;
    /* 10px */
}

.py-2\.5 {
    padding-top: 0.625rem;
    /* 10px */
    padding-bottom: 0.625rem;
    /* 10px */
}

.pt-2\.5 {
    padding-top: 0.625rem;
    /* 10px */
}

.pr-2\.5 {
    padding-right: 0.625rem;
    /* 10px */
}

.pb-2\.5 {
    padding-bottom: 0.625rem;
    /* 10px */
}

.pl-2\.5 {
    padding-left: 0.625rem;
    /* 10px */
}

.p-3 {
    padding: 0.75rem;
    /* 12px */
}

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

.py-3 {
    padding-top: 0.75rem;
    /* 12px */
    padding-bottom: 0.75rem;
    /* 12px */
}

.pt-3 {
    padding-top: 0.75rem;
    /* 12px */
}

.pr-3 {
    padding-right: 0.75rem;
    /* 12px */
}

.pb-3 {
    padding-bottom: 0.75rem;
    /* 12px */
}

.pl-3 {
    padding-left: 0.75rem;
    /* 12px */
}

.p-3\.5 {
    padding: 0.875rem;
    /* 14px */
}

.px-3\.5 {
    padding-left: 0.875rem;
    /* 14px */
    padding-right: 0.875rem;
    /* 14px */
}

.py-3\.5 {
    padding-top: 0.875rem;
    /* 14px */
    padding-bottom: 0.875rem;
    /* 14px */
}

.pt-3\.5 {
    padding-top: 0.875rem;
    /* 14px */
}

.pr-3\.5 {
    padding-right: 0.875rem;
    /* 14px */
}

.pb-3\.5 {
    padding-bottom: 0.875rem;
    /* 14px */
}

.pl-3\.5 {
    padding-left: 0.875rem;
    /* 14px */
}

.p-4 {
    padding: 1rem;
    /* 16px */
}

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

.py-4 {
    padding-top: 1rem;
    /* 16px */
    padding-bottom: 1rem;
    /* 16px */
}

.pt-4 {
    padding-top: 1rem;
    /* 16px */
}

.pr-4 {
    padding-right: 1rem;
    /* 16px */
}

.pb-4 {
    padding-bottom: 1rem;
    /* 16px */
}

.pl-4 {
    padding-left: 1rem;
    /* 16px */
}

.p-5 {
    padding: 1.25rem;
    /* 20px */
}

.px-5 {
    padding-left: 1.25rem;
    /* 20px */
    padding-right: 1.25rem;
    /* 20px */
}

.py-5 {
    padding-top: 1.25rem;
    /* 20px */
    padding-bottom: 1.25rem;
    /* 20px */
}

.pt-5 {
    padding-top: 1.25rem;
    /* 20px */
}

.pr-5 {
    padding-right: 1.25rem;
    /* 20px */
}

.pb-5 {
    padding-bottom: 1.25rem;
    /* 20px */
}

.pl-5 {
    padding-left: 1.25rem;
    /* 20px */
}

.p-6 {
    padding: 1.5rem;
    /* 24px */
}

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

.py-6 {
    padding-top: 1.5rem;
    /* 24px */
    padding-bottom: 1.5rem;
    /* 24px */
}

.pt-6 {
    padding-top: 1.5rem;
    /* 24px */
}

.pr-6 {
    padding-right: 1.5rem;
    /* 24px */
}

.pb-6 {
    padding-bottom: 1.5rem;
    /* 24px */
}

.pl-6 {
    padding-left: 1.5rem;
    /* 24px */
}

.p-7 {
    padding: 1.75rem;
    /* 28px */
}

.px-7 {
    padding-left: 1.75rem;
    /* 28px */
    padding-right: 1.75rem;
    /* 28px */
}

.py-7 {
    padding-top: 1.75rem;
    /* 28px */
    padding-bottom: 1.75rem;
    /* 28px */
}

.pt-7 {
    padding-top: 1.75rem;
    /* 28px */
}

.pr-7 {
    padding-right: 1.75rem;
    /* 28px */
}

.pb-7 {
    padding-bottom: 1.75rem;
    /* 28px */
}

.pl-7 {
    padding-left: 1.75rem;
    /* 28px */
}

.p-8 {
    padding: 2rem;
    /* 32px */
}

.px-8 {
    padding-left: 2rem;
    /* 32px */
    padding-right: 2rem;
    /* 32px */
}

.py-8 {
    padding-top: 2rem;
    /* 32px */
    padding-bottom: 2rem;
    /* 32px */
}

.pt-8 {
    padding-top: 2rem;
    /* 32px */
}

.pr-8 {
    padding-right: 2rem;
    /* 32px */
}

.pb-8 {
    padding-bottom: 2rem;
    /* 32px */
}

.pl-8 {
    padding-left: 2rem;
    /* 32px */
}

.p-9 {
    padding: 2.25rem;
    /* 36px */
}

.px-9 {
    padding-left: 2.25rem;
    /* 36px */
    padding-right: 2.25rem;
    /* 36px */
}

.py-9 {
    padding-top: 2.25rem;
    /* 36px */
    padding-bottom: 2.25rem;
    /* 36px */
}

.pt-9 {
    padding-top: 2.25rem;
    /* 36px */
}

.pr-9 {
    padding-right: 2.25rem;
    /* 36px */
}

.pb-9 {
    padding-bottom: 2.25rem;
    /* 36px */
}

.pl-9 {
    padding-left: 2.25rem;
    /* 36px */
}

.p-10 {
    padding: 2.5rem;
    /* 40px */
}

.px-10 {
    padding-left: 2.5rem;
    /* 40px */
    padding-right: 2.5rem;
    /* 40px */
}

.py-10 {
    padding-top: 2.5rem;
    /* 40px */
    padding-bottom: 2.5rem;
    /* 40px */
}

.pt-10 {
    padding-top: 2.5rem;
    /* 40px */
}

.pr-10 {
    padding-right: 2.5rem;
    /* 40px */
}

.pb-10 {
    padding-bottom: 2.5rem;
    /* 40px */
}

.pl-10 {
    padding-left: 2.5rem;
    /* 40px */
}

.p-11 {
    padding: 2.75rem;
    /* 44px */
}

.px-11 {
    padding-left: 2.75rem;
    /* 44px */
    padding-right: 2.75rem;
    /* 44px */
}

.py-11 {
    padding-top: 2.75rem;
    /* 44px */
    padding-bottom: 2.75rem;
    /* 44px */
}

.pt-11 {
    padding-top: 2.75rem;
    /* 44px */
}

.pr-11 {
    padding-right: 2.75rem;
    /* 44px */
}

.pb-11 {
    padding-bottom: 2.75rem;
    /* 44px */
}

.pl-11 {
    padding-left: 2.75rem;
    /* 44px */
}

.p-12 {
    padding: 3rem;
    /* 48px */
}

.px-12 {
    padding-left: 3rem;
    /* 48px */
    padding-right: 3rem;
    /* 48px */
}

.py-12 {
    padding-top: 3rem;
    /* 48px */
    padding-bottom: 3rem;
    /* 48px */
}

.pt-12 {
    padding-top: 3rem;
    /* 48px */
}

.pr-12 {
    padding-right: 3rem;
    /* 48px */
}

.pb-12 {
    padding-bottom: 3rem;
    /* 48px */
}

.pl-12 {
    padding-left: 3rem;
    /* 48px */
}

/* Gap Utilities*/

.gap-0 {
    gap: 0
}

.gap-1 {
    gap: 0.25rem;
    /* 4px */
}

.gap-1\.5 {
    gap: 0.375rem;
    /* 6px */
}

.gap-2 {
    gap: 0.5rem;
    /* 8px */
}

.gap-2\.5 {
    gap: 0.625rem;
    /* 10px */
}

.gap-3 {
    gap: 0.75rem;
    /* 12px */
}

.gap-3\.5 {
    gap: 0.875rem;
    /* 14px */
}

.gap-4 {
    gap: 1rem;
    /* 16px */
}

.gap-5 {
    gap: 1.25rem;
    /* 20px */
}

.gap-6 {
    gap: 1.5rem;
    /* 24px */
}

.gap-7 {
    gap: 1.75rem;
    /* 28px */
}

.gap-8 {
    gap: 2rem;
    /* 32px */
}

.row-gap-0 {
    row-gap: 0;
}

.row-gap-8 {
    row-gap: 2rem;
    /* 32px */
}

/* Negative Margin */

.-mt-0\.5 {
    margin-top: -0.125rem;
    /* -2px */
}

.-mt-1 {
    margin-top: -0.25rem;
    /* -4px */
}

.-mt-1\.5 {
    margin-top: -0.375rem;
    /* -6px */
}

/*./utilities/_text.css*/

/* Text Alignments*/

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

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

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

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

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

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-wrap {
    white-space: normal;
}

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

.text-break {
    word-wrap: break-word;
}

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

.text-line-through {
    -webkit-text-decoration: line-through;
    text-decoration: line-through;
}

.text-none {
    -webkit-text-decoration: none;
    text-decoration: none;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-fill-transparent {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    background-clip: text !important;
}

/*# sourceMappingURL=main.css.map*/