﻿/*!
 * rivet-core - @version 2.8.0
 *
 * Copyright (C) 2018 The Trustees of Indiana University
 * SPDX-License-Identifier: BSD-3-Clause
    * jmg copied from   <script src="https://unpkg.com/rivet-core@2.8.0/js/rivet.min.js"></script> on 08272024
 */
:root {
    --rvt-border-radius-sm: .125rem;
    --rvt-border-radius-md: .25rem;
    --rvt-border-radius-lg: .5rem;
    --rvt-border-radius-circle: 999rem;
    --rvt-breakpoint-sm: 30em;
    --rvt-breakpoint-md: 46.25em;
    --rvt-breakpoint-lg: 67.5em;
    --rvt-breakpoint-xl: 78.75em;
    --rvt-breakpoint-xxl: 87.5em;
    --rvt-color-black-100: #e2e7e9;
    --rvt-color-black-200: #a0abb4;
    --rvt-color-black-300: #75838f;
    --rvt-color-black-400: #4c5a69;
    --rvt-color-black-500: #243142;
    --rvt-color-black-600: #182534;
    --rvt-color-black-700: #0e1825;
    --rvt-color-black-base: #243142;
    --rvt-color-black-000: #f8f9fa;
    --rvt-color-blue-100: #c6ecf6;
    --rvt-color-blue-200: #94d2e7;
    --rvt-color-blue-300: #63b1d3;
    --rvt-color-blue-400: #328bb8;
    --rvt-color-blue-500: #006298;
    --rvt-color-blue-600: #004f80;
    --rvt-color-blue-700: #00385f;
    --rvt-color-blue-base: #006298;
    --rvt-color-blue-000: #edfafd;
    --rvt-color-crimson-100: #ffd6db;
    --rvt-color-crimson-200: #ff636a;
    --rvt-color-crimson-300: #f23a3f;
    --rvt-color-crimson-400: #dc231e;
    --rvt-color-crimson-500: #990000;
    --rvt-color-crimson-600: #800000;
    --rvt-color-crimson-700: #5a0c0c;
    --rvt-color-crimson-base: #990000;
    --rvt-color-crimson-000: #fff7f8;
    --rvt-color-gold-100: #fff4c6;
    --rvt-color-gold-200: #ffe694;
    --rvt-color-gold-300: #ffd563;
    --rvt-color-gold-400: #ffc132;
    --rvt-color-gold-500: #ffaa00;
    --rvt-color-gold-600: #a36b00;
    --rvt-color-gold-700: #613d00;
    --rvt-color-gold-base: #ffaa00;
    --rvt-color-gold-000: #fffceb;
    --rvt-color-green-100: #dee8c6;
    --rvt-color-green-200: #a7d094;
    --rvt-color-green-300: #63b363;
    --rvt-color-green-400: #329345;
    --rvt-color-green-500: #056e41;
    --rvt-color-green-600: #005c31;
    --rvt-color-green-700: #004421;
    --rvt-color-green-base: #056e41;
    --rvt-color-green-000: #f9f9f0;
    --rvt-color-orange-100: #ffcdc0;
    --rvt-color-orange-200: #ffa690;
    --rvt-color-orange-300: #ff7e60;
    --rvt-color-orange-400: #f75930;
    --rvt-color-orange-500: #df3603;
    --rvt-color-orange-600: #b11c00;
    --rvt-color-orange-700: #690a00;
    --rvt-color-orange-base: #df3603;
    --rvt-color-orange-000: #fff3f0;
    --rvt-color-purple-100: #decadc;
    --rvt-color-purple-200: #c09ebb;
    --rvt-color-purple-300: #a07498;
    --rvt-color-purple-400: #7d4c73;
    --rvt-color-purple-500: #59264d;
    --rvt-color-purple-600: #48183d;
    --rvt-color-purple-700: #330d2b;
    --rvt-color-purple-base: #59264d;
    --rvt-color-purple-000: #fbf8fb;
    --rvt-color-white-base: #ffffff;
    --rvt-font-base: "BentonSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    --rvt-font-sans: "BentonSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    --rvt-font-serif: "GeorgiaPro", Georgia, "Times New Roman", Times, serif;
    --rvt-font-mono: monospace;
    --rvt-font-weight-bold: 700;
    --rvt-font-weight-medium: 500;
    --rvt-font-weight-regular: 400;
    --rvt-line-height-base: 1.5;
    --rvt-line-height-title: 1.2;
    --rvt-line-height-tight: 1.2;
    --rvt-line-height-loose: 1.65;
    --rvt-prefix: rvt;
    --rvt-shadow-base: 0 .25rem .5rem rgb(36, 49, 66, .16);
    --rvt-shadow-subtle: 0 .1875rem .375rem rgb(36, 49, 66, .07);
    --rvt-shadow-standard: 0 .25rem .5rem rgb(36, 49, 66, .16);
    --rvt-shadow-heavy: 0 .25rem 1rem rgb(36, 49, 66, .2);
    --rvt-spacing-base: .5rem;
    --rvt-spacing-xxs: .25rem;
    --rvt-spacing-xs: .5rem;
    --rvt-spacing-sm: 1rem;
    --rvt-spacing-md: 1.5rem;
    --rvt-spacing-lg: 2rem;
    --rvt-spacing-xl: 2.5rem;
    --rvt-spacing-xxl: 4rem;
    --rvt-spacing-3-xl: 8rem;
    --rvt-spacing-4-xl: 12rem;
    --rvt-ts-12: .75rem;
    --rvt-ts-14: .875rem;
    --rvt-ts-16: 1rem;
    --rvt-ts-18: 1.125rem;
    --rvt-ts-20: 1.25rem;
    --rvt-ts-23: 1.4375rem;
    --rvt-ts-26: 1.625rem;
    --rvt-ts-29: 1.8125rem;
    --rvt-ts-32: 2rem;
    --rvt-ts-36: 2.25rem;
    --rvt-ts-41: 2.5625rem;
    --rvt-ts-46: 2.875rem;
    --rvt-ts-52: 3.25rem;
    --rvt-ts-xxs: .75rem;
    --rvt-ts-xs: .875rem;
    --rvt-ts-base: 1rem;
    --rvt-ts-sm: 1.25rem;
    --rvt-ts-md: 1.625rem;
    --rvt-ts-lg: 2rem;
    --rvt-ts-xl: 2.5625rem;
    --rvt-ts-xxl: 3.25rem;
    --rvt-width-base: 4rem;
    --rvt-width-xxs: 4rem;
    --rvt-width-xs: 8rem;
    --rvt-width-sm: 12rem;
    --rvt-width-md: 16rem;
    --rvt-width-lg: 20rem;
    --rvt-width-xl: 24rem;
    --rvt-width-xxl: 32rem;
    --rvt-width-3-xl: 40rem;
    --rvt-width-4-xl: 48rem;
    --rvt-z-index-0: 0;
    --rvt-z-index-100: 100;
    --rvt-z-index-200: 200;
    --rvt-z-index-300: 300;
    --rvt-z-index-400: 400;
    --rvt-z-index-500: 500;
    --rvt-z-index-600: 600;
    --rvt-z-index-700: 700;
    --rvt-z-index-800: 800;
    --rvt-z-index-900: 900;
    --rvt-z-index-1000: 1000
}

@font-face {
    font-family: BentonSans;
    font-style: normal;
    font-weight: 400;
    src: url("https://fonts.iu.edu/fonts/benton-sans-regular.eot");
    src: url("https://fonts.iu.edu/fonts/benton-sans-regular.eot?#iefix") format("embedded-opentype"),url("https://fonts.iu.edu/fonts/benton-sans-regular.woff") format("woff"),url("https://fonts.iu.edu/fonts/benton-sans-regular.ttf") format("truetype"),url("https://fonts.iu.edu/fonts/benton-sans-regular.svg#BentonSansRegular") format("svg");
    font-display: swap
}

@font-face {
    font-family: BentonSans;
    font-style: italic;
    font-weight: 400;
    src: url("https://fonts.iu.edu/fonts/benton-sans-italic.eot");
    src: url("https://fonts.iu.edu/fonts/benton-sans-italic.eot?#iefix") format("embedded-opentype"),url("https://fonts.iu.edu/fonts/benton-sans-italic.woff") format("woff"),url("https://fonts.iu.edu/fonts/benton-sans-italic.ttf") format("truetype"),url("https://fonts.iu.edu/fonts/benton-sans-italic.svg#BentonSansItalic") format("svg");
    font-display: swap
}

@font-face {
    font-family: BentonSans;
    font-style: normal;
    font-weight: 500;
    src: url("https://fonts.iu.edu/fonts/benton-sans-medium.eot");
    src: url("https://fonts.iu.edu/fonts/benton-sans-medium.eot?#iefix") format("embedded-opentype"),url("https://fonts.iu.edu/fonts/benton-sans-medium.woff") format("woff"),url("https://fonts.iu.edu/fonts/benton-sans-medium.ttf") format("truetype"),url("https://fonts.iu.edu/fonts/benton-sans-medium.svg#BentonSansMedium") format("svg");
    font-display: swap
}

@font-face {
    font-family: BentonSans;
    font-style: normal;
    font-weight: 700;
    src: url("https://fonts.iu.edu/fonts/benton-sans-bold.eot");
    src: url("https://fonts.iu.edu/fonts/benton-sans-bold.eot?#iefix") format("embedded-opentype"),url("https://fonts.iu.edu/fonts/benton-sans-bold.woff") format("woff"),url("https://fonts.iu.edu/fonts/benton-sans-bold.ttf") format("truetype"),url("https://fonts.iu.edu/fonts/benton-sans-bold.svg#BentonSansBold") format("svg");
    font-display: swap
}

@font-face {
    font-family: GeorgiaPro;
    font-style: normal;
    font-weight: 400;
    src: url("https://fonts.iu.edu/fonts/georgia-pro-regular.eot");
    src: url("https://fonts.iu.edu/fonts/georgia-pro-regular.eot?#iefix") format("embedded-opentype"),url("https://fonts.iu.edu/fonts/georgia-pro-regular.woff") format("woff"),url("https://fonts.iu.edu/fonts/georgia-pro-regular.ttf") format("truetype"),url("https://fonts.iu.edu/fonts/georgia-pro-regular.svg#GeorgiaProRegular") format("svg");
    font-display: swap
}

@font-face {
    font-family: GeorgiaPro;
    font-style: italic;
    font-weight: 400;
    src: url("https://fonts.iu.edu/fonts/georgia-pro-italic.eot");
    src: url("https://fonts.iu.edu/fonts/georgia-pro-italic.eot?#iefix") format("embedded-opentype"),url("https://fonts.iu.edu/fonts/georgia-pro-italic.woff") format("woff"),url("https://fonts.iu.edu/fonts/georgia-pro-italic.ttf") format("truetype"),url("https://fonts.iu.edu/fonts/georgia-pro-italic.svg#GeorgiaProItalic") format("svg");
    font-display: swap
}

@font-face {
    font-family: GeorgiaPro;
    font-style: normal;
    font-weight: 700;
    src: url("https://fonts.iu.edu/fonts/georgia-pro-bold.eot");
    src: url("https://fonts.iu.edu/fonts/georgia-pro-bold.eot?#iefix") format("embedded-opentype"),url("https://fonts.iu.edu/fonts/georgia-pro-bold.woff") format("woff"),url("https://fonts.iu.edu/fonts/georgia-pro-bold.ttf") format("truetype"),url("https://fonts.iu.edu/fonts/georgia-pro-bold.svg#GeorgiaProBold") format("svg");
    font-display: swap
}

@font-face {
    font-family: GeorgiaPro;
    font-style: italic;
    font-weight: 700;
    src: url("https://fonts.iu.edu/fonts/georgia-pro-bold-italic.eot");
    src: url("https://fonts.iu.edu/fonts/georgia-pro-bold-italic.eot?#iefix") format("embedded-opentype"),url("https://fonts.iu.edu/fonts/georgia-pro-bold-italic.woff") format("woff"),url("https://fonts.iu.edu/fonts/georgia-pro-bold-italic.ttf") format("truetype"),url("https://fonts.iu.edu/fonts/georgia-pro-bold-italic.svg#GeorgiaProBoldItalic") format("svg");
    font-display: swap
}

html {
    font-size: 100%;
    height: 100%;
    scroll-behavior: smooth
}

@media(prefers-reduced-motion) {
    html {
        scroll-behavior: auto
    }
}

html * {
    box-sizing: border-box;
    font: inherit
}

body {
    color: #243142;
    font-family: "BentonSans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
    line-height: 1.5
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1.125rem;
    font-weight: 400;
    margin: 0
}

hr {
    height: 1px;
    border: none;
    background-color: #e2e7e9
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

figure {
    margin: 0
}

figcaption {
    padding-top: 1rem;
    padding-left: 1rem;
    font-size: .875rem
}

em {
    font-style: italic
}

strong {
    font-weight: 700
}

sub, sup {
    font-size: smaller
}

.rvt-border-all {
    border: 1px solid #e2e7e9 !important
}

.rvt-border-all-none {
    border: 0 !important
}

.rvt-border-top {
    border-top: 1px solid #e2e7e9 !important
}

.rvt-border-top-none {
    border-top: 0 !important
}

.rvt-border-right {
    border-right: 1px solid #e2e7e9 !important
}

.rvt-border-right-none {
    border-right: 0 !important
}

.rvt-border-bottom {
    border-bottom: 1px solid #e2e7e9 !important
}

.rvt-border-bottom-none {
    border-bottom: 0 !important
}

.rvt-border-left {
    border-left: 1px solid #e2e7e9 !important
}

.rvt-border-left-none {
    border-left: 0 !important
}

.rvt-border-radius-sm {
    border-radius: .125rem !important
}

.rvt-border-radius, .rvt-border-radius-md {
    border-radius: .25rem !important
}

.rvt-border-radius-lg {
    border-radius: .5rem !important
}

.rvt-border-radius-circle {
    border-radius: 999rem !important
}

.rvt-border-color-blue {
    border-color: #c6ecf6 !important
}

.rvt-border-color-crimson {
    border-color: #ffd6db !important
}

.rvt-border-color-gold {
    border-color: #fff4c6 !important
}

.rvt-border-color-green {
    border-color: #dee8c6 !important
}

.rvt-border-color-orange {
    border-color: #ffcdc0 !important
}

.rvt-border-color-purple {
    border-color: #decadc !important
}

.rvt-color-black-100 {
    color: #e2e7e9 !important
}

.rvt-bg-black-100 {
    background-color: #e2e7e9 !important
}

.rvt-color-black-200 {
    color: #a0abb4 !important
}

.rvt-bg-black-200 {
    background-color: #a0abb4 !important
}

.rvt-color-black-300 {
    color: #75838f !important
}

.rvt-bg-black-300 {
    background-color: #75838f !important
}

.rvt-color-black-400 {
    color: #4c5a69 !important
}

.rvt-bg-black-400 {
    background-color: #4c5a69 !important
}

.rvt-color-black-500 {
    color: #243142 !important
}

.rvt-bg-black-500 {
    background-color: #243142 !important
}

.rvt-color-black-600 {
    color: #182534 !important
}

.rvt-bg-black-600 {
    background-color: #182534 !important
}

.rvt-color-black-700 {
    color: #0e1825 !important
}

.rvt-bg-black-700 {
    background-color: #0e1825 !important
}

.rvt-color-black {
    color: #243142 !important
}

.rvt-bg-black {
    background-color: #243142 !important
}

.rvt-color-black-000 {
    color: #f8f9fa !important
}

.rvt-bg-black-000 {
    background-color: #f8f9fa !important
}

.rvt-color-blue-100 {
    color: #c6ecf6 !important
}

.rvt-bg-blue-100 {
    background-color: #c6ecf6 !important
}

.rvt-color-blue-200 {
    color: #94d2e7 !important
}

.rvt-bg-blue-200 {
    background-color: #94d2e7 !important
}

.rvt-color-blue-300 {
    color: #63b1d3 !important
}

.rvt-bg-blue-300 {
    background-color: #63b1d3 !important
}

.rvt-color-blue-400 {
    color: #328bb8 !important
}

.rvt-bg-blue-400 {
    background-color: #328bb8 !important
}

.rvt-color-blue-500 {
    color: #006298 !important
}

.rvt-bg-blue-500 {
    background-color: #006298 !important
}

.rvt-color-blue-600 {
    color: #004f80 !important
}

.rvt-bg-blue-600 {
    background-color: #004f80 !important
}

.rvt-color-blue-700 {
    color: #00385f !important
}

.rvt-bg-blue-700 {
    background-color: #00385f !important
}

.rvt-color-blue {
    color: #006298 !important
}

.rvt-bg-blue {
    background-color: #006298 !important
}

.rvt-color-blue-000 {
    color: #edfafd !important
}

.rvt-bg-blue-000 {
    background-color: #edfafd !important
}

.rvt-color-crimson-100 {
    color: #ffd6db !important
}

.rvt-bg-crimson-100 {
    background-color: #ffd6db !important
}

.rvt-color-crimson-200 {
    color: #ff636a !important
}

.rvt-bg-crimson-200 {
    background-color: #ff636a !important
}

.rvt-color-crimson-300 {
    color: #f23a3f !important
}

.rvt-bg-crimson-300 {
    background-color: #f23a3f !important
}

.rvt-color-crimson-400 {
    color: #dc231e !important
}

.rvt-bg-crimson-400 {
    background-color: #dc231e !important
}

.rvt-color-crimson-500 {
    color: #900 !important
}

.rvt-bg-crimson-500 {
    background-color: #900 !important
}

.rvt-color-crimson-600 {
    color: maroon !important
}

.rvt-bg-crimson-600 {
    background-color: maroon !important
}

.rvt-color-crimson-700 {
    color: #5a0c0c !important
}

.rvt-bg-crimson-700 {
    background-color: #5a0c0c !important
}

.rvt-color-crimson {
    color: #900 !important
}

.rvt-bg-crimson {
    background-color: #900 !important
}

.rvt-color-crimson-000 {
    color: #fff7f8 !important
}

.rvt-bg-crimson-000 {
    background-color: #fff7f8 !important
}

.rvt-color-gold-100 {
    color: #fff4c6 !important
}

.rvt-bg-gold-100 {
    background-color: #fff4c6 !important
}

.rvt-color-gold-200 {
    color: #ffe694 !important
}

.rvt-bg-gold-200 {
    background-color: #ffe694 !important
}

.rvt-color-gold-300 {
    color: #ffd563 !important
}

.rvt-bg-gold-300 {
    background-color: #ffd563 !important
}

.rvt-color-gold-400 {
    color: #ffc132 !important
}

.rvt-bg-gold-400 {
    background-color: #ffc132 !important
}

.rvt-color-gold-500 {
    color: #fa0 !important
}

.rvt-bg-gold-500 {
    background-color: #fa0 !important
}

.rvt-color-gold-600 {
    color: #a36b00 !important
}

.rvt-bg-gold-600 {
    background-color: #a36b00 !important
}

.rvt-color-gold-700 {
    color: #613d00 !important
}

.rvt-bg-gold-700 {
    background-color: #613d00 !important
}

.rvt-color-gold {
    color: #fa0 !important
}

.rvt-bg-gold {
    background-color: #fa0 !important
}

.rvt-color-gold-000 {
    color: #fffceb !important
}

.rvt-bg-gold-000 {
    background-color: #fffceb !important
}

.rvt-color-green-100 {
    color: #dee8c6 !important
}

.rvt-bg-green-100 {
    background-color: #dee8c6 !important
}

.rvt-color-green-200 {
    color: #a7d094 !important
}

.rvt-bg-green-200 {
    background-color: #a7d094 !important
}

.rvt-color-green-300 {
    color: #63b363 !important
}

.rvt-bg-green-300 {
    background-color: #63b363 !important
}

.rvt-color-green-400 {
    color: #329345 !important
}

.rvt-bg-green-400 {
    background-color: #329345 !important
}

.rvt-color-green-500 {
    color: #056e41 !important
}

.rvt-bg-green-500 {
    background-color: #056e41 !important
}

.rvt-color-green-600 {
    color: #005c31 !important
}

.rvt-bg-green-600 {
    background-color: #005c31 !important
}

.rvt-color-green-700 {
    color: #004421 !important
}

.rvt-bg-green-700 {
    background-color: #004421 !important
}

.rvt-color-green {
    color: #056e41 !important
}

.rvt-bg-green {
    background-color: #056e41 !important
}

.rvt-color-green-000 {
    color: #f9f9f0 !important
}

.rvt-bg-green-000 {
    background-color: #f9f9f0 !important
}

.rvt-color-orange-100 {
    color: #ffcdc0 !important
}

.rvt-bg-orange-100 {
    background-color: #ffcdc0 !important
}

.rvt-color-orange-200 {
    color: #ffa690 !important
}

.rvt-bg-orange-200 {
    background-color: #ffa690 !important
}

.rvt-color-orange-300 {
    color: #ff7e60 !important
}

.rvt-bg-orange-300 {
    background-color: #ff7e60 !important
}

.rvt-color-orange-400 {
    color: #f75930 !important
}

.rvt-bg-orange-400 {
    background-color: #f75930 !important
}

.rvt-color-orange-500 {
    color: #df3603 !important
}

.rvt-bg-orange-500 {
    background-color: #df3603 !important
}

.rvt-color-orange-600 {
    color: #b11c00 !important
}

.rvt-bg-orange-600 {
    background-color: #b11c00 !important
}

.rvt-color-orange-700 {
    color: #690a00 !important
}

.rvt-bg-orange-700 {
    background-color: #690a00 !important
}

.rvt-color-orange {
    color: #df3603 !important
}

.rvt-bg-orange {
    background-color: #df3603 !important
}

.rvt-color-orange-000 {
    color: #fff3f0 !important
}

.rvt-bg-orange-000 {
    background-color: #fff3f0 !important
}

.rvt-color-purple-100 {
    color: #decadc !important
}

.rvt-bg-purple-100 {
    background-color: #decadc !important
}

.rvt-color-purple-200 {
    color: #c09ebb !important
}

.rvt-bg-purple-200 {
    background-color: #c09ebb !important
}

.rvt-color-purple-300 {
    color: #a07498 !important
}

.rvt-bg-purple-300 {
    background-color: #a07498 !important
}

.rvt-color-purple-400 {
    color: #7d4c73 !important
}

.rvt-bg-purple-400 {
    background-color: #7d4c73 !important
}

.rvt-color-purple-500 {
    color: #59264d !important
}

.rvt-bg-purple-500 {
    background-color: #59264d !important
}

.rvt-color-purple-600 {
    color: #48183d !important
}

.rvt-bg-purple-600 {
    background-color: #48183d !important
}

.rvt-color-purple-700 {
    color: #330d2b !important
}

.rvt-bg-purple-700 {
    background-color: #330d2b !important
}

.rvt-color-purple {
    color: #59264d !important
}

.rvt-bg-purple {
    background-color: #59264d !important
}

.rvt-color-purple-000 {
    color: #fbf8fb !important
}

.rvt-bg-purple-000 {
    background-color: #fbf8fb !important
}

.rvt-color-white {
    color: #fff !important
}

.rvt-bg-white {
    background-color: #fff !important
}

.rvt-sr-only {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    background-color: #fff !important;
    color: #000 !important
}

    .rvt-sr-only.focusable:active, .rvt-sr-only.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto
    }

.rvt-display-block {
    display: block !important
}

.rvt-display-inline-block {
    display: inline-block !important
}

.rvt-display-inline {
    display: inline !important
}

.rvt-display-none {
    display: none !important
}

.rvt-abbr, .rvt-abbr[title] {
    border: none;
    text-decoration: none
}

.rvt-code, .rvt-prose :where(code) {
    color: #dc231e;
    font-size: 1rem;
    font-family: monospace;
    background-color: #f8f9fa;
    display: inline-block;
    padding: .125rem .25rem;
    border-radius: .25rem
}

.rvt-hr {
    border-top: 1px solid #e2e7e9;
    border-right: none;
    border-bottom: none;
    border-left: none
}

.rvt-strong {
    font-weight: 700
}

.rvt-flex {
    display: flex !important
}

.rvt-inline-flex {
    display: inline-flex !important
}

.rvt-flex-row {
    flex-direction: row !important
}

.rvt-flex-row-reverse {
    flex-direction: row-reverse !important
}

.rvt-flex-column {
    flex-direction: column !important
}

.rvt-flex-column-reverse {
    flex-direction: column-reverse !important
}

@media screen and (min-width: 30em) {
    .rvt-flex-sm-up {
        display: flex !important
    }

    .rvt-inline-flex-sm-up {
        display: inline-flex !important
    }

    .rvt-flex-row-sm-up {
        flex-direction: row !important
    }

    .rvt-flex-row-reverse-sm-up {
        flex-direction: row-reverse !important
    }

    .rvt-flex-column-sm-up {
        flex-direction: column !important
    }

    .rvt-flex-column-reverse-sm-up {
        flex-direction: column-reverse !important
    }
}

@media screen and (min-width: 46.25em) {
    .rvt-flex-md-up {
        display: flex !important
    }

    .rvt-inline-flex-md-up {
        display: inline-flex !important
    }

    .rvt-flex-row-md-up {
        flex-direction: row !important
    }

    .rvt-flex-row-reverse-md-up {
        flex-direction: row-reverse !important
    }

    .rvt-flex-column-md-up {
        flex-direction: column !important
    }

    .rvt-flex-column-reverse-md-up {
        flex-direction: column-reverse !important
    }
}

@media screen and (min-width: 67.5em) {
    .rvt-flex-lg-up {
        display: flex !important
    }

    .rvt-inline-flex-lg-up {
        display: inline-flex !important
    }

    .rvt-flex-row-lg-up {
        flex-direction: row !important
    }

    .rvt-flex-row-reverse-lg-up {
        flex-direction: row-reverse !important
    }

    .rvt-flex-column-lg-up {
        flex-direction: column !important
    }

    .rvt-flex-column-reverse-lg-up {
        flex-direction: column-reverse !important
    }
}

@media screen and (min-width: 78.75em) {
    .rvt-flex-xl-up {
        display: flex !important
    }

    .rvt-inline-flex-xl-up {
        display: inline-flex !important
    }

    .rvt-flex-row-xl-up {
        flex-direction: row !important
    }

    .rvt-flex-row-reverse-xl-up {
        flex-direction: row-reverse !important
    }

    .rvt-flex-column-xl-up {
        flex-direction: column !important
    }

    .rvt-flex-column-reverse-xl-up {
        flex-direction: column-reverse !important
    }
}

@media screen and (min-width: 87.5em) {
    .rvt-flex-xxl-up {
        display: flex !important
    }

    .rvt-inline-flex-xxl-up {
        display: inline-flex !important
    }

    .rvt-flex-row-xxl-up {
        flex-direction: row !important
    }

    .rvt-flex-row-reverse-xxl-up {
        flex-direction: row-reverse !important
    }

    .rvt-flex-column-xxl-up {
        flex-direction: column !important
    }

    .rvt-flex-column-reverse-xxl-up {
        flex-direction: column-reverse !important
    }
}

.rvt-wrap {
    flex-wrap: wrap !important
}

.rvt-no-wrap {
    flex-wrap: nowrap !important
}

.rvt-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

@media screen and (min-width: 30em) {
    .rvt-wrap-sm-up {
        flex-wrap: wrap !important
    }

    .rvt-no-wrap-sm-up {
        flex-wrap: nowrap !important
    }

    .rvt-wrap-reverse-sm-up {
        flex-wrap: wrap-reverse !important
    }
}

@media screen and (min-width: 46.25em) {
    .rvt-wrap-md-up {
        flex-wrap: wrap !important
    }

    .rvt-no-wrap-md-up {
        flex-wrap: nowrap !important
    }

    .rvt-wrap-reverse-md-up {
        flex-wrap: wrap-reverse !important
    }
}

@media screen and (min-width: 67.5em) {
    .rvt-wrap-lg-up {
        flex-wrap: wrap !important
    }

    .rvt-no-wrap-lg-up {
        flex-wrap: nowrap !important
    }

    .rvt-wrap-reverse-lg-up {
        flex-wrap: wrap-reverse !important
    }
}

@media screen and (min-width: 78.75em) {
    .rvt-wrap-xl-up {
        flex-wrap: wrap !important
    }

    .rvt-no-wrap-xl-up {
        flex-wrap: nowrap !important
    }

    .rvt-wrap-reverse-xl-up {
        flex-wrap: wrap-reverse !important
    }
}

@media screen and (min-width: 87.5em) {
    .rvt-wrap-xxl-up {
        flex-wrap: wrap !important
    }

    .rvt-no-wrap-xxl-up {
        flex-wrap: nowrap !important
    }

    .rvt-wrap-reverse-xxl-up {
        flex-wrap: wrap-reverse !important
    }
}

.rvt-shrink-1 {
    flex-shrink: 1 !important
}

.rvt-shrink-0 {
    flex-shrink: 0 !important
}

@media screen and (min-width: 30em) {
    .rvt-shrink-1-sm-up {
        flex-shrink: 1 !important
    }

    .rvt-shrink-0-sm-up {
        flex-shrink: 0 !important
    }
}

@media screen and (min-width: 46.25em) {
    .rvt-shrink-1-md-up {
        flex-shrink: 1 !important
    }

    .rvt-shrink-0-md-up {
        flex-shrink: 0 !important
    }
}

@media screen and (min-width: 67.5em) {
    .rvt-shrink-1-lg-up {
        flex-shrink: 1 !important
    }

    .rvt-shrink-0-lg-up {
        flex-shrink: 0 !important
    }
}

@media screen and (min-width: 78.75em) {
    .rvt-shrink-1-xl-up {
        flex-shrink: 1 !important
    }

    .rvt-shrink-0-xl-up {
        flex-shrink: 0 !important
    }
}

@media screen and (min-width: 87.5em) {
    .rvt-shrink-1-xxl-up {
        flex-shrink: 1 !important
    }

    .rvt-shrink-0-xxl-up {
        flex-shrink: 0 !important
    }
}

.rvt-grow-1 {
    flex-grow: 1 !important
}

.rvt-grow-0 {
    flex-grow: 0 !important
}

@media screen and (min-width: 30em) {
    .rvt-grow-1-sm-up {
        flex-grow: 1 !important
    }

    .rvt-grow-0-sm-up {
        flex-grow: 0 !important
    }
}

@media screen and (min-width: 46.25em) {
    .rvt-grow-1-md-up {
        flex-grow: 1 !important
    }

    .rvt-grow-0-md-up {
        flex-grow: 0 !important
    }
}

@media screen and (min-width: 67.5em) {
    .rvt-grow-1-lg-up {
        flex-grow: 1 !important
    }

    .rvt-grow-0-lg-up {
        flex-grow: 0 !important
    }
}

@media screen and (min-width: 78.75em) {
    .rvt-grow-1-xl-up {
        flex-grow: 1 !important
    }

    .rvt-grow-0-xl-up {
        flex-grow: 0 !important
    }
}

@media screen and (min-width: 87.5em) {
    .rvt-grow-1-xxl-up {
        flex-grow: 1 !important
    }

    .rvt-grow-0-xxl-up {
        flex-grow: 0 !important
    }
}

.rvt-items-start {
    align-items: flex-start !important
}

.rvt-items-end {
    align-items: flex-end !important
}

.rvt-items-center {
    align-items: center !important
}

.rvt-items-baseline {
    align-items: baseline !important
}

.rvt-items-stretch {
    align-items: stretch !important
}

@media screen and (min-width: 30em) {
    .rvt-items-start-sm-up {
        align-items: flex-start !important
    }

    .rvt-items-end-sm-up {
        align-items: flex-end !important
    }

    .rvt-items-center-sm-up {
        align-items: center !important
    }

    .rvt-items-baseline-sm-up {
        align-items: baseline !important
    }

    .rvt-items-stretch-sm-up {
        align-items: stretch !important
    }
}

@media screen and (min-width: 46.25em) {
    .rvt-items-start-md-up {
        align-items: flex-start !important
    }

    .rvt-items-end-md-up {
        align-items: flex-end !important
    }

    .rvt-items-center-md-up {
        align-items: center !important
    }

    .rvt-items-baseline-md-up {
        align-items: baseline !important
    }

    .rvt-items-stretch-md-up {
        align-items: stretch !important
    }
}

@media screen and (min-width: 67.5em) {
    .rvt-items-start-lg-up {
        align-items: flex-start !important
    }

    .rvt-items-end-lg-up {
        align-items: flex-end !important
    }

    .rvt-items-center-lg-up {
        align-items: center !important
    }

    .rvt-items-baseline-lg-up {
        align-items: baseline !important
    }

    .rvt-items-stretch-lg-up {
        align-items: stretch !important
    }
}

@media screen and (min-width: 78.75em) {
    .rvt-items-start-xl-up {
        align-items: flex-start !important
    }

    .rvt-items-end-xl-up {
        align-items: flex-end !important
    }

    .rvt-items-center-xl-up {
        align-items: center !important
    }

    .rvt-items-baseline-xl-up {
        align-items: baseline !important
    }

    .rvt-items-stretch-xl-up {
        align-items: stretch !important
    }
}

@media screen and (min-width: 87.5em) {
    .rvt-items-start-xxl-up {
        align-items: flex-start !important
    }

    .rvt-items-end-xxl-up {
        align-items: flex-end !important
    }

    .rvt-items-center-xxl-up {
        align-items: center !important
    }

    .rvt-items-baseline-xxl-up {
        align-items: baseline !important
    }

    .rvt-items-stretch-xxl-up {
        align-items: stretch !important
    }
}

.rvt-content-start {
    align-content: flex-start !important
}

.rvt-content-end {
    align-content: flex-end !important
}

.rvt-content-center {
    align-content: center !important
}

.rvt-content-stretch {
    align-content: stretch !important
}

.rvt-content-baseline {
    align-content: baseline !important
}

@media screen and (min-width: 30em) {
    .rvt-content-start-sm-up {
        align-content: flex-start !important
    }

    .rvt-content-end-sm-up {
        align-content: flex-end !important
    }

    .rvt-content-center-sm-up {
        align-content: center !important
    }

    .rvt-content-stretch-sm-up {
        align-content: stretch !important
    }

    .rvt-content-baseline-sm-up {
        align-content: baseline !important
    }
}

@media screen and (min-width: 46.25em) {
    .rvt-content-start-md-up {
        align-content: flex-start !important
    }

    .rvt-content-end-md-up {
        align-content: flex-end !important
    }

    .rvt-content-center-md-up {
        align-content: center !important
    }

    .rvt-content-stretch-md-up {
        align-content: stretch !important
    }

    .rvt-content-baseline-md-up {
        align-content: baseline !important
    }
}

@media screen and (min-width: 67.5em) {
    .rvt-content-start-lg-up {
        align-content: flex-start !important
    }

    .rvt-content-end-lg-up {
        align-content: flex-end !important
    }

    .rvt-content-center-lg-up {
        align-content: center !important
    }

    .rvt-content-stretch-lg-up {
        align-content: stretch !important
    }

    .rvt-content-baseline-lg-up {
        align-content: baseline !important
    }
}

@media screen and (min-width: 78.75em) {
    .rvt-content-start-xl-up {
        align-content: flex-start !important
    }

    .rvt-content-end-xl-up {
        align-content: flex-end !important
    }

    .rvt-content-center-xl-up {
        align-content: center !important
    }

    .rvt-content-stretch-xl-up {
        align-content: stretch !important
    }

    .rvt-content-baseline-xl-up {
        align-content: baseline !important
    }
}

@media screen and (min-width: 87.5em) {
    .rvt-content-start-xxl-up {
        align-content: flex-start !important
    }

    .rvt-content-end-xxl-up {
        align-content: flex-end !important
    }

    .rvt-content-center-xxl-up {
        align-content: center !important
    }

    .rvt-content-stretch-xxl-up {
        align-content: stretch !important
    }

    .rvt-content-baseline-xxl-up {
        align-content: baseline !important
    }
}

.rvt-justify-start {
    justify-content: flex-start
}

.rvt-justify-end {
    justify-content: flex-end
}

.rvt-justify-center {
    justify-content: center
}

.rvt-justify-space-between {
    justify-content: space-between
}

.rvt-justify-space-around {
    justify-content: space-around
}

.rvt-justify-space-evenly {
    justify-content: space-evenly
}

@media screen and (min-width: 30em) {
    .rvt-justify-start-sm-up {
        justify-content: flex-start
    }

    .rvt-justify-end-sm-up {
        justify-content: flex-end
    }

    .rvt-justify-center-sm-up {
        justify-content: center
    }

    .rvt-justify-space-between-sm-up {
        justify-content: space-between
    }

    .rvt-justify-space-around-sm-up {
        justify-content: space-around
    }

    .rvt-justify-space-evenly-sm-up {
        justify-content: space-evenly
    }
}

@media screen and (min-width: 46.25em) {
    .rvt-justify-start-md-up {
        justify-content: flex-start
    }

    .rvt-justify-end-md-up {
        justify-content: flex-end
    }

    .rvt-justify-center-md-up {
        justify-content: center
    }

    .rvt-justify-space-between-md-up {
        justify-content: space-between
    }

    .rvt-justify-space-around-md-up {
        justify-content: space-around
    }

    .rvt-justify-space-evenly-md-up {
        justify-content: space-evenly
    }
}

@media screen and (min-width: 67.5em) {
    .rvt-justify-start-lg-up {
        justify-content: flex-start
    }

    .rvt-justify-end-lg-up {
        justify-content: flex-end
    }

    .rvt-justify-center-lg-up {
        justify-content: center
    }

    .rvt-justify-space-between-lg-up {
        justify-content: space-between
    }

    .rvt-justify-space-around-lg-up {
        justify-content: space-around
    }

    .rvt-justify-space-evenly-lg-up {
        justify-content: space-evenly
    }
}

@media screen and (min-width: 78.75em) {
    .rvt-justify-start-xl-up {
        justify-content: flex-start
    }

    .rvt-justify-end-xl-up {
        justify-content: flex-end
    }

    .rvt-justify-center-xl-up {
        justify-content: center
    }

    .rvt-justify-space-between-xl-up {
        justify-content: space-between
    }

    .rvt-justify-space-around-xl-up {
        justify-content: space-around
    }

    .rvt-justify-space-evenly-xl-up {
        justify-content: space-evenly
    }
}

@media screen and (min-width: 87.5em) {
    .rvt-justify-start-xxl-up {
        justify-content: flex-start
    }

    .rvt-justify-end-xxl-up {
        justify-content: flex-end
    }

    .rvt-justify-center-xxl-up {
        justify-content: center
    }

    .rvt-justify-space-between-xxl-up {
        justify-content: space-between
    }

    .rvt-justify-space-around-xxl-up {
        justify-content: space-around
    }

    .rvt-justify-space-evenly-xxl-up {
        justify-content: space-evenly
    }
}

.rvt-self-start {
    align-self: flex-start !important
}

.rvt-self-end {
    align-self: flex-end !important
}

.rvt-self-center {
    align-self: center !important
}

.rvt-self-baseline {
    align-self: baseline !important
}

.rvt-self-stretch {
    align-self: stretch !important
}

@media screen and (min-width: 30em) {
    .rvt-self-start-sm-up {
        align-self: flex-start
    }

    .rvt-self-end-sm-up {
        align-self: flex-end
    }

    .rvt-self-center-sm-up {
        align-self: center
    }

    .rvt-self-baseline-sm-up {
        align-self: baseline
    }

    .rvt-self-stretch-sm-up {
        align-self: stretch
    }
}

@media screen and (min-width: 46.25em) {
    .rvt-self-start-md-up {
        align-self: flex-start
    }

    .rvt-self-end-md-up {
        align-self: flex-end
    }

    .rvt-self-center-md-up {
        align-self: center
    }

    .rvt-self-baseline-md-up {
        align-self: baseline
    }

    .rvt-self-stretch-md-up {
        align-self: stretch
    }
}

@media screen and (min-width: 67.5em) {
    .rvt-self-start-lg-up {
        align-self: flex-start
    }

    .rvt-self-end-lg-up {
        align-self: flex-end
    }

    .rvt-self-center-lg-up {
        align-self: center
    }

    .rvt-self-baseline-lg-up {
        align-self: baseline
    }

    .rvt-self-stretch-lg-up {
        align-self: stretch
    }
}

@media screen and (min-width: 78.75em) {
    .rvt-self-start-xl-up {
        align-self: flex-start
    }

    .rvt-self-end-xl-up {
        align-self: flex-end
    }

    .rvt-self-center-xl-up {
        align-self: center
    }

    .rvt-self-baseline-xl-up {
        align-self: baseline
    }

    .rvt-self-stretch-xl-up {
        align-self: stretch
    }
}

@media screen and (min-width: 87.5em) {
    .rvt-self-start-xxl-up {
        align-self: flex-start
    }

    .rvt-self-end-xxl-up {
        align-self: flex-end
    }

    .rvt-self-center-xxl-up {
        align-self: center
    }

    .rvt-self-baseline-xxl-up {
        align-self: baseline
    }

    .rvt-self-stretch-xxl-up {
        align-self: stretch
    }
}

.rvt-flow > * {
    margin-bottom: 0;
    margin-top: 0
}

    .rvt-flow > * + * {
        margin-top: 1rem;
        margin-top: var(--flow-space, 1rem);
        margin-bottom: 0
    }

.rvt-gap-none {
    gap: 0 !important
}

.rvt-gap-col-none {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important
}

.rvt-gap-row-none {
    row-gap: 0 !important
}

.rvt-gap-base {
    gap: .5rem !important
}

.rvt-gap-col-base {
    -moz-column-gap: .5rem !important;
    column-gap: .5rem !important
}

.rvt-gap-row-base {
    row-gap: .5rem !important
}

.rvt-gap-xxs {
    gap: .25rem !important
}

.rvt-gap-col-xxs {
    -moz-column-gap: .25rem !important;
    column-gap: .25rem !important
}

.rvt-gap-row-xxs {
    row-gap: .25rem !important
}

.rvt-gap-xs {
    gap: .5rem !important
}

.rvt-gap-col-xs {
    -moz-column-gap: .5rem !important;
    column-gap: .5rem !important
}

.rvt-gap-row-xs {
    row-gap: .5rem !important
}

.rvt-gap-sm {
    gap: 1rem !important
}

.rvt-gap-col-sm {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important
}

.rvt-gap-row-sm {
    row-gap: 1rem !important
}

.rvt-gap-md {
    gap: 1.5rem !important
}

.rvt-gap-col-md {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important
}

.rvt-gap-row-md {
    row-gap: 1.5rem !important
}

.rvt-gap-lg {
    gap: 2rem !important
}

.rvt-gap-col-lg {
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important
}

.rvt-gap-row-lg {
    row-gap: 2rem !important
}

.rvt-gap-xl {
    gap: 2.5rem !important
}

.rvt-gap-col-xl {
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important
}

.rvt-gap-row-xl {
    row-gap: 2.5rem !important
}

.rvt-gap-xxl {
    gap: 4rem !important
}

.rvt-gap-col-xxl {
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important
}

.rvt-gap-row-xxl {
    row-gap: 4rem !important
}

.rvt-gap-3-xl {
    gap: 8rem !important
}

.rvt-gap-col-3-xl {
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important
}

.rvt-gap-row-3-xl {
    row-gap: 8rem !important
}

.rvt-gap-4-xl {
    gap: 12rem !important
}

.rvt-gap-col-4-xl {
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important
}

.rvt-gap-row-4-xl {
    row-gap: 12rem !important
}

.rvt-list, .rvt-list-inline, .rvt-list-plain {
    display: flex;
    gap: .5rem 1rem;
    margin: .5rem 0 0 0
}

.rvt-list, .rvt-list-plain {
    flex-direction: column
}

.rvt-list-inline, .rvt-list-plain {
    list-style: "";
    padding-left: 0
}

    .rvt-list, .rvt-list-plain .rvt-list-plain {
        padding-left: 2rem
    }

.rvt-list-inline {
    flex-direction: row;
    flex-wrap: wrap
}

.rvt-list-reset {
    list-style: "";
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0
}

.rvt-list-description, .rvt-prose > :where(dl) {
    margin: 0
}

    .rvt-list-description :where(dt), .rvt-prose > :where(dl) :where(dt) {
        font-weight: 700;
        margin-top: 1rem
    }

    .rvt-list-description :where(dt + dt), .rvt-prose > :where(dl) :where(dt + dt) {
        margin-top: 0
    }

    .rvt-list-description :where(dd), .rvt-prose > :where(dl) :where(dd) {
        margin-left: 0
    }

.rvt-prose {
    line-height: 1.65
}

    .rvt-prose h1 {
        font-size: 2rem
    }

    .rvt-prose h2 {
        font-size: 1.4375rem
    }

    .rvt-prose h3 {
        font-size: 1.25rem
    }

    .rvt-prose h4, .rvt-prose h5, .rvt-prose h6 {
        font-size: 1.125rem
    }

    .rvt-prose h1, .rvt-prose h2, .rvt-prose h3, .rvt-prose h4, .rvt-prose h5, .rvt-prose h6 {
        --flow-space: 3rem;
        font-weight: 400;
        line-height: 1.2;
        scroll-margin-top: 1.5rem
    }

    .rvt-prose :where(p), .rvt-prose :where(li), .rvt-prose :where(td) {
        color: #4c5a69
    }

    .rvt-prose > img, .rvt-prose > img + *, .rvt-prose > figure, .rvt-prose > figure + *, .rvt-prose > hr {
        --flow-space: 3rem
    }

    .rvt-prose > *:empty:not(br,embed,hr,input,img,wbr) {
        display: none
    }

.rvt-shadow {
    box-shadow: 0 .25rem .5rem rgba(36,49,66,.16) !important
}

.rvt-shadow-subtle {
    box-shadow: 0 .1875rem .375rem rgba(36,49,66,.07) !important
}

.rvt-shadow-standard {
    box-shadow: 0 .25rem .5rem rgba(36,49,66,.16) !important
}

.rvt-shadow-heavy {
    box-shadow: 0 .25rem 1rem rgba(36,49,66,.2) !important
}

.rvt-m-all-xxs {
    margin: .25rem !important
}

.rvt-p-all-xxs {
    padding: .25rem !important
}

.rvt-m-tb-xxs {
    margin-bottom: .25rem !important;
    margin-top: .25rem !important
}

.rvt-m-lr-xxs {
    margin-left: .25rem !important;
    margin-right: .25rem !important
}

.rvt-p-tb-xxs {
    padding-bottom: .25rem !important;
    padding-top: .25rem !important
}

.rvt-p-lr-xxs {
    padding-left: .25rem !important;
    padding-right: .25rem !important
}

.rvt-m-all-xs {
    margin: .5rem !important
}

.rvt-p-all-xs {
    padding: .5rem !important
}

.rvt-m-tb-xs {
    margin-bottom: .5rem !important;
    margin-top: .5rem !important
}

.rvt-m-lr-xs {
    margin-left: .5rem !important;
    margin-right: .5rem !important
}

.rvt-p-tb-xs {
    padding-bottom: .5rem !important;
    padding-top: .5rem !important
}

.rvt-p-lr-xs {
    padding-left: .5rem !important;
    padding-right: .5rem !important
}

.rvt-m-all-sm {
    margin: 1rem !important
}

.rvt-p-all-sm {
    padding: 1rem !important
}

.rvt-m-tb-sm {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important
}

.rvt-m-lr-sm {
    margin-left: 1rem !important;
    margin-right: 1rem !important
}

.rvt-p-tb-sm {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important
}

.rvt-p-lr-sm {
    padding-left: 1rem !important;
    padding-right: 1rem !important
}

.rvt-m-all-md {
    margin: 1.5rem !important
}

.rvt-p-all-md {
    padding: 1.5rem !important
}

.rvt-m-tb-md {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important
}

.rvt-m-lr-md {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
}

.rvt-p-tb-md {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important
}

.rvt-p-lr-md {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
}

.rvt-m-all-lg {
    margin: 2rem !important
}

.rvt-p-all-lg {
    padding: 2rem !important
}

.rvt-m-tb-lg {
    margin-bottom: 2rem !important;
    margin-top: 2rem !important
}

.rvt-m-lr-lg {
    margin-left: 2rem !important;
    margin-right: 2rem !important
}

.rvt-p-tb-lg {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important
}

.rvt-p-lr-lg {
    padding-left: 2rem !important;
    padding-right: 2rem !important
}

.rvt-m-all-xl {
    margin: 2.5rem !important
}

.rvt-p-all-xl {
    padding: 2.5rem !important
}

.rvt-m-tb-xl {
    margin-bottom: 2.5rem !important;
    margin-top: 2.5rem !important
}

.rvt-m-lr-xl {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important
}

.rvt-p-tb-xl {
    padding-bottom: 2.5rem !important;
    padding-top: 2.5rem !important
}

.rvt-p-lr-xl {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important
}

.rvt-m-all-xxl {
    margin: 4rem !important
}

.rvt-p-all-xxl {
    padding: 4rem !important
}

.rvt-m-tb-xxl {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important
}

.rvt-m-lr-xxl {
    margin-left: 4rem !important;
    margin-right: 4rem !important
}

.rvt-p-tb-xxl {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important
}

.rvt-p-lr-xxl {
    padding-left: 4rem !important;
    padding-right: 4rem !important
}

.rvt-m-all-3-xl {
    margin: 8rem !important
}

.rvt-p-all-3-xl {
    padding: 8rem !important
}

.rvt-m-tb-3-xl {
    margin-bottom: 8rem !important;
    margin-top: 8rem !important
}

.rvt-m-lr-3-xl {
    margin-left: 8rem !important;
    margin-right: 8rem !important
}

.rvt-p-tb-3-xl {
    padding-bottom: 8rem !important;
    padding-top: 8rem !important
}

.rvt-p-lr-3-xl {
    padding-left: 8rem !important;
    padding-right: 8rem !important
}

.rvt-m-all-4-xl {
    margin: 12rem !important
}

.rvt-p-all-4-xl {
    padding: 12rem !important
}

.rvt-m-tb-4-xl {
    margin-bottom: 12rem !important;
    margin-top: 12rem !important
}

.rvt-m-lr-4-xl {
    margin-left: 12rem !important;
    margin-right: 12rem !important
}

.rvt-p-tb-4-xl {
    padding-bottom: 12rem !important;
    padding-top: 12rem !important
}

.rvt-p-lr-4-xl {
    padding-left: 12rem !important;
    padding-right: 12rem !important
}

.rvt-m-top-xxs {
    margin-top: .25rem !important
}

.-rvt-m-top-xxs {
    margin-top: -0.25rem !important
}

.rvt-p-top-xxs {
    padding-top: .25rem !important
}

.rvt-m-top-xs {
    margin-top: .5rem !important
}

.-rvt-m-top-xs {
    margin-top: -0.5rem !important
}

.rvt-p-top-xs {
    padding-top: .5rem !important
}

.rvt-m-top-sm {
    margin-top: 1rem !important
}

.-rvt-m-top-sm {
    margin-top: -1rem !important
}

.rvt-p-top-sm {
    padding-top: 1rem !important
}

.rvt-m-top-md {
    margin-top: 1.5rem !important
}

.-rvt-m-top-md {
    margin-top: -1.5rem !important
}

.rvt-p-top-md {
    padding-top: 1.5rem !important
}

.rvt-m-top-lg {
    margin-top: 2rem !important
}

.-rvt-m-top-lg {
    margin-top: -2rem !important
}

.rvt-p-top-lg {
    padding-top: 2rem !important
}

.rvt-m-top-xl {
    margin-top: 2.5rem !important
}

.-rvt-m-top-xl {
    margin-top: -2.5rem !important
}

.rvt-p-top-xl {
    padding-top: 2.5rem !important
}

.rvt-m-top-xxl {
    margin-top: 4rem !important
}

.-rvt-m-top-xxl {
    margin-top: -4rem !important
}

.rvt-p-top-xxl {
    padding-top: 4rem !important
}

.rvt-m-top-3-xl {
    margin-top: 8rem !important
}

.-rvt-m-top-3-xl {
    margin-top: -8rem !important
}

.rvt-p-top-3-xl {
    padding-top: 8rem !important
}

.rvt-m-top-4-xl {
    margin-top: 12rem !important
}

.-rvt-m-top-4-xl {
    margin-top: -12rem !important
}

.rvt-p-top-4-xl {
    padding-top: 12rem !important
}

.rvt-m-right-xxs {
    margin-right: .25rem !important
}

.-rvt-m-right-xxs {
    margin-right: -0.25rem !important
}

.rvt-p-right-xxs {
    padding-right: .25rem !important
}

.rvt-m-right-xs {
    margin-right: .5rem !important
}

.-rvt-m-right-xs {
    margin-right: -0.5rem !important
}

.rvt-p-right-xs {
    padding-right: .5rem !important
}

.rvt-m-right-sm {
    margin-right: 1rem !important
}

.-rvt-m-right-sm {
    margin-right: -1rem !important
}

.rvt-p-right-sm {
    padding-right: 1rem !important
}

.rvt-m-right-md {
    margin-right: 1.5rem !important
}

.-rvt-m-right-md {
    margin-right: -1.5rem !important
}

.rvt-p-right-md {
    padding-right: 1.5rem !important
}

.rvt-m-right-lg {
    margin-right: 2rem !important
}

.-rvt-m-right-lg {
    margin-right: -2rem !important
}

.rvt-p-right-lg {
    padding-right: 2rem !important
}

.rvt-m-right-xl {
    margin-right: 2.5rem !important
}

.-rvt-m-right-xl {
    margin-right: -2.5rem !important
}

.rvt-p-right-xl {
    padding-right: 2.5rem !important
}

.rvt-m-right-xxl {
    margin-right: 4rem !important
}

.-rvt-m-right-xxl {
    margin-right: -4rem !important
}

.rvt-p-right-xxl {
    padding-right: 4rem !important
}

.rvt-m-right-3-xl {
    margin-right: 8rem !important
}

.-rvt-m-right-3-xl {
    margin-right: -8rem !important
}

.rvt-p-right-3-xl {
    padding-right: 8rem !important
}

.rvt-m-right-4-xl {
    margin-right: 12rem !important
}

.-rvt-m-right-4-xl {
    margin-right: -12rem !important
}

.rvt-p-right-4-xl {
    padding-right: 12rem !important
}

.rvt-m-bottom-xxs {
    margin-bottom: .25rem !important
}

.-rvt-m-bottom-xxs {
    margin-bottom: -0.25rem !important
}

.rvt-p-bottom-xxs {
    padding-bottom: .25rem !important
}

.rvt-m-bottom-xs {
    margin-bottom: .5rem !important
}

.-rvt-m-bottom-xs {
    margin-bottom: -0.5rem !important
}

.rvt-p-bottom-xs {
    padding-bottom: .5rem !important
}

.rvt-m-bottom-sm {
    margin-bottom: 1rem !important
}

.-rvt-m-bottom-sm {
    margin-bottom: -1rem !important
}

.rvt-p-bottom-sm {
    padding-bottom: 1rem !important
}

.rvt-m-bottom-md {
    margin-bottom: 1.5rem !important
}

.-rvt-m-bottom-md {
    margin-bottom: -1.5rem !important
}

.rvt-p-bottom-md {
    padding-bottom: 1.5rem !important
}

.rvt-m-bottom-lg {
    margin-bottom: 2rem !important
}

.-rvt-m-bottom-lg {
    margin-bottom: -2rem !important
}

.rvt-p-bottom-lg {
    padding-bottom: 2rem !important
}

.rvt-m-bottom-xl {
    margin-bottom: 2.5rem !important
}

.-rvt-m-bottom-xl {
    margin-bottom: -2.5rem !important
}

.rvt-p-bottom-xl {
    padding-bottom: 2.5rem !important
}

.rvt-m-bottom-xxl {
    margin-bottom: 4rem !important
}

.-rvt-m-bottom-xxl {
    margin-bottom: -4rem !important
}

.rvt-p-bottom-xxl {
    padding-bottom: 4rem !important
}

.rvt-m-bottom-3-xl {
    margin-bottom: 8rem !important
}

.-rvt-m-bottom-3-xl {
    margin-bottom: -8rem !important
}

.rvt-p-bottom-3-xl {
    padding-bottom: 8rem !important
}

.rvt-m-bottom-4-xl {
    margin-bottom: 12rem !important
}

.-rvt-m-bottom-4-xl {
    margin-bottom: -12rem !important
}

.rvt-p-bottom-4-xl {
    padding-bottom: 12rem !important
}

.rvt-m-left-xxs {
    margin-left: .25rem !important
}

.-rvt-m-left-xxs {
    margin-left: -0.25rem !important
}

.rvt-p-left-xxs {
    padding-left: .25rem !important
}

.rvt-m-left-xs {
    margin-left: .5rem !important
}

.-rvt-m-left-xs {
    margin-left: -0.5rem !important
}

.rvt-p-left-xs {
    padding-left: .5rem !important
}

.rvt-m-left-sm {
    margin-left: 1rem !important
}

.-rvt-m-left-sm {
    margin-left: -1rem !important
}

.rvt-p-left-sm {
    padding-left: 1rem !important
}

.rvt-m-left-md {
    margin-left: 1.5rem !important
}

.-rvt-m-left-md {
    margin-left: -1.5rem !important
}

.rvt-p-left-md {
    padding-left: 1.5rem !important
}

.rvt-m-left-lg {
    margin-left: 2rem !important
}

.-rvt-m-left-lg {
    margin-left: -2rem !important
}

.rvt-p-left-lg {
    padding-left: 2rem !important
}

.rvt-m-left-xl {
    margin-left: 2.5rem !important
}

.-rvt-m-left-xl {
    margin-left: -2.5rem !important
}

.rvt-p-left-xl {
    padding-left: 2.5rem !important
}

.rvt-m-left-xxl {
    margin-left: 4rem !important
}

.-rvt-m-left-xxl {
    margin-left: -4rem !important
}

.rvt-p-left-xxl {
    padding-left: 4rem !important
}

.rvt-m-left-3-xl {
    margin-left: 8rem !important
}

.-rvt-m-left-3-xl {
    margin-left: -8rem !important
}

.rvt-p-left-3-xl {
    padding-left: 8rem !important
}

.rvt-m-left-4-xl {
    margin-left: 12rem !important
}

.-rvt-m-left-4-xl {
    margin-left: -12rem !important
}

.rvt-p-left-4-xl {
    padding-left: 12rem !important
}

@media screen and (min-width: 30em) {
    .rvt-m-all-xxs-sm-up {
        margin: .25rem !important
    }

    .rvt-p-all-xxs-sm-up {
        padding: .25rem !important
    }

    .rvt-m-tb-xxs-sm-up {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .rvt-m-lr-xxs-sm-up {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .rvt-p-tb-xxs-sm-up {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .rvt-p-lr-xxs-sm-up {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .rvt-m-all-xs-sm-up {
        margin: .5rem !important
    }

    .rvt-p-all-xs-sm-up {
        padding: .5rem !important
    }

    .rvt-m-tb-xs-sm-up {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .rvt-m-lr-xs-sm-up {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .rvt-p-tb-xs-sm-up {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .rvt-p-lr-xs-sm-up {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .rvt-m-all-sm-sm-up {
        margin: 1rem !important
    }

    .rvt-p-all-sm-sm-up {
        padding: 1rem !important
    }

    .rvt-m-tb-sm-sm-up {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .rvt-m-lr-sm-sm-up {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .rvt-p-tb-sm-sm-up {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .rvt-p-lr-sm-sm-up {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .rvt-m-all-md-sm-up {
        margin: 1.5rem !important
    }

    .rvt-p-all-md-sm-up {
        padding: 1.5rem !important
    }

    .rvt-m-tb-md-sm-up {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .rvt-m-lr-md-sm-up {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .rvt-p-tb-md-sm-up {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .rvt-p-lr-md-sm-up {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .rvt-m-all-lg-sm-up {
        margin: 2rem !important
    }

    .rvt-p-all-lg-sm-up {
        padding: 2rem !important
    }

    .rvt-m-tb-lg-sm-up {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important
    }

    .rvt-m-lr-lg-sm-up {
        margin-left: 2rem !important;
        margin-right: 2rem !important
    }

    .rvt-p-tb-lg-sm-up {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important
    }

    .rvt-p-lr-lg-sm-up {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .rvt-m-all-xl-sm-up {
        margin: 2.5rem !important
    }

    .rvt-p-all-xl-sm-up {
        padding: 2.5rem !important
    }

    .rvt-m-tb-xl-sm-up {
        margin-bottom: 2.5rem !important;
        margin-top: 2.5rem !important
    }

    .rvt-m-lr-xl-sm-up {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important
    }

    .rvt-p-tb-xl-sm-up {
        padding-bottom: 2.5rem !important;
        padding-top: 2.5rem !important
    }

    .rvt-p-lr-xl-sm-up {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important
    }

    .rvt-m-all-xxl-sm-up {
        margin: 4rem !important
    }

    .rvt-p-all-xxl-sm-up {
        padding: 4rem !important
    }

    .rvt-m-tb-xxl-sm-up {
        margin-bottom: 4rem !important;
        margin-top: 4rem !important
    }

    .rvt-m-lr-xxl-sm-up {
        margin-left: 4rem !important;
        margin-right: 4rem !important
    }

    .rvt-p-tb-xxl-sm-up {
        padding-bottom: 4rem !important;
        padding-top: 4rem !important
    }

    .rvt-p-lr-xxl-sm-up {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .rvt-m-all-3-xl-sm-up {
        margin: 8rem !important
    }

    .rvt-p-all-3-xl-sm-up {
        padding: 8rem !important
    }

    .rvt-m-tb-3-xl-sm-up {
        margin-bottom: 8rem !important;
        margin-top: 8rem !important
    }

    .rvt-m-lr-3-xl-sm-up {
        margin-left: 8rem !important;
        margin-right: 8rem !important
    }

    .rvt-p-tb-3-xl-sm-up {
        padding-bottom: 8rem !important;
        padding-top: 8rem !important
    }

    .rvt-p-lr-3-xl-sm-up {
        padding-left: 8rem !important;
        padding-right: 8rem !important
    }

    .rvt-m-all-4-xl-sm-up {
        margin: 12rem !important
    }

    .rvt-p-all-4-xl-sm-up {
        padding: 12rem !important
    }

    .rvt-m-tb-4-xl-sm-up {
        margin-bottom: 12rem !important;
        margin-top: 12rem !important
    }

    .rvt-m-lr-4-xl-sm-up {
        margin-left: 12rem !important;
        margin-right: 12rem !important
    }

    .rvt-p-tb-4-xl-sm-up {
        padding-bottom: 12rem !important;
        padding-top: 12rem !important
    }

    .rvt-p-lr-4-xl-sm-up {
        padding-left: 12rem !important;
        padding-right: 12rem !important
    }

    .rvt-m-top-xxs-sm-up {
        margin-top: .25rem !important
    }

    .-rvt-m-top-xxs-sm-up {
        margin-top: -0.25rem !important
    }

    .rvt-p-top-xxs-sm-up {
        padding-top: .25rem !important
    }

    .rvt-m-top-xs-sm-up {
        margin-top: .5rem !important
    }

    .-rvt-m-top-xs-sm-up {
        margin-top: -0.5rem !important
    }

    .rvt-p-top-xs-sm-up {
        padding-top: .5rem !important
    }

    .rvt-m-top-sm-sm-up {
        margin-top: 1rem !important
    }

    .-rvt-m-top-sm-sm-up {
        margin-top: -1rem !important
    }

    .rvt-p-top-sm-sm-up {
        padding-top: 1rem !important
    }

    .rvt-m-top-md-sm-up {
        margin-top: 1.5rem !important
    }

    .-rvt-m-top-md-sm-up {
        margin-top: -1.5rem !important
    }

    .rvt-p-top-md-sm-up {
        padding-top: 1.5rem !important
    }

    .rvt-m-top-lg-sm-up {
        margin-top: 2rem !important
    }

    .-rvt-m-top-lg-sm-up {
        margin-top: -2rem !important
    }

    .rvt-p-top-lg-sm-up {
        padding-top: 2rem !important
    }

    .rvt-m-top-xl-sm-up {
        margin-top: 2.5rem !important
    }

    .-rvt-m-top-xl-sm-up {
        margin-top: -2.5rem !important
    }

    .rvt-p-top-xl-sm-up {
        padding-top: 2.5rem !important
    }

    .rvt-m-top-xxl-sm-up {
        margin-top: 4rem !important
    }

    .-rvt-m-top-xxl-sm-up {
        margin-top: -4rem !important
    }

    .rvt-p-top-xxl-sm-up {
        padding-top: 4rem !important
    }

    .rvt-m-top-3-xl-sm-up {
        margin-top: 8rem !important
    }

    .-rvt-m-top-3-xl-sm-up {
        margin-top: -8rem !important
    }

    .rvt-p-top-3-xl-sm-up {
        padding-top: 8rem !important
    }

    .rvt-m-top-4-xl-sm-up {
        margin-top: 12rem !important
    }

    .-rvt-m-top-4-xl-sm-up {
        margin-top: -12rem !important
    }

    .rvt-p-top-4-xl-sm-up {
        padding-top: 12rem !important
    }

    .rvt-m-right-xxs-sm-up {
        margin-right: .25rem !important
    }

    .-rvt-m-right-xxs-sm-up {
        margin-right: -0.25rem !important
    }

    .rvt-p-right-xxs-sm-up {
        padding-right: .25rem !important
    }

    .rvt-m-right-xs-sm-up {
        margin-right: .5rem !important
    }

    .-rvt-m-right-xs-sm-up {
        margin-right: -0.5rem !important
    }

    .rvt-p-right-xs-sm-up {
        padding-right: .5rem !important
    }

    .rvt-m-right-sm-sm-up {
        margin-right: 1rem !important
    }

    .-rvt-m-right-sm-sm-up {
        margin-right: -1rem !important
    }

    .rvt-p-right-sm-sm-up {
        padding-right: 1rem !important
    }

    .rvt-m-right-md-sm-up {
        margin-right: 1.5rem !important
    }

    .-rvt-m-right-md-sm-up {
        margin-right: -1.5rem !important
    }

    .rvt-p-right-md-sm-up {
        padding-right: 1.5rem !important
    }

    .rvt-m-right-lg-sm-up {
        margin-right: 2rem !important
    }

    .-rvt-m-right-lg-sm-up {
        margin-right: -2rem !important
    }

    .rvt-p-right-lg-sm-up {
        padding-right: 2rem !important
    }

    .rvt-m-right-xl-sm-up {
        margin-right: 2.5rem !important
    }

    .-rvt-m-right-xl-sm-up {
        margin-right: -2.5rem !important
    }

    .rvt-p-right-xl-sm-up {
        padding-right: 2.5rem !important
    }

    .rvt-m-right-xxl-sm-up {
        margin-right: 4rem !important
    }

    .-rvt-m-right-xxl-sm-up {
        margin-right: -4rem !important
    }

    .rvt-p-right-xxl-sm-up {
        padding-right: 4rem !important
    }

    .rvt-m-right-3-xl-sm-up {
        margin-right: 8rem !important
    }

    .-rvt-m-right-3-xl-sm-up {
        margin-right: -8rem !important
    }

    .rvt-p-right-3-xl-sm-up {
        padding-right: 8rem !important
    }

    .rvt-m-right-4-xl-sm-up {
        margin-right: 12rem !important
    }

    .-rvt-m-right-4-xl-sm-up {
        margin-right: -12rem !important
    }

    .rvt-p-right-4-xl-sm-up {
        padding-right: 12rem !important
    }

    .rvt-m-bottom-xxs-sm-up {
        margin-bottom: .25rem !important
    }

    .-rvt-m-bottom-xxs-sm-up {
        margin-bottom: -0.25rem !important
    }

    .rvt-p-bottom-xxs-sm-up {
        padding-bottom: .25rem !important
    }

    .rvt-m-bottom-xs-sm-up {
        margin-bottom: .5rem !important
    }

    .-rvt-m-bottom-xs-sm-up {
        margin-bottom: -0.5rem !important
    }

    .rvt-p-bottom-xs-sm-up {
        padding-bottom: .5rem !important
    }

    .rvt-m-bottom-sm-sm-up {
        margin-bottom: 1rem !important
    }

    .-rvt-m-bottom-sm-sm-up {
        margin-bottom: -1rem !important
    }

    .rvt-p-bottom-sm-sm-up {
        padding-bottom: 1rem !important
    }

    .rvt-m-bottom-md-sm-up {
        margin-bottom: 1.5rem !important
    }

    .-rvt-m-bottom-md-sm-up {
        margin-bottom: -1.5rem !important
    }

    .rvt-p-bottom-md-sm-up {
        padding-bottom: 1.5rem !important
    }

    .rvt-m-bottom-lg-sm-up {
        margin-bottom: 2rem !important
    }

    .-rvt-m-bottom-lg-sm-up {
        margin-bottom: -2rem !important
    }

    .rvt-p-bottom-lg-sm-up {
        padding-bottom: 2rem !important
    }

    .rvt-m-bottom-xl-sm-up {
        margin-bottom: 2.5rem !important
    }

    .-rvt-m-bottom-xl-sm-up {
        margin-bottom: -2.5rem !important
    }

    .rvt-p-bottom-xl-sm-up {
        padding-bottom: 2.5rem !important
    }

    .rvt-m-bottom-xxl-sm-up {
        margin-bottom: 4rem !important
    }

    .-rvt-m-bottom-xxl-sm-up {
        margin-bottom: -4rem !important
    }

    .rvt-p-bottom-xxl-sm-up {
        padding-bottom: 4rem !important
    }

    .rvt-m-bottom-3-xl-sm-up {
        margin-bottom: 8rem !important
    }

    .-rvt-m-bottom-3-xl-sm-up {
        margin-bottom: -8rem !important
    }

    .rvt-p-bottom-3-xl-sm-up {
        padding-bottom: 8rem !important
    }

    .rvt-m-bottom-4-xl-sm-up {
        margin-bottom: 12rem !important
    }

    .-rvt-m-bottom-4-xl-sm-up {
        margin-bottom: -12rem !important
    }

    .rvt-p-bottom-4-xl-sm-up {
        padding-bottom: 12rem !important
    }

    .rvt-m-left-xxs-sm-up {
        margin-left: .25rem !important
    }

    .-rvt-m-left-xxs-sm-up {
        margin-left: -0.25rem !important
    }

    .rvt-p-left-xxs-sm-up {
        padding-left: .25rem !important
    }

    .rvt-m-left-xs-sm-up {
        margin-left: .5rem !important
    }

    .-rvt-m-left-xs-sm-up {
        margin-left: -0.5rem !important
    }

    .rvt-p-left-xs-sm-up {
        padding-left: .5rem !important
    }

    .rvt-m-left-sm-sm-up {
        margin-left: 1rem !important
    }

    .-rvt-m-left-sm-sm-up {
        margin-left: -1rem !important
    }

    .rvt-p-left-sm-sm-up {
        padding-left: 1rem !important
    }

    .rvt-m-left-md-sm-up {
        margin-left: 1.5rem !important
    }

    .-rvt-m-left-md-sm-up {
        margin-left: -1.5rem !important
    }

    .rvt-p-left-md-sm-up {
        padding-left: 1.5rem !important
    }

    .rvt-m-left-lg-sm-up {
        margin-left: 2rem !important
    }

    .-rvt-m-left-lg-sm-up {
        margin-left: -2rem !important
    }

    .rvt-p-left-lg-sm-up {
        padding-left: 2rem !important
    }

    .rvt-m-left-xl-sm-up {
        margin-left: 2.5rem !important
    }

    .-rvt-m-left-xl-sm-up {
        margin-left: -2.5rem !important
    }

    .rvt-p-left-xl-sm-up {
        padding-left: 2.5rem !important
    }

    .rvt-m-left-xxl-sm-up {
        margin-left: 4rem !important
    }

    .-rvt-m-left-xxl-sm-up {
        margin-left: -4rem !important
    }

    .rvt-p-left-xxl-sm-up {
        padding-left: 4rem !important
    }

    .rvt-m-left-3-xl-sm-up {
        margin-left: 8rem !important
    }

    .-rvt-m-left-3-xl-sm-up {
        margin-left: -8rem !important
    }

    .rvt-p-left-3-xl-sm-up {
        padding-left: 8rem !important
    }

    .rvt-m-left-4-xl-sm-up {
        margin-left: 12rem !important
    }

    .-rvt-m-left-4-xl-sm-up {
        margin-left: -12rem !important
    }

    .rvt-p-left-4-xl-sm-up {
        padding-left: 12rem !important
    }
}

@media screen and (min-width: 46.25em) {
    .rvt-m-all-xxs-md-up {
        margin: .25rem !important
    }

    .rvt-p-all-xxs-md-up {
        padding: .25rem !important
    }

    .rvt-m-tb-xxs-md-up {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .rvt-m-lr-xxs-md-up {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .rvt-p-tb-xxs-md-up {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .rvt-p-lr-xxs-md-up {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .rvt-m-all-xs-md-up {
        margin: .5rem !important
    }

    .rvt-p-all-xs-md-up {
        padding: .5rem !important
    }

    .rvt-m-tb-xs-md-up {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .rvt-m-lr-xs-md-up {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .rvt-p-tb-xs-md-up {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .rvt-p-lr-xs-md-up {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .rvt-m-all-sm-md-up {
        margin: 1rem !important
    }

    .rvt-p-all-sm-md-up {
        padding: 1rem !important
    }

    .rvt-m-tb-sm-md-up {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .rvt-m-lr-sm-md-up {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .rvt-p-tb-sm-md-up {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .rvt-p-lr-sm-md-up {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .rvt-m-all-md-md-up {
        margin: 1.5rem !important
    }

    .rvt-p-all-md-md-up {
        padding: 1.5rem !important
    }

    .rvt-m-tb-md-md-up {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .rvt-m-lr-md-md-up {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .rvt-p-tb-md-md-up {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .rvt-p-lr-md-md-up {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .rvt-m-all-lg-md-up {
        margin: 2rem !important
    }

    .rvt-p-all-lg-md-up {
        padding: 2rem !important
    }

    .rvt-m-tb-lg-md-up {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important
    }

    .rvt-m-lr-lg-md-up {
        margin-left: 2rem !important;
        margin-right: 2rem !important
    }

    .rvt-p-tb-lg-md-up {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important
    }

    .rvt-p-lr-lg-md-up {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .rvt-m-all-xl-md-up {
        margin: 2.5rem !important
    }

    .rvt-p-all-xl-md-up {
        padding: 2.5rem !important
    }

    .rvt-m-tb-xl-md-up {
        margin-bottom: 2.5rem !important;
        margin-top: 2.5rem !important
    }

    .rvt-m-lr-xl-md-up {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important
    }

    .rvt-p-tb-xl-md-up {
        padding-bottom: 2.5rem !important;
        padding-top: 2.5rem !important
    }

    .rvt-p-lr-xl-md-up {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important
    }

    .rvt-m-all-xxl-md-up {
        margin: 4rem !important
    }

    .rvt-p-all-xxl-md-up {
        padding: 4rem !important
    }

    .rvt-m-tb-xxl-md-up {
        margin-bottom: 4rem !important;
        margin-top: 4rem !important
    }

    .rvt-m-lr-xxl-md-up {
        margin-left: 4rem !important;
        margin-right: 4rem !important
    }

    .rvt-p-tb-xxl-md-up {
        padding-bottom: 4rem !important;
        padding-top: 4rem !important
    }

    .rvt-p-lr-xxl-md-up {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .rvt-m-all-3-xl-md-up {
        margin: 8rem !important
    }

    .rvt-p-all-3-xl-md-up {
        padding: 8rem !important
    }

    .rvt-m-tb-3-xl-md-up {
        margin-bottom: 8rem !important;
        margin-top: 8rem !important
    }

    .rvt-m-lr-3-xl-md-up {
        margin-left: 8rem !important;
        margin-right: 8rem !important
    }

    .rvt-p-tb-3-xl-md-up {
        padding-bottom: 8rem !important;
        padding-top: 8rem !important
    }

    .rvt-p-lr-3-xl-md-up {
        padding-left: 8rem !important;
        padding-right: 8rem !important
    }

    .rvt-m-all-4-xl-md-up {
        margin: 12rem !important
    }

    .rvt-p-all-4-xl-md-up {
        padding: 12rem !important
    }

    .rvt-m-tb-4-xl-md-up {
        margin-bottom: 12rem !important;
        margin-top: 12rem !important
    }

    .rvt-m-lr-4-xl-md-up {
        margin-left: 12rem !important;
        margin-right: 12rem !important
    }

    .rvt-p-tb-4-xl-md-up {
        padding-bottom: 12rem !important;
        padding-top: 12rem !important
    }

    .rvt-p-lr-4-xl-md-up {
        padding-left: 12rem !important;
        padding-right: 12rem !important
    }

    .rvt-m-top-xxs-md-up {
        margin-top: .25rem !important
    }

    .-rvt-m-top-xxs-md-up {
        margin-top: -0.25rem !important
    }

    .rvt-p-top-xxs-md-up {
        padding-top: .25rem !important
    }

    .rvt-m-top-xs-md-up {
        margin-top: .5rem !important
    }

    .-rvt-m-top-xs-md-up {
        margin-top: -0.5rem !important
    }

    .rvt-p-top-xs-md-up {
        padding-top: .5rem !important
    }

    .rvt-m-top-sm-md-up {
        margin-top: 1rem !important
    }

    .-rvt-m-top-sm-md-up {
        margin-top: -1rem !important
    }

    .rvt-p-top-sm-md-up {
        padding-top: 1rem !important
    }

    .rvt-m-top-md-md-up {
        margin-top: 1.5rem !important
    }

    .-rvt-m-top-md-md-up {
        margin-top: -1.5rem !important
    }

    .rvt-p-top-md-md-up {
        padding-top: 1.5rem !important
    }

    .rvt-m-top-lg-md-up {
        margin-top: 2rem !important
    }

    .-rvt-m-top-lg-md-up {
        margin-top: -2rem !important
    }

    .rvt-p-top-lg-md-up {
        padding-top: 2rem !important
    }

    .rvt-m-top-xl-md-up {
        margin-top: 2.5rem !important
    }

    .-rvt-m-top-xl-md-up {
        margin-top: -2.5rem !important
    }

    .rvt-p-top-xl-md-up {
        padding-top: 2.5rem !important
    }

    .rvt-m-top-xxl-md-up {
        margin-top: 4rem !important
    }

    .-rvt-m-top-xxl-md-up {
        margin-top: -4rem !important
    }

    .rvt-p-top-xxl-md-up {
        padding-top: 4rem !important
    }

    .rvt-m-top-3-xl-md-up {
        margin-top: 8rem !important
    }

    .-rvt-m-top-3-xl-md-up {
        margin-top: -8rem !important
    }

    .rvt-p-top-3-xl-md-up {
        padding-top: 8rem !important
    }

    .rvt-m-top-4-xl-md-up {
        margin-top: 12rem !important
    }

    .-rvt-m-top-4-xl-md-up {
        margin-top: -12rem !important
    }

    .rvt-p-top-4-xl-md-up {
        padding-top: 12rem !important
    }

    .rvt-m-right-xxs-md-up {
        margin-right: .25rem !important
    }

    .-rvt-m-right-xxs-md-up {
        margin-right: -0.25rem !important
    }

    .rvt-p-right-xxs-md-up {
        padding-right: .25rem !important
    }

    .rvt-m-right-xs-md-up {
        margin-right: .5rem !important
    }

    .-rvt-m-right-xs-md-up {
        margin-right: -0.5rem !important
    }

    .rvt-p-right-xs-md-up {
        padding-right: .5rem !important
    }

    .rvt-m-right-sm-md-up {
        margin-right: 1rem !important
    }

    .-rvt-m-right-sm-md-up {
        margin-right: -1rem !important
    }

    .rvt-p-right-sm-md-up {
        padding-right: 1rem !important
    }

    .rvt-m-right-md-md-up {
        margin-right: 1.5rem !important
    }

    .-rvt-m-right-md-md-up {
        margin-right: -1.5rem !important
    }

    .rvt-p-right-md-md-up {
        padding-right: 1.5rem !important
    }

    .rvt-m-right-lg-md-up {
        margin-right: 2rem !important
    }

    .-rvt-m-right-lg-md-up {
        margin-right: -2rem !important
    }

    .rvt-p-right-lg-md-up {
        padding-right: 2rem !important
    }

    .rvt-m-right-xl-md-up {
        margin-right: 2.5rem !important
    }

    .-rvt-m-right-xl-md-up {
        margin-right: -2.5rem !important
    }

    .rvt-p-right-xl-md-up {
        padding-right: 2.5rem !important
    }

    .rvt-m-right-xxl-md-up {
        margin-right: 4rem !important
    }

    .-rvt-m-right-xxl-md-up {
        margin-right: -4rem !important
    }

    .rvt-p-right-xxl-md-up {
        padding-right: 4rem !important
    }

    .rvt-m-right-3-xl-md-up {
        margin-right: 8rem !important
    }

    .-rvt-m-right-3-xl-md-up {
        margin-right: -8rem !important
    }

    .rvt-p-right-3-xl-md-up {
        padding-right: 8rem !important
    }

    .rvt-m-right-4-xl-md-up {
        margin-right: 12rem !important
    }

    .-rvt-m-right-4-xl-md-up {
        margin-right: -12rem !important
    }

    .rvt-p-right-4-xl-md-up {
        padding-right: 12rem !important
    }

    .rvt-m-bottom-xxs-md-up {
        margin-bottom: .25rem !important
    }

    .-rvt-m-bottom-xxs-md-up {
        margin-bottom: -0.25rem !important
    }

    .rvt-p-bottom-xxs-md-up {
        padding-bottom: .25rem !important
    }

    .rvt-m-bottom-xs-md-up {
        margin-bottom: .5rem !important
    }

    .-rvt-m-bottom-xs-md-up {
        margin-bottom: -0.5rem !important
    }

    .rvt-p-bottom-xs-md-up {
        padding-bottom: .5rem !important
    }

    .rvt-m-bottom-sm-md-up {
        margin-bottom: 1rem !important
    }

    .-rvt-m-bottom-sm-md-up {
        margin-bottom: -1rem !important
    }

    .rvt-p-bottom-sm-md-up {
        padding-bottom: 1rem !important
    }

    .rvt-m-bottom-md-md-up {
        margin-bottom: 1.5rem !important
    }

    .-rvt-m-bottom-md-md-up {
        margin-bottom: -1.5rem !important
    }

    .rvt-p-bottom-md-md-up {
        padding-bottom: 1.5rem !important
    }

    .rvt-m-bottom-lg-md-up {
        margin-bottom: 2rem !important
    }

    .-rvt-m-bottom-lg-md-up {
        margin-bottom: -2rem !important
    }

    .rvt-p-bottom-lg-md-up {
        padding-bottom: 2rem !important
    }

    .rvt-m-bottom-xl-md-up {
        margin-bottom: 2.5rem !important
    }

    .-rvt-m-bottom-xl-md-up {
        margin-bottom: -2.5rem !important
    }

    .rvt-p-bottom-xl-md-up {
        padding-bottom: 2.5rem !important
    }

    .rvt-m-bottom-xxl-md-up {
        margin-bottom: 4rem !important
    }

    .-rvt-m-bottom-xxl-md-up {
        margin-bottom: -4rem !important
    }

    .rvt-p-bottom-xxl-md-up {
        padding-bottom: 4rem !important
    }

    .rvt-m-bottom-3-xl-md-up {
        margin-bottom: 8rem !important
    }

    .-rvt-m-bottom-3-xl-md-up {
        margin-bottom: -8rem !important
    }

    .rvt-p-bottom-3-xl-md-up {
        padding-bottom: 8rem !important
    }

    .rvt-m-bottom-4-xl-md-up {
        margin-bottom: 12rem !important
    }

    .-rvt-m-bottom-4-xl-md-up {
        margin-bottom: -12rem !important
    }

    .rvt-p-bottom-4-xl-md-up {
        padding-bottom: 12rem !important
    }

    .rvt-m-left-xxs-md-up {
        margin-left: .25rem !important
    }

    .-rvt-m-left-xxs-md-up {
        margin-left: -0.25rem !important
    }

    .rvt-p-left-xxs-md-up {
        padding-left: .25rem !important
    }

    .rvt-m-left-xs-md-up {
        margin-left: .5rem !important
    }

    .-rvt-m-left-xs-md-up {
        margin-left: -0.5rem !important
    }

    .rvt-p-left-xs-md-up {
        padding-left: .5rem !important
    }

    .rvt-m-left-sm-md-up {
        margin-left: 1rem !important
    }

    .-rvt-m-left-sm-md-up {
        margin-left: -1rem !important
    }

    .rvt-p-left-sm-md-up {
        padding-left: 1rem !important
    }

    .rvt-m-left-md-md-up {
        margin-left: 1.5rem !important
    }

    .-rvt-m-left-md-md-up {
        margin-left: -1.5rem !important
    }

    .rvt-p-left-md-md-up {
        padding-left: 1.5rem !important
    }

    .rvt-m-left-lg-md-up {
        margin-left: 2rem !important
    }

    .-rvt-m-left-lg-md-up {
        margin-left: -2rem !important
    }

    .rvt-p-left-lg-md-up {
        padding-left: 2rem !important
    }

    .rvt-m-left-xl-md-up {
        margin-left: 2.5rem !important
    }

    .-rvt-m-left-xl-md-up {
        margin-left: -2.5rem !important
    }

    .rvt-p-left-xl-md-up {
        padding-left: 2.5rem !important
    }

    .rvt-m-left-xxl-md-up {
        margin-left: 4rem !important
    }

    .-rvt-m-left-xxl-md-up {
        margin-left: -4rem !important
    }

    .rvt-p-left-xxl-md-up {
        padding-left: 4rem !important
    }

    .rvt-m-left-3-xl-md-up {
        margin-left: 8rem !important
    }

    .-rvt-m-left-3-xl-md-up {
        margin-left: -8rem !important
    }

    .rvt-p-left-3-xl-md-up {
        padding-left: 8rem !important
    }

    .rvt-m-left-4-xl-md-up {
        margin-left: 12rem !important
    }

    .-rvt-m-left-4-xl-md-up {
        margin-left: -12rem !important
    }

    .rvt-p-left-4-xl-md-up {
        padding-left: 12rem !important
    }
}

@media screen and (min-width: 67.5em) {
    .rvt-m-all-xxs-lg-up {
        margin: .25rem !important
    }

    .rvt-p-all-xxs-lg-up {
        padding: .25rem !important
    }

    .rvt-m-tb-xxs-lg-up {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .rvt-m-lr-xxs-lg-up {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .rvt-p-tb-xxs-lg-up {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .rvt-p-lr-xxs-lg-up {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .rvt-m-all-xs-lg-up {
        margin: .5rem !important
    }

    .rvt-p-all-xs-lg-up {
        padding: .5rem !important
    }

    .rvt-m-tb-xs-lg-up {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .rvt-m-lr-xs-lg-up {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .rvt-p-tb-xs-lg-up {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .rvt-p-lr-xs-lg-up {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .rvt-m-all-sm-lg-up {
        margin: 1rem !important
    }

    .rvt-p-all-sm-lg-up {
        padding: 1rem !important
    }

    .rvt-m-tb-sm-lg-up {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .rvt-m-lr-sm-lg-up {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .rvt-p-tb-sm-lg-up {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .rvt-p-lr-sm-lg-up {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .rvt-m-all-md-lg-up {
        margin: 1.5rem !important
    }

    .rvt-p-all-md-lg-up {
        padding: 1.5rem !important
    }

    .rvt-m-tb-md-lg-up {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .rvt-m-lr-md-lg-up {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .rvt-p-tb-md-lg-up {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .rvt-p-lr-md-lg-up {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .rvt-m-all-lg-lg-up {
        margin: 2rem !important
    }

    .rvt-p-all-lg-lg-up {
        padding: 2rem !important
    }

    .rvt-m-tb-lg-lg-up {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important
    }

    .rvt-m-lr-lg-lg-up {
        margin-left: 2rem !important;
        margin-right: 2rem !important
    }

    .rvt-p-tb-lg-lg-up {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important
    }

    .rvt-p-lr-lg-lg-up {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .rvt-m-all-xl-lg-up {
        margin: 2.5rem !important
    }

    .rvt-p-all-xl-lg-up {
        padding: 2.5rem !important
    }

    .rvt-m-tb-xl-lg-up {
        margin-bottom: 2.5rem !important;
        margin-top: 2.5rem !important
    }

    .rvt-m-lr-xl-lg-up {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important
    }

    .rvt-p-tb-xl-lg-up {
        padding-bottom: 2.5rem !important;
        padding-top: 2.5rem !important
    }

    .rvt-p-lr-xl-lg-up {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important
    }

    .rvt-m-all-xxl-lg-up {
        margin: 4rem !important
    }

    .rvt-p-all-xxl-lg-up {
        padding: 4rem !important
    }

    .rvt-m-tb-xxl-lg-up {
        margin-bottom: 4rem !important;
        margin-top: 4rem !important
    }

    .rvt-m-lr-xxl-lg-up {
        margin-left: 4rem !important;
        margin-right: 4rem !important
    }

    .rvt-p-tb-xxl-lg-up {
        padding-bottom: 4rem !important;
        padding-top: 4rem !important
    }

    .rvt-p-lr-xxl-lg-up {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .rvt-m-all-3-xl-lg-up {
        margin: 8rem !important
    }

    .rvt-p-all-3-xl-lg-up {
        padding: 8rem !important
    }

    .rvt-m-tb-3-xl-lg-up {
        margin-bottom: 8rem !important;
        margin-top: 8rem !important
    }

    .rvt-m-lr-3-xl-lg-up {
        margin-left: 8rem !important;
        margin-right: 8rem !important
    }

    .rvt-p-tb-3-xl-lg-up {
        padding-bottom: 8rem !important;
        padding-top: 8rem !important
    }

    .rvt-p-lr-3-xl-lg-up {
        padding-left: 8rem !important;
        padding-right: 8rem !important
    }

    .rvt-m-all-4-xl-lg-up {
        margin: 12rem !important
    }

    .rvt-p-all-4-xl-lg-up {
        padding: 12rem !important
    }

    .rvt-m-tb-4-xl-lg-up {
        margin-bottom: 12rem !important;
        margin-top: 12rem !important
    }

    .rvt-m-lr-4-xl-lg-up {
        margin-left: 12rem !important;
        margin-right: 12rem !important
    }

    .rvt-p-tb-4-xl-lg-up {
        padding-bottom: 12rem !important;
        padding-top: 12rem !important
    }

    .rvt-p-lr-4-xl-lg-up {
        padding-left: 12rem !important;
        padding-right: 12rem !important
    }

    .rvt-m-top-xxs-lg-up {
        margin-top: .25rem !important
    }

    .-rvt-m-top-xxs-lg-up {
        margin-top: -0.25rem !important
    }

    .rvt-p-top-xxs-lg-up {
        padding-top: .25rem !important
    }

    .rvt-m-top-xs-lg-up {
        margin-top: .5rem !important
    }

    .-rvt-m-top-xs-lg-up {
        margin-top: -0.5rem !important
    }

    .rvt-p-top-xs-lg-up {
        padding-top: .5rem !important
    }

    .rvt-m-top-sm-lg-up {
        margin-top: 1rem !important
    }

    .-rvt-m-top-sm-lg-up {
        margin-top: -1rem !important
    }

    .rvt-p-top-sm-lg-up {
        padding-top: 1rem !important
    }

    .rvt-m-top-md-lg-up {
        margin-top: 1.5rem !important
    }

    .-rvt-m-top-md-lg-up {
        margin-top: -1.5rem !important
    }

    .rvt-p-top-md-lg-up {
        padding-top: 1.5rem !important
    }

    .rvt-m-top-lg-lg-up {
        margin-top: 2rem !important
    }

    .-rvt-m-top-lg-lg-up {
        margin-top: -2rem !important
    }

    .rvt-p-top-lg-lg-up {
        padding-top: 2rem !important
    }

    .rvt-m-top-xl-lg-up {
        margin-top: 2.5rem !important
    }

    .-rvt-m-top-xl-lg-up {
        margin-top: -2.5rem !important
    }

    .rvt-p-top-xl-lg-up {
        padding-top: 2.5rem !important
    }

    .rvt-m-top-xxl-lg-up {
        margin-top: 4rem !important
    }

    .-rvt-m-top-xxl-lg-up {
        margin-top: -4rem !important
    }

    .rvt-p-top-xxl-lg-up {
        padding-top: 4rem !important
    }

    .rvt-m-top-3-xl-lg-up {
        margin-top: 8rem !important
    }

    .-rvt-m-top-3-xl-lg-up {
        margin-top: -8rem !important
    }

    .rvt-p-top-3-xl-lg-up {
        padding-top: 8rem !important
    }

    .rvt-m-top-4-xl-lg-up {
        margin-top: 12rem !important
    }

    .-rvt-m-top-4-xl-lg-up {
        margin-top: -12rem !important
    }

    .rvt-p-top-4-xl-lg-up {
        padding-top: 12rem !important
    }

    .rvt-m-right-xxs-lg-up {
        margin-right: .25rem !important
    }

    .-rvt-m-right-xxs-lg-up {
        margin-right: -0.25rem !important
    }

    .rvt-p-right-xxs-lg-up {
        padding-right: .25rem !important
    }

    .rvt-m-right-xs-lg-up {
        margin-right: .5rem !important
    }

    .-rvt-m-right-xs-lg-up {
        margin-right: -0.5rem !important
    }

    .rvt-p-right-xs-lg-up {
        padding-right: .5rem !important
    }

    .rvt-m-right-sm-lg-up {
        margin-right: 1rem !important
    }

    .-rvt-m-right-sm-lg-up {
        margin-right: -1rem !important
    }

    .rvt-p-right-sm-lg-up {
        padding-right: 1rem !important
    }

    .rvt-m-right-md-lg-up {
        margin-right: 1.5rem !important
    }

    .-rvt-m-right-md-lg-up {
        margin-right: -1.5rem !important
    }

    .rvt-p-right-md-lg-up {
        padding-right: 1.5rem !important
    }

    .rvt-m-right-lg-lg-up {
        margin-right: 2rem !important
    }

    .-rvt-m-right-lg-lg-up {
        margin-right: -2rem !important
    }

    .rvt-p-right-lg-lg-up {
        padding-right: 2rem !important
    }

    .rvt-m-right-xl-lg-up {
        margin-right: 2.5rem !important
    }

    .-rvt-m-right-xl-lg-up {
        margin-right: -2.5rem !important
    }

    .rvt-p-right-xl-lg-up {
        padding-right: 2.5rem !important
    }

    .rvt-m-right-xxl-lg-up {
        margin-right: 4rem !important
    }

    .-rvt-m-right-xxl-lg-up {
        margin-right: -4rem !important
    }

    .rvt-p-right-xxl-lg-up {
        padding-right: 4rem !important
    }

    .rvt-m-right-3-xl-lg-up {
        margin-right: 8rem !important
    }

    .-rvt-m-right-3-xl-lg-up {
        margin-right: -8rem !important
    }

    .rvt-p-right-3-xl-lg-up {
        padding-right: 8rem !important
    }

    .rvt-m-right-4-xl-lg-up {
        margin-right: 12rem !important
    }

    .-rvt-m-right-4-xl-lg-up {
        margin-right: -12rem !important
    }

    .rvt-p-right-4-xl-lg-up {
        padding-right: 12rem !important
    }

    .rvt-m-bottom-xxs-lg-up {
        margin-bottom: .25rem !important
    }

    .-rvt-m-bottom-xxs-lg-up {
        margin-bottom: -0.25rem !important
    }

    .rvt-p-bottom-xxs-lg-up {
        padding-bottom: .25rem !important
    }

    .rvt-m-bottom-xs-lg-up {
        margin-bottom: .5rem !important
    }

    .-rvt-m-bottom-xs-lg-up {
        margin-bottom: -0.5rem !important
    }

    .rvt-p-bottom-xs-lg-up {
        padding-bottom: .5rem !important
    }

    .rvt-m-bottom-sm-lg-up {
        margin-bottom: 1rem !important
    }

    .-rvt-m-bottom-sm-lg-up {
        margin-bottom: -1rem !important
    }

    .rvt-p-bottom-sm-lg-up {
        padding-bottom: 1rem !important
    }

    .rvt-m-bottom-md-lg-up {
        margin-bottom: 1.5rem !important
    }

    .-rvt-m-bottom-md-lg-up {
        margin-bottom: -1.5rem !important
    }

    .rvt-p-bottom-md-lg-up {
        padding-bottom: 1.5rem !important
    }

    .rvt-m-bottom-lg-lg-up {
        margin-bottom: 2rem !important
    }

    .-rvt-m-bottom-lg-lg-up {
        margin-bottom: -2rem !important
    }

    .rvt-p-bottom-lg-lg-up {
        padding-bottom: 2rem !important
    }

    .rvt-m-bottom-xl-lg-up {
        margin-bottom: 2.5rem !important
    }

    .-rvt-m-bottom-xl-lg-up {
        margin-bottom: -2.5rem !important
    }

    .rvt-p-bottom-xl-lg-up {
        padding-bottom: 2.5rem !important
    }

    .rvt-m-bottom-xxl-lg-up {
        margin-bottom: 4rem !important
    }

    .-rvt-m-bottom-xxl-lg-up {
        margin-bottom: -4rem !important
    }

    .rvt-p-bottom-xxl-lg-up {
        padding-bottom: 4rem !important
    }

    .rvt-m-bottom-3-xl-lg-up {
        margin-bottom: 8rem !important
    }

    .-rvt-m-bottom-3-xl-lg-up {
        margin-bottom: -8rem !important
    }

    .rvt-p-bottom-3-xl-lg-up {
        padding-bottom: 8rem !important
    }

    .rvt-m-bottom-4-xl-lg-up {
        margin-bottom: 12rem !important
    }

    .-rvt-m-bottom-4-xl-lg-up {
        margin-bottom: -12rem !important
    }

    .rvt-p-bottom-4-xl-lg-up {
        padding-bottom: 12rem !important
    }

    .rvt-m-left-xxs-lg-up {
        margin-left: .25rem !important
    }

    .-rvt-m-left-xxs-lg-up {
        margin-left: -0.25rem !important
    }

    .rvt-p-left-xxs-lg-up {
        padding-left: .25rem !important
    }

    .rvt-m-left-xs-lg-up {
        margin-left: .5rem !important
    }

    .-rvt-m-left-xs-lg-up {
        margin-left: -0.5rem !important
    }

    .rvt-p-left-xs-lg-up {
        padding-left: .5rem !important
    }

    .rvt-m-left-sm-lg-up {
        margin-left: 1rem !important
    }

    .-rvt-m-left-sm-lg-up {
        margin-left: -1rem !important
    }

    .rvt-p-left-sm-lg-up {
        padding-left: 1rem !important
    }

    .rvt-m-left-md-lg-up {
        margin-left: 1.5rem !important
    }

    .-rvt-m-left-md-lg-up {
        margin-left: -1.5rem !important
    }

    .rvt-p-left-md-lg-up {
        padding-left: 1.5rem !important
    }

    .rvt-m-left-lg-lg-up {
        margin-left: 2rem !important
    }

    .-rvt-m-left-lg-lg-up {
        margin-left: -2rem !important
    }

    .rvt-p-left-lg-lg-up {
        padding-left: 2rem !important
    }

    .rvt-m-left-xl-lg-up {
        margin-left: 2.5rem !important
    }

    .-rvt-m-left-xl-lg-up {
        margin-left: -2.5rem !important
    }

    .rvt-p-left-xl-lg-up {
        padding-left: 2.5rem !important
    }

    .rvt-m-left-xxl-lg-up {
        margin-left: 4rem !important
    }

    .-rvt-m-left-xxl-lg-up {
        margin-left: -4rem !important
    }

    .rvt-p-left-xxl-lg-up {
        padding-left: 4rem !important
    }

    .rvt-m-left-3-xl-lg-up {
        margin-left: 8rem !important
    }

    .-rvt-m-left-3-xl-lg-up {
        margin-left: -8rem !important
    }

    .rvt-p-left-3-xl-lg-up {
        padding-left: 8rem !important
    }

    .rvt-m-left-4-xl-lg-up {
        margin-left: 12rem !important
    }

    .-rvt-m-left-4-xl-lg-up {
        margin-left: -12rem !important
    }

    .rvt-p-left-4-xl-lg-up {
        padding-left: 12rem !important
    }
}

@media screen and (min-width: 78.75em) {
    .rvt-m-all-xxs-xl-up {
        margin: .25rem !important
    }

    .rvt-p-all-xxs-xl-up {
        padding: .25rem !important
    }

    .rvt-m-tb-xxs-xl-up {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .rvt-m-lr-xxs-xl-up {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .rvt-p-tb-xxs-xl-up {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .rvt-p-lr-xxs-xl-up {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .rvt-m-all-xs-xl-up {
        margin: .5rem !important
    }

    .rvt-p-all-xs-xl-up {
        padding: .5rem !important
    }

    .rvt-m-tb-xs-xl-up {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .rvt-m-lr-xs-xl-up {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .rvt-p-tb-xs-xl-up {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .rvt-p-lr-xs-xl-up {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .rvt-m-all-sm-xl-up {
        margin: 1rem !important
    }

    .rvt-p-all-sm-xl-up {
        padding: 1rem !important
    }

    .rvt-m-tb-sm-xl-up {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .rvt-m-lr-sm-xl-up {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .rvt-p-tb-sm-xl-up {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .rvt-p-lr-sm-xl-up {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .rvt-m-all-md-xl-up {
        margin: 1.5rem !important
    }

    .rvt-p-all-md-xl-up {
        padding: 1.5rem !important
    }

    .rvt-m-tb-md-xl-up {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .rvt-m-lr-md-xl-up {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .rvt-p-tb-md-xl-up {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .rvt-p-lr-md-xl-up {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .rvt-m-all-lg-xl-up {
        margin: 2rem !important
    }

    .rvt-p-all-lg-xl-up {
        padding: 2rem !important
    }

    .rvt-m-tb-lg-xl-up {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important
    }

    .rvt-m-lr-lg-xl-up {
        margin-left: 2rem !important;
        margin-right: 2rem !important
    }

    .rvt-p-tb-lg-xl-up {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important
    }

    .rvt-p-lr-lg-xl-up {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .rvt-m-all-xl-xl-up {
        margin: 2.5rem !important
    }

    .rvt-p-all-xl-xl-up {
        padding: 2.5rem !important
    }

    .rvt-m-tb-xl-xl-up {
        margin-bottom: 2.5rem !important;
        margin-top: 2.5rem !important
    }

    .rvt-m-lr-xl-xl-up {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important
    }

    .rvt-p-tb-xl-xl-up {
        padding-bottom: 2.5rem !important;
        padding-top: 2.5rem !important
    }

    .rvt-p-lr-xl-xl-up {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important
    }

    .rvt-m-all-xxl-xl-up {
        margin: 4rem !important
    }

    .rvt-p-all-xxl-xl-up {
        padding: 4rem !important
    }

    .rvt-m-tb-xxl-xl-up {
        margin-bottom: 4rem !important;
        margin-top: 4rem !important
    }

    .rvt-m-lr-xxl-xl-up {
        margin-left: 4rem !important;
        margin-right: 4rem !important
    }

    .rvt-p-tb-xxl-xl-up {
        padding-bottom: 4rem !important;
        padding-top: 4rem !important
    }

    .rvt-p-lr-xxl-xl-up {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .rvt-m-all-3-xl-xl-up {
        margin: 8rem !important
    }

    .rvt-p-all-3-xl-xl-up {
        padding: 8rem !important
    }

    .rvt-m-tb-3-xl-xl-up {
        margin-bottom: 8rem !important;
        margin-top: 8rem !important
    }

    .rvt-m-lr-3-xl-xl-up {
        margin-left: 8rem !important;
        margin-right: 8rem !important
    }

    .rvt-p-tb-3-xl-xl-up {
        padding-bottom: 8rem !important;
        padding-top: 8rem !important
    }

    .rvt-p-lr-3-xl-xl-up {
        padding-left: 8rem !important;
        padding-right: 8rem !important
    }

    .rvt-m-all-4-xl-xl-up {
        margin: 12rem !important
    }

    .rvt-p-all-4-xl-xl-up {
        padding: 12rem !important
    }

    .rvt-m-tb-4-xl-xl-up {
        margin-bottom: 12rem !important;
        margin-top: 12rem !important
    }

    .rvt-m-lr-4-xl-xl-up {
        margin-left: 12rem !important;
        margin-right: 12rem !important
    }

    .rvt-p-tb-4-xl-xl-up {
        padding-bottom: 12rem !important;
        padding-top: 12rem !important
    }

    .rvt-p-lr-4-xl-xl-up {
        padding-left: 12rem !important;
        padding-right: 12rem !important
    }

    .rvt-m-top-xxs-xl-up {
        margin-top: .25rem !important
    }

    .-rvt-m-top-xxs-xl-up {
        margin-top: -0.25rem !important
    }

    .rvt-p-top-xxs-xl-up {
        padding-top: .25rem !important
    }

    .rvt-m-top-xs-xl-up {
        margin-top: .5rem !important
    }

    .-rvt-m-top-xs-xl-up {
        margin-top: -0.5rem !important
    }

    .rvt-p-top-xs-xl-up {
        padding-top: .5rem !important
    }

    .rvt-m-top-sm-xl-up {
        margin-top: 1rem !important
    }

    .-rvt-m-top-sm-xl-up {
        margin-top: -1rem !important
    }

    .rvt-p-top-sm-xl-up {
        padding-top: 1rem !important
    }

    .rvt-m-top-md-xl-up {
        margin-top: 1.5rem !important
    }

    .-rvt-m-top-md-xl-up {
        margin-top: -1.5rem !important
    }

    .rvt-p-top-md-xl-up {
        padding-top: 1.5rem !important
    }

    .rvt-m-top-lg-xl-up {
        margin-top: 2rem !important
    }

    .-rvt-m-top-lg-xl-up {
        margin-top: -2rem !important
    }

    .rvt-p-top-lg-xl-up {
        padding-top: 2rem !important
    }

    .rvt-m-top-xl-xl-up {
        margin-top: 2.5rem !important
    }

    .-rvt-m-top-xl-xl-up {
        margin-top: -2.5rem !important
    }

    .rvt-p-top-xl-xl-up {
        padding-top: 2.5rem !important
    }

    .rvt-m-top-xxl-xl-up {
        margin-top: 4rem !important
    }

    .-rvt-m-top-xxl-xl-up {
        margin-top: -4rem !important
    }

    .rvt-p-top-xxl-xl-up {
        padding-top: 4rem !important
    }

    .rvt-m-top-3-xl-xl-up {
        margin-top: 8rem !important
    }

    .-rvt-m-top-3-xl-xl-up {
        margin-top: -8rem !important
    }

    .rvt-p-top-3-xl-xl-up {
        padding-top: 8rem !important
    }

    .rvt-m-top-4-xl-xl-up {
        margin-top: 12rem !important
    }

    .-rvt-m-top-4-xl-xl-up {
        margin-top: -12rem !important
    }

    .rvt-p-top-4-xl-xl-up {
        padding-top: 12rem !important
    }

    .rvt-m-right-xxs-xl-up {
        margin-right: .25rem !important
    }

    .-rvt-m-right-xxs-xl-up {
        margin-right: -0.25rem !important
    }

    .rvt-p-right-xxs-xl-up {
        padding-right: .25rem !important
    }

    .rvt-m-right-xs-xl-up {
        margin-right: .5rem !important
    }

    .-rvt-m-right-xs-xl-up {
        margin-right: -0.5rem !important
    }

    .rvt-p-right-xs-xl-up {
        padding-right: .5rem !important
    }

    .rvt-m-right-sm-xl-up {
        margin-right: 1rem !important
    }

    .-rvt-m-right-sm-xl-up {
        margin-right: -1rem !important
    }

    .rvt-p-right-sm-xl-up {
        padding-right: 1rem !important
    }

    .rvt-m-right-md-xl-up {
        margin-right: 1.5rem !important
    }

    .-rvt-m-right-md-xl-up {
        margin-right: -1.5rem !important
    }

    .rvt-p-right-md-xl-up {
        padding-right: 1.5rem !important
    }

    .rvt-m-right-lg-xl-up {
        margin-right: 2rem !important
    }

    .-rvt-m-right-lg-xl-up {
        margin-right: -2rem !important
    }

    .rvt-p-right-lg-xl-up {
        padding-right: 2rem !important
    }

    .rvt-m-right-xl-xl-up {
        margin-right: 2.5rem !important
    }

    .-rvt-m-right-xl-xl-up {
        margin-right: -2.5rem !important
    }

    .rvt-p-right-xl-xl-up {
        padding-right: 2.5rem !important
    }

    .rvt-m-right-xxl-xl-up {
        margin-right: 4rem !important
    }

    .-rvt-m-right-xxl-xl-up {
        margin-right: -4rem !important
    }

    .rvt-p-right-xxl-xl-up {
        padding-right: 4rem !important
    }

    .rvt-m-right-3-xl-xl-up {
        margin-right: 8rem !important
    }

    .-rvt-m-right-3-xl-xl-up {
        margin-right: -8rem !important
    }

    .rvt-p-right-3-xl-xl-up {
        padding-right: 8rem !important
    }

    .rvt-m-right-4-xl-xl-up {
        margin-right: 12rem !important
    }

    .-rvt-m-right-4-xl-xl-up {
        margin-right: -12rem !important
    }

    .rvt-p-right-4-xl-xl-up {
        padding-right: 12rem !important
    }

    .rvt-m-bottom-xxs-xl-up {
        margin-bottom: .25rem !important
    }

    .-rvt-m-bottom-xxs-xl-up {
        margin-bottom: -0.25rem !important
    }

    .rvt-p-bottom-xxs-xl-up {
        padding-bottom: .25rem !important
    }

    .rvt-m-bottom-xs-xl-up {
        margin-bottom: .5rem !important
    }

    .-rvt-m-bottom-xs-xl-up {
        margin-bottom: -0.5rem !important
    }

    .rvt-p-bottom-xs-xl-up {
        padding-bottom: .5rem !important
    }

    .rvt-m-bottom-sm-xl-up {
        margin-bottom: 1rem !important
    }

    .-rvt-m-bottom-sm-xl-up {
        margin-bottom: -1rem !important
    }

    .rvt-p-bottom-sm-xl-up {
        padding-bottom: 1rem !important
    }

    .rvt-m-bottom-md-xl-up {
        margin-bottom: 1.5rem !important
    }

    .-rvt-m-bottom-md-xl-up {
        margin-bottom: -1.5rem !important
    }

    .rvt-p-bottom-md-xl-up {
        padding-bottom: 1.5rem !important
    }

    .rvt-m-bottom-lg-xl-up {
        margin-bottom: 2rem !important
    }

    .-rvt-m-bottom-lg-xl-up {
        margin-bottom: -2rem !important
    }

    .rvt-p-bottom-lg-xl-up {
        padding-bottom: 2rem !important
    }

    .rvt-m-bottom-xl-xl-up {
        margin-bottom: 2.5rem !important
    }

    .-rvt-m-bottom-xl-xl-up {
        margin-bottom: -2.5rem !important
    }

    .rvt-p-bottom-xl-xl-up {
        padding-bottom: 2.5rem !important
    }

    .rvt-m-bottom-xxl-xl-up {
        margin-bottom: 4rem !important
    }

    .-rvt-m-bottom-xxl-xl-up {
        margin-bottom: -4rem !important
    }

    .rvt-p-bottom-xxl-xl-up {
        padding-bottom: 4rem !important
    }

    .rvt-m-bottom-3-xl-xl-up {
        margin-bottom: 8rem !important
    }

    .-rvt-m-bottom-3-xl-xl-up {
        margin-bottom: -8rem !important
    }

    .rvt-p-bottom-3-xl-xl-up {
        padding-bottom: 8rem !important
    }

    .rvt-m-bottom-4-xl-xl-up {
        margin-bottom: 12rem !important
    }

    .-rvt-m-bottom-4-xl-xl-up {
        margin-bottom: -12rem !important
    }

    .rvt-p-bottom-4-xl-xl-up {
        padding-bottom: 12rem !important
    }

    .rvt-m-left-xxs-xl-up {
        margin-left: .25rem !important
    }

    .-rvt-m-left-xxs-xl-up {
        margin-left: -0.25rem !important
    }

    .rvt-p-left-xxs-xl-up {
        padding-left: .25rem !important
    }

    .rvt-m-left-xs-xl-up {
        margin-left: .5rem !important
    }

    .-rvt-m-left-xs-xl-up {
        margin-left: -0.5rem !important
    }

    .rvt-p-left-xs-xl-up {
        padding-left: .5rem !important
    }

    .rvt-m-left-sm-xl-up {
        margin-left: 1rem !important
    }

    .-rvt-m-left-sm-xl-up {
        margin-left: -1rem !important
    }

    .rvt-p-left-sm-xl-up {
        padding-left: 1rem !important
    }

    .rvt-m-left-md-xl-up {
        margin-left: 1.5rem !important
    }

    .-rvt-m-left-md-xl-up {
        margin-left: -1.5rem !important
    }

    .rvt-p-left-md-xl-up {
        padding-left: 1.5rem !important
    }

    .rvt-m-left-lg-xl-up {
        margin-left: 2rem !important
    }

    .-rvt-m-left-lg-xl-up {
        margin-left: -2rem !important
    }

    .rvt-p-left-lg-xl-up {
        padding-left: 2rem !important
    }

    .rvt-m-left-xl-xl-up {
        margin-left: 2.5rem !important
    }

    .-rvt-m-left-xl-xl-up {
        margin-left: -2.5rem !important
    }

    .rvt-p-left-xl-xl-up {
        padding-left: 2.5rem !important
    }

    .rvt-m-left-xxl-xl-up {
        margin-left: 4rem !important
    }

    .-rvt-m-left-xxl-xl-up {
        margin-left: -4rem !important
    }

    .rvt-p-left-xxl-xl-up {
        padding-left: 4rem !important
    }

    .rvt-m-left-3-xl-xl-up {
        margin-left: 8rem !important
    }

    .-rvt-m-left-3-xl-xl-up {
        margin-left: -8rem !important
    }

    .rvt-p-left-3-xl-xl-up {
        padding-left: 8rem !important
    }

    .rvt-m-left-4-xl-xl-up {
        margin-left: 12rem !important
    }

    .-rvt-m-left-4-xl-xl-up {
        margin-left: -12rem !important
    }

    .rvt-p-left-4-xl-xl-up {
        padding-left: 12rem !important
    }
}

@media screen and (min-width: 87.5em) {
    .rvt-m-all-xxs-xxl-up {
        margin: .25rem !important
    }

    .rvt-p-all-xxs-xxl-up {
        padding: .25rem !important
    }

    .rvt-m-tb-xxs-xxl-up {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .rvt-m-lr-xxs-xxl-up {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .rvt-p-tb-xxs-xxl-up {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .rvt-p-lr-xxs-xxl-up {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .rvt-m-all-xs-xxl-up {
        margin: .5rem !important
    }

    .rvt-p-all-xs-xxl-up {
        padding: .5rem !important
    }

    .rvt-m-tb-xs-xxl-up {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .rvt-m-lr-xs-xxl-up {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .rvt-p-tb-xs-xxl-up {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .rvt-p-lr-xs-xxl-up {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .rvt-m-all-sm-xxl-up {
        margin: 1rem !important
    }

    .rvt-p-all-sm-xxl-up {
        padding: 1rem !important
    }

    .rvt-m-tb-sm-xxl-up {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .rvt-m-lr-sm-xxl-up {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .rvt-p-tb-sm-xxl-up {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .rvt-p-lr-sm-xxl-up {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .rvt-m-all-md-xxl-up {
        margin: 1.5rem !important
    }

    .rvt-p-all-md-xxl-up {
        padding: 1.5rem !important
    }

    .rvt-m-tb-md-xxl-up {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .rvt-m-lr-md-xxl-up {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .rvt-p-tb-md-xxl-up {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .rvt-p-lr-md-xxl-up {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .rvt-m-all-lg-xxl-up {
        margin: 2rem !important
    }

    .rvt-p-all-lg-xxl-up {
        padding: 2rem !important
    }

    .rvt-m-tb-lg-xxl-up {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important
    }

    .rvt-m-lr-lg-xxl-up {
        margin-left: 2rem !important;
        margin-right: 2rem !important
    }

    .rvt-p-tb-lg-xxl-up {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important
    }

    .rvt-p-lr-lg-xxl-up {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .rvt-m-all-xl-xxl-up {
        margin: 2.5rem !important
    }

    .rvt-p-all-xl-xxl-up {
        padding: 2.5rem !important
    }

    .rvt-m-tb-xl-xxl-up {
        margin-bottom: 2.5rem !important;
        margin-top: 2.5rem !important
    }

    .rvt-m-lr-xl-xxl-up {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important
    }

    .rvt-p-tb-xl-xxl-up {
        padding-bottom: 2.5rem !important;
        padding-top: 2.5rem !important
    }

    .rvt-p-lr-xl-xxl-up {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important
    }

    .rvt-m-all-xxl-xxl-up {
        margin: 4rem !important
    }

    .rvt-p-all-xxl-xxl-up {
        padding: 4rem !important
    }

    .rvt-m-tb-xxl-xxl-up {
        margin-bottom: 4rem !important;
        margin-top: 4rem !important
    }

    .rvt-m-lr-xxl-xxl-up {
        margin-left: 4rem !important;
        margin-right: 4rem !important
    }

    .rvt-p-tb-xxl-xxl-up {
        padding-bottom: 4rem !important;
        padding-top: 4rem !important
    }

    .rvt-p-lr-xxl-xxl-up {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .rvt-m-all-3-xl-xxl-up {
        margin: 8rem !important
    }

    .rvt-p-all-3-xl-xxl-up {
        padding: 8rem !important
    }

    .rvt-m-tb-3-xl-xxl-up {
        margin-bottom: 8rem !important;
        margin-top: 8rem !important
    }

    .rvt-m-lr-3-xl-xxl-up {
        margin-left: 8rem !important;
        margin-right: 8rem !important
    }

    .rvt-p-tb-3-xl-xxl-up {
        padding-bottom: 8rem !important;
        padding-top: 8rem !important
    }

    .rvt-p-lr-3-xl-xxl-up {
        padding-left: 8rem !important;
        padding-right: 8rem !important
    }

    .rvt-m-all-4-xl-xxl-up {
        margin: 12rem !important
    }

    .rvt-p-all-4-xl-xxl-up {
        padding: 12rem !important
    }

    .rvt-m-tb-4-xl-xxl-up {
        margin-bottom: 12rem !important;
        margin-top: 12rem !important
    }

    .rvt-m-lr-4-xl-xxl-up {
        margin-left: 12rem !important;
        margin-right: 12rem !important
    }

    .rvt-p-tb-4-xl-xxl-up {
        padding-bottom: 12rem !important;
        padding-top: 12rem !important
    }

    .rvt-p-lr-4-xl-xxl-up {
        padding-left: 12rem !important;
        padding-right: 12rem !important
    }

    .rvt-m-top-xxs-xxl-up {
        margin-top: .25rem !important
    }

    .-rvt-m-top-xxs-xxl-up {
        margin-top: -0.25rem !important
    }

    .rvt-p-top-xxs-xxl-up {
        padding-top: .25rem !important
    }

    .rvt-m-top-xs-xxl-up {
        margin-top: .5rem !important
    }

    .-rvt-m-top-xs-xxl-up {
        margin-top: -0.5rem !important
    }

    .rvt-p-top-xs-xxl-up {
        padding-top: .5rem !important
    }

    .rvt-m-top-sm-xxl-up {
        margin-top: 1rem !important
    }

    .-rvt-m-top-sm-xxl-up {
        margin-top: -1rem !important
    }

    .rvt-p-top-sm-xxl-up {
        padding-top: 1rem !important
    }

    .rvt-m-top-md-xxl-up {
        margin-top: 1.5rem !important
    }

    .-rvt-m-top-md-xxl-up {
        margin-top: -1.5rem !important
    }

    .rvt-p-top-md-xxl-up {
        padding-top: 1.5rem !important
    }

    .rvt-m-top-lg-xxl-up {
        margin-top: 2rem !important
    }

    .-rvt-m-top-lg-xxl-up {
        margin-top: -2rem !important
    }

    .rvt-p-top-lg-xxl-up {
        padding-top: 2rem !important
    }

    .rvt-m-top-xl-xxl-up {
        margin-top: 2.5rem !important
    }

    .-rvt-m-top-xl-xxl-up {
        margin-top: -2.5rem !important
    }

    .rvt-p-top-xl-xxl-up {
        padding-top: 2.5rem !important
    }

    .rvt-m-top-xxl-xxl-up {
        margin-top: 4rem !important
    }

    .-rvt-m-top-xxl-xxl-up {
        margin-top: -4rem !important
    }

    .rvt-p-top-xxl-xxl-up {
        padding-top: 4rem !important
    }

    .rvt-m-top-3-xl-xxl-up {
        margin-top: 8rem !important
    }

    .-rvt-m-top-3-xl-xxl-up {
        margin-top: -8rem !important
    }

    .rvt-p-top-3-xl-xxl-up {
        padding-top: 8rem !important
    }

    .rvt-m-top-4-xl-xxl-up {
        margin-top: 12rem !important
    }

    .-rvt-m-top-4-xl-xxl-up {
        margin-top: -12rem !important
    }

    .rvt-p-top-4-xl-xxl-up {
        padding-top: 12rem !important
    }

    .rvt-m-right-xxs-xxl-up {
        margin-right: .25rem !important
    }

    .-rvt-m-right-xxs-xxl-up {
        margin-right: -0.25rem !important
    }

    .rvt-p-right-xxs-xxl-up {
        padding-right: .25rem !important
    }

    .rvt-m-right-xs-xxl-up {
        margin-right: .5rem !important
    }

    .-rvt-m-right-xs-xxl-up {
        margin-right: -0.5rem !important
    }

    .rvt-p-right-xs-xxl-up {
        padding-right: .5rem !important
    }

    .rvt-m-right-sm-xxl-up {
        margin-right: 1rem !important
    }

    .-rvt-m-right-sm-xxl-up {
        margin-right: -1rem !important
    }

    .rvt-p-right-sm-xxl-up {
        padding-right: 1rem !important
    }

    .rvt-m-right-md-xxl-up {
        margin-right: 1.5rem !important
    }

    .-rvt-m-right-md-xxl-up {
        margin-right: -1.5rem !important
    }

    .rvt-p-right-md-xxl-up {
        padding-right: 1.5rem !important
    }

    .rvt-m-right-lg-xxl-up {
        margin-right: 2rem !important
    }

    .-rvt-m-right-lg-xxl-up {
        margin-right: -2rem !important
    }

    .rvt-p-right-lg-xxl-up {
        padding-right: 2rem !important
    }

    .rvt-m-right-xl-xxl-up {
        margin-right: 2.5rem !important
    }

    .-rvt-m-right-xl-xxl-up {
        margin-right: -2.5rem !important
    }

    .rvt-p-right-xl-xxl-up {
        padding-right: 2.5rem !important
    }

    .rvt-m-right-xxl-xxl-up {
        margin-right: 4rem !important
    }

    .-rvt-m-right-xxl-xxl-up {
        margin-right: -4rem !important
    }

    .rvt-p-right-xxl-xxl-up {
        padding-right: 4rem !important
    }

    .rvt-m-right-3-xl-xxl-up {
        margin-right: 8rem !important
    }

    .-rvt-m-right-3-xl-xxl-up {
        margin-right: -8rem !important
    }

    .rvt-p-right-3-xl-xxl-up {
        padding-right: 8rem !important
    }

    .rvt-m-right-4-xl-xxl-up {
        margin-right: 12rem !important
    }

    .-rvt-m-right-4-xl-xxl-up {
        margin-right: -12rem !important
    }

    .rvt-p-right-4-xl-xxl-up {
        padding-right: 12rem !important
    }

    .rvt-m-bottom-xxs-xxl-up {
        margin-bottom: .25rem !important
    }

    .-rvt-m-bottom-xxs-xxl-up {
        margin-bottom: -0.25rem !important
    }

    .rvt-p-bottom-xxs-xxl-up {
        padding-bottom: .25rem !important
    }

    .rvt-m-bottom-xs-xxl-up {
        margin-bottom: .5rem !important
    }

    .-rvt-m-bottom-xs-xxl-up {
        margin-bottom: -0.5rem !important
    }

    .rvt-p-bottom-xs-xxl-up {
        padding-bottom: .5rem !important
    }

    .rvt-m-bottom-sm-xxl-up {
        margin-bottom: 1rem !important
    }

    .-rvt-m-bottom-sm-xxl-up {
        margin-bottom: -1rem !important
    }

    .rvt-p-bottom-sm-xxl-up {
        padding-bottom: 1rem !important
    }

    .rvt-m-bottom-md-xxl-up {
        margin-bottom: 1.5rem !important
    }

    .-rvt-m-bottom-md-xxl-up {
        margin-bottom: -1.5rem !important
    }

    .rvt-p-bottom-md-xxl-up {
        padding-bottom: 1.5rem !important
    }

    .rvt-m-bottom-lg-xxl-up {
        margin-bottom: 2rem !important
    }

    .-rvt-m-bottom-lg-xxl-up {
        margin-bottom: -2rem !important
    }

    .rvt-p-bottom-lg-xxl-up {
        padding-bottom: 2rem !important
    }

    .rvt-m-bottom-xl-xxl-up {
        margin-bottom: 2.5rem !important
    }

    .-rvt-m-bottom-xl-xxl-up {
        margin-bottom: -2.5rem !important
    }

    .rvt-p-bottom-xl-xxl-up {
        padding-bottom: 2.5rem !important
    }

    .rvt-m-bottom-xxl-xxl-up {
        margin-bottom: 4rem !important
    }

    .-rvt-m-bottom-xxl-xxl-up {
        margin-bottom: -4rem !important
    }

    .rvt-p-bottom-xxl-xxl-up {
        padding-bottom: 4rem !important
    }

    .rvt-m-bottom-3-xl-xxl-up {
        margin-bottom: 8rem !important
    }

    .-rvt-m-bottom-3-xl-xxl-up {
        margin-bottom: -8rem !important
    }

    .rvt-p-bottom-3-xl-xxl-up {
        padding-bottom: 8rem !important
    }

    .rvt-m-bottom-4-xl-xxl-up {
        margin-bottom: 12rem !important
    }

    .-rvt-m-bottom-4-xl-xxl-up {
        margin-bottom: -12rem !important
    }

    .rvt-p-bottom-4-xl-xxl-up {
        padding-bottom: 12rem !important
    }

    .rvt-m-left-xxs-xxl-up {
        margin-left: .25rem !important
    }

    .-rvt-m-left-xxs-xxl-up {
        margin-left: -0.25rem !important
    }

    .rvt-p-left-xxs-xxl-up {
        padding-left: .25rem !important
    }

    .rvt-m-left-xs-xxl-up {
        margin-left: .5rem !important
    }

    .-rvt-m-left-xs-xxl-up {
        margin-left: -0.5rem !important
    }

    .rvt-p-left-xs-xxl-up {
        padding-left: .5rem !important
    }

    .rvt-m-left-sm-xxl-up {
        margin-left: 1rem !important
    }

    .-rvt-m-left-sm-xxl-up {
        margin-left: -1rem !important
    }

    .rvt-p-left-sm-xxl-up {
        padding-left: 1rem !important
    }

    .rvt-m-left-md-xxl-up {
        margin-left: 1.5rem !important
    }

    .-rvt-m-left-md-xxl-up {
        margin-left: -1.5rem !important
    }

    .rvt-p-left-md-xxl-up {
        padding-left: 1.5rem !important
    }

    .rvt-m-left-lg-xxl-up {
        margin-left: 2rem !important
    }

    .-rvt-m-left-lg-xxl-up {
        margin-left: -2rem !important
    }

    .rvt-p-left-lg-xxl-up {
        padding-left: 2rem !important
    }

    .rvt-m-left-xl-xxl-up {
        margin-left: 2.5rem !important
    }

    .-rvt-m-left-xl-xxl-up {
        margin-left: -2.5rem !important
    }

    .rvt-p-left-xl-xxl-up {
        padding-left: 2.5rem !important
    }

    .rvt-m-left-xxl-xxl-up {
        margin-left: 4rem !important
    }

    .-rvt-m-left-xxl-xxl-up {
        margin-left: -4rem !important
    }

    .rvt-p-left-xxl-xxl-up {
        padding-left: 4rem !important
    }

    .rvt-m-left-3-xl-xxl-up {
        margin-left: 8rem !important
    }

    .-rvt-m-left-3-xl-xxl-up {
        margin-left: -8rem !important
    }

    .rvt-p-left-3-xl-xxl-up {
        padding-left: 8rem !important
    }

    .rvt-m-left-4-xl-xxl-up {
        margin-left: 12rem !important
    }

    .-rvt-m-left-4-xl-xxl-up {
        margin-left: -12rem !important
    }

    .rvt-p-left-4-xl-xxl-up {
        padding-left: 12rem !important
    }
}

.rvt-m-all-remove, .rvt-m-all-none {
    margin: 0 !important
}

.rvt-m-tb-remove, .rvt-m-tb-none {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.rvt-m-lr-remove, .rvt-m-lr-none {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.rvt-p-all-remove, .rvt-p-all-none {
    padding: 0 !important
}

.rvt-p-tb-remove, .rvt-p-tb-none {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.rvt-p-lr-remove, .rvt-p-lr-none {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.rvt-m-top-remove, .rvt-m-top-none {
    margin-top: 0 !important
}

.rvt-p-top-remove, .rvt-p-top-none {
    padding-top: 0 !important
}

.rvt-m-right-remove, .rvt-m-right-none {
    margin-right: 0 !important
}

.rvt-p-right-remove, .rvt-p-right-none {
    padding-right: 0 !important
}

.rvt-m-bottom-remove, .rvt-m-bottom-none {
    margin-bottom: 0 !important
}

.rvt-p-bottom-remove, .rvt-p-bottom-none {
    padding-bottom: 0 !important
}

.rvt-m-left-remove, .rvt-m-left-none {
    margin-left: 0 !important
}

.rvt-p-left-remove, .rvt-p-left-none {
    padding-left: 0 !important
}

@media screen and (min-width: 30em) {
    .rvt-m-all-none-sm-up {
        margin: 0 !important
    }

    .rvt-p-all-none-sm-up {
        padding: 0 !important
    }

    .rvt-m-tb-none-sm-up {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .rvt-p-tb-none-sm-up {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .rvt-m-lr-none-sm-up {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .rvt-p-lr-none-sm-up {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .rvt-m-top-none-sm-up {
        margin-top: 0 !important
    }

    .rvt-p-top-none-sm-up {
        padding-top: 0 !important
    }

    .rvt-m-right-none-sm-up {
        margin-right: 0 !important
    }

    .rvt-p-right-none-sm-up {
        padding-right: 0 !important
    }

    .rvt-m-bottom-none-sm-up {
        margin-bottom: 0 !important
    }

    .rvt-p-bottom-none-sm-up {
        padding-bottom: 0 !important
    }

    .rvt-m-left-none-sm-up {
        margin-left: 0 !important
    }

    .rvt-p-left-none-sm-up {
        padding-left: 0 !important
    }
}

@media screen and (min-width: 46.25em) {
    .rvt-m-all-none-md-up {
        margin: 0 !important
    }

    .rvt-p-all-none-md-up {
        padding: 0 !important
    }

    .rvt-m-tb-none-md-up {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .rvt-p-tb-none-md-up {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .rvt-m-lr-none-md-up {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .rvt-p-lr-none-md-up {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .rvt-m-top-none-md-up {
        margin-top: 0 !important
    }

    .rvt-p-top-none-md-up {
        padding-top: 0 !important
    }

    .rvt-m-right-none-md-up {
        margin-right: 0 !important
    }

    .rvt-p-right-none-md-up {
        padding-right: 0 !important
    }

    .rvt-m-bottom-none-md-up {
        margin-bottom: 0 !important
    }

    .rvt-p-bottom-none-md-up {
        padding-bottom: 0 !important
    }

    .rvt-m-left-none-md-up {
        margin-left: 0 !important
    }

    .rvt-p-left-none-md-up {
        padding-left: 0 !important
    }
}

@media screen and (min-width: 67.5em) {
    .rvt-m-all-none-lg-up {
        margin: 0 !important
    }

    .rvt-p-all-none-lg-up {
        padding: 0 !important
    }

    .rvt-m-tb-none-lg-up {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .rvt-p-tb-none-lg-up {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .rvt-m-lr-none-lg-up {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .rvt-p-lr-none-lg-up {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .rvt-m-top-none-lg-up {
        margin-top: 0 !important
    }

    .rvt-p-top-none-lg-up {
        padding-top: 0 !important
    }

    .rvt-m-right-none-lg-up {
        margin-right: 0 !important
    }

    .rvt-p-right-none-lg-up {
        padding-right: 0 !important
    }

    .rvt-m-bottom-none-lg-up {
        margin-bottom: 0 !important
    }

    .rvt-p-bottom-none-lg-up {
        padding-bottom: 0 !important
    }

    .rvt-m-left-none-lg-up {
        margin-left: 0 !important
    }

    .rvt-p-left-none-lg-up {
        padding-left: 0 !important
    }
}

@media screen and (min-width: 78.75em) {
    .rvt-m-all-none-xl-up {
        margin: 0 !important
    }

    .rvt-p-all-none-xl-up {
        padding: 0 !important
    }

    .rvt-m-tb-none-xl-up {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .rvt-p-tb-none-xl-up {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .rvt-m-lr-none-xl-up {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .rvt-p-lr-none-xl-up {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .rvt-m-top-none-xl-up {
        margin-top: 0 !important
    }

    .rvt-p-top-none-xl-up {
        padding-top: 0 !important
    }

    .rvt-m-right-none-xl-up {
        margin-right: 0 !important
    }

    .rvt-p-right-none-xl-up {
        padding-right: 0 !important
    }

    .rvt-m-bottom-none-xl-up {
        margin-bottom: 0 !important
    }

    .rvt-p-bottom-none-xl-up {
        padding-bottom: 0 !important
    }

    .rvt-m-left-none-xl-up {
        margin-left: 0 !important
    }

    .rvt-p-left-none-xl-up {
        padding-left: 0 !important
    }
}

@media screen and (min-width: 87.5em) {
    .rvt-m-all-none-xxl-up {
        margin: 0 !important
    }

    .rvt-p-all-none-xxl-up {
        padding: 0 !important
    }

    .rvt-m-tb-none-xxl-up {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .rvt-p-tb-none-xxl-up {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .rvt-m-lr-none-xxl-up {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .rvt-p-lr-none-xxl-up {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .rvt-m-top-none-xxl-up {
        margin-top: 0 !important
    }

    .rvt-p-top-none-xxl-up {
        padding-top: 0 !important
    }

    .rvt-m-right-none-xxl-up {
        margin-right: 0 !important
    }

    .rvt-p-right-none-xxl-up {
        padding-right: 0 !important
    }

    .rvt-m-bottom-none-xxl-up {
        margin-bottom: 0 !important
    }

    .rvt-p-bottom-none-xxl-up {
        padding-bottom: 0 !important
    }

    .rvt-m-left-none-xxl-up {
        margin-left: 0 !important
    }

    .rvt-p-left-none-xxl-up {
        padding-left: 0 !important
    }
}

.rvt-text-uppercase {
    text-transform: uppercase;
    letter-spacing: .04rem
}

.rvt-text-bold {
    font-weight: 700 !important
}

.rvt-text-medium {
    font-weight: 500 !important
}

.rvt-text-regular {
    font-weight: 400 !important
}

.rvt-text-left {
    text-align: left !important
}

.rvt-text-right {
    text-align: right !important
}

.rvt-text-center {
    text-align: center !important
}

.rvt-lh-base {
    line-height: 1.5
}

.rvt-lh-tight {
    line-height: 1.2
}

.rvt-lh-loose {
    line-height: 1.65
}

.rvt-text-nobr {
    white-space: nowrap
}

.rvt-font-sans {
    font-family: "BentonSans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif
}

.rvt-font-serif {
    font-family: "GeorgiaPro",Georgia,"Times New Roman",Times,serif
}

.rvt-font-mono {
    font-family: monospace
}

.rvt-ts-12 {
    font-size: .75rem !important
}

.rvt-ts-14 {
    font-size: .875rem !important
}

.rvt-ts-16 {
    font-size: 1rem !important
}

.rvt-ts-18 {
    font-size: 1.125rem !important
}

.rvt-ts-20 {
    font-size: 1.25rem !important
}

.rvt-ts-23 {
    font-size: 1.4375rem !important
}

.rvt-ts-26 {
    font-size: 1.625rem !important
}

.rvt-ts-29 {
    font-size: 1.8125rem !important
}

.rvt-ts-32 {
    font-size: 2rem !important
}

.rvt-ts-36 {
    font-size: 2.25rem !important
}

.rvt-ts-41 {
    font-size: 2.5625rem !important
}

.rvt-ts-46 {
    font-size: 2.875rem !important
}

.rvt-ts-52 {
    font-size: 3.25rem !important
}

.rvt-ts-xxs {
    font-size: .75rem !important
}

.rvt-ts-xs {
    font-size: .875rem !important
}

.rvt-ts-base {
    font-size: 1rem !important
}

.rvt-ts-sm {
    font-size: 1.25rem !important
}

.rvt-ts-md {
    font-size: 1.625rem !important
}

.rvt-ts-lg {
    font-size: 2rem !important
}

.rvt-ts-xl {
    font-size: 2.5625rem !important
}

.rvt-ts-xxl {
    font-size: 3.25rem !important
}

@media screen and (min-width: 30em) {
    .rvt-ts-12-sm-up {
        font-size: .75rem !important
    }

    .rvt-ts-14-sm-up {
        font-size: .875rem !important
    }

    .rvt-ts-16-sm-up {
        font-size: 1rem !important
    }

    .rvt-ts-18-sm-up {
        font-size: 1.125rem !important
    }

    .rvt-ts-20-sm-up {
        font-size: 1.25rem !important
    }

    .rvt-ts-23-sm-up {
        font-size: 1.4375rem !important
    }

    .rvt-ts-26-sm-up {
        font-size: 1.625rem !important
    }

    .rvt-ts-29-sm-up {
        font-size: 1.8125rem !important
    }

    .rvt-ts-32-sm-up {
        font-size: 2rem !important
    }

    .rvt-ts-36-sm-up {
        font-size: 2.25rem !important
    }

    .rvt-ts-41-sm-up {
        font-size: 2.5625rem !important
    }

    .rvt-ts-46-sm-up {
        font-size: 2.875rem !important
    }

    .rvt-ts-52-sm-up {
        font-size: 3.25rem !important
    }

    .rvt-ts-xxs-sm-up {
        font-size: .75rem !important
    }

    .rvt-ts-xs-sm-up {
        font-size: .875rem !important
    }

    .rvt-ts-base-sm-up {
        font-size: 1rem !important
    }

    .rvt-ts-sm-sm-up {
        font-size: 1.25rem !important
    }

    .rvt-ts-md-sm-up {
        font-size: 1.625rem !important
    }

    .rvt-ts-lg-sm-up {
        font-size: 2rem !important
    }

    .rvt-ts-xl-sm-up {
        font-size: 2.5625rem !important
    }

    .rvt-ts-xxl-sm-up {
        font-size: 3.25rem !important
    }
}

@media screen and (min-width: 46.25em) {
    .rvt-ts-12-md-up {
        font-size: .75rem !important
    }

    .rvt-ts-14-md-up {
        font-size: .875rem !important
    }

    .rvt-ts-16-md-up {
        font-size: 1rem !important
    }

    .rvt-ts-18-md-up {
        font-size: 1.125rem !important
    }

    .rvt-ts-20-md-up {
        font-size: 1.25rem !important
    }

    .rvt-ts-23-md-up {
        font-size: 1.4375rem !important
    }

    .rvt-ts-26-md-up {
        font-size: 1.625rem !important
    }

    .rvt-ts-29-md-up {
        font-size: 1.8125rem !important
    }

    .rvt-ts-32-md-up {
        font-size: 2rem !important
    }

    .rvt-ts-36-md-up {
        font-size: 2.25rem !important
    }

    .rvt-ts-41-md-up {
        font-size: 2.5625rem !important
    }

    .rvt-ts-46-md-up {
        font-size: 2.875rem !important
    }

    .rvt-ts-52-md-up {
        font-size: 3.25rem !important
    }

    .rvt-ts-xxs-md-up {
        font-size: .75rem !important
    }

    .rvt-ts-xs-md-up {
        font-size: .875rem !important
    }

    .rvt-ts-base-md-up {
        font-size: 1rem !important
    }

    .rvt-ts-sm-md-up {
        font-size: 1.25rem !important
    }

    .rvt-ts-md-md-up {
        font-size: 1.625rem !important
    }

    .rvt-ts-lg-md-up {
        font-size: 2rem !important
    }

    .rvt-ts-xl-md-up {
        font-size: 2.5625rem !important
    }

    .rvt-ts-xxl-md-up {
        font-size: 3.25rem !important
    }
}

@media screen and (min-width: 67.5em) {
    .rvt-ts-12-lg-up {
        font-size: .75rem !important
    }

    .rvt-ts-14-lg-up {
        font-size: .875rem !important
    }

    .rvt-ts-16-lg-up {
        font-size: 1rem !important
    }

    .rvt-ts-18-lg-up {
        font-size: 1.125rem !important
    }

    .rvt-ts-20-lg-up {
        font-size: 1.25rem !important
    }

    .rvt-ts-23-lg-up {
        font-size: 1.4375rem !important
    }

    .rvt-ts-26-lg-up {
        font-size: 1.625rem !important
    }

    .rvt-ts-29-lg-up {
        font-size: 1.8125rem !important
    }

    .rvt-ts-32-lg-up {
        font-size: 2rem !important
    }

    .rvt-ts-36-lg-up {
        font-size: 2.25rem !important
    }

    .rvt-ts-41-lg-up {
        font-size: 2.5625rem !important
    }

    .rvt-ts-46-lg-up {
        font-size: 2.875rem !important
    }

    .rvt-ts-52-lg-up {
        font-size: 3.25rem !important
    }

    .rvt-ts-xxs-lg-up {
        font-size: .75rem !important
    }

    .rvt-ts-xs-lg-up {
        font-size: .875rem !important
    }

    .rvt-ts-base-lg-up {
        font-size: 1rem !important
    }

    .rvt-ts-sm-lg-up {
        font-size: 1.25rem !important
    }

    .rvt-ts-md-lg-up {
        font-size: 1.625rem !important
    }

    .rvt-ts-lg-lg-up {
        font-size: 2rem !important
    }

    .rvt-ts-xl-lg-up {
        font-size: 2.5625rem !important
    }

    .rvt-ts-xxl-lg-up {
        font-size: 3.25rem !important
    }
}

@media screen and (min-width: 78.75em) {
    .rvt-ts-12-xl-up {
        font-size: .75rem !important
    }

    .rvt-ts-14-xl-up {
        font-size: .875rem !important
    }

    .rvt-ts-16-xl-up {
        font-size: 1rem !important
    }

    .rvt-ts-18-xl-up {
        font-size: 1.125rem !important
    }

    .rvt-ts-20-xl-up {
        font-size: 1.25rem !important
    }

    .rvt-ts-23-xl-up {
        font-size: 1.4375rem !important
    }

    .rvt-ts-26-xl-up {
        font-size: 1.625rem !important
    }

    .rvt-ts-29-xl-up {
        font-size: 1.8125rem !important
    }

    .rvt-ts-32-xl-up {
        font-size: 2rem !important
    }

    .rvt-ts-36-xl-up {
        font-size: 2.25rem !important
    }

    .rvt-ts-41-xl-up {
        font-size: 2.5625rem !important
    }

    .rvt-ts-46-xl-up {
        font-size: 2.875rem !important
    }

    .rvt-ts-52-xl-up {
        font-size: 3.25rem !important
    }

    .rvt-ts-xxs-xl-up {
        font-size: .75rem !important
    }

    .rvt-ts-xs-xl-up {
        font-size: .875rem !important
    }

    .rvt-ts-base-xl-up {
        font-size: 1rem !important
    }

    .rvt-ts-sm-xl-up {
        font-size: 1.25rem !important
    }

    .rvt-ts-md-xl-up {
        font-size: 1.625rem !important
    }

    .rvt-ts-lg-xl-up {
        font-size: 2rem !important
    }

    .rvt-ts-xl-xl-up {
        font-size: 2.5625rem !important
    }

    .rvt-ts-xxl-xl-up {
        font-size: 3.25rem !important
    }
}

@media screen and (min-width: 87.5em) {
    .rvt-ts-12-xxl-up {
        font-size: .75rem !important
    }

    .rvt-ts-14-xxl-up {
        font-size: .875rem !important
    }

    .rvt-ts-16-xxl-up {
        font-size: 1rem !important
    }

    .rvt-ts-18-xxl-up {
        font-size: 1.125rem !important
    }

    .rvt-ts-20-xxl-up {
        font-size: 1.25rem !important
    }

    .rvt-ts-23-xxl-up {
        font-size: 1.4375rem !important
    }

    .rvt-ts-26-xxl-up {
        font-size: 1.625rem !important
    }

    .rvt-ts-29-xxl-up {
        font-size: 1.8125rem !important
    }

    .rvt-ts-32-xxl-up {
        font-size: 2rem !important
    }

    .rvt-ts-36-xxl-up {
        font-size: 2.25rem !important
    }

    .rvt-ts-41-xxl-up {
        font-size: 2.5625rem !important
    }

    .rvt-ts-46-xxl-up {
        font-size: 2.875rem !important
    }

    .rvt-ts-52-xxl-up {
        font-size: 3.25rem !important
    }

    .rvt-ts-xxs-xxl-up {
        font-size: .75rem !important
    }

    .rvt-ts-xs-xxl-up {
        font-size: .875rem !important
    }

    .rvt-ts-base-xxl-up {
        font-size: 1rem !important
    }

    .rvt-ts-sm-xxl-up {
        font-size: 1.25rem !important
    }

    .rvt-ts-md-xxl-up {
        font-size: 1.625rem !important
    }

    .rvt-ts-lg-xxl-up {
        font-size: 2rem !important
    }

    .rvt-ts-xl-xxl-up {
        font-size: 2.5625rem !important
    }

    .rvt-ts-xxl-xxl-up {
        font-size: 3.25rem !important
    }
}

.rvt-hide-xxl-down, .rvt-hide-xl-down, .rvt-hide-lg-down, .rvt-hide-md-down, .rvt-hide-sm-down {
    display: none !important
}

@media screen and (min-width: 30em) {
    .rvt-hide-sm-down {
        display: block !important
    }

    th.rvt-hide-sm-down, td.rvt-hide-sm-down {
        display: table-cell !important
    }
}

@media screen and (min-width: 30em) {
    .rvt-hide-sm-up {
        display: none !important
    }
}

@media screen and (min-width: 46.25em) {
    .rvt-hide-md-down {
        display: block !important
    }

    th.rvt-hide-md-down, td.rvt-hide-md-down {
        display: table-cell !important
    }
}

@media screen and (min-width: 46.25em) {
    .rvt-hide-md-up {
        display: none !important
    }
}

@media screen and (min-width: 67.5em) {
    .rvt-hide-lg-down {
        display: block !important
    }

    th.rvt-hide-lg-down, td.rvt-hide-lg-down {
        display: table-cell !important
    }
}

@media screen and (min-width: 67.5em) {
    .rvt-hide-lg-up {
        display: none !important
    }
}

@media screen and (min-width: 78.75em) {
    .rvt-hide-xl-down {
        display: block !important
    }

    th.rvt-hide-xl-down, td.rvt-hide-xl-down {
        display: table-cell !important
    }
}

@media screen and (min-width: 78.75em) {
    .rvt-hide-xl-up {
        display: none !important
    }
}

@media screen and (min-width: 87.5em) {
    .rvt-hide-xxl-down {
        display: block !important
    }

    th.rvt-hide-xxl-down, td.rvt-hide-xxl-down {
        display: table-cell !important
    }
}

@media screen and (min-width: 87.5em) {
    .rvt-hide-xxl-up {
        display: none !important
    }
}

.rvt-width-base {
    width: 100% !important;
    max-width: 4rem !important
}

.rvt-width-xxs {
    width: 100% !important;
    max-width: 4rem !important
}

.rvt-width-xs {
    width: 100% !important;
    max-width: 8rem !important
}

.rvt-width-sm {
    width: 100% !important;
    max-width: 12rem !important
}

.rvt-width-md {
    width: 100% !important;
    max-width: 16rem !important
}

.rvt-width-lg {
    width: 100% !important;
    max-width: 20rem !important
}

.rvt-width-xl {
    width: 100% !important;
    max-width: 24rem !important
}

.rvt-width-xxl {
    width: 100% !important;
    max-width: 32rem !important
}

.rvt-width-3-xl {
    width: 100% !important;
    max-width: 40rem !important
}

.rvt-width-4-xl {
    width: 100% !important;
    max-width: 48rem !important
}

@media screen and (min-width: 30em) {
    .rvt-width-base-sm-up {
        width: 100% !important;
        max-width: 4rem !important
    }

    .rvt-width-xxs-sm-up {
        width: 100% !important;
        max-width: 4rem !important
    }

    .rvt-width-xs-sm-up {
        width: 100% !important;
        max-width: 8rem !important
    }

    .rvt-width-sm-sm-up {
        width: 100% !important;
        max-width: 12rem !important
    }

    .rvt-width-md-sm-up {
        width: 100% !important;
        max-width: 16rem !important
    }

    .rvt-width-lg-sm-up {
        width: 100% !important;
        max-width: 20rem !important
    }

    .rvt-width-xl-sm-up {
        width: 100% !important;
        max-width: 24rem !important
    }

    .rvt-width-xxl-sm-up {
        width: 100% !important;
        max-width: 32rem !important
    }

    .rvt-width-3-xl-sm-up {
        width: 100% !important;
        max-width: 40rem !important
    }

    .rvt-width-4-xl-sm-up {
        width: 100% !important;
        max-width: 48rem !important
    }
}

@media screen and (min-width: 46.25em) {
    .rvt-width-base-md-up {
        width: 100% !important;
        max-width: 4rem !important
    }

    .rvt-width-xxs-md-up {
        width: 100% !important;
        max-width: 4rem !important
    }

    .rvt-width-xs-md-up {
        width: 100% !important;
        max-width: 8rem !important
    }

    .rvt-width-sm-md-up {
        width: 100% !important;
        max-width: 12rem !important
    }

    .rvt-width-md-md-up {
        width: 100% !important;
        max-width: 16rem !important
    }

    .rvt-width-lg-md-up {
        width: 100% !important;
        max-width: 20rem !important
    }

    .rvt-width-xl-md-up {
        width: 100% !important;
        max-width: 24rem !important
    }

    .rvt-width-xxl-md-up {
        width: 100% !important;
        max-width: 32rem !important
    }

    .rvt-width-3-xl-md-up {
        width: 100% !important;
        max-width: 40rem !important
    }

    .rvt-width-4-xl-md-up {
        width: 100% !important;
        max-width: 48rem !important
    }
}

@media screen and (min-width: 67.5em) {
    .rvt-width-base-lg-up {
        width: 100% !important;
        max-width: 4rem !important
    }

    .rvt-width-xxs-lg-up {
        width: 100% !important;
        max-width: 4rem !important
    }

    .rvt-width-xs-lg-up {
        width: 100% !important;
        max-width: 8rem !important
    }

    .rvt-width-sm-lg-up {
        width: 100% !important;
        max-width: 12rem !important
    }

    .rvt-width-md-lg-up {
        width: 100% !important;
        max-width: 16rem !important
    }

    .rvt-width-lg-lg-up {
        width: 100% !important;
        max-width: 20rem !important
    }

    .rvt-width-xl-lg-up {
        width: 100% !important;
        max-width: 24rem !important
    }

    .rvt-width-xxl-lg-up {
        width: 100% !important;
        max-width: 32rem !important
    }

    .rvt-width-3-xl-lg-up {
        width: 100% !important;
        max-width: 40rem !important
    }

    .rvt-width-4-xl-lg-up {
        width: 100% !important;
        max-width: 48rem !important
    }
}

@media screen and (min-width: 78.75em) {
    .rvt-width-base-xl-up {
        width: 100% !important;
        max-width: 4rem !important
    }

    .rvt-width-xxs-xl-up {
        width: 100% !important;
        max-width: 4rem !important
    }

    .rvt-width-xs-xl-up {
        width: 100% !important;
        max-width: 8rem !important
    }

    .rvt-width-sm-xl-up {
        width: 100% !important;
        max-width: 12rem !important
    }

    .rvt-width-md-xl-up {
        width: 100% !important;
        max-width: 16rem !important
    }

    .rvt-width-lg-xl-up {
        width: 100% !important;
        max-width: 20rem !important
    }

    .rvt-width-xl-xl-up {
        width: 100% !important;
        max-width: 24rem !important
    }

    .rvt-width-xxl-xl-up {
        width: 100% !important;
        max-width: 32rem !important
    }

    .rvt-width-3-xl-xl-up {
        width: 100% !important;
        max-width: 40rem !important
    }

    .rvt-width-4-xl-xl-up {
        width: 100% !important;
        max-width: 48rem !important
    }
}

@media screen and (min-width: 87.5em) {
    .rvt-width-base-xxl-up {
        width: 100% !important;
        max-width: 4rem !important
    }

    .rvt-width-xxs-xxl-up {
        width: 100% !important;
        max-width: 4rem !important
    }

    .rvt-width-xs-xxl-up {
        width: 100% !important;
        max-width: 8rem !important
    }

    .rvt-width-sm-xxl-up {
        width: 100% !important;
        max-width: 12rem !important
    }

    .rvt-width-md-xxl-up {
        width: 100% !important;
        max-width: 16rem !important
    }

    .rvt-width-lg-xxl-up {
        width: 100% !important;
        max-width: 20rem !important
    }

    .rvt-width-xl-xxl-up {
        width: 100% !important;
        max-width: 24rem !important
    }

    .rvt-width-xxl-xxl-up {
        width: 100% !important;
        max-width: 32rem !important
    }

    .rvt-width-3-xl-xxl-up {
        width: 100% !important;
        max-width: 40rem !important
    }

    .rvt-width-4-xl-xxl-up {
        width: 100% !important;
        max-width: 48rem !important
    }
}

.rvt-wysiwyg * + * {
    margin-top: 1rem
}

.rvt-wysiwyg *:empty {
    display: none
}

.rvt-wysiwyg code + code, .rvt-wysiwyg .rvt-code + .rvt-code {
    margin-top: 0
}

.rvt-z-0 {
    z-index: 0 !important
}

.rvt-z-100 {
    z-index: 100 !important
}

.rvt-z-200 {
    z-index: 200 !important
}

.rvt-z-300 {
    z-index: 300 !important
}

.rvt-z-400 {
    z-index: 400 !important
}

.rvt-z-500 {
    z-index: 500 !important
}

.rvt-z-600 {
    z-index: 600 !important
}

.rvt-z-700 {
    z-index: 700 !important
}

.rvt-z-800 {
    z-index: 800 !important
}

.rvt-z-900 {
    z-index: 900 !important
}

.rvt-z-1000 {
    z-index: 1000 !important
}

.rvt-accordion {
    border-bottom: 1px solid #e2e7e9
}

.rvt-accordion__summary {
    border-top: 1px solid #e2e7e9
}

.rvt-accordion__toggle {
    align-items: center;
    background-color: transparent;
    border: none;
    display: flex;
    padding: 1.5rem 1rem;
    text-align: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%
}

    .rvt-accordion__toggle[aria-expanded=true] .rvt-accordion__icon-bar {
        display: none
    }

    .rvt-accordion__toggle:hover {
        background-color: #f8f9fa;
        cursor: pointer
    }

    .rvt-accordion__toggle:focus {
        outline: .125rem solid #328bb8;
        outline-offset: .125rem
    }

        .rvt-accordion__toggle:focus:not(:focus-visible) {
            outline: none
        }

    .rvt-accordion__toggle:focus-visible {
        background-color: #edfafd
    }

.rvt-accordion__toggle-text {
    color: #243142;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.3;
    padding-right: 1rem
}

.rvt-accordion__toggle-icon {
    align-items: center;
    color: #4c5a69;
    display: flex;
    margin-left: auto
}

.rvt-accordion__panel {
    padding: .5rem 1rem 1.5rem 1rem
}

    .rvt-accordion__panel > * {
        margin-top: 0;
        margin-bottom: 0
    }

        .rvt-accordion__panel > * + * {
            margin-top: 1.5rem
        }

.rvt-alert {
    background-color: #f8f9fa;
    border-left: .25rem solid #243142;
    padding: 1rem;
    position: relative
}

.rvt-alert__title {
    font-weight: 700;
    font-size: 1.125rem;
    margin-bottom: .25rem;
    padding-right: 1.5rem
}

.rvt-alert__message {
    margin-top: 0;
    margin-bottom: 0;
    font-size: .875rem;
    padding-right: 1.5rem
}

.rvt-alert__dismiss {
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-radius: .25rem;
    color: #243142;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 1.5rem;
    height: 1.5rem
}

    .rvt-alert__dismiss:hover {
        background-color: rgba(0,0,0,.15)
    }

    .rvt-alert__dismiss:focus {
        outline: none;
        box-shadow: 0 0 0 .125rem #328bb8 !important
    }

.rvt-alert--info {
    background-color: #edfafd;
    border-left-color: #006298;
    color: #00385f
}

    .rvt-alert--info .rvt-alert__dismiss {
        color: #00385f
    }

.rvt-alert--success {
    background-color: #f9f9f0;
    border-left-color: #056e41;
    color: #004421
}

    .rvt-alert--success .rvt-alert__dismiss {
        color: #004421
    }

.rvt-alert--warning {
    background-color: #fffceb;
    border-left-color: #fa0;
    color: #613d00
}

    .rvt-alert--warning .rvt-alert__dismiss {
        color: #613d00
    }

.rvt-alert--danger {
    background-color: #fff3f0;
    border-left-color: #df3603;
    color: #690a00
}

    .rvt-alert--danger .rvt-alert__dismiss {
        color: #690a00
    }

.rvt-alert-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.rvt-alert-list__item {
    line-height: 1.5
}

    .rvt-alert-list__item:not(first-child) {
        margin-top: .5rem
    }

.rvt-input-error > input[type=color], .rvt-input-error > input[type=color]:focus, .rvt-input-error > input[type=date], .rvt-input-error > input[type=date]:focus, .rvt-input-error > input[type=datetime], .rvt-input-error > input[type=datetime]:focus, .rvt-input-error > input[type=datetime-local], .rvt-input-error > input[type=datetime-local]:focus, .rvt-input-error > input[type=email], .rvt-input-error > input[type=email]:focus, .rvt-input-error > input[type=month], .rvt-input-error > input[type=month]:focus, .rvt-input-error > input[type=number], .rvt-input-error > input[type=number]:focus, .rvt-input-error > input[type=password], .rvt-input-error > input[type=password]:focus, .rvt-input-error > input[type=search], .rvt-input-error > input[type=search]:focus, .rvt-input-error > input[type=tel], .rvt-input-error > input[type=tel]:focus, .rvt-input-error > input[type=text], .rvt-input-error > input[type=text]:focus, .rvt-input-error > input[type=time], .rvt-input-error > input[type=time]:focus, .rvt-input-error > input[type=url], .rvt-input-error > input[type=url]:focus, .rvt-input-error > input[type=week], .rvt-input-error > input[type=week]:focus, .rvt-input-error > textarea, .rvt-input-error > select {
    box-shadow: 0 0 0 .125rem #df3603;
    border-color: #df3603
}

.rvt-avatar {
    align-items: center;
    background-color: #900;
    border-radius: 999rem;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    font-size: 1.25rem;
    font-weight: 700;
    height: 4rem;
    justify-content: center;
    overflow: hidden;
    width: 4rem
}

.rvt-avatar__image {
    display: block;
    height: auto;
    width: 100%
}

.rvt-avatar--xs {
    font-size: .875rem;
    height: 2rem;
    width: 2rem
}

.rvt-avatar--sm {
    font-size: 1rem;
    height: 3rem;
    width: 3rem
}

.rvt-avatar--md {
    font-size: 1.4375rem;
    height: 6rem;
    width: 6rem
}

.rvt-avatar--lg {
    font-size: 2rem;
    height: 8rem;
    width: 8rem
}

.rvt-avatar--xl {
    font-size: 2.5625rem;
    height: 10rem;
    width: 10rem;
    /*adding this jmg on 09022024 because of profile picture renders with head truncated at top*/
    padding-top: 4rem;

}

@media screen and (min-width: 30em) {
    .rvt-avatar--xs-sm-up {
        font-size: .875rem;
        height: 2rem !important;
        width: 2rem !important
    }

    .rvt-avatar--sm-sm-up {
        font-size: 1rem;
        height: 3rem !important;
        width: 3rem !important
    }

    .rvt-avatar--rg-sm-up {
        font-size: 1.25rem;
        height: 4rem !important;
        width: 4rem !important
    }

    .rvt-avatar--md-sm-up {
        font-size: 1.4375rem;
        height: 6rem !important;
        width: 6rem !important
    }

    .rvt-avatar--lg-sm-up {
        font-size: 2rem;
        height: 8rem !important;
        width: 8rem !important
    }

    .rvt-avatar--xl-sm-up {
        font-size: 2.5625rem;
        height: 10rem !important;
        width: 10rem !important
    }
}

@media screen and (min-width: 46.25em) {
    .rvt-avatar--xs-md-up {
        font-size: .875rem;
        height: 2rem !important;
        width: 2rem !important
    }

    .rvt-avatar--sm-md-up {
        font-size: 1rem;
        height: 3rem !important;
        width: 3rem !important
    }

    .rvt-avatar--rg-md-up {
        font-size: 1.25rem;
        height: 4rem !important;
        width: 4rem !important
    }

    .rvt-avatar--md-md-up {
        font-size: 1.4375rem;
        height: 6rem !important;
        width: 6rem !important
    }

    .rvt-avatar--lg-md-up {
        font-size: 2rem;
        height: 8rem !important;
        width: 8rem !important
    }

    .rvt-avatar--xl-md-up {
        font-size: 2.5625rem;
        height: 10rem !important;
        width: 10rem !important
    }
}

@media screen and (min-width: 67.5em) {
    .rvt-avatar--xs-lg-up {
        font-size: .875rem;
        height: 2rem !important;
        width: 2rem !important
    }

    .rvt-avatar--sm-lg-up {
        font-size: 1rem;
        height: 3rem !important;
        width: 3rem !important
    }

    .rvt-avatar--rg-lg-up {
        font-size: 1.25rem;
        height: 4rem !important;
        width: 4rem !important
    }

    .rvt-avatar--md-lg-up {
        font-size: 1.4375rem;
        height: 6rem !important;
        width: 6rem !important
    }

    .rvt-avatar--lg-lg-up {
        font-size: 2rem;
        height: 8rem !important;
        width: 8rem !important
    }

    .rvt-avatar--xl-lg-up {
        font-size: 2.5625rem;
        height: 10rem !important;
        width: 10rem !important
    }
}

@media screen and (min-width: 78.75em) {
    .rvt-avatar--xs-xl-up {
        font-size: .875rem;
        height: 2rem !important;
        width: 2rem !important
    }

    .rvt-avatar--sm-xl-up {
        font-size: 1rem;
        height: 3rem !important;
        width: 3rem !important
    }

    .rvt-avatar--rg-xl-up {
        font-size: 1.25rem;
        height: 4rem !important;
        width: 4rem !important
    }

    .rvt-avatar--md-xl-up {
        font-size: 1.4375rem;
        height: 6rem !important;
        width: 6rem !important
    }

    .rvt-avatar--lg-xl-up {
        font-size: 2rem;
        height: 8rem !important;
        width: 8rem !important
    }

    .rvt-avatar--xl-xl-up {
        font-size: 2.5625rem;
        height: 10rem !important;
        width: 10rem !important
    }
}

@media screen and (min-width: 87.5em) {
    .rvt-avatar--xs-xxl-up {
        font-size: .875rem;
        height: 2rem !important;
        width: 2rem !important
    }

    .rvt-avatar--sm-xxl-up {
        font-size: 1rem;
        height: 3rem !important;
        width: 3rem !important
    }

    .rvt-avatar--rg-xxl-up {
        font-size: 1.25rem;
        height: 4rem !important;
        width: 4rem !important
    }

    .rvt-avatar--md-xxl-up {
        font-size: 1.4375rem;
        height: 6rem !important;
        width: 6rem !important
    }

    .rvt-avatar--lg-xxl-up {
        font-size: 2rem;
        height: 8rem !important;
        width: 8rem !important
    }

    .rvt-avatar--xl-xxl-up {
        font-size: 2.5625rem;
        height: 10rem !important;
        width: 10rem !important
    }
}

.rvt-badge {
    background-color: #e2e7e9;
    border: .125rem solid #e2e7e9;
    border-radius: 999rem;
    color: #243142;
    display: inline-block;
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: .02rem;
    line-height: 1;
    padding: .1875rem .5rem;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    -osx-font-smoothing: grayscale
}

.rvt-badge--secondary {
    background-color: #fff
}

a.rvt-badge {
    text-decoration: none
}

    a.rvt-badge:hover {
        color: #243142;
        background-color: #f8f9fa
    }

a.rvt-badge--info:hover, a.rvt-badge--info-secondary:hover {
    background-color: #edfafd;
    color: #004f80
}

a.rvt-badge--success:hover, a.rvt-badge--success-secondary:hover {
    background-color: #f9f9f0;
    color: #005c31
}

a.rvt-badge--warning:hover, a.rvt-badge--warning-secondary:hover {
    background-color: #fffceb;
    color: #182534
}

a.rvt-badge--danger:hover, a.rvt-badge--danger-secondary:hover {
    background-color: #fff3f0;
    color: #b11c00
}

a.rvt-badge:focus {
    border-radius: 999rem
}

.rvt-badge--info {
    background-color: #006298;
    border-color: #006298;
    color: #fff
}

.rvt-badge--info-secondary {
    background-color: #fff;
    border-color: #c6ecf6;
    color: #006298
}

.rvt-badge--success {
    background-color: #056e41;
    border-color: #056e41;
    color: #fff
}

.rvt-badge--success-secondary {
    background-color: #fff;
    border-color: #dee8c6;
    color: #056e41
}

.rvt-badge--warning {
    background-color: #ffc132;
    border-color: #ffc132;
    color: #0e1825
}

.rvt-badge--warning-secondary {
    background-color: #fff;
    border-color: #fff4c6;
    color: #243142
}

.rvt-badge--danger {
    background-color: #df3603;
    border-color: #df3603;
    color: #fff
}

.rvt-badge--danger-secondary {
    background-color: #fff;
    border-color: #ffcdc0;
    color: #df3603
}

.rvt-billboard {
    position: relative;
    gap: 2rem
}

.rvt-billboard__title {
    font-size: 1.8125rem;
    position: relative;
    margin-top: 1rem
}

    .rvt-billboard__title::before {
        content: "";
        display: block;
        position: absolute;
        background-color: #900;
        width: 2rem;
        height: .5rem;
        top: -1rem
    }

.rvt-billboard__title--plain::before {
    content: none
}

.rvt-billboard__body {
    margin-top: 2.5rem
}

.rvt-billboard__content {
    color: #4c5a69;
    margin-top: 1rem;
    --flow-space: 1.5rem
}

.rvt-billboard__image {
    z-index: 1
}

    .rvt-billboard__image img {
        width: 100%;
        display: block;
        border-radius: .5rem
    }

.rvt-billboard--center .rvt-billboard__body {
    text-align: center;
    max-width: 48rem;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto
}

.rvt-billboard--center .rvt-billboard__title {
    display: flex;
    width: 100%;
    justify-content: center
}

.rvt-billboard--center .rvt-billboard__image {
    display: none
}

@media screen and (min-width: 46.25em) {
    .rvt-billboard {
        display: flex;
        flex-direction: row-reverse
    }

    .rvt-billboard__image {
        width: 55%
    }

    .rvt-billboard__body {
        flex-basis: 33%;
        flex-grow: 1;
        padding-right: 2.5rem
    }

    .rvt-billboard--reverse {
        flex-direction: row
    }

        .rvt-billboard--reverse .rvt-billboard__body {
            padding-right: 0;
            padding-left: 2.5rem
        }
}

.rvt-breadcrumbs {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap
}

    .rvt-breadcrumbs li {
        line-height: 1.25rem;
        margin-top: 0;
        margin-right: .5rem;
        font-size: .875rem
    }

        .rvt-breadcrumbs li::before {
            content: "/";
            padding-right: .5rem;
            color: #a0abb4
        }

        .rvt-breadcrumbs li a {
            text-decoration: none
        }

            .rvt-breadcrumbs li a:hover {
                text-decoration: underline
            }

        .rvt-breadcrumbs li:first-child {
            color: #243142
        }

            .rvt-breadcrumbs li:first-child::before {
                content: none
            }

        .rvt-breadcrumbs li:last-child {
            color: #4c5a69
        }

.rvt-breadcrumbs--call-out {
    background-color: #e2e7e9;
    padding: 1rem;
    border-radius: .25rem
}

    .rvt-breadcrumbs--call-out li:last-child {
        color: #0e1825
    }

.rvt-button {
    align-items: center;
    background-color: #006298;
    border: .125rem solid #006298;
    border-radius: .25rem;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-weight: 500;
    gap: .5rem;
    height: 2.5rem;
    line-height: 1;
    padding: 0 .625rem;
    position: relative;
    text-decoration: none;
    white-space: nowrap
}

    .rvt-button .rvt-loader {
        display: none
    }

    .rvt-button::-moz-focus-inner {
        border: 0
    }

    .rvt-button:focus {
        box-shadow: 0 0 0 .1rem #fff,0 0 0 .25rem #328bb8;
        outline: none
    }

    .rvt-button:hover {
        background-color: #004f80;
        border-color: #004f80;
        color: #fff
    }

    .rvt-button:active {
        background-color: #00385f;
        border-color: #00385f
    }

    .rvt-button:disabled, .rvt-button:disabled:hover {
        background-color: #f8f9fa;
        color: #4c5a69;
        border-color: #75838f;
        cursor: not-allowed
    }

.rvt-button--secondary {
    background-color: #fff;
    border-color: #c6ecf6;
    color: #006298
}

    .rvt-button--secondary:focus {
        box-shadow: 0 0 0 .125rem #fff,0 0 0 .25rem #328bb8;
        outline: none
    }

    .rvt-button--secondary:hover {
        background-color: #edfafd;
        border-color: #c6ecf6;
        color: #004f80
    }

    .rvt-button--secondary:active {
        background-color: #c6ecf6;
        border-color: #94d2e7;
        color: #004f80
    }

.rvt-button--success {
    background-color: #056e41;
    border-color: #056e41
}

    .rvt-button--success:focus {
        box-shadow: 0 0 0 .125rem #fff,0 0 0 .25rem #329345;
        outline: none
    }

    .rvt-button--success:hover {
        background-color: #004421;
        border-color: #004421;
        color: #fff
    }

    .rvt-button--success:active {
        background-color: #004421;
        border-color: #004421
    }

.rvt-button--success-secondary {
    background-color: #fff;
    border-color: #dee8c6;
    color: #056e41
}

    .rvt-button--success-secondary:focus {
        box-shadow: 0 0 0 .125rem #fff,0 0 0 .25rem #329345;
        outline: none
    }

    .rvt-button--success-secondary:hover {
        background-color: #f9f9f0;
        border-color: #dee8c6;
        color: #005c31
    }

    .rvt-button--success-secondary:active {
        background-color: #dee8c6;
        border-color: #a7d094;
        color: #005c31
    }

.rvt-button--danger {
    background-color: #df3603;
    border-color: #df3603
}

    .rvt-button--danger:focus {
        box-shadow: 0 0 0 .125rem #fff,0 0 0 .25rem #f75930;
        outline: none
    }

    .rvt-button--danger:hover {
        background-color: #b11c00;
        border-color: #b11c00;
        color: #fff
    }

    .rvt-button--danger:active {
        background-color: #690a00;
        border-color: #690a00
    }

.rvt-button--danger-secondary {
    background-color: #fff;
    border-color: #ffcdc0;
    color: #df3603
}

    .rvt-button--danger-secondary:focus {
        box-shadow: 0 0 0 .125rem #fff,0 0 0 .25rem #f75930;
        outline: none
    }

    .rvt-button--danger-secondary:hover {
        background-color: #fff3f0;
        border-color: #ffcdc0;
        color: #b11c00
    }

    .rvt-button--danger-secondary:active {
        background-color: #ffcdc0;
        border-color: #ffa690;
        color: #b11c00
    }

.rvt-button--small {
    font-size: .875rem;
    height: 1.5rem;
    padding: 0 .375rem
}

.rvt-button--plain {
    border-color: transparent;
    background-color: transparent;
    color: #006298
}

    .rvt-button--plain:focus {
        box-shadow: 0 0 0 .125rem #fff,0 0 0 .25rem #328bb8;
        outline: none
    }

    .rvt-button--plain:hover {
        background-color: #edfafd;
        border-color: transparent;
        color: #006298 !important;
    }

    .rvt-button--plain:active {
        background-color: #c6ecf6;
        border-color: transparent;
        color: #004f80
    }

    .rvt-button--plain:disabled, .rvt-button--plain:disabled:hover {
        border-color: #e2e7e9
    }

.rvt-button--link {
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #006298;
    font-weight: 500;
    height: initial;
    padding: 0;
    display: inline-flex;
    align-items: initial;
    transition: none
}

    .rvt-button--link:hover {
        background-color: transparent;
        color: #004f80
    }

    .rvt-button--link:active {
        color: #00385f
    }

.rvt-button-group {
    display: flex
}

    .rvt-button-group > *:not(:last-child) {
        margin-right: 1rem
    }

.rvt-button-group--right {
    justify-content: flex-end
}

.rvt-button--full-width {
    display: flex;
    justify-content: center;
    width: 100%
}

.rvt-button--loading, .rvt-button--loading[disabled] {
    background-color: #f8f9fa;
    border-color: #75838f;
    color: #4c5a69;
    justify-content: center;
    position: relative
}

    .rvt-button--loading:hover, .rvt-button--loading[disabled]:hover {
        background-color: #e2e7e9;
        color: #0e1825
    }

    .rvt-button--loading .rvt-button__content, .rvt-button--loading[disabled] .rvt-button__content {
        color: transparent
    }

    .rvt-button--loading .rvt-loader, .rvt-button--loading[disabled] .rvt-loader {
        border-bottom-color: #4c5a69;
        border-right-color: #4c5a69;
        border-top-color: #4c5a69;
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -0.65rem;
        margin-left: -0.5rem
    }

.rvt-button-segmented {
    display: inline-flex
}

.rvt-button-segmented--fitted {
    display: flex;
    width: 100%
}

    .rvt-button-segmented--fitted .rvt-button {
        flex-grow: 1;
        justify-content: center
    }

.rvt-button-segmented .rvt-button {
    position: relative
}

    .rvt-button-segmented .rvt-button:focus {
        z-index: 1000
    }

.rvt-button-segmented a.rvt-button {
    text-align: center
}

.rvt-button-segmented .rvt-button:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.rvt-button-segmented .rvt-button:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -2px
}

.rvt-button-segmented .rvt-button:not(:first-child):not(:last-child) {
    border-radius: 0;
    margin-left: -2px
}

.rvt-button-segmented .dropdown:first-child > .rvt-button:only-of-type, .rvt-button-segmented .rvt-dropdown:first-child > .rvt-button:only-of-type {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-left: -2px
}

.rvt-button-segmented .dropdown:first-child > .rvt-button:first-of-type, .rvt-button-segmented .rvt-dropdown:first-child > .rvt-button:first-of-type {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.rvt-button-segmented .dropdown:last-child > .rvt-button:only-of-type, .rvt-button-segmented .rvt-dropdown:last-child > .rvt-button:only-of-type {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -2px
}

.rvt-button-segmented .dropdown:last-child > .rvt-button:last-of-type, .rvt-button-segmented .rvt-dropdown:last-child > .rvt-button:last-of-type {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.rvt-button-segmented .dropdown:not(:first-child):not(:last-child) > .rvt-button:only-of-type, .rvt-button-segmented .rvt-dropdown:not(:first-child):not(:last-child) > .rvt-button:only-of-type {
    border-radius: 0;
    margin-left: -2px
}

.rvt-button-segmented .rvt-dropdown:last-child > .rvt-button:not(.rvt-button--secondary) {
    margin-left: 2px
}

.rvt-card {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.rvt-card--raised {
    background-color: #fff;
    border-radius: .5rem;
    box-shadow: 0 .25rem 1rem rgba(36,49,66,.2)
}

.rvt-card__image img {
    display: block;
    width: 100%;
    border-radius: .5rem
}

.rvt-card--raised .rvt-card__image img {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.rvt-card__body {
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.rvt-card--raised .rvt-card__body {
    padding: 1rem
}

.rvt-card__eyebrow {
    color: #900;
    font-size: .875rem;
    text-decoration: none
}

    .rvt-card__eyebrow[href]:hover {
        text-decoration: underline
    }

.rvt-card__title {
    font-size: 1.25rem;
    padding-right: 2.5rem;
    line-height: 1.3
}

    .rvt-card__title a {
        display: block;
        text-decoration: none;
        color: #243142
    }

        .rvt-card__title a::before {
            content: "";
            border-radius: 999rem;
            display: block;
            width: 1rem;
            height: 1rem;
            background-color: #edfafd;
            padding: .5rem;
            position: absolute;
            right: .5rem;
            background-size: 1rem 1rem;
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23006298" viewBox="0 0 16 16"><path d="M1 7h10.844L7.737 2.146 9.263.854 15.31 8l-6.047 7.146-1.526-1.292L11.844 9H1V7Z"></path></svg>');
            background-repeat: no-repeat;
            background-position: center;
            transition: all .2s ease
        }

.rvt-card--raised .rvt-card__title a::before {
    right: 1.5rem
}

.rvt-card--clickable .rvt-card__title a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.rvt-card__title a:hover {
    color: #006298;
    text-decoration: underline
}

    .rvt-card__title a:hover::before {
        transform: translate(0.5rem, 0);
        background-color: #c6ecf6
    }

.rvt-card__content {
    border-top: 1px solid #e2e7e9;
    flex-grow: 1;
    margin-top: 1.5rem;
    color: #4c5a69;
    padding-top: 1.5rem
}

.rvt-card__meta {
    font-size: .875rem;
    padding-top: 1.5rem
}

    .rvt-card__meta > * {
        margin-top: 0;
        margin-bottom: 0
    }

@media screen and (min-width: 30em) {
    .rvt-card__body {
        padding-top: 1.5rem
    }

    .rvt-card--raised .rvt-card__body {
        padding: 1.5rem
    }
}

.rvt-card--horizontal {
    flex-direction: row;
    gap: 1.5rem
}

    .rvt-card--horizontal .rvt-card__image {
        flex-shrink: 0;
        width: 25%;
        max-width: var(--image-max-width, 180px)
    }

@media screen and (min-width: 46.25em) {
    .rvt-card--horizontal .rvt-card__image {
        width: 33%
    }
}

.rvt-card--horizontal .rvt-card__body, .rvt-card--horizontal .rvt-card__meta {
    padding-top: 0
}

.rvt-card--horizontal .rvt-card__content {
    flex-grow: 0;
    padding-top: 0
}

@media screen and (max-width: 46.25em) {
    .rvt-card--horizontal .rvt-card__title {
        font-size: 1.125rem;
        padding-right: 4rem
    }

        .rvt-card--horizontal .rvt-card__title a::before {
            margin-top: -1rem
        }
}

.rvt-card--horizontal.rvt-card--raised {
    padding: 1.5rem
}

    .rvt-card--horizontal.rvt-card--raised .rvt-card__image img {
        border-radius: .25rem
    }

    .rvt-card--horizontal.rvt-card--raised .rvt-card__body {
        padding: 0
    }

.rvt-cal {
    font-size: 2rem;
    font-weight: 700;
    background-color: #f8f9fa;
    display: inline-flex;
    padding: .75rem 1rem;
    line-height: 1.1;
    position: relative;
    border-top: .5rem solid #900;
    flex-direction: column
}

.rvt-cal__month, .rvt-cal__day, .rvt-cal__year {
    margin-left: auto;
    margin-right: auto;
    padding: 0 1rem;
    text-transform: uppercase
}

.rvt-cal__month {
    color: #0e1825;
    font-size: .875rem
}

.rvt-cal__day {
    font-weight: 400;
    font-size: 1.4375rem;
    margin-top: .25rem
}

.rvt-cal__year {
    color: #0e1825;
    font-size: .875rem;
    font-weight: 400;
    margin-top: .25rem
}

.rvt-checkbox {
    display: inline-block;
    padding-left: 2rem;
    position: relative
}

    .rvt-checkbox input[type=checkbox] {
        cursor: pointer;
        height: 1.5rem;
        left: 0;
        margin: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 2rem
    }

.rvt-checkbox--sr-only-label {
    padding-left: 1.5rem
}

    .rvt-checkbox--sr-only-label input[type=checkbox] {
        width: 1.5rem
    }

        .rvt-checkbox--sr-only-label input[type=checkbox] ~ label {
            height: 0;
            overflow: hidden;
            padding: 0;
            width: 0
        }

.rvt-checkbox input[type=checkbox] ~ label {
    cursor: pointer;
    display: inline-block;
    line-height: 1.5
}

    .rvt-checkbox input[type=checkbox] ~ label::before {
        background-color: #fff;
        border: .125rem solid #75838f;
        border-radius: .125rem;
        content: "";
        display: inline-block;
        height: 1rem;
        left: .125rem;
        position: absolute;
        top: .125rem;
        width: 1rem
    }

.rvt-checkbox input[type=checkbox]:checked ~ label::before, .rvt-checkbox input[type=checkbox]:indeterminate ~ label::before {
    background-color: #006298;
    background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" viewBox="0 0 16 16"><path d="m14.914 4-9.47 9.47L1.09 8.393 2.608 7.09l2.948 3.44L13.5 2.585 14.914 4Z"></path></svg>');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-color: #006298
}

.rvt-checkbox input[type=checkbox]:indeterminate ~ label::before {
    background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" viewBox="0 0 16 16" id="rvt-icon-minus"><path d="M15 9H1V7h14v2Z"></path></svg>')
}

.rvt-checkbox input[type=checkbox]:focus ~ label::before {
    box-shadow: 0 0 0 .125rem #fff,0 0 0 .25rem #328bb8
}

.rvt-checkbox input[type=checkbox]:disabled {
    cursor: default
}

    .rvt-checkbox input[type=checkbox]:disabled ~ label {
        color: #4c5a69;
        cursor: default
    }

        .rvt-checkbox input[type=checkbox]:disabled ~ label::before {
            background-color: #e2e7e9;
            border-color: #75838f
        }

.rvt-checkbox__description {
    color: #4c5a69;
    display: block;
    font-size: .875rem
}

.rvt-cta {
    text-decoration: none;
    display: inline-block;
    font-weight: 500
}

    .rvt-cta::after {
        content: "";
        color: #006298;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23006298" viewBox="0 0 16 16"><path d="M1 7h10.844L7.737 2.146 9.263.854 15.31 8l-6.047 7.146-1.526-1.292L11.844 9H1V7Z"></path></svg>');
        background-repeat: no-repeat;
        background-position: center;
        margin-left: .5rem;
        display: inline-block;
        width: 1rem;
        height: 1rem;
        position: relative;
        top: .2rem;
        transition: all .2s ease
    }

    .rvt-cta:hover::after {
        transform: translate(0.5rem, 0)
    }

.rvt-cta--button {
    background-color: #900;
    border: .125rem solid #900;
    border-color: #900;
    border-radius: .25rem;
    box-shadow: 0 .25rem .5rem rgba(36,49,66,.16);
    color: #fff;
    height: 2.5rem;
    padding: 0 .75rem;
    display: inline-flex;
    align-items: center
}

    .rvt-cta--button::after {
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" viewBox="0 0 16 16"><path d="M1 7h10.844L7.737 2.146 9.263.854 15.31 8l-6.047 7.146-1.526-1.292L11.844 9H1V7Z"></path></svg>');
        top: 0
    }

    .rvt-cta--button::-moz-focus-inner {
        border: 0
    }

    .rvt-cta--button:focus {
        box-shadow: 0 0 0 .125rem #fff,0 0 0 .25rem #dc231e;
        outline: none
    }

    .rvt-cta--button:hover {
        background-color: maroon;
        border-color: maroon;
        color: #fff
    }

        .rvt-cta--button:hover::after {
            transform: translate(0.25rem, 0)
        }

    .rvt-cta--button:active {
        background-color: #5a0c0c;
        border-color: #5a0c0c
    }

[class*="--bg-dark"] .rvt-cta {
    color: #fff
}

    [class*="--bg-dark"] .rvt-cta:hover {
        color: #c6ecf6
    }

    [class*="--bg-dark"] .rvt-cta::after {
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" viewBox="0 0 16 16"><path d="M1 7h10.844L7.737 2.146 9.263.854 15.31 8l-6.047 7.146-1.526-1.292L11.844 9H1V7Z"></path></svg>')
    }

    [class*="--bg-dark"] .rvt-cta:focus {
        box-shadow: 0 0 0 .125rem #fff,0 0 0 .25rem #900;
        outline: none
    }

[class*="--bg-dark"] .rvt-cta--button {
    background-color: #fff;
    color: #006298;
    border-color: #fff
}

    [class*="--bg-dark"] .rvt-cta--button::after {
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23006298" viewBox="0 0 16 16"><path d="M1 7h10.844L7.737 2.146 9.263.854 15.31 8l-6.047 7.146-1.526-1.292L11.844 9H1V7Z"></path></svg>')
    }

    [class*="--bg-dark"] .rvt-cta--button:hover {
        background-color: #c6ecf6;
        border-color: #c6ecf6;
        color: #00385f
    }

.rvt-dialog-prevent-scroll {
    overflow: hidden
}

.rvt-dialog {
    background-color: #fff;
    border-radius: .5rem;
    box-shadow: 0 .25rem 1rem rgba(36,49,66,.2);
    left: 0;
    margin: auto;
    max-width: 37.5rem;
    max-height: 100%;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 40%;
    transform: translateY(-40%);
    width: 90%;
    z-index: 1000
}

    .rvt-dialog[data-rvt-dialog-darken-page] {
        box-shadow: 0 0 0 9999px rgba(36,49,66,.85)
    }

    .rvt-dialog[data-rvt-dialog-top-left] {
        top: 2.5rem;
        left: 2.5rem;
        bottom: auto;
        right: auto;
        transform: none
    }

    .rvt-dialog[data-rvt-dialog-top-right] {
        top: 2.5rem;
        right: 2.5rem;
        left: auto;
        bottom: auto;
        transform: none
    }

    .rvt-dialog[data-rvt-dialog-bottom-left] {
        top: auto;
        right: auto;
        bottom: 2.5rem;
        left: 2.5rem;
        transform: none
    }

    .rvt-dialog[data-rvt-dialog-bottom-right] {
        top: auto;
        right: 2.5rem;
        bottom: 2.5rem;
        left: auto;
        transform: none
    }

.rvt-dialog__close {
    background-color: transparent;
    border: none;
    border-radius: .25rem;
    position: absolute;
    right: 1rem;
    top: 1.1rem;
    padding: .5rem;
    height: auto;
    line-height: .5;
    display: inline-block;
    color: #243142
}

    .rvt-dialog__close:hover {
        background-color: #006298;
        color: #fff
    }

    .rvt-dialog__close:focus {
        outline: none;
        box-shadow: 0 0 0 .125rem #fff,0 0 0 .25rem #004f80
    }

.rvt-dialog__header {
    padding: 1.5rem 1rem;
    border-bottom: 1px solid #e2e7e9
}

.rvt-dialog__title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1
}

.rvt-dialog__body {
    padding: 1rem
}

.rvt-dialog__controls {
    padding: 1rem;
    display: flex;
    border-top: 1px solid #e2e7e9;
    background-color: #f8f9fa;
    flex-wrap: wrap;
    gap: 1rem
}

    .rvt-dialog__controls .rvt-button {
        width: 100%;
        text-align: center;
        justify-content: center
    }

@media screen and (min-width: 30em) {
    .rvt-dialog__controls {
        justify-content: flex-end
    }

        .rvt-dialog__controls .rvt-button {
            width: auto
        }
}

.rvt-dialog .rvt-button[data-rvt-dialog-close] > * {
    pointer-events: none
}

.rvt-dialog[hidden] {
    display: none
}

.rvt-dialog:not([hidden]) {
    display: block
}

.rvt-disclosure__toggle {
    align-items: center;
    background-color: transparent;
    border: none;
    color: #006298;
    display: flex;
    font: inherit;
    padding-top: .25rem;
    padding-right: .5rem;
    padding-bottom: .25rem;
    padding-left: 1.5rem;
    position: relative
}

    .rvt-disclosure__toggle::before {
        content: "";
        width: 1rem;
        height: 1rem;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23006298" viewBox="0 0 16 16" id="rvt-icon-chevron-right"><path d="M6.263 15.146 12.31 8 6.263.854 4.737 2.146 9.69 8l-4.953 5.854 1.526 1.292Z"></path></svg>');
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        left: 0
    }

    .rvt-disclosure__toggle[aria-expanded=true]::before {
        transform: rotate(90deg)
    }

    .rvt-disclosure__toggle:hover {
        cursor: pointer;
        text-decoration: underline
    }

    .rvt-disclosure__toggle:focus {
        outline: .125rem solid #328bb8
    }

        .rvt-disclosure__toggle:focus:not(:focus-visible) {
            outline: none
        }

    .rvt-disclosure__toggle:focus-visible {
        background-color: #edfafd
    }

.rvt-disclosure__content {
    margin-top: .5rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: 1.5rem;
    box-shadow: .25rem 0 0 #e2e7e9 inset
}

.rvt-dropdown {
    position: relative;
    display: inline-block
}

    .rvt-dropdown .button__text {
        margin-right: .5rem
    }

.rvt-dropdown__toggle {
    display: flex;
    align-items: center;
    border: none;
    background-color: transparent;
    cursor: pointer;
    padding: 0
}

    .rvt-dropdown__toggle:focus {
        outline: none
    }

    .rvt-dropdown__toggle:focus-visible {
        outline: .125rem solid #004f80;
        outline-offset: .125rem
    }

    .rvt-dropdown__toggle:hover {
        text-decoration: underline
    }

    .rvt-dropdown__toggle[aria-expanded=true] > svg {
        transform: rotate(180deg)
    }

.rvt-dropdown__menu[aria-hidden=true] {
    display: none
}

.rvt-dropdown__menu {
    position: absolute;
    margin-top: .5rem;
    background-color: #fff;
    border-radius: .25rem;
    box-shadow: 0 .25rem .5rem rgba(36,49,66,.16);
    min-width: 12.5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    z-index: 1000
}

.rvt-dropdown__menu--right {
    right: 0
}

.rvt-dropdown__menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

    .rvt-dropdown__menu ul li {
        margin: 0
    }

.rvt-dropdown__menu a, .rvt-dropdown__menu button {
    display: block;
    text-decoration: none;
    color: #243142;
    padding: .375rem 1rem;
    background-color: transparent;
    border: none;
    width: 100%;
    text-align: left
}

    .rvt-dropdown__menu a:hover, .rvt-dropdown__menu button:hover {
        background-color: #edfafd;
        color: #006298;
        text-decoration: none
    }

    .rvt-dropdown__menu a:focus, .rvt-dropdown__menu button:focus {
        outline: none
    }

    .rvt-dropdown__menu a:focus-visible, .rvt-dropdown__menu button:focus-visible {
        outline: none;
        box-shadow: inset 0 0 0 .125rem #006298
    }

    .rvt-dropdown__menu a.rvt-is-selected, .rvt-dropdown__menu a[aria-current]:not([aria-current=false]), .rvt-dropdown__menu a[aria-checked=true], .rvt-dropdown__menu button.rvt-is-selected, .rvt-dropdown__menu button[aria-current]:not([aria-current=false]), .rvt-dropdown__menu button[aria-checked=true] {
        box-shadow: inset .25rem 0 0 #900;
        background-color: #fff3f0;
        color: #900
    }

        .rvt-dropdown__menu a.rvt-is-selected:hover, .rvt-dropdown__menu a[aria-current]:not([aria-current=false]):hover, .rvt-dropdown__menu a[aria-checked=true]:hover, .rvt-dropdown__menu button.rvt-is-selected:hover, .rvt-dropdown__menu button[aria-current]:not([aria-current=false]):hover, .rvt-dropdown__menu button[aria-checked=true]:hover {
            color: #900
        }

        .rvt-dropdown__menu a.rvt-is-selected:focus, .rvt-dropdown__menu a[aria-current]:not([aria-current=false]):focus, .rvt-dropdown__menu a[aria-checked=true]:focus, .rvt-dropdown__menu button.rvt-is-selected:focus, .rvt-dropdown__menu button[aria-current]:not([aria-current=false]):focus, .rvt-dropdown__menu button[aria-checked=true]:focus {
            outline: none
        }

        .rvt-dropdown__menu a.rvt-is-selected:focus-visible, .rvt-dropdown__menu a[aria-current]:not([aria-current=false]):focus-visible, .rvt-dropdown__menu a[aria-checked=true]:focus-visible, .rvt-dropdown__menu button.rvt-is-selected:focus-visible, .rvt-dropdown__menu button[aria-current]:not([aria-current=false]):focus-visible, .rvt-dropdown__menu button[aria-checked=true]:focus-visible {
            box-shadow: inset .25rem 0 0 #006298,inset 0 0 0 .125rem #006298 !important
        }

    .rvt-dropdown__menu button:disabled {
        color: #4c5a69;
        background-color: #f8f9fa
    }

.rvt-dropdown__menu-heading {
    color: #4c5a69;
    padding: 1rem 1rem .25rem;
    font-weight: 700;
    font-size: .875rem
}

    .rvt-dropdown__menu-heading:first-child {
        padding-top: 0
    }

.rvt-dropdown__menu-divider, .rvt-dropdown__menu-separator {
    border-top: 1px solid #e2e7e9;
    margin-top: .5rem;
    margin-bottom: .5rem
}

.rvt-dropdown [role=group] {
    border-top: 1px solid #e2e7e9;
    margin-top: .5rem;
    padding-top: .5rem
}

    .rvt-dropdown [role=group]:first-child {
        border-top: none;
        margin-top: 0;
        padding: 0
    }

.rvt-empty-state {
    border: .25rem dashed #e2e7e9;
    border-radius: .5rem;
    background-color: #f8f9fa;
    display: flex;
    flex-direction: column;
    padding: 4rem 1.5rem;
    text-align: center
}

.rvt-empty-state__content {
    color: #4c5a69
}

.rvt-empty-state__actions {
    margin-top: 1.5rem
}

    .rvt-empty-state__actions > * {
        width: 100%;
        justify-content: center
    }

        .rvt-empty-state__actions > *:not(:first-child) {
            margin-top: 1rem
        }

@media screen and (min-width: 46.25em) {
    .rvt-empty-state__actions {
        display: flex;
        justify-content: center
    }

        .rvt-empty-state__actions > * {
            width: auto
        }

            .rvt-empty-state__actions > *:not(:first-child) {
                margin-top: 0;
                margin-left: 1rem
            }
}

.rvt-file {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

    .rvt-file input[type=file] {
        width: .1px;
        height: .1px;
        opacity: 0;
        overflow: hidden
    }

        .rvt-file input[type=file] + label {
            font-size: 1rem;
            margin-top: 0;
            margin-bottom: 0;
            font-weight: 700;
            cursor: pointer;
            flex-grow: 0;
            width: inherit;
            display: flex
        }

        .rvt-file input[type=file]:focus + label {
            outline: none;
            box-shadow: 0 0 0 .125rem #fff,0 0 0 .25rem #328bb8 !important
        }

        .rvt-file input[type=file]:disabled + label {
            background-color: #e2e7e9;
            color: #4c5a69;
            border-color: #a0abb4;
            cursor: not-allowed
        }

.rvt-file__preview {
    margin-left: 1rem
}

    .rvt-file__preview span {
        font-weight: 700;
        line-height: 1.5;
        display: inline-block
    }

.rvt-footer-social a:focus, .rvt-footer-resources a:focus, .rvt-footer-base a:focus {
    outline-color: #fff
}

.rvt-footer-base {
    background-color: #900;
    color: #fff
}

.rvt-footer-base__inner {
    border-top: 1px solid rgba(255,255,255,.25);
    display: flex;
    flex-direction: column;
    margin-left: auto;
    padding-top: 1rem;
    padding-bottom: 1rem
}

.rvt-footer-base__logo {
    margin: 0 auto
}

.rvt-footer-base__list {
    padding: 0;
    list-style: none;
    text-align: center
}

.rvt-footer-base__item {
    font-size: .875rem;
    margin-top: .5rem
}

.rvt-footer-base__link {
    color: #fff;
    text-decoration: none
}

    .rvt-footer-base__link:hover {
        text-decoration: underline;
        color: #fff
    }

.rvt-footer-base--light {
    background-color: #fff;
    color: #243142
}

    .rvt-footer-base--light a {
        color: #243142
    }

        .rvt-footer-base--light a:hover {
            color: #006298;
            text-decoration: underline
        }

        .rvt-footer-base--light a:focus {
            outline-color: #006298
        }

    .rvt-footer-base--light .rvt-footer-base__inner {
        border-top-color: #e2e7e9
    }

    .rvt-footer-base--light .rvt-footer-base__logo {
        color: #900
    }

@media screen and (min-width: 46.25em) {
    .rvt-footer-base__inner {
        flex-direction: row;
        align-items: center;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        justify-content: flex-end
    }

    .rvt-footer-base__logo {
        display: inline-flex;
        margin: 0
    }

    .rvt-footer-base__list {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 1rem;
        display: flex
    }

    .rvt-footer-base__item {
        margin-top: 0
    }

        .rvt-footer-base__item:not(:first-child) {
            margin-left: 1rem
        }
}

.rvt-footer-resources {
    background-color: #900;
    color: #fff;
    padding-bottom: 1rem
}

.rvt-footer-resources__heading {
    font-size: 1.125rem;
    font-weight: 700;
    margin-top: 1.5rem
}

.rvt-footer-resources__text-block {
    font-size: .875rem;
    margin-top: 1rem
}

.rvt-footer-resources__list {
    list-style: none;
    margin-top: .5rem;
    padding-left: 0
}

.rvt-footer-resources__list-item {
    margin-top: .5rem
}

    .rvt-footer-resources__list-item a {
        color: #fff;
        display: block;
        font-size: .875rem;
        text-decoration: none
    }

        .rvt-footer-resources__list-item a:hover {
            color: #fff;
            text-decoration: underline
        }

.rvt-footer-resources__button {
    background-color: #fff;
    border-color: transparent;
    color: #900;
    justify-content: center;
    margin-bottom: 1rem;
    width: 100%
}

@media screen and (min-width: 46.25em) {
    .rvt-footer-resources {
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    .rvt-footer-resources__heading {
        margin-top: 0
    }

    .rvt-footer-resources__list {
        margin-top: 1rem
    }

    .rvt-footer-social + .rvt-footer-resources {
        padding-top: .5rem
    }
}

.rvt-footer-social {
    background-color: #900;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.rvt-footer-social__list {
    display: flex;
    width: 100%;
    list-style: none;
    padding: 0;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0
}

    .rvt-footer-social__list li {
        margin-top: 0
    }

        .rvt-footer-social__list li:not(:first-child) {
            margin-left: .5rem
        }

@media screen and (min-width: 46.25em) {
    .rvt-footer-social__list {
        justify-content: flex-end
    }
}

.rvt-container-sm {
    margin-left: auto;
    margin-right: auto;
    max-width: 52.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.rvt-container-md {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.rvt-container-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 71.25rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.rvt-container-xl {
    margin-left: auto;
    margin-right: auto;
    max-width: 86.25rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.rvt-row {
    display: flex;
    flex-wrap: wrap;
    list-style: "";
    margin-right: -0.75rem;
    margin-left: -0.75rem;
    padding-left: 0
}

    .rvt-row .rvt-cols {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        padding-left: .75rem;
        padding-right: .75rem;
        position: relative
    }

    .rvt-row .rvt-cols--last {
        margin-left: auto
    }

.rvt-row--loose {
    margin-left: -1.5rem;
    margin-right: -1.5rem
}

    .rvt-row--loose > [class^=rvt-cols] {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

.rvt-row--tight {
    margin-left: -0.5625rem;
    margin-right: -0.5625rem
}

    .rvt-row--tight > [class^=rvt-cols] {
        padding-left: .5625rem;
        padding-right: .5625rem
    }

.rvt-row [class^=rvt-cols] {
    min-width: 0;
    display: block
}

.rvt-cols--right {
    justify-content: flex-end
}

.rvt-cols-xxl, .rvt-cols-xl, .rvt-cols-lg, .rvt-cols-md, .rvt-cols-sm {
    padding: 0 .75rem;
    position: relative;
    width: 100%
}

@media screen and (min-width: 30em) {
    .rvt-cols-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
}

@media screen and (min-width: 46.25em) {
    .rvt-cols-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
}

@media screen and (min-width: 67.5em) {
    .rvt-cols-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
}

@media screen and (min-width: 78.75em) {
    .rvt-cols-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
}

@media screen and (min-width: 87.5em) {
    .rvt-cols-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
}

.rvt-cols-12-xxl, .rvt-cols-11-xxl, .rvt-cols-10-xxl, .rvt-cols-9-xxl, .rvt-cols-8-xxl, .rvt-cols-7-xxl, .rvt-cols-6-xxl, .rvt-cols-5-xxl, .rvt-cols-4-xxl, .rvt-cols-3-xxl, .rvt-cols-2-xxl, .rvt-cols-1-xxl, .rvt-cols-12-xl, .rvt-cols-11-xl, .rvt-cols-10-xl, .rvt-cols-9-xl, .rvt-cols-8-xl, .rvt-cols-7-xl, .rvt-cols-6-xl, .rvt-cols-5-xl, .rvt-cols-4-xl, .rvt-cols-3-xl, .rvt-cols-2-xl, .rvt-cols-1-xl, .rvt-cols-12-lg, .rvt-cols-11-lg, .rvt-cols-10-lg, .rvt-cols-9-lg, .rvt-cols-8-lg, .rvt-cols-7-lg, .rvt-cols-6-lg, .rvt-cols-5-lg, .rvt-cols-4-lg, .rvt-cols-3-lg, .rvt-cols-2-lg, .rvt-cols-1-lg, .rvt-cols-12-md, .rvt-cols-11-md, .rvt-cols-10-md, .rvt-cols-9-md, .rvt-cols-8-md, .rvt-cols-7-md, .rvt-cols-6-md, .rvt-cols-5-md, .rvt-cols-4-md, .rvt-cols-3-md, .rvt-cols-2-md, .rvt-cols-1-md, .rvt-cols-12-sm, .rvt-cols-11-sm, .rvt-cols-10-sm, .rvt-cols-9-sm, .rvt-cols-8-sm, .rvt-cols-7-sm, .rvt-cols-6-sm, .rvt-cols-5-sm, .rvt-cols-4-sm, .rvt-cols-3-sm, .rvt-cols-2-sm, .rvt-cols-1-sm, .rvt-cols-12, .rvt-cols-11, .rvt-cols-10, .rvt-cols-9, .rvt-cols-8, .rvt-cols-7, .rvt-cols-6, .rvt-cols-5, .rvt-cols-4, .rvt-cols-3, .rvt-cols-2, .rvt-cols-1 {
    padding-left: .75rem;
    padding-right: .75rem;
    position: relative;
    width: 100%
}

.rvt-cols-1 {
    flex-basis: 8.333%;
    max-width: 8.333%
}

.rvt-cols-2 {
    flex-basis: 16.6667%;
    max-width: 16.6667%
}

.rvt-cols-3 {
    flex-basis: 25%;
    max-width: 25%
}

.rvt-cols-4 {
    flex-basis: 33.3333%;
    max-width: 33.3333%
}

.rvt-cols-5 {
    flex-basis: 41.6667%;
    max-width: 41.6667%
}

.rvt-cols-6 {
    flex-basis: 50%;
    max-width: 50%
}

.rvt-cols-7 {
    flex-basis: 58.3333%;
    max-width: 58.3333%
}

.rvt-cols-8 {
    flex-basis: 66.6667%;
    max-width: 66.6667%
}

.rvt-cols-9 {
    flex-basis: 75%;
    max-width: 75%
}

.rvt-cols-10 {
    flex-basis: 83.3333%;
    max-width: 83.3333%
}

.rvt-cols-11 {
    flex-basis: 91.6667%;
    max-width: 91.6667%
}

.rvt-cols-12 {
    flex-basis: 100%;
    max-width: 100%
}

.rvt-cols-1-sm {
    flex-basis: 8.333%;
    max-width: 8.333%
}

.rvt-cols-2-sm {
    flex-basis: 16.6667%;
    max-width: 16.6667%
}

.rvt-cols-3-sm {
    flex-basis: 25%;
    max-width: 25%
}

.rvt-cols-4-sm {
    flex-basis: 33.3333%;
    max-width: 33.3333%
}

.rvt-cols-5-sm {
    flex-basis: 41.6667%;
    max-width: 41.6667%
}

.rvt-cols-6-sm {
    flex-basis: 50%;
    max-width: 50%
}

.rvt-cols-7-sm {
    flex-basis: 58.3333%;
    max-width: 58.3333%
}

.rvt-cols-8-sm {
    flex-basis: 66.6667%;
    max-width: 66.6667%
}

.rvt-cols-9-sm {
    flex-basis: 75%;
    max-width: 75%
}

.rvt-cols-10-sm {
    flex-basis: 83.3333%;
    max-width: 83.3333%
}

.rvt-cols-11-sm {
    flex-basis: 91.6667%;
    max-width: 91.6667%
}

.rvt-cols-12-sm {
    flex-basis: 100%;
    max-width: 100%
}

@media screen and (min-width: 46.25em) {
    .rvt-cols-1-md {
        flex-basis: 8.333%;
        max-width: 8.333%
    }

    .rvt-cols-2-md {
        flex-basis: 16.6667%;
        max-width: 16.6667%
    }

    .rvt-cols-3-md {
        flex-basis: 25%;
        max-width: 25%
    }

    .rvt-cols-4-md {
        flex-basis: 33.3333%;
        max-width: 33.3333%
    }

    .rvt-cols-5-md {
        flex-basis: 41.6667%;
        max-width: 41.6667%
    }

    .rvt-cols-6-md {
        flex-basis: 50%;
        max-width: 50%
    }

    .rvt-cols-7-md {
        flex-basis: 58.3333%;
        max-width: 58.3333%
    }

    .rvt-cols-8-md {
        flex-basis: 66.6667%;
        max-width: 66.6667%
    }

    .rvt-cols-9-md {
        flex-basis: 75%;
        max-width: 75%
    }

    .rvt-cols-10-md {
        flex-basis: 83.3333%;
        max-width: 83.3333%
    }

    .rvt-cols-11-md {
        flex-basis: 91.6667%;
        max-width: 91.6667%
    }

    .rvt-cols-12-md {
        flex-basis: 100%;
        max-width: 100%
    }
}

@media screen and (min-width: 67.5em) {
    .rvt-cols-1-lg {
        flex-basis: 8.333%;
        max-width: 8.333%
    }

    .rvt-cols-2-lg {
        flex-basis: 16.6667%;
        max-width: 16.6667%
    }

    .rvt-cols-3-lg {
        flex-basis: 25%;
        max-width: 25%
    }

    .rvt-cols-4-lg {
        flex-basis: 33.3333%;
        max-width: 33.3333%
    }

    .rvt-cols-5-lg {
        flex-basis: 41.6667%;
        max-width: 41.6667%
    }

    .rvt-cols-6-lg {
        flex-basis: 50%;
        max-width: 50%
    }

    .rvt-cols-7-lg {
        flex-basis: 58.3333%;
        max-width: 58.3333%
    }

    .rvt-cols-8-lg {
        flex-basis: 66.6667%;
        max-width: 66.6667%
    }

    .rvt-cols-9-lg {
        flex-basis: 75%;
        max-width: 75%
    }

    .rvt-cols-10-lg {
        flex-basis: 83.3333%;
        max-width: 83.3333%
    }

    .rvt-cols-11-lg {
        flex-basis: 91.6667%;
        max-width: 91.6667%
    }

    .rvt-cols-12-lg {
        flex-basis: 100%;
        max-width: 100%
    }
}

@media screen and (min-width: 78.75em) {
    .rvt-cols-1-xl {
        flex-basis: 8.333%;
        max-width: 8.333%
    }

    .rvt-cols-2-xl {
        flex-basis: 16.6667%;
        max-width: 16.6667%
    }

    .rvt-cols-3-xl {
        flex-basis: 25%;
        max-width: 25%
    }

    .rvt-cols-4-xl {
        flex-basis: 33.3333%;
        max-width: 33.3333%
    }

    .rvt-cols-5-xl {
        flex-basis: 41.6667%;
        max-width: 41.6667%
    }

    .rvt-cols-6-xl {
        flex-basis: 50%;
        max-width: 50%
    }

    .rvt-cols-7-xl {
        flex-basis: 58.3333%;
        max-width: 58.3333%
    }

    .rvt-cols-8-xl {
        flex-basis: 66.6667%;
        max-width: 66.6667%
    }

    .rvt-cols-9-xl {
        flex-basis: 75%;
        max-width: 75%
    }

    .rvt-cols-10-xl {
        flex-basis: 83.3333%;
        max-width: 83.3333%
    }

    .rvt-cols-11-xl {
        flex-basis: 91.6667%;
        max-width: 91.6667%
    }

    .rvt-cols-12-xl {
        flex-basis: 100%;
        max-width: 100%
    }
}

@media screen and (min-width: 87.5em) {
    .rvt-cols-1-xxl {
        flex-basis: 8.333%;
        max-width: 8.333%
    }

    .rvt-cols-2-xxl {
        flex-basis: 16.6667%;
        max-width: 16.6667%
    }

    .rvt-cols-3-xxl {
        flex-basis: 25%;
        max-width: 25%
    }

    .rvt-cols-4-xxl {
        flex-basis: 33.3333%;
        max-width: 33.3333%
    }

    .rvt-cols-5-xxl {
        flex-basis: 41.6667%;
        max-width: 41.6667%
    }

    .rvt-cols-6-xxl {
        flex-basis: 50%;
        max-width: 50%
    }

    .rvt-cols-7-xxl {
        flex-basis: 58.3333%;
        max-width: 58.3333%
    }

    .rvt-cols-8-xxl {
        flex-basis: 66.6667%;
        max-width: 66.6667%
    }

    .rvt-cols-9-xxl {
        flex-basis: 75%;
        max-width: 75%
    }

    .rvt-cols-10-xxl {
        flex-basis: 83.3333%;
        max-width: 83.3333%
    }

    .rvt-cols-11-xxl {
        flex-basis: 91.6667%;
        max-width: 91.6667%
    }

    .rvt-cols-12-xxl {
        flex-basis: 100%;
        max-width: 100%
    }
}

.rvt-cols-push-1 {
    left: 8.333%
}

.rvt-cols-push-2 {
    left: 16.6667%
}

.rvt-cols-push-3 {
    left: 25%
}

.rvt-cols-push-4 {
    left: 33.3333%
}

.rvt-cols-push-5 {
    left: 41.6667%
}

.rvt-cols-push-6 {
    left: 50%
}

.rvt-cols-push-7 {
    left: 58.3333%
}

.rvt-cols-push-8 {
    left: 66.6667%
}

.rvt-cols-push-9 {
    left: 75%
}

.rvt-cols-push-10 {
    left: 83.3333%
}

.rvt-cols-push-11 {
    left: 91.6667%
}

.rvt-cols-push-12 {
    left: 100%
}

.rvt-cols-pull-1 {
    right: 8.333%
}

.rvt-cols-pull-2 {
    right: 16.6667%
}

.rvt-cols-pull-3 {
    right: 25%
}

.rvt-cols-pull-4 {
    right: 33.3333%
}

.rvt-cols-pull-5 {
    right: 41.6667%
}

.rvt-cols-pull-6 {
    right: 50%
}

.rvt-cols-pull-7 {
    right: 58.3333%
}

.rvt-cols-pull-8 {
    right: 66.6667%
}

.rvt-cols-pull-9 {
    right: 75%
}

.rvt-cols-pull-10 {
    right: 83.3333%
}

.rvt-cols-pull-11 {
    right: 91.6667%
}

.rvt-cols-pull-12 {
    right: 100%
}

@media screen and (min-width: 30em) {
    .rvt-cols-push-1-sm {
        left: 8.333%
    }

    .rvt-cols-push-2-sm {
        left: 16.6667%
    }

    .rvt-cols-push-3-sm {
        left: 25%
    }

    .rvt-cols-push-4-sm {
        left: 33.3333%
    }

    .rvt-cols-push-5-sm {
        left: 41.6667%
    }

    .rvt-cols-push-6-sm {
        left: 50%
    }

    .rvt-cols-push-7-sm {
        left: 58.3333%
    }

    .rvt-cols-push-8-sm {
        left: 66.6667%
    }

    .rvt-cols-push-9-sm {
        left: 75%
    }

    .rvt-cols-push-10-sm {
        left: 83.3333%
    }

    .rvt-cols-push-11-sm {
        left: 91.6667%
    }

    .rvt-cols-push-12-sm {
        left: 100%
    }

    .rvt-cols-pull-1-sm {
        right: 8.333%
    }

    .rvt-cols-pull-2-sm {
        right: 16.6667%
    }

    .rvt-cols-pull-3-sm {
        right: 25%
    }

    .rvt-cols-pull-4-sm {
        right: 33.3333%
    }

    .rvt-cols-pull-5-sm {
        right: 41.6667%
    }

    .rvt-cols-pull-6-sm {
        right: 50%
    }

    .rvt-cols-pull-7-sm {
        right: 58.3333%
    }

    .rvt-cols-pull-8-sm {
        right: 66.6667%
    }

    .rvt-cols-pull-9-sm {
        right: 75%
    }

    .rvt-cols-pull-10-sm {
        right: 83.3333%
    }

    .rvt-cols-pull-11-sm {
        right: 91.6667%
    }

    .rvt-cols-pull-12-sm {
        right: 100%
    }
}

@media screen and (min-width: 46.25em) {
    .rvt-cols-push-1-md {
        left: 8.333%
    }

    .rvt-cols-push-2-md {
        left: 16.6667%
    }

    .rvt-cols-push-3-md {
        left: 25%
    }

    .rvt-cols-push-4-md {
        left: 33.3333%
    }

    .rvt-cols-push-5-md {
        left: 41.6667%
    }

    .rvt-cols-push-6-md {
        left: 50%
    }

    .rvt-cols-push-7-md {
        left: 58.3333%
    }

    .rvt-cols-push-8-md {
        left: 66.6667%
    }

    .rvt-cols-push-9-md {
        left: 75%
    }

    .rvt-cols-push-10-md {
        left: 83.3333%
    }

    .rvt-cols-push-11-md {
        left: 91.6667%
    }

    .rvt-cols-push-12-md {
        left: 100%
    }

    .rvt-cols-pull-1-md {
        right: 8.333%
    }

    .rvt-cols-pull-2-md {
        right: 16.6667%
    }

    .rvt-cols-pull-3-md {
        right: 25%
    }

    .rvt-cols-pull-4-md {
        right: 33.3333%
    }

    .rvt-cols-pull-5-md {
        right: 41.6667%
    }

    .rvt-cols-pull-6-md {
        right: 50%
    }

    .rvt-cols-pull-7-md {
        right: 58.3333%
    }

    .rvt-cols-pull-8-md {
        right: 66.6667%
    }

    .rvt-cols-pull-9-md {
        right: 75%
    }

    .rvt-cols-pull-10-md {
        right: 83.3333%
    }

    .rvt-cols-pull-11-md {
        right: 91.6667%
    }

    .rvt-cols-pull-12-md {
        right: 100%
    }
}

@media screen and (min-width: 67.5em) {
    .rvt-cols-push-1-lg {
        left: 8.333%
    }

    .rvt-cols-push-2-lg {
        left: 16.6667%
    }

    .rvt-cols-push-3-lg {
        left: 25%
    }

    .rvt-cols-push-4-lg {
        left: 33.3333%
    }

    .rvt-cols-push-5-lg {
        left: 41.6667%
    }

    .rvt-cols-push-6-lg {
        left: 50%
    }

    .rvt-cols-push-7-lg {
        left: 58.3333%
    }

    .rvt-cols-push-8-lg {
        left: 66.6667%
    }

    .rvt-cols-push-9-lg {
        left: 75%
    }

    .rvt-cols-push-10-lg {
        left: 83.3333%
    }

    .rvt-cols-push-11-lg {
        left: 91.6667%
    }

    .rvt-cols-push-12-lg {
        left: 100%
    }

    .rvt-cols-pull-1-lg {
        right: 8.333%
    }

    .rvt-cols-pull-2-lg {
        right: 16.6667%
    }

    .rvt-cols-pull-3-lg {
        right: 25%
    }

    .rvt-cols-pull-4-lg {
        right: 33.3333%
    }

    .rvt-cols-pull-5-lg {
        right: 41.6667%
    }

    .rvt-cols-pull-6-lg {
        right: 50%
    }

    .rvt-cols-pull-7-lg {
        right: 58.3333%
    }

    .rvt-cols-pull-8-lg {
        right: 66.6667%
    }

    .rvt-cols-pull-9-lg {
        right: 75%
    }

    .rvt-cols-pull-10-lg {
        right: 83.3333%
    }

    .rvt-cols-pull-11-lg {
        right: 91.6667%
    }

    .rvt-cols-pull-12-lg {
        right: 100%
    }
}

@media screen and (min-width: 78.75em) {
    .rvt-cols-push-1-xl {
        left: 8.333%
    }

    .rvt-cols-push-2-xl {
        left: 16.6667%
    }

    .rvt-cols-push-3-xl {
        left: 25%
    }

    .rvt-cols-push-4-xl {
        left: 33.3333%
    }

    .rvt-cols-push-5-xl {
        left: 41.6667%
    }

    .rvt-cols-push-6-xl {
        left: 50%
    }

    .rvt-cols-push-7-xl {
        left: 58.3333%
    }

    .rvt-cols-push-8-xl {
        left: 66.6667%
    }

    .rvt-cols-push-9-xl {
        left: 75%
    }

    .rvt-cols-push-10-xl {
        left: 83.3333%
    }

    .rvt-cols-push-11-xl {
        left: 91.6667%
    }

    .rvt-cols-push-12-xl {
        left: 100%
    }

    .rvt-cols-pull-1-xl {
        right: 8.333%
    }

    .rvt-cols-pull-2-xl {
        right: 16.6667%
    }

    .rvt-cols-pull-3-xl {
        right: 25%
    }

    .rvt-cols-pull-4-xl {
        right: 33.3333%
    }

    .rvt-cols-pull-5-xl {
        right: 41.6667%
    }

    .rvt-cols-pull-6-xl {
        right: 50%
    }

    .rvt-cols-pull-7-xl {
        right: 58.3333%
    }

    .rvt-cols-pull-8-xl {
        right: 66.6667%
    }

    .rvt-cols-pull-9-xl {
        right: 75%
    }

    .rvt-cols-pull-10-xl {
        right: 83.3333%
    }

    .rvt-cols-pull-11-xl {
        right: 91.6667%
    }

    .rvt-cols-pull-12-xl {
        right: 100%
    }
}

@media screen and (min-width: 87.5em) {
    .rvt-cols-push-1-xxl {
        left: 8.333%
    }

    .rvt-cols-push-2-xxl {
        left: 16.6667%
    }

    .rvt-cols-push-3-xxl {
        left: 25%
    }

    .rvt-cols-push-4-xxl {
        left: 33.3333%
    }

    .rvt-cols-push-5-xxl {
        left: 41.6667%
    }

    .rvt-cols-push-6-xxl {
        left: 50%
    }

    .rvt-cols-push-7-xxl {
        left: 58.3333%
    }

    .rvt-cols-push-8-xxl {
        left: 66.6667%
    }

    .rvt-cols-push-9-xxl {
        left: 75%
    }

    .rvt-cols-push-10-xxl {
        left: 83.3333%
    }

    .rvt-cols-push-11-xxl {
        left: 91.6667%
    }

    .rvt-cols-push-12-xxl {
        left: 100%
    }

    .rvt-cols-pull-1-xxl {
        right: 8.333%
    }

    .rvt-cols-pull-2-xxl {
        right: 16.6667%
    }

    .rvt-cols-pull-3-xxl {
        right: 25%
    }

    .rvt-cols-pull-4-xxl {
        right: 33.3333%
    }

    .rvt-cols-pull-5-xxl {
        right: 41.6667%
    }

    .rvt-cols-pull-6-xxl {
        right: 50%
    }

    .rvt-cols-pull-7-xxl {
        right: 58.3333%
    }

    .rvt-cols-pull-8-xxl {
        right: 66.6667%
    }

    .rvt-cols-pull-9-xxl {
        right: 75%
    }

    .rvt-cols-pull-10-xxl {
        right: 83.3333%
    }

    .rvt-cols-pull-11-xxl {
        right: 91.6667%
    }

    .rvt-cols-pull-12-xxl {
        right: 100%
    }
}

.rvt-hero {
    background-color: #f8f9fa;
    padding-top: 1.5rem;
    padding-bottom: 2rem
}

.rvt-hero__body {
    margin-top: 1.5rem
}

.rvt-hero__eyebrow {
    color: #900;
    font-weight: 500;
    font-size: .875rem;
    display: block
}

.rvt-hero__title {
    font-size: 2rem;
    line-height: 1.2;
    margin-top: .5rem
}

.rvt-hero__teaser {
    font-size: 1.125rem;
    color: #4c5a69
}

.rvt-hero__media {
    margin-top: 2rem
}

    .rvt-hero__media img {
        border-radius: .5rem
    }

    .rvt-hero__media iframe {
        width: 100%
    }

@supports(aspect-ratio: 3/2) {
    .rvt-hero__media iframe {
        width: 100%;
        height: 100%;
        aspect-ratio: 16/9
    }

    .rvt-hero__media img {
        aspect-ratio: 3/2;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.rvt-hero__media-caption {
    color: #4c5a69;
    font-size: .875rem;
    padding-top: .5rem;
    padding-left: .5rem
}

.rvt-hero__actions > * {
    width: 100%;
    justify-content: center
}

    .rvt-hero__actions > *:not(:first-child) {
        margin-top: 1.5rem
    }

.rvt-hero--bg-dark {
    background-color: #900
}

    .rvt-hero--bg-dark .rvt-hero__eyebrow, .rvt-hero--bg-dark .rvt-hero__title, .rvt-hero--bg-dark .rvt-hero__teaser, .rvt-hero--bg-dark .rvt-hero__media-caption {
        color: #fff
    }

@media screen and (min-width: 46.25em) {
    .rvt-hero {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .rvt-hero__inner {
        display: flex;
        align-items: center
    }

    .rvt-hero__body {
        flex-grow: 1;
        flex-shrink: 0;
        flex-basis: 50%;
        max-width: 80%;
        padding-right: 4rem;
        margin-top: 0
    }

    .rvt-hero__title {
        font-size: 2.5625rem
    }

    .rvt-hero__teaser {
        margin-top: 2rem
    }

    .rvt-hero__actions {
        align-items: center;
        gap: 1.5rem;
        margin-top: 2rem;
        display: flex;
        flex-grow: 1;
        flex-wrap: wrap
    }

        .rvt-hero__actions > * {
            flex-grow: 0;
            flex-shrink: 0;
            width: auto
        }

            .rvt-hero__actions > *:not(:first-child) {
                margin-top: 0
            }

    .rvt-hero__media {
        flex-grow: 1;
        flex-basis: 50%;
        margin-top: 0
    }
}

.rvt-header-global {
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
    background-color: #fff
}

.rvt-header-global__inner {
    display: flex;
    position: relative
}

.rvt-header-global__controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-grow: 1;
    flex-shrink: 0
}

    .rvt-header-global__controls .rvt-global-toggle {
        margin-left: .5rem
    }

        .rvt-header-global__controls .rvt-global-toggle:hover, .rvt-header-global__controls .rvt-global-toggle[aria-expanded=false] {
            background-color: #e2e7e9;
            border: none;
            color: #243142
        }

        .rvt-header-global__controls .rvt-global-toggle[aria-expanded=true] {
            background-color: #006298;
            border-color: #006298;
            color: #fff
        }

        .rvt-header-global__controls .rvt-global-toggle:focus {
            outline: none;
            box-shadow: 0 0 0 .125rem #fff,0 0 0 .25rem #328bb8
        }

.rvt-header-global__search, .rvt-header-global__id-menu {
    left: -3rem;
    margin: 0 1.5rem;
    position: absolute;
    top: 3rem;
    background-color: #f8f9fa;
    border-top: 1px solid #e2e7e9;
    padding: 1rem 1.5rem;
    z-index: 100;
    width: calc(100% + 3rem)
}

    .rvt-header-global__search input[type] {
        background-color: #fff
    }

.rvt-header-global__logo-slot {
    width: calc(100% - 5rem);
    flex-shrink: 1
}

@media screen and (min-width: 46.25em) {
    .rvt-header-global__search {
        top: 3.65rem
    }
}

@media screen and (min-width: 67.5em) {
    .rvt-header-global__controls .rvt-global-toggle {
        margin-left: 1rem
    }

    .rvt-header-global__id-menu {
        background-color: #fff
    }

    .rvt-header-global__search {
        margin-right: 0;
        top: 3.75rem;
        width: 20rem;
        right: .25rem;
        left: unset;
        background-color: #fff;
        box-shadow: 0 .25rem 1rem rgba(36,49,66,.2);
        border-radius: .25rem;
        position: absolute;
        padding: 1rem 1.5rem
    }
}

.rvt-header-local {
    border-top: 1px solid #e2e7e9;
    background-color: #fff;
    position: relative;
    z-index: 1
}

.rvt-header-local__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: .75rem;
    padding-bottom: .75rem
}

.rvt-header-local__title {
    color: #243142;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 700;
    display: block;
    flex-shrink: 0
}

.rvt-header-local .rvt-header-menu {
    top: 3.25rem
}

.rvt-header-local .rvt-global-toggle {
    margin-left: auto;
    background-color: #e2e7e9;
    border: none;
    color: #182534
}

    .rvt-header-local .rvt-global-toggle svg {
        width: .75rem;
        height: .75rem;
        flex-shrink: 0
    }

.rvt-header-local .rvt-header-menu__item--current::after {
    bottom: -0.85rem
}

@media screen and (min-width: 67.5em) {
    .rvt-header-local__inner {
        justify-content: flex-start
    }

    .rvt-header-local__title {
        border-right: 1px solid #e2e7e9;
        font-size: 1.125rem;
        padding-right: 1rem;
        margin-right: 1rem
    }

    .rvt-header-local .rvt-header-menu {
        top: 0
    }

    .rvt-header-local .rvt-header-menu__submenu {
        top: 2.4rem
    }
}

.rvt-lockup {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #243142;
    flex-shrink: 0
}

.rvt-lockup__title {
    line-height: 1.1;
    font-weight: 700
}

.rvt-lockup__subtitle {
    line-height: 1.1;
    font-size: .75rem;
    color: #243142;
    margin-top: .125rem
}

.rvt-lockup__tab {
    align-items: center;
    background-color: #900;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    width: 1.75rem;
    height: 2.125rem
}

.rvt-lockup__trident {
    flex-shrink: 0;
    flex-grow: 1;
    width: 1.1875rem;
    height: 1.4375rem
}

.rvt-lockup__body {
    margin-left: .5rem;
    display: flex;
    flex-direction: column
}

@media screen and (min-width: 46.25em) {
    .rvt-lockup__title {
        font-size: 1.25rem
    }

    .rvt-lockup__subtitle {
        font-size: .875rem
    }

    .rvt-lockup__tab {
        width: 2.25rem;
        height: 2.75rem
    }

    .rvt-lockup__trident {
        width: 1.5rem;
        height: 1.875rem
    }

    .rvt-lockup__body {
        margin-left: 1rem
    }
}

.rvt-global-toggle--id {
    background-color: #900;
    border-color: #900;
    color: #fff;
    overflow: hidden;
    border: none
}

    .rvt-global-toggle--id img {
        width: 2rem;
        height: 2rem
    }

.rvt-header-menu {
    left: -3rem;
    margin: 0 1.5rem;
    position: absolute;
    top: 3rem;
    background-color: #f8f9fa;
    border-top: 1px solid #e2e7e9;
    z-index: 100;
    width: calc(100% + 3rem)
}

.rvt-header-menu__group {
    display: flex;
    flex-direction: row
}

.rvt-header-menu__toggle {
    margin-left: .25rem;
    align-self: center;
    width: 1.5rem;
    height: 1.5rem;
    color: #243142;
    justify-content: center;
    flex-shrink: 0;
    padding: 0 .5rem;
    border-radius: 999rem;
    background: #e2e7e9
}

    .rvt-header-menu__toggle:hover {
        background: #006298;
        color: #fff;
        outline: .125rem solid #006298;
        outline-offset: .125rem
    }

.rvt-header-menu__list {
    list-style: none;
    padding: .5rem 1.5rem .5rem 1.5rem
}

.rvt-header-menu__item {
    align-items: center;
    display: flex;
    margin: 0
}

.rvt-header-menu__item--current {
    position: relative;
    padding-left: .5rem
}

    .rvt-header-menu__item--current::before {
        background-color: #900;
        content: "";
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: .25rem
    }

.rvt-header-menu__item:not(:first-child) {
    border-top: 1px solid #e2e7e9
}

.rvt-header-menu__link {
    text-decoration: none;
    color: #243142;
    display: flex;
    font-size: .875rem;
    margin-right: auto;
    padding: .5rem 0 .5rem .25rem;
    width: 100%
}

    .rvt-header-menu__link:hover, .rvt-header-menu__link:focus {
        color: #006298;
        outline: .125rem solid #328bb8;
        outline-offset: .125rem
    }

.rvt-header-menu__dropdown {
    width: 100%
}

.rvt-header-menu__submenu {
    background-color: unset;
    border: none;
    padding-top: 0;
    padding-bottom: .5rem;
    margin-top: 0;
    right: unset;
    position: relative;
    box-shadow: none
}

.rvt-header-menu__submenu-list {
    border-left: 3px solid #e2e7e9
}

.rvt-header-menu__submenu-link {
    text-decoration: none;
    font-size: .875rem;
    display: block;
    padding: .5rem 1rem;
    width: 100%;
    color: #243142
}

@media screen and (min-width: 46.25em) {
    .rvt-header-menu {
        top: 3.65rem
    }
}

@media screen and (min-width: 67.5em) {
    .rvt-header-menu {
        display: flex;
        margin: 0;
        background-color: transparent;
        border-top: none;
        position: relative;
        top: unset;
        left: unset;
        font-size: .875rem;
        align-items: center;
        width: auto
    }

    .rvt-header-menu__list {
        display: flex;
        padding: 0;
        margin: 0
    }

        .rvt-header-menu__list li:not(:first-child) {
            border-top: none
        }

    .rvt-header-menu__item:not(:first-child) {
        margin-left: 1rem
    }

    .rvt-header-menu__item {
        position: relative
    }

    .rvt-header-menu__group {
        align-items: center
    }

    .rvt-header-menu__dropdown {
        width: auto
    }

    .rvt-header-menu__link {
        display: block;
        margin-right: 0;
        padding: 0;
        position: relative
    }

    .rvt-header-menu__item--current {
        padding-left: 0
    }

        .rvt-header-menu__item--current .rvt-header-menu__link {
            color: #900
        }

        .rvt-header-menu__item--current::before {
            content: none
        }

        .rvt-header-menu__item--current::after {
            content: "";
            display: block;
            background-color: #900;
            width: 100%;
            height: .3rem;
            position: absolute;
            bottom: -1.65rem
        }

        .rvt-header-menu__item--current .rvt-header-menu__toggle {
            background-color: #fff3f0;
            color: #900
        }

    .rvt-header-menu__submenu {
        position: absolute;
        top: 3.1rem;
        right: 0;
        width: 14rem;
        background-color: #fff;
        border-radius: .25rem;
        box-shadow: 0 .25rem 1rem rgba(36,49,66,.2);
        padding: .5rem 0;
        list-style: none
    }

    .rvt-header-menu__submenu-list {
        border-left: none
    }

    .rvt-header-menu__submenu a:hover {
        background-color: #006298 !important;
        color: #fff !important;
        box-shadow: none !important
    }

    .rvt-header-menu__submenu-item {
        margin-top: 0
    }

    .rvt-header-menu__submenu-link {
        padding: .5rem 1rem
    }

        .rvt-header-menu__submenu-link:hover {
            background-color: #f8f9fa
        }
}

.rvt-header-wrapper {
    box-shadow: 0 .1875rem .375rem rgba(36,49,66,.07);
    z-index: 900
}

.rvt-header-wrapper__skip-link {
    position: fixed;
    top: -6rem;
    padding: .5rem;
    z-index: 999
}

    .rvt-header-wrapper__skip-link:focus {
        top: 0;
        background-color: #fff
    }

.rvt-global-toggle {
    background: none;
    border: .125rem solid #a0abb4;
    border-radius: 999rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #243142;
    width: 2rem;
    height: 2rem;
    flex-shrink: 0
}

    .rvt-global-toggle:hover {
        cursor: pointer;
        background-color: #006298;
        color: #fff;
        outline: .125rem solid #006298;
        outline-offset: .125rem
    }

.rvt-global-toggle__open, .rvt-global-toggle__close {
    width: .75rem;
    height: .75rem;
    flex-shrink: 0
}

.rvt-global-toggle__search {
    flex-shrink: 0
}

.rvt-global-toggle[aria-expanded=false] .rvt-global-toggle__close, .rvt-global-toggle[aria-expanded=true] .rvt-global-toggle__open {
    display: none
}

.rvt-global-toggle[aria-expanded=false] .rvt-global-toggle__open, .rvt-global-toggle[aria-expanded=true] .rvt-global-toggle__close {
    display: inline-flex
}

.rvt-input-group {
    display: flex;
    flex-wrap: nowrap;
    position: relative
}

.rvt-input-group__input:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    z-index: 100
}

.rvt-input-group__input:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 100
}

.rvt-input-group__input:focus:not(:last-child), .rvt-input-group__input:focus:not(:first-child) {
    z-index: 300
}

.rvt-input-group__append {
    flex-grow: 1;
    margin-left: -1px
}

    .rvt-input-group__append .rvt-button {
        flex-grow: 1;
        z-index: 200;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        display: flex;
        white-space: nowrap
    }

    .rvt-input-group__append .rvt-input-group__text, .rvt-input-group__prepend .rvt-input-group__text {
        background-color: #e2e7e9;
        border: 1px solid #0e1825;
        display: flex;
        align-items: center;
        height: 100%;
        padding-right: .75rem;
        padding-left: .75rem
    }

    .rvt-input-group__append .rvt-input-group__text {
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem
    }

.rvt-input-group__prepend .rvt-input-group__text {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.rvt-input-group__prepend {
    margin-right: -1px
}

    .rvt-input-group__prepend .rvt-button {
        z-index: 200;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        display: flex;
        white-space: nowrap
    }

.rvt-input, .rvt-text-input, .rvt-textarea, .rvt-select {
    display: block;
    width: 100%;
    border-radius: .25rem;
    background-color: #fff;
    border: 1px solid #75838f;
    padding: .5rem;
    height: 2.5rem;
    line-height: 1.1;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none
}

.rvt-textarea {
    height: 7.5rem;
    line-height: 1.5;
    overflow: auto
}

.rvt-input[type=search] {
    height: auto;
    -webkit-appearance: none
}

.rvt-select {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23333333" viewBox="0 0 16 16"><path d="m15.146 6.263-1.292-1.526L8 9.69 2.146 4.737.854 6.263 8 12.31l7.146-6.047Z"></path></svg>');
    background-position: right 1rem center;
    background-size: 1rem 1rem;
    background-repeat: no-repeat;
    padding-right: 2.5rem;
    padding-left: .5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none
}

    .rvt-input[type]:disabled, .rvt-input:not([type]):disabled, .rvt-text-input:disabled, .rvt-textarea:disabled, .rvt-select:disabled {
        background-color: #e2e7e9;
        border-color: #75838f;
        cursor: not-allowed
    }

    .rvt-input[type]:focus, .rvt-input:not([type]):focus, .rvt-text-input:focus, .rvt-textarea:focus, .rvt-select:focus {
        outline: none;
        box-shadow: 0 0 0 .125rem #328bb8
    }

.rvt-label {
    display: inline-block;
    font-size: .875rem
}

    .rvt-label + * {
        margin-top: .25rem
    }

.rvt-fieldset {
    border: none;
    margin: 0;
    padding: 0
}

.rvt-legend {
    margin: 0;
    font-weight: 400;
    display: block;
    width: 100%
}

.rvt-select[multiple] {
    height: 8rem;
    background-image: none;
    padding-right: .5rem
}

.rvt-select::-ms-expand {
    display: none
}

.rvt-layout {
    height: 100%;
    display: flex;
    flex-direction: column
}

.rvt-layout__wrapper {
    flex-grow: 1;
    width: 100%
}

.rvt-layout__wrapper--details {
    display: flex;
    /*flex-direction: column-reverse*/
}

.rvt-layout__content {
    min-width: 0;
    padding-top: 2rem;
    padding-bottom: 2rem
}

.rvt-layout__wrapper--single .rvt-layout__content {
    padding-left: 0
}

.rvt-layout__break-out {
    margin-right: -1.5rem;
    margin-left: -1.5rem
}

    .rvt-layout__break-out img {
        width: 100%
    }

.rvt-layout__sidebar {
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-top: 1px solid #e2e7e9
}

@media screen and (min-width: 46.25em) {
    .rvt-layout__wrapper {
        flex-direction: row
    }

    .rvt-layout__sidebar {
        flex-basis: 16rem;
        max-width: 16rem;
        flex-grow: 1;
        flex-shrink: 0;
        padding-top: 6rem;
        border-top: none;
        border-right: 1px solid #e2e7e9
    }

    .rvt-layout__content {
        flex-grow: 1;
        padding-top: 6rem;
        padding-left: 4rem;
        padding-bottom: 4rem
    }

    .rvt-layout__break-out {
        margin-left: -4rem
    }

        .rvt-layout__break-out, .rvt-layout__break-out + * {
            --flow-space: 3rem
        }

    .rvt-layout__wrapper--single .rvt-layout__break-out {
        margin-left: -1.5rem
    }
}

@media screen and (min-width: 78.75em) {
    .rvt-layout__break-out {
        margin-right: -4rem
    }

    .rvt-layout__wrapper--single .rvt-layout__break-out {
        margin-left: -4rem
    }

    .rvt-layout__feature-slot {
        margin-right: -4rem;
        float: right;
        width: 24rem;
        margin-bottom: 2rem;
        margin-left: 2rem
    }

        .rvt-layout__feature-slot + * {
            margin-top: 0
        }
}

a, .rvt-link {
    color: #006298
}

    a:hover, .rvt-link:hover {
        color: #00385f
    }

    a:focus, .rvt-link:focus {
        outline: .125rem solid #328bb8;
        outline-offset: .125rem
    }

    a a:visited, .rvt-link a:visited {
        color: #006298
    }

.rvt-link--reverse, .rvt-link-reverse {
    color: rgba(255,255,255,.8)
}

    .rvt-link--reverse:hover, .rvt-link-reverse:hover {
        color: #fff
    }

.rvt-link--bold, .rvt-link-bold {
    font-weight: 700;
    text-decoration: none
}

    .rvt-link--bold:hover, .rvt-link-bold:hover {
        text-decoration: underline
    }

.rvt-link-plain {
    text-decoration: none
}

    .rvt-link-plain:hover {
        text-decoration: underline
    }

/*.rvt-link-hub {
    list-style: none;
    padding: 0;
    display: grid;
    grid-gap: 0 3rem;
    grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr))
}
*/

.rvt-link-hub {
    list-style: none;
    padding: 0;
    display: grid;
   /* grid-gap: 0 3rem;*/
    grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
   /* height: 57px;
    width: 50%;*/
    margin-bottom: 0.25em;
}
.rvt-link-hub__item {
    border-top: 1px solid #e2e7e9;
    margin: 0 ;
    margin-right: 1em;
}

.rvt-link-hub__link {
    display: block;
    text-decoration: none;
    padding-top: 1rem;
    padding-right: 2.5rem;
/*    padding-bottom: 1rem;*/
    position: relative
}

    .rvt-link-hub__link::after {
        content: "";
/*        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%2394D2E7" viewBox="0 0 16 16"><path d="M1 7h10.844L7.737 2.146 9.263.854 15.31 8l-6.047 7.146-1.526-1.292L11.844 9H1V7Z"></path></svg>');
*/        background-repeat: no-repeat;
        background-position: center;
        display: inline-block;
        width: 1rem;
        height: 1rem;
        position: absolute;
        top: 1.25rem;
        right: 1rem
    }

.rvt-link-hub__text, .rvt-link-hub__description {
    display: block
}

.rvt-link-hub__link:hover .rvt-link-hub__text {
    text-decoration: underline
}

.rvt-link-hub__text {
    font-weight: 400;
    font-size: 1.00rem;
    line-height: 1.25
}

/*.rvt-link-hub__description {
    font-size: .875rem;
    color: #4c5a69;
    margin-top: .5rem
}*/

.rvt-link-hub__description {
    font-size: .75rem;
    color: #4c5a69;
    margin-top: 0em;
    /* margin-top: 0.5rem; */
    /* width: 65%; */
    display: inline-block;
}

.rvt-link-hub--stacked {
    display: block
}

.rvt-loader {
    animation: .8s linear infinite loader;
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    border: .2rem solid transparent;
    border-top-color: #006298;
    border-right-color: #006298;
    border-bottom-color: #006298;
    border-radius: 50%;
    position: relative
}

.rvt-loader--reverse {
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #fff
}

.rvt-loader--xxs {
    width: 1rem;
    height: 1rem;
    border-width: .125rem
}

.rvt-loader--xs {
    width: 1.25rem;
    height: 1.25rem;
    border-width: .15625rem
}

.rvt-loader--sm {
    width: 1.75rem;
    height: 1.75rem;
    border-width: .21875rem
}

.rvt-loader--md {
    width: 2rem;
    height: 2rem;
    border-width: .25rem
}

.rvt-loader--lg {
    width: 2.75rem;
    height: 2.75rem;
    border-width: .34375rem
}

.rvt-loader--xl {
    width: 3.25rem;
    height: 3.25rem;
    border-width: .40625rem
}

.rvt-loader--xxl {
    width: 4rem;
    height: 4rem;
    border-width: .5rem
}

@keyframes loader {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.rvt-pagination {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex
}

.rvt-pagination__item {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 0;
    min-width: 2rem;
    height: 2.5rem;
    width: 2.5rem
}

    .rvt-pagination__item svg {
        width: 1rem;
        height: 1rem;
        flex-shrink: 0
    }

    .rvt-pagination__item > *:not(a) {
        color: #a0abb4
    }

    .rvt-pagination__item > * {
        align-items: center;
        display: inline-flex;
        justify-content: center
    }

    .rvt-pagination__item a {
        color: #243142;
        flex-grow: 1;
        height: 100%;
        text-decoration: none;
        z-index: 100
    }

        .rvt-pagination__item a:hover {
            background-color: #edfafd;
            color: #006298;
            box-shadow: 0 .25rem 0 #006298
        }

        .rvt-pagination__item a:focus, .rvt-pagination__item a[aria-current=page]:focus {
            border-radius: inherit;
            outline: solid .125rem #328bb8;
            outline-offset: .125rem;
            z-index: 1000
        }

        .rvt-pagination__item a[aria-current=page] {
            background-color: #fff3f0;
            box-shadow: 0 .25rem 0 #900
        }

.rvt-quote {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

    .rvt-quote::before {
        display: block;
        content: "";
        width: 4.0625rem;
        height: 3.125rem;
        margin: 0 auto;
        background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 65 50" xmlns="http://www.w3.org/2000/svg"><path fill="%23CBD3D7" d="M35.7549 49.3837V23.7618L47.8682 0.939697H63.2059L56.3179 20.6197H64.1909V49.3837H35.7549ZM53.4989 22.6197L60.3869 2.9397H49.0709L37.7549 24.2597V47.3837H62.1909V22.6197H53.4989ZM0.00292969 49.3837V23.7682L11.944 0.939697H27.4761L20.4241 20.6197H28.2749V49.3837H0.00292969ZM17.5829 22.6197L24.6349 2.9397H13.1549L2.00293 24.2597V47.3837H26.2749V22.6197H17.5829Z" /></svg>')
    }

.rvt-quote--image::before {
    content: none;
    background-image: none
}

.rvt-quote__text {
    font-family: "GeorgiaPro",Georgia,"Times New Roman",Times,serif;
    font-size: 1.625rem;
    margin: 0;
    color: #4c5a69
}

.rvt-quote__citation {
    --flow-space: 2rem
}

    .rvt-quote__citation::before {
        content: "";
        display: block;
        height: .0625rem;
        width: 2.5rem;
        background-color: #e2e7e9;
        position: relative;
        top: -1.5rem;
        margin-right: auto;
        margin-left: auto
    }

.rvt-quote__title, .rvt-quote__subtitle {
    display: block;
    color: #4c5a69
}

.rvt-quote__title {
    font-weight: 700
}

@media screen and (min-width: 46.25em) {
    .rvt-quote__text {
        font-size: 2rem
    }
}

.rvt-radio {
    display: inline-block;
    padding-left: 2rem;
    position: relative
}

    .rvt-radio input[type=radio] {
        cursor: pointer;
        height: 1.5rem;
        left: 0;
        margin: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 2rem
    }

.rvt-radio--sr-only-label {
    padding-left: 1.5rem
}

    .rvt-radio--sr-only-label input[type=radio] {
        width: 1.5rem
    }

        .rvt-radio--sr-only-label input[type=radio] ~ label {
            height: 0;
            overflow: hidden;
            padding: 0;
            width: 0
        }

.rvt-radio input[type=radio] ~ label {
    cursor: pointer;
    display: inline-block;
    line-height: 1.5
}

    .rvt-radio input[type=radio] ~ label::before {
        background-color: #fff;
        border: .125rem solid #75838f;
        border-radius: 1rem;
        box-shadow: inset 0 0 0 .1875rem #fff;
        content: "";
        display: inline-block;
        height: 1rem;
        left: .125rem;
        position: absolute;
        top: .125rem;
        width: 1rem
    }

.rvt-radio input[type=radio]:checked ~ label::before {
    background-color: #006298;
    border-color: #006298
}

.rvt-radio input[type=radio]:focus ~ label::before {
    border-color: #006298;
    box-shadow: inset 0 0 0 .1875rem #fff,0 0 0 .25rem #94d2e7
}

.rvt-radio input[type=radio]:disabled {
    cursor: default
}

    .rvt-radio input[type=radio]:disabled ~ label {
        color: #243142;
        cursor: default
    }

        .rvt-radio input[type=radio]:disabled ~ label::before {
            background-color: #e2e7e9;
            border-color: #75838f;
            box-shadow: inset 0 0 0 .1875rem #e2e7e9
        }

    .rvt-radio input[type=radio]:disabled:checked ~ label::before {
        background-color: #75838f
    }

.rvt-radio__description {
    color: #4c5a69;
    display: block;
    font-size: .875rem
}

.rvt-sidenav__label {
    color: #900;
    font-size: .875rem;
    font-weight: 700;
    display: block;
    letter-spacing: .04rem;
    text-transform: uppercase
}

.rvt-sidenav__list {
    flex-basis: 100%;
    list-style-type: none;
    padding-left: 0
}

.rvt-sidenav__label + .rvt-sidenav__list {
    margin-top: 1rem
}

.rvt-sidenav__list[hidden], .rvt-sidenav__list[aria-hidden=true] {
    display: none
}

.rvt-sidenav__item {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0
}

    .rvt-sidenav__item .rvt-sidenav__item {
        border-left: .25rem solid #e2e7e9
    }

    .rvt-sidenav__item .rvt-sidenav__list {
        margin-left: 1rem;
        margin-top: 1rem;
        margin-bottom: 1rem
    }

.rvt-sidenav__item-wrapper {
    display: flex;
    flex-basis: 100%
}

.rvt-sidenav__link {
    font-size: .875rem;
    color: #243142;
    flex-grow: 1;
    padding-top: .5rem;
    padding-right: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    position: relative;
    text-decoration: none
}

    .rvt-sidenav__link[aria-current=page] {
        background-color: #fff3f0
    }

        .rvt-sidenav__link[aria-current=page]::before {
            content: "";
            display: block;
            width: .25rem;
            height: 100%;
            background-color: #900;
            position: absolute;
            top: 0;
            left: 0
        }

    .rvt-sidenav__link:focus, .rvt-sidenav__link:hover {
        color: #006298;
        text-decoration: underline;
            cursor:pointer;
    }

.rvt-sidenav__item .rvt-sidenav__item .rvt-sidenav__link {
    padding-top: .3rem;
    padding-bottom: .3rem
}

.rvt-sidenav__item > .rvt-sidenav__list .rvt-sidenav__link[aria-current=page]::before {
    margin-left: -0.25rem
}

.rvt-sidenav__link[aria-current=page] + .rvt-sidenav__toggle {
    background-color: #fff3f0
}

    .rvt-sidenav__link[aria-current=page] + .rvt-sidenav__toggle > svg {
        color: #900
    }

    .rvt-sidenav__link[aria-current=page] + .rvt-sidenav__toggle:hover, .rvt-sidenav__link[aria-current=page] + .rvt-sidenav__toggle:focus {
        color: #006298;
        background-color: #edfafd
    }

        .rvt-sidenav__link[aria-current=page] + .rvt-sidenav__toggle:hover > svg, .rvt-sidenav__link[aria-current=page] + .rvt-sidenav__toggle:focus > svg {
            color: #006298
        }

.rvt-sidenav__toggle {
    color: #a0abb4;
    align-items: center;
    background: transparent;
    border: none;
    cursor: pointer;
    display: none;
    justify-content: center;
    padding: 0 .5rem
}

    .rvt-sidenav__toggle svg {
        vertical-align: middle
    }

    .rvt-sidenav__toggle[aria-expanded] {
        display: block
    }

    .rvt-sidenav__toggle[aria-expanded=true] {
        transform: rotate(180deg)
    }

    .rvt-sidenav__toggle:focus {
        background-color: #edfafd;
        color: #006298
    }

    .rvt-sidenav__toggle:hover {
        background-color: #edfafd;
        color: #004f80
    }

    .rvt-sidenav__toggle:hover, .rvt-sidenav__toggle:focus {
        outline: .125rem solid #328bb8;
        outline-offset: .125rem
    }

    .rvt-sidenav__link:focus, .rvt-sidenav__toggle:focus {
        z-index: 100
    }

.rvt-stat {
    color: #243142;
    text-decoration: none;
    transition: all .2s ease;
    background-color: #fff;
    display: flex;
    justify-content: center;
    padding: 2.5rem 1.5rem
}

    .rvt-stat[href]:hover {
        transform: scale(1.1);
        box-shadow: 0 .25rem 1rem rgba(36,49,66,.2);
        color: #900;
        border-radius: .5rem
    }

    .rvt-stat[href]:focus {
        transition: none
    }

.rvt-stat__content {
    text-align: center
}

.rvt-stat__image {
    display: flex;
    justify-content: center
}

.rvt-stat__number {
    font-size: 2.5625rem;
    line-height: 1.2
}

.rvt-stat__description {
    color: #4c5a69;
    font-weight: 500;
    font-size: .875rem;
    letter-spacing: .025rem;
    --flow-space: 0
}

@media screen and (min-width: 46.25em) {
    .rvt-stat {
        padding: 4rem 2.5rem
    }
}

.rvt-stat-group {
    display: flex;
    flex-wrap: wrap
}

    .rvt-stat-group > * {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        min-width: 200px
    }

        .rvt-stat-group > *:last-child {
            border-right: none
        }

@media screen and (min-width: 67.5em) {
    .rvt-stat-group > * {
        border-right: 1px solid #e2e7e9
    }
}

.rvt-steps {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-x: scroll
}

.rvt-steps__item {
    text-align: center;
    flex-grow: 1;
    flex-shrink: 0;
    position: relative
}

    .rvt-steps__item::before {
        content: "";
        display: block;
        width: 100%;
        box-shadow: 0 2.9rem 0 1px #e2e7e9;
        z-index: 0
    }

    .rvt-steps__item:last-child::before {
        width: 50%
    }

    .rvt-steps__item:first-child::before {
        position: absolute;
        left: 50%
    }

.rvt-steps__item-content {
    color: #243142;
    display: inline-flex;
    align-items: center;
    flex-direction: column
}

    .rvt-steps__item-content[aria-current=step] .rvt-steps__indicator {
        font-weight: 700
    }

    .rvt-steps__item-content:focus {
        box-shadow: none;
        outline: none
    }

        .rvt-steps__item-content:focus .rvt-steps__indicator {
            box-shadow: 0 0 0 .25rem #c6ecf6
        }

.rvt-steps__label {
    display: block;
    color: #243142;
    margin-bottom: .5rem;
    font-size: .875rem;
    padding-right: .5rem;
    padding-left: .5rem
}

.rvt-steps__indicator {
    align-items: center;
    background-color: #fff;
    border: .125rem solid #e2e7e9;
    border-radius: 999rem;
    box-shadow: 0 0 0 .5rem #fff;
    display: inline-flex;
    font-weight: 500;
    height: 2rem;
    justify-content: center;
    position: relative;
    width: 2rem;
    z-index: 100
}

.rvt-steps__indicator--success {
    background-color: #056e41;
    border-color: #329345;
    color: #fff
}

.rvt-steps__indicator--warning {
    background-color: #ffc132;
    border-color: #ffe694;
    color: #0e1825
}

.rvt-steps__indicator--danger {
    background-color: #df3603;
    border-color: #f75930;
    color: #fff
}

.rvt-steps--vertical {
    flex-direction: column
}

    .rvt-steps--vertical .rvt-steps__item {
        text-align: left;
        margin-top: 0;
        padding-top: 2rem;
        position: relative
    }

        .rvt-steps--vertical .rvt-steps__item:first-child::before {
            content: none
        }

        .rvt-steps--vertical .rvt-steps__item::before {
            box-shadow: -0.125rem 0 0 0 #e2e7e9;
            height: 100%;
            position: absolute;
            top: 0;
            left: 1.125rem
        }

    .rvt-steps--vertical .rvt-steps__item-content {
        flex-direction: row-reverse;
        align-items: center;
        position: relative
    }

    .rvt-steps--vertical .rvt-steps__label {
        margin-bottom: 0;
        padding-left: 1rem
    }

a.rvt-steps__item-content {
    text-decoration: none
}

    a.rvt-steps__item-content:hover .rvt-steps__label, a.rvt-steps__item-content:focus .rvt-steps__label {
        text-decoration: underline
    }

    a.rvt-steps__item-content:hover .rvt-steps__indicator, a.rvt-steps__item-content:focus .rvt-steps__indicator, a.rvt-steps__item-content[aria-current=step] .rvt-steps__indicator {
        background-color: #900;
        color: #fff;
        border-color: #900
    }

@media screen and (min-width: 46.25em) {
    .rvt-steps {
        overflow-x: visible
    }
}

.rvt-seriesnav {
    border-top: 1px solid #e2e7e9;
    border-bottom: 1px solid #e2e7e9
}

.rvt-seriesnav__previous {
    flex-direction: row-reverse
}

.rvt-seriesnav__icon {
    align-items: center;
    color: #75838f;
    border-radius: 999rem;
    border: 1px solid #a0abb4;
    display: flex;
    flex-shrink: 0;
    height: 2rem;
    justify-content: center;
    width: 2rem
}

.rvt-seriesnav__previous .rvt-seriesnav__icon {
    margin-right: auto
}

.rvt-seriesnav__next .rvt-seriesnav__icon {
    margin-left: auto
}

.rvt-seriesnav__previous .rvt-seriesnav__text {
    flex-grow: 1;
    padding-left: 1.5rem
}

.rvt-seriesnav__next .rvt-seriesnav__text {
    padding-right: 1.5rem
}

.rvt-seriesnav__previous, .rvt-seriesnav__next {
    display: flex;
    color: #243142;
    flex-basis: 50%;
    flex-grow: 1;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    text-decoration: none
}

    .rvt-seriesnav__previous:hover, .rvt-seriesnav__next:hover {
        background-color: #f8f9fa
    }

.rvt-seriesnav__label, .rvt-seriesnav__item {
    display: block
}

.rvt-seriesnav__label {
    color: #4c5a69
}

@media screen and (min-width: 46.25em) {
    .rvt-seriesnav {
        display: flex
    }

    .rvt-seriesnav__previous {
        border-right: 1px solid #e2e7e9;
        flex-direction: row-reverse;
        padding-right: 1.5rem
    }

        .rvt-seriesnav__previous:only-child {
            border-right: 0;
            padding-right: 0
        }

    .rvt-seriesnav__next {
        padding-left: 1.5rem
    }
}

.rvt-subnav {
    overflow-x: auto;
    border-bottom: 1px solid #e2e7e9;
    -webkit-overflow-scrolling: auto
}

.rvt-subnav__list {
    display: flex;
    list-style: none;
    margin: 0;
    padding-top: .25rem;
    padding-right: .25rem;
    padding-left: .25rem
}

.rvt-subnav__item {
    margin: 0;
    flex-shrink: 0
}

    .rvt-subnav__item a, .rvt-subnav__item button {
        align-items: center;
        border: none;
        color: #243142;
        display: flex;
        font-size: .875rem;
        padding: 1rem 1rem;
        position: relative;
        text-decoration: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

        .rvt-subnav__item a > svg, .rvt-subnav__item button > svg {
            color: #75838f
        }

        .rvt-subnav__item a[aria-current=page] {
            background-color: #fff3f0;
            color: #900
        }

            .rvt-subnav__item a[aria-current=page] > svg {
                color: #900
            }

            .rvt-subnav__item a[aria-current=page]::after, .rvt-subnav__item a:hover::after {
                content: "";
                display: block;
                width: 100%;
                height: .25rem;
                bottom: 0;
                left: 0;
                background-color: #900;
                position: absolute
            }

        .rvt-subnav__item a:hover:not([aria-current=page]), .rvt-subnav__item button:hover {
            background-color: #edfafd;
            color: #006298
        }

            .rvt-subnav__item a:hover:not([aria-current=page]) > svg, .rvt-subnav__item button:hover > svg {
                color: #006298
            }

            .rvt-subnav__item a:hover:not([aria-current=page])::after, .rvt-subnav__item button:hover::after {
                background-color: #006298
            }

.rvt-switch {
    align-items: center;
    background: none;
    background-color: #4c5a69;
    border: none;
    border-radius: 999rem;
    color: #e2e7e9;
    display: flex;
    gap: .75rem;
    height: 2.5rem;
    line-height: 1;
    padding: 0 .75rem;
    position: relative;
    -webkit-appearance: none
}

    .rvt-switch::after {
        background-color: #f8f9fa;
        border-radius: 999rem;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%234C5A69" viewBox="0 0 16 16"><path d="m3.5 2.086 4.5 4.5 4.5-4.5L13.914 3.5 9.414 8l4.5 4.5-1.414 1.414-4.5-4.5-4.5 4.5L2.086 12.5l4.5-4.5-4.5-4.5L3.5 2.086Z"></path></svg>');
        background-size: 1rem 1rem;
        background-repeat: no-repeat;
        background-position: center center;
        content: "";
        height: 2rem;
        left: .25rem;
        position: absolute;
        transition: left .2s ease;
        width: 2rem
    }

    .rvt-switch:focus {
        box-shadow: 0 0 0 .125rem #f8f9fa,0 0 0 .25rem #4c5a69;
        outline: none
    }

    .rvt-switch:hover {
        cursor: pointer
    }

    .rvt-switch[aria-checked=true] {
        background-color: #056e41;
        border-color: #056e41;
        color: #dee8c6
    }

        .rvt-switch[aria-checked=true]:focus {
            box-shadow: 0 0 0 .125rem #f8f9fa,0 0 0 .25rem #056e41
        }

        .rvt-switch[aria-checked=true]::after {
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23056E41" viewBox="0 0 16 16"><path d="m14.914 4-9.47 9.47L1.09 8.393 2.608 7.09l2.948 3.44L13.5 2.585 14.914 4Z"></path></svg>');
            left: calc(100% - 2.25rem)
        }

.rvt-switch--danger[aria-checked=true] {
    background-color: #df3603;
    border-color: #df3603;
    color: #fff
}

    .rvt-switch--danger[aria-checked=true]:focus {
        box-shadow: 0 0 0 .125rem #f8f9fa,0 0 0 .25rem #df3603
    }

    .rvt-switch--danger[aria-checked=true]::after {
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23DF3603" viewBox="0 0 16 16"><path d="m3.5 2.086 4.5 4.5 4.5-4.5L13.914 3.5 9.414 8l4.5 4.5-1.414 1.414-4.5-4.5-4.5 4.5L2.086 12.5l4.5-4.5-4.5-4.5L3.5 2.086Z"></path></svg>')
    }

.rvt-switch--small {
    font-size: .875rem;
    height: 1.5rem;
    gap: 0;
    padding: 0 .5rem
}

    .rvt-switch--small::after {
        background-size: .75rem .75rem;
        height: 1rem;
        width: 1rem
    }

    .rvt-switch--small[aria-checked=true]::after {
        left: calc(100% - 1.25rem)
    }

.rvt-switch[aria-checked=false] .rvt-switch__on, .rvt-switch[aria-checked=true] .rvt-switch__off {
    visibility: hidden
}

table, .rvt-table {
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
    width: 100%
}

tr th {
    font-weight: 400;
    padding: 1rem
}

thead {
    border-bottom: 1px solid #e2e7e9;
    background-color: #f8f9fa
}

    thead th, thead tr th {
        padding: 1rem;
        line-height: 1;
        font-weight: 700
    }

tr {
    border-bottom: 1px solid #e2e7e9
}

    tr td {
        padding: 1rem
    }

.rvt-table-plain thead {
    background-color: transparent;
    border-bottom: none
}

.rvt-table-plain tr {
    border-bottom: none
}

.rvt-table-stripes tr:nth-child(even) {
    background-color: #f8f9fa
}

.rvt-table-compact {
    line-height: 1.2
}

    .rvt-table-compact tr th, .rvt-table-compact tr td {
        padding: .5rem
    }

.rvt-table-cells {
    border-top: 1px solid #e2e7e9
}

    .rvt-table-cells tr td, .rvt-table-cells tr th {
        border-right: 1px solid #e2e7e9
    }

        .rvt-table-cells tr td:first-child, .rvt-table-cells tr th:first-child {
            border-left: 1px solid #e2e7e9
        }

.rvt-table-responsive[role=region][tabindex] {
    border: 1px solid #e2e7e9;
    border-radius: .5rem;
    overflow: auto;
    background: linear-gradient(to right, #fff 30%, rgba(255, 255, 255, 0)),linear-gradient(to right, rgba(255, 255, 255, 0), #fff 70%) 0 100%,radial-gradient(farthest-side at 0% 50%, rgba(36, 19, 66, 0.2), rgba(36, 19, 66, 0)),radial-gradient(farthest-side at 100% 50%, rgba(36, 19, 66, 0.2), rgba(36, 19, 66, 0)) 0 100%;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 40px 100%,40px 100%,14px 100%,14px 100%;
    background-position: 0 0,100%,0 0,100%;
    background-attachment: local,local,scroll,scroll
}

    .rvt-table-responsive[role=region][tabindex]:focus {
        outline: none;
        box-shadow: 0 0 0 .1rem #328bb8
    }

@media screen and (min-width: 46.25em) {
    .rvt-table-responsive[role=region][tabindex] {
        border: none
    }
}

.rvt-tabs {
    background-color: #fff;
    border: 1px solid #e2e7e9;
    border-radius: .5rem
}

.rvt-tabs__tablist {
    display: flex;
    flex-wrap: wrap
}

.rvt-tabs__tab {
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #e2e7e9;
    color: #243142;
    cursor: pointer;
    flex-grow: 1;
    line-height: 1;
    padding: 1rem 1rem;
    position: relative;
    z-index: 100
}

    .rvt-tabs__tab:not(:first-child) {
        border-left: 1px solid #e2e7e9;
        margin-left: -1px
    }

    .rvt-tabs__tab:hover {
        background-color: #edfafd;
        color: #006298
    }

        .rvt-tabs__tab:hover::after {
            background-color: #006298;
            bottom: 0;
            content: "";
            display: block;
            height: .25rem;
            left: 0;
            position: absolute;
            width: 100%
        }

    .rvt-tabs__tab:focus {
        outline: .125rem solid #328bb8;
        outline-offset: .125rem;
        background-color: #edfafd
    }

        .rvt-tabs__tab:focus:not(:focus-visible) {
            outline: none
        }

    .rvt-tabs__tab[aria-selected=true] {
        background-color: #fff3f0
    }

        .rvt-tabs__tab[aria-selected=true]:hover {
            color: #243142
        }

        .rvt-tabs__tab[aria-selected=true]::after {
            bottom: 0;
            background-color: #900;
            content: "";
            display: block;
            height: .25rem;
            left: 0;
            position: absolute;
            width: 100%
        }

.rvt-tabs__panel {
    padding: 1rem
}

    .rvt-tabs__panel:focus {
        outline: .125rem solid #006298;
        outline-offset: -0.125rem
    }

        .rvt-tabs__panel:focus:not(:focus-visible) {
            outline: none
        }

.rvt-timeline {
    position: relative;
    padding: 2rem 0
}

    .rvt-timeline::before {
        content: "";
        margin-left: .25rem;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 1px;
        background: #e2e7e9
    }

.rvt-timeline__item {
    position: relative;
    margin: 2rem 0
}

.rvt-timeline__marker {
    width: .75rem;
    height: .75rem;
    position: absolute;
    color: #fff;
    background: #900;
    border-radius: 50%;
    box-shadow: 0 0 0 .25rem #fff,0 0 0 .3333333333rem #e2e7e9;
    top: 2rem
}

.rvt-timeline__content {
    padding: 1.5rem;
    margin-left: 2rem;
    background-color: #fff;
    border-radius: .5rem;
    box-shadow: 0 .25rem .5rem rgba(36,49,66,.16);
    border: none
}

.rvt-timeline__heading {
    font-size: 1.4375rem;
    font-weight: 400
}

.rvt-timeline__date {
    font-size: .875rem;
    color: #900;
    margin-top: .25rem;
    display: inline-block
}

.rvt-timeline--right::before {
    left: auto;
    right: .25rem
}

.rvt-timeline--right .rvt-timeline__item::after {
    margin-left: 0;
    right: 0;
    border-left-color: #e2e7e9;
    border-right-color: transparent
}

.rvt-timeline--right .rvt-timeline__marker {
    margin-left: 0;
    right: 0
}

.rvt-timeline--right .rvt-timeline__content {
    margin-left: 0;
    margin-right: 2rem
}

@media screen and (min-width: 46.25em) {
    .rvt-timeline__date--label {
        left: -11.25rem;
        right: auto;
        text-align: right;
        position: absolute;
        display: block;
        top: 1.75rem;
        margin-left: auto;
        margin-top: auto;
        margin-right: auto;
        width: 10rem
    }

    .rvt-timeline--right .rvt-timeline__date--label {
        left: auto;
        right: -11.25rem;
        text-align: left;
        position: absolute;
        display: block;
        top: .75rem;
        margin-left: auto;
        margin-top: auto;
        margin-right: auto;
        width: 10rem
    }

    .rvt-timeline--center::before {
        left: 50%;
        margin-left: 0
    }

    .rvt-timeline--center .rvt-timeline__row {
        display: flex;
        flex-wrap: wrap;
        margin-right: -0.75rem;
        margin-left: -0.75rem
    }

    .rvt-timeline--center .rvt-timeline__item {
        flex-basis: 50%;
        max-width: 50%;
        padding: 0 .75rem;
        width: 100%
    }

    .rvt-timeline--center .rvt-timeline__item--right {
        margin-left: auto
    }

    .rvt-timeline--center .rvt-timeline__item::after {
        margin-left: -1.5rem;
        left: 100%;
        border-left-color: #e2e7e9;
        border-right-color: transparent
    }

    .rvt-timeline--center .rvt-timeline__item--right::after {
        margin-left: -1rem;
        left: auto;
        border-right-color: #e2e7e9;
        border-left-color: transparent
    }

    .rvt-timeline--center .rvt-timeline__marker {
        margin-left: -0.25rem;
        left: 100%
    }

    .rvt-timeline--center .rvt-timeline__item--right .rvt-timeline__marker {
        left: auto;
        margin-left: -1rem
    }

    .rvt-timeline--center .rvt-timeline__content {
        margin-left: 0;
        margin-right: .75rem
    }

    .rvt-timeline--center .rvt-timeline__item--right .rvt-timeline__content {
        margin-right: 0;
        margin-left: 1rem
    }

    .rvt-timeline--center .rvt-timeline__date--label {
        left: auto;
        right: -11.75rem;
        text-align: left;
        position: absolute;
        display: block;
        top: auto;
        margin-top: -3.15rem;
        width: 10rem
    }

    .rvt-timeline--center .rvt-timeline__item--right .rvt-timeline__date--label {
        left: -11.5rem;
        right: auto;
        text-align: right;
        position: absolute;
        display: block;
        top: .75rem;
        margin-left: auto;
        margin-top: auto;
        margin-right: auto;
        width: 10rem
    }
}

input[type=date].rvt-validation-info, input[type=datetime].rvt-validation-info, input[type=datetime-local].rvt-validation-info, input[type=email].rvt-validation-info, input[type=month].rvt-validation-info, input[type=number].rvt-validation-info, input[type=password].rvt-validation-info, input[type=search].rvt-validation-info, input[type=tel].rvt-validation-info, input[type=text].rvt-validation-info, input[type=time].rvt-validation-info, input[type=url].rvt-validation-info, input[type=week].rvt-validation-info, textarea.rvt-validation-info, select.rvt-validation-info {
    border-color: #006298;
    box-shadow: 0 0 0 .0625rem #006298;
    background-color: #edfafd
}

    input[type=date].rvt-validation-info:focus, input[type=datetime].rvt-validation-info:focus, input[type=datetime-local].rvt-validation-info:focus, input[type=email].rvt-validation-info:focus, input[type=month].rvt-validation-info:focus, input[type=number].rvt-validation-info:focus, input[type=password].rvt-validation-info:focus, input[type=search].rvt-validation-info:focus, input[type=tel].rvt-validation-info:focus, input[type=text].rvt-validation-info:focus, input[type=time].rvt-validation-info:focus, input[type=url].rvt-validation-info:focus, input[type=week].rvt-validation-info:focus, textarea.rvt-validation-info:focus, select.rvt-validation-info:focus {
        border-color: #328bb8;
        box-shadow: 0 0 0 .125rem #fff,0 0 0 .25rem #328bb8
    }

input[type=date].rvt-validation-warning, input[type=datetime].rvt-validation-warning, input[type=datetime-local].rvt-validation-warning, input[type=email].rvt-validation-warning, input[type=month].rvt-validation-warning, input[type=number].rvt-validation-warning, input[type=password].rvt-validation-warning, input[type=search].rvt-validation-warning, input[type=tel].rvt-validation-warning, input[type=text].rvt-validation-warning, input[type=time].rvt-validation-warning, input[type=url].rvt-validation-warning, input[type=week].rvt-validation-warning, textarea.rvt-validation-warning, select.rvt-validation-warning {
    border-color: #fa0;
    box-shadow: 0 0 0 .0625rem #fa0;
    background-color: #fffceb
}

    input[type=date].rvt-validation-warning:focus, input[type=datetime].rvt-validation-warning:focus, input[type=datetime-local].rvt-validation-warning:focus, input[type=email].rvt-validation-warning:focus, input[type=month].rvt-validation-warning:focus, input[type=number].rvt-validation-warning:focus, input[type=password].rvt-validation-warning:focus, input[type=search].rvt-validation-warning:focus, input[type=tel].rvt-validation-warning:focus, input[type=text].rvt-validation-warning:focus, input[type=time].rvt-validation-warning:focus, input[type=url].rvt-validation-warning:focus, input[type=week].rvt-validation-warning:focus, textarea.rvt-validation-warning:focus, select.rvt-validation-warning:focus {
        border-color: #ffc132;
        box-shadow: 0 0 0 .125rem #fff,0 0 0 .25rem #ffc132
    }

input[type=date].rvt-validation-danger, input[type=datetime].rvt-validation-danger, input[type=datetime-local].rvt-validation-danger, input[type=email].rvt-validation-danger, input[type=month].rvt-validation-danger, input[type=number].rvt-validation-danger, input[type=password].rvt-validation-danger, input[type=search].rvt-validation-danger, input[type=tel].rvt-validation-danger, input[type=text].rvt-validation-danger, input[type=time].rvt-validation-danger, input[type=url].rvt-validation-danger, input[type=week].rvt-validation-danger, textarea.rvt-validation-danger, select.rvt-validation-danger {
    border-color: #df3603;
    box-shadow: 0 0 0 .0625rem #df3603;
    background-color: #fff3f0
}

    input[type=date].rvt-validation-danger:focus, input[type=datetime].rvt-validation-danger:focus, input[type=datetime-local].rvt-validation-danger:focus, input[type=email].rvt-validation-danger:focus, input[type=month].rvt-validation-danger:focus, input[type=number].rvt-validation-danger:focus, input[type=password].rvt-validation-danger:focus, input[type=search].rvt-validation-danger:focus, input[type=tel].rvt-validation-danger:focus, input[type=text].rvt-validation-danger:focus, input[type=time].rvt-validation-danger:focus, input[type=url].rvt-validation-danger:focus, input[type=week].rvt-validation-danger:focus, textarea.rvt-validation-danger:focus, select.rvt-validation-danger:focus {
        border-color: #f75930;
        box-shadow: 0 0 0 .125rem #fff,0 0 0 .25rem #df3603
    }

input[type=date].rvt-validation-success, input[type=datetime].rvt-validation-success, input[type=datetime-local].rvt-validation-success, input[type=email].rvt-validation-success, input[type=month].rvt-validation-success, input[type=number].rvt-validation-success, input[type=password].rvt-validation-success, input[type=search].rvt-validation-success, input[type=tel].rvt-validation-success, input[type=text].rvt-validation-success, input[type=time].rvt-validation-success, input[type=url].rvt-validation-success, input[type=week].rvt-validation-success, textarea.rvt-validation-success, select.rvt-validation-success {
    border-color: #056e41;
    box-shadow: 0 0 0 .0625rem #056e41;
    background-color: #f9f9f0
}

    input[type=date].rvt-validation-success:focus, input[type=datetime].rvt-validation-success:focus, input[type=datetime-local].rvt-validation-success:focus, input[type=email].rvt-validation-success:focus, input[type=month].rvt-validation-success:focus, input[type=number].rvt-validation-success:focus, input[type=password].rvt-validation-success:focus, input[type=search].rvt-validation-success:focus, input[type=tel].rvt-validation-success:focus, input[type=text].rvt-validation-success:focus, input[type=time].rvt-validation-success:focus, input[type=url].rvt-validation-success:focus, input[type=week].rvt-validation-success:focus, textarea.rvt-validation-success:focus, select.rvt-validation-success:focus {
        border-color: #329345;
        box-shadow: 0 0 0 .125rem #fff,0 0 0 .25rem #056e41
    }

.rvt-inline-alert {
    margin-top: .5rem;
    font-size: .875rem;
    display: flex;
    align-items: center
}

.rvt-inline-alert__icon {
    width: 1rem;
    height: 1rem
}

.rvt-inline-alert__message {
    margin-left: .5rem;
    line-height: 1
}

.rvt-inline-alert--success {
    color: #056e41
}

.rvt-inline-alert--warning {
    color: #fa0
}

    .rvt-inline-alert--warning .rvt-inline-alert__message {
        color: #243142
    }

.rvt-inline-alert--danger {
    color: #df3603
}

.rvt-inline-alert--info {
    color: #004f80
}

.rvt-inline-alert--standalone {
    padding: .5rem
}

    .rvt-inline-alert--standalone.rvt-inline-alert--is-invalid, .rvt-inline-alert--standalone.rvt-inline-alert--danger {
        border-left: .25rem solid #df3603;
        background-color: #fff3f0
    }

        .rvt-inline-alert--standalone.rvt-inline-alert--is-invalid .rvt-inline-alert__message, .rvt-inline-alert--standalone.rvt-inline-alert--danger .rvt-inline-alert__message {
            color: #690a00
        }

    .rvt-inline-alert--standalone.rvt-inline-alert--success {
        border-left: .25rem solid #056e41;
        background-color: #f9f9f0
    }

        .rvt-inline-alert--standalone.rvt-inline-alert--success .rvt-inline-alert__message {
            color: #004421
        }

    .rvt-inline-alert--standalone.rvt-inline-alert--warning {
        border-left: .25rem solid #fa0;
        background-color: #fffceb
    }

        .rvt-inline-alert--standalone.rvt-inline-alert--warning .rvt-inline-alert__message {
            color: #613d00
        }

    .rvt-inline-alert--standalone.rvt-inline-alert--info {
        border-left: .25rem solid #006298;
        background-color: #edfafd
    }

        .rvt-inline-alert--standalone.rvt-inline-alert--info .rvt-inline-alert__message {
            color: #004f80
        }



        /*jmg(r) started to add below on 08/27/2024*/


.rvt-header-menu__link.active:after {
    content: "";
    display: block;
    background-color: #900;
    width: 100%;
    height: .3rem;
    position: absolute;
    bottom: -1.65rem;
}

.tox-promotion {
    display: none;
}
.tox-statusbar__branding {display:none;}



/*inputtypevalue*/
/*
.rvt-radio input[type=InputRadio] {
    cursor: pointer;
    height: 1.5rem;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 2rem
}

.rvt-radio--sr-only-label {
    padding-left: 1.5rem
}

    .rvt-radio--sr-only-label input[type=InputRadio] {
        width: 1.5rem
    }

        .rvt-radio--sr-only-label input[type=InputRadio] ~ label {
            height: 0;
            overflow: hidden;
            padding: 0;
            width: 0
        }

.rvt-radio input[type=InputRadio] ~ label {
    cursor: pointer;
    display: inline-block;
    line-height: 1.5
}

    .rvt-radio input[type=radio] ~ label::before {
        background-color: #fff;
        border: .125rem solid #75838f;
        border-radius: 1rem;
        box-shadow: inset 0 0 0 .1875rem #fff;
        content: "";
        display: inline-block;
        height: 1rem;
        left: .125rem;
        position: absolute;
        top: .125rem;
        width: 1rem
    }

.rvt-radio input[type=radio]:checked ~ label::before {
    background-color: #006298;
    border-color: #006298
}

.rvt-radio input[type=radio]:focus ~ label::before {
    border-color: #006298;
    box-shadow: inset 0 0 0 .1875rem #fff,0 0 0 .25rem #94d2e7
}

.rvt-radio input[type=radio]:disabled {
    cursor: default
}

    .rvt-radio input[type=radio]:disabled ~ label {
        color: #243142;
        cursor: default
    }

        .rvt-radio input[type=radio]:disabled ~ label::before {
            background-color: #e2e7e9;
            border-color: #75838f;
            box-shadow: inset 0 0 0 .1875rem #e2e7e9
        }

    .rvt-radio input[type=radio]:disabled:checked ~ label::before {
        background-color: #75838f
    }*/