@charset "UTF-8";
/**
* ---
* Cusom Bologna Theme Variables 
* ---
* @author Roberto Maggi <roberto.maggi@eng.it>
*/
/** 
* ## MyPortal 3 SPAC theme wants these variables, that are "defaulted" inside the main variable CSS file.
$brand-primary: #73a142;
$brand-primary-hover: #577a32;
$brand-primary-btn: #9cb1ff;
$brand-primary-btn-hover: #8497d9;

$header-bg: #2d3821;
$active-bg:_#e3ecd9;
$violet-hover: #f0f4eb;
*/
/**
* Colour Palette
* ---
* This should be generated by a node script when the super admin choose the theme main colour
* // #B01736; // Red Bologna ;)
*/
/**
* Theme Variables
* ---
* This is the "api" of variables needed in the MYP Theme customization made for Nuova Rete Civica project (starting from October 2019).
* All variables are specified as !default so that the specific theme can override them.
*
* @author Roberto Maggi <roberto.maggi@eng.it>
*/
/*
* Palette definition (since NRC)
* ---
* We have these colour components
* - A "choosen color" from which the palettes come
* - Theme color (4 color), could be related to the choosen color or not
* - Palette (dynamically generated from a choose color
* - Gray palette
* - Foreground colors, both for palette end grays (dynamically generate by contrast to the palette in order to ensure accessibility)
* ---
* All these definitions depend on the functions defined inside "../scaling.scss" (that is already imported in the main.scss file).
*/
/* mixin for multiline */
/**
Note that $code here is not the unicode defined in the FontAwesome Pro website.
You have to get the correct code in /styles/fonts/font-awesome-XXX/variables.scss (where XXX is the font-awesome style you need)
*/
@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/font/TitilliumWeb/TitilliumWeb-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 600;
  src: url("../assets/font/TitilliumWeb/TitilliumWeb-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 700;
  src: url("../assets/font/TitilliumWeb/TitilliumWeb-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url("../assets/font/Lato/LatoLatin-Light.eot?") format("eot"), url("../assets/font/Lato/LatoLatin-Light.woff2") format("woff2"), url("../assets/font/Lato/LatoLatin-Light.woff") format("woff"), url("../assets/font/Lato/LatoLatin-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/font/Lato/LatoLatin-Regular.eot?") format("eot"), url("../assets/font/Lato/LatoLatin-Regular.woff2") format("woff2"), url("../assets/font/Lato/LatoLatin-Regular.woff") format("woff"), url("../assets/font/Lato/LatoLatin-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  src: url("../assets/font/Lato/LatoLatin-Semibold.eot?") format("eot"), url("../assets/font/Lato/LatoLatin-Semibold.woff2") format("woff2"), url("../assets/font/Lato/LatoLatin-Semibold.woff") format("woff"), url("../assets/font/Lato/LatoLatin-Semibold.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("../assets/font/Lato/LatoLatin-Bold.eot?") format("eot"), url("../assets/font/Lato/LatoLatin-Bold.woff2") format("woff2"), url("../assets/font/Lato/LatoLatin-Bold.woff") format("woff"), url("../assets/font/Lato/LatoLatin-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  src: url("../assets/font/Lato/LatoLatin-Black.eot?") format("eot"), url("../assets/font/Lato/LatoLatin-Black.woff2") format("woff2"), url("../assets/font/Lato/LatoLatin-Black.woff") format("woff"), url("../assets/font/Lato/LatoLatin-Black.ttf") format("truetype");
}
/**
* Since NRC project(Oct 2019), we use FontAwesome Pro Icons.
*/
@font-face {
  font-family: "NrcBrandCore";
  src: url("../assets/font/NrcBrandCore/NrcBrandCore.eot?2tdkuk");
  src: url("../assets/font/NrcBrandCore/NrcBrandCore.eot?2tdkuk#iefix") format("embedded-opentype"), url("../assets/font/NrcBrandCore/NrcBrandCore.ttf?2tdkuk") format("truetype"), url("../assets/font/NrcBrandCore/NrcBrandCore.woff?2tdkuk") format("woff"), url("../assets/font/NrcBrandCore/NrcBrandCore.svg?2tdkuk#NrcBrandCore") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "NrcBrandCore" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.far-times:before {
  content: "";
}

.fas-th:before {
  content: "";
}

.far-question-circle:before {
  content: "";
}

.fas-pen-alt:before {
  content: "";
}

.fas-question:before {
  content: "";
}

.far-life-ring:before {
  content: "";
}

.far-comments-alt:before {
  content: "";
}

.far-users:before {
  content: "";
}

.far-user:before {
  content: "";
}

.far-user-circle:before {
  content: "";
}

.far-sign-in:before {
  content: "";
}

.far-sign-in-alt:before {
  content: "";
}

.far-sign-out:before {
  content: "";
}

.far-sign-out-alt:before {
  content: "";
}

.far-bars:before {
  content: "";
}

.fas-sliders-h:before {
  content: "";
}

.far-comment-exclamation:before {
  content: "";
}

.far-phone-laptop:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.far-rss-square:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

html, body {
  margin: 0;
  padding: 0;
}

.nrc *,
.nrc *::before,
.nrc *::after {
  box-sizing: border-box;
}
.nrc html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(51, 51, 51, 0);
}
.nrc article, .nrc aside, .nrc figcaption, .nrc figure, .nrc footer, .nrc header, .nrc hgroup, .nrc main, .nrc nav, .nrc section {
  display: block;
}
.nrc body {
  margin: 0;
  font-family: "Titillium Web", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #1c2024;
  text-align: left;
  background-color: #e3e6e6;
}
.nrc [tabindex="-1"]:focus {
  outline: 0 !important;
}
.nrc hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.nrc h1, .nrc h2, .nrc h3, .nrc h4, .nrc h5, .nrc h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.nrc p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.nrc abbr[title],
.nrc abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
.nrc address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
.nrc ol,
.nrc ul,
.nrc dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
.nrc ol ol,
.nrc ul ul,
.nrc ol ul,
.nrc ul ol {
  margin-bottom: 0;
}
.nrc dt {
  font-weight: bold;
}
.nrc dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
.nrc blockquote {
  margin: 0 0 1rem;
}
.nrc b,
.nrc strong {
  font-weight: bolder;
}
.nrc small {
  font-size: 80%;
}
.nrc sub,
.nrc sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.nrc sub {
  bottom: -.25em;
}
.nrc sup {
  top: -.5em;
}
.nrc a {
  color: #00618B;
  text-decoration: underline;
  background-color: transparent;
}
.nrc a:hover {
  color: #00618B;
  text-decoration: underline;
}
.nrc a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
.nrc a:not([href]):not([tabindex]):hover, .nrc a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
.nrc a:not([href]):not([tabindex]):focus {
  outline: 0;
}
.nrc pre,
.nrc code,
.nrc kbd,
.nrc samp {
  font-family: "Titillium Web", monospace;
  font-size: 1em;
}
.nrc pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
.nrc figure {
  margin: 0 0 1rem;
}
.nrc img {
  vertical-align: middle;
  border-style: none;
}
.nrc svg {
  overflow: hidden;
  vertical-align: middle;
}
.nrc table {
  border-collapse: collapse;
}
.nrc caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #51657A;
  text-align: left;
  caption-side: bottom;
}
.nrc th {
  text-align: inherit;
}
.nrc label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.nrc button {
  border-radius: 0;
}
.nrc button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
.nrc input,
.nrc button,
.nrc select,
.nrc optgroup,
.nrc textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.nrc button,
.nrc input {
  overflow: visible;
}
.nrc button,
.nrc select {
  text-transform: none;
}
.nrc select {
  word-wrap: normal;
}
.nrc button,
.nrc [type="button"],
.nrc [type="reset"],
.nrc [type="submit"] {
  -webkit-appearance: button;
}
.nrc button:not(:disabled),
.nrc [type="button"]:not(:disabled),
.nrc [type="reset"]:not(:disabled),
.nrc [type="submit"]:not(:disabled) {
  cursor: pointer;
}
.nrc button::-moz-focus-inner,
.nrc [type="button"]::-moz-focus-inner,
.nrc [type="reset"]::-moz-focus-inner,
.nrc [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.nrc input[type="radio"],
.nrc input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
.nrc input[type="date"],
.nrc input[type="time"],
.nrc input[type="datetime-local"],
.nrc input[type="month"] {
  -webkit-appearance: listbox;
}
.nrc textarea {
  overflow: auto;
  resize: vertical;
}
.nrc fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.nrc legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
.nrc progress {
  vertical-align: baseline;
}
.nrc [type="number"]::-webkit-inner-spin-button,
.nrc [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.nrc [type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
.nrc [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.nrc ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
.nrc output {
  display: inline-block;
}
.nrc summary {
  display: list-item;
  cursor: pointer;
}
.nrc template {
  display: none;
}
.nrc [hidden] {
  display: none !important;
}
.nrc .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .nrc .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .nrc .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .nrc .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .nrc .container {
    max-width: 1140px;
  }
}
@media (min-width: 1260px) {
  .nrc .container {
    max-width: 1260px;
  }
}
.nrc .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.nrc .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.nrc .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.nrc .no-gutters > .col,
.nrc .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.nrc .col-1, .nrc .col-2, .nrc .col-3, .nrc .col-4, .nrc .col-5, .nrc .col-6, .nrc .col-7, .nrc .col-8, .nrc .col-9, .nrc .col-10, .nrc .col-11, .nrc .col-12, .nrc .col,
.nrc .col-auto, .nrc .col-sm-1, .nrc .col-sm-2, .nrc .col-sm-3, .nrc .col-sm-4, .nrc .col-sm-5, .nrc .col-sm-6, .nrc .col-sm-7, .nrc .col-sm-8, .nrc .col-sm-9, .nrc .col-sm-10, .nrc .col-sm-11, .nrc .col-sm-12, .nrc .col-sm,
.nrc .col-sm-auto, .nrc .col-md-1, .nrc .col-md-2, .nrc .col-md-3, .nrc .col-md-4, .nrc .col-md-5, .nrc .col-md-6, .nrc .col-md-7, .nrc .col-md-8, .nrc .col-md-9, .nrc .col-md-10, .nrc .col-md-11, .nrc .col-md-12, .nrc .col-md,
.nrc .col-md-auto, .nrc .col-lg-1, .nrc .col-lg-2, .nrc .col-lg-3, .nrc .col-lg-4, .nrc .col-lg-5, .nrc .col-lg-6, .nrc .col-lg-7, .nrc .col-lg-8, .nrc .col-lg-9, .nrc .col-lg-10, .nrc .col-lg-11, .nrc .col-lg-12, .nrc .col-lg,
.nrc .col-lg-auto, .nrc .col-xl-1, .nrc .col-xl-2, .nrc .col-xl-3, .nrc .col-xl-4, .nrc .col-xl-5, .nrc .col-xl-6, .nrc .col-xl-7, .nrc .col-xl-8, .nrc .col-xl-9, .nrc .col-xl-10, .nrc .col-xl-11, .nrc .col-xl-12, .nrc .col-xl,
.nrc .col-xl-auto, .nrc .col-xxl-1, .nrc .col-xxl-2, .nrc .col-xxl-3, .nrc .col-xxl-4, .nrc .col-xxl-5, .nrc .col-xxl-6, .nrc .col-xxl-7, .nrc .col-xxl-8, .nrc .col-xxl-9, .nrc .col-xxl-10, .nrc .col-xxl-11, .nrc .col-xxl-12, .nrc .col-xxl,
.nrc .col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.nrc .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.nrc .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.nrc .col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.nrc .col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.nrc .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.nrc .col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.nrc .col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.nrc .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.nrc .col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.nrc .col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.nrc .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.nrc .col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.nrc .col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.nrc .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.nrc .order-first {
  order: -1;
}
.nrc .order-last {
  order: 13;
}
.nrc .order-0 {
  order: 0;
}
.nrc .order-1 {
  order: 1;
}
.nrc .order-2 {
  order: 2;
}
.nrc .order-3 {
  order: 3;
}
.nrc .order-4 {
  order: 4;
}
.nrc .order-5 {
  order: 5;
}
.nrc .order-6 {
  order: 6;
}
.nrc .order-7 {
  order: 7;
}
.nrc .order-8 {
  order: 8;
}
.nrc .order-9 {
  order: 9;
}
.nrc .order-10 {
  order: 10;
}
.nrc .order-11 {
  order: 11;
}
.nrc .order-12 {
  order: 12;
}
.nrc .offset-1 {
  margin-left: 8.3333333333%;
}
.nrc .offset-2 {
  margin-left: 16.6666666667%;
}
.nrc .offset-3 {
  margin-left: 25%;
}
.nrc .offset-4 {
  margin-left: 33.3333333333%;
}
.nrc .offset-5 {
  margin-left: 41.6666666667%;
}
.nrc .offset-6 {
  margin-left: 50%;
}
.nrc .offset-7 {
  margin-left: 58.3333333333%;
}
.nrc .offset-8 {
  margin-left: 66.6666666667%;
}
.nrc .offset-9 {
  margin-left: 75%;
}
.nrc .offset-10 {
  margin-left: 83.3333333333%;
}
.nrc .offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .nrc .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .nrc .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .nrc .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .nrc .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .nrc .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .nrc .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .nrc .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .nrc .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .nrc .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .nrc .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .nrc .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .nrc .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .nrc .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .nrc .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .nrc .order-sm-first {
    order: -1;
  }
  .nrc .order-sm-last {
    order: 13;
  }
  .nrc .order-sm-0 {
    order: 0;
  }
  .nrc .order-sm-1 {
    order: 1;
  }
  .nrc .order-sm-2 {
    order: 2;
  }
  .nrc .order-sm-3 {
    order: 3;
  }
  .nrc .order-sm-4 {
    order: 4;
  }
  .nrc .order-sm-5 {
    order: 5;
  }
  .nrc .order-sm-6 {
    order: 6;
  }
  .nrc .order-sm-7 {
    order: 7;
  }
  .nrc .order-sm-8 {
    order: 8;
  }
  .nrc .order-sm-9 {
    order: 9;
  }
  .nrc .order-sm-10 {
    order: 10;
  }
  .nrc .order-sm-11 {
    order: 11;
  }
  .nrc .order-sm-12 {
    order: 12;
  }
  .nrc .offset-sm-0 {
    margin-left: 0;
  }
  .nrc .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .nrc .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .nrc .offset-sm-3 {
    margin-left: 25%;
  }
  .nrc .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .nrc .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .nrc .offset-sm-6 {
    margin-left: 50%;
  }
  .nrc .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .nrc .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .nrc .offset-sm-9 {
    margin-left: 75%;
  }
  .nrc .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .nrc .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .nrc .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .nrc .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .nrc .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .nrc .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .nrc .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .nrc .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .nrc .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .nrc .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .nrc .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .nrc .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .nrc .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .nrc .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .nrc .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .nrc .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .nrc .order-md-first {
    order: -1;
  }
  .nrc .order-md-last {
    order: 13;
  }
  .nrc .order-md-0 {
    order: 0;
  }
  .nrc .order-md-1 {
    order: 1;
  }
  .nrc .order-md-2 {
    order: 2;
  }
  .nrc .order-md-3 {
    order: 3;
  }
  .nrc .order-md-4 {
    order: 4;
  }
  .nrc .order-md-5 {
    order: 5;
  }
  .nrc .order-md-6 {
    order: 6;
  }
  .nrc .order-md-7 {
    order: 7;
  }
  .nrc .order-md-8 {
    order: 8;
  }
  .nrc .order-md-9 {
    order: 9;
  }
  .nrc .order-md-10 {
    order: 10;
  }
  .nrc .order-md-11 {
    order: 11;
  }
  .nrc .order-md-12 {
    order: 12;
  }
  .nrc .offset-md-0 {
    margin-left: 0;
  }
  .nrc .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .nrc .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .nrc .offset-md-3 {
    margin-left: 25%;
  }
  .nrc .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .nrc .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .nrc .offset-md-6 {
    margin-left: 50%;
  }
  .nrc .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .nrc .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .nrc .offset-md-9 {
    margin-left: 75%;
  }
  .nrc .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .nrc .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .nrc .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .nrc .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .nrc .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .nrc .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .nrc .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .nrc .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .nrc .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .nrc .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .nrc .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .nrc .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .nrc .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .nrc .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .nrc .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .nrc .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .nrc .order-lg-first {
    order: -1;
  }
  .nrc .order-lg-last {
    order: 13;
  }
  .nrc .order-lg-0 {
    order: 0;
  }
  .nrc .order-lg-1 {
    order: 1;
  }
  .nrc .order-lg-2 {
    order: 2;
  }
  .nrc .order-lg-3 {
    order: 3;
  }
  .nrc .order-lg-4 {
    order: 4;
  }
  .nrc .order-lg-5 {
    order: 5;
  }
  .nrc .order-lg-6 {
    order: 6;
  }
  .nrc .order-lg-7 {
    order: 7;
  }
  .nrc .order-lg-8 {
    order: 8;
  }
  .nrc .order-lg-9 {
    order: 9;
  }
  .nrc .order-lg-10 {
    order: 10;
  }
  .nrc .order-lg-11 {
    order: 11;
  }
  .nrc .order-lg-12 {
    order: 12;
  }
  .nrc .offset-lg-0 {
    margin-left: 0;
  }
  .nrc .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .nrc .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .nrc .offset-lg-3 {
    margin-left: 25%;
  }
  .nrc .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .nrc .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .nrc .offset-lg-6 {
    margin-left: 50%;
  }
  .nrc .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .nrc .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .nrc .offset-lg-9 {
    margin-left: 75%;
  }
  .nrc .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .nrc .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .nrc .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .nrc .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .nrc .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .nrc .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .nrc .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .nrc .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .nrc .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .nrc .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .nrc .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .nrc .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .nrc .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .nrc .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .nrc .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .nrc .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .nrc .order-xl-first {
    order: -1;
  }
  .nrc .order-xl-last {
    order: 13;
  }
  .nrc .order-xl-0 {
    order: 0;
  }
  .nrc .order-xl-1 {
    order: 1;
  }
  .nrc .order-xl-2 {
    order: 2;
  }
  .nrc .order-xl-3 {
    order: 3;
  }
  .nrc .order-xl-4 {
    order: 4;
  }
  .nrc .order-xl-5 {
    order: 5;
  }
  .nrc .order-xl-6 {
    order: 6;
  }
  .nrc .order-xl-7 {
    order: 7;
  }
  .nrc .order-xl-8 {
    order: 8;
  }
  .nrc .order-xl-9 {
    order: 9;
  }
  .nrc .order-xl-10 {
    order: 10;
  }
  .nrc .order-xl-11 {
    order: 11;
  }
  .nrc .order-xl-12 {
    order: 12;
  }
  .nrc .offset-xl-0 {
    margin-left: 0;
  }
  .nrc .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .nrc .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .nrc .offset-xl-3 {
    margin-left: 25%;
  }
  .nrc .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .nrc .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .nrc .offset-xl-6 {
    margin-left: 50%;
  }
  .nrc .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .nrc .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .nrc .offset-xl-9 {
    margin-left: 75%;
  }
  .nrc .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .nrc .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1260px) {
  .nrc .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .nrc .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .nrc .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .nrc .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .nrc .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .nrc .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .nrc .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .nrc .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .nrc .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .nrc .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .nrc .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .nrc .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .nrc .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .nrc .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .nrc .order-xxl-first {
    order: -1;
  }
  .nrc .order-xxl-last {
    order: 13;
  }
  .nrc .order-xxl-0 {
    order: 0;
  }
  .nrc .order-xxl-1 {
    order: 1;
  }
  .nrc .order-xxl-2 {
    order: 2;
  }
  .nrc .order-xxl-3 {
    order: 3;
  }
  .nrc .order-xxl-4 {
    order: 4;
  }
  .nrc .order-xxl-5 {
    order: 5;
  }
  .nrc .order-xxl-6 {
    order: 6;
  }
  .nrc .order-xxl-7 {
    order: 7;
  }
  .nrc .order-xxl-8 {
    order: 8;
  }
  .nrc .order-xxl-9 {
    order: 9;
  }
  .nrc .order-xxl-10 {
    order: 10;
  }
  .nrc .order-xxl-11 {
    order: 11;
  }
  .nrc .order-xxl-12 {
    order: 12;
  }
  .nrc .offset-xxl-0 {
    margin-left: 0;
  }
  .nrc .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .nrc .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .nrc .offset-xxl-3 {
    margin-left: 25%;
  }
  .nrc .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .nrc .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .nrc .offset-xxl-6 {
    margin-left: 50%;
  }
  .nrc .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .nrc .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .nrc .offset-xxl-9 {
    margin-left: 75%;
  }
  .nrc .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .nrc .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.nrc .align-baseline {
  vertical-align: baseline !important;
}
.nrc .align-top {
  vertical-align: top !important;
}
.nrc .align-middle {
  vertical-align: middle !important;
}
.nrc .align-bottom {
  vertical-align: bottom !important;
}
.nrc .align-text-bottom {
  vertical-align: text-bottom !important;
}
.nrc .align-text-top {
  vertical-align: text-top !important;
}
.nrc .bg-primary {
  background-color: #B01736 !important;
}
.nrc a.bg-primary:hover, .nrc a.bg-primary:focus,
.nrc button.bg-primary:hover,
.nrc button.bg-primary:focus {
  background-color: #831128 !important;
}
.nrc .bg-secondary {
  background-color: #007B87 !important;
}
.nrc a.bg-secondary:hover, .nrc a.bg-secondary:focus,
.nrc button.bg-secondary:hover,
.nrc button.bg-secondary:focus {
  background-color: #004d54 !important;
}
.nrc .bg-success {
  background-color: #2E7D32 !important;
}
.nrc a.bg-success:hover, .nrc a.bg-success:focus,
.nrc button.bg-success:hover,
.nrc button.bg-success:focus {
  background-color: #205823 !important;
}
.nrc .bg-info {
  background-color: #00618B !important;
}
.nrc a.bg-info:hover, .nrc a.bg-info:focus,
.nrc button.bg-info:hover,
.nrc button.bg-info:focus {
  background-color: #003d58 !important;
}
.nrc .bg-warning {
  background-color: #FBC02D !important;
}
.nrc a.bg-warning:hover, .nrc a.bg-warning:focus,
.nrc button.bg-warning:hover,
.nrc button.bg-warning:focus {
  background-color: #f0ad05 !important;
}
.nrc .bg-danger {
  background-color: #B01736 !important;
}
.nrc a.bg-danger:hover, .nrc a.bg-danger:focus,
.nrc button.bg-danger:hover,
.nrc button.bg-danger:focus {
  background-color: #831128 !important;
}
.nrc .bg-light {
  background-color: #F0F0F0 !important;
}
.nrc a.bg-light:hover, .nrc a.bg-light:focus,
.nrc button.bg-light:hover,
.nrc button.bg-light:focus {
  background-color: #d7d7d7 !important;
}
.nrc .bg-dark {
  background-color: #2B3D4E !important;
}
.nrc a.bg-dark:hover, .nrc a.bg-dark:focus,
.nrc button.bg-dark:hover,
.nrc button.bg-dark:focus {
  background-color: #19232d !important;
}
.nrc .bg-tertiary {
  background-color: #99CCFF !important;
}
.nrc a.bg-tertiary:hover, .nrc a.bg-tertiary:focus,
.nrc button.bg-tertiary:hover,
.nrc button.bg-tertiary:focus {
  background-color: #66b3ff !important;
}
.nrc .bg-cta {
  background-color: #00618B !important;
}
.nrc a.bg-cta:hover, .nrc a.bg-cta:focus,
.nrc button.bg-cta:hover,
.nrc button.bg-cta:focus {
  background-color: #003d58 !important;
}
.nrc .bg-palette-50 {
  background-color: #e5a1af !important;
}
.nrc a.bg-palette-50:hover, .nrc a.bg-palette-50:focus,
.nrc button.bg-palette-50:hover,
.nrc button.bg-palette-50:focus {
  background-color: #da798d !important;
}
.nrc .bg-palette-100 {
  background-color: #e08093 !important;
}
.nrc a.bg-palette-100:hover, .nrc a.bg-palette-100:focus,
.nrc button.bg-palette-100:hover,
.nrc button.bg-palette-100:focus {
  background-color: #d65771 !important;
}
.nrc .bg-palette-200 {
  background-color: #dd5d77 !important;
}
.nrc a.bg-palette-200:hover, .nrc a.bg-palette-200:focus,
.nrc button.bg-palette-200:hover,
.nrc button.bg-palette-200:focus {
  background-color: #d43354 !important;
}
.nrc .bg-palette-300 {
  background-color: #db395a !important;
}
.nrc a.bg-palette-300:hover, .nrc a.bg-palette-300:focus,
.nrc button.bg-palette-300:hover,
.nrc button.bg-palette-300:focus {
  background-color: #be2342 !important;
}
.nrc .bg-palette-400 {
  background-color: #cd2043 !important;
}
.nrc a.bg-palette-400:hover, .nrc a.bg-palette-400:focus,
.nrc button.bg-palette-400:hover,
.nrc button.bg-palette-400:focus {
  background-color: #a11935 !important;
}
.nrc .bg-palette-500 {
  background-color: #B01736 !important;
}
.nrc a.bg-palette-500:hover, .nrc a.bg-palette-500:focus,
.nrc button.bg-palette-500:hover,
.nrc button.bg-palette-500:focus {
  background-color: #831128 !important;
}
.nrc .bg-palette-600 {
  background-color: #a21532 !important;
}
.nrc a.bg-palette-600:hover, .nrc a.bg-palette-600:focus,
.nrc button.bg-palette-600:hover,
.nrc button.bg-palette-600:focus {
  background-color: #750f24 !important;
}
.nrc .bg-palette-700 {
  background-color: #95132e !important;
}
.nrc a.bg-palette-700:hover, .nrc a.bg-palette-700:focus,
.nrc button.bg-palette-700:hover,
.nrc button.bg-palette-700:focus {
  background-color: #680e20 !important;
}
.nrc .bg-palette-800 {
  background-color: #87122a !important;
}
.nrc a.bg-palette-800:hover, .nrc a.bg-palette-800:focus,
.nrc button.bg-palette-800:hover,
.nrc button.bg-palette-800:focus {
  background-color: #5a0c1c !important;
}
.nrc .bg-palette-900 {
  background-color: #7a1025 !important;
}
.nrc a.bg-palette-900:hover, .nrc a.bg-palette-900:focus,
.nrc button.bg-palette-900:hover,
.nrc button.bg-palette-900:focus {
  background-color: #4d0a18 !important;
}
.nrc .bg-palette-950 {
  background-color: #6c0e21 !important;
}
.nrc a.bg-palette-950:hover, .nrc a.bg-palette-950:focus,
.nrc button.bg-palette-950:hover,
.nrc button.bg-palette-950:focus {
  background-color: #3f0813 !important;
}
.nrc .bg-palette-foreground-50 {
  background-color: #333 !important;
}
.nrc a.bg-palette-foreground-50:hover, .nrc a.bg-palette-foreground-50:focus,
.nrc button.bg-palette-foreground-50:hover,
.nrc button.bg-palette-foreground-50:focus {
  background-color: #1a1a1a !important;
}
.nrc .bg-palette-foreground-100 {
  background-color: #333 !important;
}
.nrc a.bg-palette-foreground-100:hover, .nrc a.bg-palette-foreground-100:focus,
.nrc button.bg-palette-foreground-100:hover,
.nrc button.bg-palette-foreground-100:focus {
  background-color: #1a1a1a !important;
}
.nrc .bg-palette-foreground-200 {
  background-color: #fff !important;
}
.nrc a.bg-palette-foreground-200:hover, .nrc a.bg-palette-foreground-200:focus,
.nrc button.bg-palette-foreground-200:hover,
.nrc button.bg-palette-foreground-200:focus {
  background-color: #e6e6e6 !important;
}
.nrc .bg-palette-foreground-300 {
  background-color: #fff !important;
}
.nrc a.bg-palette-foreground-300:hover, .nrc a.bg-palette-foreground-300:focus,
.nrc button.bg-palette-foreground-300:hover,
.nrc button.bg-palette-foreground-300:focus {
  background-color: #e6e6e6 !important;
}
.nrc .bg-palette-foreground-400 {
  background-color: #fff !important;
}
.nrc a.bg-palette-foreground-400:hover, .nrc a.bg-palette-foreground-400:focus,
.nrc button.bg-palette-foreground-400:hover,
.nrc button.bg-palette-foreground-400:focus {
  background-color: #e6e6e6 !important;
}
.nrc .bg-palette-foreground-500 {
  background-color: #fff !important;
}
.nrc a.bg-palette-foreground-500:hover, .nrc a.bg-palette-foreground-500:focus,
.nrc button.bg-palette-foreground-500:hover,
.nrc button.bg-palette-foreground-500:focus {
  background-color: #e6e6e6 !important;
}
.nrc .bg-palette-foreground-600 {
  background-color: #fff !important;
}
.nrc a.bg-palette-foreground-600:hover, .nrc a.bg-palette-foreground-600:focus,
.nrc button.bg-palette-foreground-600:hover,
.nrc button.bg-palette-foreground-600:focus {
  background-color: #e6e6e6 !important;
}
.nrc .bg-palette-foreground-700 {
  background-color: #fff !important;
}
.nrc a.bg-palette-foreground-700:hover, .nrc a.bg-palette-foreground-700:focus,
.nrc button.bg-palette-foreground-700:hover,
.nrc button.bg-palette-foreground-700:focus {
  background-color: #e6e6e6 !important;
}
.nrc .bg-palette-foreground-800 {
  background-color: #fff !important;
}
.nrc a.bg-palette-foreground-800:hover, .nrc a.bg-palette-foreground-800:focus,
.nrc button.bg-palette-foreground-800:hover,
.nrc button.bg-palette-foreground-800:focus {
  background-color: #e6e6e6 !important;
}
.nrc .bg-palette-foreground-900 {
  background-color: #fff !important;
}
.nrc a.bg-palette-foreground-900:hover, .nrc a.bg-palette-foreground-900:focus,
.nrc button.bg-palette-foreground-900:hover,
.nrc button.bg-palette-foreground-900:focus {
  background-color: #e6e6e6 !important;
}
.nrc .bg-palette-foreground-950 {
  background-color: #fff !important;
}
.nrc a.bg-palette-foreground-950:hover, .nrc a.bg-palette-foreground-950:focus,
.nrc button.bg-palette-foreground-950:hover,
.nrc button.bg-palette-foreground-950:focus {
  background-color: #e6e6e6 !important;
}
.nrc .bg-white {
  background-color: #fff !important;
}
.nrc .bg-transparent {
  background-color: transparent !important;
}
.nrc .border {
  border: 1px solid #C9D0D0 !important;
}
.nrc .border-top {
  border-top: 1px solid #C9D0D0 !important;
}
.nrc .border-right {
  border-right: 1px solid #C9D0D0 !important;
}
.nrc .border-bottom {
  border-bottom: 1px solid #C9D0D0 !important;
}
.nrc .border-left {
  border-left: 1px solid #C9D0D0 !important;
}
.nrc .border-0 {
  border: 0 !important;
}
.nrc .border-top-0 {
  border-top: 0 !important;
}
.nrc .border-right-0 {
  border-right: 0 !important;
}
.nrc .border-bottom-0 {
  border-bottom: 0 !important;
}
.nrc .border-left-0 {
  border-left: 0 !important;
}
.nrc .border-primary {
  border-color: #B01736 !important;
}
.nrc .border-secondary {
  border-color: #007B87 !important;
}
.nrc .border-success {
  border-color: #2E7D32 !important;
}
.nrc .border-info {
  border-color: #00618B !important;
}
.nrc .border-warning {
  border-color: #FBC02D !important;
}
.nrc .border-danger {
  border-color: #B01736 !important;
}
.nrc .border-light {
  border-color: #F0F0F0 !important;
}
.nrc .border-dark {
  border-color: #2B3D4E !important;
}
.nrc .border-tertiary {
  border-color: #99CCFF !important;
}
.nrc .border-cta {
  border-color: #00618B !important;
}
.nrc .border-palette-50 {
  border-color: #e5a1af !important;
}
.nrc .border-palette-100 {
  border-color: #e08093 !important;
}
.nrc .border-palette-200 {
  border-color: #dd5d77 !important;
}
.nrc .border-palette-300 {
  border-color: #db395a !important;
}
.nrc .border-palette-400 {
  border-color: #cd2043 !important;
}
.nrc .border-palette-500 {
  border-color: #B01736 !important;
}
.nrc .border-palette-600 {
  border-color: #a21532 !important;
}
.nrc .border-palette-700 {
  border-color: #95132e !important;
}
.nrc .border-palette-800 {
  border-color: #87122a !important;
}
.nrc .border-palette-900 {
  border-color: #7a1025 !important;
}
.nrc .border-palette-950 {
  border-color: #6c0e21 !important;
}
.nrc .border-palette-foreground-50 {
  border-color: #333 !important;
}
.nrc .border-palette-foreground-100 {
  border-color: #333 !important;
}
.nrc .border-palette-foreground-200 {
  border-color: #fff !important;
}
.nrc .border-palette-foreground-300 {
  border-color: #fff !important;
}
.nrc .border-palette-foreground-400 {
  border-color: #fff !important;
}
.nrc .border-palette-foreground-500 {
  border-color: #fff !important;
}
.nrc .border-palette-foreground-600 {
  border-color: #fff !important;
}
.nrc .border-palette-foreground-700 {
  border-color: #fff !important;
}
.nrc .border-palette-foreground-800 {
  border-color: #fff !important;
}
.nrc .border-palette-foreground-900 {
  border-color: #fff !important;
}
.nrc .border-palette-foreground-950 {
  border-color: #fff !important;
}
.nrc .border-white {
  border-color: #fff !important;
}
.nrc .rounded-sm {
  border-radius: 0.5rem !important;
}
.nrc .rounded {
  border-radius: 0.25rem !important;
}
.nrc .rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.nrc .rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.nrc .rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.nrc .rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.nrc .rounded-lg {
  border-radius: 1rem !important;
}
.nrc .rounded-circle {
  border-radius: 50% !important;
}
.nrc .rounded-pill {
  border-radius: 50rem !important;
}
.nrc .rounded-0 {
  border-radius: 0 !important;
}
.nrc .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.nrc .d-none {
  display: none !important;
}
.nrc .d-inline {
  display: inline !important;
}
.nrc .d-inline-block {
  display: inline-block !important;
}
.nrc .d-block {
  display: block !important;
}
.nrc .d-table {
  display: table !important;
}
.nrc .d-table-row {
  display: table-row !important;
}
.nrc .d-table-cell {
  display: table-cell !important;
}
.nrc .d-flex {
  display: flex !important;
}
.nrc .d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .nrc .d-sm-none {
    display: none !important;
  }
  .nrc .d-sm-inline {
    display: inline !important;
  }
  .nrc .d-sm-inline-block {
    display: inline-block !important;
  }
  .nrc .d-sm-block {
    display: block !important;
  }
  .nrc .d-sm-table {
    display: table !important;
  }
  .nrc .d-sm-table-row {
    display: table-row !important;
  }
  .nrc .d-sm-table-cell {
    display: table-cell !important;
  }
  .nrc .d-sm-flex {
    display: flex !important;
  }
  .nrc .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .nrc .d-md-none {
    display: none !important;
  }
  .nrc .d-md-inline {
    display: inline !important;
  }
  .nrc .d-md-inline-block {
    display: inline-block !important;
  }
  .nrc .d-md-block {
    display: block !important;
  }
  .nrc .d-md-table {
    display: table !important;
  }
  .nrc .d-md-table-row {
    display: table-row !important;
  }
  .nrc .d-md-table-cell {
    display: table-cell !important;
  }
  .nrc .d-md-flex {
    display: flex !important;
  }
  .nrc .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .nrc .d-lg-none {
    display: none !important;
  }
  .nrc .d-lg-inline {
    display: inline !important;
  }
  .nrc .d-lg-inline-block {
    display: inline-block !important;
  }
  .nrc .d-lg-block {
    display: block !important;
  }
  .nrc .d-lg-table {
    display: table !important;
  }
  .nrc .d-lg-table-row {
    display: table-row !important;
  }
  .nrc .d-lg-table-cell {
    display: table-cell !important;
  }
  .nrc .d-lg-flex {
    display: flex !important;
  }
  .nrc .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .nrc .d-xl-none {
    display: none !important;
  }
  .nrc .d-xl-inline {
    display: inline !important;
  }
  .nrc .d-xl-inline-block {
    display: inline-block !important;
  }
  .nrc .d-xl-block {
    display: block !important;
  }
  .nrc .d-xl-table {
    display: table !important;
  }
  .nrc .d-xl-table-row {
    display: table-row !important;
  }
  .nrc .d-xl-table-cell {
    display: table-cell !important;
  }
  .nrc .d-xl-flex {
    display: flex !important;
  }
  .nrc .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1260px) {
  .nrc .d-xxl-none {
    display: none !important;
  }
  .nrc .d-xxl-inline {
    display: inline !important;
  }
  .nrc .d-xxl-inline-block {
    display: inline-block !important;
  }
  .nrc .d-xxl-block {
    display: block !important;
  }
  .nrc .d-xxl-table {
    display: table !important;
  }
  .nrc .d-xxl-table-row {
    display: table-row !important;
  }
  .nrc .d-xxl-table-cell {
    display: table-cell !important;
  }
  .nrc .d-xxl-flex {
    display: flex !important;
  }
  .nrc .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .nrc .d-print-none {
    display: none !important;
  }
  .nrc .d-print-inline {
    display: inline !important;
  }
  .nrc .d-print-inline-block {
    display: inline-block !important;
  }
  .nrc .d-print-block {
    display: block !important;
  }
  .nrc .d-print-table {
    display: table !important;
  }
  .nrc .d-print-table-row {
    display: table-row !important;
  }
  .nrc .d-print-table-cell {
    display: table-cell !important;
  }
  .nrc .d-print-flex {
    display: flex !important;
  }
  .nrc .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.nrc .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.nrc .embed-responsive::before {
  display: block;
  content: "";
}
.nrc .embed-responsive .embed-responsive-item,
.nrc .embed-responsive iframe,
.nrc .embed-responsive embed,
.nrc .embed-responsive object,
.nrc .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.nrc .embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
.nrc .embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.nrc .embed-responsive-4by3::before {
  padding-top: 75%;
}
.nrc .embed-responsive-1by1::before {
  padding-top: 100%;
}
.nrc .flex-row {
  flex-direction: row !important;
}
.nrc .flex-column {
  flex-direction: column !important;
}
.nrc .flex-row-reverse {
  flex-direction: row-reverse !important;
}
.nrc .flex-column-reverse {
  flex-direction: column-reverse !important;
}
.nrc .flex-wrap {
  flex-wrap: wrap !important;
}
.nrc .flex-nowrap {
  flex-wrap: nowrap !important;
}
.nrc .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.nrc .flex-fill {
  flex: 1 1 auto !important;
}
.nrc .flex-grow-0 {
  flex-grow: 0 !important;
}
.nrc .flex-grow-1 {
  flex-grow: 1 !important;
}
.nrc .flex-shrink-0 {
  flex-shrink: 0 !important;
}
.nrc .flex-shrink-1 {
  flex-shrink: 1 !important;
}
.nrc .justify-content-start {
  justify-content: flex-start !important;
}
.nrc .justify-content-end {
  justify-content: flex-end !important;
}
.nrc .justify-content-center {
  justify-content: center !important;
}
.nrc .justify-content-between {
  justify-content: space-between !important;
}
.nrc .justify-content-around {
  justify-content: space-around !important;
}
.nrc .align-items-start {
  align-items: flex-start !important;
}
.nrc .align-items-end {
  align-items: flex-end !important;
}
.nrc .align-items-center {
  align-items: center !important;
}
.nrc .align-items-baseline {
  align-items: baseline !important;
}
.nrc .align-items-stretch {
  align-items: stretch !important;
}
.nrc .align-content-start {
  align-content: flex-start !important;
}
.nrc .align-content-end {
  align-content: flex-end !important;
}
.nrc .align-content-center {
  align-content: center !important;
}
.nrc .align-content-between {
  align-content: space-between !important;
}
.nrc .align-content-around {
  align-content: space-around !important;
}
.nrc .align-content-stretch {
  align-content: stretch !important;
}
.nrc .align-self-auto {
  align-self: auto !important;
}
.nrc .align-self-start {
  align-self: flex-start !important;
}
.nrc .align-self-end {
  align-self: flex-end !important;
}
.nrc .align-self-center {
  align-self: center !important;
}
.nrc .align-self-baseline {
  align-self: baseline !important;
}
.nrc .align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .nrc .flex-sm-row {
    flex-direction: row !important;
  }
  .nrc .flex-sm-column {
    flex-direction: column !important;
  }
  .nrc .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .nrc .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .nrc .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .nrc .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .nrc .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .nrc .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .nrc .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .nrc .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .nrc .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .nrc .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .nrc .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .nrc .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .nrc .justify-content-sm-center {
    justify-content: center !important;
  }
  .nrc .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .nrc .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .nrc .align-items-sm-start {
    align-items: flex-start !important;
  }
  .nrc .align-items-sm-end {
    align-items: flex-end !important;
  }
  .nrc .align-items-sm-center {
    align-items: center !important;
  }
  .nrc .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .nrc .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .nrc .align-content-sm-start {
    align-content: flex-start !important;
  }
  .nrc .align-content-sm-end {
    align-content: flex-end !important;
  }
  .nrc .align-content-sm-center {
    align-content: center !important;
  }
  .nrc .align-content-sm-between {
    align-content: space-between !important;
  }
  .nrc .align-content-sm-around {
    align-content: space-around !important;
  }
  .nrc .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .nrc .align-self-sm-auto {
    align-self: auto !important;
  }
  .nrc .align-self-sm-start {
    align-self: flex-start !important;
  }
  .nrc .align-self-sm-end {
    align-self: flex-end !important;
  }
  .nrc .align-self-sm-center {
    align-self: center !important;
  }
  .nrc .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .nrc .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .nrc .flex-md-row {
    flex-direction: row !important;
  }
  .nrc .flex-md-column {
    flex-direction: column !important;
  }
  .nrc .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .nrc .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .nrc .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .nrc .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .nrc .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .nrc .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .nrc .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .nrc .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .nrc .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .nrc .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .nrc .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .nrc .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .nrc .justify-content-md-center {
    justify-content: center !important;
  }
  .nrc .justify-content-md-between {
    justify-content: space-between !important;
  }
  .nrc .justify-content-md-around {
    justify-content: space-around !important;
  }
  .nrc .align-items-md-start {
    align-items: flex-start !important;
  }
  .nrc .align-items-md-end {
    align-items: flex-end !important;
  }
  .nrc .align-items-md-center {
    align-items: center !important;
  }
  .nrc .align-items-md-baseline {
    align-items: baseline !important;
  }
  .nrc .align-items-md-stretch {
    align-items: stretch !important;
  }
  .nrc .align-content-md-start {
    align-content: flex-start !important;
  }
  .nrc .align-content-md-end {
    align-content: flex-end !important;
  }
  .nrc .align-content-md-center {
    align-content: center !important;
  }
  .nrc .align-content-md-between {
    align-content: space-between !important;
  }
  .nrc .align-content-md-around {
    align-content: space-around !important;
  }
  .nrc .align-content-md-stretch {
    align-content: stretch !important;
  }
  .nrc .align-self-md-auto {
    align-self: auto !important;
  }
  .nrc .align-self-md-start {
    align-self: flex-start !important;
  }
  .nrc .align-self-md-end {
    align-self: flex-end !important;
  }
  .nrc .align-self-md-center {
    align-self: center !important;
  }
  .nrc .align-self-md-baseline {
    align-self: baseline !important;
  }
  .nrc .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .nrc .flex-lg-row {
    flex-direction: row !important;
  }
  .nrc .flex-lg-column {
    flex-direction: column !important;
  }
  .nrc .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .nrc .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .nrc .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .nrc .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .nrc .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .nrc .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .nrc .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .nrc .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .nrc .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .nrc .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .nrc .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .nrc .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .nrc .justify-content-lg-center {
    justify-content: center !important;
  }
  .nrc .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .nrc .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .nrc .align-items-lg-start {
    align-items: flex-start !important;
  }
  .nrc .align-items-lg-end {
    align-items: flex-end !important;
  }
  .nrc .align-items-lg-center {
    align-items: center !important;
  }
  .nrc .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .nrc .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .nrc .align-content-lg-start {
    align-content: flex-start !important;
  }
  .nrc .align-content-lg-end {
    align-content: flex-end !important;
  }
  .nrc .align-content-lg-center {
    align-content: center !important;
  }
  .nrc .align-content-lg-between {
    align-content: space-between !important;
  }
  .nrc .align-content-lg-around {
    align-content: space-around !important;
  }
  .nrc .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .nrc .align-self-lg-auto {
    align-self: auto !important;
  }
  .nrc .align-self-lg-start {
    align-self: flex-start !important;
  }
  .nrc .align-self-lg-end {
    align-self: flex-end !important;
  }
  .nrc .align-self-lg-center {
    align-self: center !important;
  }
  .nrc .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .nrc .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .nrc .flex-xl-row {
    flex-direction: row !important;
  }
  .nrc .flex-xl-column {
    flex-direction: column !important;
  }
  .nrc .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .nrc .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .nrc .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .nrc .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .nrc .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .nrc .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .nrc .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .nrc .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .nrc .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .nrc .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .nrc .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .nrc .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .nrc .justify-content-xl-center {
    justify-content: center !important;
  }
  .nrc .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .nrc .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .nrc .align-items-xl-start {
    align-items: flex-start !important;
  }
  .nrc .align-items-xl-end {
    align-items: flex-end !important;
  }
  .nrc .align-items-xl-center {
    align-items: center !important;
  }
  .nrc .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .nrc .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .nrc .align-content-xl-start {
    align-content: flex-start !important;
  }
  .nrc .align-content-xl-end {
    align-content: flex-end !important;
  }
  .nrc .align-content-xl-center {
    align-content: center !important;
  }
  .nrc .align-content-xl-between {
    align-content: space-between !important;
  }
  .nrc .align-content-xl-around {
    align-content: space-around !important;
  }
  .nrc .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .nrc .align-self-xl-auto {
    align-self: auto !important;
  }
  .nrc .align-self-xl-start {
    align-self: flex-start !important;
  }
  .nrc .align-self-xl-end {
    align-self: flex-end !important;
  }
  .nrc .align-self-xl-center {
    align-self: center !important;
  }
  .nrc .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .nrc .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1260px) {
  .nrc .flex-xxl-row {
    flex-direction: row !important;
  }
  .nrc .flex-xxl-column {
    flex-direction: column !important;
  }
  .nrc .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .nrc .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .nrc .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .nrc .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .nrc .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .nrc .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .nrc .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .nrc .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .nrc .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .nrc .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .nrc .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .nrc .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .nrc .justify-content-xxl-center {
    justify-content: center !important;
  }
  .nrc .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .nrc .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .nrc .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .nrc .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .nrc .align-items-xxl-center {
    align-items: center !important;
  }
  .nrc .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .nrc .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .nrc .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .nrc .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .nrc .align-content-xxl-center {
    align-content: center !important;
  }
  .nrc .align-content-xxl-between {
    align-content: space-between !important;
  }
  .nrc .align-content-xxl-around {
    align-content: space-around !important;
  }
  .nrc .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .nrc .align-self-xxl-auto {
    align-self: auto !important;
  }
  .nrc .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .nrc .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .nrc .align-self-xxl-center {
    align-self: center !important;
  }
  .nrc .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .nrc .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.nrc .float-left {
  float: left !important;
}
.nrc .float-right {
  float: right !important;
}
.nrc .float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .nrc .float-sm-left {
    float: left !important;
  }
  .nrc .float-sm-right {
    float: right !important;
  }
  .nrc .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .nrc .float-md-left {
    float: left !important;
  }
  .nrc .float-md-right {
    float: right !important;
  }
  .nrc .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .nrc .float-lg-left {
    float: left !important;
  }
  .nrc .float-lg-right {
    float: right !important;
  }
  .nrc .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .nrc .float-xl-left {
    float: left !important;
  }
  .nrc .float-xl-right {
    float: right !important;
  }
  .nrc .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1260px) {
  .nrc .float-xxl-left {
    float: left !important;
  }
  .nrc .float-xxl-right {
    float: right !important;
  }
  .nrc .float-xxl-none {
    float: none !important;
  }
}
.nrc .overflow-auto {
  overflow: auto !important;
}
.nrc .overflow-hidden {
  overflow: hidden !important;
}
.nrc .position-static {
  position: static !important;
}
.nrc .position-relative {
  position: relative !important;
}
.nrc .position-absolute {
  position: absolute !important;
}
.nrc .position-fixed {
  position: fixed !important;
}
.nrc .position-sticky {
  position: sticky !important;
}
.nrc .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.nrc .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .nrc .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.nrc .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.nrc .sr-only-focusable:active, .nrc .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.nrc .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(51, 51, 51, 0.075) !important;
}
.nrc .shadow {
  box-shadow: 0 0.5rem 1rem rgba(51, 51, 51, 0.15) !important;
}
.nrc .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(51, 51, 51, 0.175) !important;
}
.nrc .shadow-none {
  box-shadow: none !important;
}
.nrc .w-25 {
  width: 25% !important;
}
.nrc .w-50 {
  width: 50% !important;
}
.nrc .w-75 {
  width: 75% !important;
}
.nrc .w-100 {
  width: 100% !important;
}
.nrc .w-auto {
  width: auto !important;
}
.nrc .h-25 {
  height: 25% !important;
}
.nrc .h-50 {
  height: 50% !important;
}
.nrc .h-75 {
  height: 75% !important;
}
.nrc .h-100 {
  height: 100% !important;
}
.nrc .h-auto {
  height: auto !important;
}
.nrc .mw-100 {
  max-width: 100% !important;
}
.nrc .mh-100 {
  max-height: 100% !important;
}
.nrc .min-vw-100 {
  min-width: 100vw !important;
}
.nrc .min-vh-100 {
  min-height: 100vh !important;
}
.nrc .vw-100 {
  width: 100vw !important;
}
.nrc .vh-100 {
  height: 100vh !important;
}
.nrc .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.nrc .m-0 {
  margin: 0 !important;
}
.nrc .mt-0,
.nrc .my-0 {
  margin-top: 0 !important;
}
.nrc .mr-0,
.nrc .mx-0 {
  margin-right: 0 !important;
}
.nrc .mb-0,
.nrc .my-0 {
  margin-bottom: 0 !important;
}
.nrc .ml-0,
.nrc .mx-0 {
  margin-left: 0 !important;
}
.nrc .m-1 {
  margin: 0.25rem !important;
}
.nrc .mt-1,
.nrc .my-1 {
  margin-top: 0.25rem !important;
}
.nrc .mr-1,
.nrc .mx-1 {
  margin-right: 0.25rem !important;
}
.nrc .mb-1,
.nrc .my-1 {
  margin-bottom: 0.25rem !important;
}
.nrc .ml-1,
.nrc .mx-1 {
  margin-left: 0.25rem !important;
}
.nrc .m-2 {
  margin: 0.5rem !important;
}
.nrc .mt-2,
.nrc .my-2 {
  margin-top: 0.5rem !important;
}
.nrc .mr-2,
.nrc .mx-2 {
  margin-right: 0.5rem !important;
}
.nrc .mb-2,
.nrc .my-2 {
  margin-bottom: 0.5rem !important;
}
.nrc .ml-2,
.nrc .mx-2 {
  margin-left: 0.5rem !important;
}
.nrc .m-3 {
  margin: 1rem !important;
}
.nrc .mt-3,
.nrc .my-3 {
  margin-top: 1rem !important;
}
.nrc .mr-3,
.nrc .mx-3 {
  margin-right: 1rem !important;
}
.nrc .mb-3,
.nrc .my-3 {
  margin-bottom: 1rem !important;
}
.nrc .ml-3,
.nrc .mx-3 {
  margin-left: 1rem !important;
}
.nrc .m-4 {
  margin: 1.5rem !important;
}
.nrc .mt-4,
.nrc .my-4 {
  margin-top: 1.5rem !important;
}
.nrc .mr-4,
.nrc .mx-4 {
  margin-right: 1.5rem !important;
}
.nrc .mb-4,
.nrc .my-4 {
  margin-bottom: 1.5rem !important;
}
.nrc .ml-4,
.nrc .mx-4 {
  margin-left: 1.5rem !important;
}
.nrc .m-5 {
  margin: 3rem !important;
}
.nrc .mt-5,
.nrc .my-5 {
  margin-top: 3rem !important;
}
.nrc .mr-5,
.nrc .mx-5 {
  margin-right: 3rem !important;
}
.nrc .mb-5,
.nrc .my-5 {
  margin-bottom: 3rem !important;
}
.nrc .ml-5,
.nrc .mx-5 {
  margin-left: 3rem !important;
}
.nrc .p-0 {
  padding: 0 !important;
}
.nrc .pt-0,
.nrc .py-0 {
  padding-top: 0 !important;
}
.nrc .pr-0,
.nrc .px-0 {
  padding-right: 0 !important;
}
.nrc .pb-0,
.nrc .py-0 {
  padding-bottom: 0 !important;
}
.nrc .pl-0,
.nrc .px-0 {
  padding-left: 0 !important;
}
.nrc .p-1 {
  padding: 0.25rem !important;
}
.nrc .pt-1,
.nrc .py-1 {
  padding-top: 0.25rem !important;
}
.nrc .pr-1,
.nrc .px-1 {
  padding-right: 0.25rem !important;
}
.nrc .pb-1,
.nrc .py-1 {
  padding-bottom: 0.25rem !important;
}
.nrc .pl-1,
.nrc .px-1 {
  padding-left: 0.25rem !important;
}
.nrc .p-2 {
  padding: 0.5rem !important;
}
.nrc .pt-2,
.nrc .py-2 {
  padding-top: 0.5rem !important;
}
.nrc .pr-2,
.nrc .px-2 {
  padding-right: 0.5rem !important;
}
.nrc .pb-2,
.nrc .py-2 {
  padding-bottom: 0.5rem !important;
}
.nrc .pl-2,
.nrc .px-2 {
  padding-left: 0.5rem !important;
}
.nrc .p-3 {
  padding: 1rem !important;
}
.nrc .pt-3,
.nrc .py-3 {
  padding-top: 1rem !important;
}
.nrc .pr-3,
.nrc .px-3 {
  padding-right: 1rem !important;
}
.nrc .pb-3,
.nrc .py-3 {
  padding-bottom: 1rem !important;
}
.nrc .pl-3,
.nrc .px-3 {
  padding-left: 1rem !important;
}
.nrc .p-4 {
  padding: 1.5rem !important;
}
.nrc .pt-4,
.nrc .py-4 {
  padding-top: 1.5rem !important;
}
.nrc .pr-4,
.nrc .px-4 {
  padding-right: 1.5rem !important;
}
.nrc .pb-4,
.nrc .py-4 {
  padding-bottom: 1.5rem !important;
}
.nrc .pl-4,
.nrc .px-4 {
  padding-left: 1.5rem !important;
}
.nrc .p-5 {
  padding: 3rem !important;
}
.nrc .pt-5,
.nrc .py-5 {
  padding-top: 3rem !important;
}
.nrc .pr-5,
.nrc .px-5 {
  padding-right: 3rem !important;
}
.nrc .pb-5,
.nrc .py-5 {
  padding-bottom: 3rem !important;
}
.nrc .pl-5,
.nrc .px-5 {
  padding-left: 3rem !important;
}
.nrc .m-n1 {
  margin: -0.25rem !important;
}
.nrc .mt-n1,
.nrc .my-n1 {
  margin-top: -0.25rem !important;
}
.nrc .mr-n1,
.nrc .mx-n1 {
  margin-right: -0.25rem !important;
}
.nrc .mb-n1,
.nrc .my-n1 {
  margin-bottom: -0.25rem !important;
}
.nrc .ml-n1,
.nrc .mx-n1 {
  margin-left: -0.25rem !important;
}
.nrc .m-n2 {
  margin: -0.5rem !important;
}
.nrc .mt-n2,
.nrc .my-n2 {
  margin-top: -0.5rem !important;
}
.nrc .mr-n2,
.nrc .mx-n2 {
  margin-right: -0.5rem !important;
}
.nrc .mb-n2,
.nrc .my-n2 {
  margin-bottom: -0.5rem !important;
}
.nrc .ml-n2,
.nrc .mx-n2 {
  margin-left: -0.5rem !important;
}
.nrc .m-n3 {
  margin: -1rem !important;
}
.nrc .mt-n3,
.nrc .my-n3 {
  margin-top: -1rem !important;
}
.nrc .mr-n3,
.nrc .mx-n3 {
  margin-right: -1rem !important;
}
.nrc .mb-n3,
.nrc .my-n3 {
  margin-bottom: -1rem !important;
}
.nrc .ml-n3,
.nrc .mx-n3 {
  margin-left: -1rem !important;
}
.nrc .m-n4 {
  margin: -1.5rem !important;
}
.nrc .mt-n4,
.nrc .my-n4 {
  margin-top: -1.5rem !important;
}
.nrc .mr-n4,
.nrc .mx-n4 {
  margin-right: -1.5rem !important;
}
.nrc .mb-n4,
.nrc .my-n4 {
  margin-bottom: -1.5rem !important;
}
.nrc .ml-n4,
.nrc .mx-n4 {
  margin-left: -1.5rem !important;
}
.nrc .m-n5 {
  margin: -3rem !important;
}
.nrc .mt-n5,
.nrc .my-n5 {
  margin-top: -3rem !important;
}
.nrc .mr-n5,
.nrc .mx-n5 {
  margin-right: -3rem !important;
}
.nrc .mb-n5,
.nrc .my-n5 {
  margin-bottom: -3rem !important;
}
.nrc .ml-n5,
.nrc .mx-n5 {
  margin-left: -3rem !important;
}
.nrc .m-auto {
  margin: auto !important;
}
.nrc .mt-auto,
.nrc .my-auto {
  margin-top: auto !important;
}
.nrc .mr-auto,
.nrc .mx-auto {
  margin-right: auto !important;
}
.nrc .mb-auto,
.nrc .my-auto {
  margin-bottom: auto !important;
}
.nrc .ml-auto,
.nrc .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .nrc .m-sm-0 {
    margin: 0 !important;
  }
  .nrc .mt-sm-0,
  .nrc .my-sm-0 {
    margin-top: 0 !important;
  }
  .nrc .mr-sm-0,
  .nrc .mx-sm-0 {
    margin-right: 0 !important;
  }
  .nrc .mb-sm-0,
  .nrc .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .nrc .ml-sm-0,
  .nrc .mx-sm-0 {
    margin-left: 0 !important;
  }
  .nrc .m-sm-1 {
    margin: 0.25rem !important;
  }
  .nrc .mt-sm-1,
  .nrc .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .nrc .mr-sm-1,
  .nrc .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .nrc .mb-sm-1,
  .nrc .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .nrc .ml-sm-1,
  .nrc .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .nrc .m-sm-2 {
    margin: 0.5rem !important;
  }
  .nrc .mt-sm-2,
  .nrc .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .nrc .mr-sm-2,
  .nrc .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .nrc .mb-sm-2,
  .nrc .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .nrc .ml-sm-2,
  .nrc .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .nrc .m-sm-3 {
    margin: 1rem !important;
  }
  .nrc .mt-sm-3,
  .nrc .my-sm-3 {
    margin-top: 1rem !important;
  }
  .nrc .mr-sm-3,
  .nrc .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .nrc .mb-sm-3,
  .nrc .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .nrc .ml-sm-3,
  .nrc .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .nrc .m-sm-4 {
    margin: 1.5rem !important;
  }
  .nrc .mt-sm-4,
  .nrc .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .nrc .mr-sm-4,
  .nrc .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .nrc .mb-sm-4,
  .nrc .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .nrc .ml-sm-4,
  .nrc .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .nrc .m-sm-5 {
    margin: 3rem !important;
  }
  .nrc .mt-sm-5,
  .nrc .my-sm-5 {
    margin-top: 3rem !important;
  }
  .nrc .mr-sm-5,
  .nrc .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .nrc .mb-sm-5,
  .nrc .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .nrc .ml-sm-5,
  .nrc .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .nrc .p-sm-0 {
    padding: 0 !important;
  }
  .nrc .pt-sm-0,
  .nrc .py-sm-0 {
    padding-top: 0 !important;
  }
  .nrc .pr-sm-0,
  .nrc .px-sm-0 {
    padding-right: 0 !important;
  }
  .nrc .pb-sm-0,
  .nrc .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .nrc .pl-sm-0,
  .nrc .px-sm-0 {
    padding-left: 0 !important;
  }
  .nrc .p-sm-1 {
    padding: 0.25rem !important;
  }
  .nrc .pt-sm-1,
  .nrc .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .nrc .pr-sm-1,
  .nrc .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .nrc .pb-sm-1,
  .nrc .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .nrc .pl-sm-1,
  .nrc .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .nrc .p-sm-2 {
    padding: 0.5rem !important;
  }
  .nrc .pt-sm-2,
  .nrc .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .nrc .pr-sm-2,
  .nrc .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .nrc .pb-sm-2,
  .nrc .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .nrc .pl-sm-2,
  .nrc .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .nrc .p-sm-3 {
    padding: 1rem !important;
  }
  .nrc .pt-sm-3,
  .nrc .py-sm-3 {
    padding-top: 1rem !important;
  }
  .nrc .pr-sm-3,
  .nrc .px-sm-3 {
    padding-right: 1rem !important;
  }
  .nrc .pb-sm-3,
  .nrc .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .nrc .pl-sm-3,
  .nrc .px-sm-3 {
    padding-left: 1rem !important;
  }
  .nrc .p-sm-4 {
    padding: 1.5rem !important;
  }
  .nrc .pt-sm-4,
  .nrc .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .nrc .pr-sm-4,
  .nrc .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .nrc .pb-sm-4,
  .nrc .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .nrc .pl-sm-4,
  .nrc .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .nrc .p-sm-5 {
    padding: 3rem !important;
  }
  .nrc .pt-sm-5,
  .nrc .py-sm-5 {
    padding-top: 3rem !important;
  }
  .nrc .pr-sm-5,
  .nrc .px-sm-5 {
    padding-right: 3rem !important;
  }
  .nrc .pb-sm-5,
  .nrc .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .nrc .pl-sm-5,
  .nrc .px-sm-5 {
    padding-left: 3rem !important;
  }
  .nrc .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .nrc .mt-sm-n1,
  .nrc .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .nrc .mr-sm-n1,
  .nrc .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .nrc .mb-sm-n1,
  .nrc .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .nrc .ml-sm-n1,
  .nrc .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .nrc .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .nrc .mt-sm-n2,
  .nrc .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .nrc .mr-sm-n2,
  .nrc .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .nrc .mb-sm-n2,
  .nrc .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .nrc .ml-sm-n2,
  .nrc .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .nrc .m-sm-n3 {
    margin: -1rem !important;
  }
  .nrc .mt-sm-n3,
  .nrc .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .nrc .mr-sm-n3,
  .nrc .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .nrc .mb-sm-n3,
  .nrc .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .nrc .ml-sm-n3,
  .nrc .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .nrc .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .nrc .mt-sm-n4,
  .nrc .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .nrc .mr-sm-n4,
  .nrc .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .nrc .mb-sm-n4,
  .nrc .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .nrc .ml-sm-n4,
  .nrc .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .nrc .m-sm-n5 {
    margin: -3rem !important;
  }
  .nrc .mt-sm-n5,
  .nrc .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .nrc .mr-sm-n5,
  .nrc .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .nrc .mb-sm-n5,
  .nrc .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .nrc .ml-sm-n5,
  .nrc .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .nrc .m-sm-auto {
    margin: auto !important;
  }
  .nrc .mt-sm-auto,
  .nrc .my-sm-auto {
    margin-top: auto !important;
  }
  .nrc .mr-sm-auto,
  .nrc .mx-sm-auto {
    margin-right: auto !important;
  }
  .nrc .mb-sm-auto,
  .nrc .my-sm-auto {
    margin-bottom: auto !important;
  }
  .nrc .ml-sm-auto,
  .nrc .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .nrc .m-md-0 {
    margin: 0 !important;
  }
  .nrc .mt-md-0,
  .nrc .my-md-0 {
    margin-top: 0 !important;
  }
  .nrc .mr-md-0,
  .nrc .mx-md-0 {
    margin-right: 0 !important;
  }
  .nrc .mb-md-0,
  .nrc .my-md-0 {
    margin-bottom: 0 !important;
  }
  .nrc .ml-md-0,
  .nrc .mx-md-0 {
    margin-left: 0 !important;
  }
  .nrc .m-md-1 {
    margin: 0.25rem !important;
  }
  .nrc .mt-md-1,
  .nrc .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .nrc .mr-md-1,
  .nrc .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .nrc .mb-md-1,
  .nrc .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .nrc .ml-md-1,
  .nrc .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .nrc .m-md-2 {
    margin: 0.5rem !important;
  }
  .nrc .mt-md-2,
  .nrc .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .nrc .mr-md-2,
  .nrc .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .nrc .mb-md-2,
  .nrc .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .nrc .ml-md-2,
  .nrc .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .nrc .m-md-3 {
    margin: 1rem !important;
  }
  .nrc .mt-md-3,
  .nrc .my-md-3 {
    margin-top: 1rem !important;
  }
  .nrc .mr-md-3,
  .nrc .mx-md-3 {
    margin-right: 1rem !important;
  }
  .nrc .mb-md-3,
  .nrc .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .nrc .ml-md-3,
  .nrc .mx-md-3 {
    margin-left: 1rem !important;
  }
  .nrc .m-md-4 {
    margin: 1.5rem !important;
  }
  .nrc .mt-md-4,
  .nrc .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .nrc .mr-md-4,
  .nrc .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .nrc .mb-md-4,
  .nrc .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .nrc .ml-md-4,
  .nrc .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .nrc .m-md-5 {
    margin: 3rem !important;
  }
  .nrc .mt-md-5,
  .nrc .my-md-5 {
    margin-top: 3rem !important;
  }
  .nrc .mr-md-5,
  .nrc .mx-md-5 {
    margin-right: 3rem !important;
  }
  .nrc .mb-md-5,
  .nrc .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .nrc .ml-md-5,
  .nrc .mx-md-5 {
    margin-left: 3rem !important;
  }
  .nrc .p-md-0 {
    padding: 0 !important;
  }
  .nrc .pt-md-0,
  .nrc .py-md-0 {
    padding-top: 0 !important;
  }
  .nrc .pr-md-0,
  .nrc .px-md-0 {
    padding-right: 0 !important;
  }
  .nrc .pb-md-0,
  .nrc .py-md-0 {
    padding-bottom: 0 !important;
  }
  .nrc .pl-md-0,
  .nrc .px-md-0 {
    padding-left: 0 !important;
  }
  .nrc .p-md-1 {
    padding: 0.25rem !important;
  }
  .nrc .pt-md-1,
  .nrc .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .nrc .pr-md-1,
  .nrc .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .nrc .pb-md-1,
  .nrc .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .nrc .pl-md-1,
  .nrc .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .nrc .p-md-2 {
    padding: 0.5rem !important;
  }
  .nrc .pt-md-2,
  .nrc .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .nrc .pr-md-2,
  .nrc .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .nrc .pb-md-2,
  .nrc .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .nrc .pl-md-2,
  .nrc .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .nrc .p-md-3 {
    padding: 1rem !important;
  }
  .nrc .pt-md-3,
  .nrc .py-md-3 {
    padding-top: 1rem !important;
  }
  .nrc .pr-md-3,
  .nrc .px-md-3 {
    padding-right: 1rem !important;
  }
  .nrc .pb-md-3,
  .nrc .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .nrc .pl-md-3,
  .nrc .px-md-3 {
    padding-left: 1rem !important;
  }
  .nrc .p-md-4 {
    padding: 1.5rem !important;
  }
  .nrc .pt-md-4,
  .nrc .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .nrc .pr-md-4,
  .nrc .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .nrc .pb-md-4,
  .nrc .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .nrc .pl-md-4,
  .nrc .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .nrc .p-md-5 {
    padding: 3rem !important;
  }
  .nrc .pt-md-5,
  .nrc .py-md-5 {
    padding-top: 3rem !important;
  }
  .nrc .pr-md-5,
  .nrc .px-md-5 {
    padding-right: 3rem !important;
  }
  .nrc .pb-md-5,
  .nrc .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .nrc .pl-md-5,
  .nrc .px-md-5 {
    padding-left: 3rem !important;
  }
  .nrc .m-md-n1 {
    margin: -0.25rem !important;
  }
  .nrc .mt-md-n1,
  .nrc .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .nrc .mr-md-n1,
  .nrc .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .nrc .mb-md-n1,
  .nrc .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .nrc .ml-md-n1,
  .nrc .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .nrc .m-md-n2 {
    margin: -0.5rem !important;
  }
  .nrc .mt-md-n2,
  .nrc .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .nrc .mr-md-n2,
  .nrc .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .nrc .mb-md-n2,
  .nrc .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .nrc .ml-md-n2,
  .nrc .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .nrc .m-md-n3 {
    margin: -1rem !important;
  }
  .nrc .mt-md-n3,
  .nrc .my-md-n3 {
    margin-top: -1rem !important;
  }
  .nrc .mr-md-n3,
  .nrc .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .nrc .mb-md-n3,
  .nrc .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .nrc .ml-md-n3,
  .nrc .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .nrc .m-md-n4 {
    margin: -1.5rem !important;
  }
  .nrc .mt-md-n4,
  .nrc .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .nrc .mr-md-n4,
  .nrc .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .nrc .mb-md-n4,
  .nrc .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .nrc .ml-md-n4,
  .nrc .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .nrc .m-md-n5 {
    margin: -3rem !important;
  }
  .nrc .mt-md-n5,
  .nrc .my-md-n5 {
    margin-top: -3rem !important;
  }
  .nrc .mr-md-n5,
  .nrc .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .nrc .mb-md-n5,
  .nrc .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .nrc .ml-md-n5,
  .nrc .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .nrc .m-md-auto {
    margin: auto !important;
  }
  .nrc .mt-md-auto,
  .nrc .my-md-auto {
    margin-top: auto !important;
  }
  .nrc .mr-md-auto,
  .nrc .mx-md-auto {
    margin-right: auto !important;
  }
  .nrc .mb-md-auto,
  .nrc .my-md-auto {
    margin-bottom: auto !important;
  }
  .nrc .ml-md-auto,
  .nrc .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .nrc .m-lg-0 {
    margin: 0 !important;
  }
  .nrc .mt-lg-0,
  .nrc .my-lg-0 {
    margin-top: 0 !important;
  }
  .nrc .mr-lg-0,
  .nrc .mx-lg-0 {
    margin-right: 0 !important;
  }
  .nrc .mb-lg-0,
  .nrc .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .nrc .ml-lg-0,
  .nrc .mx-lg-0 {
    margin-left: 0 !important;
  }
  .nrc .m-lg-1 {
    margin: 0.25rem !important;
  }
  .nrc .mt-lg-1,
  .nrc .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .nrc .mr-lg-1,
  .nrc .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .nrc .mb-lg-1,
  .nrc .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .nrc .ml-lg-1,
  .nrc .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .nrc .m-lg-2 {
    margin: 0.5rem !important;
  }
  .nrc .mt-lg-2,
  .nrc .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .nrc .mr-lg-2,
  .nrc .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .nrc .mb-lg-2,
  .nrc .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .nrc .ml-lg-2,
  .nrc .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .nrc .m-lg-3 {
    margin: 1rem !important;
  }
  .nrc .mt-lg-3,
  .nrc .my-lg-3 {
    margin-top: 1rem !important;
  }
  .nrc .mr-lg-3,
  .nrc .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .nrc .mb-lg-3,
  .nrc .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .nrc .ml-lg-3,
  .nrc .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .nrc .m-lg-4 {
    margin: 1.5rem !important;
  }
  .nrc .mt-lg-4,
  .nrc .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .nrc .mr-lg-4,
  .nrc .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .nrc .mb-lg-4,
  .nrc .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .nrc .ml-lg-4,
  .nrc .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .nrc .m-lg-5 {
    margin: 3rem !important;
  }
  .nrc .mt-lg-5,
  .nrc .my-lg-5 {
    margin-top: 3rem !important;
  }
  .nrc .mr-lg-5,
  .nrc .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .nrc .mb-lg-5,
  .nrc .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .nrc .ml-lg-5,
  .nrc .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .nrc .p-lg-0 {
    padding: 0 !important;
  }
  .nrc .pt-lg-0,
  .nrc .py-lg-0 {
    padding-top: 0 !important;
  }
  .nrc .pr-lg-0,
  .nrc .px-lg-0 {
    padding-right: 0 !important;
  }
  .nrc .pb-lg-0,
  .nrc .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .nrc .pl-lg-0,
  .nrc .px-lg-0 {
    padding-left: 0 !important;
  }
  .nrc .p-lg-1 {
    padding: 0.25rem !important;
  }
  .nrc .pt-lg-1,
  .nrc .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .nrc .pr-lg-1,
  .nrc .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .nrc .pb-lg-1,
  .nrc .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .nrc .pl-lg-1,
  .nrc .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .nrc .p-lg-2 {
    padding: 0.5rem !important;
  }
  .nrc .pt-lg-2,
  .nrc .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .nrc .pr-lg-2,
  .nrc .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .nrc .pb-lg-2,
  .nrc .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .nrc .pl-lg-2,
  .nrc .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .nrc .p-lg-3 {
    padding: 1rem !important;
  }
  .nrc .pt-lg-3,
  .nrc .py-lg-3 {
    padding-top: 1rem !important;
  }
  .nrc .pr-lg-3,
  .nrc .px-lg-3 {
    padding-right: 1rem !important;
  }
  .nrc .pb-lg-3,
  .nrc .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .nrc .pl-lg-3,
  .nrc .px-lg-3 {
    padding-left: 1rem !important;
  }
  .nrc .p-lg-4 {
    padding: 1.5rem !important;
  }
  .nrc .pt-lg-4,
  .nrc .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .nrc .pr-lg-4,
  .nrc .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .nrc .pb-lg-4,
  .nrc .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .nrc .pl-lg-4,
  .nrc .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .nrc .p-lg-5 {
    padding: 3rem !important;
  }
  .nrc .pt-lg-5,
  .nrc .py-lg-5 {
    padding-top: 3rem !important;
  }
  .nrc .pr-lg-5,
  .nrc .px-lg-5 {
    padding-right: 3rem !important;
  }
  .nrc .pb-lg-5,
  .nrc .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .nrc .pl-lg-5,
  .nrc .px-lg-5 {
    padding-left: 3rem !important;
  }
  .nrc .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .nrc .mt-lg-n1,
  .nrc .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .nrc .mr-lg-n1,
  .nrc .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .nrc .mb-lg-n1,
  .nrc .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .nrc .ml-lg-n1,
  .nrc .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .nrc .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .nrc .mt-lg-n2,
  .nrc .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .nrc .mr-lg-n2,
  .nrc .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .nrc .mb-lg-n2,
  .nrc .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .nrc .ml-lg-n2,
  .nrc .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .nrc .m-lg-n3 {
    margin: -1rem !important;
  }
  .nrc .mt-lg-n3,
  .nrc .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .nrc .mr-lg-n3,
  .nrc .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .nrc .mb-lg-n3,
  .nrc .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .nrc .ml-lg-n3,
  .nrc .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .nrc .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .nrc .mt-lg-n4,
  .nrc .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .nrc .mr-lg-n4,
  .nrc .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .nrc .mb-lg-n4,
  .nrc .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .nrc .ml-lg-n4,
  .nrc .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .nrc .m-lg-n5 {
    margin: -3rem !important;
  }
  .nrc .mt-lg-n5,
  .nrc .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .nrc .mr-lg-n5,
  .nrc .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .nrc .mb-lg-n5,
  .nrc .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .nrc .ml-lg-n5,
  .nrc .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .nrc .m-lg-auto {
    margin: auto !important;
  }
  .nrc .mt-lg-auto,
  .nrc .my-lg-auto {
    margin-top: auto !important;
  }
  .nrc .mr-lg-auto,
  .nrc .mx-lg-auto {
    margin-right: auto !important;
  }
  .nrc .mb-lg-auto,
  .nrc .my-lg-auto {
    margin-bottom: auto !important;
  }
  .nrc .ml-lg-auto,
  .nrc .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .nrc .m-xl-0 {
    margin: 0 !important;
  }
  .nrc .mt-xl-0,
  .nrc .my-xl-0 {
    margin-top: 0 !important;
  }
  .nrc .mr-xl-0,
  .nrc .mx-xl-0 {
    margin-right: 0 !important;
  }
  .nrc .mb-xl-0,
  .nrc .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .nrc .ml-xl-0,
  .nrc .mx-xl-0 {
    margin-left: 0 !important;
  }
  .nrc .m-xl-1 {
    margin: 0.25rem !important;
  }
  .nrc .mt-xl-1,
  .nrc .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .nrc .mr-xl-1,
  .nrc .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .nrc .mb-xl-1,
  .nrc .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .nrc .ml-xl-1,
  .nrc .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .nrc .m-xl-2 {
    margin: 0.5rem !important;
  }
  .nrc .mt-xl-2,
  .nrc .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .nrc .mr-xl-2,
  .nrc .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .nrc .mb-xl-2,
  .nrc .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .nrc .ml-xl-2,
  .nrc .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .nrc .m-xl-3 {
    margin: 1rem !important;
  }
  .nrc .mt-xl-3,
  .nrc .my-xl-3 {
    margin-top: 1rem !important;
  }
  .nrc .mr-xl-3,
  .nrc .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .nrc .mb-xl-3,
  .nrc .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .nrc .ml-xl-3,
  .nrc .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .nrc .m-xl-4 {
    margin: 1.5rem !important;
  }
  .nrc .mt-xl-4,
  .nrc .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .nrc .mr-xl-4,
  .nrc .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .nrc .mb-xl-4,
  .nrc .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .nrc .ml-xl-4,
  .nrc .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .nrc .m-xl-5 {
    margin: 3rem !important;
  }
  .nrc .mt-xl-5,
  .nrc .my-xl-5 {
    margin-top: 3rem !important;
  }
  .nrc .mr-xl-5,
  .nrc .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .nrc .mb-xl-5,
  .nrc .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .nrc .ml-xl-5,
  .nrc .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .nrc .p-xl-0 {
    padding: 0 !important;
  }
  .nrc .pt-xl-0,
  .nrc .py-xl-0 {
    padding-top: 0 !important;
  }
  .nrc .pr-xl-0,
  .nrc .px-xl-0 {
    padding-right: 0 !important;
  }
  .nrc .pb-xl-0,
  .nrc .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .nrc .pl-xl-0,
  .nrc .px-xl-0 {
    padding-left: 0 !important;
  }
  .nrc .p-xl-1 {
    padding: 0.25rem !important;
  }
  .nrc .pt-xl-1,
  .nrc .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .nrc .pr-xl-1,
  .nrc .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .nrc .pb-xl-1,
  .nrc .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .nrc .pl-xl-1,
  .nrc .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .nrc .p-xl-2 {
    padding: 0.5rem !important;
  }
  .nrc .pt-xl-2,
  .nrc .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .nrc .pr-xl-2,
  .nrc .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .nrc .pb-xl-2,
  .nrc .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .nrc .pl-xl-2,
  .nrc .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .nrc .p-xl-3 {
    padding: 1rem !important;
  }
  .nrc .pt-xl-3,
  .nrc .py-xl-3 {
    padding-top: 1rem !important;
  }
  .nrc .pr-xl-3,
  .nrc .px-xl-3 {
    padding-right: 1rem !important;
  }
  .nrc .pb-xl-3,
  .nrc .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .nrc .pl-xl-3,
  .nrc .px-xl-3 {
    padding-left: 1rem !important;
  }
  .nrc .p-xl-4 {
    padding: 1.5rem !important;
  }
  .nrc .pt-xl-4,
  .nrc .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .nrc .pr-xl-4,
  .nrc .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .nrc .pb-xl-4,
  .nrc .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .nrc .pl-xl-4,
  .nrc .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .nrc .p-xl-5 {
    padding: 3rem !important;
  }
  .nrc .pt-xl-5,
  .nrc .py-xl-5 {
    padding-top: 3rem !important;
  }
  .nrc .pr-xl-5,
  .nrc .px-xl-5 {
    padding-right: 3rem !important;
  }
  .nrc .pb-xl-5,
  .nrc .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .nrc .pl-xl-5,
  .nrc .px-xl-5 {
    padding-left: 3rem !important;
  }
  .nrc .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .nrc .mt-xl-n1,
  .nrc .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .nrc .mr-xl-n1,
  .nrc .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .nrc .mb-xl-n1,
  .nrc .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .nrc .ml-xl-n1,
  .nrc .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .nrc .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .nrc .mt-xl-n2,
  .nrc .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .nrc .mr-xl-n2,
  .nrc .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .nrc .mb-xl-n2,
  .nrc .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .nrc .ml-xl-n2,
  .nrc .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .nrc .m-xl-n3 {
    margin: -1rem !important;
  }
  .nrc .mt-xl-n3,
  .nrc .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .nrc .mr-xl-n3,
  .nrc .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .nrc .mb-xl-n3,
  .nrc .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .nrc .ml-xl-n3,
  .nrc .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .nrc .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .nrc .mt-xl-n4,
  .nrc .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .nrc .mr-xl-n4,
  .nrc .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .nrc .mb-xl-n4,
  .nrc .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .nrc .ml-xl-n4,
  .nrc .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .nrc .m-xl-n5 {
    margin: -3rem !important;
  }
  .nrc .mt-xl-n5,
  .nrc .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .nrc .mr-xl-n5,
  .nrc .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .nrc .mb-xl-n5,
  .nrc .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .nrc .ml-xl-n5,
  .nrc .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .nrc .m-xl-auto {
    margin: auto !important;
  }
  .nrc .mt-xl-auto,
  .nrc .my-xl-auto {
    margin-top: auto !important;
  }
  .nrc .mr-xl-auto,
  .nrc .mx-xl-auto {
    margin-right: auto !important;
  }
  .nrc .mb-xl-auto,
  .nrc .my-xl-auto {
    margin-bottom: auto !important;
  }
  .nrc .ml-xl-auto,
  .nrc .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1260px) {
  .nrc .m-xxl-0 {
    margin: 0 !important;
  }
  .nrc .mt-xxl-0,
  .nrc .my-xxl-0 {
    margin-top: 0 !important;
  }
  .nrc .mr-xxl-0,
  .nrc .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .nrc .mb-xxl-0,
  .nrc .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .nrc .ml-xxl-0,
  .nrc .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .nrc .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .nrc .mt-xxl-1,
  .nrc .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .nrc .mr-xxl-1,
  .nrc .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .nrc .mb-xxl-1,
  .nrc .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .nrc .ml-xxl-1,
  .nrc .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .nrc .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .nrc .mt-xxl-2,
  .nrc .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .nrc .mr-xxl-2,
  .nrc .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .nrc .mb-xxl-2,
  .nrc .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .nrc .ml-xxl-2,
  .nrc .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .nrc .m-xxl-3 {
    margin: 1rem !important;
  }
  .nrc .mt-xxl-3,
  .nrc .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .nrc .mr-xxl-3,
  .nrc .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .nrc .mb-xxl-3,
  .nrc .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .nrc .ml-xxl-3,
  .nrc .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .nrc .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .nrc .mt-xxl-4,
  .nrc .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .nrc .mr-xxl-4,
  .nrc .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .nrc .mb-xxl-4,
  .nrc .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .nrc .ml-xxl-4,
  .nrc .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .nrc .m-xxl-5 {
    margin: 3rem !important;
  }
  .nrc .mt-xxl-5,
  .nrc .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .nrc .mr-xxl-5,
  .nrc .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .nrc .mb-xxl-5,
  .nrc .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .nrc .ml-xxl-5,
  .nrc .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .nrc .p-xxl-0 {
    padding: 0 !important;
  }
  .nrc .pt-xxl-0,
  .nrc .py-xxl-0 {
    padding-top: 0 !important;
  }
  .nrc .pr-xxl-0,
  .nrc .px-xxl-0 {
    padding-right: 0 !important;
  }
  .nrc .pb-xxl-0,
  .nrc .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .nrc .pl-xxl-0,
  .nrc .px-xxl-0 {
    padding-left: 0 !important;
  }
  .nrc .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .nrc .pt-xxl-1,
  .nrc .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .nrc .pr-xxl-1,
  .nrc .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .nrc .pb-xxl-1,
  .nrc .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .nrc .pl-xxl-1,
  .nrc .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .nrc .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .nrc .pt-xxl-2,
  .nrc .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .nrc .pr-xxl-2,
  .nrc .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .nrc .pb-xxl-2,
  .nrc .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .nrc .pl-xxl-2,
  .nrc .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .nrc .p-xxl-3 {
    padding: 1rem !important;
  }
  .nrc .pt-xxl-3,
  .nrc .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .nrc .pr-xxl-3,
  .nrc .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .nrc .pb-xxl-3,
  .nrc .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .nrc .pl-xxl-3,
  .nrc .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .nrc .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .nrc .pt-xxl-4,
  .nrc .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .nrc .pr-xxl-4,
  .nrc .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .nrc .pb-xxl-4,
  .nrc .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .nrc .pl-xxl-4,
  .nrc .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .nrc .p-xxl-5 {
    padding: 3rem !important;
  }
  .nrc .pt-xxl-5,
  .nrc .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .nrc .pr-xxl-5,
  .nrc .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .nrc .pb-xxl-5,
  .nrc .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .nrc .pl-xxl-5,
  .nrc .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .nrc .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .nrc .mt-xxl-n1,
  .nrc .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .nrc .mr-xxl-n1,
  .nrc .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .nrc .mb-xxl-n1,
  .nrc .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .nrc .ml-xxl-n1,
  .nrc .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .nrc .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .nrc .mt-xxl-n2,
  .nrc .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .nrc .mr-xxl-n2,
  .nrc .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .nrc .mb-xxl-n2,
  .nrc .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .nrc .ml-xxl-n2,
  .nrc .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .nrc .m-xxl-n3 {
    margin: -1rem !important;
  }
  .nrc .mt-xxl-n3,
  .nrc .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .nrc .mr-xxl-n3,
  .nrc .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .nrc .mb-xxl-n3,
  .nrc .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .nrc .ml-xxl-n3,
  .nrc .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .nrc .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .nrc .mt-xxl-n4,
  .nrc .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .nrc .mr-xxl-n4,
  .nrc .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .nrc .mb-xxl-n4,
  .nrc .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .nrc .ml-xxl-n4,
  .nrc .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .nrc .m-xxl-n5 {
    margin: -3rem !important;
  }
  .nrc .mt-xxl-n5,
  .nrc .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .nrc .mr-xxl-n5,
  .nrc .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .nrc .mb-xxl-n5,
  .nrc .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .nrc .ml-xxl-n5,
  .nrc .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .nrc .m-xxl-auto {
    margin: auto !important;
  }
  .nrc .mt-xxl-auto,
  .nrc .my-xxl-auto {
    margin-top: auto !important;
  }
  .nrc .mr-xxl-auto,
  .nrc .mx-xxl-auto {
    margin-right: auto !important;
  }
  .nrc .mb-xxl-auto,
  .nrc .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .nrc .ml-xxl-auto,
  .nrc .mx-xxl-auto {
    margin-left: auto !important;
  }
}
.nrc .text-monospace {
  font-family: "Titillium Web", monospace !important;
}
.nrc .text-justify {
  text-align: justify !important;
}
.nrc .text-wrap {
  white-space: normal !important;
}
.nrc .text-nowrap {
  white-space: nowrap !important;
}
.nrc .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nrc .text-left {
  text-align: left !important;
}
.nrc .text-right {
  text-align: right !important;
}
.nrc .text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .nrc .text-sm-left {
    text-align: left !important;
  }
  .nrc .text-sm-right {
    text-align: right !important;
  }
  .nrc .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .nrc .text-md-left {
    text-align: left !important;
  }
  .nrc .text-md-right {
    text-align: right !important;
  }
  .nrc .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .nrc .text-lg-left {
    text-align: left !important;
  }
  .nrc .text-lg-right {
    text-align: right !important;
  }
  .nrc .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .nrc .text-xl-left {
    text-align: left !important;
  }
  .nrc .text-xl-right {
    text-align: right !important;
  }
  .nrc .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1260px) {
  .nrc .text-xxl-left {
    text-align: left !important;
  }
  .nrc .text-xxl-right {
    text-align: right !important;
  }
  .nrc .text-xxl-center {
    text-align: center !important;
  }
}
.nrc .text-lowercase {
  text-transform: lowercase !important;
}
.nrc .text-uppercase {
  text-transform: uppercase !important;
}
.nrc .text-capitalize {
  text-transform: capitalize !important;
}
.nrc .font-weight-light {
  font-weight: 300 !important;
}
.nrc .font-weight-lighter {
  font-weight: lighter !important;
}
.nrc .font-weight-normal {
  font-weight: normal !important;
}
.nrc .font-weight-bold {
  font-weight: bold !important;
}
.nrc .font-weight-bolder {
  font-weight: bolder !important;
}
.nrc .font-italic {
  font-style: italic !important;
}
.nrc .text-white {
  color: #fff !important;
}
.nrc .text-primary {
  color: #B01736 !important;
}
.nrc a.text-primary:hover, .nrc a.text-primary:focus {
  color: #6c0e21 !important;
}
.nrc .text-secondary {
  color: #007B87 !important;
}
.nrc a.text-secondary:hover, .nrc a.text-secondary:focus {
  color: #00353b !important;
}
.nrc .text-success {
  color: #2E7D32 !important;
}
.nrc a.text-success:hover, .nrc a.text-success:focus {
  color: #19451c !important;
}
.nrc .text-info {
  color: #00618B !important;
}
.nrc a.text-info:hover, .nrc a.text-info:focus {
  color: #002c3f !important;
}
.nrc .text-warning {
  color: #FBC02D !important;
}
.nrc a.text-warning:hover, .nrc a.text-warning:focus {
  color: #d79b04 !important;
}
.nrc .text-danger {
  color: #B01736 !important;
}
.nrc a.text-danger:hover, .nrc a.text-danger:focus {
  color: #6c0e21 !important;
}
.nrc .text-light {
  color: #F0F0F0 !important;
}
.nrc a.text-light:hover, .nrc a.text-light:focus {
  color: #cacaca !important;
}
.nrc .text-dark {
  color: #2B3D4E !important;
}
.nrc a.text-dark:hover, .nrc a.text-dark:focus {
  color: #10161d !important;
}
.nrc .text-tertiary {
  color: #99CCFF !important;
}
.nrc a.text-tertiary:hover, .nrc a.text-tertiary:focus {
  color: #4da6ff !important;
}
.nrc .text-cta {
  color: #00618B !important;
}
.nrc a.text-cta:hover, .nrc a.text-cta:focus {
  color: #002c3f !important;
}
.nrc .text-palette-50 {
  color: #e5a1af !important;
}
.nrc a.text-palette-50:hover, .nrc a.text-palette-50:focus {
  color: #d5657c !important;
}
.nrc .text-palette-100 {
  color: #e08093 !important;
}
.nrc a.text-palette-100:hover, .nrc a.text-palette-100:focus {
  color: #d1425f !important;
}
.nrc .text-palette-200 {
  color: #dd5d77 !important;
}
.nrc a.text-palette-200:hover, .nrc a.text-palette-200:focus {
  color: #c42a49 !important;
}
.nrc .text-palette-300 {
  color: #db395a !important;
}
.nrc a.text-palette-300:hover, .nrc a.text-palette-300:focus {
  color: #a81f3b !important;
}
.nrc .text-palette-400 {
  color: #cd2043 !important;
}
.nrc a.text-palette-400:hover, .nrc a.text-palette-400:focus {
  color: #8b162e !important;
}
.nrc .text-palette-500 {
  color: #B01736 !important;
}
.nrc a.text-palette-500:hover, .nrc a.text-palette-500:focus {
  color: #6c0e21 !important;
}
.nrc .text-palette-600 {
  color: #a21532 !important;
}
.nrc a.text-palette-600:hover, .nrc a.text-palette-600:focus {
  color: #5f0c1d !important;
}
.nrc .text-palette-700 {
  color: #95132e !important;
}
.nrc a.text-palette-700:hover, .nrc a.text-palette-700:focus {
  color: #510b19 !important;
}
.nrc .text-palette-800 {
  color: #87122a !important;
}
.nrc a.text-palette-800:hover, .nrc a.text-palette-800:focus {
  color: #440915 !important;
}
.nrc .text-palette-900 {
  color: #7a1025 !important;
}
.nrc a.text-palette-900:hover, .nrc a.text-palette-900:focus {
  color: #360711 !important;
}
.nrc .text-palette-950 {
  color: #6c0e21 !important;
}
.nrc a.text-palette-950:hover, .nrc a.text-palette-950:focus {
  color: #29050c !important;
}
.nrc .text-palette-foreground-50 {
  color: #333 !important;
}
.nrc a.text-palette-foreground-50:hover, .nrc a.text-palette-foreground-50:focus {
  color: #0d0d0d !important;
}
.nrc .text-palette-foreground-100 {
  color: #333 !important;
}
.nrc a.text-palette-foreground-100:hover, .nrc a.text-palette-foreground-100:focus {
  color: #0d0d0d !important;
}
.nrc .text-palette-foreground-200 {
  color: #fff !important;
}
.nrc a.text-palette-foreground-200:hover, .nrc a.text-palette-foreground-200:focus {
  color: #d9d9d9 !important;
}
.nrc .text-palette-foreground-300 {
  color: #fff !important;
}
.nrc a.text-palette-foreground-300:hover, .nrc a.text-palette-foreground-300:focus {
  color: #d9d9d9 !important;
}
.nrc .text-palette-foreground-400 {
  color: #fff !important;
}
.nrc a.text-palette-foreground-400:hover, .nrc a.text-palette-foreground-400:focus {
  color: #d9d9d9 !important;
}
.nrc .text-palette-foreground-500 {
  color: #fff !important;
}
.nrc a.text-palette-foreground-500:hover, .nrc a.text-palette-foreground-500:focus {
  color: #d9d9d9 !important;
}
.nrc .text-palette-foreground-600 {
  color: #fff !important;
}
.nrc a.text-palette-foreground-600:hover, .nrc a.text-palette-foreground-600:focus {
  color: #d9d9d9 !important;
}
.nrc .text-palette-foreground-700 {
  color: #fff !important;
}
.nrc a.text-palette-foreground-700:hover, .nrc a.text-palette-foreground-700:focus {
  color: #d9d9d9 !important;
}
.nrc .text-palette-foreground-800 {
  color: #fff !important;
}
.nrc a.text-palette-foreground-800:hover, .nrc a.text-palette-foreground-800:focus {
  color: #d9d9d9 !important;
}
.nrc .text-palette-foreground-900 {
  color: #fff !important;
}
.nrc a.text-palette-foreground-900:hover, .nrc a.text-palette-foreground-900:focus {
  color: #d9d9d9 !important;
}
.nrc .text-palette-foreground-950 {
  color: #fff !important;
}
.nrc a.text-palette-foreground-950:hover, .nrc a.text-palette-foreground-950:focus {
  color: #d9d9d9 !important;
}
.nrc .text-body {
  color: #1c2024 !important;
}
.nrc .text-muted {
  color: #51657A !important;
}
.nrc .text-black-50 {
  color: rgba(51, 51, 51, 0.5) !important;
}
.nrc .text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.nrc .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.nrc .text-decoration-none {
  text-decoration: none !important;
}
.nrc .text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.nrc .text-reset {
  color: inherit !important;
}
.nrc .visible {
  visibility: visible !important;
}
.nrc .invisible {
  visibility: hidden !important;
}
.nrc .btn {
  display: inline-block;
  font-family: "Titillium Web", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  color: #1c2024;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -ms-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.nrc .btn:hover {
  color: #1c2024;
  text-decoration: none;
}
.nrc .btn:focus, .nrc .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 97, 139, 0.25);
}
.nrc .btn.disabled, .nrc .btn:disabled {
  opacity: 0.65;
}
.nrc a.btn.disabled,
.nrc fieldset:disabled a.btn {
  pointer-events: none;
}
.nrc .btn-primary {
  color: #fff;
  background-color: #B01736;
  border-color: #B01736;
}
.nrc .btn-primary:hover {
  color: #fff;
  background-color: #8e132c;
  border-color: #831128;
}
.nrc .btn-primary:focus, .nrc .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(188, 58, 84, 0.5);
}
.nrc .btn-primary.disabled, .nrc .btn-primary:disabled {
  color: #fff;
  background-color: #B01736;
  border-color: #B01736;
}
.nrc .btn-primary:not(:disabled):not(.disabled):active, .nrc .btn-primary:not(:disabled):not(.disabled).active, .show > .nrc .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #831128;
  border-color: #781025;
}
.nrc .btn-primary:not(:disabled):not(.disabled):active:focus, .nrc .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(188, 58, 84, 0.5);
}
.nrc .btn-secondary {
  color: #fff;
  background-color: #007B87;
  border-color: #007B87;
}
.nrc .btn-secondary:hover {
  color: #fff;
  background-color: #005861;
  border-color: #004d54;
}
.nrc .btn-secondary:focus, .nrc .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 153, 0.5);
}
.nrc .btn-secondary.disabled, .nrc .btn-secondary:disabled {
  color: #fff;
  background-color: #007B87;
  border-color: #007B87;
}
.nrc .btn-secondary:not(:disabled):not(.disabled):active, .nrc .btn-secondary:not(:disabled):not(.disabled).active, .show > .nrc .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #004d54;
  border-color: #004147;
}
.nrc .btn-secondary:not(:disabled):not(.disabled):active:focus, .nrc .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 153, 0.5);
}
.nrc .btn-success {
  color: #fff;
  background-color: #2E7D32;
  border-color: #2E7D32;
}
.nrc .btn-success:hover {
  color: #fff;
  background-color: #246127;
  border-color: #205823;
}
.nrc .btn-success:focus, .nrc .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 145, 81, 0.5);
}
.nrc .btn-success.disabled, .nrc .btn-success:disabled {
  color: #fff;
  background-color: #2E7D32;
  border-color: #2E7D32;
}
.nrc .btn-success:not(:disabled):not(.disabled):active, .nrc .btn-success:not(:disabled):not(.disabled).active, .show > .nrc .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #205823;
  border-color: #1d4e1f;
}
.nrc .btn-success:not(:disabled):not(.disabled):active:focus, .nrc .btn-success:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 145, 81, 0.5);
}
.nrc .btn-info {
  color: #fff;
  background-color: #00618B;
  border-color: #00618B;
}
.nrc .btn-info:hover {
  color: #fff;
  background-color: #004665;
  border-color: #003d58;
}
.nrc .btn-info:focus, .nrc .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 121, 156, 0.5);
}
.nrc .btn-info.disabled, .nrc .btn-info:disabled {
  color: #fff;
  background-color: #00618B;
  border-color: #00618B;
}
.nrc .btn-info:not(:disabled):not(.disabled):active, .nrc .btn-info:not(:disabled):not(.disabled).active, .show > .nrc .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #003d58;
  border-color: #00354b;
}
.nrc .btn-info:not(:disabled):not(.disabled):active:focus, .nrc .btn-info:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 121, 156, 0.5);
}
.nrc .btn-warning {
  color: #172531;
  background-color: #FBC02D;
  border-color: #FBC02D;
}
.nrc .btn-warning:hover {
  color: #172531;
  background-color: #fab507;
  border-color: #f0ad05;
}
.nrc .btn-warning:focus, .nrc .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 169, 46, 0.5);
}
.nrc .btn-warning.disabled, .nrc .btn-warning:disabled {
  color: #172531;
  background-color: #FBC02D;
  border-color: #FBC02D;
}
.nrc .btn-warning:not(:disabled):not(.disabled):active, .nrc .btn-warning:not(:disabled):not(.disabled).active, .show > .nrc .btn-warning.dropdown-toggle {
  color: #172531;
  background-color: #f0ad05;
  border-color: #e4a404;
}
.nrc .btn-warning:not(:disabled):not(.disabled):active:focus, .nrc .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 169, 46, 0.5);
}
.nrc .btn-danger {
  color: #fff;
  background-color: #B01736;
  border-color: #B01736;
}
.nrc .btn-danger:hover {
  color: #fff;
  background-color: #8e132c;
  border-color: #831128;
}
.nrc .btn-danger:focus, .nrc .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(188, 58, 84, 0.5);
}
.nrc .btn-danger.disabled, .nrc .btn-danger:disabled {
  color: #fff;
  background-color: #B01736;
  border-color: #B01736;
}
.nrc .btn-danger:not(:disabled):not(.disabled):active, .nrc .btn-danger:not(:disabled):not(.disabled).active, .show > .nrc .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #831128;
  border-color: #781025;
}
.nrc .btn-danger:not(:disabled):not(.disabled):active:focus, .nrc .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(188, 58, 84, 0.5);
}
.nrc .btn-light {
  color: #172531;
  background-color: #F0F0F0;
  border-color: #F0F0F0;
}
.nrc .btn-light:hover {
  color: #172531;
  background-color: #dddddd;
  border-color: #d7d7d7;
}
.nrc .btn-light:focus, .nrc .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(207, 210, 211, 0.5);
}
.nrc .btn-light.disabled, .nrc .btn-light:disabled {
  color: #172531;
  background-color: #F0F0F0;
  border-color: #F0F0F0;
}
.nrc .btn-light:not(:disabled):not(.disabled):active, .nrc .btn-light:not(:disabled):not(.disabled).active, .show > .nrc .btn-light.dropdown-toggle {
  color: #172531;
  background-color: #d7d7d7;
  border-color: #d0d0d0;
}
.nrc .btn-light:not(:disabled):not(.disabled):active:focus, .nrc .btn-light:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(207, 210, 211, 0.5);
}
.nrc .btn-dark {
  color: #fff;
  background-color: #2B3D4E;
  border-color: #2B3D4E;
}
.nrc .btn-dark:hover {
  color: #fff;
  background-color: #1d2a35;
  border-color: #19232d;
}
.nrc .btn-dark:focus, .nrc .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(75, 90, 105, 0.5);
}
.nrc .btn-dark.disabled, .nrc .btn-dark:disabled {
  color: #fff;
  background-color: #2B3D4E;
  border-color: #2B3D4E;
}
.nrc .btn-dark:not(:disabled):not(.disabled):active, .nrc .btn-dark:not(:disabled):not(.disabled).active, .show > .nrc .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #19232d;
  border-color: #141d25;
}
.nrc .btn-dark:not(:disabled):not(.disabled):active:focus, .nrc .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(75, 90, 105, 0.5);
}
.nrc .btn-tertiary {
  color: #172531;
  background-color: #99CCFF;
  border-color: #99CCFF;
}
.nrc .btn-tertiary:hover {
  color: #172531;
  background-color: #73b9ff;
  border-color: #66b3ff;
}
.nrc .btn-tertiary:focus, .nrc .btn-tertiary.focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 179, 224, 0.5);
}
.nrc .btn-tertiary.disabled, .nrc .btn-tertiary:disabled {
  color: #172531;
  background-color: #99CCFF;
  border-color: #99CCFF;
}
.nrc .btn-tertiary:not(:disabled):not(.disabled):active, .nrc .btn-tertiary:not(:disabled):not(.disabled).active, .show > .nrc .btn-tertiary.dropdown-toggle {
  color: #172531;
  background-color: #66b3ff;
  border-color: #59acff;
}
.nrc .btn-tertiary:not(:disabled):not(.disabled):active:focus, .nrc .btn-tertiary:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-tertiary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 179, 224, 0.5);
}
.nrc .btn-cta {
  color: #fff;
  background-color: #00618B;
  border-color: #00618B;
}
.nrc .btn-cta:hover {
  color: #fff;
  background-color: #004665;
  border-color: #003d58;
}
.nrc .btn-cta:focus, .nrc .btn-cta.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 121, 156, 0.5);
}
.nrc .btn-cta.disabled, .nrc .btn-cta:disabled {
  color: #fff;
  background-color: #00618B;
  border-color: #00618B;
}
.nrc .btn-cta:not(:disabled):not(.disabled):active, .nrc .btn-cta:not(:disabled):not(.disabled).active, .show > .nrc .btn-cta.dropdown-toggle {
  color: #fff;
  background-color: #003d58;
  border-color: #00354b;
}
.nrc .btn-cta:not(:disabled):not(.disabled):active:focus, .nrc .btn-cta:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-cta.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 121, 156, 0.5);
}
.nrc .btn-palette-50 {
  color: #172531;
  background-color: #e5a1af;
  border-color: #e5a1af;
}
.nrc .btn-palette-50:hover {
  color: #172531;
  background-color: #dd8395;
  border-color: #da798d;
}
.nrc .btn-palette-50:focus, .nrc .btn-palette-50.focus {
  box-shadow: 0 0 0 0.2rem rgba(198, 142, 156, 0.5);
}
.nrc .btn-palette-50.disabled, .nrc .btn-palette-50:disabled {
  color: #172531;
  background-color: #e5a1af;
  border-color: #e5a1af;
}
.nrc .btn-palette-50:not(:disabled):not(.disabled):active, .nrc .btn-palette-50:not(:disabled):not(.disabled).active, .show > .nrc .btn-palette-50.dropdown-toggle {
  color: #172531;
  background-color: #da798d;
  border-color: #d76f84;
}
.nrc .btn-palette-50:not(:disabled):not(.disabled):active:focus, .nrc .btn-palette-50:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-palette-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(198, 142, 156, 0.5);
}
.nrc .btn-palette-100 {
  color: #172531;
  background-color: #e08093;
  border-color: #e08093;
}
.nrc .btn-palette-100:hover {
  color: #fff;
  background-color: #d96179;
  border-color: #d65771;
}
.nrc .btn-palette-100:focus, .nrc .btn-palette-100.focus {
  box-shadow: 0 0 0 0.2rem rgba(194, 114, 132, 0.5);
}
.nrc .btn-palette-100.disabled, .nrc .btn-palette-100:disabled {
  color: #172531;
  background-color: #e08093;
  border-color: #e08093;
}
.nrc .btn-palette-100:not(:disabled):not(.disabled):active, .nrc .btn-palette-100:not(:disabled):not(.disabled).active, .show > .nrc .btn-palette-100.dropdown-toggle {
  color: #fff;
  background-color: #d65771;
  border-color: #d44d68;
}
.nrc .btn-palette-100:not(:disabled):not(.disabled):active:focus, .nrc .btn-palette-100:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-palette-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(194, 114, 132, 0.5);
}
.nrc .btn-palette-200 {
  color: #fff;
  background-color: #dd5d77;
  border-color: #dd5d77;
}
.nrc .btn-palette-200:hover {
  color: #fff;
  background-color: #d63e5d;
  border-color: #d43354;
}
.nrc .btn-palette-200:focus, .nrc .btn-palette-200.focus {
  box-shadow: 0 0 0 0.2rem rgba(226, 117, 139, 0.5);
}
.nrc .btn-palette-200.disabled, .nrc .btn-palette-200:disabled {
  color: #fff;
  background-color: #dd5d77;
  border-color: #dd5d77;
}
.nrc .btn-palette-200:not(:disabled):not(.disabled):active, .nrc .btn-palette-200:not(:disabled):not(.disabled).active, .show > .nrc .btn-palette-200.dropdown-toggle {
  color: #fff;
  background-color: #d43354;
  border-color: #ce2c4d;
}
.nrc .btn-palette-200:not(:disabled):not(.disabled):active:focus, .nrc .btn-palette-200:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-palette-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(226, 117, 139, 0.5);
}
.nrc .btn-palette-300 {
  color: #fff;
  background-color: #db395a;
  border-color: #db395a;
}
.nrc .btn-palette-300:hover {
  color: #fff;
  background-color: #c82546;
  border-color: #be2342;
}
.nrc .btn-palette-300:focus, .nrc .btn-palette-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 87, 115, 0.5);
}
.nrc .btn-palette-300.disabled, .nrc .btn-palette-300:disabled {
  color: #fff;
  background-color: #db395a;
  border-color: #db395a;
}
.nrc .btn-palette-300:not(:disabled):not(.disabled):active, .nrc .btn-palette-300:not(:disabled):not(.disabled).active, .show > .nrc .btn-palette-300.dropdown-toggle {
  color: #fff;
  background-color: #be2342;
  border-color: #b3213e;
}
.nrc .btn-palette-300:not(:disabled):not(.disabled):active:focus, .nrc .btn-palette-300:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-palette-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 87, 115, 0.5);
}
.nrc .btn-palette-400 {
  color: #fff;
  background-color: #cd2043;
  border-color: #cd2043;
}
.nrc .btn-palette-400:hover {
  color: #fff;
  background-color: #ac1b38;
  border-color: #a11935;
}
.nrc .btn-palette-400:focus, .nrc .btn-palette-400.focus {
  box-shadow: 0 0 0 0.2rem rgba(213, 65, 95, 0.5);
}
.nrc .btn-palette-400.disabled, .nrc .btn-palette-400:disabled {
  color: #fff;
  background-color: #cd2043;
  border-color: #cd2043;
}
.nrc .btn-palette-400:not(:disabled):not(.disabled):active, .nrc .btn-palette-400:not(:disabled):not(.disabled).active, .show > .nrc .btn-palette-400.dropdown-toggle {
  color: #fff;
  background-color: #a11935;
  border-color: #961831;
}
.nrc .btn-palette-400:not(:disabled):not(.disabled):active:focus, .nrc .btn-palette-400:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-palette-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(213, 65, 95, 0.5);
}
.nrc .btn-palette-500 {
  color: #fff;
  background-color: #B01736;
  border-color: #B01736;
}
.nrc .btn-palette-500:hover {
  color: #fff;
  background-color: #8e132c;
  border-color: #831128;
}
.nrc .btn-palette-500:focus, .nrc .btn-palette-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(188, 58, 84, 0.5);
}
.nrc .btn-palette-500.disabled, .nrc .btn-palette-500:disabled {
  color: #fff;
  background-color: #B01736;
  border-color: #B01736;
}
.nrc .btn-palette-500:not(:disabled):not(.disabled):active, .nrc .btn-palette-500:not(:disabled):not(.disabled).active, .show > .nrc .btn-palette-500.dropdown-toggle {
  color: #fff;
  background-color: #831128;
  border-color: #781025;
}
.nrc .btn-palette-500:not(:disabled):not(.disabled):active:focus, .nrc .btn-palette-500:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-palette-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(188, 58, 84, 0.5);
}
.nrc .btn-palette-600 {
  color: #fff;
  background-color: #a21532;
  border-color: #a21532;
}
.nrc .btn-palette-600:hover {
  color: #fff;
  background-color: #811127;
  border-color: #750f24;
}
.nrc .btn-palette-600:focus, .nrc .btn-palette-600.focus {
  box-shadow: 0 0 0 0.2rem rgba(176, 56, 81, 0.5);
}
.nrc .btn-palette-600.disabled, .nrc .btn-palette-600:disabled {
  color: #fff;
  background-color: #a21532;
  border-color: #a21532;
}
.nrc .btn-palette-600:not(:disabled):not(.disabled):active, .nrc .btn-palette-600:not(:disabled):not(.disabled).active, .show > .nrc .btn-palette-600.dropdown-toggle {
  color: #fff;
  background-color: #750f24;
  border-color: #6a0e21;
}
.nrc .btn-palette-600:not(:disabled):not(.disabled):active:focus, .nrc .btn-palette-600:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-palette-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(176, 56, 81, 0.5);
}
.nrc .btn-palette-700 {
  color: #fff;
  background-color: #95132e;
  border-color: #95132e;
}
.nrc .btn-palette-700:hover {
  color: #fff;
  background-color: #730f23;
  border-color: #680e20;
}
.nrc .btn-palette-700:focus, .nrc .btn-palette-700.focus {
  box-shadow: 0 0 0 0.2rem rgba(165, 54, 77, 0.5);
}
.nrc .btn-palette-700.disabled, .nrc .btn-palette-700:disabled {
  color: #fff;
  background-color: #95132e;
  border-color: #95132e;
}
.nrc .btn-palette-700:not(:disabled):not(.disabled):active, .nrc .btn-palette-700:not(:disabled):not(.disabled).active, .show > .nrc .btn-palette-700.dropdown-toggle {
  color: #fff;
  background-color: #680e20;
  border-color: #5d0c1c;
}
.nrc .btn-palette-700:not(:disabled):not(.disabled):active:focus, .nrc .btn-palette-700:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-palette-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(165, 54, 77, 0.5);
}
.nrc .btn-palette-800 {
  color: #fff;
  background-color: #87122a;
  border-color: #87122a;
}
.nrc .btn-palette-800:hover {
  color: #fff;
  background-color: #660d1f;
  border-color: #5a0c1c;
}
.nrc .btn-palette-800:focus, .nrc .btn-palette-800.focus {
  box-shadow: 0 0 0 0.2rem rgba(153, 54, 74, 0.5);
}
.nrc .btn-palette-800.disabled, .nrc .btn-palette-800:disabled {
  color: #fff;
  background-color: #87122a;
  border-color: #87122a;
}
.nrc .btn-palette-800:not(:disabled):not(.disabled):active, .nrc .btn-palette-800:not(:disabled):not(.disabled).active, .show > .nrc .btn-palette-800.dropdown-toggle {
  color: #fff;
  background-color: #5a0c1c;
  border-color: #4f0a18;
}
.nrc .btn-palette-800:not(:disabled):not(.disabled):active:focus, .nrc .btn-palette-800:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-palette-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(153, 54, 74, 0.5);
}
.nrc .btn-palette-900 {
  color: #fff;
  background-color: #7a1025;
  border-color: #7a1025;
}
.nrc .btn-palette-900:hover {
  color: #fff;
  background-color: #580c1b;
  border-color: #4d0a18;
}
.nrc .btn-palette-900:focus, .nrc .btn-palette-900.focus {
  box-shadow: 0 0 0 0.2rem rgba(142, 52, 70, 0.5);
}
.nrc .btn-palette-900.disabled, .nrc .btn-palette-900:disabled {
  color: #fff;
  background-color: #7a1025;
  border-color: #7a1025;
}
.nrc .btn-palette-900:not(:disabled):not(.disabled):active, .nrc .btn-palette-900:not(:disabled):not(.disabled).active, .show > .nrc .btn-palette-900.dropdown-toggle {
  color: #fff;
  background-color: #4d0a18;
  border-color: #410914;
}
.nrc .btn-palette-900:not(:disabled):not(.disabled):active:focus, .nrc .btn-palette-900:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-palette-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(142, 52, 70, 0.5);
}
.nrc .btn-palette-950 {
  color: #fff;
  background-color: #6c0e21;
  border-color: #6c0e21;
}
.nrc .btn-palette-950:hover {
  color: #fff;
  background-color: #4b0a17;
  border-color: #3f0813;
}
.nrc .btn-palette-950:focus, .nrc .btn-palette-950.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 50, 66, 0.5);
}
.nrc .btn-palette-950.disabled, .nrc .btn-palette-950:disabled {
  color: #fff;
  background-color: #6c0e21;
  border-color: #6c0e21;
}
.nrc .btn-palette-950:not(:disabled):not(.disabled):active, .nrc .btn-palette-950:not(:disabled):not(.disabled).active, .show > .nrc .btn-palette-950.dropdown-toggle {
  color: #fff;
  background-color: #3f0813;
  border-color: #340710;
}
.nrc .btn-palette-950:not(:disabled):not(.disabled):active:focus, .nrc .btn-palette-950:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-palette-950.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 50, 66, 0.5);
}
.nrc .btn-palette-foreground-50 {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.nrc .btn-palette-foreground-50:hover {
  color: #fff;
  background-color: #202020;
  border-color: #1a1a1a;
}
.nrc .btn-palette-foreground-50:focus, .nrc .btn-palette-foreground-50.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
}
.nrc .btn-palette-foreground-50.disabled, .nrc .btn-palette-foreground-50:disabled {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.nrc .btn-palette-foreground-50:not(:disabled):not(.disabled):active, .nrc .btn-palette-foreground-50:not(:disabled):not(.disabled).active, .show > .nrc .btn-palette-foreground-50.dropdown-toggle {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #131313;
}
.nrc .btn-palette-foreground-50:not(:disabled):not(.disabled):active:focus, .nrc .btn-palette-foreground-50:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-palette-foreground-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
}
.nrc .btn-palette-foreground-100 {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.nrc .btn-palette-foreground-100:hover {
  color: #fff;
  background-color: #202020;
  border-color: #1a1a1a;
}
.nrc .btn-palette-foreground-100:focus, .nrc .btn-palette-foreground-100.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
}
.nrc .btn-palette-foreground-100.disabled, .nrc .btn-palette-foreground-100:disabled {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.nrc .btn-palette-foreground-100:not(:disabled):not(.disabled):active, .nrc .btn-palette-foreground-100:not(:disabled):not(.disabled).active, .show > .nrc .btn-palette-foreground-100.dropdown-toggle {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #131313;
}
.nrc .btn-palette-foreground-100:not(:disabled):not(.disabled):active:focus, .nrc .btn-palette-foreground-100:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-palette-foreground-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
}
.nrc .btn-palette-foreground-200 {
  color: #172531;
  background-color: #fff;
  border-color: #fff;
}
.nrc .btn-palette-foreground-200:hover {
  color: #172531;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.nrc .btn-palette-foreground-200:focus, .nrc .btn-palette-foreground-200.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 222, 224, 0.5);
}
.nrc .btn-palette-foreground-200.disabled, .nrc .btn-palette-foreground-200:disabled {
  color: #172531;
  background-color: #fff;
  border-color: #fff;
}
.nrc .btn-palette-foreground-200:not(:disabled):not(.disabled):active, .nrc .btn-palette-foreground-200:not(:disabled):not(.disabled).active, .show > .nrc .btn-palette-foreground-200.dropdown-toggle {
  color: #172531;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.nrc .btn-palette-foreground-200:not(:disabled):not(.disabled):active:focus, .nrc .btn-palette-foreground-200:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-palette-foreground-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 222, 224, 0.5);
}
.nrc .btn-palette-foreground-300 {
  color: #172531;
  background-color: #fff;
  border-color: #fff;
}
.nrc .btn-palette-foreground-300:hover {
  color: #172531;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.nrc .btn-palette-foreground-300:focus, .nrc .btn-palette-foreground-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 222, 224, 0.5);
}
.nrc .btn-palette-foreground-300.disabled, .nrc .btn-palette-foreground-300:disabled {
  color: #172531;
  background-color: #fff;
  border-color: #fff;
}
.nrc .btn-palette-foreground-300:not(:disabled):not(.disabled):active, .nrc .btn-palette-foreground-300:not(:disabled):not(.disabled).active, .show > .nrc .btn-palette-foreground-300.dropdown-toggle {
  color: #172531;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.nrc .btn-palette-foreground-300:not(:disabled):not(.disabled):active:focus, .nrc .btn-palette-foreground-300:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-palette-foreground-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 222, 224, 0.5);
}
.nrc .btn-palette-foreground-400 {
  color: #172531;
  background-color: #fff;
  border-color: #fff;
}
.nrc .btn-palette-foreground-400:hover {
  color: #172531;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.nrc .btn-palette-foreground-400:focus, .nrc .btn-palette-foreground-400.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 222, 224, 0.5);
}
.nrc .btn-palette-foreground-400.disabled, .nrc .btn-palette-foreground-400:disabled {
  color: #172531;
  background-color: #fff;
  border-color: #fff;
}
.nrc .btn-palette-foreground-400:not(:disabled):not(.disabled):active, .nrc .btn-palette-foreground-400:not(:disabled):not(.disabled).active, .show > .nrc .btn-palette-foreground-400.dropdown-toggle {
  color: #172531;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.nrc .btn-palette-foreground-400:not(:disabled):not(.disabled):active:focus, .nrc .btn-palette-foreground-400:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-palette-foreground-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 222, 224, 0.5);
}
.nrc .btn-palette-foreground-500 {
  color: #172531;
  background-color: #fff;
  border-color: #fff;
}
.nrc .btn-palette-foreground-500:hover {
  color: #172531;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.nrc .btn-palette-foreground-500:focus, .nrc .btn-palette-foreground-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 222, 224, 0.5);
}
.nrc .btn-palette-foreground-500.disabled, .nrc .btn-palette-foreground-500:disabled {
  color: #172531;
  background-color: #fff;
  border-color: #fff;
}
.nrc .btn-palette-foreground-500:not(:disabled):not(.disabled):active, .nrc .btn-palette-foreground-500:not(:disabled):not(.disabled).active, .show > .nrc .btn-palette-foreground-500.dropdown-toggle {
  color: #172531;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.nrc .btn-palette-foreground-500:not(:disabled):not(.disabled):active:focus, .nrc .btn-palette-foreground-500:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-palette-foreground-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 222, 224, 0.5);
}
.nrc .btn-palette-foreground-600 {
  color: #172531;
  background-color: #fff;
  border-color: #fff;
}
.nrc .btn-palette-foreground-600:hover {
  color: #172531;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.nrc .btn-palette-foreground-600:focus, .nrc .btn-palette-foreground-600.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 222, 224, 0.5);
}
.nrc .btn-palette-foreground-600.disabled, .nrc .btn-palette-foreground-600:disabled {
  color: #172531;
  background-color: #fff;
  border-color: #fff;
}
.nrc .btn-palette-foreground-600:not(:disabled):not(.disabled):active, .nrc .btn-palette-foreground-600:not(:disabled):not(.disabled).active, .show > .nrc .btn-palette-foreground-600.dropdown-toggle {
  color: #172531;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.nrc .btn-palette-foreground-600:not(:disabled):not(.disabled):active:focus, .nrc .btn-palette-foreground-600:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-palette-foreground-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 222, 224, 0.5);
}
.nrc .btn-palette-foreground-700 {
  color: #172531;
  background-color: #fff;
  border-color: #fff;
}
.nrc .btn-palette-foreground-700:hover {
  color: #172531;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.nrc .btn-palette-foreground-700:focus, .nrc .btn-palette-foreground-700.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 222, 224, 0.5);
}
.nrc .btn-palette-foreground-700.disabled, .nrc .btn-palette-foreground-700:disabled {
  color: #172531;
  background-color: #fff;
  border-color: #fff;
}
.nrc .btn-palette-foreground-700:not(:disabled):not(.disabled):active, .nrc .btn-palette-foreground-700:not(:disabled):not(.disabled).active, .show > .nrc .btn-palette-foreground-700.dropdown-toggle {
  color: #172531;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.nrc .btn-palette-foreground-700:not(:disabled):not(.disabled):active:focus, .nrc .btn-palette-foreground-700:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-palette-foreground-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 222, 224, 0.5);
}
.nrc .btn-palette-foreground-800 {
  color: #172531;
  background-color: #fff;
  border-color: #fff;
}
.nrc .btn-palette-foreground-800:hover {
  color: #172531;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.nrc .btn-palette-foreground-800:focus, .nrc .btn-palette-foreground-800.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 222, 224, 0.5);
}
.nrc .btn-palette-foreground-800.disabled, .nrc .btn-palette-foreground-800:disabled {
  color: #172531;
  background-color: #fff;
  border-color: #fff;
}
.nrc .btn-palette-foreground-800:not(:disabled):not(.disabled):active, .nrc .btn-palette-foreground-800:not(:disabled):not(.disabled).active, .show > .nrc .btn-palette-foreground-800.dropdown-toggle {
  color: #172531;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.nrc .btn-palette-foreground-800:not(:disabled):not(.disabled):active:focus, .nrc .btn-palette-foreground-800:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-palette-foreground-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 222, 224, 0.5);
}
.nrc .btn-palette-foreground-900 {
  color: #172531;
  background-color: #fff;
  border-color: #fff;
}
.nrc .btn-palette-foreground-900:hover {
  color: #172531;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.nrc .btn-palette-foreground-900:focus, .nrc .btn-palette-foreground-900.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 222, 224, 0.5);
}
.nrc .btn-palette-foreground-900.disabled, .nrc .btn-palette-foreground-900:disabled {
  color: #172531;
  background-color: #fff;
  border-color: #fff;
}
.nrc .btn-palette-foreground-900:not(:disabled):not(.disabled):active, .nrc .btn-palette-foreground-900:not(:disabled):not(.disabled).active, .show > .nrc .btn-palette-foreground-900.dropdown-toggle {
  color: #172531;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.nrc .btn-palette-foreground-900:not(:disabled):not(.disabled):active:focus, .nrc .btn-palette-foreground-900:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-palette-foreground-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 222, 224, 0.5);
}
.nrc .btn-palette-foreground-950 {
  color: #172531;
  background-color: #fff;
  border-color: #fff;
}
.nrc .btn-palette-foreground-950:hover {
  color: #172531;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.nrc .btn-palette-foreground-950:focus, .nrc .btn-palette-foreground-950.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 222, 224, 0.5);
}
.nrc .btn-palette-foreground-950.disabled, .nrc .btn-palette-foreground-950:disabled {
  color: #172531;
  background-color: #fff;
  border-color: #fff;
}
.nrc .btn-palette-foreground-950:not(:disabled):not(.disabled):active, .nrc .btn-palette-foreground-950:not(:disabled):not(.disabled).active, .show > .nrc .btn-palette-foreground-950.dropdown-toggle {
  color: #172531;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.nrc .btn-palette-foreground-950:not(:disabled):not(.disabled):active:focus, .nrc .btn-palette-foreground-950:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-palette-foreground-950.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 222, 224, 0.5);
}
.nrc .btn-outline-primary {
  color: #B01736;
  border-color: #B01736;
}
.nrc .btn-outline-primary:hover {
  color: #fff;
  background-color: #B01736;
  border-color: #B01736;
}
.nrc .btn-outline-primary:focus, .nrc .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(176, 23, 54, 0.5);
}
.nrc .btn-outline-primary.disabled, .nrc .btn-outline-primary:disabled {
  color: #B01736;
  background-color: transparent;
}
.nrc .btn-outline-primary:not(:disabled):not(.disabled):active, .nrc .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .nrc .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #B01736;
  border-color: #B01736;
}
.nrc .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .nrc .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(176, 23, 54, 0.5);
}
.nrc .btn-outline-secondary {
  color: #007B87;
  border-color: #007B87;
}
.nrc .btn-outline-secondary:hover {
  color: #fff;
  background-color: #007B87;
  border-color: #007B87;
}
.nrc .btn-outline-secondary:focus, .nrc .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 135, 0.5);
}
.nrc .btn-outline-secondary.disabled, .nrc .btn-outline-secondary:disabled {
  color: #007B87;
  background-color: transparent;
}
.nrc .btn-outline-secondary:not(:disabled):not(.disabled):active, .nrc .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .nrc .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #007B87;
  border-color: #007B87;
}
.nrc .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .nrc .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 135, 0.5);
}
.nrc .btn-outline-success {
  color: #2E7D32;
  border-color: #2E7D32;
}
.nrc .btn-outline-success:hover {
  color: #fff;
  background-color: #2E7D32;
  border-color: #2E7D32;
}
.nrc .btn-outline-success:focus, .nrc .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(46, 125, 50, 0.5);
}
.nrc .btn-outline-success.disabled, .nrc .btn-outline-success:disabled {
  color: #2E7D32;
  background-color: transparent;
}
.nrc .btn-outline-success:not(:disabled):not(.disabled):active, .nrc .btn-outline-success:not(:disabled):not(.disabled).active, .show > .nrc .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #2E7D32;
  border-color: #2E7D32;
}
.nrc .btn-outline-success:not(:disabled):not(.disabled):active:focus, .nrc .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(46, 125, 50, 0.5);
}
.nrc .btn-outline-info {
  color: #00618B;
  border-color: #00618B;
}
.nrc .btn-outline-info:hover {
  color: #fff;
  background-color: #00618B;
  border-color: #00618B;
}
.nrc .btn-outline-info:focus, .nrc .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 97, 139, 0.5);
}
.nrc .btn-outline-info.disabled, .nrc .btn-outline-info:disabled {
  color: #00618B;
  background-color: transparent;
}
.nrc .btn-outline-info:not(:disabled):not(.disabled):active, .nrc .btn-outline-info:not(:disabled):not(.disabled).active, .show > .nrc .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #00618B;
  border-color: #00618B;
}
.nrc .btn-outline-info:not(:disabled):not(.disabled):active:focus, .nrc .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 97, 139, 0.5);
}
.nrc .btn-outline-warning {
  color: #FBC02D;
  border-color: #FBC02D;
}
.nrc .btn-outline-warning:hover {
  color: #172531;
  background-color: #FBC02D;
  border-color: #FBC02D;
}
.nrc .btn-outline-warning:focus, .nrc .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 192, 45, 0.5);
}
.nrc .btn-outline-warning.disabled, .nrc .btn-outline-warning:disabled {
  color: #FBC02D;
  background-color: transparent;
}
.nrc .btn-outline-warning:not(:disabled):not(.disabled):active, .nrc .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .nrc .btn-outline-warning.dropdown-toggle {
  color: #172531;
  background-color: #FBC02D;
  border-color: #FBC02D;
}
.nrc .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .nrc .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 192, 45, 0.5);
}
.nrc .btn-outline-danger {
  color: #B01736;
  border-color: #B01736;
}
.nrc .btn-outline-danger:hover {
  color: #fff;
  background-color: #B01736;
  border-color: #B01736;
}
.nrc .btn-outline-danger:focus, .nrc .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(176, 23, 54, 0.5);
}
.nrc .btn-outline-danger.disabled, .nrc .btn-outline-danger:disabled {
  color: #B01736;
  background-color: transparent;
}
.nrc .btn-outline-danger:not(:disabled):not(.disabled):active, .nrc .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .nrc .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #B01736;
  border-color: #B01736;
}
.nrc .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .nrc .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(176, 23, 54, 0.5);
}
.nrc .btn-outline-light {
  color: #F0F0F0;
  border-color: #F0F0F0;
}
.nrc .btn-outline-light:hover {
  color: #172531;
  background-color: #F0F0F0;
  border-color: #F0F0F0;
}
.nrc .btn-outline-light:focus, .nrc .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 240, 240, 0.5);
}
.nrc .btn-outline-light.disabled, .nrc .btn-outline-light:disabled {
  color: #F0F0F0;
  background-color: transparent;
}
.nrc .btn-outline-light:not(:disabled):not(.disabled):active, .nrc .btn-outline-light:not(:disabled):not(.disabled).active, .show > .nrc .btn-outline-light.dropdown-toggle {
  color: #172531;
  background-color: #F0F0F0;
  border-color: #F0F0F0;
}
.nrc .btn-outline-light:not(:disabled):not(.disabled):active:focus, .nrc .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 240, 240, 0.5);
}
.nrc .btn-outline-dark {
  color: #2B3D4E;
  border-color: #2B3D4E;
}
.nrc .btn-outline-dark:hover {
  color: #fff;
  background-color: #2B3D4E;
  border-color: #2B3D4E;
}
.nrc .btn-outline-dark:focus, .nrc .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(43, 61, 78, 0.5);
}
.nrc .btn-outline-dark.disabled, .nrc .btn-outline-dark:disabled {
  color: #2B3D4E;
  background-color: transparent;
}
.nrc .btn-outline-dark:not(:disabled):not(.disabled):active, .nrc .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .nrc .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #2B3D4E;
  border-color: #2B3D4E;
}
.nrc .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .nrc .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(43, 61, 78, 0.5);
}
.nrc .btn-outline-tertiary {
  color: #99CCFF;
  border-color: #99CCFF;
}
.nrc .btn-outline-tertiary:hover {
  color: #172531;
  background-color: #99CCFF;
  border-color: #99CCFF;
}
.nrc .btn-outline-tertiary:focus, .nrc .btn-outline-tertiary.focus {
  box-shadow: 0 0 0 0.2rem rgba(153, 204, 255, 0.5);
}
.nrc .btn-outline-tertiary.disabled, .nrc .btn-outline-tertiary:disabled {
  color: #99CCFF;
  background-color: transparent;
}
.nrc .btn-outline-tertiary:not(:disabled):not(.disabled):active, .nrc .btn-outline-tertiary:not(:disabled):not(.disabled).active, .show > .nrc .btn-outline-tertiary.dropdown-toggle {
  color: #172531;
  background-color: #99CCFF;
  border-color: #99CCFF;
}
.nrc .btn-outline-tertiary:not(:disabled):not(.disabled):active:focus, .nrc .btn-outline-tertiary:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-outline-tertiary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(153, 204, 255, 0.5);
}
.nrc .btn-outline-cta {
  color: #00618B;
  border-color: #00618B;
}
.nrc .btn-outline-cta:hover {
  color: #fff;
  background-color: #00618B;
  border-color: #00618B;
}
.nrc .btn-outline-cta:focus, .nrc .btn-outline-cta.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 97, 139, 0.5);
}
.nrc .btn-outline-cta.disabled, .nrc .btn-outline-cta:disabled {
  color: #00618B;
  background-color: transparent;
}
.nrc .btn-outline-cta:not(:disabled):not(.disabled):active, .nrc .btn-outline-cta:not(:disabled):not(.disabled).active, .show > .nrc .btn-outline-cta.dropdown-toggle {
  color: #fff;
  background-color: #00618B;
  border-color: #00618B;
}
.nrc .btn-outline-cta:not(:disabled):not(.disabled):active:focus, .nrc .btn-outline-cta:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-outline-cta.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 97, 139, 0.5);
}
.nrc .btn-outline-palette-50 {
  color: #e5a1af;
  border-color: #e5a1af;
}
.nrc .btn-outline-palette-50:hover {
  color: #172531;
  background-color: #e5a1af;
  border-color: #e5a1af;
}
.nrc .btn-outline-palette-50:focus, .nrc .btn-outline-palette-50.focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 161, 175, 0.5);
}
.nrc .btn-outline-palette-50.disabled, .nrc .btn-outline-palette-50:disabled {
  color: #e5a1af;
  background-color: transparent;
}
.nrc .btn-outline-palette-50:not(:disabled):not(.disabled):active, .nrc .btn-outline-palette-50:not(:disabled):not(.disabled).active, .show > .nrc .btn-outline-palette-50.dropdown-toggle {
  color: #172531;
  background-color: #e5a1af;
  border-color: #e5a1af;
}
.nrc .btn-outline-palette-50:not(:disabled):not(.disabled):active:focus, .nrc .btn-outline-palette-50:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-outline-palette-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 161, 175, 0.5);
}
.nrc .btn-outline-palette-100 {
  color: #e08093;
  border-color: #e08093;
}
.nrc .btn-outline-palette-100:hover {
  color: #172531;
  background-color: #e08093;
  border-color: #e08093;
}
.nrc .btn-outline-palette-100:focus, .nrc .btn-outline-palette-100.focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 128, 147, 0.5);
}
.nrc .btn-outline-palette-100.disabled, .nrc .btn-outline-palette-100:disabled {
  color: #e08093;
  background-color: transparent;
}
.nrc .btn-outline-palette-100:not(:disabled):not(.disabled):active, .nrc .btn-outline-palette-100:not(:disabled):not(.disabled).active, .show > .nrc .btn-outline-palette-100.dropdown-toggle {
  color: #172531;
  background-color: #e08093;
  border-color: #e08093;
}
.nrc .btn-outline-palette-100:not(:disabled):not(.disabled):active:focus, .nrc .btn-outline-palette-100:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-outline-palette-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 128, 147, 0.5);
}
.nrc .btn-outline-palette-200 {
  color: #dd5d77;
  border-color: #dd5d77;
}
.nrc .btn-outline-palette-200:hover {
  color: #fff;
  background-color: #dd5d77;
  border-color: #dd5d77;
}
.nrc .btn-outline-palette-200:focus, .nrc .btn-outline-palette-200.focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 93, 119, 0.5);
}
.nrc .btn-outline-palette-200.disabled, .nrc .btn-outline-palette-200:disabled {
  color: #dd5d77;
  background-color: transparent;
}
.nrc .btn-outline-palette-200:not(:disabled):not(.disabled):active, .nrc .btn-outline-palette-200:not(:disabled):not(.disabled).active, .show > .nrc .btn-outline-palette-200.dropdown-toggle {
  color: #fff;
  background-color: #dd5d77;
  border-color: #dd5d77;
}
.nrc .btn-outline-palette-200:not(:disabled):not(.disabled):active:focus, .nrc .btn-outline-palette-200:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-outline-palette-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 93, 119, 0.5);
}
.nrc .btn-outline-palette-300 {
  color: #db395a;
  border-color: #db395a;
}
.nrc .btn-outline-palette-300:hover {
  color: #fff;
  background-color: #db395a;
  border-color: #db395a;
}
.nrc .btn-outline-palette-300:focus, .nrc .btn-outline-palette-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 57, 90, 0.5);
}
.nrc .btn-outline-palette-300.disabled, .nrc .btn-outline-palette-300:disabled {
  color: #db395a;
  background-color: transparent;
}
.nrc .btn-outline-palette-300:not(:disabled):not(.disabled):active, .nrc .btn-outline-palette-300:not(:disabled):not(.disabled).active, .show > .nrc .btn-outline-palette-300.dropdown-toggle {
  color: #fff;
  background-color: #db395a;
  border-color: #db395a;
}
.nrc .btn-outline-palette-300:not(:disabled):not(.disabled):active:focus, .nrc .btn-outline-palette-300:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-outline-palette-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 57, 90, 0.5);
}
.nrc .btn-outline-palette-400 {
  color: #cd2043;
  border-color: #cd2043;
}
.nrc .btn-outline-palette-400:hover {
  color: #fff;
  background-color: #cd2043;
  border-color: #cd2043;
}
.nrc .btn-outline-palette-400:focus, .nrc .btn-outline-palette-400.focus {
  box-shadow: 0 0 0 0.2rem rgba(205, 32, 67, 0.5);
}
.nrc .btn-outline-palette-400.disabled, .nrc .btn-outline-palette-400:disabled {
  color: #cd2043;
  background-color: transparent;
}
.nrc .btn-outline-palette-400:not(:disabled):not(.disabled):active, .nrc .btn-outline-palette-400:not(:disabled):not(.disabled).active, .show > .nrc .btn-outline-palette-400.dropdown-toggle {
  color: #fff;
  background-color: #cd2043;
  border-color: #cd2043;
}
.nrc .btn-outline-palette-400:not(:disabled):not(.disabled):active:focus, .nrc .btn-outline-palette-400:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-outline-palette-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(205, 32, 67, 0.5);
}
.nrc .btn-outline-palette-500 {
  color: #B01736;
  border-color: #B01736;
}
.nrc .btn-outline-palette-500:hover {
  color: #fff;
  background-color: #B01736;
  border-color: #B01736;
}
.nrc .btn-outline-palette-500:focus, .nrc .btn-outline-palette-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(176, 23, 54, 0.5);
}
.nrc .btn-outline-palette-500.disabled, .nrc .btn-outline-palette-500:disabled {
  color: #B01736;
  background-color: transparent;
}
.nrc .btn-outline-palette-500:not(:disabled):not(.disabled):active, .nrc .btn-outline-palette-500:not(:disabled):not(.disabled).active, .show > .nrc .btn-outline-palette-500.dropdown-toggle {
  color: #fff;
  background-color: #B01736;
  border-color: #B01736;
}
.nrc .btn-outline-palette-500:not(:disabled):not(.disabled):active:focus, .nrc .btn-outline-palette-500:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-outline-palette-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(176, 23, 54, 0.5);
}
.nrc .btn-outline-palette-600 {
  color: #a21532;
  border-color: #a21532;
}
.nrc .btn-outline-palette-600:hover {
  color: #fff;
  background-color: #a21532;
  border-color: #a21532;
}
.nrc .btn-outline-palette-600:focus, .nrc .btn-outline-palette-600.focus {
  box-shadow: 0 0 0 0.2rem rgba(162, 21, 50, 0.5);
}
.nrc .btn-outline-palette-600.disabled, .nrc .btn-outline-palette-600:disabled {
  color: #a21532;
  background-color: transparent;
}
.nrc .btn-outline-palette-600:not(:disabled):not(.disabled):active, .nrc .btn-outline-palette-600:not(:disabled):not(.disabled).active, .show > .nrc .btn-outline-palette-600.dropdown-toggle {
  color: #fff;
  background-color: #a21532;
  border-color: #a21532;
}
.nrc .btn-outline-palette-600:not(:disabled):not(.disabled):active:focus, .nrc .btn-outline-palette-600:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-outline-palette-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(162, 21, 50, 0.5);
}
.nrc .btn-outline-palette-700 {
  color: #95132e;
  border-color: #95132e;
}
.nrc .btn-outline-palette-700:hover {
  color: #fff;
  background-color: #95132e;
  border-color: #95132e;
}
.nrc .btn-outline-palette-700:focus, .nrc .btn-outline-palette-700.focus {
  box-shadow: 0 0 0 0.2rem rgba(149, 19, 46, 0.5);
}
.nrc .btn-outline-palette-700.disabled, .nrc .btn-outline-palette-700:disabled {
  color: #95132e;
  background-color: transparent;
}
.nrc .btn-outline-palette-700:not(:disabled):not(.disabled):active, .nrc .btn-outline-palette-700:not(:disabled):not(.disabled).active, .show > .nrc .btn-outline-palette-700.dropdown-toggle {
  color: #fff;
  background-color: #95132e;
  border-color: #95132e;
}
.nrc .btn-outline-palette-700:not(:disabled):not(.disabled):active:focus, .nrc .btn-outline-palette-700:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-outline-palette-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(149, 19, 46, 0.5);
}
.nrc .btn-outline-palette-800 {
  color: #87122a;
  border-color: #87122a;
}
.nrc .btn-outline-palette-800:hover {
  color: #fff;
  background-color: #87122a;
  border-color: #87122a;
}
.nrc .btn-outline-palette-800:focus, .nrc .btn-outline-palette-800.focus {
  box-shadow: 0 0 0 0.2rem rgba(135, 18, 42, 0.5);
}
.nrc .btn-outline-palette-800.disabled, .nrc .btn-outline-palette-800:disabled {
  color: #87122a;
  background-color: transparent;
}
.nrc .btn-outline-palette-800:not(:disabled):not(.disabled):active, .nrc .btn-outline-palette-800:not(:disabled):not(.disabled).active, .show > .nrc .btn-outline-palette-800.dropdown-toggle {
  color: #fff;
  background-color: #87122a;
  border-color: #87122a;
}
.nrc .btn-outline-palette-800:not(:disabled):not(.disabled):active:focus, .nrc .btn-outline-palette-800:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-outline-palette-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(135, 18, 42, 0.5);
}
.nrc .btn-outline-palette-900 {
  color: #7a1025;
  border-color: #7a1025;
}
.nrc .btn-outline-palette-900:hover {
  color: #fff;
  background-color: #7a1025;
  border-color: #7a1025;
}
.nrc .btn-outline-palette-900:focus, .nrc .btn-outline-palette-900.focus {
  box-shadow: 0 0 0 0.2rem rgba(122, 16, 37, 0.5);
}
.nrc .btn-outline-palette-900.disabled, .nrc .btn-outline-palette-900:disabled {
  color: #7a1025;
  background-color: transparent;
}
.nrc .btn-outline-palette-900:not(:disabled):not(.disabled):active, .nrc .btn-outline-palette-900:not(:disabled):not(.disabled).active, .show > .nrc .btn-outline-palette-900.dropdown-toggle {
  color: #fff;
  background-color: #7a1025;
  border-color: #7a1025;
}
.nrc .btn-outline-palette-900:not(:disabled):not(.disabled):active:focus, .nrc .btn-outline-palette-900:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-outline-palette-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(122, 16, 37, 0.5);
}
.nrc .btn-outline-palette-950 {
  color: #6c0e21;
  border-color: #6c0e21;
}
.nrc .btn-outline-palette-950:hover {
  color: #fff;
  background-color: #6c0e21;
  border-color: #6c0e21;
}
.nrc .btn-outline-palette-950:focus, .nrc .btn-outline-palette-950.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 14, 33, 0.5);
}
.nrc .btn-outline-palette-950.disabled, .nrc .btn-outline-palette-950:disabled {
  color: #6c0e21;
  background-color: transparent;
}
.nrc .btn-outline-palette-950:not(:disabled):not(.disabled):active, .nrc .btn-outline-palette-950:not(:disabled):not(.disabled).active, .show > .nrc .btn-outline-palette-950.dropdown-toggle {
  color: #fff;
  background-color: #6c0e21;
  border-color: #6c0e21;
}
.nrc .btn-outline-palette-950:not(:disabled):not(.disabled):active:focus, .nrc .btn-outline-palette-950:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-outline-palette-950.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 14, 33, 0.5);
}
.nrc .btn-outline-palette-foreground-50 {
  color: #333;
  border-color: #333;
}
.nrc .btn-outline-palette-foreground-50:hover {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.nrc .btn-outline-palette-foreground-50:focus, .nrc .btn-outline-palette-foreground-50.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}
.nrc .btn-outline-palette-foreground-50.disabled, .nrc .btn-outline-palette-foreground-50:disabled {
  color: #333;
  background-color: transparent;
}
.nrc .btn-outline-palette-foreground-50:not(:disabled):not(.disabled):active, .nrc .btn-outline-palette-foreground-50:not(:disabled):not(.disabled).active, .show > .nrc .btn-outline-palette-foreground-50.dropdown-toggle {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.nrc .btn-outline-palette-foreground-50:not(:disabled):not(.disabled):active:focus, .nrc .btn-outline-palette-foreground-50:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-outline-palette-foreground-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}
.nrc .btn-outline-palette-foreground-100 {
  color: #333;
  border-color: #333;
}
.nrc .btn-outline-palette-foreground-100:hover {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.nrc .btn-outline-palette-foreground-100:focus, .nrc .btn-outline-palette-foreground-100.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}
.nrc .btn-outline-palette-foreground-100.disabled, .nrc .btn-outline-palette-foreground-100:disabled {
  color: #333;
  background-color: transparent;
}
.nrc .btn-outline-palette-foreground-100:not(:disabled):not(.disabled):active, .nrc .btn-outline-palette-foreground-100:not(:disabled):not(.disabled).active, .show > .nrc .btn-outline-palette-foreground-100.dropdown-toggle {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.nrc .btn-outline-palette-foreground-100:not(:disabled):not(.disabled):active:focus, .nrc .btn-outline-palette-foreground-100:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-outline-palette-foreground-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}
.nrc .btn-outline-palette-foreground-200 {
  color: #fff;
  border-color: #fff;
}
.nrc .btn-outline-palette-foreground-200:hover {
  color: #172531;
  background-color: #fff;
  border-color: #fff;
}
.nrc .btn-outline-palette-foreground-200:focus, .nrc .btn-outline-palette-foreground-200.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.nrc .btn-outline-palette-foreground-200.disabled, .nrc .btn-outline-palette-foreground-200:disabled {
  color: #fff;
  background-color: transparent;
}
.nrc .btn-outline-palette-foreground-200:not(:disabled):not(.disabled):active, .nrc .btn-outline-palette-foreground-200:not(:disabled):not(.disabled).active, .show > .nrc .btn-outline-palette-foreground-200.dropdown-toggle {
  color: #172531;
  background-color: #fff;
  border-color: #fff;
}
.nrc .btn-outline-palette-foreground-200:not(:disabled):not(.disabled):active:focus, .nrc .btn-outline-palette-foreground-200:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-outline-palette-foreground-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.nrc .btn-outline-palette-foreground-300 {
  color: #fff;
  border-color: #fff;
}
.nrc .btn-outline-palette-foreground-300:hover {
  color: #172531;
  background-color: #fff;
  border-color: #fff;
}
.nrc .btn-outline-palette-foreground-300:focus, .nrc .btn-outline-palette-foreground-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.nrc .btn-outline-palette-foreground-300.disabled, .nrc .btn-outline-palette-foreground-300:disabled {
  color: #fff;
  background-color: transparent;
}
.nrc .btn-outline-palette-foreground-300:not(:disabled):not(.disabled):active, .nrc .btn-outline-palette-foreground-300:not(:disabled):not(.disabled).active, .show > .nrc .btn-outline-palette-foreground-300.dropdown-toggle {
  color: #172531;
  background-color: #fff;
  border-color: #fff;
}
.nrc .btn-outline-palette-foreground-300:not(:disabled):not(.disabled):active:focus, .nrc .btn-outline-palette-foreground-300:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-outline-palette-foreground-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.nrc .btn-outline-palette-foreground-400 {
  color: #fff;
  border-color: #fff;
}
.nrc .btn-outline-palette-foreground-400:hover {
  color: #172531;
  background-color: #fff;
  border-color: #fff;
}
.nrc .btn-outline-palette-foreground-400:focus, .nrc .btn-outline-palette-foreground-400.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.nrc .btn-outline-palette-foreground-400.disabled, .nrc .btn-outline-palette-foreground-400:disabled {
  color: #fff;
  background-color: transparent;
}
.nrc .btn-outline-palette-foreground-400:not(:disabled):not(.disabled):active, .nrc .btn-outline-palette-foreground-400:not(:disabled):not(.disabled).active, .show > .nrc .btn-outline-palette-foreground-400.dropdown-toggle {
  color: #172531;
  background-color: #fff;
  border-color: #fff;
}
.nrc .btn-outline-palette-foreground-400:not(:disabled):not(.disabled):active:focus, .nrc .btn-outline-palette-foreground-400:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-outline-palette-foreground-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.nrc .btn-outline-palette-foreground-500 {
  color: #fff;
  border-color: #fff;
}
.nrc .btn-outline-palette-foreground-500:hover {
  color: #172531;
  background-color: #fff;
  border-color: #fff;
}
.nrc .btn-outline-palette-foreground-500:focus, .nrc .btn-outline-palette-foreground-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.nrc .btn-outline-palette-foreground-500.disabled, .nrc .btn-outline-palette-foreground-500:disabled {
  color: #fff;
  background-color: transparent;
}
.nrc .btn-outline-palette-foreground-500:not(:disabled):not(.disabled):active, .nrc .btn-outline-palette-foreground-500:not(:disabled):not(.disabled).active, .show > .nrc .btn-outline-palette-foreground-500.dropdown-toggle {
  color: #172531;
  background-color: #fff;
  border-color: #fff;
}
.nrc .btn-outline-palette-foreground-500:not(:disabled):not(.disabled):active:focus, .nrc .btn-outline-palette-foreground-500:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-outline-palette-foreground-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.nrc .btn-outline-palette-foreground-600 {
  color: #fff;
  border-color: #fff;
}
.nrc .btn-outline-palette-foreground-600:hover {
  color: #172531;
  background-color: #fff;
  border-color: #fff;
}
.nrc .btn-outline-palette-foreground-600:focus, .nrc .btn-outline-palette-foreground-600.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.nrc .btn-outline-palette-foreground-600.disabled, .nrc .btn-outline-palette-foreground-600:disabled {
  color: #fff;
  background-color: transparent;
}
.nrc .btn-outline-palette-foreground-600:not(:disabled):not(.disabled):active, .nrc .btn-outline-palette-foreground-600:not(:disabled):not(.disabled).active, .show > .nrc .btn-outline-palette-foreground-600.dropdown-toggle {
  color: #172531;
  background-color: #fff;
  border-color: #fff;
}
.nrc .btn-outline-palette-foreground-600:not(:disabled):not(.disabled):active:focus, .nrc .btn-outline-palette-foreground-600:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-outline-palette-foreground-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.nrc .btn-outline-palette-foreground-700 {
  color: #fff;
  border-color: #fff;
}
.nrc .btn-outline-palette-foreground-700:hover {
  color: #172531;
  background-color: #fff;
  border-color: #fff;
}
.nrc .btn-outline-palette-foreground-700:focus, .nrc .btn-outline-palette-foreground-700.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.nrc .btn-outline-palette-foreground-700.disabled, .nrc .btn-outline-palette-foreground-700:disabled {
  color: #fff;
  background-color: transparent;
}
.nrc .btn-outline-palette-foreground-700:not(:disabled):not(.disabled):active, .nrc .btn-outline-palette-foreground-700:not(:disabled):not(.disabled).active, .show > .nrc .btn-outline-palette-foreground-700.dropdown-toggle {
  color: #172531;
  background-color: #fff;
  border-color: #fff;
}
.nrc .btn-outline-palette-foreground-700:not(:disabled):not(.disabled):active:focus, .nrc .btn-outline-palette-foreground-700:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-outline-palette-foreground-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.nrc .btn-outline-palette-foreground-800 {
  color: #fff;
  border-color: #fff;
}
.nrc .btn-outline-palette-foreground-800:hover {
  color: #172531;
  background-color: #fff;
  border-color: #fff;
}
.nrc .btn-outline-palette-foreground-800:focus, .nrc .btn-outline-palette-foreground-800.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.nrc .btn-outline-palette-foreground-800.disabled, .nrc .btn-outline-palette-foreground-800:disabled {
  color: #fff;
  background-color: transparent;
}
.nrc .btn-outline-palette-foreground-800:not(:disabled):not(.disabled):active, .nrc .btn-outline-palette-foreground-800:not(:disabled):not(.disabled).active, .show > .nrc .btn-outline-palette-foreground-800.dropdown-toggle {
  color: #172531;
  background-color: #fff;
  border-color: #fff;
}
.nrc .btn-outline-palette-foreground-800:not(:disabled):not(.disabled):active:focus, .nrc .btn-outline-palette-foreground-800:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-outline-palette-foreground-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.nrc .btn-outline-palette-foreground-900 {
  color: #fff;
  border-color: #fff;
}
.nrc .btn-outline-palette-foreground-900:hover {
  color: #172531;
  background-color: #fff;
  border-color: #fff;
}
.nrc .btn-outline-palette-foreground-900:focus, .nrc .btn-outline-palette-foreground-900.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.nrc .btn-outline-palette-foreground-900.disabled, .nrc .btn-outline-palette-foreground-900:disabled {
  color: #fff;
  background-color: transparent;
}
.nrc .btn-outline-palette-foreground-900:not(:disabled):not(.disabled):active, .nrc .btn-outline-palette-foreground-900:not(:disabled):not(.disabled).active, .show > .nrc .btn-outline-palette-foreground-900.dropdown-toggle {
  color: #172531;
  background-color: #fff;
  border-color: #fff;
}
.nrc .btn-outline-palette-foreground-900:not(:disabled):not(.disabled):active:focus, .nrc .btn-outline-palette-foreground-900:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-outline-palette-foreground-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.nrc .btn-outline-palette-foreground-950 {
  color: #fff;
  border-color: #fff;
}
.nrc .btn-outline-palette-foreground-950:hover {
  color: #172531;
  background-color: #fff;
  border-color: #fff;
}
.nrc .btn-outline-palette-foreground-950:focus, .nrc .btn-outline-palette-foreground-950.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.nrc .btn-outline-palette-foreground-950.disabled, .nrc .btn-outline-palette-foreground-950:disabled {
  color: #fff;
  background-color: transparent;
}
.nrc .btn-outline-palette-foreground-950:not(:disabled):not(.disabled):active, .nrc .btn-outline-palette-foreground-950:not(:disabled):not(.disabled).active, .show > .nrc .btn-outline-palette-foreground-950.dropdown-toggle {
  color: #172531;
  background-color: #fff;
  border-color: #fff;
}
.nrc .btn-outline-palette-foreground-950:not(:disabled):not(.disabled):active:focus, .nrc .btn-outline-palette-foreground-950:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-outline-palette-foreground-950.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.nrc .btn-link {
  font-weight: normal;
  color: #00618B;
  text-decoration: underline;
}
.nrc .btn-link:hover {
  color: #00618B;
  text-decoration: underline;
}
.nrc .btn-link:focus, .nrc .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.nrc .btn-link:disabled, .nrc .btn-link.disabled {
  color: #51657A;
  pointer-events: none;
}
.nrc .btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}
.nrc .btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}
.nrc .btn-block {
  display: block;
  width: 100%;
}
.nrc .btn-block + .btn-block {
  margin-top: 0.5rem;
}
.nrc input[type="submit"].btn-block,
.nrc input[type="reset"].btn-block,
.nrc input[type="button"].btn-block {
  width: 100%;
}
.nrc .btn {
  -webkit-transition: .3s;
  transition: .3s;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Titillium Web", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.nrc .btn, .nrc .btn:hover {
  box-shadow: none;
  border: none;
}
.nrc div, .nrc p, .nrc strong, .nrc em, .nrc span {
  font-family: "Titillium Web", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.nrc .bg-palette-50 {
  background-color: #e5a1af !important;
  color: #333 !important;
}
.nrc .bg-palette-100 {
  background-color: #e08093 !important;
  color: #333 !important;
}
.nrc .bg-palette-200 {
  background-color: #dd5d77 !important;
  color: #fff !important;
}
.nrc .bg-palette-300 {
  background-color: #db395a !important;
  color: #fff !important;
}
.nrc .bg-palette-400 {
  background-color: #cd2043 !important;
  color: #fff !important;
}
.nrc .bg-palette-500 {
  background-color: #B01736 !important;
  color: #fff !important;
}
.nrc .bg-palette-600 {
  background-color: #a21532 !important;
  color: #fff !important;
}
.nrc .bg-palette-700 {
  background-color: #95132e !important;
  color: #fff !important;
}
.nrc .bg-palette-800 {
  background-color: #87122a !important;
  color: #fff !important;
}
.nrc .bg-palette-900 {
  background-color: #7a1025 !important;
  color: #fff !important;
}
.nrc .bg-palette-950 {
  background-color: #6c0e21 !important;
  color: #fff !important;
}
.nrc .bg-gray-100 {
  background-color: #F0F0F0 !important;
  color: #333 !important;
}
.nrc .bg-gray-200 {
  background-color: #e3e6e6 !important;
  color: #333 !important;
}
.nrc .bg-gray-300 {
  background-color: #C9D0D0 !important;
  color: #333 !important;
}
.nrc .bg-gray-400 {
  background-color: #A1AAAC !important;
  color: #333 !important;
}
.nrc .bg-gray-500 {
  background-color: #738494 !important;
  color: #fff !important;
}
.nrc .bg-gray-600 {
  background-color: #51657A !important;
  color: #fff !important;
}
.nrc .bg-gray-700 {
  background-color: #3C5165 !important;
  color: #fff !important;
}
.nrc .bg-gray-800 {
  background-color: #2B3D4E !important;
  color: #fff !important;
}
.nrc .bg-gray-900 {
  background-color: #172531 !important;
  color: #fff !important;
}
.nrc .bg-gray-50 {
  background-color: #fff !important;
  color: #333 !important;
}
.nrc .bg-gray-950 {
  background-color: #333 !important;
  color: #fff !important;
}
.nrc .btn-primary {
  color: #fff;
  background-color: #00618B;
  border-color: #00618B;
}
.nrc .btn-primary:hover {
  color: #fff;
  background-color: #004665;
  border-color: #003d58;
}
.nrc .btn-primary:focus, .nrc .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 121, 156, 0.5);
}
.nrc .btn-primary.disabled, .nrc .btn-primary:disabled {
  color: #fff;
  background-color: #00618B;
  border-color: #00618B;
}
.nrc .btn-primary:not(:disabled):not(.disabled):active, .nrc .btn-primary:not(:disabled):not(.disabled).active, .show > .nrc .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #003d58;
  border-color: #00354b;
}
.nrc .btn-primary:not(:disabled):not(.disabled):active:focus, .nrc .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 121, 156, 0.5);
}
.nrc .btn-outline-primary {
  color: #00618B;
  border-color: #00618B;
}
.nrc .btn-outline-primary:hover {
  color: #fff;
  background-color: #00618B;
  border-color: #00618B;
}
.nrc .btn-outline-primary:focus, .nrc .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 97, 139, 0.5);
}
.nrc .btn-outline-primary.disabled, .nrc .btn-outline-primary:disabled {
  color: #00618B;
  background-color: transparent;
}
.nrc .btn-outline-primary:not(:disabled):not(.disabled):active, .nrc .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .nrc .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #00618B;
  border-color: #00618B;
}
.nrc .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .nrc .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 97, 139, 0.5);
}
.nrc .btn-secondary,
.nrc .btn-outline-secondary {
  color: #00618B;
  border-color: #00618B;
  background-color: transparent;
}
.nrc .btn-secondary:hover,
.nrc .btn-outline-secondary:hover {
  color: #001a25;
  background-color: #fff;
  border-color: #00618B;
}
.nrc .btn-secondary:focus, .nrc .btn-secondary.focus,
.nrc .btn-outline-secondary:focus,
.nrc .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 97, 139, 0.5);
}
.nrc .btn-secondary.disabled, .nrc .btn-secondary:disabled,
.nrc .btn-outline-secondary.disabled,
.nrc .btn-outline-secondary:disabled {
  color: #00618B;
  background-color: transparent;
}
.nrc .btn-secondary:not(:disabled):not(.disabled):active, .nrc .btn-secondary:not(:disabled):not(.disabled).active, .show > .nrc .btn-secondary.dropdown-toggle,
.nrc .btn-outline-secondary:not(:disabled):not(.disabled):active,
.nrc .btn-outline-secondary:not(:disabled):not(.disabled).active, .show >
.nrc .btn-outline-secondary.dropdown-toggle {
  color: #172531;
  background-color: #fff;
  border-color: #00618B;
}
.nrc .btn-secondary:not(:disabled):not(.disabled):active:focus, .nrc .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .nrc .btn-secondary.dropdown-toggle:focus,
.nrc .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.nrc .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show >
.nrc .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 97, 139, 0.5);
}
.nrc a.btn[href]:not(.btn-link) {
  text-decoration: none;
}
.nrc .btn-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 97, 139, 0.5);
}
.nrc h1 > span,
.nrc h1 > a, .nrc h2 > span,
.nrc h2 > a, .nrc h3 > span,
.nrc h3 > a, .nrc h4 > span,
.nrc h4 > a, .nrc h5 > span,
.nrc h5 > a, .nrc h6 > span,
.nrc h6 > a,
.nrc .h1 > span,
.nrc .h1 > a, .nrc .h2 > span,
.nrc .h2 > a, .nrc .h3 > span,
.nrc .h3 > a, .nrc .h4 > span,
.nrc .h4 > a, .nrc .h5 > span,
.nrc .h5 > a, .nrc .h6 > span,
.nrc .h6 > a {
  font-family: "Lato", Arial, sans-serif;
}
@media (max-width: 991.98px) {
  .nrc h1, .nrc .h1 {
    font-size: 1.875rem;
  }
}
@media (max-width: 991.98px) {
  .nrc h2, .nrc .h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 991.98px) {
  .nrc h3, .nrc .h3 {
    font-size: 1.125rem;
  }
}
.nrc .alert-success {
  color: #256328;
  background-color: #C7EACA;
  border-color: #99C79B;
}
.nrc .alert-success hr {
  border-top-color: #89be8b;
}
.nrc .alert-success .alert-link {
  color: #173e19;
}
.nrc .alert-success ul li:before {
  background-color: #256328;
}
.nrc .alert-info {
  color: #004E70;
  background-color: #CCE6F0;
  border-color: #76ACC4;
}
.nrc .alert-info hr {
  border-top-color: #64a1bc;
}
.nrc .alert-info .alert-link {
  color: #002a3d;
}
.nrc .alert-info ul li:before {
  background-color: #004E70;
}
.nrc .alert-warning {
  color: #7D6016;
  background-color: #FFF6E0;
  border-color: #FFD56E;
}
.nrc .alert-warning hr {
  border-top-color: #ffce55;
}
.nrc .alert-warning .alert-link {
  color: #523f0e;
}
.nrc .alert-warning ul li:before {
  background-color: #7D6016;
}
.nrc .alert-danger {
  color: #7A1025;
  background-color: #F0B6C2;
  border-color: #E58D9E;
}
.nrc .alert-danger hr {
  border-top-color: #e0788c;
}
.nrc .alert-danger .alert-link {
  color: #4d0a17;
}
.nrc .alert-danger ul li:before {
  background-color: #7A1025;
}
.nrc .alert {
  padding: 0.75rem;
}
.nrc .alert .icon {
  margin-right: .5rem;
}
.nrc .nrc-brand {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  height: 2rem;
  line-height: 1;
}
.nrc .nrc-brand .nrc-brand__tenant-logo,
.nrc .nrc-brand .nrc-brand__tenant-identity {
  height: 100%;
}
.nrc .nrc-brand .nrc-brand__tenant-logo {
  margin: 0 .5rem 0 0;
}
.nrc .nrc-brand .nrc-brand__tenant-identity {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
}
.nrc .nrc-brand .nrc-brand__platform-name {
  display: none;
}
.nrc .nrc-brand .nrc-brand__tenant-name {
  display: block;
  font-weight: 800;
}
.nrc .nrc-brand .nrc-brand__tenant-subtitle {
  display: none;
  font-size: .8rem;
}
@media (min-width: 992px) {
  .nrc .nrc-brand {
    margin: 0 0 0 1rem;
    height: 4.25rem;
  }
  .nrc .nrc-brand .nrc-brand__tenant-name {
    font-size: 1.675rem;
  }
}
.nrc.theme--custom-bologna .mylibrary-nrc-header .nrc-brand, .nrc.theme--custom-bologna pa-header .nrc-brand,
.nrc .theme--custom-bologna .mylibrary-nrc-header .nrc-brand,
.nrc .theme--custom-bologna pa-header .nrc-brand {
  margin: -.25rem 0 0;
}
.nrc.theme--custom-bologna .mylibrary-nrc-header .nrc-brand, .nrc.theme--custom-bologna .mylibrary-nrc-header .nrc-brand:hover, .nrc.theme--custom-bologna pa-header .nrc-brand, .nrc.theme--custom-bologna pa-header .nrc-brand:hover,
.nrc .theme--custom-bologna .mylibrary-nrc-header .nrc-brand,
.nrc .theme--custom-bologna .mylibrary-nrc-header .nrc-brand:hover,
.nrc .theme--custom-bologna pa-header .nrc-brand,
.nrc .theme--custom-bologna pa-header .nrc-brand:hover {
  color: #B01736;
  text-decoration: none;
}
.nrc.theme--custom-bologna .mylibrary-nrc-header .nrc-brand__tenant-logo, .nrc.theme--custom-bologna pa-header .nrc-brand__tenant-logo,
.nrc .theme--custom-bologna .mylibrary-nrc-header .nrc-brand__tenant-logo,
.nrc .theme--custom-bologna pa-header .nrc-brand__tenant-logo {
  display: none;
}
.nrc.theme--custom-bologna .mylibrary-nrc-header .nrc-brand__platform-name,
.nrc.theme--custom-bologna .mylibrary-nrc-header .nrc-brand__tenant-name,
.nrc.theme--custom-bologna .mylibrary-nrc-header .nrc-brand__tenant-subtitle, .nrc.theme--custom-bologna pa-header .nrc-brand__platform-name,
.nrc.theme--custom-bologna pa-header .nrc-brand__tenant-name,
.nrc.theme--custom-bologna pa-header .nrc-brand__tenant-subtitle,
.nrc .theme--custom-bologna .mylibrary-nrc-header .nrc-brand__platform-name,
.nrc .theme--custom-bologna .mylibrary-nrc-header .nrc-brand__tenant-name,
.nrc .theme--custom-bologna .mylibrary-nrc-header .nrc-brand__tenant-subtitle,
.nrc .theme--custom-bologna pa-header .nrc-brand__platform-name,
.nrc .theme--custom-bologna pa-header .nrc-brand__tenant-name,
.nrc .theme--custom-bologna pa-header .nrc-brand__tenant-subtitle {
  font-family: "Lato", Arial, sans-serif;
}
.nrc.theme--custom-bologna .mylibrary-nrc-header .nrc-brand__platform-name, .nrc.theme--custom-bologna pa-header .nrc-brand__platform-name,
.nrc .theme--custom-bologna .mylibrary-nrc-header .nrc-brand__platform-name,
.nrc .theme--custom-bologna pa-header .nrc-brand__platform-name {
  display: block;
  font-size: 1.8rem;
  font-weight: 900;
  text-transform: lowercase;
  color: #B01736;
}
.nrc.theme--custom-bologna .mylibrary-nrc-header .nrc-brand__tenant-name, .nrc.theme--custom-bologna pa-header .nrc-brand__tenant-name,
.nrc .theme--custom-bologna .mylibrary-nrc-header .nrc-brand__tenant-name,
.nrc .theme--custom-bologna pa-header .nrc-brand__tenant-name {
  margin: -.1rem 0 0;
  display: block;
  font-size: .75rem;
  font-weight: 600;
  color: #333;
}
.nrc.theme--custom-bologna .mylibrary-nrc-header .nrc-brand__tenant-subtitle, .nrc.theme--custom-bologna pa-header .nrc-brand__tenant-subtitle,
.nrc .theme--custom-bologna .mylibrary-nrc-header .nrc-brand__tenant-subtitle,
.nrc .theme--custom-bologna pa-header .nrc-brand__tenant-subtitle {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #333;
}
@media (min-width: 992px) {
  .nrc.theme--custom-bologna .mylibrary-nrc-header .nrc-brand__tenant-logo, .nrc.theme--custom-bologna pa-header .nrc-brand__tenant-logo,
  .nrc .theme--custom-bologna .mylibrary-nrc-header .nrc-brand__tenant-logo,
  .nrc .theme--custom-bologna pa-header .nrc-brand__tenant-logo {
    display: block;
    height: 4.15rem;
    margin: 0rem .5rem 0 1rem;
  }
  .nrc.theme--custom-bologna .mylibrary-nrc-header .nrc-brand__tenant-identity, .nrc.theme--custom-bologna pa-header .nrc-brand__tenant-identity,
  .nrc .theme--custom-bologna .mylibrary-nrc-header .nrc-brand__tenant-identity,
  .nrc .theme--custom-bologna pa-header .nrc-brand__tenant-identity {
    flex-direction: row;
    align-items: center;
  }
  .nrc.theme--custom-bologna .mylibrary-nrc-header .nrc-brand__platform-name, .nrc.theme--custom-bologna pa-header .nrc-brand__platform-name,
  .nrc .theme--custom-bologna .mylibrary-nrc-header .nrc-brand__platform-name,
  .nrc .theme--custom-bologna pa-header .nrc-brand__platform-name {
    font-size: 4.25rem;
  }
  .nrc.theme--custom-bologna .mylibrary-nrc-header .nrc-brand__tenant-name, .nrc.theme--custom-bologna pa-header .nrc-brand__tenant-name,
  .nrc .theme--custom-bologna .mylibrary-nrc-header .nrc-brand__tenant-name,
  .nrc .theme--custom-bologna pa-header .nrc-brand__tenant-name {
    display: none;
  }
  .nrc.theme--custom-bologna .mylibrary-nrc-header .nrc-brand__tenant-subtitle, .nrc.theme--custom-bologna pa-header .nrc-brand__tenant-subtitle,
  .nrc .theme--custom-bologna .mylibrary-nrc-header .nrc-brand__tenant-subtitle,
  .nrc .theme--custom-bologna pa-header .nrc-brand__tenant-subtitle {
    display: block;
    margin: 0 0 0 .5rem;
    font-size: .8rem;
  }
  .nrc.theme--custom-bologna .mylibrary-nrc-header .nrc-brand:first-child .nrc-brand__tenant-logo, .nrc.theme--custom-bologna pa-header .nrc-brand:first-child .nrc-brand__tenant-logo,
  .nrc .theme--custom-bologna .mylibrary-nrc-header .nrc-brand:first-child .nrc-brand__tenant-logo,
  .nrc .theme--custom-bologna pa-header .nrc-brand:first-child .nrc-brand__tenant-logo {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .nrc.theme--custom-bologna .mylibrary-nrc-header .nrc-brand__tenant-logo, .nrc.theme--custom-bologna pa-header .nrc-brand__tenant-logo,
  .nrc .theme--custom-bologna .mylibrary-nrc-header .nrc-brand__tenant-logo,
  .nrc .theme--custom-bologna pa-header .nrc-brand__tenant-logo {
    margin: 0 .5rem 0 2rem;
  }
  .nrc.theme--custom-bologna .mylibrary-nrc-header .nrc-brand__tenant-logo, .nrc.theme--custom-bologna pa-header .nrc-brand__tenant-logo,
  .nrc .theme--custom-bologna .mylibrary-nrc-header .nrc-brand__tenant-logo,
  .nrc .theme--custom-bologna pa-header .nrc-brand__tenant-logo {
    height: 4.35rem;
    margin: 0rem 2rem 0 2rem;
  }
  .nrc.theme--custom-bologna .mylibrary-nrc-header .nrc-brand__platform-name, .nrc.theme--custom-bologna pa-header .nrc-brand__platform-name,
  .nrc .theme--custom-bologna .mylibrary-nrc-header .nrc-brand__platform-name,
  .nrc .theme--custom-bologna pa-header .nrc-brand__platform-name {
    font-size: 4.45rem;
  }
  .nrc.theme--custom-bologna .mylibrary-nrc-header .nrc-brand__tenant-subtitle, .nrc.theme--custom-bologna pa-header .nrc-brand__tenant-subtitle,
  .nrc .theme--custom-bologna .mylibrary-nrc-header .nrc-brand__tenant-subtitle,
  .nrc .theme--custom-bologna pa-header .nrc-brand__tenant-subtitle {
    margin: 0 0 0 2rem;
    font-size: 0.8rem;
  }
  .nrc.theme--custom-bologna .mylibrary-nrc-header .nrc-brand:first-child .nrc-brand__tenant-logo, .nrc.theme--custom-bologna pa-header .nrc-brand:first-child .nrc-brand__tenant-logo,
  .nrc .theme--custom-bologna .mylibrary-nrc-header .nrc-brand:first-child .nrc-brand__tenant-logo,
  .nrc .theme--custom-bologna pa-header .nrc-brand:first-child .nrc-brand__tenant-logo {
    margin-left: 0;
  }
}
.nrc .nrc-personal-area-topbar {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 0.125rem solid transparent;
}
@media (min-width: 992px) {
  .nrc .nrc-personal-area-topbar {
    margin-right: 1rem;
  }
}
.nrc .nrc-personal-area-topbar .nrc-personal-area-topbar__notify-trigger,
.nrc .nrc-personal-area-topbar .nrc-personal-area-topbar__user-trigger,
.nrc .nrc-personal-area-topbar .nrc-personal-area-topbar__guest-login-cta {
  position: relative;
  flex: 0 0 auto;
}
.nrc .nrc-personal-area-topbar .nrc-personal-area-topbar__notify-trigger .badge-pill,
.nrc .nrc-personal-area-topbar .nrc-personal-area-topbar__user-trigger .badge-pill {
  position: absolute;
  top: -1px;
  right: 1px;
  z-index: 1;
  background-color: #B01736;
  color: #fff;
  font-weight: 600;
}
.nrc .nrc-personal-area-topbar .nrc-personal-area-topbar__user-trigger {
  text-transform: none;
  color: #00618B;
}
.nrc .nrc-personal-area-topbar .nrc-personal-area-topbar__user-trigger .nrc-user__profile-img img {
  object-fit: cover;
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .nrc .nrc-personal-area-topbar .nrc-personal-area-topbar__user-trigger .u-btn-label {
    margin-left: .75rem;
  }
}
.nrc .nrc-personal-area-topbar .nrc-personal-area-topbar__notify-trigger-icon,
.nrc .nrc-personal-area-topbar .nrc-personal-area-topbar__user-trigger .nrc-user__profile-img,
.nrc .nrc-personal-area-topbar .nrc-personal-area-topbar__guest-login-cta {
  height: 2.25rem;
}
.nrc .nrc-personal-area-topbar .nrc-personal-area-topbar__guest-login-cta > span,
.nrc .nrc-personal-area-topbar .nrc-personal-area-topbar__notify-trigger-icon {
  display: flex;
  align-items: center;
}
.nrc .nrc-personal-area-topbar .nrc-personal-area-topbar__guest-login-cta {
  display: flex;
}
.nrc .nrc-personal-area-topbar .nrc-personal-area-topbar__guest-login-cta .icon {
  margin-right: .5rem;
}
.nrc .nrc-personal-area-topbar .nrc-personal-area-topbar__notify-trigger,
.nrc .nrc-personal-area-topbar .nrc-personal-area-topbar__user-trigger {
  display: flex;
  align-items: center;
  line-height: 1;
}
.nrc .nrc-personal-area-topbar .nrc-personal-area-topbar__notify-trigger--active,
.nrc .nrc-personal-area-topbar .nrc-personal-area-topbar__user-trigger--active {
  position: relative;
}
.nrc .nrc-personal-area-topbar .nrc-personal-area-topbar__notify-trigger--active:after,
.nrc .nrc-personal-area-topbar .nrc-personal-area-topbar__user-trigger--active:after {
  position: absolute;
  bottom: -.02rem;
  left: 0;
  width: 100%;
  height: .25rem;
  background-color: #00618B;
  content: " ";
  border-radius: 0.5rem 0.5rem 0 0;
}
@media (min-width: 768px) {
  .nrc .nrc-personal-area-topbar .nrc-personal-area-topbar__notify-trigger,
  .nrc .nrc-personal-area-topbar .nrc-personal-area-topbar__user-trigger {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .nrc .nrc-personal-area-topbar .nrc-personal-area-topbar__notify-trigger .icon,
  .nrc .nrc-personal-area-topbar .nrc-personal-area-topbar__user-trigger .icon {
    font-size: 1.35rem;
  }
}
.nrc .nrc-personal-area-topbar .nrc-user-personal-overlay,
.nrc .nrc-personal-area-topbar .nrc-user-notifications {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin: 0 0 0 0;
  width: 17.125rem;
  transition: all 0.3s ease-out;
  border: 1px solid #C9D0D0;
  background-color: #fff;
  color: pattern-complementary(#fff);
  border-radius: 0.25rem;
}
@media (min-width: 768px) {
  .nrc .nrc-personal-area-topbar .nrc-user-personal-overlay,
  .nrc .nrc-personal-area-topbar .nrc-user-notifications {
    width: 26.75rem;
  }
}
.nrc .nrc-personal-area-topbar .nrc-user-personal-overlay__header,
.nrc .nrc-personal-area-topbar .nrc-user-notifications__header {
  color: #B01736;
}
.nrc .nrc-personal-area-topbar .nrc-user-personal-overlay a, .nrc .nrc-personal-area-topbar .nrc-user-personal-overlay a[href],
.nrc .nrc-personal-area-topbar .nrc-user-notifications a,
.nrc .nrc-personal-area-topbar .nrc-user-notifications a[href] {
  color: #00618B;
}
.nrc .nrc-personal-area-topbar .nrc-user-personal-overlay a:hover,
.nrc .nrc-personal-area-topbar .nrc-user-notifications a:hover {
  color: #001a25;
}
.nrc .nrc-personal-area-topbar .nrc-user-personal-overlay--auto-width {
  width: 14.5rem;
}
@media (min-width: 768px) {
  .nrc .nrc-personal-area-topbar .nrc-user-personal-overlay--auto-width {
    width: 14.5rem;
  }
}
.nrc .nrc-personal-area-topbar .nrc-user-notifications {
  width: 98vw;
}
@media (min-width: 768px) {
  .nrc .nrc-personal-area-topbar .nrc-user-notifications {
    width: 26.75rem;
  }
}
.nrc .nrc-personal-area-topbar .nrc-user-notifications__header,
.nrc .nrc-personal-area-topbar .nrc-user-personal-overlay__header,
.nrc .nrc-personal-area-topbar .nrc-user-notifications__body,
.nrc .nrc-personal-area-topbar .nrc-user-personal-overlay__body,
.nrc .nrc-personal-area-topbar .nrc-user-notifications__footer,
.nrc .nrc-personal-area-topbar .nrc-user-personal-overlay__footer {
  padding: 1rem;
  font-size: 1rem;
}
.nrc .nrc-personal-area-topbar .nrc-user-notifications__body {
  padding: 0;
}
.nrc .nrc-personal-area-topbar .nrc-user-notifications__body p {
  color: #2B3D4E;
}
.nrc .nrc-personal-area-topbar .nrc-user-notifications__body,
.nrc .nrc-personal-area-topbar .nrc-user-personal-overlay__body {
  border-top: 1px solid #C9D0D0;
  border-bottom: 1px solid #C9D0D0;
}
.nrc .nrc-personal-area-topbar .nrc-user-notifications__body ul,
.nrc .nrc-personal-area-topbar .nrc-user-personal-overlay__body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nrc .nrc-personal-area-topbar .nrc-user-notifications__body ul li,
.nrc .nrc-personal-area-topbar .nrc-user-personal-overlay__body ul li {
  padding: 0;
  margin: 0;
}
.nrc .nrc-personal-area-topbar .nrc-user-notifications__body ul li:before,
.nrc .nrc-personal-area-topbar .nrc-user-personal-overlay__body ul li:before {
  content: "";
  display: none;
}
.nrc .nrc-personal-area-topbar .nrc-user-personal-overlay__body .nav-link {
  padding: .75rem 0;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.nrc .nrc-personal-area-topbar .nrc-user-personal-overlay__body .nav-link .icon {
  flex: 0 0 2rem;
}
.nrc .nrc-personal-area-topbar .nrc-user-notifications__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nrc .nrc-personal-area-topbar .nrc-user-notifications__header h4 {
  margin: 0;
}
.nrc .nrc-personal-area-topbar .nrc-user-personal-overlay__header h4 {
  font-size: 1.15rem;
}
@media (min-width: 768px) {
  .nrc .nrc-personal-area-topbar .nrc-user-personal-overlay__header h4 {
    font-size: 1.5rem;
  }
}
.nrc .nrc-personal-area-topbar .nrc-user-personal-overlay__header .nrc-user__profile-img img {
  object-fit: cover;
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .nrc .nrc-personal-area-topbar .nrc-user-personal-overlay__header .nrc-user__profile-img img {
    height: 8.5625rem;
    width: 8.5625rem;
    margin: 0 0 .75rem 0;
  }
}
@media (min-width: 992px) {
  .nrc .mylibrary-nrc-header--home .nrc-personal-area-topbar {
    position: absolute;
    top: -2.85rem;
    right: 0;
    z-index: 5;
  }
  .nrc .mylibrary-nrc-header--home .nrc-personal-area-topbar .nrc-personal-area-topbar__notify-trigger-icon,
  .nrc .mylibrary-nrc-header--home .nrc-personal-area-topbar .nrc-personal-area-topbar__user-trigger .nrc-user__profile-img {
    height: 2rem;
  }
  .nrc .mylibrary-nrc-header--home .nrc-personal-area-topbar .nrc-personal-area-topbar__notify-trigger-icon img,
  .nrc .mylibrary-nrc-header--home .nrc-personal-area-topbar .nrc-personal-area-topbar__user-trigger .nrc-user__profile-img img {
    margin-top: -.15rem;
  }
  .nrc .mylibrary-nrc-header--home .nrc-personal-area-topbar .nrc-personal-area-topbar__guest-login-cta {
    margin: .2rem 0 0;
    display: flex;
    padding-top: .175rem;
    padding-bottom: .175rem;
  }
  .nrc .mylibrary-nrc-header--home .nrc-personal-area-topbar .nrc-personal-area-topbar__guest-login-cta .icon {
    margin-right: .5rem;
  }
  .nrc .mylibrary-nrc-header--home .nrc-personal-area-topbar .nrc-personal-area-topbar__notify-trigger .badge-pill {
    background-color: #fff;
    color: #B01736;
  }
  .nrc .mylibrary-nrc-header--home .nrc-personal-area-topbar a, .nrc .mylibrary-nrc-header--home .nrc-personal-area-topbar a[href] {
    color: #fff;
  }
  .nrc .mylibrary-nrc-header--home .nrc-personal-area-topbar a:hover {
    color: #e6e6e6;
  }
  .nrc .mylibrary-nrc-header--home .nrc-personal-area-topbar a:focus {
    background-color: #cd2043;
  }
  .nrc .mylibrary-nrc-header--home .nrc-personal-area-topbar .nrc-user-personal-overlay,
  .nrc .mylibrary-nrc-header--home .nrc-personal-area-topbar .nrc-user-notifications {
    background-color: #fff;
    color: #333;
  }
  .nrc .mylibrary-nrc-header--home .nrc-personal-area-topbar .nrc-user-personal-overlay__header,
  .nrc .mylibrary-nrc-header--home .nrc-personal-area-topbar .nrc-user-notifications__header {
    color: #B01736;
  }
  .nrc .mylibrary-nrc-header--home .nrc-personal-area-topbar .nrc-user-personal-overlay a, .nrc .mylibrary-nrc-header--home .nrc-personal-area-topbar .nrc-user-personal-overlay a[href],
  .nrc .mylibrary-nrc-header--home .nrc-personal-area-topbar .nrc-user-notifications a,
  .nrc .mylibrary-nrc-header--home .nrc-personal-area-topbar .nrc-user-notifications a[href] {
    color: #00618B;
  }
  .nrc .mylibrary-nrc-header--home .nrc-personal-area-topbar .nrc-user-personal-overlay a:focus,
  .nrc .mylibrary-nrc-header--home .nrc-personal-area-topbar .nrc-user-notifications a:focus {
    background-color: transparent;
  }
  .nrc .mylibrary-nrc-header--home .nrc-personal-area-topbar .nrc-user-personal-overlay a:hover,
  .nrc .mylibrary-nrc-header--home .nrc-personal-area-topbar .nrc-user-notifications a:hover {
    color: #001a25;
  }
}
.nrc .nrc-site-menu {
  display: block;
  margin: 0;
  padding: 0;
  background-color: #B01736;
}
.nrc .nrc-site-menu .u-nrc-site-menu-box-model {
  padding: .75rem 0;
}
@media (min-width: 992px) {
  .nrc .nrc-site-menu .u-nrc-site-menu-box-model {
    padding: 1.25rem 0;
  }
}
.nrc .nrc-site-menu .nrc-site-menu__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.nrc .nrc-site-menu .nrc-site-menu__header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.nrc .nrc-site-menu .nrc-site-menu__heading {
  display: flex;
  align-items: center;
  margin: 0;
  padding-left: .25rem;
  padding-right: .25rem;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: left;
  height: 100%;
  color: #fff;
}
.nrc .nrc-site-menu .nrc-site-menu__heading:hover {
  background-color: #cd2043;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 992px) {
  .nrc .nrc-site-menu .nrc-site-menu__heading {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }
}
.nrc .nrc-site-menu a.nrc-site-menu__trigger {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #fff;
  text-decoration: none;
}
.nrc .nrc-site-menu a.nrc-site-menu__trigger:hover {
  background-color: #cd2043;
  color: #fff;
  text-decoration: none;
}
.nrc .nrc-site-menu .nrc-site-menu__nav {
  width: 100%;
  display: none;
  padding: 0;
  margin: 0;
}
.nrc .nrc-site-menu .nrc-site-menu__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-content: stretch;
  justify-content: flex-start;
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
}
.nrc .nrc-site-menu .nrc-site-menu__nav ul li {
  padding: 0;
  margin: 0;
}
.nrc .nrc-site-menu .nrc-site-menu__nav ul li:before {
  content: "";
  display: none;
}
@media (min-width: 992px) {
  .nrc .nrc-site-menu .nrc-site-menu__nav ul, .nrc .nrc-site-menu .nrc-site-menu__nav ul li, .nrc .nrc-site-menu .nrc-site-menu__nav ul li a {
    height: 100%;
  }
}
.nrc .nrc-site-menu .nrc-site-menu__nav ul li a {
  color: #fff;
}
.nrc .nrc-site-menu .nrc-site-menu__nav ul li a:hover {
  background-color: #cd2043;
  color: #fff;
}
.nrc .nrc-site-menu.nrc-site-menu--expanded a.nrc-site-menu__trigger {
  background-color: #fff;
  color: #B01736;
  border-radius: 0.15rem;
}
.nrc .nrc-site-menu.nrc-site-menu--expanded .nrc-site-menu__nav {
  display: block;
}
.nrc .nrc-site-menu.nrc-site-menu--expanded .nrc-site-menu__nav ul {
  display: flex;
  max-height: 100%;
  transition: all .5s ease-out;
  padding: .5rem 0;
  margin: 0 0 .25rem;
  border-radius: 0.3rem 0 0.3rem 0.3rem;
}
.nrc .nrc-site-menu .nrc-site-menu__nav-item {
  display: block;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  width: 100%;
}
.nrc .nrc-site-menu .nrc-site-menu__nav-item a {
  position: relative;
  display: block;
  margin: 0;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1.1rem;
  font-weight: 700;
  font-family: "Lato", Arial, sans-serif;
}
.nrc .nrc-site-menu .nrc-site-menu__nav-item--active a {
  color: #333;
}
.nrc .nrc-site-menu .nrc-site-menu__nav-item--active a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: .35rem;
  height: 100%;
  background-color: #fff;
  border-radius: 0 0.5rem 0.5rem 0;
}
@media (min-width: 992px) {
  .nrc .nrc-site-menu .nrc-site-menu__nav {
    display: block;
    width: auto;
    flex: 0 0 auto;
  }
  .nrc .nrc-site-menu .nrc-site-menu__nav ul {
    flex-direction: row;
    justify-content: flex-end;
    background-color: transparent;
    max-height: 100%;
    overflow: unset;
    padding: 0;
  }
  .nrc .nrc-site-menu .nrc-site-menu__nav-item {
    width: auto;
  }
  .nrc .nrc-site-menu .nrc-site-menu__nav-item a {
    border-left: none;
    padding-right: 1rem;
    padding-left: 1rem;
    line-height: 1.6;
    color: #fff;
  }
  .nrc .nrc-site-menu .nrc-site-menu__nav-item a:hover {
    background-color: #cd2043;
    color: #fff;
  }
  .nrc .nrc-site-menu .nrc-site-menu__nav-item--active a:after {
    content: "";
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: .35rem;
    width: 100%;
    background-color: #fff;
    border-radius: 0.5rem 0.5rem 0 0;
  }
}
.nrc .nrc-site-menu .nrc-site-menu__header {
  flex: 1 1 auto;
  justify-content: space-between;
}
.nrc .nrc-site-menu .nrc-site-menu__heading {
  display: inline-flex;
  flex: 0 1 auto;
  margin-left: -1rem;
  padding-left: 1rem;
  font-size: 1.5rem;
  min-width: 0;
  padding-right: 1rem;
}
@media (min-width: 992px) {
  .nrc .nrc-site-menu .nrc-site-menu__heading {
    font-size: 2.5rem;
  }
}
.nrc .nrc-site-menu .nrc-site-menu__heading > span:only-child {
  display: inline-block;
}
.nrc .nrc-site-menu .nrc-site-menu__heading img,
.nrc .nrc-site-menu .nrc-site-menu__logo-icon {
  margin: 0 1rem 0 0;
}
.nrc .nrc-site-menu .nrc-site-menu__heading img {
  display: inline-flex;
  width: auto;
  height: 1.75rem;
}
@media (min-width: 768px) {
  .nrc .nrc-site-menu .nrc-site-menu__heading img {
    height: 2.875rem;
  }
}
.nrc .nrc-site-menu .nrc-site-menu__trigger {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .nrc .nrc-site-menu .nrc-site-menu__heading {
    font-size: 2rem;
  }
  .nrc .nrc-site-menu .nrc-site-menu__nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .nrc .nrc-site-menu.nrc-site-menu--large-list .nrc-site-menu__header {
    padding-top: 1rem;
    margin-right: 3rem;
  }
  .nrc .nrc-site-menu.nrc-site-menu--large-list .nrc-site-menu__container {
    position: relative;
  }
  .nrc .nrc-site-menu.nrc-site-menu--large-list .nrc-site-menu__nav-item--login {
    position: absolute;
    right: 2rem;
    top: 1rem;
  }
  .nrc .nrc-site-menu.nrc-site-menu--large-list .nrc-site-menu__nav-item--login a {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }
}
@media (min-width: 1200px) {
  .nrc .nrc-site-menu.nrc-site-menu--large-list .nrc-site-menu__nav-item--login {
    position: relative;
    right: auto;
    top: auto;
  }
  .nrc .nrc-site-menu.nrc-site-menu--large-list .nrc-site-menu__nav-item--login a {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 1260px) {
  .nrc .nrc-site-menu.nrc-site-menu--large-list .nrc-site-menu__header {
    padding-top: 0;
    margin-right: 0;
  }
}
.nrc .nrc-site-menu.nrc-site-menu--application {
  background-color: #e3e6e6;
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .nrc .nrc-site-menu.nrc-site-menu--application {
    padding: 1.75rem 0 1rem;
  }
}
.nrc .nrc-site-menu.nrc-site-menu--application .nrc-site-menu__header {
  flex-direction: column;
  align-items: flex-start;
}
.nrc .nrc-site-menu.nrc-site-menu--application .nrc-site-menu__heading, .nrc .nrc-site-menu.nrc-site-menu--application .nrc-site-menu__heading:hover, .nrc .nrc-site-menu.nrc-site-menu--application .nrc-site-menu__heading:focus, .nrc .nrc-site-menu.nrc-site-menu--application .nrc-site-menu__heading:active {
  background-color: transparent;
  color: #333;
}
.nrc .nrc-site-menu.nrc-site-menu--application .nrc-site-menu__heading > span:only-child {
  padding-left: 0;
}
.nrc .nrc-site-menu.nrc-site-menu--application .nrc-site-menu__desc {
  font-size: 1rem;
  padding-bottom: 1rem;
}
.nrc .nrc-site-menu.nrc-site-menu--application .nrc-site-menu__nav {
  display: block;
}
.nrc .nrc-site-menu.nrc-site-menu--application .nrc-site-menu__nav ul {
  max-height: 100%;
  align-items: center;
}
.nrc .nrc-site-menu.nrc-site-menu--application .nrc-site-menu__nav ul li {
  height: auto;
}
.nrc .nrc-site-menu.nrc-site-menu--application .nrc-site-menu__nav ul li a,
.nrc .nrc-site-menu.nrc-site-menu--application .nrc-site-menu__nav ul li .nav-block-logged-user {
  color: #333;
  background-color: #fff;
  padding: .375rem .75rem;
}
.nrc .nrc-site-menu.nrc-site-menu--application .nrc-site-menu__nav ul li a .icon,
.nrc .nrc-site-menu.nrc-site-menu--application .nrc-site-menu__nav ul li .nav-block-logged-user .icon {
  margin-top: -.15rem;
  display: inline-block;
  vertical-align: middle;
}
.nrc .nrc-site-menu.nrc-site-menu--application .nrc-site-menu__nav ul li .nav-block-logged-user {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
}
.nrc .nrc-site-menu.nrc-site-menu--application .nrc-site-menu__nav ul li .nav-block-logged-user--with-menu {
  padding: 0;
  position: relative;
}
.nrc .nrc-site-menu.nrc-site-menu--application .nrc-site-menu__nav ul li .nav-block-logged-user--with-menu a {
  padding: .375rem .75rem;
}
.nrc .nrc-site-menu.nrc-site-menu--application .nrc-site-menu__nav ul li .nav-block-logged-user--with-menu a.nrc-nav-block-logged-user__trigger--active, .nrc .nrc-site-menu.nrc-site-menu--application .nrc-site-menu__nav ul li .nav-block-logged-user--with-menu a.nrc-nav-block-logged-user__trigger--active:focus {
  background-color: #fff;
  color: #333;
}
.nrc .nrc-site-menu.nrc-site-menu--application .nrc-site-menu__nav ul li .nav-block-logged-user--with-menu a.nrc-nav-block-logged-user__trigger--active:after, .nrc .nrc-site-menu.nrc-site-menu--application .nrc-site-menu__nav ul li .nav-block-logged-user--with-menu a.nrc-nav-block-logged-user__trigger--active:focus:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0rem;
  right: 0;
  height: .25rem;
  background-color: #B01736;
  content: " ";
  border-radius: .5rem .5rem 0 0;
}
.nrc .nrc-site-menu.nrc-site-menu--application .nrc-site-menu__nav ul li .nav-block-logged-user--with-menu .nav-block-logged-user__personal-menu {
  position: relative;
  display: block;
  border: 0.1rem solid #e3e6e6;
  border-top: 0;
}
@media (min-width: 992px) {
  .nrc .nrc-site-menu.nrc-site-menu--application .nrc-site-menu__nav ul li .nav-block-logged-user--with-menu .nav-block-logged-user__personal-menu {
    position: absolute;
    top: 100%;
    left: -.1rem;
    right: -.1rem;
  }
}
.nrc .nrc-site-menu.nrc-site-menu--application .nrc-site-menu__nav ul li .nav-block-logged-user--with-menu .nav-block-logged-user__personal-menu ul {
  display: flex;
  flex-direction: column;
}
.nrc .nrc-site-menu.nrc-site-menu--application .nrc-site-menu__nav ul li .nav-block-logged-user--with-menu .nav-block-logged-user__personal-menu ul li {
  align-self: stretch;
}
.nrc .nrc-site-menu.nrc-site-menu--application .nrc-site-menu__nav ul li .nav-block-logged-user--with-menu .nav-block-logged-user__personal-menu ul li a {
  font-size: 1rem;
  padding: .375rem .75rem;
}
.nrc .nrc-site-menu.nrc-site-menu--application .nrc-site-menu__nav ul li .nav-block-logged-user--with-menu .nav-block-logged-user__personal-menu ul li a:first-child {
  padding-top: .75rem;
}
.nrc .nrc-site-menu {
  background-color: #B01736;
  border-top: 1px solid transparent;
}
.nrc .nrc-site-menu .nrc-site-menu__heading {
  color: #fff;
}
.nrc .nrc-site-menu .nrc-site-menu__heading:hover {
  background-color: #cd2043;
  color: #fff;
}
.nrc .nrc-site-menu .nrc-site-menu__heading:focus {
  background-color: #cd2043;
  color: #fff;
}
.nrc .nrc-site-menu .nrc-site-menu__nav ul li a {
  color: #fff;
  text-decoration: none;
}
.nrc .nrc-site-menu .nrc-site-menu__nav ul li a:hover {
  background-color: #cd2043;
  color: #fff;
}
.nrc .nrc-site-menu .nrc-site-menu__nav ul li a:focus {
  background-color: #cd2043;
  color: #fff;
}
.nrc .nrc-site-menu .nrc-site-menu__nav-item--active a {
  background-color: transparent;
  text-decoration: none;
}
.nrc .nrc-site-menu .nrc-site-menu__nav-item--active a .nrc-u-btn-label {
  color: #fff;
}
.nrc .nrc-site-menu .nrc-site-menu__nav-item--active a:hover .nrc-u-btn-label {
  color: #fff;
}
.nrc .nrc-site-menu .nrc-site-menu__nav-item--active a:after {
  background-color: #fff;
  border-radius: 0;
}
.nrc .nrc-site-menu .nrc-site-menu__trigger {
  border-radius: 0.25rem;
  border-top-color: transparent;
  border-top: none;
}
.nrc .nrc-site-menu .nrc-site-menu__trigger:active, .nrc .nrc-site-menu .nrc-site-menu__trigger:focus, .nrc .nrc-site-menu .nrc-site-menu__trigger:active:focus {
  color: #fff;
}
.nrc .nrc-site-menu.nrc-site-menu--expanded .nrc-site-menu__trigger:active, .nrc .nrc-site-menu.nrc-site-menu--expanded .nrc-site-menu__trigger:active:focus {
  color: #cd2043;
}
.nrc .nrc-site-menu.nrc-site-menu--light {
  background-color: #fff;
  border-top: 1px solid #e3e6e6;
  border-bottom: 1px solid #e3e6e6;
}
.nrc .nrc-site-menu.nrc-site-menu--light .nrc-site-menu__heading {
  color: #2B3D4E;
}
.nrc .nrc-site-menu.nrc-site-menu--light .nrc-site-menu__heading:hover {
  background-color: transparent;
  color: #2B3D4E;
}
.nrc .nrc-site-menu.nrc-site-menu--light .nrc-site-menu__heading:focus {
  background-color: #B01736;
  color: #fff;
}
.nrc .nrc-site-menu.nrc-site-menu--light .nrc-site-menu__nav ul li a {
  color: #2B3D4E;
}
.nrc .nrc-site-menu.nrc-site-menu--light .nrc-site-menu__nav ul li a:hover {
  background-color: #B01736;
  color: #fff;
}
.nrc .nrc-site-menu.nrc-site-menu--light .nrc-site-menu__nav ul li a:focus {
  background-color: #B01736;
  color: #fff;
}
.nrc .nrc-site-menu.nrc-site-menu--light .nrc-site-menu__nav-item--active a {
  background-color: transparent;
}
.nrc .nrc-site-menu.nrc-site-menu--light .nrc-site-menu__nav-item--active a .nrc-u-btn-label {
  color: #B01736;
}
.nrc .nrc-site-menu.nrc-site-menu--light .nrc-site-menu__nav-item--active a:hover .nrc-u-btn-label, .nrc .nrc-site-menu.nrc-site-menu--light .nrc-site-menu__nav-item--active a:focus .nrc-u-btn-label {
  color: #fff;
}
.nrc .nrc-site-menu.nrc-site-menu--light .nrc-site-menu__nav-item--active a:after {
  background-color: #B01736;
  border-radius: 0;
}
.nrc .nrc-site-menu.nrc-site-menu--light .nrc-site-menu__trigger {
  color: #2B3D4E;
  border-top-color: transparent;
  border-top: none;
}
.nrc .nrc-site-menu.nrc-site-menu--light .nrc-site-menu__trigger:active, .nrc .nrc-site-menu.nrc-site-menu--light .nrc-site-menu__trigger:active:focus {
  color: #fff;
}
.nrc .nrc-site-menu.nrc-site-menu--light.nrc-site-menu--expanded .nrc-site-menu__trigger:active, .nrc .nrc-site-menu.nrc-site-menu--light.nrc-site-menu--expanded .nrc-site-menu__trigger:focus, .nrc .nrc-site-menu.nrc-site-menu--light.nrc-site-menu--expanded .nrc-site-menu__trigger:active:focus {
  color: #B01736;
}
.nrc .nrc-header-mini-site, .nrc mylibrary-nrc-header-mini-site {
  position: relative;
  display: block;
  background-color: #fff;
}
.nrc .nrc-header-mini-site a[href], .nrc mylibrary-nrc-header-mini-site a[href],
.nrc .nrc-header-mini-site a:not([href]):not([tabindex]),
.nrc mylibrary-nrc-header-mini-site a:not([href]):not([tabindex]) {
  background: transparent;
  text-decoration: none;
}
.nrc .nrc-header-mini-site a[href]:hover, .nrc mylibrary-nrc-header-mini-site a[href]:hover,
.nrc .nrc-header-mini-site a:not([href]):not([tabindex]):hover,
.nrc mylibrary-nrc-header-mini-site a:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
.nrc .nrc-header-mini-site .nrc-personal-area-topbar, .nrc mylibrary-nrc-header-mini-site .nrc-personal-area-topbar {
  margin: -.5rem 0;
}
.nrc .nrc-header-mini-site .nrc-personal-area-topbar .nrc-personal-area-topbar__user-trigger, .nrc mylibrary-nrc-header-mini-site .nrc-personal-area-topbar .nrc-personal-area-topbar__user-trigger,
.nrc .nrc-header-mini-site .nrc-personal-area-topbar .nrc-personal-area-topbar__guest-login-cta,
.nrc mylibrary-nrc-header-mini-site .nrc-personal-area-topbar .nrc-personal-area-topbar__guest-login-cta {
  padding: .15rem .75rem;
}
@media (min-width: 768px) {
  .nrc .nrc-header-mini-site .nrc-personal-area-topbar .nrc-personal-area-topbar__user-trigger, .nrc mylibrary-nrc-header-mini-site .nrc-personal-area-topbar .nrc-personal-area-topbar__user-trigger,
  .nrc .nrc-header-mini-site .nrc-personal-area-topbar .nrc-personal-area-topbar__guest-login-cta,
  .nrc mylibrary-nrc-header-mini-site .nrc-personal-area-topbar .nrc-personal-area-topbar__guest-login-cta {
    padding: .375rem .75rem;
  }
}
.nrc .nrc-brand-header {
  position: relative;
  display: flex;
  padding: .5rem;
  background-color: #fff;
  border-top: 0.1rem solid #B01736;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .nrc .nrc-brand-header {
    align-items: stretch;
    border-top: 0.1rem solid #B01736;
    flex-wrap: nowrap;
    padding: .5rem 1rem .5rem;
  }
  .nrc .nrc-brand-header:not(.nrc-brand-header--space-between) {
    justify-content: flex-start;
  }
}
.nrc .nrc-brand-header .nrc-brand-header__right {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .nrc .nrc-brand-header .nrc-brand-header__right {
    flex: 0 1 55%;
  }
}
@media (min-width: 1200px) {
  .nrc .nrc-brand-header .nrc-brand-header__right {
    flex: 0 1 50%;
  }
}
.nrc .nrc-brand-header .nrc-brand-header__right-body {
  flex: 0 0 100%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}
.nrc .nrc-brand-header .nrc-brand-header__right-body > nrc-personal-area-topbar {
  flex: 0 0 auto;
}
.nrc .nrc-brand-header .nrc-brand-header-topbar-social {
  display: none;
}
@media (min-width: 992px) {
  .nrc .nrc-brand-header .nrc-brand-header-topbar-social {
    display: flex;
    align-content: center;
    justify-content: flex-end;
    font-size: 1rem;
    padding: 0;
    margin: -.5rem 0 .25rem 0;
    flex: 0 0 100%;
  }
}
.nrc .nrc-brand-header .nrc-brand-header-topbar-social .nrc-brand-header-topbar-social__heading {
  font-weight: 600;
  color: #3C5165;
  color: #333;
  margin-right: .25rem;
  font-size: .9rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.nrc .nrc-brand-header .nrc-brand-header-topbar-social .nrc-brand-header-topbar-social__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-content: center;
}
.nrc .nrc-brand-header .nrc-brand-header-topbar-social .nrc-brand-header-topbar-social__list li {
  padding: 0;
  margin: 0;
}
.nrc .nrc-brand-header .nrc-brand-header-topbar-social .nrc-brand-header-topbar-social__list li:before {
  content: "";
  display: none;
}
.nrc .nrc-brand-header .nrc-brand-header-topbar-social .nrc-brand-header-topbar-social__list a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: .5rem;
}
.nrc .nrc-brand-header .nrc-brand-header-topbar-social.nrc-brand-header-topbar-social--only-child {
  margin-top: 0;
  margin-bottom: 0;
}
.nrc .nrc-brand-header .nrc-brand {
  flex: 0 0 auto;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  line-height: 1;
}
.nrc .nrc-brand-header .nrc-brand .nrc-brand__tenant-logo,
.nrc .nrc-brand-header .nrc-brand .nrc-brand__tenant-identity {
  height: 100%;
}
.nrc .nrc-brand-header .nrc-brand .nrc-brand__tenant-logo {
  margin: 0 .5rem 0 0;
}
.nrc .nrc-brand-header .nrc-brand .nrc-brand__tenant-identity {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
}
.nrc .nrc-brand-header .nrc-brand .nrc-brand__platform-name {
  display: none;
}
.nrc .nrc-brand-header .nrc-brand .nrc-brand__tenant-name {
  display: block;
  font-weight: 800;
}
.nrc .nrc-brand-header .nrc-brand .nrc-brand__tenant-subtitle {
  display: none;
  font-size: .8rem;
}
@media (min-width: 992px) {
  .nrc .nrc-brand-header .nrc-brand {
    margin: 0 0 0 1rem;
    padding: .25rem 0;
  }
  .nrc .nrc-brand-header .nrc-brand .nrc-brand__tenant-name {
    font-size: 1.375rem;
  }
}
.nrc .nrc-brand-header .nrc-brand-header__warnings {
  flex: 1 1 auto;
  position: relative;
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .nrc .nrc-brand-header .nrc-brand-header__warnings {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .nrc .nrc-brand-header .nrc-brand-header__warnings {
    flex: 1 1 20rem;
    align-self: stretch;
    margin-right: auto;
    display: flex;
    align-items: center;
    margin-left: 2rem;
    margin-top: -.25rem;
    margin-bottom: -.25rem;
    padding: .25rem;
    color: #7D6016;
    background-color: #FFF6E0;
    border-color: #FFD56E;
    border-radius: 0.25rem;
    border: 1px solid #FFD56E;
  }
  .nrc .nrc-brand-header .nrc-brand-header__warnings hr {
    border-top-color: #ffce55;
  }
  .nrc .nrc-brand-header .nrc-brand-header__warnings .alert-link {
    color: #523f0e;
  }
  .nrc .nrc-brand-header .nrc-brand-header__warnings:only-child {
    flex: 0 1 100%;
  }
}
@media (min-width: 992px) {
  .nrc .nrc-brand-header .nrc-brand-header__warnings {
    margin: 0 auto 0 1rem;
  }
}
.nrc .nrc-brand-header .nrc-brand-header__warnings .nrc-brand-header__warning-icon {
  font-size: 1rem;
  margin-left: 1rem;
  padding: .5rem .75rem;
  color: #7D6016;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none !important;
  cursor: pointer;
  border: 1px solid #FFD56E;
  border-radius: 0.25rem;
  background-color: #FFF6E0;
}
@media (min-width: 992px) {
  .nrc .nrc-brand-header .nrc-brand-header__warnings .nrc-brand-header__warning-icon {
    flex: 0 0 2rem;
    cursor: unset;
    position: relative;
    top: auto;
    right: auto;
    border: none;
    padding: 0;
    margin-left: 0;
  }
}
.nrc .nrc-brand-header .nrc-brand-header__warnings .nrc-brand-header__warnings-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
}
.nrc .nrc-brand-header .nrc-brand-header__warnings .nrc-brand-header__warnings-list li {
  padding: 0;
  margin: 0;
}
.nrc .nrc-brand-header .nrc-brand-header__warnings .nrc-brand-header__warnings-list li:before {
  content: "";
  display: none;
}
@media (min-width: 992px) {
  .nrc .nrc-brand-header .nrc-brand-header__warnings .nrc-brand-header__warnings-list {
    flex-wrap: nowrap;
    display: flex;
    flex: 1 1 auto;
    position: relative;
    overflow: hidden;
    top: auto;
    left: auto;
    right: auto;
  }
}
.nrc .nrc-brand-header .nrc-brand-header__warnings .nrc-brand-header__warning-heading {
  display: block;
}
.nrc .nrc-brand-header .nrc-brand-header__warnings .nrc-brand-header__warnings-list li {
  flex: 0 0 100%;
  height: 100%;
  display: inline-block;
  padding: .25rem;
  font-size: .85rem;
  line-height: 1;
}
.nrc .nrc-brand-header .nrc-brand-header__warnings .nrc-brand-header__warnings-list li:before {
  background-color: #7D6016;
}
.nrc .nrc-brand-header .nrc-brand-header__warnings .nrc-brand-header__warnings-list li a,
.nrc .nrc-brand-header .nrc-brand-header__warnings .nrc-brand-header__warnings-list li span {
  font-size: .9rem;
  line-height: 1;
}
.nrc .nrc-brand-header .nrc-brand-header__warnings .nrc-brand-header__warnings-list li a, .nrc .nrc-brand-header .nrc-brand-header__warnings .nrc-brand-header__warnings-list li a:hover,
.nrc .nrc-brand-header .nrc-brand-header__warnings .nrc-brand-header__warnings-list li span,
.nrc .nrc-brand-header .nrc-brand-header__warnings .nrc-brand-header__warnings-list li span:hover {
  color: #7D6016;
}
.nrc .nrc-brand-header .nrc-brand-header__warnings .nrc-brand-header__warnings-list li a {
  font-weight: 700;
  text-decoration: none;
}
.nrc .nrc-brand-header .nrc-brand-header__warnings.nrc-brand-header__warnings--expand {
  margin: 0;
}
.nrc .nrc-brand-header .nrc-brand-header__warnings.nrc-brand-header__warnings--expand .nrc-brand-header__warning-icon {
  color: #FFF6E0;
  background-color: #7D6016;
  border-color: #FFD56E;
  padding: .5rem .75rem;
  position: relative;
}
.nrc .nrc-brand-header .nrc-brand-header__warnings.nrc-brand-header__warnings--expand .nrc-brand-header__warning-icon hr {
  border-top-color: #ffce55;
}
.nrc .nrc-brand-header .nrc-brand-header__warnings.nrc-brand-header__warnings--expand .nrc-brand-header__warning-icon .alert-link {
  color: #ffe7ad;
}
.nrc .nrc-brand-header .nrc-brand-header__warnings.nrc-brand-header__warnings--expand .nrc-brand-header__warning-icon :after {
  position: absolute;
  bottom: -.45rem;
  left: 0;
  right: 0;
  height: .25rem;
  background-color: #7D6016;
  content: " ";
  border-radius: 0.5rem 0.5rem 0 0;
}
.nrc .nrc-brand-header .nrc-brand-header__warnings.nrc-brand-header__warnings--expand .nrc-brand-header__warnings-list {
  color: #7D6016;
  background-color: #FFF6E0;
  border-color: #FFD56E;
  border-radius: 0.25rem 0 0.25rem 0.25rem;
  border: 1px solid #FFD56E;
  padding: 0.25rem 0.25rem;
  display: flex;
  flex-direction: column;
}
.nrc .nrc-brand-header .nrc-brand-header__warnings.nrc-brand-header__warnings--expand .nrc-brand-header__warnings-list hr {
  border-top-color: #ffce55;
}
.nrc .nrc-brand-header .nrc-brand-header__warnings.nrc-brand-header__warnings--expand .nrc-brand-header__warnings-list .alert-link {
  color: #523f0e;
}
.nrc .nrc-brand-header .nrc-brand-header__warnings.nrc-brand-header__warnings--expand .nrc-brand-header__warnings-list li {
  padding: .75rem 0;
  border-bottom: 1px solid #7D6016;
  flex: 0 1 auto;
}
.nrc .nrc-brand-header .nrc-brand-header__warnings.nrc-brand-header__warnings--expand .nrc-brand-header__warnings-list li:last-child {
  border-bottom: none;
}
@media (max-width: 1199.98px) {
  .nrc .nrc-brand-header .nrc-brand-header__warnings.nrc-brand-header__warnings--expand .nrc-brand-header__warnings-list {
    position: fixed;
    top: 3.35rem;
    right: 0;
    left: 0;
    padding: .5rem .75rem;
    z-index: 15;
    height: auto;
  }
}
.nrc .nrc-brand-header .nrc-brand-header__warnings .nrc-brand-header__warnings-nav {
  flex: 0 0 4rem;
  display: none;
  align-items: center;
  justify-content: flex-end;
  padding-right: .5rem;
}
@media (min-width: 992px) {
  .nrc .nrc-brand-header .nrc-brand-header__warnings .nrc-brand-header__warnings-nav {
    display: flex;
  }
}
.nrc .nrc-brand-header .nrc-brand-header__warnings .nrc-brand-header__warnings-nav .nrc-brand-header__warnings-nav-prev,
.nrc .nrc-brand-header .nrc-brand-header__warnings .nrc-brand-header__warnings-nav .nrc-brand-header__warnings-nav-next {
  display: block;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  background-size: 1rem 1rem;
  background-repeat: no-repeat;
}
.nrc .nrc-brand-header .nrc-brand-header__warnings .nrc-brand-header__warnings-nav .nrc-brand-header__warnings-nav-prev[aria-disabled=true],
.nrc .nrc-brand-header .nrc-brand-header__warnings .nrc-brand-header__warnings-nav .nrc-brand-header__warnings-nav-next[aria-disabled=true] {
  opacity: .8;
}
.nrc .nrc-brand-header .nrc-brand-header__warnings .nrc-brand-header__warnings-nav .nrc-brand-header__warnings-nav-prev {
  background-position: left;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%237D6016'%2F%3E%3C%2Fsvg%3E");
}
.nrc .nrc-brand-header .nrc-brand-header__warnings .nrc-brand-header__warnings-nav .nrc-brand-header__warnings-nav-next {
  background-position: right;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%237D6016'%2F%3E%3C%2Fsvg%3E");
}
.nrc.theme--custom-bologna .nrc-brand-header .nrc-brand,
.nrc .theme--custom-bologna .nrc-brand-header .nrc-brand {
  margin: -.25rem 0 0;
}
.nrc.theme--custom-bologna .nrc-brand-header .nrc-brand, .nrc.theme--custom-bologna .nrc-brand-header .nrc-brand:hover,
.nrc .theme--custom-bologna .nrc-brand-header .nrc-brand,
.nrc .theme--custom-bologna .nrc-brand-header .nrc-brand:hover {
  color: #B01736;
  text-decoration: none;
}
.nrc.theme--custom-bologna .nrc-brand-header .nrc-brand__tenant-logo,
.nrc .theme--custom-bologna .nrc-brand-header .nrc-brand__tenant-logo {
  display: none;
}
.nrc.theme--custom-bologna .nrc-brand-header .nrc-brand__platform-name,
.nrc.theme--custom-bologna .nrc-brand-header .nrc-brand__tenant-name,
.nrc.theme--custom-bologna .nrc-brand-header .nrc-brand__tenant-subtitle,
.nrc .theme--custom-bologna .nrc-brand-header .nrc-brand__platform-name,
.nrc .theme--custom-bologna .nrc-brand-header .nrc-brand__tenant-name,
.nrc .theme--custom-bologna .nrc-brand-header .nrc-brand__tenant-subtitle {
  font-family: "Lato", Arial, sans-serif;
}
.nrc.theme--custom-bologna .nrc-brand-header .nrc-brand__platform-name,
.nrc .theme--custom-bologna .nrc-brand-header .nrc-brand__platform-name {
  display: block;
  font-size: 1.8rem;
  font-weight: 900;
  text-transform: lowercase;
  color: #B01736;
}
.nrc.theme--custom-bologna .nrc-brand-header .nrc-brand__tenant-name,
.nrc .theme--custom-bologna .nrc-brand-header .nrc-brand__tenant-name {
  margin: -.1rem 0 0;
  display: block;
  font-size: .75rem;
  font-weight: 600;
  color: #333;
}
.nrc.theme--custom-bologna .nrc-brand-header .nrc-brand__tenant-subtitle,
.nrc .theme--custom-bologna .nrc-brand-header .nrc-brand__tenant-subtitle {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #333;
}
@media (min-width: 992px) {
  .nrc.theme--custom-bologna .nrc-brand-header .nrc-brand__tenant-logo,
  .nrc .theme--custom-bologna .nrc-brand-header .nrc-brand__tenant-logo {
    display: block;
    height: 4.15rem;
    margin: 0rem .5rem 0 1rem;
  }
  .nrc.theme--custom-bologna .nrc-brand-header .nrc-brand__tenant-identity,
  .nrc .theme--custom-bologna .nrc-brand-header .nrc-brand__tenant-identity {
    flex-direction: row;
    align-items: center;
  }
  .nrc.theme--custom-bologna .nrc-brand-header .nrc-brand__platform-name,
  .nrc .theme--custom-bologna .nrc-brand-header .nrc-brand__platform-name {
    font-size: 4.25rem;
  }
  .nrc.theme--custom-bologna .nrc-brand-header .nrc-brand__tenant-name,
  .nrc .theme--custom-bologna .nrc-brand-header .nrc-brand__tenant-name {
    display: none;
  }
  .nrc.theme--custom-bologna .nrc-brand-header .nrc-brand__tenant-subtitle,
  .nrc .theme--custom-bologna .nrc-brand-header .nrc-brand__tenant-subtitle {
    display: block;
    margin: 0 0 0 .5rem;
    font-size: .8rem;
  }
  .nrc.theme--custom-bologna .nrc-brand-header .nrc-brand:first-child .nrc-brand__tenant-logo,
  .nrc .theme--custom-bologna .nrc-brand-header .nrc-brand:first-child .nrc-brand__tenant-logo {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .nrc.theme--custom-bologna .nrc-brand-header .nrc-brand__tenant-logo,
  .nrc .theme--custom-bologna .nrc-brand-header .nrc-brand__tenant-logo {
    margin: 0 .5rem 0 0;
  }
  .nrc.theme--custom-bologna .nrc-brand-header .nrc-brand__tenant-logo,
  .nrc .theme--custom-bologna .nrc-brand-header .nrc-brand__tenant-logo {
    height: 4.35rem;
    margin: 0rem 2rem 0 2rem;
  }
  .nrc.theme--custom-bologna .nrc-brand-header .nrc-brand__platform-name,
  .nrc .theme--custom-bologna .nrc-brand-header .nrc-brand__platform-name {
    font-size: 4.45rem;
  }
  .nrc.theme--custom-bologna .nrc-brand-header .nrc-brand__tenant-subtitle,
  .nrc .theme--custom-bologna .nrc-brand-header .nrc-brand__tenant-subtitle {
    margin: 0 0 0 2rem;
    font-size: 0.8rem;
  }
}
.nrc.theme--ente-dark .nrc-brand-header .nrc-brand__tenant-name,
.nrc .theme--ente-dark .nrc-brand-header .nrc-brand__tenant-name {
  color: #333;
}
.nrc.u-negative .nrc-brand-header {
  background-color: transparent !important;
  border-top: 0.1rem solid #fff;
}
.nrc.u-negative .nrc-brand-header .nrc-brand__tenant-name,
.nrc.u-negative .nrc-brand-header .nrc-brand__tenant-subtitle,
.nrc.u-negative .nrc-brand-header .nrc-brand__platform-name {
  color: #fff;
}
.nrc .nrc-footer-mini-site {
  background-color: #424242;
  color: #fff;
  font-size: 1rem;
  border-bottom: 3.125rem solid #B01736;
}
.nrc .nrc-footer-mini-site .nrc-footer__pon {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.nrc .nrc-footer-mini-site .nrc-footer__pon:before {
  content: " ";
  display: block;
  background-color: #e3e6e6;
  height: 1px;
  width: 100%;
  margin: 1rem 0;
}
@media (min-width: 992px) {
  .nrc .nrc-footer-mini-site .nrc-footer__pon::before {
    display: none;
  }
}
.nrc .nrc-footer-mini-site .nrc-footer__pon-list {
  display: block;
}
@media (min-width: 992px) {
  .nrc .nrc-footer-mini-site .nrc-footer__pon-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
  }
}
.nrc .nrc-footer-mini-site .nrc-footer__pon-logo {
  margin: 1rem 1rem 1rem 0;
  padding: 0;
  height: auto;
  width: auto;
  max-height: 4.2rem;
}
.nrc .nrc-footer-mini-site .nrc-footer__pon-logo:first-child {
  border-left: none;
  height: 6rem;
  max-height: 6rem;
  display: inline-block;
}
@media (min-width: 768px) {
  .nrc .nrc-footer-mini-site .nrc-footer__pon-logo {
    margin: 0;
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .nrc .nrc-footer-mini-site .nrc-footer__pon-logo {
    margin: 0;
    padding: 0 2rem;
    border-left: 1px solid #e3e6e6;
  }
  .nrc .nrc-footer-mini-site .nrc-footer__pon-logo:first-child {
    border-left: none;
    height: 6rem;
    max-height: 6rem;
    display: inline-block;
  }
}
.nrc .nrc-footer-mini-site .nrc-footer__credits:only-child {
  margin-top: -1rem;
}
.nrc .nrc-footer-mini-site .nrc-footer-content {
  padding-top: 1rem;
}
.nrc .nrc-footer-mini-site .nrc-footer-content > .row {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.nrc .nrc-footer-mini-site .nrc-footer-content > .row:not(:last-child):after {
  content: " ";
  display: block;
  background-color: #e3e6e6;
  height: 1px;
  width: 100%;
  margin: 1rem 15px 0;
}
.nrc .nrc-footer-mini-site .nrc-footer-content a[href],
.nrc .nrc-footer-mini-site .nrc-footer-content a:not([href]):not([tabindex]),
.nrc .nrc-footer-mini-site .nrc-footer-content .btn {
  background: transparent;
  color: #99CCFF;
  text-decoration: underline;
}
.nrc .nrc-footer-mini-site .nrc-footer-content a[href]:hover,
.nrc .nrc-footer-mini-site .nrc-footer-content a:not([href]):not([tabindex]):hover,
.nrc .nrc-footer-mini-site .nrc-footer-content .btn:hover {
  color: #3399ff;
  text-decoration: underline;
}
.nrc .nrc-footer-mini-site .nrc-footer-content a[href]:active,
.nrc .nrc-footer-mini-site .nrc-footer-content a:not([href]):not([tabindex]):active,
.nrc .nrc-footer-mini-site .nrc-footer-content .btn:active {
  color: #007B87;
}
.nrc .nrc-footer-mini-site .nrc-footer-content a[href]:focus,
.nrc .nrc-footer-mini-site .nrc-footer-content a:not([href]):not([tabindex]):focus,
.nrc .nrc-footer-mini-site .nrc-footer-content .btn:focus {
  color: #3399ff;
}
.nrc .nrc-footer-mini-site .nrc-footer-content a.nrc-footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: .5rem;
  color: #fff;
  text-decoration: none;
}
.nrc .nrc-footer-mini-site .nrc-footer-content a.nrc-footer-brand:hover {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 768px) {
  .nrc .nrc-footer-mini-site .nrc-footer-content a.nrc-footer-brand {
    flex-direction: row;
    align-items: center;
    padding-bottom: 1rem;
  }
}
.nrc .nrc-footer-mini-site .nrc-footer-content .nrc-footer-brand__tenant-logo {
  height: 6rem;
  margin: 2rem 0 1rem;
}
@media (min-width: 992px) {
  .nrc .nrc-footer-mini-site .nrc-footer-content .nrc-footer-brand__tenant-logo {
    margin: 0 1rem 0 0;
  }
}
.nrc .nrc-footer-mini-site .nrc-footer-content .nrc-footer-brand__tenant-name {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .nrc .nrc-footer-mini-site .nrc-footer-content .nrc-footer-brand__tenant-name {
    font-size: 1.875rem;
  }
}
.nrc .nrc-footer-mini-site .nrc-footer-content .nrc-footer__group {
  margin: .5rem 0;
}
.nrc .nrc-footer-mini-site .nrc-footer-content .nrc-footer__group-heading {
  margin: 0 0 .5rem;
  font-size: .9rem;
  font-weight: 800;
}
.nrc .nrc-footer-mini-site .nrc-footer-content .nrc-footer__group-body {
  padding: .5rem 0 0;
  font-size: .9rem;
}
@media (min-width: 992px) {
  .nrc .nrc-footer-mini-site .nrc-footer-content .nrc-footer__group-body {
    padding-right: 2rem;
  }
}
.nrc .nrc-footer-mini-site .nrc-footer-content .nrc-footer__group-body p,
.nrc .nrc-footer-mini-site .nrc-footer-content .nrc-footer__group-body li {
  margin: 0;
  padding: 0 0 .5rem 0;
}
.nrc .nrc-footer-mini-site .nrc-footer-content .nrc-footer__group-body ul,
.nrc .nrc-footer-mini-site .nrc-footer-content .nrc-footer__group-body--follow-us {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nrc .nrc-footer-mini-site .nrc-footer-content .nrc-footer__group-body ul li,
.nrc .nrc-footer-mini-site .nrc-footer-content .nrc-footer__group-body--follow-us li {
  padding: 0;
  margin: 0;
}
.nrc .nrc-footer-mini-site .nrc-footer-content .nrc-footer__group-body ul li:before,
.nrc .nrc-footer-mini-site .nrc-footer-content .nrc-footer__group-body--follow-us li:before {
  content: "";
  display: none;
}
.nrc .nrc-footer-mini-site .nrc-footer-content .nrc-footer__group-body--follow-us {
  flex-wrap: wrap;
}
.nrc .nrc-footer-mini-site .nrc-footer-content .nrc-footer__group-body--follow-us li {
  margin: 0;
  padding: 0;
  flex: 0 0 20%;
}
@media (min-width: 768px) {
  .nrc .nrc-footer-mini-site .nrc-footer-content .nrc-footer__group-body--follow-us li {
    flex: 0 0 auto;
  }
}
@media (min-width: 992px) {
  .nrc .nrc-footer-mini-site .nrc-footer-content .nrc-footer__group-body--follow-us li {
    flex: 0 0 25%;
  }
}
.nrc .nrc-footer-mini-site .nrc-footer-content .nrc-footer__group-body--follow-us li a {
  display: flex;
  font-size: 1.75rem;
  padding: .5rem 1rem .5rem 0;
  margin: 0 0 .5rem;
}
.nrc .nrc-footer-mini-site .nrc-footer-content .nrc-footer__group-body--follow-us li a, .nrc .nrc-footer-mini-site .nrc-footer-content .nrc-footer__group-body--follow-us li a:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .nrc .nrc-footer-mini-site .nrc-footer-content .nrc-footer__group-body--follow-us li a {
    font-size: 1.25rem;
  }
}
.nrc .nrc-footer-mini-site .nrc-footer-content .nrc-footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 1rem;
  padding: 0;
}
.nrc .nrc-footer-mini-site .nrc-footer-content .nrc-footer__links li {
  padding: 0;
  margin: 0;
}
.nrc .nrc-footer-mini-site .nrc-footer-content .nrc-footer__links li:before {
  content: "";
  display: none;
}
.nrc .nrc-footer-mini-site .nrc-footer-content .nrc-footer__links li {
  flex: 0 0 auto;
}
.nrc .nrc-footer-mini-site .nrc-footer-content .nrc-footer__links a {
  min-width: 2.25rem;
  display: inline-flex;
  flex: 1 0 2.25rem;
  margin: 0 .5rem 0 0;
  font-size: .9rem;
}
.nrc .nrc-footer-mini-site .nrc-footer-content .nrc-footer__credits {
  font-size: .9rem;
}
.nrc.theme--custom-bologna .nrc-footer-mini-site .nrc-footer-content .nrc-footer-brand__tenant-identity,
.nrc .theme--custom-bologna .nrc-footer-mini-site .nrc-footer-content .nrc-footer-brand__tenant-identity {
  display: none !important;
}
.nrc .nrc-digital-assistance-button {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: flex-end;
  position: fixed;
  z-index: 1000;
  bottom: 1.5rem;
  right: 2rem;
}
.nrc .nrc-digital-assistance-button a.nrc-digital-assistance-button__item[href] {
  display: flex;
  align-items: center;
}
.nrc .nrc-digital-assistance-button a.nrc-digital-assistance-button__item[href] {
  color: #00618B;
  text-decoration: none;
}
.nrc .nrc-digital-assistance-button a.nrc-digital-assistance-button__item[href]:hover {
  color: #00618B;
  text-decoration: none;
}
.nrc .nrc-digital-assistance-button .nrc-digital-assistance-button__item-label {
  padding: .25rem .5rem;
  background-color: #fff;
  border: 0.1rem solid #8bdcff;
  font-size: 1rem;
  border-radius: 0.25rem;
  margin-right: 1rem;
}
.nrc .nrc-digital-assistance-button .nrc-digital-assistance-button__item-icon {
  width: 2.75rem;
  height: 2.75rem;
  border: 0.1rem solid #fff;
  border-radius: 1.475rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  text-align: center;
  background-color: #00618B;
  color: #fff;
  text-decoration: none;
}
.nrc .nrc-digital-assistance-button a.nrc-digital-assistance-button__item[href]:not(.nrc-digital-assistance-button__item--main-shown):hover .nrc-digital-assistance-button__item-label {
  border-color: #00618B;
}
.nrc .nrc-digital-assistance-button a.nrc-digital-assistance-button__item[href]:not(.nrc-digital-assistance-button__item--main-shown):hover .nrc-digital-assistance-button__item-icon {
  background-color: #0073a5;
}
.nrc .nrc-digital-assistance-button .nrc-digital-assistance-button__item--main .nrc-digital-assistance-button__item-icon {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 1.725rem;
}
.nrc .nrc-digital-assistance-button .nrc-digital-assistance-button__item--main-shown .nrc-digital-assistance-button__item-icon {
  background-color: #fff;
  color: #00618B;
  border-color: #00618B;
}
.nrc .nrc-digital-assistance-button .nrc-digital-assistance-button__item--main .nrc-digital-assistance-button__item-label {
  background-color: #fff;
}
.nrc .nrc-digital-assistance-button .nrc-digital-assistance-button__items {
  margin-bottom: .5rem;
  overflow: hidden;
  height: auto;
  max-height: 0;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: flex-end;
  transition: max-height .3s ease;
}
.nrc .nrc-digital-assistance-button .nrc-digital-assistance-button__items .nrc-digital-assistance-button__item {
  margin: .5rem .25rem;
}
.nrc .nrc-digital-assistance-button .nrc-digital-assistance-button__items-shown {
  max-height: 20rem;
}
@media (max-width: 991.98px) {
  .nrc .nrc-digital-assistance-button:not(.nrc-digital-assistance-button--topbar) {
    position: relative;
    right: auto;
    bottom: auto;
    display: block;
    padding: .5rem 0 0;
    margin: 0 0 -1rem;
  }
  .nrc .nrc-digital-assistance-button:not(.nrc-digital-assistance-button--topbar):after {
    content: " ";
    display: block;
    background-color: #F0F0F0;
    height: 1px;
    width: 100%;
    margin: 1.5rem 0 0;
  }
  .nrc .nrc-digital-assistance-button:not(.nrc-digital-assistance-button--topbar) a.nrc-digital-assistance-button__item[href] {
    display: inline-flex;
    font-family: "Titillium Web", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: normal;
    color: #1c2024;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -ms-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #172531;
    background-color: #fff;
    border-color: #001a25;
    flex-direction: row-reverse;
  }
  .nrc .nrc-digital-assistance-button:not(.nrc-digital-assistance-button--topbar) a.nrc-digital-assistance-button__item[href]:hover {
    color: #1c2024;
    text-decoration: none;
  }
  .nrc .nrc-digital-assistance-button:not(.nrc-digital-assistance-button--topbar) a.nrc-digital-assistance-button__item[href]:focus, .nrc .nrc-digital-assistance-button:not(.nrc-digital-assistance-button--topbar) a.nrc-digital-assistance-button__item[href].focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 97, 139, 0.25);
  }
  .nrc .nrc-digital-assistance-button:not(.nrc-digital-assistance-button--topbar) a.nrc-digital-assistance-button__item[href].disabled, .nrc .nrc-digital-assistance-button:not(.nrc-digital-assistance-button--topbar) a.nrc-digital-assistance-button__item[href]:disabled {
    opacity: 0.65;
  }
  .nrc .nrc-digital-assistance-button:not(.nrc-digital-assistance-button--topbar) a.nrc-digital-assistance-button__item[href]:hover {
    color: #fff;
    background-color: #00618B;
    border-color: black;
  }
  .nrc .nrc-digital-assistance-button:not(.nrc-digital-assistance-button--topbar) a.nrc-digital-assistance-button__item[href]:focus, .nrc .nrc-digital-assistance-button:not(.nrc-digital-assistance-button--topbar) a.nrc-digital-assistance-button__item[href].focus {
    box-shadow: 0 0 0 0.2rem rgba(3, 28, 39, 0.5);
  }
  .nrc .nrc-digital-assistance-button:not(.nrc-digital-assistance-button--topbar) a.nrc-digital-assistance-button__item[href].disabled, .nrc .nrc-digital-assistance-button:not(.nrc-digital-assistance-button--topbar) a.nrc-digital-assistance-button__item[href]:disabled {
    color: #172531;
    background-color: #fff;
    border-color: #001a25;
  }
  .nrc .nrc-digital-assistance-button:not(.nrc-digital-assistance-button--topbar) a.nrc-digital-assistance-button__item[href]:not(:disabled):not(.disabled):active, .nrc .nrc-digital-assistance-button:not(.nrc-digital-assistance-button--topbar) a.nrc-digital-assistance-button__item[href]:not(:disabled):not(.disabled).active, .show > .nrc .nrc-digital-assistance-button:not(.nrc-digital-assistance-button--topbar) a.nrc-digital-assistance-button__item[href].dropdown-toggle {
    color: #172531;
    background-color: #e6e6e6;
    border-color: black;
  }
  .nrc .nrc-digital-assistance-button:not(.nrc-digital-assistance-button--topbar) a.nrc-digital-assistance-button__item[href]:not(:disabled):not(.disabled):active:focus, .nrc .nrc-digital-assistance-button:not(.nrc-digital-assistance-button--topbar) a.nrc-digital-assistance-button__item[href]:not(:disabled):not(.disabled).active:focus, .show > .nrc .nrc-digital-assistance-button:not(.nrc-digital-assistance-button--topbar) a.nrc-digital-assistance-button__item[href].dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(3, 28, 39, 0.5);
  }
  .nrc .nrc-digital-assistance-button:not(.nrc-digital-assistance-button--topbar) a.nrc-digital-assistance-button__item[href] .nrc-digital-assistance-button__item-label {
    border: none;
    background-color: transparent;
  }
  .nrc .nrc-digital-assistance-button:not(.nrc-digital-assistance-button--topbar) a.nrc-digital-assistance-button__item[href] .nrc-digital-assistance-button__item-icon {
    width: 2.2rem;
    height: 2.2rem;
    border: 0.1rem solid #fff;
    border-radius: 1.2rem;
  }
  .nrc .nrc-digital-assistance-button:not(.nrc-digital-assistance-button--topbar) a.nrc-digital-assistance-button__item[href].nrc-digital-assistance-button__item--main-shown, .nrc .nrc-digital-assistance-button:not(.nrc-digital-assistance-button--topbar) a.nrc-digital-assistance-button__item[href].nrc-digital-assistance-button__item--main-shown:active {
    color: #00618B;
  }
  .nrc .nrc-digital-assistance-button:not(.nrc-digital-assistance-button--topbar) a.nrc-digital-assistance-button__item[href].nrc-digital-assistance-button__item--main-shown:hover, .nrc .nrc-digital-assistance-button:not(.nrc-digital-assistance-button--topbar) a.nrc-digital-assistance-button__item[href].nrc-digital-assistance-button__item--main-shown:active:hover {
    color: #fff;
  }
  .nrc .nrc-digital-assistance-button:not(.nrc-digital-assistance-button--topbar) a.nrc-digital-assistance-button__item[href].nrc-digital-assistance-button__item--main-shown .nrc-digital-assistance-button__item-icon {
    width: 2.2rem;
    height: 2.2rem;
    border: 0.1rem solid #fff;
    border-radius: 1.2rem;
  }
  .nrc .nrc-digital-assistance-button:not(.nrc-digital-assistance-button--topbar) .nrc-digital-assistance-button__items {
    flex-direction: column;
    align-items: flex-start;
  }
  .nrc .nrc-digital-assistance-button:not(.nrc-digital-assistance-button--topbar) a.nrc-digital-assistance-button__item[href],
  .nrc .nrc-digital-assistance-button:not(.nrc-digital-assistance-button--topbar) .nrc-digital-assistance-button__items a.nrc-digital-assistance-button__item[href] {
    margin: .5rem 0;
  }
}
.nrc .nrc-digital-assistance-button.nrc-digital-assistance-button--topbar {
  position: relative;
  right: auto;
  bottom: auto;
  display: block;
  padding: 0 0 0 .5rem;
  margin: 0 0 0 0;
  border-left: 0.15rem solid #e3e6e6;
  overflow-x: visible;
  flex: 0 0 auto;
  align-self: flex-end;
}
@media (min-width: 768px) {
  .nrc .nrc-digital-assistance-button.nrc-digital-assistance-button--topbar {
    margin: 0 0 0 .5rem;
  }
}
@media (min-width: 992px) {
  .nrc .nrc-digital-assistance-button.nrc-digital-assistance-button--topbar {
    margin: 0 0 0 1rem;
  }
}
.nrc .nrc-digital-assistance-button.nrc-digital-assistance-button--topbar a.nrc-digital-assistance-button__item[href] {
  display: flex;
  flex-direction: row-reverse;
  background: transparent;
}
.nrc .nrc-digital-assistance-button.nrc-digital-assistance-button--topbar a.nrc-digital-assistance-button__item[href] .nrc-digital-assistance-button__item-label {
  border: none;
}
.nrc .nrc-digital-assistance-button.nrc-digital-assistance-button--topbar a.nrc-digital-assistance-button__item[href] .nrc-digital-assistance-button__item-icon {
  width: 2.2rem;
  height: 2.2rem;
  border: 0.1rem solid #fff;
  border-radius: 1.2rem;
}
.nrc .nrc-digital-assistance-button.nrc-digital-assistance-button--topbar .nrc-digital-assistance-button__items {
  white-space: nowrap;
  position: absolute;
  right: 0;
  margin-top: .6rem;
  flex-direction: column;
  align-items: flex-start;
  background: #fff;
}
.nrc .nrc-digital-assistance-button.nrc-digital-assistance-button--topbar .nrc-digital-assistance-button__items-shown {
  border: 1px solid #e3e6e6;
}
.nrc .nrc-digital-assistance-button.nrc-digital-assistance-button--topbar .nrc-digital-assistance-button__items a.nrc-digital-assistance-button__item[href] {
  margin: .5rem .5rem;
  line-height: 1.2;
  display: flex;
}
.nrc .nrc-digital-assistance-button.nrc-digital-assistance-button--topbar .nrc-digital-assistance-button__items a.nrc-digital-assistance-button__item[href] .nrc-digital-assistance-button__item-icon {
  flex: 2.2rem 0 0;
}
.nrc .nrc-digital-assistance-button.nrc-digital-assistance-button--topbar .nrc-digital-assistance-button__items a.nrc-digital-assistance-button__item[href] .nrc-digital-assistance-button__item-label {
  flex: 0 0 auto;
}
.nrc .nrc-digital-assistance-button.nrc-digital-assistance-button--topbar a.nrc-digital-assistance-button__item--main[href] {
  padding: 0 .5rem;
}
.nrc .nrc-digital-assistance-button.nrc-digital-assistance-button--topbar a.nrc-digital-assistance-button__item--main-shown[href] :after {
  position: absolute;
  bottom: -.5rem;
  left: .5rem;
  right: 0;
  height: .25rem;
  background-color: #00618B;
  content: " ";
  border-radius: 0.5rem 0.5rem 0 0;
}
.nrc .nrc-digital-assistance-button.nrc-digital-assistance-button--topbar a.nrc-digital-assistance-button__item--main[href] .nrc-digital-assistance-button__item-label {
  display: none;
}
.nrc .nrc-digital-assistance-button.nrc-digital-assistance-button--topbar a.nrc-digital-assistance-button__item--main[href] .nrc-digital-assistance-button__item-icon {
  margin-top: -.25rem;
  width: 2.2rem;
  height: 2.2rem;
  border: 0.1rem solid #fff;
  border-radius: 1.2rem;
}
@media (min-width: 768px) {
  .nrc .nrc-digital-assistance-button.nrc-digital-assistance-button--topbar a.nrc-digital-assistance-button__item--main[href] .nrc-digital-assistance-button__item-icon {
    width: 2.2rem;
    height: 2.2rem;
    border: 0.1rem solid #fff;
    border-radius: 1.2rem;
    font-size: .9em;
  }
}
.nrc .nrc-brand-header__warnings + .nrc-digital-assistance-button--topbar {
  margin-left: 1rem;
}
.nrc.u-nrc-lower-all-sticky, .nrc.u-nrc-lower-all-sticky .nrc-digital-assistance-button {
  z-index: 0 !important;
}
.nrc .nrc-header-mini-site--partecipa .nrc-brand-header {
  border-top-color: #007cb9;
}
.nrc .nrc-header-mini-site--partecipa .nrc-brand-header .nrc-brand__platform-name {
  color: #007cb9 !important;
}
.nrc .nrc-header-mini-site--partecipa .nrc-site-menu {
  background-color: #007cb9;
  border-top: 1px solid #fff;
}
.nrc .nrc-header-mini-site--partecipa .nrc-site-menu .nrc-site-menu__heading {
  color: #fff;
}
.nrc .nrc-header-mini-site--partecipa .nrc-site-menu .nrc-site-menu__heading:hover {
  background-color: #0D4B7F;
  color: #fff;
}
.nrc .nrc-header-mini-site--partecipa .nrc-site-menu .nrc-site-menu__heading:focus {
  background-color: #0D4B7F;
  color: #fff;
}
.nrc .nrc-header-mini-site--partecipa .nrc-site-menu .nrc-site-menu__nav ul li a {
  color: #fff;
}
.nrc .nrc-header-mini-site--partecipa .nrc-site-menu .nrc-site-menu__nav ul li a:hover {
  background-color: #0D4B7F;
  color: #fff;
}
.nrc .nrc-header-mini-site--partecipa .nrc-site-menu .nrc-site-menu__nav ul li a:focus {
  background-color: #0D4B7F;
  color: #fff;
}
.nrc .nrc-header-mini-site--partecipa .nrc-site-menu .nrc-site-menu__nav-item--active a {
  background-color: transparent;
}
.nrc .nrc-header-mini-site--partecipa .nrc-site-menu .nrc-site-menu__nav-item--active a .nrc-u-btn-label {
  color: #fff;
}
.nrc .nrc-header-mini-site--partecipa .nrc-site-menu .nrc-site-menu__nav-item--active a:hover .nrc-u-btn-label, .nrc .nrc-header-mini-site--partecipa .nrc-site-menu .nrc-site-menu__nav-item--active a:focus .nrc-u-btn-label {
  color: #fff;
}
.nrc .nrc-header-mini-site--partecipa .nrc-site-menu .nrc-site-menu__nav-item--active a:after {
  background-color: #fff;
  border-radius: 0;
}
.nrc .nrc-header-mini-site--partecipa .nrc-site-menu .nrc-site-menu__trigger {
  border-top-color: transparent;
}
.nrc .nrc-header-mini-site--partecipa .nrc-site-menu .nrc-site-menu__trigger:hover {
  background-color: #0D4B7F;
  color: #fff;
}
.nrc .nrc-header-mini-site--partecipa .nrc-site-menu .nrc-site-menu__trigger:active, .nrc .nrc-header-mini-site--partecipa .nrc-site-menu .nrc-site-menu__trigger:focus, .nrc .nrc-header-mini-site--partecipa .nrc-site-menu .nrc-site-menu__trigger:active:focus {
  color: #fff;
}
.nrc .nrc-header-mini-site--partecipa .nrc-site-menu.nrc-site-menu--expanded .nrc-site-menu__trigger {
  background-color: #fff;
  color: #0D4B7F;
}
.nrc .nrc-header-mini-site--partecipa .nrc-site-menu.nrc-site-menu--expanded .nrc-site-menu__trigger:active, .nrc .nrc-header-mini-site--partecipa .nrc-site-menu.nrc-site-menu--expanded .nrc-site-menu__trigger:active:focus {
  color: #0D4B7F;
}
@media (min-width: 992px) {
  .nrc .nrc-header-mini-site--partecipa .nrc-site-menu.nrc-site-menu--large-list .nrc-site-menu__nav-item--login a {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .nrc .nrc-header-mini-site--partecipa .nrc-site-menu.nrc-site-menu--large-list .nrc-site-menu__nav-item--login a {
    font-size: 1.1rem;
  }
}
.nrc .nrc-footer-mini-site--partecipa {
  border-bottom: 0;
}
.nrc .nrc-footer-mini-site--partecipa:after {
  content: " ";
  display: block;
  margin: 0;
  padding: 0;
  height: 3.125rem;
  width: 100%;
  background-color: #007cb9;
}

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