﻿@charset "UTF-8";
/* Arquivo responsável por agrupar todos os mixins*/
/*
    .usage {
        @include clearfix();
    }
*/
@keyframes pulsar {
  0% {
    transform: scale(1); }
  70% {
    transform: scale(1.2);
    box-shadow: 0 0 0 50px rgba(69, 152, 27, 0); }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(69, 152, 27, 0); } }

/* Arquivo responsável por agrupar todos os generics*/
.trinkstyle-v2 html {
  box-sizing: border-box !important; }

.trinkstyle-v2 *, .trinkstyle-v2 *:before, .trinkstyle-v2 *:after {
  box-sizing: border-box !important; }

.trinkstyle-v2 body,
.trinkstyle-v2 h1, .trinkstyle-v2 h2, .trinkstyle-v2 h3, .trinkstyle-v2 h4, .trinkstyle-v2 h5, .trinkstyle-v2 h6,
.trinkstyle-v2 blockquote, .trinkstyle-v2 p, .trinkstyle-v2 pre,
.trinkstyle-v2 dl, .trinkstyle-v2 dd, .trinkstyle-v2 ol, .trinkstyle-v2 ul,
.trinkstyle-v2 figure,
.trinkstyle-v2 hr,
.trinkstyle-v2 fieldset, .trinkstyle-v2 legend {
  margin: 0;
  padding: 0; }

.trinkstyle-v2 li > ol, .trinkstyle-v2 li > ul {
  margin-bottom: 0; }

.trinkstyle-v2 table {
  border-spacing: 0; }

.trinkstyle-v2 fieldset {
  min-width: 0;
  /* [1] */
  border: 0; }

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

.trinkstyle-v2 {
  /* Grouping content
       ========================================================================== */
  /**
     * Add the correct display in IE 9-.
     * 1. Add the correct display in IE.
     */
  /**
     * Add the correct margin in IE 8.
     */
  /**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
  /**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
  /* Text-level semantics
       ========================================================================== */
  /**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
  /**
     * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
  /**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
  /**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
  /**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
  /**
     * Add the correct font style in Android 4.3-.
     */
  /**
     * Add the correct background and color in IE 9-.
     */
  /**
     * Add the correct font size in all browsers.
     */
  /**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
  /* Embedded content
       ========================================================================== */
  /**
     * Add the correct display in IE 9-.
     */
  /**
     * Add the correct display in iOS 4-7.
     */
  /**
     * Remove the border on images inside links in IE 10-.
     */
  /**
     * Hide the overflow in IE.
     */
  /* Forms
       ========================================================================== */
  /**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
  /**
     * Show the overflow in IE.
     * 1. Show the overflow in Edge.
     */
  /**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
  /**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
  /**
     * Remove the inner border and padding in Firefox.
     */
  /**
     * Restore the focus styles unset by the previous rule.
     */
  /**
     * Correct the padding in Firefox.
     */
  /**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
  /**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
  /**
     * Remove the default vertical scrollbar in IE.
     */
  /**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
  /**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
  /**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
  /**
     * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
     */
  /**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
  /* Interactive
       ========================================================================== */
  /*
     * Add the correct display in IE 9-.
     * 1. Add the correct display in Edge, IE, and Firefox.
     */
  /*
     * Add the correct display in all browsers.
     */
  /* Scripting
       ========================================================================== */
  /**
     * Add the correct display in IE 9-.
     */
  /**
     * Add the correct display in IE.
     */
  /* Hidden
       ========================================================================== */
  /**
     * Add the correct display in IE 10-.
     */ }
  .trinkstyle-v2 figcaption,
  .trinkstyle-v2 figure,
  .trinkstyle-v2 main {
    /* 1 */
    display: block; }
  .trinkstyle-v2 figure {
    margin: 1em 40px; }
  .trinkstyle-v2 hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */ }
  .trinkstyle-v2 pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */ }
  .trinkstyle-v2 a {
    -webkit-text-decoration-skip: objects;
    /* 2 */ }
  .trinkstyle-v2 abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */ }
  .trinkstyle-v2 b,
  .trinkstyle-v2 strong {
    font-weight: inherit; }
  .trinkstyle-v2 b,
  .trinkstyle-v2 strong {
    font-weight: bolder; }
  .trinkstyle-v2 code,
  .trinkstyle-v2 kbd,
  .trinkstyle-v2 samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */ }
  .trinkstyle-v2 dfn {
    font-style: italic; }
  .trinkstyle-v2 mark {
    background-color: #ff0;
    color: #000; }
  .trinkstyle-v2 small {
    font-size: 80%; }
  .trinkstyle-v2 sub,
  .trinkstyle-v2 sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  .trinkstyle-v2 sub {
    bottom: -0.25em; }
  .trinkstyle-v2 sup {
    top: -0.5em; }
  .trinkstyle-v2 audio,
  .trinkstyle-v2 video {
    display: inline-block; }
  .trinkstyle-v2 audio:not([controls]) {
    display: none;
    height: 0; }
  .trinkstyle-v2 img {
    border-style: none; }
  .trinkstyle-v2 svg:not(:root) {
    overflow: hidden; }
  .trinkstyle-v2 button,
  .trinkstyle-v2 input,
  .trinkstyle-v2 optgroup,
  .trinkstyle-v2 select,
  .trinkstyle-v2 textarea {
    font-family: "Inter Tight", sans-serif;
    /* 1 */
    line-height: 1.15;
    /* 1 */ }
  .trinkstyle-v2 button,
  .trinkstyle-v2 input {
    /* 1 */
    overflow: visible; }
  .trinkstyle-v2 button,
  .trinkstyle-v2 select {
    /* 1 */
    text-transform: none; }
  .trinkstyle-v2 [role="button"] {
    cursor: pointer; }
  .trinkstyle-v2 button,
  .trinkstyle-v2 html [type="button"],
  .trinkstyle-v2 [type="reset"],
  .trinkstyle-v2 [type="submit"] {
    -webkit-appearance: button;
    /* 2 */ }
  .trinkstyle-v2 button::-moz-focus-inner,
  .trinkstyle-v2 [type="button"]::-moz-focus-inner,
  .trinkstyle-v2 [type="reset"]::-moz-focus-inner,
  .trinkstyle-v2 [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  .trinkstyle-v2 button:-moz-focusring,
  .trinkstyle-v2 [type="button"]:-moz-focusring,
  .trinkstyle-v2 [type="reset"]:-moz-focusring,
  .trinkstyle-v2 [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }
  .trinkstyle-v2 fieldset {
    padding: 0.35em 0.75em 0.625em; }
  .trinkstyle-v2 legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */ }
  .trinkstyle-v2 progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */ }
  .trinkstyle-v2 textarea {
    overflow: auto; }
  .trinkstyle-v2 [type="checkbox"],
  .trinkstyle-v2 [type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }
  .trinkstyle-v2 [type="number"]::-webkit-inner-spin-button,
  .trinkstyle-v2 [type="number"]::-webkit-outer-spin-button {
    height: auto; }
  .trinkstyle-v2 [type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */ }
  .trinkstyle-v2 [type="search"]::-webkit-search-cancel-button,
  .trinkstyle-v2 [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  .trinkstyle-v2 ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */ }
  .trinkstyle-v2 details,
  .trinkstyle-v2 menu {
    display: block; }
  .trinkstyle-v2 summary {
    display: list-item; }
  .trinkstyle-v2 canvas {
    display: inline-block; }
  .trinkstyle-v2 template {
    display: none; }
  .trinkstyle-v2 [hidden] {
    display: none; }

.modalResponsivo {
  position: fixed;
  z-index: 10000;
  margin: 0px !important; }
  @media (min-width: 992px) {
    .modalResponsivo {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 100vw;
      height: 100vh; } }
  .modalResponsivo .content-modal-responsivo {
    border: unset !important;
    padding: 20px !important;
    width: 100vw;
    height: 100vh; }
    @media (min-width: 992px) {
      .modalResponsivo .content-modal-responsivo {
        width: 65vw;
        height: auto;
        border-radius: 8px; } }
    .modalResponsivo .content-modal-responsivo .barra-superior {
      display: flex;
      justify-content: space-between;
      align-items: baseline;
      max-height: 50px; }
      .modalResponsivo .content-modal-responsivo .barra-superior .titulo-responsivo {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 1.5rem;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        padding: 0 10px; }
        @media (min-width: 992px) {
          .modalResponsivo .content-modal-responsivo .barra-superior .titulo-responsivo {
            font-size: 16px;
            margin-bottom: unset;
            padding: 0; } }
      .modalResponsivo .content-modal-responsivo .barra-superior .icones-direita {
        display: flex; }
        .modalResponsivo .content-modal-responsivo .barra-superior .icones-direita i {
          margin-left: 15px; }
      .modalResponsivo .content-modal-responsivo .barra-superior i {
        font-size: 16px; }
      .modalResponsivo .content-modal-responsivo .barra-superior i.ds-icon-delete-filled {
        display: none; }
      @media (min-width: 992px) {
        .modalResponsivo .content-modal-responsivo .barra-superior {
          padding-bottom: 16px;
          margin-bottom: 20px;
          border-bottom: 1px solid #DADADA; }
          .modalResponsivo .content-modal-responsivo .barra-superior i.ds-icon-left-regular {
            display: none; }
          .modalResponsivo .content-modal-responsivo .barra-superior i.ds-icon-delete-filled {
            display: block;
            color: unset; } }
    .modalResponsivo .content-modal-responsivo .container-popup {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 0px !important; }
      .modalResponsivo .content-modal-responsivo .container-popup .conteudo {
        overflow-y: auto; }
        @media (min-width: 992px) {
          .modalResponsivo .content-modal-responsivo .container-popup .conteudo {
            overflow: auto;
            max-height: 500px;
            height: calc(100% - 20px) !important; } }
        .modalResponsivo .content-modal-responsivo .container-popup .conteudo::-webkit-scrollbar {
          width: 5px;
          background-color: transparent; }
        .modalResponsivo .content-modal-responsivo .container-popup .conteudo::-webkit-scrollbar-track {
          border-radius: 10px;
          background-color: #f9f9f9; }
        .modalResponsivo .content-modal-responsivo .container-popup .conteudo::-webkit-scrollbar-thumb {
          border-radius: 10px;
          background-color: rgba(218, 216, 217, 0.5); }
      .modalResponsivo .content-modal-responsivo .container-popup .container-botoes {
        display: flex;
        row-gap: 8px;
        flex-direction: column-reverse;
        justify-content: flex-end;
        width: calc(100vw - 40px);
        height: auto; }
        .modalResponsivo .content-modal-responsivo .container-popup .container-botoes button {
          width: auto;
          height: 35px;
          margin-top: 10px; }
          .modalResponsivo .content-modal-responsivo .container-popup .container-botoes button:first-child {
            margin-top: 0px; }
          @media (min-width: 992px) {
            .modalResponsivo .content-modal-responsivo .container-popup .container-botoes button {
              width: calc(50% - 10px);
              margin-left: 10px;
              margin-top: 10px !important; } }
        @media (min-width: 992px) {
          .modalResponsivo .content-modal-responsivo .container-popup .container-botoes {
            justify-items: flex-end;
            flex-direction: initial;
            width: 350px;
            margin-left: calc(100% - 350px);
            height: auto; } }

#modalOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9990;
  background: rgba(181, 172, 173, 0.5);
  backdrop-filter: blur(4px); }

.trinkstyle-v2 .selectize-control.multi,
.trinkstyle-v2 .selectize-control {
  width: 100% !important; }
  .trinkstyle-v2 .selectize-control.multi .selectize-input,
  .trinkstyle-v2 .selectize-control .selectize-input {
    display: block;
    width: 100%;
    padding: 6px 18px 6px 9px !important;
    font-family: "Inter Tight", sans-serif !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: #696969;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #E1E1E1 !important;
    border-radius: 5px !important;
    box-shadow: none !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-image: url(../../../svg/icon-arrow-down-black.svg);
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
    cursor: pointer; }
    .trinkstyle-v2 .selectize-control.multi .selectize-input.has-items,
    .trinkstyle-v2 .selectize-control .selectize-input.has-items {
      padding: 6px 18px 6px 9px !important; }
    .trinkstyle-v2 .selectize-control.multi .selectize-input > div,
    .trinkstyle-v2 .selectize-control .selectize-input > div {
      padding: 3px 6px !important;
      border-radius: 3px; }
    .trinkstyle-v2 .selectize-control.multi .selectize-input .item,
    .trinkstyle-v2 .selectize-control .selectize-input .item {
      height: auto !important; }
  .trinkstyle-v2 .selectize-control.multi:not(.multi) .selectize-input,
  .trinkstyle-v2 .selectize-control:not(.multi) .selectize-input {
    height: auto !important; }

button:focus {
  outline: initial; }

/* ==========================================================================
   # Loading
   ========================================================================== */
/** Example
    
*/
div#div_aguarde {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10000;
  background: #fff;
  filter: alpha(opacity=80);
  opacity: 0.8; }

.trk-aguarde {
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 99999999;
  background-position: center center;
  position: absolute;
  background-repeat: no-repeat; }
  .trk-aguarde.loading-pequeno {
    background-image: url(../../../img/ajax-loader.gif); }
  .trk-aguarde.loading-grande {
    background-image: url(../../../img/ajax-loader2.gif); }

.trk-aguarde-container {
  position: relative;
  z-index: 99999999; }

/* HTML -  Loading dots
*    <div class="tks-loading-dots">
*      <div class="bounce1"></div>
*      <div class="bounce2"></div>
*      <div class="bounce3"></div>
*    </div>
*/
.tks-loading-dots {
  margin: 0 auto;
  width: 70px;
  text-align: center; }

.tks-loading-dots > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.tks-loading-dots .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.tks-loading-dots .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.modalResponsivo {
  position: fixed;
  z-index: 10000;
  margin: 0px !important; }
  @media (min-width: 992px) {
    .modalResponsivo {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 100vw;
      height: 100vh; } }
  .modalResponsivo .content-modal-responsivo {
    border: unset !important;
    padding: 20px !important;
    width: 100vw;
    height: 100vh; }
    @media (min-width: 992px) {
      .modalResponsivo .content-modal-responsivo {
        width: 65vw;
        height: auto;
        border-radius: 8px; } }
    .modalResponsivo .content-modal-responsivo .barra-superior {
      display: flex;
      justify-content: space-between;
      align-items: baseline;
      max-height: 50px; }
      .modalResponsivo .content-modal-responsivo .barra-superior .titulo-responsivo {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 1.5rem;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        padding: 0 10px; }
        @media (min-width: 992px) {
          .modalResponsivo .content-modal-responsivo .barra-superior .titulo-responsivo {
            font-size: 16px;
            margin-bottom: unset;
            padding: 0; } }
      .modalResponsivo .content-modal-responsivo .barra-superior .icones-direita {
        display: flex; }
        .modalResponsivo .content-modal-responsivo .barra-superior .icones-direita i {
          margin-left: 15px; }
      .modalResponsivo .content-modal-responsivo .barra-superior i {
        font-size: 16px; }
      .modalResponsivo .content-modal-responsivo .barra-superior i.ds-icon-delete-filled {
        display: none; }
      @media (min-width: 992px) {
        .modalResponsivo .content-modal-responsivo .barra-superior {
          padding-bottom: 16px;
          margin-bottom: 20px;
          border-bottom: 1px solid #DADADA; }
          .modalResponsivo .content-modal-responsivo .barra-superior i.ds-icon-left-regular {
            display: none; }
          .modalResponsivo .content-modal-responsivo .barra-superior i.ds-icon-delete-filled {
            display: block;
            color: unset; } }
    .modalResponsivo .content-modal-responsivo .container-popup {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 0px !important; }
      .modalResponsivo .content-modal-responsivo .container-popup .conteudo {
        overflow-y: auto; }
        @media (min-width: 992px) {
          .modalResponsivo .content-modal-responsivo .container-popup .conteudo {
            overflow: auto;
            max-height: 500px;
            height: calc(100% - 20px) !important; } }
        .modalResponsivo .content-modal-responsivo .container-popup .conteudo::-webkit-scrollbar {
          width: 5px;
          background-color: transparent; }
        .modalResponsivo .content-modal-responsivo .container-popup .conteudo::-webkit-scrollbar-track {
          border-radius: 10px;
          background-color: #f9f9f9; }
        .modalResponsivo .content-modal-responsivo .container-popup .conteudo::-webkit-scrollbar-thumb {
          border-radius: 10px;
          background-color: rgba(218, 216, 217, 0.5); }
      .modalResponsivo .content-modal-responsivo .container-popup .container-botoes {
        display: flex;
        row-gap: 8px;
        flex-direction: column-reverse;
        justify-content: flex-end;
        width: calc(100vw - 40px);
        height: auto; }
        .modalResponsivo .content-modal-responsivo .container-popup .container-botoes button {
          width: auto;
          height: 35px;
          margin-top: 10px; }
          .modalResponsivo .content-modal-responsivo .container-popup .container-botoes button:first-child {
            margin-top: 0px; }
          @media (min-width: 992px) {
            .modalResponsivo .content-modal-responsivo .container-popup .container-botoes button {
              width: calc(50% - 10px);
              margin-left: 10px;
              margin-top: 10px !important; } }
        @media (min-width: 992px) {
          .modalResponsivo .content-modal-responsivo .container-popup .container-botoes {
            justify-items: flex-end;
            flex-direction: initial;
            width: 350px;
            margin-left: calc(100% - 350px);
            height: auto; } }

#modalOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9990;
  background: rgba(181, 172, 173, 0.5);
  backdrop-filter: blur(4px); }

.trinkstyle-v2 .selectize-control.multi,
.trinkstyle-v2 .selectize-control {
  width: 100% !important; }
  .trinkstyle-v2 .selectize-control.multi .selectize-input,
  .trinkstyle-v2 .selectize-control .selectize-input {
    display: block;
    width: 100%;
    padding: 6px 18px 6px 9px !important;
    font-family: "Inter Tight", sans-serif !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: #696969;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #E1E1E1 !important;
    border-radius: 5px !important;
    box-shadow: none !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-image: url(../../../svg/icon-arrow-down-black.svg);
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
    cursor: pointer; }
    .trinkstyle-v2 .selectize-control.multi .selectize-input.has-items,
    .trinkstyle-v2 .selectize-control .selectize-input.has-items {
      padding: 6px 18px 6px 9px !important; }
    .trinkstyle-v2 .selectize-control.multi .selectize-input > div,
    .trinkstyle-v2 .selectize-control .selectize-input > div {
      padding: 3px 6px !important;
      border-radius: 3px; }
    .trinkstyle-v2 .selectize-control.multi .selectize-input .item,
    .trinkstyle-v2 .selectize-control .selectize-input .item {
      height: auto !important; }
  .trinkstyle-v2 .selectize-control.multi:not(.multi) .selectize-input,
  .trinkstyle-v2 .selectize-control:not(.multi) .selectize-input {
    height: auto !important; }

.trinkstyle-v2 .filter_trinksCombo {
  height: initial !important; }

/* ==========================================================================
   # Loading
   ========================================================================== */
/** Example
    
*/
div#div_aguarde {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10000;
  background: #fff;
  filter: alpha(opacity=80);
  opacity: 0.8; }

.trk-aguarde {
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 99999999;
  background-position: center center;
  position: absolute;
  background-repeat: no-repeat; }
  .trk-aguarde.loading-pequeno {
    background-image: url(../../../img/ajax-loader.gif); }
  .trk-aguarde.loading-grande {
    background-image: url(../../../img/ajax-loader2.gif); }

.trk-aguarde-container {
  position: relative;
  z-index: 99999999; }

/* HTML -  Loading dots
*    <div class="tks-loading-dots">
*      <div class="bounce1"></div>
*      <div class="bounce2"></div>
*      <div class="bounce3"></div>
*    </div>
*/
.tks-loading-dots {
  margin: 0 auto;
  width: 70px;
  text-align: center; }

.tks-loading-dots > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.tks-loading-dots .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.tks-loading-dots .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.trinkstyle-v2 h1, .trinkstyle-v2 h2, .trinkstyle-v2 h3, .trinkstyle-v2 h4, .trinkstyle-v2 h5, .trinkstyle-v2 h6, .trinkstyle-v2 p, .trinkstyle-v2 span, .trinkstyle-v2 ul li, .trinkstyle-v2 a {
  font-family: "Inter Tight", sans-serif; }

.trinkstyle-v2 h1 {
  font-size: 36px; }

.trinkstyle-v2 h2 {
  font-size: 28px; }

.trinkstyle-v2 h3 {
  font-size: 24px; }

.trinkstyle-v2 h4 {
  font-size: 20px; }

.trinkstyle-v2 h5 {
  font-size: 18px; }

.trinkstyle-v2 h6 {
  font-size: 16px; }

body,
html {
  background-color: #fff;
  scroll-behavior: smooth;
  padding-bottom: 0 !important; }

.trinkstyle-v2 {
  width: 100%;
  height: auto;
  font-family: "Inter Tight", sans-serif; }
  .trinkstyle-v2 ul, .trinkstyle-v2 li, .trinkstyle-v2 p {
    font-family: "Inter Tight", sans-serif; }

/**
     $('.o-accordion__button').live('click', function (e) {
        e.preventDefault();
        var $content = $(this).siblings('.o-accordion__content');
        $(this).toggleClass('show');
        $content.slideToggle();
    });

*/
.o-accordion__icon-right {
  transform: rotate(90deg);
  transition: all 0.3s; }

.o-accordion__icon-left {
  transform: rotate(0deg);
  transition: all 0.3s; }

.o-accordion__button {
  cursor: pointer; }
  .o-accordion__button.show .o-accordion__icon-left,
  .o-accordion__button.show .o-accordion__icon-right {
    transform: rotate(-90deg);
    transition: all 0.3s; }

.o-accordion .o-accordion__content:not(.show) {
  display: none; }

.o-badge {
  display: inline-block;
  padding: 9px 12px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 2rem;
  background-color: #444;
  border: none;
  margin: 2px; }
  .o-badge:hover {
    opacity: 0.9; }
  @media (min-width: 576px) {
    .o-badge {
      font-size: 14px; } }
  .o-badge__little {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 8px;
    border-radius: 500px;
    height: 18px;
    background: #1E1E1E;
    color: #1E1E1E; }
    .o-badge__little--success {
      background: #00A148;
      color: #FFFFFF; }
    .o-badge__little--danger {
      background: #F42525;
      color: #FFFFFF; }
    .o-badge__little--alert {
      background: #FEEDBF;
      color: #E38800; }
  .o-badge-outlined {
    font-size: 12px;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 8px;
    border-radius: 500px !important;
    height: 18px;
    color: #1E1E1E; }
    .o-badge-outlined--success {
      border: 1px solid #01642E !important;
      color: #01642E !important; }
    .o-badge-outlined--danger {
      border: 1px solid #C71414 !important;
      color: #C71414 !important; }
    .o-badge-outlined--alert {
      border: 1px solid #E38800 !important;
      color: #E38800 !important; }
    .o-badge-outlined--canceled {
      border: 1px solid #000000 !important;
      color: #000000 !important; }

.o-button-flat, .c-card-votacao-sugestao__botao_comentar {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.17px;
  margin: 0;
  transition: all 150ms ease-in-out;
  vertical-align: middle;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 5px;
  height: 35px;
  font-weight: 600;
  border-radius: 4px; }
  .o-button-flat--primary {
    color: #E55807; }
    .o-button-flat--primary:hover {
      background-color: #FDEBE1; }
  .o-button-flat--primary__no-hover {
    color: #E55807; }
    .o-button-flat--primary__no-hover:hover {
      background-color: transparent; }
  .o-button-flat--secondary, .c-card-votacao-sugestao__botao_comentar {
    color: #E55807; }
    .o-button-flat--secondary:hover, .c-card-votacao-sugestao__botao_comentar:hover {
      font-weight: 600; }
  .o-button-flat--tertiary {
    color: #515151; }
    .o-button-flat--tertiary:hover {
      background-color: #F2F2F2; }
  .o-button-flat--danger {
    color: #F95151; }
    .o-button-flat--danger:hover {
      font-weight: 600; }
  .o-button-flat--success {
    color: #41C670; }
    .o-button-flat--success:hover {
      font-weight: 600; }
  .o-button-flat--disabled, .o-button-flat:disabled, .c-card-votacao-sugestao__botao_comentar:disabled {
    color: #ADADAD;
    cursor: default; }

.o-button-ghost, .c-card-integracao__botao-danger, .c-videos-modal__btn-secundario, .c-card-votacao-sugestao__botao_gostei, .c-card-votacao-sugestao__botao_gostei--curtido {
  background: transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  font-family: "Inter Tight", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.17px;
  margin: 0;
  padding: 5px 10px;
  transition: all 150ms ease-in-out;
  vertical-align: middle;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 35px;
  box-sizing: border-box; }
  .o-button-ghost--primary, .c-videos-modal__btn-secundario, .c-card-votacao-sugestao__botao_gostei, .c-card-votacao-sugestao__botao_gostei--curtido {
    border: 1px solid #E55807;
    color: #E55807; }
    .o-button-ghost--primary:hover, .c-videos-modal__btn-secundario:hover, .c-card-votacao-sugestao__botao_gostei:hover, .c-card-votacao-sugestao__botao_gostei--curtido:hover {
      background-color: #FDEBE1; }
  .o-button-ghost--secondary {
    border: 1px solid #E55807;
    color: #E55807; }
    .o-button-ghost--secondary:hover {
      border: 2px solid #E55807;
      font-weight: bold;
      text-decoration: none;
      margin: -1px; }
  .o-button-ghost--tertiary {
    border: 1px solid #515151;
    color: #515151; }
    .o-button-ghost--tertiary:hover {
      background-color: #F2F2F2; }
  .o-button-ghost--danger, .c-card-integracao__botao-danger {
    border: 1px solid #F95151;
    color: #F95151; }
    .o-button-ghost--danger:hover, .c-card-integracao__botao-danger:hover {
      border: 2px solid #F95151;
      font-weight: bold;
      text-decoration: none; }
  .o-button-ghost--success {
    border: 1px solid #41C670;
    color: #41C670; }
    .o-button-ghost--success:hover {
      border: 2px solid #41C670;
      font-weight: bold;
      text-decoration: none; }
  .o-button-ghost--filter {
    border: 1px solid #D9D7D6;
    color: #262626;
    height: 34px;
    box-sizing: border-box !important; }
    .o-button-ghost--filter:hover {
      font-weight: bold;
      text-decoration: none; }
    .o-button-ghost--filter_selected {
      border: 1px solid #3D98CC;
      color: #3D98CC; }
  .o-button-ghost--disabled, .o-button-ghost:disabled, .c-card-integracao__botao-danger:disabled, .c-videos-modal__btn-secundario:disabled, .c-card-votacao-sugestao__botao_gostei:disabled, .c-card-votacao-sugestao__botao_gostei--curtido:disabled {
    border: 1px solid #ADADAD;
    color: #ADADAD;
    cursor: default; }
    .o-button-ghost--disabled:hover, .o-button-ghost:disabled:hover, .c-card-integracao__botao-danger:disabled:hover, .c-videos-modal__btn-secundario:disabled:hover, .c-card-votacao-sugestao__botao_gostei:disabled:hover, .c-card-votacao-sugestao__botao_gostei--curtido:disabled:hover {
      text-decoration: none;
      border: 1px solid #ADADAD;
      color: #ADADAD;
      font-weight: 600; }
  .o-button-ghost:focus, .c-card-integracao__botao-danger:focus, .c-videos-modal__btn-secundario:focus, .c-card-votacao-sugestao__botao_gostei:focus, .c-card-votacao-sugestao__botao_gostei--curtido:focus {
    outline: 0; }

.o-button-raised, .c-card-integracao__botao-primario, .c-card-notificacao__btn-confirmar button, .c-videos-modal__btn-primario, .c-modal-comentario__botao_acao--primario, .c-modal-comentario__botao_acao--desabilitado, .c-card-sugestao__botao_acao--primario, .c-card-sugestao__botao_acao--desabilitado, .c-card-sugestao-comunidade__botao_acao--primario, .c-card-sugestao-comunidade__botao_acao--desabilitado, .c-modal-feedback-sugestao__botao_acao {
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  font-family: "Inter Tight", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.17px;
  margin: 0;
  padding: 5px 10px;
  transition: all 150ms ease-in-out;
  vertical-align: middle;
  width: 100%;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  height: 35px; }
  .o-button-raised--primary, .c-card-integracao__botao-primario, .c-card-notificacao__btn-confirmar button, .c-videos-modal__btn-primario, .c-modal-comentario__botao_acao--primario, .c-card-sugestao__botao_acao--primario, .c-card-sugestao-comunidade__botao_acao--primario, .c-modal-feedback-sugestao__botao_acao {
    background-color: #E55807; }
    .o-button-raised--primary:hover, .c-card-integracao__botao-primario:hover, .c-card-notificacao__btn-confirmar button:hover, .c-videos-modal__btn-primario:hover, .c-modal-comentario__botao_acao--primario:hover, .c-card-sugestao__botao_acao--primario:hover, .c-card-sugestao-comunidade__botao_acao--primario:hover, .c-modal-feedback-sugestao__botao_acao:hover {
      background-color: #D83B04;
      color: #fff;
      text-decoration: none; }
  .o-button-raised--accent {
    background-color: #C6FA7A;
    color: #000000 !important; }
    .o-button-raised--accent:hover {
      background-color: #A8E353;
      text-decoration: none; }
  .o-button-raised--secundary, .o-button-raised--secundario {
    background-color: #E55807; }
    .o-button-raised--secundary:hover, .o-button-raised--secundario:hover {
      background-color: #D83B04;
      text-decoration: none; }
  .o-button-raised--success, .o-button-raised--sucesso {
    background-color: #41C670; }
    .o-button-raised--success:hover, .o-button-raised--sucesso:hover {
      background-color: #00A148;
      text-decoration: none; }
  .o-button-raised--danger {
    background-color: #F95151; }
    .o-button-raised--danger:hover {
      background-color: #F42525;
      text-decoration: none; }
  .o-button-raised--disabled, .c-modal-comentario__botao_acao--desabilitado, .c-card-sugestao__botao_acao--desabilitado, .c-card-sugestao-comunidade__botao_acao--desabilitado, .o-button-raised:disabled, .c-card-integracao__botao-primario:disabled, .c-card-notificacao__btn-confirmar button:disabled, .c-videos-modal__btn-primario:disabled, .c-modal-comentario__botao_acao--primario:disabled, .c-modal-comentario__botao_acao--desabilitado:disabled, .c-card-sugestao__botao_acao--primario:disabled, .c-card-sugestao__botao_acao--desabilitado:disabled, .c-card-sugestao-comunidade__botao_acao--primario:disabled, .c-card-sugestao-comunidade__botao_acao--desabilitado:disabled, .c-modal-feedback-sugestao__botao_acao:disabled {
    background-color: #ADADAD;
    cursor: default; }
    .o-button-raised--disabled:hover, .c-modal-comentario__botao_acao--desabilitado:hover, .c-card-sugestao__botao_acao--desabilitado:hover, .c-card-sugestao-comunidade__botao_acao--desabilitado:hover, .o-button-raised:disabled:hover, .c-card-integracao__botao-primario:disabled:hover, .c-card-notificacao__btn-confirmar button:disabled:hover, .c-videos-modal__btn-primario:disabled:hover, .c-modal-comentario__botao_acao--primario:disabled:hover, .c-modal-comentario__botao_acao--desabilitado:disabled:hover, .c-card-sugestao__botao_acao--primario:disabled:hover, .c-card-sugestao__botao_acao--desabilitado:disabled:hover, .c-card-sugestao-comunidade__botao_acao--primario:disabled:hover, .c-card-sugestao-comunidade__botao_acao--desabilitado:disabled:hover, .c-modal-feedback-sugestao__botao_acao:disabled:hover {
      background-color: #ADADAD;
      text-decoration: none; }

.o-card, .c-card-assinatura, .c-card-integracao__card, .c-card-inicio {
  height: 100%;
  border: 1px solid #EEECEC;
  border-radius: 5px;
  background: #fff;
  padding: 20px;
  display: flex;
  position: relative;
  word-wrap: break-word;
  color: #6F696A !important;
  font-family: 'Inter Tight', sans-serif;
  font-size: 16px !important;
  /*
    Este card está descontinuado, 
    por favor, 
    use os cards aprensentados no Telas Exemplo
    */ }
  .o-card__titulo {
    font-size: 14px;
    color: #515151; }
  .o-card__subtitulo {
    font-size: 12px;
    color: #ADADAD;
    margin-top: 15px !important; }
  .o-card--sem-sublinhado {
    text-decoration: none !important; }
  .o-card__description {
    display: flex;
    align-items: center; }
  .o-card__icon {
    font-size: 32px;
    margin-right: 20px;
    color: #E55807 !important; }
    .o-card__icon--color-orange {
      color: #E55807 !important; }
  .o-card__arrow {
    font-size: 40px;
    color: #E55807; }

.o-card-shadow, .c-card-notificacao {
  border: none;
  border-radius: 4px;
  background: #FFFFFF;
  position: relative;
  word-wrap: break-word;
  color: #515151;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1); }
  .o-card-shadow--shadow-style-1 {
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1); }
  .o-card-shadow--shadow-level-1 {
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1); }
  .o-card-shadow--shadow-level-2 {
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1); }
  .o-card-shadow--shadow-level-3 {
    box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.1); }
  .o-card-shadow--shadow-level-4 {
    box-shadow: 0px 16px 48px rgba(0, 0, 0, 0.1); }
  .o-card-shadow--selected-box {
    border: 1px solid #FFCBB5; }

.o-icons {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  word-wrap: normal;
  direction: ltr;
  padding: 3px 6px;
  cursor: pointer;
  border-radius: 3px;
  background-color: transparent;
  transition: all .3s ease;
  border: none; }

.o-search {
  position: relative; }
  .o-search--with-margin {
    margin-left: 20px; }
    @media (max-width: 992px) {
      .o-search--with-margin {
        margin-left: 10px; } }
  .o-search__icon {
    position: absolute;
    top: 5px;
    left: 15px;
    font-size: 25px; }
    @media (max-width: 992px) {
      .o-search__icon {
        top: 6px;
        left: 10px;
        font-size: 20px; } }
  .o-search__input {
    padding: 7px 15px 7px 54px !important;
    border: 1px solid #DAD8D9;
    background: #fff;
    font-family: "Inter Tight", sans-serif !important;
    font-size: 14px !important;
    color: #1a1a1a;
    display: block;
    width: 21em;
    border-radius: 5px !important;
    margin-right: 15px !important; }
    @media (max-width: 992px) {
      .o-search__input {
        margin-right: 0 !important;
        padding-left: 37px !important;
        padding-right: 0 !important;
        width: 35px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; } }
    @media (max-width: 992px) {
      .o-search__input:focus {
        padding-right: 5px !important;
        width: 212px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; } }

.o-avatar, .c-card-novidade__user-avatar {
  width: 30px;
  height: 30px;
  border-radius: 100%; }
  .o-avatar--medio {
    width: 50px;
    height: 50px; }

.o-dropdown {
  position: relative; }
  @media (max-width: 992px) {
    .o-dropdown {
      margin: 10px 5px 0px 10px; } }
  .o-dropdown__block-input-filter {
    display: flex;
    padding: 8px 10px;
    width: 100%; }
  .o-dropdown__input-filter {
    width: 100%;
    min-width: 265px;
    border: 1px solid #dad8d9 !important;
    box-shadow: none !important;
    padding: 8px 34px 8px 12px !important;
    border-radius: 6px !important;
    background-image: url(../../../svg/icone-busca.svg);
    background-repeat: no-repeat;
    background-position-x: calc(100% - 10px);
    background-position-y: center;
    background-size: 22px; }
    .o-dropdown__input-filter::placeholder {
      color: #b6b6b6;
      font-size: 14px;
      font-family: "Inter Tight", sans-serif; }
  .o-dropdown__menu {
    display: none;
    font-size: 14px;
    font-family: "Inter Tight", sans-serif;
    width: 278px;
    position: absolute;
    right: 0;
    flex-direction: column;
    color: #6f696a;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    z-index: 1000; }
    .o-dropdown__menu--big {
      width: 400px;
      right: initial; }
    .o-dropdown__menu--show {
      display: block; }
    .o-dropdown__menu--with-max-height {
      max-height: 400px;
      overflow-x: hidden;
      overflow-y: auto; }
      @media (max-width: 992px) {
        .o-dropdown__menu--with-max-height {
          max-height: calc(100vh - 185px); } }
      .o-dropdown__menu--with-max-height::-webkit-scrollbar {
        width: 6px;
        height: 6px;
        background-color: transparent; }
      .o-dropdown__menu--with-max-height::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #f9f9f9; }
      .o-dropdown__menu--with-max-height::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #a5a5a5; }
    @media (max-width: 992px) {
      .o-dropdown__menu {
        width: 100%; } }
  .o-dropdown__menu-item {
    display: block;
    color: #6f696a;
    font-size: 14px;
    padding: 8px 15px;
    text-align: left;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap; }
    .o-dropdown__menu-item:link {
      color: #6f696a;
      text-decoration: none; }
    .o-dropdown__menu-item:visited {
      color: #6f696a;
      text-decoration: none; }
    .o-dropdown__menu-item:hover {
      background-color: #E55807;
      color: #ffffff;
      cursor: pointer;
      text-decoration: none; }
    .o-dropdown__menu-item:active {
      text-decoration: none; }
    .o-dropdown__menu-item--flex {
      display: flex;
      align-items: center; }
    .o-dropdown__menu-item--bold {
      font-weight: 600; }
      .o-dropdown__menu-item--bold:link {
        font-weight: 600; }
    .o-dropdown__menu-item--secundary:hover {
      background-color: #E55807; }
  .o-dropdown__menu-item__selecionado {
    display: block;
    color: #515151;
    background: #F2F2F2;
    font-size: 14px;
    padding: 8px 15px;
    text-align: left;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap; }
  .o-dropdown__subheading {
    color: #b5acad;
    font-family: "Inter Tight", sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 15px; }
  .o-dropdown__subtle-text {
    color: #b5acad;
    cursor: default;
    display: block;
    font-size: 14px;
    padding: 8px 15px 8px 15px; }
  .o-dropdown__divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef; }
  .o-dropdown__icon {
    font-size: 22px;
    color: #000000;
    cursor: pointer;
    margin-right: 15px;
    vertical-align: middle; }

.o-notificacao {
  position: relative;
  margin-right: 15px !important; }
  @media (max-width: 992px) {
    .o-notificacao {
      margin-right: 0 !important; } }
  .o-notificacao__list-item {
    display: block; }
  .o-notificacao__container {
    position: relative;
    cursor: pointer; }
  .o-notificacao__icon {
    font-size: 25px;
    color: #000; }
    @media (max-width: 992px) {
      .o-notificacao__icon {
        font-size: 20px;
        padding: 3px 6px;
        display: inline-block;
        color: #515151; } }
    .o-notificacao__icon--active {
      color: #D0533E; }
  .o-notificacao__counter {
    align-items: center;
    animation: scale-up-notificacao .4s;
    background-color: #D0533E;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    font-size: 10px;
    font-family: "Inter Tight", sans-serif;
    font-weight: bold;
    height: 15px;
    width: 15px;
    position: absolute;
    right: -5px;
    bottom: 0px; }
    @media (max-width: 992px) {
      .o-notificacao__counter {
        right: -3px;
        bottom: 1px; } }
  .o-notificacao__block {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    box-sizing: content-box;
    display: none;
    left: initial;
    max-height: 280px;
    min-width: 345px;
    padding: 15px 12px;
    position: absolute;
    right: -10px;
    top: 45px;
    z-index: 20;
    overflow-y: auto; }
    .o-notificacao__block:after {
      border: solid transparent;
      bottom: 100%;
      content: " ";
      height: 0;
      pointer-events: none;
      position: absolute;
      width: 0;
      border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #fff;
      border-width: 10px;
      left: initial;
      margin-left: -10px;
      right: 10px; }
    .o-notificacao__block:before {
      border: solid transparent;
      bottom: 100%;
      content: " ";
      height: 0;
      pointer-events: none;
      position: absolute;
      width: 0;
      border-color: rgba(217, 217, 217, 0) rgba(217, 217, 217, 0) #d9d9d9;
      border-width: 11px;
      left: initial;
      margin-left: -11px;
      right: 10px;
      top: -22px; }
  .o-notificacao__popover-posicao-mobile {
    bottom: 35px;
    left: 0;
    top: unset; }

.o-select {
  display: block;
  width: 100%;
  padding: 6px 18px 6px 9px !important;
  font-family: "Inter Tight", sans-serif !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: #515151;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #E3E3E3 !important;
  border-radius: 5px !important;
  box-shadow: none !important;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
  .o-select:hover {
    border: 1px solid #515151 !important; }
  .o-select:focus, .o-select:focus-visible {
    border: 1px solid #E55807 !important;
    outline: none; }
  .o-select::placeholder {
    color: #ADADAD !important; }
  .o-select.is-invalid {
    border: 1px solid #F95151 !important; }
  .o-select.is-disabled, .o-select:disabled {
    background-color: #F2F2F2 !important;
    border: 1px solid #F2F2F2 !important;
    pointer-events: none; }
  .o-select-msg {
    display: block;
    font-size: 12px !important;
    color: #515151;
    padding: 3px; }
    .o-select-msg.is-invalid {
      color: #F95151; }

.o-title-content {
  border-bottom: 1px solid #dad8d9;
  padding-bottom: 5px;
  margin-bottom: 15px; }
  .o-title-content a {
    color: #E55807 !important; }

.o-title {
  display: inline-block;
  color: #686868 !important;
  font-family: 'Inter Tight', sans-serif;
  font-size: 18px !important;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0 !important;
  padding: 0 !important;
  border: none !important; }
  @media (max-width: 575.98px) {
    .o-title {
      font-size: 16px !important; } }
  @media (max-width: 360px) {
    .o-title {
      font-size: 14px !important; } }

.o-subtitle {
  display: inline-block;
  color: #686868 !important;
  font-family: 'Inter Tight', sans-serif;
  font-size: 16px !important;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0 !important;
  padding: 0 !important;
  border: none !important; }
  @media (max-width: 575.98px) {
    .o-subtitle {
      font-size: 14px !important; } }
  @media (max-width: 360px) {
    .o-subtitle {
      font-size: 12px !important; } }

.o-tooltip-contato {
  padding: 20px 35px; }
  .o-tooltip-contato__row {
    display: flex;
    margin-bottom: 15px; }
  .o-tooltip-contato__text {
    color: #e2dcdd;
    font-size: 14px;
    font-family: "Inter Tight", sans-serif;
    text-align: left; }
  .o-tooltip-contato__icon {
    color: #E99463;
    font-family: "Inter Tight", sans-serif;
    font-size: 16px;
    background-size: 15px 15px !important;
    width: 15px !important;
    height: 15px !important;
    margin-right: 5px; }
  .o-tooltip-contato__phones-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 30px; }
  .o-tooltip-contato__phones-list-item {
    color: #e2dcdd;
    font-size: 14px;
    font-family: "Inter Tight", sans-serif; }

/*
    <div class="o-tooltip-popover" style="padding-top: 2px;">
         <i class="ds-icon-info-regular"></i>
         <div class="o-tooltip-popover__popover"></div>                                   
         
    </div>

*/
.o-tooltip-popover__popover {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: #fff;
  margin-top: 15px;
  padding: 1.5rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  max-width: 450px;
  font-size: 14px;
  color: #000 !important; }
  @media (max-width: 576px) {
    .o-tooltip-popover__popover {
      max-width: 278px !important;
      right: 20px !important; } }
  .o-tooltip-popover__popover--slim {
    padding: 7px;
    width: fit-content; }
  .o-tooltip-popover__popover--top-left {
    transform: translate(-159px, -58px); }
  .o-tooltip-popover__popover--top-right {
    transform: translate(10px, -58px); }
  .o-tooltip-popover__popover--color-dark {
    background: #696969;
    color: white !important; }

.o-tooltip-popover:hover .o-tooltip-popover__popover {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97); }

.o-label-valor {
  display: flex;
  flex-direction: column; }
  .o-label-valor__descricao {
    font-size: 12px; }
  .o-label-valor__cifrao {
    font-size: 10px;
    line-height: 27px; }
  .o-label-valor__valor {
    font-size: 20px;
    line-height: 30px;
    margin-left: .25rem; }
  .o-label-valor__positivo {
    color: #41C670; }
  .o-label-valor__negativo {
    color: #F42525; }

.o-button-icon, .c-card-integracao__botao-info, .c-card-integracao__tooltip-info__botao-dismiss {
  cursor: pointer;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ADADAD;
  border-radius: 4px;
  background: #FFF;
  font-size: 20px;
  transition: all 150ms ease-in-out; }
  .o-button-icon__primary {
    color: #FFFFFF;
    background-color: #E55807;
    border: 1px solid #E55807; }
    .o-button-icon__primary__disabled {
      color: #FFFFFF;
      background-color: #ADADAD;
      border: 1px solid #ADADAD;
      cursor: default; }
    .o-button-icon__primary:hover {
      background-color: #D83B04; }
  .o-button-icon__secondary {
    color: #E55807;
    border: 1px solid #E55807; }
    .o-button-icon__secondary__neutral {
      color: #515151;
      border: 1px solid #515151; }
      .o-button-icon__secondary__neutral:hover {
        background-color: #F2F2F2; }
    .o-button-icon__secondary__disabled {
      color: #ADADAD;
      border: 1px solid #ADADAD;
      cursor: default; }
    .o-button-icon__secondary:hover {
      background-color: #FDEBE1; }
  .o-button-icon__danger {
    color: #F95151; }
    .o-button-icon__danger:hover {
      border: 1px solid #F95151; }
    .o-button-icon__danger:focus {
      background: #f6f6f6; }
  .o-button-icon__success {
    color: #41C670; }
    .o-button-icon__success:hover {
      border: 1px solid #41C670; }
    .o-button-icon__success:focus {
      background: #f6f6f6; }
  .o-button-icon__sem-borda, .c-card-integracao__botao-info, .c-card-integracao__tooltip-info__botao-dismiss {
    color: #E55807;
    border: none; }
    .o-button-icon__sem-borda__neutral {
      color: #515151;
      border: none; }
      .o-button-icon__sem-borda__neutral:hover {
        background-color: #F2F2F2; }
    .o-button-icon__sem-borda__disabled {
      color: #ADADAD;
      cursor: default;
      border: none; }
    .o-button-icon__sem-borda:hover, .c-card-integracao__botao-info:hover, .c-card-integracao__tooltip-info__botao-dismiss:hover {
      background-color: #FDEBE1; }

.o-button-emoji {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #EFEFEF;
  margin: 10px 0px;
  width: -webkit-fill-available;
  width: calc(100% - 30px); }
  .o-button-emoji:hover {
    cursor: pointer; }
  .o-button-emoji img {
    width: 50px;
    height: 50px; }
  .o-button-emoji span {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #696969;
    margin: 0px 10px; }

.o-input, .o-multiselect__item-checkbox, .c-input-icon__right--box, .c-input-icon__left--box, .c-input-icon__left-and-right--box, .c-input-file, .c-select-ddi-button__modal_responsivo, .c-select-ddi-dropdown-input, .u-form-field-group input, .u-form-field-group textarea, .u-form-field-group select {
  display: block;
  width: 100%;
  padding: 6px 9px !important;
  font-family: "Inter Tight", sans-serif !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: #515151;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #E3E3E3 !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
  .o-input[type="checkbox"], [type="checkbox"].o-multiselect__item-checkbox, [type="checkbox"].c-input-icon__right--box, [type="checkbox"].c-input-icon__left--box, [type="checkbox"].c-input-icon__left-and-right--box, [type="checkbox"].c-input-file, [type="checkbox"].c-select-ddi-button__modal_responsivo, [type="checkbox"].c-select-ddi-dropdown-input, .u-form-field-group input[type="checkbox"], .u-form-field-group textarea[type="checkbox"], .u-form-field-group select[type="checkbox"] {
    -webkit-appearance: none !important;
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    position: relative !important;
    background-color: #FFFFFF;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    border: 1px solid !important;
    border-color: #ADADAD !important;
    box-sizing: border-box !important;
    border-radius: 2px !important; }
    .o-input[type="checkbox"]:disabled, [type="checkbox"].o-multiselect__item-checkbox:disabled, [type="checkbox"].c-input-icon__right--box:disabled, [type="checkbox"].c-input-icon__left--box:disabled, [type="checkbox"].c-input-icon__left-and-right--box:disabled, [type="checkbox"].c-input-file:disabled, [type="checkbox"].c-select-ddi-button__modal_responsivo:disabled, [type="checkbox"].c-select-ddi-dropdown-input:disabled, .u-form-field-group input[type="checkbox"]:disabled, .u-form-field-group textarea[type="checkbox"]:disabled, .u-form-field-group select[type="checkbox"]:disabled {
      border-color: #E3E3E3 !important;
      background-color: #F2F2F2 !important; }
    .o-input[type="checkbox"]:disabled:checked, [type="checkbox"].o-multiselect__item-checkbox:disabled:checked, [type="checkbox"].c-input-icon__right--box:disabled:checked, [type="checkbox"].c-input-icon__left--box:disabled:checked, [type="checkbox"].c-input-icon__left-and-right--box:disabled:checked, [type="checkbox"].c-input-file:disabled:checked, [type="checkbox"].c-select-ddi-button__modal_responsivo:disabled:checked, [type="checkbox"].c-select-ddi-dropdown-input:disabled:checked, .u-form-field-group input[type="checkbox"]:disabled:checked, .u-form-field-group textarea[type="checkbox"]:disabled:checked, .u-form-field-group select[type="checkbox"]:disabled:checked, .o-input[type="checkbox"].indeterminate:disabled:checked, [type="checkbox"].indeterminate.o-multiselect__item-checkbox:disabled:checked, [type="checkbox"].indeterminate.c-input-icon__right--box:disabled:checked, [type="checkbox"].indeterminate.c-input-icon__left--box:disabled:checked, [type="checkbox"].indeterminate.c-input-icon__left-and-right--box:disabled:checked, [type="checkbox"].indeterminate.c-input-file:disabled:checked, [type="checkbox"].indeterminate.c-select-ddi-button__modal_responsivo:disabled:checked, [type="checkbox"].indeterminate.c-select-ddi-dropdown-input:disabled:checked, .u-form-field-group input[type="checkbox"].indeterminate:disabled:checked, .u-form-field-group textarea[type="checkbox"].indeterminate:disabled:checked, .u-form-field-group select[type="checkbox"].indeterminate:disabled:checked {
      border-color: #E3E3E3 !important;
      background-color: #E3E3E3 !important; }
    .o-input[type="checkbox"]:checked, [type="checkbox"].o-multiselect__item-checkbox:checked, [type="checkbox"].c-input-icon__right--box:checked, [type="checkbox"].c-input-icon__left--box:checked, [type="checkbox"].c-input-icon__left-and-right--box:checked, [type="checkbox"].c-input-file:checked, [type="checkbox"].c-select-ddi-button__modal_responsivo:checked, [type="checkbox"].c-select-ddi-dropdown-input:checked, .u-form-field-group input[type="checkbox"]:checked, .u-form-field-group textarea[type="checkbox"]:checked, .u-form-field-group select[type="checkbox"]:checked {
      background-image: url("../../../svg/rebranding-check.svg");
      background-color: #9E7BB2;
      border-color: #9E7BB2 !important; }
    .o-input[type="checkbox"].indeterminate:checked, [type="checkbox"].indeterminate.o-multiselect__item-checkbox:checked, [type="checkbox"].indeterminate.c-input-icon__right--box:checked, [type="checkbox"].indeterminate.c-input-icon__left--box:checked, [type="checkbox"].indeterminate.c-input-icon__left-and-right--box:checked, [type="checkbox"].indeterminate.c-input-file:checked, [type="checkbox"].indeterminate.c-select-ddi-button__modal_responsivo:checked, [type="checkbox"].indeterminate.c-select-ddi-dropdown-input:checked, .u-form-field-group input[type="checkbox"].indeterminate:checked, .u-form-field-group textarea[type="checkbox"].indeterminate:checked, .u-form-field-group select[type="checkbox"].indeterminate:checked {
      background-image: url("../../../svg/minus.svg");
      background-color: #9E7BB2;
      border-color: #9E7BB2 !important; }
  .o-input[type="radio"], [type="radio"].o-multiselect__item-checkbox, [type="radio"].c-input-icon__right--box, [type="radio"].c-input-icon__left--box, [type="radio"].c-input-icon__left-and-right--box, [type="radio"].c-input-file, [type="radio"].c-select-ddi-button__modal_responsivo, [type="radio"].c-select-ddi-dropdown-input, .u-form-field-group input[type="radio"], .u-form-field-group textarea[type="radio"], .u-form-field-group select[type="radio"] {
    -webkit-appearance: none !important;
    appearance: none !important;
    position: relative !important;
    background-color: #FFFFFF !important;
    margin: 0 8px 0 0px !important;
    font: inherit !important;
    color: currentColor !important;
    width: 20px !important;
    height: 20px !important;
    max-width: 20px !important;
    max-height: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    box-sizing: border-box;
    border: 1px solid #ADADAD !important;
    border-radius: 50% !important;
    padding: 0 !important; }
    .o-input[type="radio"]::before, [type="radio"].o-multiselect__item-checkbox::before, [type="radio"].c-input-icon__right--box::before, [type="radio"].c-input-icon__left--box::before, [type="radio"].c-input-icon__left-and-right--box::before, [type="radio"].c-input-file::before, [type="radio"].c-select-ddi-button__modal_responsivo::before, [type="radio"].c-select-ddi-dropdown-input::before, .u-form-field-group input[type="radio"]::before, .u-form-field-group textarea[type="radio"]::before, .u-form-field-group select[type="radio"]::before {
      position: absolute !important;
      top: 3px !important;
      left: 3px !important;
      content: "" !important;
      width: 12px !important;
      height: 12px !important;
      border-radius: 50% !important;
      transform: scale(0) !important;
      transition: transform 120ms ease-in-out !important;
      -webkit-transition: transform 120ms ease-in-out !important;
      box-shadow: inset 1em 1em #9E7BB2 !important; }
    .o-input[type="radio"]:checked::before, [type="radio"].o-multiselect__item-checkbox:checked::before, [type="radio"].c-input-icon__right--box:checked::before, [type="radio"].c-input-icon__left--box:checked::before, [type="radio"].c-input-icon__left-and-right--box:checked::before, [type="radio"].c-input-file:checked::before, [type="radio"].c-select-ddi-button__modal_responsivo:checked::before, [type="radio"].c-select-ddi-dropdown-input:checked::before, .u-form-field-group input[type="radio"]:checked::before, .u-form-field-group textarea[type="radio"]:checked::before, .u-form-field-group select[type="radio"]:checked::before {
      transform: scale(1) !important; }
    .o-input[type="radio"]:disabled, [type="radio"].o-multiselect__item-checkbox:disabled, [type="radio"].c-input-icon__right--box:disabled, [type="radio"].c-input-icon__left--box:disabled, [type="radio"].c-input-icon__left-and-right--box:disabled, [type="radio"].c-input-file:disabled, [type="radio"].c-select-ddi-button__modal_responsivo:disabled, [type="radio"].c-select-ddi-dropdown-input:disabled, .u-form-field-group input[type="radio"]:disabled, .u-form-field-group textarea[type="radio"]:disabled, .u-form-field-group select[type="radio"]:disabled {
      border-color: #E3E3E3 !important;
      background-color: #F2F2F2 !important; }
    .o-input[type="radio"]:disabled:checked, [type="radio"].o-multiselect__item-checkbox:disabled:checked, [type="radio"].c-input-icon__right--box:disabled:checked, [type="radio"].c-input-icon__left--box:disabled:checked, [type="radio"].c-input-icon__left-and-right--box:disabled:checked, [type="radio"].c-input-file:disabled:checked, [type="radio"].c-select-ddi-button__modal_responsivo:disabled:checked, [type="radio"].c-select-ddi-dropdown-input:disabled:checked, .u-form-field-group input[type="radio"]:disabled:checked, .u-form-field-group textarea[type="radio"]:disabled:checked, .u-form-field-group select[type="radio"]:disabled:checked {
      background-color: #FFFFFF !important; }
    .o-input[type="radio"]:disabled:checked::before, [type="radio"].o-multiselect__item-checkbox:disabled:checked::before, [type="radio"].c-input-icon__right--box:disabled:checked::before, [type="radio"].c-input-icon__left--box:disabled:checked::before, [type="radio"].c-input-icon__left-and-right--box:disabled:checked::before, [type="radio"].c-input-file:disabled:checked::before, [type="radio"].c-select-ddi-button__modal_responsivo:disabled:checked::before, [type="radio"].c-select-ddi-dropdown-input:disabled:checked::before, .u-form-field-group input[type="radio"]:disabled:checked::before, .u-form-field-group textarea[type="radio"]:disabled:checked::before, .u-form-field-group select[type="radio"]:disabled:checked::before {
      box-shadow: inset 1em 1em #E3E3E3 !important; }
  .o-input:hover, .o-multiselect__item-checkbox:hover, .c-input-icon__right--box:hover, .c-input-icon__left--box:hover, .c-input-icon__left-and-right--box:hover, .c-input-file:hover, .c-select-ddi-button__modal_responsivo:hover, .c-select-ddi-dropdown-input:hover, .u-form-field-group input:hover, .u-form-field-group textarea:hover, .u-form-field-group select:hover {
    border: 1px solid #515151 !important; }
  .o-input:focus, .o-multiselect__item-checkbox:focus, .c-input-icon__right--box:focus, .c-input-icon__left--box:focus, .c-input-icon__left-and-right--box:focus, .c-input-file:focus, .c-select-ddi-button__modal_responsivo:focus, .c-select-ddi-dropdown-input:focus, .u-form-field-group input:focus, .u-form-field-group textarea:focus, .u-form-field-group select:focus, .o-input:focus-visible, .o-multiselect__item-checkbox:focus-visible, .c-input-icon__right--box:focus-visible, .c-input-icon__left--box:focus-visible, .c-input-icon__left-and-right--box:focus-visible, .c-input-file:focus-visible, .c-select-ddi-button__modal_responsivo:focus-visible, .c-select-ddi-dropdown-input:focus-visible, .u-form-field-group input:focus-visible, .u-form-field-group textarea:focus-visible, .u-form-field-group select:focus-visible {
    border: 1px solid #9E7BB2 !important;
    outline: none; }
  .o-input::placeholder, .o-multiselect__item-checkbox::placeholder, .c-input-icon__right--box::placeholder, .c-input-icon__left--box::placeholder, .c-input-icon__left-and-right--box::placeholder, .c-input-file::placeholder, .c-select-ddi-button__modal_responsivo::placeholder, .c-select-ddi-dropdown-input::placeholder, .u-form-field-group input::placeholder, .u-form-field-group textarea::placeholder, .u-form-field-group select::placeholder {
    color: #ADADAD !important; }
  .o-input.is-invalid, .is-invalid.o-multiselect__item-checkbox, .is-invalid.c-input-icon__right--box, .is-invalid.c-input-icon__left--box, .is-invalid.c-input-icon__left-and-right--box, .is-invalid.c-input-file, .is-invalid.c-select-ddi-button__modal_responsivo, .is-invalid.c-select-ddi-dropdown-input, .u-form-field-group input.is-invalid, .u-form-field-group textarea.is-invalid, .u-form-field-group select.is-invalid {
    border: 1px solid #F95151 !important; }
  .o-input.is-disabled, .is-disabled.o-multiselect__item-checkbox, .is-disabled.c-input-icon__right--box, .is-disabled.c-input-icon__left--box, .is-disabled.c-input-icon__left-and-right--box, .is-disabled.c-input-file, .is-disabled.c-select-ddi-button__modal_responsivo, .is-disabled.c-select-ddi-dropdown-input, .u-form-field-group input.is-disabled, .u-form-field-group textarea.is-disabled, .u-form-field-group select.is-disabled, .o-input:disabled, .o-multiselect__item-checkbox:disabled, .c-input-icon__right--box:disabled, .c-input-icon__left--box:disabled, .c-input-icon__left-and-right--box:disabled, .c-input-file:disabled, .c-select-ddi-button__modal_responsivo:disabled, .c-select-ddi-dropdown-input:disabled, .u-form-field-group input:disabled, .u-form-field-group textarea:disabled, .u-form-field-group select:disabled {
    background-color: #F2F2F2 !important;
    border: 1px solid #F2F2F2 !important;
    pointer-events: none; }
  .o-input-msg {
    display: block;
    font-size: 12px !important;
    color: #515151;
    padding: 3px; }
    .o-input-msg.is-invalid {
      color: #F95151; }
  .o-input__calendar-icon {
    background: url(../../../svg/calendar-regular.svg) no-repeat;
    background-size: 16px;
    background-position: calc(100% - 10px) center; }
    @media (max-width: 425.98px) {
      .o-input__calendar-icon {
        background: none; } }
  .o-input__select-icon {
    background-image: url(../../../svg/icon-arrow-down-black.svg) !important;
    background-position: calc(100% - 10px) center !important;
    background-repeat: no-repeat !important;
    cursor: pointer;
    appearence: none;
    -moz-appearance: none;
    -webkit-appearance: none; }

.o-label {
  display: block;
  width: 100%;
  font-family: "Inter Tight", sans-serif !important;
  font-size: 14px !important;
  color: #515151;
  white-space: nowrap; }

.o-card-filled, .c-card-sugestao, .c-card-redirecionamento {
  border: none;
  border-radius: 4px;
  background: #F2F2F2;
  position: relative;
  word-wrap: break-word;
  color: #515151;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  box-shadow: 0px; }

.o-card-outlined, .c-card-novidade, .c-card-votacao-sugestao, .c-card-sugestao-comunidade, .c-card-redirecionamento--outlined, .c-card-conteudo, .c-card-conteudo__botao-redirecionamento {
  border: 1px solid #E3E3E3;
  border-radius: 4px;
  background: #FFFFFF;
  position: relative;
  word-wrap: break-word;
  color: #515151;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  box-shadow: 0px; }

.o-text-area, .c-modal-comentario__text_area, .c-card-sugestao__text_area, .c-card-sugestao-comunidade__text_area {
  border-radius: 4px;
  width: 100%;
  border: 1px solid #E3E3E3;
  resize: none;
  padding: 8px 10px;
  box-shadow: none;
  color: #6f696a;
  font-size: 14px;
  box-sizing: border-box; }
  .o-text-area:focus, .c-modal-comentario__text_area:focus, .c-card-sugestao__text_area:focus, .c-card-sugestao-comunidade__text_area:focus {
    outline: none;
    border: 1px solid #E3E3E3;
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in; }
  .o-text-area::placeholder, .c-modal-comentario__text_area::placeholder, .c-card-sugestao__text_area::placeholder, .c-card-sugestao-comunidade__text_area::placeholder {
    color: #b5acad;
    font-weight: normal; }
  .o-text-area.is-invalid, .is-invalid.c-modal-comentario__text_area, .is-invalid.c-card-sugestao__text_area, .is-invalid.c-card-sugestao-comunidade__text_area {
    border: 1px solid #F95151 !important; }

.o-progress[value] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px; }

.o-progress[value]::-webkit-progress-bar {
  background-color: #F2F2F2;
  border-radius: 20px; }

.o-progress[value]::-webkit-progress-value {
  transition: width 0.125s ease-in;
  border-radius: 20px;
  background-color: #E55807; }

/* ==========================================================================
   # Switch V2
   ========================================================================== */
/** Example
*    <label class="tks-switch-control">
*        <input type="checkbox" data-bind="checked: handleCheck">
*        <span class="control"></span>
*    </label>
*/
.tks-switch-control {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  user-select: none; }
  .tks-switch-control.disabled {
    cursor: default; }
    .tks-switch-control.disabled .control {
      background-color: #E3E3E3; }
      .tks-switch-control.disabled .control:after {
        background: #FFFFFF; }
    .tks-switch-control.disabled input:checked ~ .control {
      background-color: #41C670; }
      .tks-switch-control.disabled input:checked ~ .control:after {
        left: 17px; }
  .tks-switch-control input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
    .tks-switch-control input:disabled ~ .control {
      background-color: #F2F2F2; }
    .tks-switch-control input:disabled:checked ~ .control {
      background-color: #D9F4E2; }
  .tks-switch-control input:checked ~ .control {
    background-color: #41C670; }
    .tks-switch-control input:checked ~ .control:after {
      left: 17px; }
  .tks-switch-control .control {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 35px;
    border-radius: 10px;
    background-color: #E3E3E3;
    transition: background-color 0.15s ease-in; }
    .tks-switch-control .control:after {
      content: "";
      position: absolute;
      left: 2px;
      top: 2px;
      width: 16px;
      height: 16px;
      border-radius: 10px;
      background: #FFFFFF;
      transition: left 0.15s ease-in; }

.o-icone-categorizador {
  color: #FFFFFF;
  padding: 5px;
  border-radius: 50%;
  font-size: 16px; }

.o-multiselect {
  width: 100%;
  padding: 6px 18px 6px 9px !important;
  font-family: "Inter Tight", sans-serif !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: #515151;
  height: 38px;
  display: flex;
  align-items: center;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 5px !important;
  box-shadow: 0px 0px 1px 1px #E3E3E3 !important;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
  .o-multiselect:hover {
    box-shadow: 0px 0px 1px 1px #515151 !important; }
  .o-multiselect.is-open, .o-multiselect:focus {
    box-shadow: 0px 0px 1px 1px #E55807 !important; }
  .o-multiselect::placeholder {
    color: #ADADAD !important; }
  .o-multiselect.is-invalid {
    box-shadow: 0px 0px 1px 1px #F95151 !important; }
  .o-multiselect.is-disabled, .o-multiselect:disabled {
    background-color: #F2F2F2 !important;
    box-shadow: 0px 0px 1px 1px #F2F2F2 !important;
    pointer-events: none;
    color: #ADADAD !important; }
  .o-multiselect__container {
    width: 100%;
    position: relative; }
  .o-multiselect__button {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #FFFFFF;
    border: none; }
    .o-multiselect__button input {
      box-shadow: none;
      pointer-events: none;
      outline: none;
      margin-bottom: 0px;
      padding: 0px !important; }
  .o-multiselect__text {
    font-size: 14px;
    border: 0;
    font-weight: 400;
    color: #ADADAD; }
  .o-multiselect__list {
    display: none;
    overflow: auto;
    margin-top: 15px;
    padding: 0;
    flex-direction: column;
    text-align: left;
    list-style: none;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    width: 100%;
    background-clip: padding-box;
    border-radius: 4px; }
  .o-multiselect__item {
    display: flex;
    padding: 0px 0px 0px 8px;
    gap: 8px;
    height: 32px;
    align-items: center; }
    .o-multiselect__item-label {
      display: flex;
      justify-content: flex-start;
      align-items: flex-end;
      font-size: 12px;
      font-weight: normal !important;
      text-align: left !important;
      padding: 0px !important;
      font-weight: 400;
      color: #515151; }
    .o-multiselect__item-checkbox {
      gap: 10px;
      padding: 5px;
      margin-right: 13px; }
  .o-multiselect.is-open .o-multiselect__list {
    display: flex;
    position: absolute;
    z-index: 9;
    background-color: #FFFFFF; }
  .o-multiselect.is-disabled .o-multiselect__button,
  .o-multiselect.is-disabled .o-multiselect__text {
    background-color: #F2F2F2 !important; }
  .o-multiselect__arrow {
    display: inline-block;
    font-size: 14px; }

.o-datalist {
  width: 100%;
  position: relative;
  font-family: "Inter Tight", sans-serif !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: #515151;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #E3E3E3;
  border-radius: 5px !important;
  box-shadow: none !important;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
  .o-datalist:hover {
    border: 1px solid #515151 !important; }
  .o-datalist::placeholder {
    color: #ADADAD !important; }
  .o-datalist.is-invalid {
    border: 1px solid #F95151 !important; }
  .o-datalist:focus {
    border: 1px solid #515151 !important; }
  .o-datalist.is-disabled, .o-datalist:disabled {
    background-color: #F2F2F2 !important;
    border: 1px solid #F2F2F2 !important;
    pointer-events: none; }
  .o-datalist .input-container {
    position: relative; }
  .o-datalist .user-input {
    padding: 8px 9px;
    width: 100%;
    cursor: pointer;
    border: none;
    box-shadow: none; }
    .o-datalist .user-input:focus {
      box-shadow: unset; }
  .o-datalist .options-btn {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    font-size: 10px;
    font-weight: bold; }
    .o-datalist .options-btn, .o-datalist .options-btn:focus {
      outline: none;
      background: transparent;
      border: 1px solid transparent; }
    .o-datalist .options-btn:active {
      outline: none;
      background: transparent;
      border: 1px solid transparent; }
  .o-datalist .options {
    list-style-type: none;
    overflow: auto;
    position: absolute;
    z-index: 4;
    background: #fff;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px; }
  .o-datalist .option {
    padding: 7px 20px 7px 10px;
    font-family: "Inter Tight", sans-serif !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: #515151; }
    .o-datalist .option:hover {
      background: #515151;
      color: #fff;
      cursor: pointer; }

.o-text-bubble {
  border-radius: 20px 20px 20px 0px;
  border: 1px solid #E3E3E3;
  padding: 12px 10px 12px 18px;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.1));
  cursor: pointer; }
  .o-text-bubble:hover {
    background-color: #D9F4E2 !important; }
  .o-text-bubble--selected {
    background-color: #41C670 !important; }
    .o-text-bubble--selected:hover {
      background-color: #41C670 !important; }
  .o-text-bubble--selected > span {
    color: #FFFFFF !important; }
  .o-text-bubble--spacing-md {
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 0px;
    margin-right: 0px; }
    @media only screen and (min-width: 768px) {
      .o-text-bubble--spacing-md {
        margin-left: 16px;
        margin-right: 16px;
        margin-top: 0px;
        margin-bottom: 0px; } }
  .o-text-bubble--spacing-lg {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 0px;
    margin-right: 0px; }
    @media only screen and (min-width: 768px) {
      .o-text-bubble--spacing-lg {
        margin-left: 24px;
        margin-right: 24px;
        margin-top: 0px;
        margin-bottom: 0px; } }

.o-text-bubble-area {
  margin-right: 0px;
  margin-left: 0px;
  flex-basis: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%; }
  @media only screen and (min-width: 768px) {
    .o-text-bubble-area {
      display: flex;
      margin-right: -15px;
      margin-left: -15px;
      flex-wrap: nowrap; } }

.o-link {
  color: #E55807 !important;
  text-decoration: underline !important; }
  .o-link:active {
    color: #FF0000 !important; }
  .o-link:visited {
    color: #551A8B !important; }
  .o-link:hover, .o-link:focus {
    cursor: pointer; }

.o-alert-icon {
  font-size: 48px;
  border-radius: 50%;
  padding: 8px;
  color: #E38800;
  background-color: #FEEDBF; }

.c-card-assinatura {
  background: #E55807; }

.c-card-integracao {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative; }
  .c-card-integracao button {
    font-family: "Inter Tight", sans-serif !important; }
  .c-card-integracao__card__container {
    display: flex;
    justify-content: space-between; }
    .c-card-integracao__card__container__d-flex {
      display: flex; }
    .c-card-integracao__card__container__infos {
      display: flex;
      flex-direction: column; }
  .c-card-integracao__card__logo {
    width: 53px;
    height: 53px;
    margin-right: 15px;
    background-size: cover; }
  .c-card-integracao__titulo {
    color: #515151;
    font-weight: 600;
    font-size: 14px; }
  .c-card-integracao__status {
    font-weight: 600;
    font-size: 12px; }
    .c-card-integracao__status__ativa {
      color: #41C670; }
    .c-card-integracao__status__desativada {
      color: #F95151; }
  .c-card-integracao__botao-info, .c-card-integracao__tooltip-info__botao-dismiss {
    color: #515151; }
  .c-card-integracao__botao-primario {
    margin-top: 15px; }
  .c-card-integracao__botao-danger {
    margin-top: 15px;
    max-width: unset;
    min-width: unset; }
  .c-card-integracao__tooltip-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    display: flex;
    padding: 20px;
    background: #FFFFFF; }
    .c-card-integracao__tooltip-info .ds-icon-info-filled {
      color: #E55807; }
    .c-card-integracao__tooltip-info__icon {
      padding-top: 2px; }
    .c-card-integracao__tooltip-info__info {
      font-size: 14px;
      margin: 0 34px 0 14px;
      overflow-y: auto; }
      .c-card-integracao__tooltip-info__info__title {
        font-weight: 700;
        display: block; }
    .c-card-integracao__tooltip-info__botao-dismiss {
      position: absolute;
      right: 20px;
      top: 22px; }
      .c-card-integracao__tooltip-info__botao-dismiss i {
        font-size: 17px; }

.c-card-notificacao {
  align-items: center;
  border: solid 1px #E3E3E3;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  min-height: 85px;
  margin-bottom: 5px;
  overflow: hidden;
  font-family: var(--fontFamily);
  background-clip: border-box; }
  .c-card-notificacao__texto {
    color: #515151; }
    .c-card-notificacao__texto--pequeno {
      font-size: var(--fontSizeSmall); }
    .c-card-notificacao__texto--destacado {
      font-weight: 600; }
    .c-card-notificacao__texto--laranja {
      color: #B43500; }
    .c-card-notificacao__texto--branco {
      color: #F2F2F2; }
  .c-card-notificacao__bloco-cliente {
    display: flex;
    padding: 6px 10px; }
  .c-card-notificacao__bloco-cliente:first-child {
    display: flex;
    align-items: center; }
  .c-card-notificacao__client-img {
    border-radius: 100%;
    box-shadow: var(--boxShadow);
    height: 20px;
    width: 20px;
    background: center no-repeat;
    margin-right: 12px;
    padding: 22px; }
  .c-card-notificacao__bloco-agendamento {
    display: flex;
    padding: 6px 10px;
    background-color: #FDEBE1;
    align-items: center; }
  .c-card-notificacao__agendamento-data {
    width: 25%;
    cursor: pointer; }
  .c-card-notificacao hr {
    border: 0;
    background: #B43500;
    height: 57px;
    width: 4.5px;
    margin: 0 7px; }
  .c-card-notificacao__agendamento-info {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 3px; }
  .c-card-notificacao__btn-confirmar {
    display: flex;
    align-items: center; }
    .c-card-notificacao__btn-confirmar button {
      font-size: 12px;
      height: 30px;
      width: 74px;
      border-radius: 4px !important;
      padding: 5px 1px !important;
      background-color: #B43500 !important; }

.c-card-inicio {
  position: relative;
  align-items: center;
  border-radius: 6px;
  border-color: #E3E3E3;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  font-family: "Inter Tight", sans-serif;
  padding: 15px; }
  .c-card-inicio__header {
    display: flex;
    justify-content: space-between;
    width: 100%; }
  .c-card-inicio__titulo {
    font-weight: 600;
    font-size: 14px;
    width: 185px;
    color: #1E1E1E; }
  .c-card-inicio__botao_acao {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    color: #E55807; }
  .c-card-inicio a:hover, .c-card-inicio a:active, .c-card-inicio a:visited {
    text-decoration: none; }
  .c-card-inicio__body {
    font-size: 12px;
    width: 100%;
    margin-top: 1rem; }
    .c-card-inicio__body__btn-whatsapp {
      background: #41C670;
      border-radius: 4px;
      border: initial;
      cursor: pointer; }
      .c-card-inicio__body__btn-whatsapp i {
        font-size: 16px;
        color: white; }
    .c-card-inicio__body__blur {
      pointer-events: none;
      filter: blur(4px); }
    .c-card-inicio__body__periodo {
      margin: -1rem 0 1rem 0;
      color: #ADADAD; }
    .c-card-inicio__body__texto-descricao {
      color: #F2F2F2; }
  .c-card-inicio__footer {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px; }

.c-card-titulo {
  display: flex;
  flex-direction: column;
  width: 100%; }
  .c-card-titulo__titulo {
    padding: 24px;
    background-color: #f6f6f6;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-family: Inter Tight;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    color: #282828;
    height: 68px;
    display: flex;
    align-items: center;
    box-sizing: border-box !important; }
  .c-card-titulo__conteudo {
    height: auto;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border: 1px solid #e7e7e7; }

.c-header {
  top: 0px;
  border: 0;
  background: #fff;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 0 15px;
  width: 100%;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  /*
    &__indica-amigo {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        max-width: 32%;
        padding: 2px 10px 2px 10px;
        border: 1px solid #C9DDF0;
        border-radius: 50px;
        margin-right: 15px;
        cursor: pointer;
    }

    &__indica-amigo-logo {
        max-width: 20%;
        margin-right: 5px;
    }

    &__indica-amigo-texto {
        font-weight: 600;
        font-family: "Inter Tight", sans-serif;
        font-size: 14px;
        color: #4089CD;
    }*/ }
  @media (max-width: 992px) {
    .c-header {
      position: fixed;
      z-index: 1000; } }
  .c-header__item {
    display: flex;
    align-items: center; }
    @media (min-width: 992px) {
      .c-header__item {
        min-width: 110px; } }
    @media (max-width: 992px) {
      .c-header__item--mobile-none {
        display: none; } }
    @media (min-width: 992px) {
      .c-header__item--desktop-none {
        display: none; } }
    @media (max-width: 992px) {
      .c-header__item--mobile-between {
        justify-content: space-between;
        width: 100%; } }
  .c-header__subitem--with-margin {
    margin-right: 10px; }
  .c-header__logo {
    background: url("../../../svg/trinks-desktop-logo.svg") no-repeat left;
    width: 110px;
    height: 65px;
    display: inline-block; }
    @media (max-width: 992px) {
      .c-header__logo {
        width: 35px; } }
  .c-header__container-select {
    position: relative; }
  .c-header__customized-select {
    background: #FFFFFF;
    box-shadow: none !important;
    border: 1px solid #DAD8D9 !important;
    border-radius: 5px !important;
    padding: 7px 14px !important;
    font-size: 14px !important;
    font-family: "Inter Tight", sans-serif !important;
    cursor: pointer; }
    @media (max-width: 992px) {
      .c-header__customized-select {
        width: 100%; } }
  .c-header__select-icon {
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 15px;
    cursor: pointer; }
  @media (max-width: 992px) {
    .c-header .c-header__container-select, .c-header .c-header__container-flex-select {
      display: none; } }
  .c-header__container-flex-select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 180px;
    max-width: 400px;
    background: #FFFFFF;
    box-shadow: none !important;
    border: 1px solid #DAD8D9 !important;
    border-radius: 5px !important;
    padding: 3px 14px !important;
    height: 32px;
    font-size: 14px !important;
    font-family: "Inter Tight", sans-serif !important;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden; }
    @media (max-width: 1200px) {
      .c-header__container-flex-select {
        max-width: calc(20vw - 1rem); } }
    @media (max-width: 992px) {
      .c-header__container-flex-select {
        max-width: unset;
        width: 100%; } }
    .c-header__container-flex-select__customized-select {
      border: none;
      box-shadow: none !important;
      min-width: 135px;
      max-width: calc(100% - 30px);
      overflow: hidden;
      text-overflow: ellipsis; }
    .c-header__container-flex-select__icon {
      margin-left: 10px; }
  .c-header__icon {
    margin-right: 15px;
    margin-bottom: 0;
    z-index: initial; }
    .c-header__icon a {
      font-size: 25px;
      color: #000;
      text-decoration: none; }
      .c-header__icon a:hover {
        color: #E55807;
        text-decoration: none; }
  @media (max-width: 992px) {
    .c-header .o-dropdown {
      margin: 0; } }

.trinks-app-profissional .c-header {
  display: none !important; }

.c-header-slim {
  position: relative; }
  .c-header-slim__main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px; }
  .c-header-slim__brand img {
    height: 32px; }
  .c-header-slim--shadow {
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1); }
  .c-header-slim__menu {
    display: flex;
    align-items: flex-start;
    flex-direction: column; }
    .c-header-slim__menu--inline {
      align-items: center;
      flex-direction: row; }
    .c-header-slim__menu-item {
      position: relative; }
    .c-header-slim__menu-sub {
      position: absolute;
      background: #fff;
      padding: 12px;
      display: flex;
      flex-direction: column;
      border: 1px solid rgba(128, 128, 128, 0.4);
      border-radius: 4px;
      margin-top: 6px;
      right: 0;
      text-align: right;
      z-index: 3; }
  .c-header-slim__link {
    font-size: 14px;
    font-weight: 600;
    color: #515151 !important;
    padding: 6px 20px;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none; }
    .c-header-slim__link:hover, .c-header-slim__link.is-active {
      color: #E55807 !important;
      text-decoration: none; }
  .c-header-slim__overlay {
    position: absolute;
    z-index: 2;
    width: 100%;
    padding: 12px 0;
    background-color: #fff;
    box-shadow: 1px 3px 2px rgba(0, 0, 0, 0.1); }
  .c-header-slim__btn-hamburger {
    border: none;
    background: transparent;
    font-size: 24px;
    padding: 0 15px;
    cursor: pointer; }

.c-main-content {
  margin-left: 229px !important;
  margin-top: 5px !important;
  width: auto !important;
  transition: all 150ms ease-in-out; }
  .c-main-content .agenda-filtro-componente {
    min-width: auto !important; }
  .c-main-content__collapsed {
    margin-left: 44px !important; }
  @media (max-width: 992px) {
    .c-main-content {
      overflow: auto;
      margin-left: 0px !important;
      margin-top: 60px !important;
      margin-bottom: 70px !important; } }

.trinks-app-profissional .c-main-content {
  margin: 0 !important; }

.c-full-content {
  margin: 0 -15px;
  width: auto; }

.c-menu-vertical {
  background: #E55807;
  color: #fff;
  width: 230px;
  min-height: calc(100vh - 60px);
  min-height: 100%;
  overflow: visible;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  padding-bottom: 40px;
  z-index: 998; }
  @media (max-width: 992px) {
    .c-menu-vertical {
      display: none; } }
  .c-menu-vertical__button-collapse {
    width: 100%;
    margin-top: 20px;
    padding: 10px;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 150ms ease-in-out; }
    .c-menu-vertical__button-collapse:hover {
      background-color: #D83B04;
      color: #fff;
      text-decoration: none; }
    .c-menu-vertical__button-collapse__icon {
      padding: 0px;
      border-radius: 5px;
      font-size: 32px;
      margin-left: -4px;
      transform: rotate(180deg); }
      .c-menu-vertical__collapsed .c-menu-vertical__button-collapse__icon {
        border: 1px solid rgba(255, 255, 255, 0.3);
        transform: rotate(0); }
    .c-menu-vertical__button-collapse .c-menu-vertical__nav-label {
      white-space: nowrap; }
  .c-menu-vertical__notificacao {
    border: none;
    border-radius: 100%;
    width: 7px;
    height: 7px;
    background-color: #FFFFFF;
    display: inline-block; }
    @media (max-width: 992px) {
      .c-menu-vertical__notificacao {
        background-color: #E55807; } }
    .c-menu-vertical__notificacao-texto {
      padding: 1px 7px !important;
      border: none;
      border-radius: 500px;
      background-color: #FFFFFF;
      color: #E55807;
      font-size: 10px; }
      @media (max-width: 992px) {
        .c-menu-vertical__notificacao-texto {
          background-color: #E55807;
          color: #FFFFFF; } }
    .c-menu-vertical__notificacao-subsubitem {
      padding: 1px 7px !important;
      border: none;
      border-radius: 500px;
      background-color: #E55807;
      color: #FFFFFF;
      font-size: 10px; }
      @media (max-width: 992px) {
        .c-menu-vertical__notificacao-subsubitem {
          background-color: #E55807;
          color: #FFFFFF; } }
  .c-menu-vertical__navbar {
    /*width: 230px;*/ }
    .c-menu-vertical__navbar li {
      margin: 10px 0 0 0;
      padding: 0;
      list-style: none; }
    .c-menu-vertical__navbar a {
      display: flex;
      padding: 10px;
      text-align: left;
      color: #fff !important;
      font-weight: 600;
      font-size: 14px;
      cursor: pointer;
      font-family: "Inter Tight", sans-serif;
      transition: all 150ms ease-in-out;
      text-decoration: none; }
      .c-menu-vertical__navbar a:hover {
        background-color: #fff;
        text-decoration: none;
        color: #000 !important; }
    .c-menu-vertical__navbar a:hover .c-menu-vertical__notificacao {
      background-color: #000000; }
    .c-menu-vertical__navbar a:hover .c-menu-vertical__notificacao-texto {
      background-color: #E55807;
      color: #FFFFFF; }
    .c-menu-vertical__navbar a:hover .c-menu-vertical__notificacao-subsubitem {
      background-color: #FFFFFF;
      color: #E55807; }
  .c-menu-vertical__nav-label {
    display: inline-block;
    margin-top: 2px; }
    .c-menu-vertical__nav-label__level_2 {
      font-weight: 400; }
    @media (max-width: 992px) {
      .c-menu-vertical__nav-label__level_2 {
        margin-left: 15px; } }
  .c-menu-vertical__navbar a:hover .c-menu-vertical__icon {
    color: #000; }
  .c-menu-vertical__submenu {
    background: #D83B04;
    padding: 10px 0; }
  .c-menu-vertical__open-submenu {
    position: relative;
    width: 235px; }
    .c-menu-vertical__open-submenu .c-menu-vertical__nav-label {
      font-weight: 400 !important; }
    .c-menu-vertical__open-submenu li {
      margin: 0 !important; }
    .c-menu-vertical__open-submenu li:hover .c-menu-vertical__submenu-intern {
      display: block; }
  .c-menu-vertical__submenu-intern {
    width: 100%;
    min-width: 130px;
    background: #FFF;
    left: 230px;
    top: 0;
    position: absolute;
    z-index: 1;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    border: 1px solid #d0cece;
    border-left: none;
    display: none; }
    .c-menu-vertical__submenu-intern li {
      margin-left: -20px !important; }
    .c-menu-vertical__submenu-intern a {
      font-weight: 300 !important;
      color: #6F696A !important; }
      .c-menu-vertical__submenu-intern a:hover {
        background-color: #D83B04 !important;
        text-decoration: none;
        color: #fff !important; }
  .c-menu-vertical__info_container {
    align-items: center;
    display: flex;
    flex-wrap: nowrap; }
  .c-menu-vertical__icon {
    width: 25px;
    height: auto;
    display: table;
    margin-right: 1.2px;
    font-size: 25px;
    vertical-align: middle; }
    @media (max-width: 992px) {
      .c-menu-vertical__icon {
        margin-right: 8px; } }
  .c-menu-vertical__icon-accordion {
    margin-left: auto;
    font-size: 22px; }
  .c-menu-vertical__icon-submenu {
    width: 20px;
    height: auto;
    margin-left: auto;
    font-size: 16px;
    margin-top: 3px; }
  .c-menu-vertical .ds-icon-right-regular {
    display: none; }
  .c-menu-vertical__collapsed {
    width: 45px; }
    .c-menu-vertical__collapsed .c-menu-vertical__nav-label,
    .c-menu-vertical__collapsed .ds-icon-left-regular,
    .c-menu-vertical__collapsed .ds-icon-collapse-arrow,
    .c-menu-vertical__collapsed .o-accordion__icon-right {
      display: none;
      transition: all 150ms ease-in-out; }
    .c-menu-vertical__collapsed .ds-icon-right-regular {
      display: inherit; }
    .c-menu-vertical__collapsed .o-accordion, .c-menu-vertical__collapsed .c-menu-vertical__link {
      width: 45px !important; }
  .c-menu-vertical .o-accordion, .c-menu-vertical .c-menu-vertical__link {
    width: 230px; }
  .c-menu-vertical .tooltip-tippy {
    display: none; }

.trinks-app-profissional .c-menu-mobile {
  display: none !important; }

.c-menu-mobile {
  display: none; }
  @media (max-width: 992px) {
    .c-menu-mobile {
      display: flex; } }
  .c-menu-mobile__content {
    background: #fff;
    color: #6F696A;
    padding: 5px 10px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    z-index: 1000;
    display: flex;
    will-change: transform;
    transform: translateZ(0); }
  .c-menu-mobile__list {
    max-height: 95vh;
    overflow: scroll;
    padding-bottom: 100px !important; }
  .c-menu-mobile__item {
    flex-grow: 1;
    text-align: center;
    font-size: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .c-menu-mobile__item--active {
      color: #E55807; }
  .c-menu-mobile__item-content {
    display: flex;
    flex-direction: column;
    font-size: 10px; }
    .c-menu-mobile__item-content--is-link {
      color: #515151;
      text-decoration: none; }
      .c-menu-mobile__item-content--is-link:link {
        color: #515151;
        text-decoration: none; }
      .c-menu-mobile__item-content--is-link:visited {
        color: #515151;
        text-decoration: none; }
      .c-menu-mobile__item-content--is-link:active {
        color: #E55807;
        text-decoration: none; }
  .c-menu-mobile__navbar {
    position: fixed;
    width: 100%;
    height: auto;
    top: 60px;
    bottom: 50px;
    background: #F9F9F9;
    display: none;
    z-index: 999;
    overflow-y: auto; }
    .c-menu-mobile__navbar li {
      margin: 10px 0 0 0;
      padding: 0;
      list-style: none; }
    .c-menu-mobile__navbar a {
      display: flex;
      padding: 5px 10px;
      text-align: left;
      color: #6F696A;
      font-weight: 600;
      font-size: 14px;
      transition: all 150ms ease-in-out;
      font-family: "Inter Tight", sans-serif;
      text-decoration: none; }
      .c-menu-mobile__navbar a:hover, .c-menu-mobile__navbar a:focus {
        text-decoration: none; }
  .c-menu-mobile__icon-accordion {
    margin-left: auto;
    font-size: 22px; }
  .c-menu-mobile__navbar-icon {
    width: 25px;
    height: auto;
    display: table;
    margin-right: 0px;
    margin-left: 10px;
    margin-top: 2px;
    font-size: 20px;
    vertical-align: middle; }
  .c-menu-mobile__submenu {
    margin: 7px 0 15px 0; }
    .c-menu-mobile__submenu a {
      font-weight: 300;
      font-family: "Inter Tight", sans-serif; }
  .c-menu-mobile__nav-label {
    padding-top: 3px; }
    .c-menu-mobile__nav-label--bold {
      font-weight: 600; }
  .c-menu-mobile .o-accordion__button.show {
    background: #FFFFFF; }
  .c-menu-mobile .level_2 .o-accordion__content {
    margin-left: 10px; }

.trinks-app-profissional .c-menu-mobile {
  display: none !important; }

.c-meu-plano {
  border-radius: 100px;
  color: #1E1E1E;
  background: #C6FA7A;
  z-index: 999;
  padding: 8px 20px;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  font-family: "Inter Tight", sans-serif;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  transition: all 150ms ease-in-out; }
  @media (max-width: 992px) {
    .c-meu-plano {
      z-index: 998;
      padding: 6px 20px; } }
  .c-meu-plano i {
    font-size: 22px;
    vertical-align: middle;
    margin-left: 5px; }
  .c-meu-plano:hover {
    background-color: #A8E353; }

.c-footer {
  background-color: #F2F2F2;
  /*border-top: 1px solid #DAD8D9;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  height: 70px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  margin-left: 229px;
  margin-top: 10px;
  width: auto;
  z-index: 0;
  transition: all 300ms ease-in-out; }
  .c-footer__collapsed {
    margin-left: 44px; }
  @media (max-width: 992px) {
    .c-footer {
      margin-left: 0px;
      bottom: 55px;
      display: none; } }
  .c-footer__block {
    display: flex;
    align-items: center; }
  .c-footer__list {
    display: flex;
    margin: 0;
    z-index: 0; }
  .c-footer__list-item {
    display: flex;
    align-items: center; }
    .c-footer__list-item:before {
      content: "";
      display: inline-block;
      width: 1px;
      height: 14px;
      background-color: #918787;
      margin: 0 20px 0 20px; }
    .c-footer__list-item:first-child:before {
      content: initial; }
  .c-footer__link {
    color: #6F696A;
    font-size: 12px;
    font-family: "Inter Tight", sans-serif;
    cursor: pointer;
    position: static !important;
    padding: 0 !important;
    text-decoration: none; }
    .c-footer__link:link {
      color: #6F696A; }
    .c-footer__link:visited {
      color: #6F696A; }
    .c-footer__link:hover {
      color: #E55807;
      text-decoration: none; }
    .c-footer__link:active {
      color: #6F696A; }
    .c-footer__link--social-media {
      display: flex;
      margin-right: 15px; }
      .c-footer__link--social-media:hover {
        color: #6F696A;
        text-decoration: underline; }
  .c-footer__icon {
    font-size: 22px; }

.c-tooltip-info-validade__conteudo {
  font-family: Arial, Verdana, Tahoma, Georgia, Helvetica, sans-serif !important;
  font-size: 14px;
  display: flex; }

.c-tooltip-info-validade__conteudo-icone {
  margin-right: 10px; }

.c-tooltip-info-validade__conteudo-titulo {
  font-weight: 700;
  margin-bottom: 20px; }

.c-tooltip-info-validade__conteudo-texto {
  margin-top: 15px;
  line-height: 1.5; }

.c-tooltip-info-validade__icones {
  color: #FF9254 !important;
  font-size: 18px; }

.c-cta--display-none {
  display: none; }

.c-cta--display-block {
  display: block; }

@media (min-width: 768px) {
  .c-cta--md-display-none {
    display: none; } }

@media (min-width: 768px) {
  .c-cta--md-display-block {
    display: block; } }

.c-cta-padrao {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #DADADA;
  box-sizing: border-box;
  border-radius: 5px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  max-width: calc(100vw - 20px); }
  @media (min-width: 992px) {
    .c-cta-padrao {
      max-width: unset; } }
  .c-cta-padrao--linha {
    display: flex;
    justify-content: space-between; }
    @media (min-width: 992px) {
      .c-cta-padrao--linha {
        justify-content: center; } }
  .c-cta-padrao--conteudo {
    display: flex;
    flex-direction: column;
    max-width: 590px; }
    @media (min-width: 768px) {
      .c-cta-padrao--conteudo {
        justify-content: center; } }
    .c-cta-padrao--conteudo--titulo {
      font-size: 15px;
      font-weight: 700;
      line-height: 22px;
      letter-spacing: 0.01px; }
    .c-cta-padrao--conteudo--descricao {
      font-family: Inter Tight;
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 0.01px;
      margin-top: 10px; }
  .c-cta-padrao--imagem-e-fechar {
    margin-left: 10px;
    min-width: 30%; }
    .c-cta-padrao--imagem-e-fechar--fechar {
      text-align: end; }
      @media (min-width: 576px) {
        .c-cta-padrao--imagem-e-fechar--fechar {
          display: none; } }
    .c-cta-padrao--imagem-e-fechar img {
      display: block;
      max-width: 100%;
      height: auto; }
    @media (min-width: 768px) {
      .c-cta-padrao--imagem-e-fechar {
        display: none; } }
  .c-cta-padrao--botoes-e-fechar {
    flex-direction: column;
    justify-content: center;
    margin: 0 20px;
    min-width: 110px;
    display: none; }
    @media (min-width: 768px) {
      .c-cta-padrao--botoes-e-fechar {
        display: flex;
        justify-content: center; } }
    .c-cta-padrao--botoes-e-fechar button {
      width: auto; }
      .c-cta-padrao--botoes-e-fechar button :not(:first-child) {
        margin-top: 15px; }
  .c-cta-padrao--botoes {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px; }
    .c-cta-padrao--botoes button {
      width: auto;
      margin-left: 15px; }
    @media (min-width: 768px) {
      .c-cta-padrao--botoes {
        display: none; } }
  .c-cta-padrao--imagem {
    display: none; }
    .c-cta-padrao--imagem .Imagem {
      width: 90px;
      height: auto; }
    @media (min-width: 768px) {
      .c-cta-padrao--imagem {
        display: block;
        margin-right: 20px; } }
  .c-cta-padrao--botao-fechar {
    position: unset;
    display: none;
    margin-left: 10px; }
    @media (min-width: 576px) {
      .c-cta-padrao--botao-fechar {
        display: block; } }
    @media (min-width: 992px) {
      .c-cta-padrao--botao-fechar {
        position: absolute;
        right: 35px; }
        .c-cta-padrao--botao-fechar i {
          cursor: pointer; } }

.c-cta-compacto {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #DADADA;
  box-sizing: border-box;
  border-radius: 5px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  max-width: 600px; }
  .c-cta-compacto--linha {
    display: flex;
    justify-content: space-between; }
  .c-cta-compacto--conteudo {
    display: flex;
    flex-direction: column;
    max-width: 590px; }
    .c-cta-compacto--conteudo--titulo {
      font-size: 15px;
      font-weight: 700;
      line-height: 22px;
      letter-spacing: 0.01px; }
    .c-cta-compacto--conteudo--descricao {
      font-family: Inter Tight;
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 0.01px;
      margin-top: 10px; }
  .c-cta-compacto--imagem-e-fechar {
    margin-left: 10px; }
    .c-cta-compacto--imagem-e-fechar--fechar {
      text-align: end; }
    .c-cta-compacto--imagem-e-fechar img {
      display: none; }
  .c-cta-compacto--imagem {
    display: none; }
    .c-cta-compacto--imagem .Imagem {
      width: 90px;
      height: auto; }
  .c-cta-compacto--botoes {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px; }
    .c-cta-compacto--botoes button {
      width: auto;
      margin-left: 15px; }
  .c-cta-compacto--com-imagem {
    max-width: 768px;
    margin-top: 24px;
    margin-bottom: 0px; }
  .c-cta-compacto--conteudo-com-imagem {
    max-width: 300px !important; }
  .c-cta-compacto--imagem-e-fechar-com-imagem {
    margin-left: 10px;
    margin-right: 30px;
    display: inline !important; }
    .c-cta-compacto--imagem-e-fechar-com-imagem--fechar {
      text-align: end; }
  .c-cta-compacto--botoes-com-imagem {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px; }
    .c-cta-compacto--botoes-com-imagem button {
      width: auto;
      margin-left: 0px; }

/*
    Descontinuado:
    utilizar o c-card-redirecionamento.scss 
*/
.c-cta-survey {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 10px;
  padding: 10px;
  background: #FFF;
  min-height: 65px;
  border-radius: 7px;
  font-family: "Inter Tight", sans-serif;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  transition: all 150ms ease-in-out; }
  @media (min-width: 768px) {
    .c-cta-survey {
      display: none; } }
  .c-cta-survey__icon {
    color: #E55807;
    font-size: 22px;
    vertical-align: middle;
    margin: 0 10px 0 5px; }
  .c-cta-survey__titulo {
    color: #E55807;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px; }
  .c-cta-survey__descricao {
    font-size: 14px;
    font-weight: normal;
    line-height: 16px; }
  .c-cta-survey__icon-forward {
    margin-left: auto;
    font-size: 22px;
    transform: rotate(0deg); }

.c-barra-inferior-acoes {
  text-align: center;
  z-index: 999;
  box-sizing: border-box !important;
  position: fixed;
  bottom: 50px;
  left: 0;
  width: 100vw;
  padding: 18px !important;
  border-top: #EEECEC solid 1px !important;
  background: #FFF; }
  .c-barra-inferior-acoes--scroll-offset {
    padding-bottom: 120px !important; }
  .c-barra-inferior-acoes--popup-responsivo {
    bottom: 0px !important; }
  @media (min-width: 992px) {
    .c-barra-inferior-acoes {
      text-align: right;
      padding: 0px !important;
      margin-top: 18px;
      background: #FFF;
      position: inherit;
      width: auto;
      border-top: unset !important; } }

.c-configuracoes-basicas__descricao {
  font-size: 14px; }

.c-configuracoes-basicas__est-imagem {
  padding: 0px !important;
  min-width: 245px; }

.c-configuracoes-basicas__lista-de-fotos {
  display: flex;
  overflow: auto; }
  .c-configuracoes-basicas__lista-de-fotos .principal {
    left: 0 !important;
    bottom: 0 !important;
    padding: 5px; }
    .c-configuracoes-basicas__lista-de-fotos .principal .excluir-foto {
      background: initial;
      display: initial;
      width: auto;
      height: auto;
      float: initial; }
  .c-configuracoes-basicas__lista-de-fotos .foto230x137 {
    width: 180px;
    height: 137px; }

.c-configuracoes-basicas__parte-horario-funcionamento {
  float: initial !important;
  padding: 0 !important;
  width: auto !important; }

.c-configuracoes-basicas__card_integracao {
  min-height: 179px; }

.c-configuracoes-basicas #agendamento-online {
  max-width: 394px;
  flex: 1; }

@media (max-width: 992px) {
  .c-tabela-responsiva {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

.c-tabela-responsiva table {
  width: 100%;
  max-width: 100%; }

.c-filtro-pesquisa {
  display: flex;
  justify-content: space-around;
  padding: 0 30px; }
  .c-filtro-pesquisa__col {
    margin: 0 33px;
    width: 50%; }

.c-saldo-pacotes__icon {
  font-size: 19px;
  color: #dcb809;
  margin-left: 6px;
  vertical-align: middle;
  cursor: pointer; }

.c-saldo-pacotes__loading {
  position: absolute;
  background: #fff;
  width: 60px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center; }

.c-saldo-pacotes__tooltip {
  width: 280px;
  position: absolute;
  z-index: 20;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
  border: 1px solid #EEECEC;
  border-radius: 4px;
  background: #FFFFFF;
  padding: 16px;
  word-wrap: break-word;
  font-size: 12px;
  color: #515151 !important;
  font-family: "Inter Tight", sans-serif;
  max-height: 600px;
  overflow-y: auto; }

.c-saldo-pacotes__header {
  display: flex;
  justify-content: flex-end; }

.c-saldo-pacotes__secao {
  border: 1px solid #E3E3E3;
  border-radius: 4px;
  padding: 8px;
  margin-bottom: 8px; }

.c-saldo-pacotes__titulo {
  padding: 8px 0;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 4px; }

.c-saldo-pacotes__secao-titulo {
  font-weight: 600;
  margin-bottom: 4px; }

.c-saldo-pacotes__fechar {
  padding: 0 8px;
  cursor: pointer;
  font-weight: 600; }

.c-info-dica {
  display: flex;
  align-items: center;
  background: rgba(1, 1, 1, 0.05);
  padding: 6px 12px;
  border-radius: 6px; }
  .c-info-dica__titulo {
    font-weight: 600;
    margin: 3px 6px; }
  .c-info-dica__texto {
    margin: 3px 6px; }

.c-videos-modal__icone {
  cursor: pointer;
  display: inline;
  font-size: 24px;
  transition: all .2s; }
  .c-videos-modal__icone:hover {
    animation: pulsar 0.350s;
    color: #E55807; }

.c-videos-modal__area-video {
  display: flex;
  justify-content: center; }

.c-videos-modal__area-botoes {
  display: flex;
  justify-content: flex-end;
  height: 41px;
  margin-top: 33px; }
  @media (max-width: 992px) {
    .c-videos-modal__area-botoes {
      flex-direction: column-reverse;
      bottom: 71px !important;
      text-align: center;
      z-index: 99999;
      box-sizing: border-box !important;
      position: fixed;
      left: 0;
      width: 100vw;
      border-top: #EEECEC solid 1px;
      padding: 18px; } }

.c-videos-modal__btn-primario {
  width: 102px; }
  @media (max-width: 992px) {
    .c-videos-modal__btn-primario {
      width: unset; } }

.c-videos-modal__btn-secundario {
  width: 200px;
  margin-right: 9px; }
  @media (max-width: 992px) {
    .c-videos-modal__btn-secundario {
      width: unset !important;
      margin-right: unset !important;
      margin-top: 11px; } }

.c-grafico-tabela__tabela {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .c-grafico-tabela__tabela tr td {
    padding: 6px 3px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 6px;
    transition: all 0.1s;
    cursor: default;
    font-size: 14px;
    font-weight: 600; }
    .c-grafico-tabela__tabela tr td:hover {
      opacity: 0.7; }
    .c-grafico-tabela__tabela tr td:nth-child(1) {
      font-size: 12px;
      font-weight: 400; }
  .c-grafico-tabela__tabela tr:first-child td {
    font-size: 12px;
    font-weight: 400; }

.c-grafico-tabela__escalas {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin: 12px; }
  .c-grafico-tabela__escalas-item {
    margin: 0;
    cursor: default;
    width: 20px;
    height: 15px;
    background: #000;
    margin: 0; }
    @media (max-width: 992px) {
      .c-grafico-tabela__escalas-item {
        width: 10px;
        height: 10px; } }
    .c-grafico-tabela__escalas-item:hover {
      opacity: 0.7; }

.c-grafico-tabela__texto {
  font-size: 12px;
  margin: 0 12px;
  text-align: center;
  cursor: default; }

.c-infos-resumo {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap; }
  .c-infos-resumo__card {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex: 1;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    margin: 3px 6px;
    padding: 12px;
    font-size: 14px;
    color: #696969; }
    .c-infos-resumo__card-titulo {
      display: block;
      font-weight: 400; }
    .c-infos-resumo__card-texto {
      font-weight: 700;
      margin-top: 3px; }
    .c-infos-resumo__card-icone {
      font-size: 28px;
      align-self: center; }
    @media (max-width: 992px) {
      .c-infos-resumo__card {
        flex-basis: 33%;
        font-size: 12px; } }

.c-barra-de-etapas {
  display: flex;
  width: 100%;
  justify-content: space-between;
  overflow-x: auto; }
  .c-barra-de-etapas::-webkit-scrollbar {
    display: none; }
  .c-barra-de-etapas__etapa {
    position: relative;
    width: 100%;
    border-bottom: solid 5px #ADADAD;
    font-weight: 600;
    font-size: 14px;
    color: #ADADAD;
    padding: 6px 12px;
    white-space: nowrap; }
    .c-barra-de-etapas__etapa.is-active {
      color: #515151;
      border-bottom: solid 5px #E55807; }

.c-tabela {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: none; }
  .c-tabela * {
    vertical-align: top; }
  .c-tabela td, .c-tabela th {
    font-family: "Inter Tight", sans-serif;
    color: #515151;
    font-size: 12px;
    line-height: 16px;
    border: none;
    padding: 20px 10px;
    font-weight: 400;
    vertical-align: middle;
    border-bottom: 1px solid #D9D9D9; }
    @media (min-width: 576px) {
      .c-tabela td, .c-tabela th {
        font-size: 14px; } }
  .c-tabela tbody tr:hover {
    background: inherit; }
  .c-tabela th {
    font-weight: 600;
    border-bottom: 2px solid #E55807; }
  .c-tabela--hover tbody tr:hover {
    background-color: #E3E3E3 !important; }
  .c-tabela--zebra tbody tr:nth-of-type(odd) {
    background-color: #F2F2F2; }
  .c-tabela-scroll {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .c-tabela th .header-button, .c-tabela th .header-button:focus {
    outline: none;
    background: transparent;
    border: 1px solid transparent; }
  .c-tabela th:active {
    outline: none;
    background: transparent;
    border: 1px solid grey; }

.c-informacao-adicional {
  position: relative;
  display: block;
  width: fit-content;
  height: fit-content;
  border-radius: 3px;
  background-color: #E3E3E3;
  border-left: 5px solid #000;
  padding: 10px;
  color: #515151;
  font-size: 12px; }
  .c-informacao-adicional + .c-informacao-adicional {
    margin-top: 9px; }
  .c-informacao-adicional__link {
    font-size: 12px;
    color: #1877f2 !important;
    font-style: normal;
    cursor: pointer;
    text-decoration: underline !important;
    font-weight: 600; }
  .c-informacao-adicional--primary {
    background-color: #FDEBE1;
    border-left: 5px solid #E55807; }
    .c-informacao-adicional--primary .c-informacao-adicional__link {
      color: #E55807 !important; }
  .c-informacao-adicional--secondary {
    background-color: #FDEBE1;
    border-left: 5px solid #E55807; }
  .c-informacao-adicional--danger {
    background-color: #FEDCDC;
    border-left: 5px solid #C71414; }
    .c-informacao-adicional--danger .c-informacao-adicional__link {
      color: #C71414 !important; }
  .c-informacao-adicional--sucess {
    background-color: #D9F4E2;
    border-left: 5px solid #00A148; }
    .c-informacao-adicional--sucess .c-informacao-adicional__link {
      color: #00A148 !important; }
  .c-informacao-adicional--neutral {
    background-color: #F2F2F2;
    border-left: 5px solid #ADADAD; }
  .c-informacao-adicional--alert {
    background-color: #FEEDBF;
    border-left: 5px solid #E38800; }
    .c-informacao-adicional--alert .c-informacao-adicional__link {
      color: #E38800 !important; }
  .c-informacao-adicional--no-highlight {
    border-left: inherit; }
  .c-informacao-adicional--botao-fechar {
    position: unset;
    display: none;
    margin-left: 10px; }
    @media (min-width: 576px) {
      .c-informacao-adicional--botao-fechar {
        display: block; } }
    @media (min-width: 992px) {
      .c-informacao-adicional--botao-fechar {
        position: absolute;
        right: 14px;
        top: 14px; }
        .c-informacao-adicional--botao-fechar i {
          cursor: pointer; } }

/*----
     <div class="c-check-titulo-info">
                            <input type="checkbox" class="c-check-titulo-info__check" style="display: block" />
                            <div class="c-check-titulo-info__texto">
                                <span class="c-check-titulo-info__titulo">Apagar linhas com campos vazios?</span>
                                <span class="c-check-titulo-info__subtitulo">Existem 322 campos vazios, afetando 122 linhas na importação, clicando aqui automaticamente apagaremos essas linhas.</span>
                            </div>
                        </div>
    -----*/
.c-check-titulo-info {
  display: flex;
  color: #515151; }
  .c-check-titulo-info__check {
    min-width: 20px;
    min-height: 20px;
    margin: 5px 15px 0 0; }
    .c-check-titulo-info__check--invalid {
      -webkit-appearance: none;
      width: 20px;
      height: 20px;
      min-height: 20px;
      min-width: 20px;
      margin: 5px 15px 0 0;
      border: 1px solid red;
      border-radius: 3px;
      cursor: pointer; }
  .c-check-titulo-info__texto {
    flex-direction: column;
    display: flex; }
  .c-check-titulo-info__titulo {
    font-weight: 700; }
  .c-check-titulo-info__subtitulo {
    font-weight: 400; }

.c-modal {
  font-family: "Inter Tight", sans-serif;
  color: #515151;
  font-size: 14px;
  background: rgba(181, 172, 173, 0.5);
  line-height: 19px; }
  .c-modal .modal-dialog {
    justify-content: center; }
  .c-modal .modal-content {
    max-width: 80%;
    border: none;
    padding: 20px; }
  .c-modal .modal-header {
    border-bottom: none;
    padding: 0; }
    .c-modal .modal-header .modal-title {
      font-weight: 700; }
  .c-modal .modal-body {
    margin-top: 16px;
    padding: 0; }
  .c-modal .modal-footer {
    margin-top: 16px;
    border-top: none;
    padding: 0; }

.tooltip-target:hover, .tooltip-target:focus {
  position: relative !important; }
  .tooltip-target:hover .c-tooltip, .tooltip-target:focus .c-tooltip {
    display: block; }

.c-tooltip {
  max-width: 473px;
  display: none;
  position: absolute;
  bottom: 40px;
  background: #FFFFFF;
  box-shadow: 0 0 12px rgba(111, 105, 106, 0.2);
  padding: 20px;
  text-align: left;
  line-height: 19px;
  font-size: 14px;
  z-index: 10010; }
  .c-tooltip__inner {
    display: flex; }
    .c-tooltip__inner__icon {
      font-size: 15px;
      color: #E55807; }
      .c-tooltip__inner__icon i {
        line-height: 19px; }
    .c-tooltip__inner__body {
      color: #515151;
      margin-left: 8px; }
      .c-tooltip__inner__body__title {
        font-weight: 700;
        display: block;
        margin-bottom: 8px; }

.c-etapas-bolinhas {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .c-etapas-bolinhas__etapa {
    background-color: #E3E3E3;
    min-width: 10px;
    min-height: 10px;
    border-radius: 50%; }
    .c-etapas-bolinhas__etapa + .c-etapas-bolinhas__etapa {
      margin-left: 6px; }
  .c-etapas-bolinhas__barra {
    background-color: #E3E3E3;
    min-width: 10px;
    min-height: 3px; }
  .c-etapas-bolinhas--bigger .c-etapas-bolinhas__etapa {
    min-width: 20px;
    min-height: 20px; }
    .c-etapas-bolinhas--bigger .c-etapas-bolinhas__etapa + .c-etapas-bolinhas--bigger .c-etapas-bolinhas__etapa {
      margin-left: 9px; }
  .c-etapas-bolinhas--bigger .c-etapas-bolinhas__barra {
    min-width: 10px;
    min-height: 5px; }

.c-stories {
  order: -1;
  display: flex;
  width: 100%;
  justify-content: center;
  flex-flow: column;
  flex-direction: row; }
  @media (min-width: 960px) {
    .c-stories {
      order: 4;
      width: unset;
      justify-content: space-around; } }
  .c-stories__container::-webkit-scrollbar {
    height: 4px;
    width: 4px;
    background: #FFFFFF;
    border-radius: 8px; }
  .c-stories__container::-webkit-scrollbar-thumb:horizontal {
    background: #E3E3E3;
    border-radius: 8px; }
  .c-stories__container {
    display: flex;
    align-self: center;
    max-width: 100%;
    overflow: auto; }
    @media (min-width: 960px) {
      .c-stories__container {
        max-width: 325px;
        scroll-behavior: smooth;
        overflow: hidden; } }
  .c-stories__icone_visualizacao {
    font-size: 22px;
    cursor: pointer;
    color: #ADADAD;
    margin-top: 15px;
    margin-right: 15px; }
    @media (min-width: 960px) {
      .c-stories__icone_visualizacao {
        margin: 6px 10px 0 10px; } }
  .c-stories__container_stories {
    min-width: 64px;
    margin-bottom: 5px;
    margin-top: 5px; }
    @media (min-width: 960px) {
      .c-stories__container_stories {
        margin-bottom: 0px;
        margin-top: 0px; } }
  .c-stories__botoes-navegacao {
    display: none; }
    @media (min-width: 960px) {
      .c-stories__botoes-navegacao {
        display: flex;
        flex-flow: column;
        place-content: space-evenly;
        color: #ADADAD;
        font-size: 22px;
        margin: 0px 10px 6px 10px; } }

.c-tp, .c-tp-display5, .c-tp-display4, .c-tp-display3, .c-tp-display2, .c-tp-display1, .c-tp-heading, .c-tp-subheading, .c-tp-body-regular2, .c-tp-body-regular1, .c-tp-body-bold2, .c-tp-body-bold1, .c-tp-button, .c-tp-caption2, .c-tp-caption1 {
  font-weight: 400 !important;
  font-family: "Inter Tight", sans-serif !important; }
  .c-tp-display5 {
    font-size: 56px !important;
    line-height: 130% !important; }
  .c-tp-display4 {
    font-size: 48px !important;
    line-height: 130% !important; }
  .c-tp-display3 {
    font-size: 40px !important;
    line-height: 130% !important; }
  .c-tp-display2 {
    font-size: 32px !important;
    line-height: 130% !important; }
  .c-tp-display1 {
    font-size: 24px !important;
    line-height: 180% !important; }
  .c-tp-heading {
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 180% !important; }
  .c-tp-subheading {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 180% !important; }
  .c-tp-body-regular2 {
    font-size: 16px !important;
    line-height: 130% !important; }
  .c-tp-body-regular1 {
    font-size: 14px !important;
    line-height: 130% !important; }
  .c-tp-body-bold2 {
    font-size: 16px !important;
    line-height: 130% !important; }
  .c-tp-body-bold1 {
    font-size: 14px !important;
    line-height: 130% !important; }
  .c-tp-button {
    font-weight: 600 !important;
    font-size: 14px !important; }
  .c-tp-caption2 {
    font-size: 12px !important;
    line-height: 180% !important; }
  .c-tp-caption1 {
    font-size: 11px !important;
    line-height: 180% !important; }

.c-modal-comentario {
  overflow: hidden;
  height: 100%; }
  .c-modal-comentario__inicial {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
  .c-modal-comentario__conteudo {
    font-weight: 400;
    font-size: 14px;
    color: #515151; }
  .c-modal-comentario__botao_acao {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
    Padding: 8px, 16px, 8px, 16px; }
    @media (min-width: 960px) {
      .c-modal-comentario__botao_acao {
        margin-bottom: 0px; } }
    .c-modal-comentario__botao_acao--primario {
      border: none; }
  .c-modal-comentario__text_area {
    padding: 10px;
    margin-top: 20px;
    width: 280px;
    height: 101px; }
    @media (min-width: 960px) {
      .c-modal-comentario__text_area {
        margin-top: 15px;
        margin-bottom: 20px; } }
  .c-modal-comentario__confirmacao {
    display: flex;
    flex-direction: column;
    color: #00A148;
    justify-content: center;
    align-items: center;
    font-weight: 600; }
    @media (min-width: 960px) {
      .c-modal-comentario__confirmacao {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center; } }
  .c-modal-comentario__icon {
    font-size: 48px;
    margin-bottom: 10px; }
    @media (min-width: 960px) {
      .c-modal-comentario__icon {
        font-size: 24px;
        margin-bottom: 0;
        padding-right: 8px; } }
  .c-modal-comentario__feedback {
    font-size: 16px; }
    @media (min-width: 960px) {
      .c-modal-comentario__feedback {
        font-size: 14px; } }

.c-card-novidade {
  font-size: 12px;
  padding: 15px; }
  @media (min-width: 576px) {
    .c-card-novidade {
      font-size: 14px; } }
  .c-card-novidade + .c-card-novidade {
    margin-top: 20px; }
  .c-card-novidade button:focus, .c-card-novidade input:focus {
    outline: none; }
  .c-card-novidade__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px; }
  .c-card-novidade__user {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .c-card-novidade__user-name {
      margin-left: 6px; }
    .c-card-novidade__user-ico {
      font-size: 30px; }
  .c-card-novidade__titulo {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px !important; }
    @media (min-width: 576px) {
      .c-card-novidade__titulo {
        font-size: 24px; } }
  .c-card-novidade__conteudo {
    font-size: 14px;
    margin-bottom: 30px !important; }
  .c-card-novidade__footer {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (min-width: 768px) {
      .c-card-novidade__footer {
        justify-content: end; } }
  .c-card-novidade__botoes {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px; }

.c-card-sugestao {
  margin-top: 15px;
  padding: 20px;
  box-sizing: border-box; }
  .c-card-sugestao__titulo {
    font-weight: 700;
    color: #515151;
    font-size: 18px; }
    @media (min-width: 960px) {
      .c-card-sugestao__titulo {
        font-size: 24px; } }
  .c-card-sugestao__subtitulo {
    font-weight: 400;
    color: #515151;
    font-size: 14px; }
    @media (min-width: 960px) {
      .c-card-sugestao__subtitulo {
        font-size: 18px; } }
  .c-card-sugestao__text_area {
    margin: 15px 0 5px 0; }
  .c-card-sugestao__botao_acao {
    display: flex;
    justify-content: end; }
    .c-card-sugestao__botao_acao--primario {
      line-height: normal;
      letter-spacing: 0.17px;
      text-align: end;
      width: 143px !important;
      box-sizing: border-box; }
    .c-card-sugestao__botao_acao--desabilitado {
      line-height: normal;
      letter-spacing: 0.17px;
      text-align: end;
      width: 143px !important;
      box-sizing: border-box; }

.c-card-votacao-sugestao {
  font-size: 14px;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-top: 20px; }
  @media (min-width: 576px) {
    .c-card-votacao-sugestao {
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: center; } }
  .c-card-votacao-sugestao button:focus, .c-card-votacao-sugestao input:focus {
    outline: none; }
  .c-card-votacao-sugestao__icone_e_proposta {
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
    align-items: center; }
    @media (min-width: 576px) {
      .c-card-votacao-sugestao__icone_e_proposta {
        justify-content: center; } }
  .c-card-votacao-sugestao__proposta {
    color: #515151; }
  .c-card-votacao-sugestao__icone {
    padding-right: 20px;
    font-size: 40px;
    color: #FFC633; }
  .c-card-votacao-sugestao__botao_area {
    width: unset !important;
    height: 35px;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
    flex-direction: row;
    padding-top: 20px; }
    @media (min-width: 576px) {
      .c-card-votacao-sugestao__botao_area {
        Padding: 8px, 16px !important; } }
  .c-card-votacao-sugestao__botao_comentar {
    width: 100px; }
  .c-card-votacao-sugestao__botao_gostei {
    width: 120px;
    font-weight: 700; }
    @media (min-width: 576px) {
      .c-card-votacao-sugestao__botao_gostei {
        width: 77px; } }
    .c-card-votacao-sugestao__botao_gostei--curtido {
      width: 120px;
      font-weight: 700;
      background-color: #FDEBE1; }
      @media (min-width: 576px) {
        .c-card-votacao-sugestao__botao_gostei--curtido {
          width: 77px; } }

.c-card-sugestao-comunidade {
  margin-top: 15px;
  padding: 20px;
  box-sizing: border-box; }
  @media (min-width: 992px) {
    .c-card-sugestao-comunidade {
      margin-top: 0px; } }
  .c-card-sugestao-comunidade__titulo {
    font-weight: 700;
    color: #515151;
    font-size: 18px; }
  .c-card-sugestao-comunidade__subtitulo {
    font-weight: 400;
    color: #515151;
    font-size: 14px; }
  .c-card-sugestao-comunidade__text_area {
    margin: 15px 0 0px 0; }
  .c-card-sugestao-comunidade__contador {
    display: flex;
    color: #515151;
    justify-content: end;
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 180%; }
  .c-card-sugestao-comunidade__botao_acao {
    display: flex;
    justify-content: end; }
    .c-card-sugestao-comunidade__botao_acao--primario {
      line-height: normal;
      letter-spacing: 0.17px;
      text-align: end;
      width: 143px !important;
      box-sizing: border-box; }
    .c-card-sugestao-comunidade__botao_acao--desabilitado {
      line-height: normal;
      letter-spacing: 0.17px;
      text-align: end;
      width: 143px !important;
      box-sizing: border-box; }

.c-modal-feedback-sugestao {
  overflow: hidden;
  height: 100%; }
  .c-modal-feedback-sugestao__inicial {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
  .c-modal-feedback-sugestao__conteudo {
    font-weight: 400;
    font-size: 16px;
    color: #515151;
    padding-bottom: 20px; }
    @media (min-width: 576px) {
      .c-modal-feedback-sugestao__conteudo {
        font-size: 18px; } }
    @media (min-width: 960px) {
      .c-modal-feedback-sugestao__conteudo {
        font-size: 16px; } }
  .c-modal-feedback-sugestao__footer {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
    Padding: 8px, 16px, 8px, 16px; }
    @media (min-width: 960px) {
      .c-modal-feedback-sugestao__footer {
        margin-bottom: 0px; } }
  .c-modal-feedback-sugestao__botao_acao {
    border: none; }
    @media (min-width: 576px) {
      .c-modal-feedback-sugestao__botao_acao {
        font-size: 18px; } }
    @media (min-width: 960px) {
      .c-modal-feedback-sugestao__botao_acao {
        width: 86px;
        height: 35px;
        font-size: 14px; } }

.c-pesquisa-sugestao {
  display: flex;
  flex-direction: column;
  align-items: center;
  Padding: 20px;
  text-align: center; }
  .c-pesquisa-sugestao__titulo {
    color: #515151;
    font-weight: 600;
    font-size: 24px; }
  .c-pesquisa-sugestao__conteudo {
    color: #515151;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 10px; }
  .c-pesquisa-sugestao__area_btn {
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column; }
    @media (min-width: 576px) {
      .c-pesquisa-sugestao__area_btn {
        justify-content: center;
        align-items: center;
        flex-direction: row; } }
    .c-pesquisa-sugestao__area_btn button {
      width: 100%; }
      @media (min-width: 576px) {
        .c-pesquisa-sugestao__area_btn button {
          width: unset !important; } }
  .c-pesquisa-sugestao__pesquisar {
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    padding: 10px;
    height: 38px;
    display: flex;
    width: 100%;
    margin-bottom: 14px;
    margin-right: 0px; }
    @media (min-width: 576px) {
      .c-pesquisa-sugestao__pesquisar {
        margin-right: 14px;
        margin-bottom: 0px;
        width: 273px; } }
    .c-pesquisa-sugestao__pesquisar input {
      width: 100%;
      border: none;
      color: #515151; }
      .c-pesquisa-sugestao__pesquisar input:hover {
        border: none; }
      .c-pesquisa-sugestao__pesquisar input:focus {
        box-shadow: 0 0 0 0;
        border: 0 none;
        outline: 0; }
    .c-pesquisa-sugestao__pesquisar:hover {
      border: 1px solid #515151; }
    .c-pesquisa-sugestao__pesquisar:focus-within {
      border: 1px solid #E55807; }

.c-card-redirecionamento {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  flex-direction: row;
  font-family: "Inter Tight", sans-serif !important;
  cursor: pointer;
  text-decoration: none; }
  .c-card-redirecionamento:hover {
    text-decoration: none; }
  .c-card-redirecionamento + .c-card-redirecionamento {
    margin-top: 20px; }
  .c-card-redirecionamento--outlined {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    cursor: pointer;
    flex-direction: row; }
    .c-card-redirecionamento--outlined:hover {
      border-color: #ADADAD; }
  .c-card-redirecionamento__recomendacao {
    color: #FFFFFF;
    position: absolute;
    left: 16px;
    width: auto;
    padding: 4px 8px;
    background: #41C670;
    border-radius: 4px 4px 0 0;
    bottom: 100%;
    font-weight: 600;
    font-size: 12px; }
  .c-card-redirecionamento__info {
    display: flex;
    flex-direction: row; }
    .c-card-redirecionamento__info-icon {
      color: #E55807;
      font-size: 32px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin: 0px 10px; }
  .c-card-redirecionamento__titulo {
    font-weight: 700;
    font-size: 14px;
    color: #515151; }
  .c-card-redirecionamento__conteudo {
    color: #515151;
    font-size: 14px;
    font-weight: 400;
    color: #515151;
    cursor: pointer;
    display: inline-block;
    text-decoration: none; }
    .c-card-redirecionamento__conteudo:hover {
      text-decoration: none;
      color: #515151; }
  .c-card-redirecionamento__redirecionamento {
    margin: 0px 10px;
    cursor: pointer;
    text-decoration: none; }
    .c-card-redirecionamento__redirecionamento-icon {
      font-size: 18px;
      color: #E55807; }
    .c-card-redirecionamento__redirecionamento:hover {
      text-decoration: none;
      border: none; }
  .c-card-redirecionamento--secondary .c-card-redirecionamento__info-icon {
    color: #E55807; }
  .c-card-redirecionamento--secondary .c-card-redirecionamento__redirecionamento-icon {
    color: #E55807; }

.c-card-conteudo {
  display: flex;
  padding: 20px;
  flex-direction: column; }
  .c-card-conteudo__cabecalho {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px; }
  .c-card-conteudo__info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row; }
    .c-card-conteudo__info-icone {
      font-size: 32px;
      color: #515151;
      margin-right: 20px !important; }
      @media (min-width: 768px) {
        .c-card-conteudo__info-icone {
          margin-right: 15px !important; } }
      @media (min-width: 992px) {
        .c-card-conteudo__info-icone {
          margin-right: 20px !important; } }
  .c-card-conteudo__botao-redirecionamento {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none; }
    .c-card-conteudo__botao-redirecionamento__primary {
      border: 1px solid #E55807;
      background: #E55807; }
      .c-card-conteudo__botao-redirecionamento__primary .c-card-conteudo__botao-redirecionamento-icon {
        color: #FFFFFF; }
    .c-card-conteudo__botao-redirecionamento-icon {
      font-size: 24px;
      color: #E55807; }
    .c-card-conteudo__botao-redirecionamento:hover {
      border: 1px solid #E55807;
      text-decoration: none; }
    .c-card-conteudo__botao-redirecionamento:focus {
      border: 1px solid #D83B04;
      background-color: #FDEBE1; }
  .c-card-conteudo__titulo {
    font-size: 18px;
    font-weight: 700;
    color: #515151; }
  .c-card-conteudo__descricao {
    font-size: 14px;
    color: #515151;
    font-weight: 400; }
  .c-card-conteudo__footer {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    margin-bottom: 0px;
    margin-top: 12px; }
    @media (min-width: 768px) {
      .c-card-conteudo__footer {
        flex-direction: row;
        margin-top: 0px;
        margin-left: 15px; } }
    .c-card-conteudo__footer--fluido {
      display: flex;
      justify-content: flex-end;
      flex-direction: column;
      margin-bottom: 0px;
      margin-top: 12px; }
      .c-card-conteudo__footer--fluido button {
        margin: 5px; }
    .c-card-conteudo__footer button {
      margin: 5px; }

.c-accordion {
  display: block;
  width: 100%; }
  .c-accordion__hr {
    display: none; }
  .c-accordion__com-borda {
    border: 1px solid #E3E3E3;
    border-radius: 8px; }
    .c-accordion__com-borda .c-accordion__header {
      background-color: #FFFFFF; }
  .c-accordion__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #F2F2F2;
    cursor: pointer;
    border-radius: 4px;
    padding: 4px 16px;
    color: #515151; }
    .c-accordion__header:hover, .c-accordion__header.is-hover {
      background-color: #E3E3E3; }
    .c-accordion__header:focus, .c-accordion__header.is-focus {
      border: 1px solid #ADADAD; }
    .c-accordion__header.is-disabled {
      background-color: #F2F2F2;
      color: #ADADAD;
      pointer-events: none; }
      .c-accordion__header.is-disabled .c-accordion__title {
        color: #ADADAD; }
  .c-accordion__body {
    display: none; }
  .c-accordion__title {
    font-family: "Inter Tight", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #515151; }
  .c-accordion--xs .c-accordion__header {
    padding: 4px 4px; }
  .c-accordion--sm .c-accordion__header {
    padding: 8px 8px; }
  .c-accordion--md .c-accordion__header {
    padding: 16px 16px; }
  .c-accordion.is-open .c-accordion__header:not(.c-accordion__header--branco) {
    background-color: #F2F2F2;
    color: #ADADAD; }
  .c-accordion.is-open .c-accordion__header--branco {
    background-color: #FFFFFF; }
  .c-accordion.is-open .c-accordion__body {
    display: block; }
  .c-accordion.is-open .c-accordion__arrow {
    transition: all 0.3s;
    transform: rotate(180deg); }
  .c-accordion.is-open .c-accordion__hr {
    display: block; }
  .c-accordion.cursor-default .c-accordion__header {
    cursor: default; }
  .c-accordion + .c-accordion {
    margin-top: 20px; }

.c-card-panel {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 16px; }
  .c-card-panel .c-dash-card {
    padding: 16px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    background: #FFFFFF;
    border-radius: 6px;
    flex-basis: 196px;
    height: auto;
    position: relative;
    color: #515151;
    font-family: 'Inter Tight', sans-serif;
    display: flex;
    column-gap: 12px;
    align-items: center; }
    @media screen and (max-width: 576px) {
      .c-card-panel .c-dash-card {
        flex-basis: calc(50% - 8px); } }
    @media screen and (max-width: 576px) {
      .c-card-panel .c-dash-card__full {
        flex-basis: 100%; } }
    .c-card-panel .c-dash-card__body {
      display: flex;
      flex-direction: column;
      row-gap: 4px;
      width: 100%; }
      .c-card-panel .c-dash-card__body__title {
        text-align: inherit;
        font-weight: 400;
        font-size: 14px;
        line-height: 17.5px; }
        @media screen and (max-width: 576px) {
          .c-card-panel .c-dash-card__body__title {
            font-size: 12px;
            line-height: 16.34px; } }
      .c-card-panel .c-dash-card__body__value {
        text-align: inherit;
        font-weight: 700;
        font-size: 14px;
        line-height: 17.5px; }
        @media screen and (max-width: 576px) {
          .c-card-panel .c-dash-card__body__value {
            line-height: 19px; } }
    .c-card-panel .c-dash-card__icon {
      font-size: 28px;
      color: #41C670; }
    .c-card-panel .c-dash-card__info {
      position: absolute;
      right: 8px;
      top: 8px;
      font-size: 16px;
      color: #C5C5C5; }

.c-tabs-v2 {
  font-family: "Inter Tight", sans-serif;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: visible;
  background: none;
  column-gap: 16px;
  padding: 0 16px !important; }
  .c-tabs-v2--no-padding {
    padding: 0 !important; }
  .c-tabs-v2::-webkit-scrollbar {
    display: none; }
  .c-tabs-v2__tab {
    position: relative;
    padding: 5px 20px;
    color: #515151;
    background: none;
    cursor: pointer !important;
    border-bottom: 1px solid #ADADAD; }
    .c-tabs-v2__tab:hover:not(.c-tabs-v2__tab__ativa) {
      background: #F2F2F2; }
    .c-tabs-v2__tab__ativa {
      border-bottom: 2px solid #B43500;
      font-weight: 600 !important;
      color: #D83B04; }
    .c-tabs-v2__tab span, .c-tabs-v2__tab p, .c-tabs-v2__tab label {
      white-space: nowrap; }
  .c-tabs-v2--tamanho-medio {
    font-size: 16px; }
    @media (min-width: 992px) {
      .c-tabs-v2--tamanho-medio {
        font-size: 18px; } }
  .c-tabs-v2 a {
    text-decoration: none;
    color: inherit;
    font-family: inherit;
    font-size: inherit; }
    .c-tabs-v2 a:hover {
      color: inherit;
      text-decoration: none; }
  @media screen and (max-width: 768px) {
    .c-tabs-v2__tab {
      color: #7D7D7D;
      border-bottom: 2px solid #D4D4D4; }
      .c-tabs-v2__tab__ativa {
        color: #E35B00;
        font-weight: 400 !important;
        border-bottom: 2px solid #E35B00; } }

.c-tabs {
  font-family: "Inter Tight", sans-serif;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: visible;
  border-bottom: 1px solid #E3E3E3;
  background: none;
  column-gap: 4px;
  padding: 0 16px !important; }
  .c-tabs::-webkit-scrollbar {
    display: none; }
  .c-tabs__tab {
    font-size: 14px;
    position: relative;
    padding: 16px 20px;
    color: #515151;
    background: none;
    cursor: pointer; }
    .c-tabs__tab:hover:not(.c-tabs__tab__ativa) {
      background: #F2F2F2; }
    .c-tabs__tab__ativa {
      background: #FDEBE1;
      border-bottom: 2px solid #D83B04;
      color: #1E1E1E; }
    .c-tabs__tab span, .c-tabs__tab p, .c-tabs__tab label {
      white-space: nowrap; }
    .c-tabs__tab a {
      text-decoration: none;
      color: inherit;
      font-family: inherit;
      font-size: inherit; }
      .c-tabs__tab a:hover {
        color: inherit;
        text-decoration: none; }

/* ==========================================================================
   # c-progress-feedback 
   ========================================================================== */
/** Example
*    <ul class="c-progress-container">
*      <li class="c-progress-item--done">
*        <div class="c-progress-item-content">
*          <div class="c-progress-item-bar"></div>
*          <div class="c-progress-item-inner">
*            1
*          </div>
*          <div class="c-progress-item-bar"></div>
*        </div>
*        <div class="c-progress-item-text">
*          <p>Primeira etapa concluída</p>
*        </div>
*      </li>
*      <li class="c-progress-item--todo--current ">
*        <div class="c-progress-item-content">
*          <div class="c-progress-item-bar"></div>
*          <div class="c-progress-item-inner">
*            2
*          </div>
*          <div class="c-progress-item-bar"></div>
*        </div>
*        <div class="c-progress-item-text">
*          <p>Segunda etapa em progresso</p>
*        </div>
*      </li>
*      <li class="c-progress-item--todo">
*        <div class="c-progress-item-content">
*          <div class="c-progress-item-bar"></div>
*          <div class="c-progress-item-inner">
*            3
*          </div>
*          <div class="c-progress-item-bar"></div>
*        </div>
*        <div class="c-progress-item-text">
*          <p>Terceira etapa a fazer</p>
*        </div>
*      </li>
*    </ul>
*/
p {
  font-family: 'Inter Tight', sans-serif; }

.c-progress-feedback-container {
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  padding: unset; }
  @media (max-width: 768px) {
    .c-progress-feedback-container {
      flex-direction: column; } }

.c-progress-feedback--vertical {
  flex-direction: column; }
  .c-progress-feedback--vertical li[class*="item--"] {
    grid-template-columns: repeat(2, auto);
    padding-top: 0; }
    .c-progress-feedback--vertical li[class*="item--"]:not([class*="--current"]) {
      margin-left: 4px; }
      @media (max-width: 768px) {
        .c-progress-feedback--vertical li[class*="item--"]:not([class*="--current"]) {
          margin-left: 3px; } }
  .c-progress-feedback--vertical div[class*="-content"] {
    flex-direction: column;
    padding-left: 5px; }
  .c-progress-feedback--vertical div[class*="-bar"] {
    height: 4px;
    width: 2px;
    margin-bottom: 0; }
  .c-progress-feedback--vertical div[class*="-text"] {
    display: flex;
    align-items: center; }
    .c-progress-feedback--vertical div[class*="-text"] > p {
      max-width: 100% !important; }

.c-progress-feedback--horizontal {
  flex-direction: row;
  margin: 0;
  width: 100%;
  position: relative; }
  .c-progress-feedback--horizontal li[class*="item--"] {
    grid-template-columns: repeat(1, auto); }
    .c-progress-feedback--horizontal li[class*="item--"]:not([class*="--current"]) {
      margin: 0px !important; }
      @media (max-width: 768px) {
        .c-progress-feedback--horizontal li[class*="item--"]:not([class*="--current"]) {
          margin-left: 0; } }
  .c-progress-feedback--horizontal div[class*="-content"] {
    flex-direction: row !important;
    padding-left: 0px !important;
    align-items: center;
    justify-content: center;
    min-width: 148px;
    max-width: 148px; }
  .c-progress-feedback--horizontal--sm div[class*="-content"] {
    flex-direction: row !important;
    padding-left: 0px !important;
    align-items: center;
    justify-content: center;
    min-width: 135px;
    max-width: 135px; }
  .c-progress-feedback--horizontal div[class*="-bar"] {
    height: 2px !important;
    width: 100% !important;
    margin-right: -14px; }
  .c-progress-feedback--horizontal div[class*="-text"] {
    display: flex;
    justify-content: center; }
    .c-progress-feedback--horizontal div[class*="-text"] > p {
      max-width: 100% !important; }

.c-progress-feedback-item, .c-progress-feedback-item--todo, .c-progress-feedback-item--todo--current, .c-progress-feedback-item--selected, .c-progress-feedback-item--selected--current, .c-progress-feedback-item--done, .c-progress-feedback-item--done--current {
  display: grid; }
  @media (max-width: 768px) {
    .c-progress-feedback-item:not([class*="--current"]), .c-progress-feedback-item--todo:not([class*="--current"]), .c-progress-feedback-item--todo--current:not([class*="--current"]), .c-progress-feedback-item--selected:not([class*="--current"]), .c-progress-feedback-item--selected--current:not([class*="--current"]), .c-progress-feedback-item--done:not([class*="--current"]), .c-progress-feedback-item--done--current:not([class*="--current"]) {
      margin-left: 3px; } }
  .c-progress-feedback-item-bar {
    width: 45px;
    height: 2px; }
  .c-progress-feedback-item-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 14px; }
  .c-progress-feedback-item--todo, .c-progress-feedback-item--todo--current {
    gap: 16px;
    padding-top: 2.5px; }
    @media (max-width: 768px) {
      .c-progress-feedback-item--todo, .c-progress-feedback-item--todo--current {
        display: flex;
        flex-direction: column;
        align-items: center;
        column-gap: 14px;
        padding-top: 0px; } }
    .c-progress-feedback-item--todo > div.c-progress-feedback-item-content, .c-progress-feedback-item--todo--current > div.c-progress-feedback-item-content {
      display: flex;
      align-items: center; }
      @media (max-width: 768px) {
        .c-progress-feedback-item--todo > div.c-progress-feedback-item-content, .c-progress-feedback-item--todo--current > div.c-progress-feedback-item-content {
          flex-direction: column;
          padding-left: 5px; }
          .c-progress-feedback-item--todo > div.c-progress-feedback-item-content > div:not(.c-progress-feedback-item-inner), .c-progress-feedback-item--todo--current > div.c-progress-feedback-item-content > div:not(.c-progress-feedback-item-inner) {
            height: 18px;
            width: 2px; } }
      .c-progress-feedback-item--todo > div.c-progress-feedback-item-content > div, .c-progress-feedback-item--todo--current > div.c-progress-feedback-item-content > div {
        background-color: #FFFFFF;
        color: #1E1E1E; }
      .c-progress-feedback-item--todo > div.c-progress-feedback-item-content > div.c-progress-feedback-item-bar, .c-progress-feedback-item--todo--current > div.c-progress-feedback-item-content > div.c-progress-feedback-item-bar {
        background-color: #E3E3E3; }
      .c-progress-feedback-item--todo > div.c-progress-feedback-item-content > div.c-progress-feedback-item-inner, .c-progress-feedback-item--todo--current > div.c-progress-feedback-item-content > div.c-progress-feedback-item-inner {
        border: 2px solid #E3E3E3;
        font-weight: 600;
        font-family: 'Inter Tight', sans-serif; }
    .c-progress-feedback-item--todo > div.c-progress-feedback-item-text, .c-progress-feedback-item--todo--current > div.c-progress-feedback-item-text {
      text-align: start; }
      @media (max-width: 768px) {
        .c-progress-feedback-item--todo > div.c-progress-feedback-item-text, .c-progress-feedback-item--todo--current > div.c-progress-feedback-item-text {
          text-align: center;
          display: flex;
          align-items: center; }
          .c-progress-feedback-item--todo > div.c-progress-feedback-item-text > p, .c-progress-feedback-item--todo--current > div.c-progress-feedback-item-text > p {
            height: fit-content;
            max-width: unset;
            padding-left: 10px; } }
      .c-progress-feedback-item--todo > div.c-progress-feedback-item-text > p, .c-progress-feedback-item--todo--current > div.c-progress-feedback-item-text > p {
        word-wrap: break-word;
        white-space: pre-line;
        max-width: 122px; }
        @media (max-width: 768px) {
          .c-progress-feedback-item--todo > div.c-progress-feedback-item-text > p, .c-progress-feedback-item--todo--current > div.c-progress-feedback-item-text > p {
            max-width: unset; } }
  .c-progress-feedback-item--todo--current {
    gap: 14px;
    padding-top: 0px; }
    @media (max-width: 768px) {
      .c-progress-feedback-item--todo--current {
        padding-left: 5px; } }
    @media (max-width: 768px) {
      .c-progress-feedback-item--todo--current > div.c-progress-feedback-item-content {
        padding-left: 0px; } }
    .c-progress-feedback-item--todo--current > div.c-progress-feedback-item-content > div.c-progress-feedback-item-bar {
      margin-bottom: 1px;
      background-color: #E3E3E3; }
      @media (max-width: 768px) {
        .c-progress-feedback-item--todo--current > div.c-progress-feedback-item-content > div.c-progress-feedback-item-bar {
          margin-left: 2px;
          margin-bottom: 0px; } }
    @media (max-width: 768px) {
      .c-progress-feedback-item--todo--current > div.c-progress-feedback-item-content[class*="horizontal"] {
        padding-left: 10px; } }
    @media (max-width: 768px) {
      .c-progress-feedback-item--todo--current > div.c-progress-feedback-item-content[class*="horizontal"][class*="horizontal"] > div.c-progress-feedback-item-inner {
        margin-left: 3px; } }
    .c-progress-feedback-item--todo--current > div.c-progress-feedback-item-content[class*="horizontal"][class*="horizontal"] > div.c-progress-feedback-item-inner[class*="horizontal"] > div.c-progress-feedback-item-bar {
      margin-bottom: 3px;
      background-color: #E3E3E3; }
      @media (max-width: 768px) {
        .c-progress-feedback-item--todo--current > div.c-progress-feedback-item-content[class*="horizontal"][class*="horizontal"] > div.c-progress-feedback-item-inner[class*="horizontal"] > div.c-progress-feedback-item-bar {
          margin-left: 2px !important;
          margin-bottom: 6px !important; } }
    .c-progress-feedback-item--todo--current > div.c-progress-feedback-item-text > p {
      font-weight: 600; }
      @media (max-width: 768px) {
        .c-progress-feedback-item--todo--current > div.c-progress-feedback-item-text > p {
          max-width: unset; } }
  .c-progress-feedback-item--selected, .c-progress-feedback-item--selected--current {
    gap: 16px;
    padding-top: 2.5px; }
    @media (max-width: 768px) {
      .c-progress-feedback-item--selected, .c-progress-feedback-item--selected--current {
        display: flex;
        flex-direction: column;
        align-items: center;
        column-gap: 14px;
        padding-top: 0px; } }
    .c-progress-feedback-item--selected > div.c-progress-feedback-item-content, .c-progress-feedback-item--selected--current > div.c-progress-feedback-item-content {
      display: flex;
      align-items: center; }
      @media (max-width: 768px) {
        .c-progress-feedback-item--selected > div.c-progress-feedback-item-content, .c-progress-feedback-item--selected--current > div.c-progress-feedback-item-content {
          flex-direction: column;
          padding-left: 5px; }
          .c-progress-feedback-item--selected > div.c-progress-feedback-item-content > div:not(.c-progress-feedback-item-inner), .c-progress-feedback-item--selected--current > div.c-progress-feedback-item-content > div:not(.c-progress-feedback-item-inner) {
            height: 18px;
            width: 2px; } }
      .c-progress-feedback-item--selected > div.c-progress-feedback-item-content > div, .c-progress-feedback-item--selected--current > div.c-progress-feedback-item-content > div {
        background-color: #E55807;
        color: #FFFFFF; }
      .c-progress-feedback-item--selected > div.c-progress-feedback-item-content > div.c-progress-feedback-item-bar, .c-progress-feedback-item--selected--current > div.c-progress-feedback-item-content > div.c-progress-feedback-item-bar {
        background-color: #E3E3E3; }
      .c-progress-feedback-item--selected > div.c-progress-feedback-item-content > div.c-progress-feedback-item-inner, .c-progress-feedback-item--selected--current > div.c-progress-feedback-item-content > div.c-progress-feedback-item-inner {
        border: 2px solid #E55807;
        font-weight: 600;
        font-family: 'Inter Tight', sans-serif; }
    .c-progress-feedback-item--selected > div.c-progress-feedback-item-text, .c-progress-feedback-item--selected--current > div.c-progress-feedback-item-text {
      text-align: start; }
      @media (max-width: 768px) {
        .c-progress-feedback-item--selected > div.c-progress-feedback-item-text, .c-progress-feedback-item--selected--current > div.c-progress-feedback-item-text {
          text-align: center;
          display: flex;
          align-items: center; }
          .c-progress-feedback-item--selected > div.c-progress-feedback-item-text > p, .c-progress-feedback-item--selected--current > div.c-progress-feedback-item-text > p {
            height: fit-content;
            max-width: unset;
            padding-left: 10px; } }
      .c-progress-feedback-item--selected > div.c-progress-feedback-item-text > p, .c-progress-feedback-item--selected--current > div.c-progress-feedback-item-text > p {
        word-wrap: break-word;
        white-space: pre-line;
        max-width: 122px; }
        @media (max-width: 768px) {
          .c-progress-feedback-item--selected > div.c-progress-feedback-item-text > p, .c-progress-feedback-item--selected--current > div.c-progress-feedback-item-text > p {
            max-width: unset; } }
  .c-progress-feedback-item--selected--current {
    gap: 14px;
    padding-top: 0px; }
    @media (max-width: 768px) {
      .c-progress-feedback-item--selected--current {
        padding-left: 5px; } }
    @media (max-width: 768px) {
      .c-progress-feedback-item--selected--current > div.c-progress-feedback-item-content {
        padding-left: 0px; } }
    .c-progress-feedback-item--selected--current > div.c-progress-feedback-item-content > div.c-progress-feedback-item-bar {
      margin-bottom: 1px;
      background-color: #E3E3E3; }
      @media (max-width: 768px) {
        .c-progress-feedback-item--selected--current > div.c-progress-feedback-item-content > div.c-progress-feedback-item-bar {
          margin-left: 2px;
          margin-bottom: 0px; } }
    @media (max-width: 768px) {
      .c-progress-feedback-item--selected--current > div.c-progress-feedback-item-content[class*="horizontal"] {
        padding-left: 10px; } }
    @media (max-width: 768px) {
      .c-progress-feedback-item--selected--current > div.c-progress-feedback-item-content[class*="horizontal"][class*="horizontal"] > div.c-progress-feedback-item-inner {
        margin-left: 3px; } }
    .c-progress-feedback-item--selected--current > div.c-progress-feedback-item-content[class*="horizontal"][class*="horizontal"] > div.c-progress-feedback-item-inner[class*="horizontal"] > div.c-progress-feedback-item-bar {
      margin-bottom: 3px;
      background-color: #E3E3E3; }
      @media (max-width: 768px) {
        .c-progress-feedback-item--selected--current > div.c-progress-feedback-item-content[class*="horizontal"][class*="horizontal"] > div.c-progress-feedback-item-inner[class*="horizontal"] > div.c-progress-feedback-item-bar {
          margin-left: 2px !important;
          margin-bottom: 6px !important; } }
    .c-progress-feedback-item--selected--current > div.c-progress-feedback-item-text > p {
      font-weight: 600; }
      @media (max-width: 768px) {
        .c-progress-feedback-item--selected--current > div.c-progress-feedback-item-text > p {
          max-width: unset; } }
  .c-progress-feedback-item--done, .c-progress-feedback-item--done--current {
    gap: 16px;
    padding-top: 2.5px; }
    @media (max-width: 768px) {
      .c-progress-feedback-item--done, .c-progress-feedback-item--done--current {
        display: flex;
        flex-direction: column;
        align-items: center;
        column-gap: 14px;
        padding-top: 0px; } }
    .c-progress-feedback-item--done > div.c-progress-feedback-item-content, .c-progress-feedback-item--done--current > div.c-progress-feedback-item-content {
      display: flex;
      align-items: center; }
      @media (max-width: 768px) {
        .c-progress-feedback-item--done > div.c-progress-feedback-item-content, .c-progress-feedback-item--done--current > div.c-progress-feedback-item-content {
          flex-direction: column;
          padding-left: 5px; }
          .c-progress-feedback-item--done > div.c-progress-feedback-item-content > div:not(.c-progress-feedback-item-inner), .c-progress-feedback-item--done--current > div.c-progress-feedback-item-content > div:not(.c-progress-feedback-item-inner) {
            height: 18px;
            width: 2px; } }
      .c-progress-feedback-item--done > div.c-progress-feedback-item-content > div, .c-progress-feedback-item--done--current > div.c-progress-feedback-item-content > div {
        background-color: #D9F4E2;
        color: #00A148; }
      .c-progress-feedback-item--done > div.c-progress-feedback-item-content > div.c-progress-feedback-item-bar, .c-progress-feedback-item--done--current > div.c-progress-feedback-item-content > div.c-progress-feedback-item-bar {
        background-color: #E3E3E3; }
      .c-progress-feedback-item--done > div.c-progress-feedback-item-content > div.c-progress-feedback-item-inner, .c-progress-feedback-item--done--current > div.c-progress-feedback-item-content > div.c-progress-feedback-item-inner {
        border: 2px solid #D9F4E2;
        font-weight: 600;
        font-family: 'Inter Tight', sans-serif; }
    .c-progress-feedback-item--done > div.c-progress-feedback-item-text, .c-progress-feedback-item--done--current > div.c-progress-feedback-item-text {
      text-align: start; }
      @media (max-width: 768px) {
        .c-progress-feedback-item--done > div.c-progress-feedback-item-text, .c-progress-feedback-item--done--current > div.c-progress-feedback-item-text {
          text-align: center;
          display: flex;
          align-items: center; }
          .c-progress-feedback-item--done > div.c-progress-feedback-item-text > p, .c-progress-feedback-item--done--current > div.c-progress-feedback-item-text > p {
            height: fit-content;
            max-width: unset;
            padding-left: 10px; } }
      .c-progress-feedback-item--done > div.c-progress-feedback-item-text > p, .c-progress-feedback-item--done--current > div.c-progress-feedback-item-text > p {
        word-wrap: break-word;
        white-space: pre-line;
        max-width: 122px; }
        @media (max-width: 768px) {
          .c-progress-feedback-item--done > div.c-progress-feedback-item-text > p, .c-progress-feedback-item--done--current > div.c-progress-feedback-item-text > p {
            max-width: unset; } }
  .c-progress-feedback-item--done--current {
    gap: 14px;
    padding-top: 0px; }
    @media (max-width: 768px) {
      .c-progress-feedback-item--done--current {
        padding-left: 5px; } }
    @media (max-width: 768px) {
      .c-progress-feedback-item--done--current > div.c-progress-feedback-item-content {
        padding-left: 0px; } }
    .c-progress-feedback-item--done--current > div.c-progress-feedback-item-content > div.c-progress-feedback-item-bar {
      margin-bottom: 1px;
      background-color: #E3E3E3; }
      @media (max-width: 768px) {
        .c-progress-feedback-item--done--current > div.c-progress-feedback-item-content > div.c-progress-feedback-item-bar {
          margin-left: 2px;
          margin-bottom: 0px; } }
    @media (max-width: 768px) {
      .c-progress-feedback-item--done--current > div.c-progress-feedback-item-content[class*="horizontal"] {
        padding-left: 10px; } }
    @media (max-width: 768px) {
      .c-progress-feedback-item--done--current > div.c-progress-feedback-item-content[class*="horizontal"][class*="horizontal"] > div.c-progress-feedback-item-inner {
        margin-left: 3px; } }
    .c-progress-feedback-item--done--current > div.c-progress-feedback-item-content[class*="horizontal"][class*="horizontal"] > div.c-progress-feedback-item-inner[class*="horizontal"] > div.c-progress-feedback-item-bar {
      margin-bottom: 3px;
      background-color: #E3E3E3; }
      @media (max-width: 768px) {
        .c-progress-feedback-item--done--current > div.c-progress-feedback-item-content[class*="horizontal"][class*="horizontal"] > div.c-progress-feedback-item-inner[class*="horizontal"] > div.c-progress-feedback-item-bar {
          margin-left: 2px !important;
          margin-bottom: 6px !important; } }
    .c-progress-feedback-item--done--current > div.c-progress-feedback-item-text > p {
      font-weight: 600; }
      @media (max-width: 768px) {
        .c-progress-feedback-item--done--current > div.c-progress-feedback-item-text > p {
          max-width: unset; } }

.c-selecionador-itens_tooltip {
  width: 347px;
  left: -150px;
  bottom: -200px !important; }
  .c-selecionador-itens_tooltip--left {
    left: -347px; }

@media (max-width: 620px) {
  .c-selecionador-itens_tooltip {
    width: 290px;
    left: -210px;
    right: 0;
    margin-left: auto;
    margin-right: auto; }
    .c-selecionador-itens_tooltip--left {
      width: 310px;
      left: -310px; } }

.c-modal-kojs-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0px;
  left: 0px;
  padding: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(181, 172, 173, 0.5); }

.c-modal-kojs-content {
  width: 65vw;
  height: auto;
  border-radius: 8px;
  background: #FFFFFF;
  padding: 24px; }
  @media (max-width: 768px) {
    .c-modal-kojs-content {
      width: 100vw !important;
      height: 100vh !important; } }

.c-modal-kojs-small-content {
  width: 65vw;
  height: auto;
  border-radius: 8px;
  background: #FFFFFF;
  padding: 24px; }
  @media (max-width: 768px) {
    .c-modal-kojs-small-content {
      margin: 0px 24px; } }

.c-modal-kojs-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: 1px solid #E3E3E3; }
  @media (max-width: 768px) {
    .c-modal-kojs-top-bar {
      border-bottom: none; } }

.c-modal-kojs-top-bar-border-none {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: none; }
  @media (max-width: 768px) {
    .c-modal-kojs-top-bar-border-none {
      border-bottom: none; } }

.c-modal-kojs-title {
  font-size: 16px;
  font-weight: 700;
  text-overflow: ellipsis;
  margin-block: unset;
  overflow: hidden;
  white-space: nowrap;
  padding: 0px;
  color: #5c5c5c !important; }
  @media (max-width: 768px) {
    .c-modal-kojs-title {
      font-size: 14px;
      margin-block: 1.5rem;
      padding: 0 10px; } }

.c-modal-kojs-icons, .c-modal-kojs-icons-return, .c-modal-kojs-icons-close {
  font-size: 16px;
  cursor: pointer; }
  .c-modal-kojs-icons-return {
    display: inline-block; }
    @media (min-width: 768px) {
      .c-modal-kojs-icons-return {
        display: none; } }
  .c-modal-kojs-icons-close {
    display: none; }
    @media (min-width: 768px) {
      .c-modal-kojs-icons-close {
        display: inline-block; } }

.c-input-icon {
  position: relative; }
  .c-input-icon__right--box {
    padding-right: 35px !important; }
  .c-input-icon__right--image {
    position: absolute;
    right: 0px;
    padding: 12px 12px; }
  .c-input-icon__left--box {
    padding-left: 35px !important; }
  .c-input-icon__left--image {
    position: absolute;
    padding: 12px 12px; }
  .c-input-icon__left-and-right--box {
    padding-right: 35px !important;
    padding-left: 35px !important; }
  .c-input-icon__left-and-right--image-left {
    position: absolute;
    padding: 12px 12px; }
  .c-input-icon__left-and-right--image-right {
    position: absolute;
    right: 0px;
    padding: 12px 12px; }

.c-input-steppers {
  border: 1px solid #ccc;
  user-select: none;
  display: flex;
  border-radius: 4px; }
  .c-input-steppers--number {
    width: 80px;
    height: 38px !important;
    padding: 0 12px;
    vertical-align: top;
    text-align: center;
    outline: none;
    font-size: 14px;
    border: none;
    color: #515151; }
  .c-input-steppers--step {
    display: inline-block;
    width: 30px;
    background: #E3E3E3;
    color: #444;
    text-align: center;
    font-weight: bold;
    cursor: pointer; }
    .c-input-steppers--step:active {
      background: #ddd; }
    .c-input-steppers--step__decrement {
      display: flex;
      align-items: center;
      padding-left: 8px; }
    .c-input-steppers--step__increment {
      display: flex;
      align-items: center;
      padding-left: 8px; }

.c-input-file {
  background-color: #F2F2F2 !important;
  border: 1px solid #F2F2F2 !important;
  pointer-events: none; }
  .c-input-file[type=file]::file-selector-button {
    display: none; }
  .c-input-file:hover {
    border: 1px solid #E1E1E1 !important; }
  .c-input-file:focus {
    border: 1px solid #E1E1E1 !important; }

.c-breadcrumb {
  padding-left: 24px !important;
  display: flex;
  flex-direction: row; }
  .c-breadcrumb__item {
    display: flex;
    flex-direction: row;
    align-items: center; }
  .c-breadcrumb__link {
    font-weight: 600 !important;
    font-size: 14px;
    color: #E55807 !important; }
    @media screen and (max-width: 768px) {
      .c-breadcrumb__link {
        font-size: 12px; } }
    .c-breadcrumb__link--current {
      font-weight: 600 !important;
      font-size: 14px;
      color: #515151 !important;
      background-image: unset;
      align-self: center;
      pointer-events: none; }
      @media screen and (max-width: 768px) {
        .c-breadcrumb__link--current {
          font-size: 12px; } }
    .c-breadcrumb__link--current:hover {
      text-decoration: none;
      cursor: default; }

.c-breadcrumb-v2 {
  padding-left: 6px;
  display: flex;
  flex-direction: row; }
  .c-breadcrumb-v2__item {
    display: flex;
    flex-direction: row;
    margin-left: 10px; }
  .c-breadcrumb-v2__item:nth-child(0) {
    margin-left: 0px !important; }
  .c-breadcrumb-v2__link {
    font-weight: 400 !important;
    font-size: 14px;
    color: #ADADAD !important; }
    @media screen and (max-width: 768px) {
      .c-breadcrumb-v2__link {
        font-size: 12px; } }
    .c-breadcrumb-v2__link--current {
      font-weight: 700 !important;
      font-size: 14px;
      color: #515151 !important;
      background-image: unset;
      align-self: center;
      pointer-events: none; }
      @media screen and (max-width: 768px) {
        .c-breadcrumb-v2__link--current {
          font-size: 12px; } }
    .c-breadcrumb-v2__link--current:hover {
      text-decoration: none;
      cursor: default; }

.c-card-list-group {
  border: 1px solid #E3E3E3;
  border-radius: 6px;
  background: #FFFFFF;
  display: flex !important;
  flex-direction: column !important;
  flex: 0 0 auto;
  width: 100%;
  /*&__item:last-child {
        border-bottom: 0;
        padding-bottom: 20px;
        margin-bottom: 10px;
    }*/ }
  .c-card-list-group__header {
    background: #F2F2F2;
    align-items: center;
    padding: 16px !important;
    font-size: 18px;
    color: #515151;
    font-family: "Inter Tight", sans-serif;
    font-weight: 600; }
    @media (min-width: 768px) {
      .c-card-list-group__header {
        font-size: 24px;
        font-weight: 400; } }
  .c-card-list-group__item {
    border-bottom: 1px solid #E3E3E3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 8px;
    cursor: pointer;
    flex-direction: row; }
    @media (min-width: 768px) {
      .c-card-list-group__item {
        padding-left: 8px;
        padding-right: 8px;
        margin-left: 10px;
        margin-right: 10px; } }
    .c-card-list-group__item:hover {
      text-decoration: none;
      background: #F2F2F2;
      opacity: 0.8; }
    .c-card-list-group__item:hover .c-card-config__info-conteudo {
      font-weight: 600; }
  .c-card-list-group__info {
    display: flex;
    flex-direction: row; }
    .c-card-list-group__info-icon {
      color: #515151;
      font-size: 24px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin: 0px 10px; }
    .c-card-list-group__info-content {
      color: #515151;
      font-size: 14px;
      font-weight: 400;
      cursor: pointer;
      display: inline-block;
      text-decoration: none;
      align-self: center; }
      .c-card-list-group__info-content:hover {
        text-decoration: none;
        color: #515151; }
  .c-card-list-group__redirect {
    margin: 0px 10px;
    cursor: pointer;
    text-decoration: none; }
    .c-card-list-group__redirect-icon {
      font-size: 18px;
      color: #515151; }
    .c-card-list-group__redirect:hover {
      text-decoration: none;
      border: none; }

.c-choice-chips {
  border: 1px solid #E3E3E3;
  border-radius: 4px;
  /*position: fixed;*/
  padding: 24px 32px;
  display: flex;
  flex-direction: column; }
  .c-choice-chips--section {
    font-size: 14px;
    font-weight: 400;
    color: #515151;
    cursor: pointer;
    padding: 10px;
    display: inline-block;
    white-space: nowrap;
    width: fit-content;
    margin-bottom: 8px; }
    .c-choice-chips--section:focus {
      font-weight: 600; }
    .c-choice-chips--section:hover {
      border-radius: 24px;
      background-color: #FDEBE1;
      color: #E55807; }
    .c-choice-chips--section:disabled {
      font-weight: 600;
      color: #E3E3E3; }
    .c-choice-chips--section.is-active {
      border-radius: 24px;
      color: #D83B04;
      border: 1px solid #D83B04; }

.c-trinks-table {
  width: 100%; }
  .c-trinks-table thead tr {
    border-bottom: 2px solid #E7E7E7; }
  .c-trinks-table tbody tr {
    border-bottom: 1px solid #E7E7E7; }
  .c-trinks-table tbody tr:last-child {
    border-bottom: none; }
  .c-trinks-table th {
    padding: 8px; }
  .c-trinks-table tr th {
    font-weight: 600; }
  .c-trinks-table tbody tr:hover {
    background-color: #E1E1E1 !important; }
  .c-trinks-table tbody td {
    padding: 8px; }
  .c-trinks-table tfoot {
    color: gray; }
  .c-trinks-table tfoot th {
    font-weight: normal; }
  .c-trinks-table td {
    font-size: 14px;
    font-family: "Inter Tight", sans-serif; }
  .c-trinks-table .sorter-inactive {
    color: transparent; }
  .c-trinks-table .sorter-inactive:hover {
    display: initial;
    color: gray;
    cursor: pointer; }
  .c-trinks-table .sorter-active-asc {
    color: gray;
    cursor: pointer; }
  .c-trinks-table .sorter-active-desc {
    color: gray;
    cursor: pointer; }

.c-card-banner__container {
  height: 201px;
  flex-shrink: 0;
  border-radius: 6px;
  background: var(--essencial-white, #FFF);
  border: 1px solid #E3E3E3; }

.c-card-banner__titulo {
  color: #1E1E1E;
  font-family: Inter Tight;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; }

.c-card-banner__subTitulo {
  color: #515151;
  font-family: Inter Tight;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; }

.c-card-banner__content {
  padding-left: 21.5px;
  padding-top: 19.07px;
  padding-bottom: 24.25px; }

.c-card-banner__button {
  width: fit-content; }

.c-modal-direcionamento-whatsapp__content {
  background-image: url("../../../img/direcionamento-whatsapp.jpg");
  background-size: 145% 124%;
  background-repeat: no-repeat;
  background-position-x: -78px;
  background-position-y: -60px;
  border-radius: 7px; }

.c-modal-direcionamento-whatsapp__container {
  width: 100%;
  max-width: 383px;
  height: 568px;
  flex-shrink: 0;
  padding-top: 54px;
  padding-left: 40px;
  padding-right: 25px;
  padding-bottom: 54px;
  border-radius: 7px;
  background: #FDFDFD; }

.c-modal-direcionamento-whatsapp__info {
  height: 100%; }

.c-modal-direcionamento-whatsapp__titulo {
  color: var(--neutral-darkest, #282828);
  font-family: "Source Sans Pro" !important;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  cursor: context-menu; }

.c-modal-direcionamento-whatsapp__subtitulo {
  color: var(--neutral-darkest, #282828);
  font-family: Inter Tight;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-top: 8px;
  width: 88%;
  cursor: context-menu; }

.c-modal-direcionamento-whatsapp__btn_whatsapp {
  display: flex;
  width: 308px;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-width: 0;
  border-radius: 4px;
  background: var(--feedback-success-dark, #11AD48);
  cursor: pointer; }

.c-modal-direcionamento-whatsapp__btn_whatsapp__text--conversa {
  color: var(--essencial-white, #FFF);
  font-family: Inter Tight;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; }

.c-modal-direcionamento-whatsapp__btn_whatsapp__text--pular {
  color: var(--brand-secundary-medium, #40A3CE);
  font-family: Inter Tight;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; }

.c-modal-direcionamento-whatsapp__btn_pular {
  margin-top: 12px !important;
  width: 308px !important; }

.c-modal-direcionamento-whatsapp__container_qrcode {
  border: 1px solid #E1E1E1;
  border-radius: 16px;
  padding: 12px 24px 12px 24px;
  margin-bottom: 28px;
  margin-top: 30px; }

.c-modal-direcionamento-whatsapp__text--qrcode {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%; }

@media screen and (max-width: 576px) {
  .c-modal-direcionamento-whatsapp__container {
    height: 56vh;
    border-radius: unset;
    position: relative;
    top: 61vh;
    padding-top: 0px;
    padding-left: 31px;
    padding-right: 31px;
    padding-bottom: 35px;
    max-width: unset; }
  .c-modal-direcionamento-whatsapp__content {
    background-size: 871px 579px !important;
    background-position-x: -38vw !important;
    background-position-y: -25px !important;
    border-radius: unset !important; }
  .c-modal-direcionamento-whatsapp__titulo {
    color: var(--neutral-darkest, #282828);
    font-family: Inter Tight;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; }
  .c-modal-direcionamento-whatsapp__subtitulo {
    color: var(--neutral-darkest, #282828);
    font-family: Inter Tight;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    width: 100%; }
  .c-modal-direcionamento-whatsapp__btn_whatsapp {
    display: flex;
    width: 100%;
    padding: 10px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: var(--feedback-success-dark, #11AD48);
    margin-top: 45px; }
  .c-modal-direcionamento-whatsapp__btn_pular {
    width: 100% !important; }
  .c-modal-direcionamento-whatsapp__info {
    height: unset; } }

@media screen and (max-width: 530px) {
  .c-modal-direcionamento-whatsapp__content {
    background-position-x: -44vw !important; } }

@media screen and (max-width: 510px) {
  .c-modal-direcionamento-whatsapp__content {
    background-position-x: -53vw !important; } }

@media screen and (max-width: 490px) {
  .c-modal-direcionamento-whatsapp__content {
    background-position-x: -55vw !important; } }

@media screen and (max-width: 460px) {
  .c-modal-direcionamento-whatsapp__content {
    background-position-x: -63vw !important; } }

@media screen and (max-width: 430px) {
  .c-modal-direcionamento-whatsapp__content {
    background-position-x: -71vw !important; } }

@media screen and (max-width: 410px) {
  .c-modal-direcionamento-whatsapp__content {
    background-position-x: -76vw !important; } }

@media screen and (max-width: 380px) {
  .c-modal-direcionamento-whatsapp__content {
    background-position-x: -83vw !important; } }

@media screen and (max-width: 350px) {
  .c-modal-direcionamento-whatsapp__content {
    background-position-x: -96vw !important; } }

@media screen and (max-width: 330px) {
  .c-modal-direcionamento-whatsapp__content {
    background-position-x: -102vw !important; } }

.c-progress-bar {
  width: 100%;
  height: 30px;
  border-radius: 4px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  background-color: #f2f2f2; }
  .c-progress-bar span {
    height: 100%;
    display: flex;
    width: 0;
    color: #fffbfb;
    border-radius: 4px;
    line-height: 30px;
    position: relative;
    text-align: end;
    padding-right: 5px;
    background-color: #65cf83; }

.c-internal-tabs {
  font-family: "Inter Tight", sans-serif;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: visible;
  background: none;
  column-gap: 8px;
  row-gap: 16px; }
  .c-internal-tabs::-webkit-scrollbar {
    display: none; }
  .c-internal-tabs::-webkit-scrollbar {
    display: none; }
  .c-internal-tabs__tab {
    font-family: "Inter Tight", sans-serif;
    font-size: 14px;
    padding: 8px 16px;
    color: #515151;
    background: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 4px !important; }
    .c-internal-tabs__tab:hover:not(.c-internal-tabs__tab__ativa) {
      background: #F2F2F2; }
    .c-internal-tabs__tab__ativa {
      background: #FDEBE1;
      color: #E55807; }
    .c-internal-tabs__tab__icon {
      font-size: 20px; }
    .c-internal-tabs__tab__text {
      font-weight: 600; }
    .c-internal-tabs__tab__text:not(.c-internal-tabs__tab__ativa) {
      font-weight: 400; }
    .c-internal-tabs__tab span, .c-internal-tabs__tab p, .c-internal-tabs__tab label {
      white-space: nowrap; }

.c-input-group {
  display: flex;
  height: 32px;
  width: 100%; }
  .c-input-group__prepend {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border-radius: 4px 0 0 4px;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
    border-left: 1px solid #E1E1E1;
    background-color: #f9f9f9;
    min-width: 16px; }
  .c-input-group__field {
    border-top: 1px solid #E1E1E1 !important;
    border-bottom: 1px solid #E1E1E1 !important;
    border-right: 1px solid #E1E1E1 !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    display: block;
    width: 100%;
    padding: 6px 9px !important;
    font-family: "Inter Tight", sans-serif !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: #696969;
    background-color: #FFFFFF;
    background-clip: padding-box;
    border: 1px solid #E1E1E1 !important;
    border-radius: 0 4px 4px 0;
    box-shadow: none !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; }

.c-tabs-v3 {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.2) transparent; }
  .c-tabs-v3.small .tab-item {
    font-size: 16px; }
    .c-tabs-v3.small .tab-item i, .c-tabs-v3.small .tab-item span {
      font-size: inherit; }
  .c-tabs-v3.medium .tab-item {
    font-size: 18px; }
    .c-tabs-v3.medium .tab-item i, .c-tabs-v3.medium .tab-item span {
      font-size: inherit; }
  .c-tabs-v3 .tab-item {
    display: flex;
    padding: 16px 24px;
    align-items: center;
    border-bottom: 1px solid #ADADAD;
    cursor: pointer;
    flex-shrink: 0;
    color: #1E1E1E; }
    .c-tabs-v3 .tab-item.selected {
      color: #E55807;
      border-bottom: 2px solid #E55807; }
      .c-tabs-v3 .tab-item.selected span {
        font-weight: 600; }
    .c-tabs-v3 .tab-item.disabled {
      cursor: not-allowed;
      color: #ADADAD;
      border-bottom-color: #E3E3E3; }
    .c-tabs-v3 .tab-item:hover:not(.disabled):not(.selected) {
      border-bottom-color: #515151;
      background-color: #F2F2F2; }
    .c-tabs-v3 .tab-item .notification-dot {
      width: 8px;
      height: 8px;
      background-color: #F42525;
      border-radius: 50%;
      margin-left: 8px; }
    .c-tabs-v3 .tab-item i {
      margin-right: 8px; }
  .c-tabs-v3::-webkit-scrollbar {
    width: 6px; }
  .c-tabs-v3::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2); }

.c-dropdown {
  position: relative;
  display: inline-block;
  width: auto; }

.c-dropdown-button {
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 4px;
  cursor: pointer;
  height: 35px;
  padding: 8px 16px;
  font-size: 14px; }
  .c-dropdown-button svg:first-child {
    margin-right: 0.5rem; }
  .c-dropdown-button span {
    text-align: left; }

.c-dropdown-menu {
  display: none;
  position: absolute;
  z-index: 10;
  width: 100%;
  background-color: 1px solid #ADADAD;
  border: 1px solid #F2F2F2;
  border-radius: 4px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
  margin-top: 8px; }
  .c-dropdown-menu.open {
    display: block; }

.c-dropdown-item {
  padding: 8px 16px;
  cursor: pointer;
  background-color: #FFFFFF;
  font-size: 14px; }
  .c-dropdown-item:hover {
    background-color: #FDEBE1; }

.c-select-ddi {
  display: flex;
  position: relative;
  float: left;
  margin-right: 4px;
  margin-left: 4px;
  font-size: 12px !important;
  /* Container com scroll */ }
  .c-select-ddi__modal_responsivo {
    margin-right: 8px;
    margin-left: 0px;
    font-size: 14px !important; }
  .c-select-ddi-input {
    display: none; }
  .c-select-ddi-code {
    display: none; }
  .c-select-ddi-button {
    display: flex;
    align-items: center;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    cursor: pointer;
    padding: 3px 8px;
    width: 90px;
    justify-content: space-between;
    background: #FFFFFF; }
    .c-select-ddi-button__modal_responsivo {
      width: auto; }
      .c-select-ddi-button__modal_responsivo:hover {
        border: 1px solid #000000; }
    .c-select-ddi-button__frame_busca {
      border-width: 0px 0px 1px 0px !important;
      border-radius: 0px !important;
      border-color: #E55807 !important; }
      .c-select-ddi-button__frame_busca:hover {
        border-width: 0px 0px 1px 0px !important;
        border-color: #E55807 !important;
        background: #F2F2F2;
        transition: background 0.2s ease; }
    .c-select-ddi-button span:has(svg) {
      display: flex; }
    .c-select-ddi-button svg {
      width: 24px;
      height: 100%;
      margin-right: 8px;
      border-radius: 2px;
      box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
      flex-shrink: 0; }
  .c-select-ddi-icon {
    font-size: 11px;
    font-weight: 600;
    color: #515151; }
    .c-select-ddi-icon__frame_busca {
      color: #E55807; }
  .c-select-ddi-dropdown {
    position: absolute;
    z-index: 10;
    max-height: 250px;
    background-color: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
    margin-top: 32px;
    padding: 8px;
    width: min-content; }
    .c-select-ddi-dropdown input {
      font-size: 12px !important; }
    .c-select-ddi-dropdown__modal_responsivo {
      z-index: 1000;
      padding: 8px;
      margin-top: 40px;
      width: min-content;
      position: fixed; }
      .c-select-ddi-dropdown__modal_responsivo input {
        font-size: 14px !important; }
    .c-select-ddi-dropdown::-webkit-scrollbar {
      width: 8px;
      height: 8px; }
    .c-select-ddi-dropdown::-webkit-scrollbar-thumb {
      background-color: #ADADAD; }
    .c-select-ddi-dropdown::-webkit-scrollbar-track {
      background-color: #F2F2F2; }
    .c-select-ddi-dropdown-input {
      position: sticky;
      top: 0;
      z-index: 1;
      width: auto !important; }
      .c-select-ddi-dropdown-input:focus {
        border: 1px solid #E55807 !important; }
    .c-select-ddi-dropdown-options {
      max-height: 200px;
      overflow-y: auto;
      width: 100%; }
    .c-select-ddi-dropdown-option {
      display: flex;
      align-items: center;
      padding: 8px;
      cursor: pointer;
      transition: background 0.2s ease; }
      .c-select-ddi-dropdown-option span:has(svg) {
        display: flex; }
      .c-select-ddi-dropdown-option svg {
        width: 16px;
        height: 100%;
        margin-right: 8px;
        border-radius: 2px;
        box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
        flex-shrink: 0; }
      .c-select-ddi-dropdown-option:hover {
        background-color: #F2F2F2; }
  .c-select-ddi-scrollable {
    /* Firefox scrollbar */
    margin-top: 4px;
    scrollbar-width: auto;
    scrollbar-color: #ADADAD #F2F2F2;
    /* ===== WebKit Browsers ===== */
    /* Scrollbar geral */
    /* Trilha */
    /* Thumb */
    /* Bot�es das setas */ }
    .c-select-ddi-scrollable::-webkit-scrollbar {
      width: 16px;
      background-color: #F2F2F2; }
    .c-select-ddi-scrollable::-webkit-scrollbar-track {
      background: #F2F2F2;
      border-radius: 8px; }
    .c-select-ddi-scrollable::-webkit-scrollbar-thumb {
      background-color: #ADADAD;
      border-radius: 8px;
      border: 4px solid #F2F2F2; }
    .c-select-ddi-scrollable::-webkit-scrollbar-button:single-button {
      height: 16px;
      background-color: #F2F2F2;
      display: block; }
    .c-select-ddi-scrollable::-webkit-scrollbar-button:single-button:vertical:decrement {
      background-image: url('data:image/svg+xml;utf8,<svg fill="gray" height="10" viewBox="0 0 24 24" width="10" xmlns="http://www.w3.org/2000/svg"><path d="M7 14l5-5 5 5z"/></svg>');
      background-repeat: no-repeat;
      background-position: center; }
    .c-select-ddi-scrollable::-webkit-scrollbar-button:single-button:vertical:increment {
      background-image: url('data:image/svg+xml;utf8,<svg fill="gray" height="10" viewBox="0 0 24 24" width="10" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
      background-repeat: no-repeat;
      background-position: center; }

#js-open-input > ul.ui-autocomplete {
  background: #fff !important;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15) !important;
  z-index: 1000 !important;
  border: none !important;
  overflow-x: hidden !important;
  overflow-y: auto !important; }
  @media (max-width: 992px) {
    #js-open-input > ul.ui-autocomplete {
      position: fixed !important;
      left: 0 !important;
      top: 61px !important;
      width: 100% !important;
      overflow-x: scroll !important; } }
  #js-open-input > ul.ui-autocomplete li {
    font-size: 14px !important;
    font-family: "Inter Tight", sans-serif !important;
    padding: 8px 15px !important;
    color: #6f696a !important;
    white-space: nowrap !important; }
    #js-open-input > ul.ui-autocomplete li a {
      align-items: center !important; }
      @media (max-width: 992px) {
        #js-open-input > ul.ui-autocomplete li a {
          padding-right: 30px !important; } }
      #js-open-input > ul.ui-autocomplete li a:link {
        text-decoration: none; }
      #js-open-input > ul.ui-autocomplete li a:visited {
        text-decoration: none; }
      #js-open-input > ul.ui-autocomplete li a:hover {
        text-decoration: none; }
      #js-open-input > ul.ui-autocomplete li a:active {
        text-decoration: none; }
      #js-open-input > ul.ui-autocomplete li a .highlight {
        font-weight: bold; }
  #js-open-input > ul.ui-autocomplete .ui-menu .ui-menu-item-wrapper:hover,
  #js-open-input > ul.ui-autocomplete .ui-state-active,
  #js-open-input > ul.ui-autocomplete .ui-state-focus {
    border: none !important;
    background: #E55807 !important;
    color: #fff !important;
    font-weight: normal !important; }
    #js-open-input > ul.ui-autocomplete .ui-menu .ui-menu-item-wrapper:hover a,
    #js-open-input > ul.ui-autocomplete .ui-state-active a,
    #js-open-input > ul.ui-autocomplete .ui-state-focus a {
      color: #fff !important; }
    #js-open-input > ul.ui-autocomplete .ui-menu .ui-menu-item-wrapper:hover i,
    #js-open-input > ul.ui-autocomplete .ui-state-active i,
    #js-open-input > ul.ui-autocomplete .ui-state-focus i {
      color: #fff !important; }
  #js-open-input > ul.ui-autocomplete .ui-state-focus {
    margin: 0px !important; }

.ui-autocomplete {
  height: auto !important;
  max-height: 201px !important; }

.u-area-botoes {
  display: flex; }
  @media (max-width: 576px) {
    .u-area-botoes {
      justify-content: space-evenly; } }
  .u-area-botoes__botoes {
    width: 100px;
    height: 35px; }
    @media (min-width: 576px) {
      .u-area-botoes__botoes {
        height: 25px;
        margin-right: 7px; } }

.u-barra-acoes {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px; }

.u-bg-primary-darkest {
  background-color: #B43500; }

.u-bg-primary-dark {
  background-color: #D83B04; }

.u-bg-new-primary-dark {
  background-color: #E55807; }

.u-bg-primary-medium {
  background-color: #E55807; }

.u-bg-primary-light {
  background-color: #FFCBB5; }

.u-bg-primary-lightest {
  background-color: #FDEBE1; }

.u-bg-secundary-darkest {
  background-color: #B43500; }

.u-bg-secundary-dark {
  background-color: #D83B04; }

.u-bg-secundary-medium {
  background-color: #E55807; }

.u-bg-secundary-light {
  background-color: #FFCBB5; }

.u-bg-secundary-lightest {
  background-color: #FDEBE1; }

.u-bg-danger-darkest {
  background-color: #C71414; }

.u-bg-danger-dark {
  background-color: #F42525; }

.u-bg-danger-medium {
  background-color: #F95151; }

.u-bg-danger-light {
  background-color: #FBA8A8; }

.u-bg-danger-lightest {
  background-color: #FEDCDC; }

.u-bg-success-darkest {
  background-color: #01642E; }

.u-bg-success-dark {
  background-color: #00A148; }

.u-bg-success-medium {
  background-color: #41C670; }

.u-bg-success-light {
  background-color: #B3E3C9; }

.u-bg-success-lightest {
  background-color: #D9F4E2; }

.u-bg-alert-darkest {
  background-color: #E38800; }

.u-bg-alert-dark {
  background-color: #F7A608; }

.u-bg-alert-medium {
  background-color: #FFC633; }

.u-bg-alert-light {
  background-color: #FEDF8F; }

.u-bg-alert-lightest {
  background-color: #FEEDBF; }

.u-bg-neutral-darkest {
  background-color: #1E1E1E; }

.u-bg-neutral-dark {
  background-color: #515151; }

.u-bg-neutral-medium {
  background-color: #ADADAD; }

.u-bg-neutral-light {
  background-color: #E3E3E3; }

.u-bg-neutral-lightest {
  background-color: #F2F2F2 !important; }

.u-bg-essencial-black {
  background-color: #000000; }

.u-bg-essencial-white {
  background-color: #FFFFFF; }

.u-bg-neutral-white {
  background-color: #FFFFFF; }

.u-bg-complementary-1-darkest {
  background-color: #9E7BB2; }

.u-bg-complementary-1-dark {
  background-color: #B6A1C2; }

.u-bg-complementary-1-medium {
  background-color: #D2C6D9; }

.u-bg-complementary-1-light {
  background-color: #F4E8FA; }

.u-bg-complementary-1-lightest {
  background-color: #F7F0FB; }

.u-bg-complementary-2-darkest {
  background-color: #86BF33; }

.u-bg-complementary-2-dark {
  background-color: #A8E353; }

.u-bg-complementary-2-medium {
  background-color: #C6FA7A; }

.u-bg-complementary-2-light {
  background-color: #EBFFCD; }

.u-bg-complementary-2-lightest {
  background-color: #F6FFE9; }

.u-border-none-brand-primary-darkest {
  border: none !important; }

.u-border-none-brand-primary-dark {
  border: none !important; }

.u-border-none-brand-primary-medium {
  border: none !important; }

.u-border-none-brand-primary-light {
  border: none !important; }

.u-border-none-brand-primary-lightest {
  border: none !important; }

.u-border-none-complementary-1-darkest {
  border: none !important; }

.u-border-none-complementary-1-dark {
  border: none !important; }

.u-border-none-complementary-1-medium {
  border: none !important; }

.u-border-none-complementary-1-light {
  border: none !important; }

.u-border-none-complementary-1-lightest {
  border: none !important; }

.u-border-none-complementary-2-darkest {
  border: none !important; }

.u-border-none-complementary-2-dark {
  border: none !important; }

.u-border-none-complementary-2-medium {
  border: none !important; }

.u-border-none-complementary-2-light {
  border: none !important; }

.u-border-none-complementary-2-lightest {
  border: none !important; }

.u-border-none-feedback-danger-darkest {
  border: none !important; }

.u-border-none-feedback-danger-dark {
  border: none !important; }

.u-border-none-feedback-danger-medium {
  border: none !important; }

.u-border-none-feedback-danger-light {
  border: none !important; }

.u-border-none-feedback-danger-lightest {
  border: none !important; }

.u-border-none-feedback-success-darkest {
  border: none !important; }

.u-border-none-feedback-success-dark {
  border: none !important; }

.u-border-none-feedback-success-medium {
  border: none !important; }

.u-border-none-feedback-success-light {
  border: none !important; }

.u-border-none-feedback-success-lightest {
  border: none !important; }

.u-border-none-feedback-alert-darkest {
  border: none !important; }

.u-border-none-feedback-alert-dark {
  border: none !important; }

.u-border-none-feedback-alert-medium {
  border: none !important; }

.u-border-none-feedback-alert-light {
  border: none !important; }

.u-border-none-feedback-alert-lightest {
  border: none !important; }

.u-border-none-neutral-darkest {
  border: none !important; }

.u-border-none-neutral-dark {
  border: none !important; }

.u-border-none-neutral-medium {
  border: none !important; }

.u-border-none-neutral-light {
  border: none !important; }

.u-border-none-neutral-lightest {
  border: none !important; }

.u-border-none-essential-black {
  border: none !important; }

.u-border-none-essential-white {
  border: none !important; }

.u-border-top-none-brand-primary-darkest {
  border-top: none !important; }

.u-border-top-none-brand-primary-dark {
  border-top: none !important; }

.u-border-top-none-brand-primary-medium {
  border-top: none !important; }

.u-border-top-none-brand-primary-light {
  border-top: none !important; }

.u-border-top-none-brand-primary-lightest {
  border-top: none !important; }

.u-border-top-none-complementary-1-darkest {
  border-top: none !important; }

.u-border-top-none-complementary-1-dark {
  border-top: none !important; }

.u-border-top-none-complementary-1-medium {
  border-top: none !important; }

.u-border-top-none-complementary-1-light {
  border-top: none !important; }

.u-border-top-none-complementary-1-lightest {
  border-top: none !important; }

.u-border-top-none-complementary-2-darkest {
  border-top: none !important; }

.u-border-top-none-complementary-2-dark {
  border-top: none !important; }

.u-border-top-none-complementary-2-medium {
  border-top: none !important; }

.u-border-top-none-complementary-2-light {
  border-top: none !important; }

.u-border-top-none-complementary-2-lightest {
  border-top: none !important; }

.u-border-top-none-feedback-danger-darkest {
  border-top: none !important; }

.u-border-top-none-feedback-danger-dark {
  border-top: none !important; }

.u-border-top-none-feedback-danger-medium {
  border-top: none !important; }

.u-border-top-none-feedback-danger-light {
  border-top: none !important; }

.u-border-top-none-feedback-danger-lightest {
  border-top: none !important; }

.u-border-top-none-feedback-success-darkest {
  border-top: none !important; }

.u-border-top-none-feedback-success-dark {
  border-top: none !important; }

.u-border-top-none-feedback-success-medium {
  border-top: none !important; }

.u-border-top-none-feedback-success-light {
  border-top: none !important; }

.u-border-top-none-feedback-success-lightest {
  border-top: none !important; }

.u-border-top-none-feedback-alert-darkest {
  border-top: none !important; }

.u-border-top-none-feedback-alert-dark {
  border-top: none !important; }

.u-border-top-none-feedback-alert-medium {
  border-top: none !important; }

.u-border-top-none-feedback-alert-light {
  border-top: none !important; }

.u-border-top-none-feedback-alert-lightest {
  border-top: none !important; }

.u-border-top-none-neutral-darkest {
  border-top: none !important; }

.u-border-top-none-neutral-dark {
  border-top: none !important; }

.u-border-top-none-neutral-medium {
  border-top: none !important; }

.u-border-top-none-neutral-light {
  border-top: none !important; }

.u-border-top-none-neutral-lightest {
  border-top: none !important; }

.u-border-top-none-essential-black {
  border-top: none !important; }

.u-border-top-none-essential-white {
  border-top: none !important; }

.u-border-bottom-none-brand-primary-darkest {
  border-bottom: none !important; }

.u-border-bottom-none-brand-primary-dark {
  border-bottom: none !important; }

.u-border-bottom-none-brand-primary-medium {
  border-bottom: none !important; }

.u-border-bottom-none-brand-primary-light {
  border-bottom: none !important; }

.u-border-bottom-none-brand-primary-lightest {
  border-bottom: none !important; }

.u-border-bottom-none-complementary-1-darkest {
  border-bottom: none !important; }

.u-border-bottom-none-complementary-1-dark {
  border-bottom: none !important; }

.u-border-bottom-none-complementary-1-medium {
  border-bottom: none !important; }

.u-border-bottom-none-complementary-1-light {
  border-bottom: none !important; }

.u-border-bottom-none-complementary-1-lightest {
  border-bottom: none !important; }

.u-border-bottom-none-complementary-2-darkest {
  border-bottom: none !important; }

.u-border-bottom-none-complementary-2-dark {
  border-bottom: none !important; }

.u-border-bottom-none-complementary-2-medium {
  border-bottom: none !important; }

.u-border-bottom-none-complementary-2-light {
  border-bottom: none !important; }

.u-border-bottom-none-complementary-2-lightest {
  border-bottom: none !important; }

.u-border-bottom-none-feedback-danger-darkest {
  border-bottom: none !important; }

.u-border-bottom-none-feedback-danger-dark {
  border-bottom: none !important; }

.u-border-bottom-none-feedback-danger-medium {
  border-bottom: none !important; }

.u-border-bottom-none-feedback-danger-light {
  border-bottom: none !important; }

.u-border-bottom-none-feedback-danger-lightest {
  border-bottom: none !important; }

.u-border-bottom-none-feedback-success-darkest {
  border-bottom: none !important; }

.u-border-bottom-none-feedback-success-dark {
  border-bottom: none !important; }

.u-border-bottom-none-feedback-success-medium {
  border-bottom: none !important; }

.u-border-bottom-none-feedback-success-light {
  border-bottom: none !important; }

.u-border-bottom-none-feedback-success-lightest {
  border-bottom: none !important; }

.u-border-bottom-none-feedback-alert-darkest {
  border-bottom: none !important; }

.u-border-bottom-none-feedback-alert-dark {
  border-bottom: none !important; }

.u-border-bottom-none-feedback-alert-medium {
  border-bottom: none !important; }

.u-border-bottom-none-feedback-alert-light {
  border-bottom: none !important; }

.u-border-bottom-none-feedback-alert-lightest {
  border-bottom: none !important; }

.u-border-bottom-none-neutral-darkest {
  border-bottom: none !important; }

.u-border-bottom-none-neutral-dark {
  border-bottom: none !important; }

.u-border-bottom-none-neutral-medium {
  border-bottom: none !important; }

.u-border-bottom-none-neutral-light {
  border-bottom: none !important; }

.u-border-bottom-none-neutral-lightest {
  border-bottom: none !important; }

.u-border-bottom-none-essential-black {
  border-bottom: none !important; }

.u-border-bottom-none-essential-white {
  border-bottom: none !important; }

.u-border-right-none-brand-primary-darkest {
  border-right: none !important; }

.u-border-right-none-brand-primary-dark {
  border-right: none !important; }

.u-border-right-none-brand-primary-medium {
  border-right: none !important; }

.u-border-right-none-brand-primary-light {
  border-right: none !important; }

.u-border-right-none-brand-primary-lightest {
  border-right: none !important; }

.u-border-right-none-complementary-1-darkest {
  border-right: none !important; }

.u-border-right-none-complementary-1-dark {
  border-right: none !important; }

.u-border-right-none-complementary-1-medium {
  border-right: none !important; }

.u-border-right-none-complementary-1-light {
  border-right: none !important; }

.u-border-right-none-complementary-1-lightest {
  border-right: none !important; }

.u-border-right-none-complementary-2-darkest {
  border-right: none !important; }

.u-border-right-none-complementary-2-dark {
  border-right: none !important; }

.u-border-right-none-complementary-2-medium {
  border-right: none !important; }

.u-border-right-none-complementary-2-light {
  border-right: none !important; }

.u-border-right-none-complementary-2-lightest {
  border-right: none !important; }

.u-border-right-none-feedback-danger-darkest {
  border-right: none !important; }

.u-border-right-none-feedback-danger-dark {
  border-right: none !important; }

.u-border-right-none-feedback-danger-medium {
  border-right: none !important; }

.u-border-right-none-feedback-danger-light {
  border-right: none !important; }

.u-border-right-none-feedback-danger-lightest {
  border-right: none !important; }

.u-border-right-none-feedback-success-darkest {
  border-right: none !important; }

.u-border-right-none-feedback-success-dark {
  border-right: none !important; }

.u-border-right-none-feedback-success-medium {
  border-right: none !important; }

.u-border-right-none-feedback-success-light {
  border-right: none !important; }

.u-border-right-none-feedback-success-lightest {
  border-right: none !important; }

.u-border-right-none-feedback-alert-darkest {
  border-right: none !important; }

.u-border-right-none-feedback-alert-dark {
  border-right: none !important; }

.u-border-right-none-feedback-alert-medium {
  border-right: none !important; }

.u-border-right-none-feedback-alert-light {
  border-right: none !important; }

.u-border-right-none-feedback-alert-lightest {
  border-right: none !important; }

.u-border-right-none-neutral-darkest {
  border-right: none !important; }

.u-border-right-none-neutral-dark {
  border-right: none !important; }

.u-border-right-none-neutral-medium {
  border-right: none !important; }

.u-border-right-none-neutral-light {
  border-right: none !important; }

.u-border-right-none-neutral-lightest {
  border-right: none !important; }

.u-border-right-none-essential-black {
  border-right: none !important; }

.u-border-right-none-essential-white {
  border-right: none !important; }

.u-border-left-none-brand-primary-darkest {
  border-left: none !important; }

.u-border-left-none-brand-primary-dark {
  border-left: none !important; }

.u-border-left-none-brand-primary-medium {
  border-left: none !important; }

.u-border-left-none-brand-primary-light {
  border-left: none !important; }

.u-border-left-none-brand-primary-lightest {
  border-left: none !important; }

.u-border-left-none-complementary-1-darkest {
  border-left: none !important; }

.u-border-left-none-complementary-1-dark {
  border-left: none !important; }

.u-border-left-none-complementary-1-medium {
  border-left: none !important; }

.u-border-left-none-complementary-1-light {
  border-left: none !important; }

.u-border-left-none-complementary-1-lightest {
  border-left: none !important; }

.u-border-left-none-complementary-2-darkest {
  border-left: none !important; }

.u-border-left-none-complementary-2-dark {
  border-left: none !important; }

.u-border-left-none-complementary-2-medium {
  border-left: none !important; }

.u-border-left-none-complementary-2-light {
  border-left: none !important; }

.u-border-left-none-complementary-2-lightest {
  border-left: none !important; }

.u-border-left-none-feedback-danger-darkest {
  border-left: none !important; }

.u-border-left-none-feedback-danger-dark {
  border-left: none !important; }

.u-border-left-none-feedback-danger-medium {
  border-left: none !important; }

.u-border-left-none-feedback-danger-light {
  border-left: none !important; }

.u-border-left-none-feedback-danger-lightest {
  border-left: none !important; }

.u-border-left-none-feedback-success-darkest {
  border-left: none !important; }

.u-border-left-none-feedback-success-dark {
  border-left: none !important; }

.u-border-left-none-feedback-success-medium {
  border-left: none !important; }

.u-border-left-none-feedback-success-light {
  border-left: none !important; }

.u-border-left-none-feedback-success-lightest {
  border-left: none !important; }

.u-border-left-none-feedback-alert-darkest {
  border-left: none !important; }

.u-border-left-none-feedback-alert-dark {
  border-left: none !important; }

.u-border-left-none-feedback-alert-medium {
  border-left: none !important; }

.u-border-left-none-feedback-alert-light {
  border-left: none !important; }

.u-border-left-none-feedback-alert-lightest {
  border-left: none !important; }

.u-border-left-none-neutral-darkest {
  border-left: none !important; }

.u-border-left-none-neutral-dark {
  border-left: none !important; }

.u-border-left-none-neutral-medium {
  border-left: none !important; }

.u-border-left-none-neutral-light {
  border-left: none !important; }

.u-border-left-none-neutral-lightest {
  border-left: none !important; }

.u-border-left-none-essential-black {
  border-left: none !important; }

.u-border-left-none-essential-white {
  border-left: none !important; }

.u-border-sm-brand-primary-darkest {
  border: 1px solid #B43500 !important; }

.u-border-sm-brand-primary-dark {
  border: 1px solid #D83B04 !important; }

.u-border-sm-brand-primary-medium {
  border: 1px solid #E55807 !important; }

.u-border-sm-brand-primary-light {
  border: 1px solid #FFCBB5 !important; }

.u-border-sm-brand-primary-lightest {
  border: 1px solid #FDEBE1 !important; }

.u-border-sm-complementary-1-darkest {
  border: 1px solid #9E7BB2 !important; }

.u-border-sm-complementary-1-dark {
  border: 1px solid #B6A1C2 !important; }

.u-border-sm-complementary-1-medium {
  border: 1px solid #D2C6D9 !important; }

.u-border-sm-complementary-1-light {
  border: 1px solid #F4E8FA !important; }

.u-border-sm-complementary-1-lightest {
  border: 1px solid #F7F0FB !important; }

.u-border-sm-complementary-2-darkest {
  border: 1px solid #86BF33 !important; }

.u-border-sm-complementary-2-dark {
  border: 1px solid #A8E353 !important; }

.u-border-sm-complementary-2-medium {
  border: 1px solid #C6FA7A !important; }

.u-border-sm-complementary-2-light {
  border: 1px solid #EBFFCD !important; }

.u-border-sm-complementary-2-lightest {
  border: 1px solid #F6FFE9 !important; }

.u-border-sm-feedback-danger-darkest {
  border: 1px solid #C71414 !important; }

.u-border-sm-feedback-danger-dark {
  border: 1px solid #F42525 !important; }

.u-border-sm-feedback-danger-medium {
  border: 1px solid #F95151 !important; }

.u-border-sm-feedback-danger-light {
  border: 1px solid #FBA8A8 !important; }

.u-border-sm-feedback-danger-lightest {
  border: 1px solid #FEDCDC !important; }

.u-border-sm-feedback-success-darkest {
  border: 1px solid #01642E !important; }

.u-border-sm-feedback-success-dark {
  border: 1px solid #00A148 !important; }

.u-border-sm-feedback-success-medium {
  border: 1px solid #41C670 !important; }

.u-border-sm-feedback-success-light {
  border: 1px solid #B3E3C9 !important; }

.u-border-sm-feedback-success-lightest {
  border: 1px solid #D9F4E2 !important; }

.u-border-sm-feedback-alert-darkest {
  border: 1px solid #E38800 !important; }

.u-border-sm-feedback-alert-dark {
  border: 1px solid #F7A608 !important; }

.u-border-sm-feedback-alert-medium {
  border: 1px solid #FFC633 !important; }

.u-border-sm-feedback-alert-light {
  border: 1px solid #FEDF8F !important; }

.u-border-sm-feedback-alert-lightest {
  border: 1px solid #FEEDBF !important; }

.u-border-sm-neutral-darkest {
  border: 1px solid #1E1E1E !important; }

.u-border-sm-neutral-dark {
  border: 1px solid #515151 !important; }

.u-border-sm-neutral-medium {
  border: 1px solid #ADADAD !important; }

.u-border-sm-neutral-light {
  border: 1px solid #E3E3E3 !important; }

.u-border-sm-neutral-lightest {
  border: 1px solid #F2F2F2 !important; }

.u-border-sm-essential-black {
  border: 1px solid #000000 !important; }

.u-border-sm-essential-white {
  border: 1px solid #FFFFFF !important; }

.u-border-top-sm-brand-primary-darkest {
  border-top: 1px solid #B43500 !important; }

.u-border-top-sm-brand-primary-dark {
  border-top: 1px solid #D83B04 !important; }

.u-border-top-sm-brand-primary-medium {
  border-top: 1px solid #E55807 !important; }

.u-border-top-sm-brand-primary-light {
  border-top: 1px solid #FFCBB5 !important; }

.u-border-top-sm-brand-primary-lightest {
  border-top: 1px solid #FDEBE1 !important; }

.u-border-top-sm-complementary-1-darkest {
  border-top: 1px solid #9E7BB2 !important; }

.u-border-top-sm-complementary-1-dark {
  border-top: 1px solid #B6A1C2 !important; }

.u-border-top-sm-complementary-1-medium {
  border-top: 1px solid #D2C6D9 !important; }

.u-border-top-sm-complementary-1-light {
  border-top: 1px solid #F4E8FA !important; }

.u-border-top-sm-complementary-1-lightest {
  border-top: 1px solid #F7F0FB !important; }

.u-border-top-sm-complementary-2-darkest {
  border-top: 1px solid #86BF33 !important; }

.u-border-top-sm-complementary-2-dark {
  border-top: 1px solid #A8E353 !important; }

.u-border-top-sm-complementary-2-medium {
  border-top: 1px solid #C6FA7A !important; }

.u-border-top-sm-complementary-2-light {
  border-top: 1px solid #EBFFCD !important; }

.u-border-top-sm-complementary-2-lightest {
  border-top: 1px solid #F6FFE9 !important; }

.u-border-top-sm-feedback-danger-darkest {
  border-top: 1px solid #C71414 !important; }

.u-border-top-sm-feedback-danger-dark {
  border-top: 1px solid #F42525 !important; }

.u-border-top-sm-feedback-danger-medium {
  border-top: 1px solid #F95151 !important; }

.u-border-top-sm-feedback-danger-light {
  border-top: 1px solid #FBA8A8 !important; }

.u-border-top-sm-feedback-danger-lightest {
  border-top: 1px solid #FEDCDC !important; }

.u-border-top-sm-feedback-success-darkest {
  border-top: 1px solid #01642E !important; }

.u-border-top-sm-feedback-success-dark {
  border-top: 1px solid #00A148 !important; }

.u-border-top-sm-feedback-success-medium {
  border-top: 1px solid #41C670 !important; }

.u-border-top-sm-feedback-success-light {
  border-top: 1px solid #B3E3C9 !important; }

.u-border-top-sm-feedback-success-lightest {
  border-top: 1px solid #D9F4E2 !important; }

.u-border-top-sm-feedback-alert-darkest {
  border-top: 1px solid #E38800 !important; }

.u-border-top-sm-feedback-alert-dark {
  border-top: 1px solid #F7A608 !important; }

.u-border-top-sm-feedback-alert-medium {
  border-top: 1px solid #FFC633 !important; }

.u-border-top-sm-feedback-alert-light {
  border-top: 1px solid #FEDF8F !important; }

.u-border-top-sm-feedback-alert-lightest {
  border-top: 1px solid #FEEDBF !important; }

.u-border-top-sm-neutral-darkest {
  border-top: 1px solid #1E1E1E !important; }

.u-border-top-sm-neutral-dark {
  border-top: 1px solid #515151 !important; }

.u-border-top-sm-neutral-medium {
  border-top: 1px solid #ADADAD !important; }

.u-border-top-sm-neutral-light {
  border-top: 1px solid #E3E3E3 !important; }

.u-border-top-sm-neutral-lightest {
  border-top: 1px solid #F2F2F2 !important; }

.u-border-top-sm-essential-black {
  border-top: 1px solid #000000 !important; }

.u-border-top-sm-essential-white {
  border-top: 1px solid #FFFFFF !important; }

.u-border-bottom-sm-brand-primary-darkest {
  border-bottom: 1px solid #B43500 !important; }

.u-border-bottom-sm-brand-primary-dark {
  border-bottom: 1px solid #D83B04 !important; }

.u-border-bottom-sm-brand-primary-medium {
  border-bottom: 1px solid #E55807 !important; }

.u-border-bottom-sm-brand-primary-light {
  border-bottom: 1px solid #FFCBB5 !important; }

.u-border-bottom-sm-brand-primary-lightest {
  border-bottom: 1px solid #FDEBE1 !important; }

.u-border-bottom-sm-complementary-1-darkest {
  border-bottom: 1px solid #9E7BB2 !important; }

.u-border-bottom-sm-complementary-1-dark {
  border-bottom: 1px solid #B6A1C2 !important; }

.u-border-bottom-sm-complementary-1-medium {
  border-bottom: 1px solid #D2C6D9 !important; }

.u-border-bottom-sm-complementary-1-light {
  border-bottom: 1px solid #F4E8FA !important; }

.u-border-bottom-sm-complementary-1-lightest {
  border-bottom: 1px solid #F7F0FB !important; }

.u-border-bottom-sm-complementary-2-darkest {
  border-bottom: 1px solid #86BF33 !important; }

.u-border-bottom-sm-complementary-2-dark {
  border-bottom: 1px solid #A8E353 !important; }

.u-border-bottom-sm-complementary-2-medium {
  border-bottom: 1px solid #C6FA7A !important; }

.u-border-bottom-sm-complementary-2-light {
  border-bottom: 1px solid #EBFFCD !important; }

.u-border-bottom-sm-complementary-2-lightest {
  border-bottom: 1px solid #F6FFE9 !important; }

.u-border-bottom-sm-feedback-danger-darkest {
  border-bottom: 1px solid #C71414 !important; }

.u-border-bottom-sm-feedback-danger-dark {
  border-bottom: 1px solid #F42525 !important; }

.u-border-bottom-sm-feedback-danger-medium {
  border-bottom: 1px solid #F95151 !important; }

.u-border-bottom-sm-feedback-danger-light {
  border-bottom: 1px solid #FBA8A8 !important; }

.u-border-bottom-sm-feedback-danger-lightest {
  border-bottom: 1px solid #FEDCDC !important; }

.u-border-bottom-sm-feedback-success-darkest {
  border-bottom: 1px solid #01642E !important; }

.u-border-bottom-sm-feedback-success-dark {
  border-bottom: 1px solid #00A148 !important; }

.u-border-bottom-sm-feedback-success-medium {
  border-bottom: 1px solid #41C670 !important; }

.u-border-bottom-sm-feedback-success-light {
  border-bottom: 1px solid #B3E3C9 !important; }

.u-border-bottom-sm-feedback-success-lightest {
  border-bottom: 1px solid #D9F4E2 !important; }

.u-border-bottom-sm-feedback-alert-darkest {
  border-bottom: 1px solid #E38800 !important; }

.u-border-bottom-sm-feedback-alert-dark {
  border-bottom: 1px solid #F7A608 !important; }

.u-border-bottom-sm-feedback-alert-medium {
  border-bottom: 1px solid #FFC633 !important; }

.u-border-bottom-sm-feedback-alert-light {
  border-bottom: 1px solid #FEDF8F !important; }

.u-border-bottom-sm-feedback-alert-lightest {
  border-bottom: 1px solid #FEEDBF !important; }

.u-border-bottom-sm-neutral-darkest {
  border-bottom: 1px solid #1E1E1E !important; }

.u-border-bottom-sm-neutral-dark {
  border-bottom: 1px solid #515151 !important; }

.u-border-bottom-sm-neutral-medium {
  border-bottom: 1px solid #ADADAD !important; }

.u-border-bottom-sm-neutral-light {
  border-bottom: 1px solid #E3E3E3 !important; }

.u-border-bottom-sm-neutral-lightest {
  border-bottom: 1px solid #F2F2F2 !important; }

.u-border-bottom-sm-essential-black {
  border-bottom: 1px solid #000000 !important; }

.u-border-bottom-sm-essential-white {
  border-bottom: 1px solid #FFFFFF !important; }

.u-border-right-sm-brand-primary-darkest {
  border-right: 1px solid #B43500 !important; }

.u-border-right-sm-brand-primary-dark {
  border-right: 1px solid #D83B04 !important; }

.u-border-right-sm-brand-primary-medium {
  border-right: 1px solid #E55807 !important; }

.u-border-right-sm-brand-primary-light {
  border-right: 1px solid #FFCBB5 !important; }

.u-border-right-sm-brand-primary-lightest {
  border-right: 1px solid #FDEBE1 !important; }

.u-border-right-sm-complementary-1-darkest {
  border-right: 1px solid #9E7BB2 !important; }

.u-border-right-sm-complementary-1-dark {
  border-right: 1px solid #B6A1C2 !important; }

.u-border-right-sm-complementary-1-medium {
  border-right: 1px solid #D2C6D9 !important; }

.u-border-right-sm-complementary-1-light {
  border-right: 1px solid #F4E8FA !important; }

.u-border-right-sm-complementary-1-lightest {
  border-right: 1px solid #F7F0FB !important; }

.u-border-right-sm-complementary-2-darkest {
  border-right: 1px solid #86BF33 !important; }

.u-border-right-sm-complementary-2-dark {
  border-right: 1px solid #A8E353 !important; }

.u-border-right-sm-complementary-2-medium {
  border-right: 1px solid #C6FA7A !important; }

.u-border-right-sm-complementary-2-light {
  border-right: 1px solid #EBFFCD !important; }

.u-border-right-sm-complementary-2-lightest {
  border-right: 1px solid #F6FFE9 !important; }

.u-border-right-sm-feedback-danger-darkest {
  border-right: 1px solid #C71414 !important; }

.u-border-right-sm-feedback-danger-dark {
  border-right: 1px solid #F42525 !important; }

.u-border-right-sm-feedback-danger-medium {
  border-right: 1px solid #F95151 !important; }

.u-border-right-sm-feedback-danger-light {
  border-right: 1px solid #FBA8A8 !important; }

.u-border-right-sm-feedback-danger-lightest {
  border-right: 1px solid #FEDCDC !important; }

.u-border-right-sm-feedback-success-darkest {
  border-right: 1px solid #01642E !important; }

.u-border-right-sm-feedback-success-dark {
  border-right: 1px solid #00A148 !important; }

.u-border-right-sm-feedback-success-medium {
  border-right: 1px solid #41C670 !important; }

.u-border-right-sm-feedback-success-light {
  border-right: 1px solid #B3E3C9 !important; }

.u-border-right-sm-feedback-success-lightest {
  border-right: 1px solid #D9F4E2 !important; }

.u-border-right-sm-feedback-alert-darkest {
  border-right: 1px solid #E38800 !important; }

.u-border-right-sm-feedback-alert-dark {
  border-right: 1px solid #F7A608 !important; }

.u-border-right-sm-feedback-alert-medium {
  border-right: 1px solid #FFC633 !important; }

.u-border-right-sm-feedback-alert-light {
  border-right: 1px solid #FEDF8F !important; }

.u-border-right-sm-feedback-alert-lightest {
  border-right: 1px solid #FEEDBF !important; }

.u-border-right-sm-neutral-darkest {
  border-right: 1px solid #1E1E1E !important; }

.u-border-right-sm-neutral-dark {
  border-right: 1px solid #515151 !important; }

.u-border-right-sm-neutral-medium {
  border-right: 1px solid #ADADAD !important; }

.u-border-right-sm-neutral-light {
  border-right: 1px solid #E3E3E3 !important; }

.u-border-right-sm-neutral-lightest {
  border-right: 1px solid #F2F2F2 !important; }

.u-border-right-sm-essential-black {
  border-right: 1px solid #000000 !important; }

.u-border-right-sm-essential-white {
  border-right: 1px solid #FFFFFF !important; }

.u-border-left-sm-brand-primary-darkest {
  border-left: 1px solid #B43500 !important; }

.u-border-left-sm-brand-primary-dark {
  border-left: 1px solid #D83B04 !important; }

.u-border-left-sm-brand-primary-medium {
  border-left: 1px solid #E55807 !important; }

.u-border-left-sm-brand-primary-light {
  border-left: 1px solid #FFCBB5 !important; }

.u-border-left-sm-brand-primary-lightest {
  border-left: 1px solid #FDEBE1 !important; }

.u-border-left-sm-complementary-1-darkest {
  border-left: 1px solid #9E7BB2 !important; }

.u-border-left-sm-complementary-1-dark {
  border-left: 1px solid #B6A1C2 !important; }

.u-border-left-sm-complementary-1-medium {
  border-left: 1px solid #D2C6D9 !important; }

.u-border-left-sm-complementary-1-light {
  border-left: 1px solid #F4E8FA !important; }

.u-border-left-sm-complementary-1-lightest {
  border-left: 1px solid #F7F0FB !important; }

.u-border-left-sm-complementary-2-darkest {
  border-left: 1px solid #86BF33 !important; }

.u-border-left-sm-complementary-2-dark {
  border-left: 1px solid #A8E353 !important; }

.u-border-left-sm-complementary-2-medium {
  border-left: 1px solid #C6FA7A !important; }

.u-border-left-sm-complementary-2-light {
  border-left: 1px solid #EBFFCD !important; }

.u-border-left-sm-complementary-2-lightest {
  border-left: 1px solid #F6FFE9 !important; }

.u-border-left-sm-feedback-danger-darkest {
  border-left: 1px solid #C71414 !important; }

.u-border-left-sm-feedback-danger-dark {
  border-left: 1px solid #F42525 !important; }

.u-border-left-sm-feedback-danger-medium {
  border-left: 1px solid #F95151 !important; }

.u-border-left-sm-feedback-danger-light {
  border-left: 1px solid #FBA8A8 !important; }

.u-border-left-sm-feedback-danger-lightest {
  border-left: 1px solid #FEDCDC !important; }

.u-border-left-sm-feedback-success-darkest {
  border-left: 1px solid #01642E !important; }

.u-border-left-sm-feedback-success-dark {
  border-left: 1px solid #00A148 !important; }

.u-border-left-sm-feedback-success-medium {
  border-left: 1px solid #41C670 !important; }

.u-border-left-sm-feedback-success-light {
  border-left: 1px solid #B3E3C9 !important; }

.u-border-left-sm-feedback-success-lightest {
  border-left: 1px solid #D9F4E2 !important; }

.u-border-left-sm-feedback-alert-darkest {
  border-left: 1px solid #E38800 !important; }

.u-border-left-sm-feedback-alert-dark {
  border-left: 1px solid #F7A608 !important; }

.u-border-left-sm-feedback-alert-medium {
  border-left: 1px solid #FFC633 !important; }

.u-border-left-sm-feedback-alert-light {
  border-left: 1px solid #FEDF8F !important; }

.u-border-left-sm-feedback-alert-lightest {
  border-left: 1px solid #FEEDBF !important; }

.u-border-left-sm-neutral-darkest {
  border-left: 1px solid #1E1E1E !important; }

.u-border-left-sm-neutral-dark {
  border-left: 1px solid #515151 !important; }

.u-border-left-sm-neutral-medium {
  border-left: 1px solid #ADADAD !important; }

.u-border-left-sm-neutral-light {
  border-left: 1px solid #E3E3E3 !important; }

.u-border-left-sm-neutral-lightest {
  border-left: 1px solid #F2F2F2 !important; }

.u-border-left-sm-essential-black {
  border-left: 1px solid #000000 !important; }

.u-border-left-sm-essential-white {
  border-left: 1px solid #FFFFFF !important; }

.u-border-md-brand-primary-darkest {
  border: 2px solid #B43500 !important; }

.u-border-md-brand-primary-dark {
  border: 2px solid #D83B04 !important; }

.u-border-md-brand-primary-medium {
  border: 2px solid #E55807 !important; }

.u-border-md-brand-primary-light {
  border: 2px solid #FFCBB5 !important; }

.u-border-md-brand-primary-lightest {
  border: 2px solid #FDEBE1 !important; }

.u-border-md-complementary-1-darkest {
  border: 2px solid #9E7BB2 !important; }

.u-border-md-complementary-1-dark {
  border: 2px solid #B6A1C2 !important; }

.u-border-md-complementary-1-medium {
  border: 2px solid #D2C6D9 !important; }

.u-border-md-complementary-1-light {
  border: 2px solid #F4E8FA !important; }

.u-border-md-complementary-1-lightest {
  border: 2px solid #F7F0FB !important; }

.u-border-md-complementary-2-darkest {
  border: 2px solid #86BF33 !important; }

.u-border-md-complementary-2-dark {
  border: 2px solid #A8E353 !important; }

.u-border-md-complementary-2-medium {
  border: 2px solid #C6FA7A !important; }

.u-border-md-complementary-2-light {
  border: 2px solid #EBFFCD !important; }

.u-border-md-complementary-2-lightest {
  border: 2px solid #F6FFE9 !important; }

.u-border-md-feedback-danger-darkest {
  border: 2px solid #C71414 !important; }

.u-border-md-feedback-danger-dark {
  border: 2px solid #F42525 !important; }

.u-border-md-feedback-danger-medium {
  border: 2px solid #F95151 !important; }

.u-border-md-feedback-danger-light {
  border: 2px solid #FBA8A8 !important; }

.u-border-md-feedback-danger-lightest {
  border: 2px solid #FEDCDC !important; }

.u-border-md-feedback-success-darkest {
  border: 2px solid #01642E !important; }

.u-border-md-feedback-success-dark {
  border: 2px solid #00A148 !important; }

.u-border-md-feedback-success-medium {
  border: 2px solid #41C670 !important; }

.u-border-md-feedback-success-light {
  border: 2px solid #B3E3C9 !important; }

.u-border-md-feedback-success-lightest {
  border: 2px solid #D9F4E2 !important; }

.u-border-md-feedback-alert-darkest {
  border: 2px solid #E38800 !important; }

.u-border-md-feedback-alert-dark {
  border: 2px solid #F7A608 !important; }

.u-border-md-feedback-alert-medium {
  border: 2px solid #FFC633 !important; }

.u-border-md-feedback-alert-light {
  border: 2px solid #FEDF8F !important; }

.u-border-md-feedback-alert-lightest {
  border: 2px solid #FEEDBF !important; }

.u-border-md-neutral-darkest {
  border: 2px solid #1E1E1E !important; }

.u-border-md-neutral-dark {
  border: 2px solid #515151 !important; }

.u-border-md-neutral-medium {
  border: 2px solid #ADADAD !important; }

.u-border-md-neutral-light {
  border: 2px solid #E3E3E3 !important; }

.u-border-md-neutral-lightest {
  border: 2px solid #F2F2F2 !important; }

.u-border-md-essential-black {
  border: 2px solid #000000 !important; }

.u-border-md-essential-white {
  border: 2px solid #FFFFFF !important; }

.u-border-top-md-brand-primary-darkest {
  border-top: 2px solid #B43500 !important; }

.u-border-top-md-brand-primary-dark {
  border-top: 2px solid #D83B04 !important; }

.u-border-top-md-brand-primary-medium {
  border-top: 2px solid #E55807 !important; }

.u-border-top-md-brand-primary-light {
  border-top: 2px solid #FFCBB5 !important; }

.u-border-top-md-brand-primary-lightest {
  border-top: 2px solid #FDEBE1 !important; }

.u-border-top-md-complementary-1-darkest {
  border-top: 2px solid #9E7BB2 !important; }

.u-border-top-md-complementary-1-dark {
  border-top: 2px solid #B6A1C2 !important; }

.u-border-top-md-complementary-1-medium {
  border-top: 2px solid #D2C6D9 !important; }

.u-border-top-md-complementary-1-light {
  border-top: 2px solid #F4E8FA !important; }

.u-border-top-md-complementary-1-lightest {
  border-top: 2px solid #F7F0FB !important; }

.u-border-top-md-complementary-2-darkest {
  border-top: 2px solid #86BF33 !important; }

.u-border-top-md-complementary-2-dark {
  border-top: 2px solid #A8E353 !important; }

.u-border-top-md-complementary-2-medium {
  border-top: 2px solid #C6FA7A !important; }

.u-border-top-md-complementary-2-light {
  border-top: 2px solid #EBFFCD !important; }

.u-border-top-md-complementary-2-lightest {
  border-top: 2px solid #F6FFE9 !important; }

.u-border-top-md-feedback-danger-darkest {
  border-top: 2px solid #C71414 !important; }

.u-border-top-md-feedback-danger-dark {
  border-top: 2px solid #F42525 !important; }

.u-border-top-md-feedback-danger-medium {
  border-top: 2px solid #F95151 !important; }

.u-border-top-md-feedback-danger-light {
  border-top: 2px solid #FBA8A8 !important; }

.u-border-top-md-feedback-danger-lightest {
  border-top: 2px solid #FEDCDC !important; }

.u-border-top-md-feedback-success-darkest {
  border-top: 2px solid #01642E !important; }

.u-border-top-md-feedback-success-dark {
  border-top: 2px solid #00A148 !important; }

.u-border-top-md-feedback-success-medium {
  border-top: 2px solid #41C670 !important; }

.u-border-top-md-feedback-success-light {
  border-top: 2px solid #B3E3C9 !important; }

.u-border-top-md-feedback-success-lightest {
  border-top: 2px solid #D9F4E2 !important; }

.u-border-top-md-feedback-alert-darkest {
  border-top: 2px solid #E38800 !important; }

.u-border-top-md-feedback-alert-dark {
  border-top: 2px solid #F7A608 !important; }

.u-border-top-md-feedback-alert-medium {
  border-top: 2px solid #FFC633 !important; }

.u-border-top-md-feedback-alert-light {
  border-top: 2px solid #FEDF8F !important; }

.u-border-top-md-feedback-alert-lightest {
  border-top: 2px solid #FEEDBF !important; }

.u-border-top-md-neutral-darkest {
  border-top: 2px solid #1E1E1E !important; }

.u-border-top-md-neutral-dark {
  border-top: 2px solid #515151 !important; }

.u-border-top-md-neutral-medium {
  border-top: 2px solid #ADADAD !important; }

.u-border-top-md-neutral-light {
  border-top: 2px solid #E3E3E3 !important; }

.u-border-top-md-neutral-lightest {
  border-top: 2px solid #F2F2F2 !important; }

.u-border-top-md-essential-black {
  border-top: 2px solid #000000 !important; }

.u-border-top-md-essential-white {
  border-top: 2px solid #FFFFFF !important; }

.u-border-bottom-md-brand-primary-darkest {
  border-bottom: 2px solid #B43500 !important; }

.u-border-bottom-md-brand-primary-dark {
  border-bottom: 2px solid #D83B04 !important; }

.u-border-bottom-md-brand-primary-medium {
  border-bottom: 2px solid #E55807 !important; }

.u-border-bottom-md-brand-primary-light {
  border-bottom: 2px solid #FFCBB5 !important; }

.u-border-bottom-md-brand-primary-lightest {
  border-bottom: 2px solid #FDEBE1 !important; }

.u-border-bottom-md-complementary-1-darkest {
  border-bottom: 2px solid #9E7BB2 !important; }

.u-border-bottom-md-complementary-1-dark {
  border-bottom: 2px solid #B6A1C2 !important; }

.u-border-bottom-md-complementary-1-medium {
  border-bottom: 2px solid #D2C6D9 !important; }

.u-border-bottom-md-complementary-1-light {
  border-bottom: 2px solid #F4E8FA !important; }

.u-border-bottom-md-complementary-1-lightest {
  border-bottom: 2px solid #F7F0FB !important; }

.u-border-bottom-md-complementary-2-darkest {
  border-bottom: 2px solid #86BF33 !important; }

.u-border-bottom-md-complementary-2-dark {
  border-bottom: 2px solid #A8E353 !important; }

.u-border-bottom-md-complementary-2-medium {
  border-bottom: 2px solid #C6FA7A !important; }

.u-border-bottom-md-complementary-2-light {
  border-bottom: 2px solid #EBFFCD !important; }

.u-border-bottom-md-complementary-2-lightest {
  border-bottom: 2px solid #F6FFE9 !important; }

.u-border-bottom-md-feedback-danger-darkest {
  border-bottom: 2px solid #C71414 !important; }

.u-border-bottom-md-feedback-danger-dark {
  border-bottom: 2px solid #F42525 !important; }

.u-border-bottom-md-feedback-danger-medium {
  border-bottom: 2px solid #F95151 !important; }

.u-border-bottom-md-feedback-danger-light {
  border-bottom: 2px solid #FBA8A8 !important; }

.u-border-bottom-md-feedback-danger-lightest {
  border-bottom: 2px solid #FEDCDC !important; }

.u-border-bottom-md-feedback-success-darkest {
  border-bottom: 2px solid #01642E !important; }

.u-border-bottom-md-feedback-success-dark {
  border-bottom: 2px solid #00A148 !important; }

.u-border-bottom-md-feedback-success-medium {
  border-bottom: 2px solid #41C670 !important; }

.u-border-bottom-md-feedback-success-light {
  border-bottom: 2px solid #B3E3C9 !important; }

.u-border-bottom-md-feedback-success-lightest {
  border-bottom: 2px solid #D9F4E2 !important; }

.u-border-bottom-md-feedback-alert-darkest {
  border-bottom: 2px solid #E38800 !important; }

.u-border-bottom-md-feedback-alert-dark {
  border-bottom: 2px solid #F7A608 !important; }

.u-border-bottom-md-feedback-alert-medium {
  border-bottom: 2px solid #FFC633 !important; }

.u-border-bottom-md-feedback-alert-light {
  border-bottom: 2px solid #FEDF8F !important; }

.u-border-bottom-md-feedback-alert-lightest {
  border-bottom: 2px solid #FEEDBF !important; }

.u-border-bottom-md-neutral-darkest {
  border-bottom: 2px solid #1E1E1E !important; }

.u-border-bottom-md-neutral-dark {
  border-bottom: 2px solid #515151 !important; }

.u-border-bottom-md-neutral-medium {
  border-bottom: 2px solid #ADADAD !important; }

.u-border-bottom-md-neutral-light {
  border-bottom: 2px solid #E3E3E3 !important; }

.u-border-bottom-md-neutral-lightest {
  border-bottom: 2px solid #F2F2F2 !important; }

.u-border-bottom-md-essential-black {
  border-bottom: 2px solid #000000 !important; }

.u-border-bottom-md-essential-white {
  border-bottom: 2px solid #FFFFFF !important; }

.u-border-right-md-brand-primary-darkest {
  border-right: 2px solid #B43500 !important; }

.u-border-right-md-brand-primary-dark {
  border-right: 2px solid #D83B04 !important; }

.u-border-right-md-brand-primary-medium {
  border-right: 2px solid #E55807 !important; }

.u-border-right-md-brand-primary-light {
  border-right: 2px solid #FFCBB5 !important; }

.u-border-right-md-brand-primary-lightest {
  border-right: 2px solid #FDEBE1 !important; }

.u-border-right-md-complementary-1-darkest {
  border-right: 2px solid #9E7BB2 !important; }

.u-border-right-md-complementary-1-dark {
  border-right: 2px solid #B6A1C2 !important; }

.u-border-right-md-complementary-1-medium {
  border-right: 2px solid #D2C6D9 !important; }

.u-border-right-md-complementary-1-light {
  border-right: 2px solid #F4E8FA !important; }

.u-border-right-md-complementary-1-lightest {
  border-right: 2px solid #F7F0FB !important; }

.u-border-right-md-complementary-2-darkest {
  border-right: 2px solid #86BF33 !important; }

.u-border-right-md-complementary-2-dark {
  border-right: 2px solid #A8E353 !important; }

.u-border-right-md-complementary-2-medium {
  border-right: 2px solid #C6FA7A !important; }

.u-border-right-md-complementary-2-light {
  border-right: 2px solid #EBFFCD !important; }

.u-border-right-md-complementary-2-lightest {
  border-right: 2px solid #F6FFE9 !important; }

.u-border-right-md-feedback-danger-darkest {
  border-right: 2px solid #C71414 !important; }

.u-border-right-md-feedback-danger-dark {
  border-right: 2px solid #F42525 !important; }

.u-border-right-md-feedback-danger-medium {
  border-right: 2px solid #F95151 !important; }

.u-border-right-md-feedback-danger-light {
  border-right: 2px solid #FBA8A8 !important; }

.u-border-right-md-feedback-danger-lightest {
  border-right: 2px solid #FEDCDC !important; }

.u-border-right-md-feedback-success-darkest {
  border-right: 2px solid #01642E !important; }

.u-border-right-md-feedback-success-dark {
  border-right: 2px solid #00A148 !important; }

.u-border-right-md-feedback-success-medium {
  border-right: 2px solid #41C670 !important; }

.u-border-right-md-feedback-success-light {
  border-right: 2px solid #B3E3C9 !important; }

.u-border-right-md-feedback-success-lightest {
  border-right: 2px solid #D9F4E2 !important; }

.u-border-right-md-feedback-alert-darkest {
  border-right: 2px solid #E38800 !important; }

.u-border-right-md-feedback-alert-dark {
  border-right: 2px solid #F7A608 !important; }

.u-border-right-md-feedback-alert-medium {
  border-right: 2px solid #FFC633 !important; }

.u-border-right-md-feedback-alert-light {
  border-right: 2px solid #FEDF8F !important; }

.u-border-right-md-feedback-alert-lightest {
  border-right: 2px solid #FEEDBF !important; }

.u-border-right-md-neutral-darkest {
  border-right: 2px solid #1E1E1E !important; }

.u-border-right-md-neutral-dark {
  border-right: 2px solid #515151 !important; }

.u-border-right-md-neutral-medium {
  border-right: 2px solid #ADADAD !important; }

.u-border-right-md-neutral-light {
  border-right: 2px solid #E3E3E3 !important; }

.u-border-right-md-neutral-lightest {
  border-right: 2px solid #F2F2F2 !important; }

.u-border-right-md-essential-black {
  border-right: 2px solid #000000 !important; }

.u-border-right-md-essential-white {
  border-right: 2px solid #FFFFFF !important; }

.u-border-left-md-brand-primary-darkest {
  border-left: 2px solid #B43500 !important; }

.u-border-left-md-brand-primary-dark {
  border-left: 2px solid #D83B04 !important; }

.u-border-left-md-brand-primary-medium {
  border-left: 2px solid #E55807 !important; }

.u-border-left-md-brand-primary-light {
  border-left: 2px solid #FFCBB5 !important; }

.u-border-left-md-brand-primary-lightest {
  border-left: 2px solid #FDEBE1 !important; }

.u-border-left-md-complementary-1-darkest {
  border-left: 2px solid #9E7BB2 !important; }

.u-border-left-md-complementary-1-dark {
  border-left: 2px solid #B6A1C2 !important; }

.u-border-left-md-complementary-1-medium {
  border-left: 2px solid #D2C6D9 !important; }

.u-border-left-md-complementary-1-light {
  border-left: 2px solid #F4E8FA !important; }

.u-border-left-md-complementary-1-lightest {
  border-left: 2px solid #F7F0FB !important; }

.u-border-left-md-complementary-2-darkest {
  border-left: 2px solid #86BF33 !important; }

.u-border-left-md-complementary-2-dark {
  border-left: 2px solid #A8E353 !important; }

.u-border-left-md-complementary-2-medium {
  border-left: 2px solid #C6FA7A !important; }

.u-border-left-md-complementary-2-light {
  border-left: 2px solid #EBFFCD !important; }

.u-border-left-md-complementary-2-lightest {
  border-left: 2px solid #F6FFE9 !important; }

.u-border-left-md-feedback-danger-darkest {
  border-left: 2px solid #C71414 !important; }

.u-border-left-md-feedback-danger-dark {
  border-left: 2px solid #F42525 !important; }

.u-border-left-md-feedback-danger-medium {
  border-left: 2px solid #F95151 !important; }

.u-border-left-md-feedback-danger-light {
  border-left: 2px solid #FBA8A8 !important; }

.u-border-left-md-feedback-danger-lightest {
  border-left: 2px solid #FEDCDC !important; }

.u-border-left-md-feedback-success-darkest {
  border-left: 2px solid #01642E !important; }

.u-border-left-md-feedback-success-dark {
  border-left: 2px solid #00A148 !important; }

.u-border-left-md-feedback-success-medium {
  border-left: 2px solid #41C670 !important; }

.u-border-left-md-feedback-success-light {
  border-left: 2px solid #B3E3C9 !important; }

.u-border-left-md-feedback-success-lightest {
  border-left: 2px solid #D9F4E2 !important; }

.u-border-left-md-feedback-alert-darkest {
  border-left: 2px solid #E38800 !important; }

.u-border-left-md-feedback-alert-dark {
  border-left: 2px solid #F7A608 !important; }

.u-border-left-md-feedback-alert-medium {
  border-left: 2px solid #FFC633 !important; }

.u-border-left-md-feedback-alert-light {
  border-left: 2px solid #FEDF8F !important; }

.u-border-left-md-feedback-alert-lightest {
  border-left: 2px solid #FEEDBF !important; }

.u-border-left-md-neutral-darkest {
  border-left: 2px solid #1E1E1E !important; }

.u-border-left-md-neutral-dark {
  border-left: 2px solid #515151 !important; }

.u-border-left-md-neutral-medium {
  border-left: 2px solid #ADADAD !important; }

.u-border-left-md-neutral-light {
  border-left: 2px solid #E3E3E3 !important; }

.u-border-left-md-neutral-lightest {
  border-left: 2px solid #F2F2F2 !important; }

.u-border-left-md-essential-black {
  border-left: 2px solid #000000 !important; }

.u-border-left-md-essential-white {
  border-left: 2px solid #FFFFFF !important; }

.u-border-lg-brand-primary-darkest {
  border: 4px solid #B43500 !important; }

.u-border-lg-brand-primary-dark {
  border: 4px solid #D83B04 !important; }

.u-border-lg-brand-primary-medium {
  border: 4px solid #E55807 !important; }

.u-border-lg-brand-primary-light {
  border: 4px solid #FFCBB5 !important; }

.u-border-lg-brand-primary-lightest {
  border: 4px solid #FDEBE1 !important; }

.u-border-lg-complementary-1-darkest {
  border: 4px solid #9E7BB2 !important; }

.u-border-lg-complementary-1-dark {
  border: 4px solid #B6A1C2 !important; }

.u-border-lg-complementary-1-medium {
  border: 4px solid #D2C6D9 !important; }

.u-border-lg-complementary-1-light {
  border: 4px solid #F4E8FA !important; }

.u-border-lg-complementary-1-lightest {
  border: 4px solid #F7F0FB !important; }

.u-border-lg-complementary-2-darkest {
  border: 4px solid #86BF33 !important; }

.u-border-lg-complementary-2-dark {
  border: 4px solid #A8E353 !important; }

.u-border-lg-complementary-2-medium {
  border: 4px solid #C6FA7A !important; }

.u-border-lg-complementary-2-light {
  border: 4px solid #EBFFCD !important; }

.u-border-lg-complementary-2-lightest {
  border: 4px solid #F6FFE9 !important; }

.u-border-lg-feedback-danger-darkest {
  border: 4px solid #C71414 !important; }

.u-border-lg-feedback-danger-dark {
  border: 4px solid #F42525 !important; }

.u-border-lg-feedback-danger-medium {
  border: 4px solid #F95151 !important; }

.u-border-lg-feedback-danger-light {
  border: 4px solid #FBA8A8 !important; }

.u-border-lg-feedback-danger-lightest {
  border: 4px solid #FEDCDC !important; }

.u-border-lg-feedback-success-darkest {
  border: 4px solid #01642E !important; }

.u-border-lg-feedback-success-dark {
  border: 4px solid #00A148 !important; }

.u-border-lg-feedback-success-medium {
  border: 4px solid #41C670 !important; }

.u-border-lg-feedback-success-light {
  border: 4px solid #B3E3C9 !important; }

.u-border-lg-feedback-success-lightest {
  border: 4px solid #D9F4E2 !important; }

.u-border-lg-feedback-alert-darkest {
  border: 4px solid #E38800 !important; }

.u-border-lg-feedback-alert-dark {
  border: 4px solid #F7A608 !important; }

.u-border-lg-feedback-alert-medium {
  border: 4px solid #FFC633 !important; }

.u-border-lg-feedback-alert-light {
  border: 4px solid #FEDF8F !important; }

.u-border-lg-feedback-alert-lightest {
  border: 4px solid #FEEDBF !important; }

.u-border-lg-neutral-darkest {
  border: 4px solid #1E1E1E !important; }

.u-border-lg-neutral-dark {
  border: 4px solid #515151 !important; }

.u-border-lg-neutral-medium {
  border: 4px solid #ADADAD !important; }

.u-border-lg-neutral-light {
  border: 4px solid #E3E3E3 !important; }

.u-border-lg-neutral-lightest {
  border: 4px solid #F2F2F2 !important; }

.u-border-lg-essential-black {
  border: 4px solid #000000 !important; }

.u-border-lg-essential-white {
  border: 4px solid #FFFFFF !important; }

.u-border-top-lg-brand-primary-darkest {
  border-top: 4px solid #B43500 !important; }

.u-border-top-lg-brand-primary-dark {
  border-top: 4px solid #D83B04 !important; }

.u-border-top-lg-brand-primary-medium {
  border-top: 4px solid #E55807 !important; }

.u-border-top-lg-brand-primary-light {
  border-top: 4px solid #FFCBB5 !important; }

.u-border-top-lg-brand-primary-lightest {
  border-top: 4px solid #FDEBE1 !important; }

.u-border-top-lg-complementary-1-darkest {
  border-top: 4px solid #9E7BB2 !important; }

.u-border-top-lg-complementary-1-dark {
  border-top: 4px solid #B6A1C2 !important; }

.u-border-top-lg-complementary-1-medium {
  border-top: 4px solid #D2C6D9 !important; }

.u-border-top-lg-complementary-1-light {
  border-top: 4px solid #F4E8FA !important; }

.u-border-top-lg-complementary-1-lightest {
  border-top: 4px solid #F7F0FB !important; }

.u-border-top-lg-complementary-2-darkest {
  border-top: 4px solid #86BF33 !important; }

.u-border-top-lg-complementary-2-dark {
  border-top: 4px solid #A8E353 !important; }

.u-border-top-lg-complementary-2-medium {
  border-top: 4px solid #C6FA7A !important; }

.u-border-top-lg-complementary-2-light {
  border-top: 4px solid #EBFFCD !important; }

.u-border-top-lg-complementary-2-lightest {
  border-top: 4px solid #F6FFE9 !important; }

.u-border-top-lg-feedback-danger-darkest {
  border-top: 4px solid #C71414 !important; }

.u-border-top-lg-feedback-danger-dark {
  border-top: 4px solid #F42525 !important; }

.u-border-top-lg-feedback-danger-medium {
  border-top: 4px solid #F95151 !important; }

.u-border-top-lg-feedback-danger-light {
  border-top: 4px solid #FBA8A8 !important; }

.u-border-top-lg-feedback-danger-lightest {
  border-top: 4px solid #FEDCDC !important; }

.u-border-top-lg-feedback-success-darkest {
  border-top: 4px solid #01642E !important; }

.u-border-top-lg-feedback-success-dark {
  border-top: 4px solid #00A148 !important; }

.u-border-top-lg-feedback-success-medium {
  border-top: 4px solid #41C670 !important; }

.u-border-top-lg-feedback-success-light {
  border-top: 4px solid #B3E3C9 !important; }

.u-border-top-lg-feedback-success-lightest {
  border-top: 4px solid #D9F4E2 !important; }

.u-border-top-lg-feedback-alert-darkest {
  border-top: 4px solid #E38800 !important; }

.u-border-top-lg-feedback-alert-dark {
  border-top: 4px solid #F7A608 !important; }

.u-border-top-lg-feedback-alert-medium {
  border-top: 4px solid #FFC633 !important; }

.u-border-top-lg-feedback-alert-light {
  border-top: 4px solid #FEDF8F !important; }

.u-border-top-lg-feedback-alert-lightest {
  border-top: 4px solid #FEEDBF !important; }

.u-border-top-lg-neutral-darkest {
  border-top: 4px solid #1E1E1E !important; }

.u-border-top-lg-neutral-dark {
  border-top: 4px solid #515151 !important; }

.u-border-top-lg-neutral-medium {
  border-top: 4px solid #ADADAD !important; }

.u-border-top-lg-neutral-light {
  border-top: 4px solid #E3E3E3 !important; }

.u-border-top-lg-neutral-lightest {
  border-top: 4px solid #F2F2F2 !important; }

.u-border-top-lg-essential-black {
  border-top: 4px solid #000000 !important; }

.u-border-top-lg-essential-white {
  border-top: 4px solid #FFFFFF !important; }

.u-border-bottom-lg-brand-primary-darkest {
  border-bottom: 4px solid #B43500 !important; }

.u-border-bottom-lg-brand-primary-dark {
  border-bottom: 4px solid #D83B04 !important; }

.u-border-bottom-lg-brand-primary-medium {
  border-bottom: 4px solid #E55807 !important; }

.u-border-bottom-lg-brand-primary-light {
  border-bottom: 4px solid #FFCBB5 !important; }

.u-border-bottom-lg-brand-primary-lightest {
  border-bottom: 4px solid #FDEBE1 !important; }

.u-border-bottom-lg-complementary-1-darkest {
  border-bottom: 4px solid #9E7BB2 !important; }

.u-border-bottom-lg-complementary-1-dark {
  border-bottom: 4px solid #B6A1C2 !important; }

.u-border-bottom-lg-complementary-1-medium {
  border-bottom: 4px solid #D2C6D9 !important; }

.u-border-bottom-lg-complementary-1-light {
  border-bottom: 4px solid #F4E8FA !important; }

.u-border-bottom-lg-complementary-1-lightest {
  border-bottom: 4px solid #F7F0FB !important; }

.u-border-bottom-lg-complementary-2-darkest {
  border-bottom: 4px solid #86BF33 !important; }

.u-border-bottom-lg-complementary-2-dark {
  border-bottom: 4px solid #A8E353 !important; }

.u-border-bottom-lg-complementary-2-medium {
  border-bottom: 4px solid #C6FA7A !important; }

.u-border-bottom-lg-complementary-2-light {
  border-bottom: 4px solid #EBFFCD !important; }

.u-border-bottom-lg-complementary-2-lightest {
  border-bottom: 4px solid #F6FFE9 !important; }

.u-border-bottom-lg-feedback-danger-darkest {
  border-bottom: 4px solid #C71414 !important; }

.u-border-bottom-lg-feedback-danger-dark {
  border-bottom: 4px solid #F42525 !important; }

.u-border-bottom-lg-feedback-danger-medium {
  border-bottom: 4px solid #F95151 !important; }

.u-border-bottom-lg-feedback-danger-light {
  border-bottom: 4px solid #FBA8A8 !important; }

.u-border-bottom-lg-feedback-danger-lightest {
  border-bottom: 4px solid #FEDCDC !important; }

.u-border-bottom-lg-feedback-success-darkest {
  border-bottom: 4px solid #01642E !important; }

.u-border-bottom-lg-feedback-success-dark {
  border-bottom: 4px solid #00A148 !important; }

.u-border-bottom-lg-feedback-success-medium {
  border-bottom: 4px solid #41C670 !important; }

.u-border-bottom-lg-feedback-success-light {
  border-bottom: 4px solid #B3E3C9 !important; }

.u-border-bottom-lg-feedback-success-lightest {
  border-bottom: 4px solid #D9F4E2 !important; }

.u-border-bottom-lg-feedback-alert-darkest {
  border-bottom: 4px solid #E38800 !important; }

.u-border-bottom-lg-feedback-alert-dark {
  border-bottom: 4px solid #F7A608 !important; }

.u-border-bottom-lg-feedback-alert-medium {
  border-bottom: 4px solid #FFC633 !important; }

.u-border-bottom-lg-feedback-alert-light {
  border-bottom: 4px solid #FEDF8F !important; }

.u-border-bottom-lg-feedback-alert-lightest {
  border-bottom: 4px solid #FEEDBF !important; }

.u-border-bottom-lg-neutral-darkest {
  border-bottom: 4px solid #1E1E1E !important; }

.u-border-bottom-lg-neutral-dark {
  border-bottom: 4px solid #515151 !important; }

.u-border-bottom-lg-neutral-medium {
  border-bottom: 4px solid #ADADAD !important; }

.u-border-bottom-lg-neutral-light {
  border-bottom: 4px solid #E3E3E3 !important; }

.u-border-bottom-lg-neutral-lightest {
  border-bottom: 4px solid #F2F2F2 !important; }

.u-border-bottom-lg-essential-black {
  border-bottom: 4px solid #000000 !important; }

.u-border-bottom-lg-essential-white {
  border-bottom: 4px solid #FFFFFF !important; }

.u-border-right-lg-brand-primary-darkest {
  border-right: 4px solid #B43500 !important; }

.u-border-right-lg-brand-primary-dark {
  border-right: 4px solid #D83B04 !important; }

.u-border-right-lg-brand-primary-medium {
  border-right: 4px solid #E55807 !important; }

.u-border-right-lg-brand-primary-light {
  border-right: 4px solid #FFCBB5 !important; }

.u-border-right-lg-brand-primary-lightest {
  border-right: 4px solid #FDEBE1 !important; }

.u-border-right-lg-complementary-1-darkest {
  border-right: 4px solid #9E7BB2 !important; }

.u-border-right-lg-complementary-1-dark {
  border-right: 4px solid #B6A1C2 !important; }

.u-border-right-lg-complementary-1-medium {
  border-right: 4px solid #D2C6D9 !important; }

.u-border-right-lg-complementary-1-light {
  border-right: 4px solid #F4E8FA !important; }

.u-border-right-lg-complementary-1-lightest {
  border-right: 4px solid #F7F0FB !important; }

.u-border-right-lg-complementary-2-darkest {
  border-right: 4px solid #86BF33 !important; }

.u-border-right-lg-complementary-2-dark {
  border-right: 4px solid #A8E353 !important; }

.u-border-right-lg-complementary-2-medium {
  border-right: 4px solid #C6FA7A !important; }

.u-border-right-lg-complementary-2-light {
  border-right: 4px solid #EBFFCD !important; }

.u-border-right-lg-complementary-2-lightest {
  border-right: 4px solid #F6FFE9 !important; }

.u-border-right-lg-feedback-danger-darkest {
  border-right: 4px solid #C71414 !important; }

.u-border-right-lg-feedback-danger-dark {
  border-right: 4px solid #F42525 !important; }

.u-border-right-lg-feedback-danger-medium {
  border-right: 4px solid #F95151 !important; }

.u-border-right-lg-feedback-danger-light {
  border-right: 4px solid #FBA8A8 !important; }

.u-border-right-lg-feedback-danger-lightest {
  border-right: 4px solid #FEDCDC !important; }

.u-border-right-lg-feedback-success-darkest {
  border-right: 4px solid #01642E !important; }

.u-border-right-lg-feedback-success-dark {
  border-right: 4px solid #00A148 !important; }

.u-border-right-lg-feedback-success-medium {
  border-right: 4px solid #41C670 !important; }

.u-border-right-lg-feedback-success-light {
  border-right: 4px solid #B3E3C9 !important; }

.u-border-right-lg-feedback-success-lightest {
  border-right: 4px solid #D9F4E2 !important; }

.u-border-right-lg-feedback-alert-darkest {
  border-right: 4px solid #E38800 !important; }

.u-border-right-lg-feedback-alert-dark {
  border-right: 4px solid #F7A608 !important; }

.u-border-right-lg-feedback-alert-medium {
  border-right: 4px solid #FFC633 !important; }

.u-border-right-lg-feedback-alert-light {
  border-right: 4px solid #FEDF8F !important; }

.u-border-right-lg-feedback-alert-lightest {
  border-right: 4px solid #FEEDBF !important; }

.u-border-right-lg-neutral-darkest {
  border-right: 4px solid #1E1E1E !important; }

.u-border-right-lg-neutral-dark {
  border-right: 4px solid #515151 !important; }

.u-border-right-lg-neutral-medium {
  border-right: 4px solid #ADADAD !important; }

.u-border-right-lg-neutral-light {
  border-right: 4px solid #E3E3E3 !important; }

.u-border-right-lg-neutral-lightest {
  border-right: 4px solid #F2F2F2 !important; }

.u-border-right-lg-essential-black {
  border-right: 4px solid #000000 !important; }

.u-border-right-lg-essential-white {
  border-right: 4px solid #FFFFFF !important; }

.u-border-left-lg-brand-primary-darkest {
  border-left: 4px solid #B43500 !important; }

.u-border-left-lg-brand-primary-dark {
  border-left: 4px solid #D83B04 !important; }

.u-border-left-lg-brand-primary-medium {
  border-left: 4px solid #E55807 !important; }

.u-border-left-lg-brand-primary-light {
  border-left: 4px solid #FFCBB5 !important; }

.u-border-left-lg-brand-primary-lightest {
  border-left: 4px solid #FDEBE1 !important; }

.u-border-left-lg-complementary-1-darkest {
  border-left: 4px solid #9E7BB2 !important; }

.u-border-left-lg-complementary-1-dark {
  border-left: 4px solid #B6A1C2 !important; }

.u-border-left-lg-complementary-1-medium {
  border-left: 4px solid #D2C6D9 !important; }

.u-border-left-lg-complementary-1-light {
  border-left: 4px solid #F4E8FA !important; }

.u-border-left-lg-complementary-1-lightest {
  border-left: 4px solid #F7F0FB !important; }

.u-border-left-lg-complementary-2-darkest {
  border-left: 4px solid #86BF33 !important; }

.u-border-left-lg-complementary-2-dark {
  border-left: 4px solid #A8E353 !important; }

.u-border-left-lg-complementary-2-medium {
  border-left: 4px solid #C6FA7A !important; }

.u-border-left-lg-complementary-2-light {
  border-left: 4px solid #EBFFCD !important; }

.u-border-left-lg-complementary-2-lightest {
  border-left: 4px solid #F6FFE9 !important; }

.u-border-left-lg-feedback-danger-darkest {
  border-left: 4px solid #C71414 !important; }

.u-border-left-lg-feedback-danger-dark {
  border-left: 4px solid #F42525 !important; }

.u-border-left-lg-feedback-danger-medium {
  border-left: 4px solid #F95151 !important; }

.u-border-left-lg-feedback-danger-light {
  border-left: 4px solid #FBA8A8 !important; }

.u-border-left-lg-feedback-danger-lightest {
  border-left: 4px solid #FEDCDC !important; }

.u-border-left-lg-feedback-success-darkest {
  border-left: 4px solid #01642E !important; }

.u-border-left-lg-feedback-success-dark {
  border-left: 4px solid #00A148 !important; }

.u-border-left-lg-feedback-success-medium {
  border-left: 4px solid #41C670 !important; }

.u-border-left-lg-feedback-success-light {
  border-left: 4px solid #B3E3C9 !important; }

.u-border-left-lg-feedback-success-lightest {
  border-left: 4px solid #D9F4E2 !important; }

.u-border-left-lg-feedback-alert-darkest {
  border-left: 4px solid #E38800 !important; }

.u-border-left-lg-feedback-alert-dark {
  border-left: 4px solid #F7A608 !important; }

.u-border-left-lg-feedback-alert-medium {
  border-left: 4px solid #FFC633 !important; }

.u-border-left-lg-feedback-alert-light {
  border-left: 4px solid #FEDF8F !important; }

.u-border-left-lg-feedback-alert-lightest {
  border-left: 4px solid #FEEDBF !important; }

.u-border-left-lg-neutral-darkest {
  border-left: 4px solid #1E1E1E !important; }

.u-border-left-lg-neutral-dark {
  border-left: 4px solid #515151 !important; }

.u-border-left-lg-neutral-medium {
  border-left: 4px solid #ADADAD !important; }

.u-border-left-lg-neutral-light {
  border-left: 4px solid #E3E3E3 !important; }

.u-border-left-lg-neutral-lightest {
  border-left: 4px solid #F2F2F2 !important; }

.u-border-left-lg-essential-black {
  border-left: 4px solid #000000 !important; }

.u-border-left-lg-essential-white {
  border-left: 4px solid #FFFFFF !important; }

.u-border-xl-brand-primary-darkest {
  border: 6px solid #B43500 !important; }

.u-border-xl-brand-primary-dark {
  border: 6px solid #D83B04 !important; }

.u-border-xl-brand-primary-medium {
  border: 6px solid #E55807 !important; }

.u-border-xl-brand-primary-light {
  border: 6px solid #FFCBB5 !important; }

.u-border-xl-brand-primary-lightest {
  border: 6px solid #FDEBE1 !important; }

.u-border-xl-complementary-1-darkest {
  border: 6px solid #9E7BB2 !important; }

.u-border-xl-complementary-1-dark {
  border: 6px solid #B6A1C2 !important; }

.u-border-xl-complementary-1-medium {
  border: 6px solid #D2C6D9 !important; }

.u-border-xl-complementary-1-light {
  border: 6px solid #F4E8FA !important; }

.u-border-xl-complementary-1-lightest {
  border: 6px solid #F7F0FB !important; }

.u-border-xl-complementary-2-darkest {
  border: 6px solid #86BF33 !important; }

.u-border-xl-complementary-2-dark {
  border: 6px solid #A8E353 !important; }

.u-border-xl-complementary-2-medium {
  border: 6px solid #C6FA7A !important; }

.u-border-xl-complementary-2-light {
  border: 6px solid #EBFFCD !important; }

.u-border-xl-complementary-2-lightest {
  border: 6px solid #F6FFE9 !important; }

.u-border-xl-feedback-danger-darkest {
  border: 6px solid #C71414 !important; }

.u-border-xl-feedback-danger-dark {
  border: 6px solid #F42525 !important; }

.u-border-xl-feedback-danger-medium {
  border: 6px solid #F95151 !important; }

.u-border-xl-feedback-danger-light {
  border: 6px solid #FBA8A8 !important; }

.u-border-xl-feedback-danger-lightest {
  border: 6px solid #FEDCDC !important; }

.u-border-xl-feedback-success-darkest {
  border: 6px solid #01642E !important; }

.u-border-xl-feedback-success-dark {
  border: 6px solid #00A148 !important; }

.u-border-xl-feedback-success-medium {
  border: 6px solid #41C670 !important; }

.u-border-xl-feedback-success-light {
  border: 6px solid #B3E3C9 !important; }

.u-border-xl-feedback-success-lightest {
  border: 6px solid #D9F4E2 !important; }

.u-border-xl-feedback-alert-darkest {
  border: 6px solid #E38800 !important; }

.u-border-xl-feedback-alert-dark {
  border: 6px solid #F7A608 !important; }

.u-border-xl-feedback-alert-medium {
  border: 6px solid #FFC633 !important; }

.u-border-xl-feedback-alert-light {
  border: 6px solid #FEDF8F !important; }

.u-border-xl-feedback-alert-lightest {
  border: 6px solid #FEEDBF !important; }

.u-border-xl-neutral-darkest {
  border: 6px solid #1E1E1E !important; }

.u-border-xl-neutral-dark {
  border: 6px solid #515151 !important; }

.u-border-xl-neutral-medium {
  border: 6px solid #ADADAD !important; }

.u-border-xl-neutral-light {
  border: 6px solid #E3E3E3 !important; }

.u-border-xl-neutral-lightest {
  border: 6px solid #F2F2F2 !important; }

.u-border-xl-essential-black {
  border: 6px solid #000000 !important; }

.u-border-xl-essential-white {
  border: 6px solid #FFFFFF !important; }

.u-border-top-xl-brand-primary-darkest {
  border-top: 6px solid #B43500 !important; }

.u-border-top-xl-brand-primary-dark {
  border-top: 6px solid #D83B04 !important; }

.u-border-top-xl-brand-primary-medium {
  border-top: 6px solid #E55807 !important; }

.u-border-top-xl-brand-primary-light {
  border-top: 6px solid #FFCBB5 !important; }

.u-border-top-xl-brand-primary-lightest {
  border-top: 6px solid #FDEBE1 !important; }

.u-border-top-xl-complementary-1-darkest {
  border-top: 6px solid #9E7BB2 !important; }

.u-border-top-xl-complementary-1-dark {
  border-top: 6px solid #B6A1C2 !important; }

.u-border-top-xl-complementary-1-medium {
  border-top: 6px solid #D2C6D9 !important; }

.u-border-top-xl-complementary-1-light {
  border-top: 6px solid #F4E8FA !important; }

.u-border-top-xl-complementary-1-lightest {
  border-top: 6px solid #F7F0FB !important; }

.u-border-top-xl-complementary-2-darkest {
  border-top: 6px solid #86BF33 !important; }

.u-border-top-xl-complementary-2-dark {
  border-top: 6px solid #A8E353 !important; }

.u-border-top-xl-complementary-2-medium {
  border-top: 6px solid #C6FA7A !important; }

.u-border-top-xl-complementary-2-light {
  border-top: 6px solid #EBFFCD !important; }

.u-border-top-xl-complementary-2-lightest {
  border-top: 6px solid #F6FFE9 !important; }

.u-border-top-xl-feedback-danger-darkest {
  border-top: 6px solid #C71414 !important; }

.u-border-top-xl-feedback-danger-dark {
  border-top: 6px solid #F42525 !important; }

.u-border-top-xl-feedback-danger-medium {
  border-top: 6px solid #F95151 !important; }

.u-border-top-xl-feedback-danger-light {
  border-top: 6px solid #FBA8A8 !important; }

.u-border-top-xl-feedback-danger-lightest {
  border-top: 6px solid #FEDCDC !important; }

.u-border-top-xl-feedback-success-darkest {
  border-top: 6px solid #01642E !important; }

.u-border-top-xl-feedback-success-dark {
  border-top: 6px solid #00A148 !important; }

.u-border-top-xl-feedback-success-medium {
  border-top: 6px solid #41C670 !important; }

.u-border-top-xl-feedback-success-light {
  border-top: 6px solid #B3E3C9 !important; }

.u-border-top-xl-feedback-success-lightest {
  border-top: 6px solid #D9F4E2 !important; }

.u-border-top-xl-feedback-alert-darkest {
  border-top: 6px solid #E38800 !important; }

.u-border-top-xl-feedback-alert-dark {
  border-top: 6px solid #F7A608 !important; }

.u-border-top-xl-feedback-alert-medium {
  border-top: 6px solid #FFC633 !important; }

.u-border-top-xl-feedback-alert-light {
  border-top: 6px solid #FEDF8F !important; }

.u-border-top-xl-feedback-alert-lightest {
  border-top: 6px solid #FEEDBF !important; }

.u-border-top-xl-neutral-darkest {
  border-top: 6px solid #1E1E1E !important; }

.u-border-top-xl-neutral-dark {
  border-top: 6px solid #515151 !important; }

.u-border-top-xl-neutral-medium {
  border-top: 6px solid #ADADAD !important; }

.u-border-top-xl-neutral-light {
  border-top: 6px solid #E3E3E3 !important; }

.u-border-top-xl-neutral-lightest {
  border-top: 6px solid #F2F2F2 !important; }

.u-border-top-xl-essential-black {
  border-top: 6px solid #000000 !important; }

.u-border-top-xl-essential-white {
  border-top: 6px solid #FFFFFF !important; }

.u-border-bottom-xl-brand-primary-darkest {
  border-bottom: 6px solid #B43500 !important; }

.u-border-bottom-xl-brand-primary-dark {
  border-bottom: 6px solid #D83B04 !important; }

.u-border-bottom-xl-brand-primary-medium {
  border-bottom: 6px solid #E55807 !important; }

.u-border-bottom-xl-brand-primary-light {
  border-bottom: 6px solid #FFCBB5 !important; }

.u-border-bottom-xl-brand-primary-lightest {
  border-bottom: 6px solid #FDEBE1 !important; }

.u-border-bottom-xl-complementary-1-darkest {
  border-bottom: 6px solid #9E7BB2 !important; }

.u-border-bottom-xl-complementary-1-dark {
  border-bottom: 6px solid #B6A1C2 !important; }

.u-border-bottom-xl-complementary-1-medium {
  border-bottom: 6px solid #D2C6D9 !important; }

.u-border-bottom-xl-complementary-1-light {
  border-bottom: 6px solid #F4E8FA !important; }

.u-border-bottom-xl-complementary-1-lightest {
  border-bottom: 6px solid #F7F0FB !important; }

.u-border-bottom-xl-complementary-2-darkest {
  border-bottom: 6px solid #86BF33 !important; }

.u-border-bottom-xl-complementary-2-dark {
  border-bottom: 6px solid #A8E353 !important; }

.u-border-bottom-xl-complementary-2-medium {
  border-bottom: 6px solid #C6FA7A !important; }

.u-border-bottom-xl-complementary-2-light {
  border-bottom: 6px solid #EBFFCD !important; }

.u-border-bottom-xl-complementary-2-lightest {
  border-bottom: 6px solid #F6FFE9 !important; }

.u-border-bottom-xl-feedback-danger-darkest {
  border-bottom: 6px solid #C71414 !important; }

.u-border-bottom-xl-feedback-danger-dark {
  border-bottom: 6px solid #F42525 !important; }

.u-border-bottom-xl-feedback-danger-medium {
  border-bottom: 6px solid #F95151 !important; }

.u-border-bottom-xl-feedback-danger-light {
  border-bottom: 6px solid #FBA8A8 !important; }

.u-border-bottom-xl-feedback-danger-lightest {
  border-bottom: 6px solid #FEDCDC !important; }

.u-border-bottom-xl-feedback-success-darkest {
  border-bottom: 6px solid #01642E !important; }

.u-border-bottom-xl-feedback-success-dark {
  border-bottom: 6px solid #00A148 !important; }

.u-border-bottom-xl-feedback-success-medium {
  border-bottom: 6px solid #41C670 !important; }

.u-border-bottom-xl-feedback-success-light {
  border-bottom: 6px solid #B3E3C9 !important; }

.u-border-bottom-xl-feedback-success-lightest {
  border-bottom: 6px solid #D9F4E2 !important; }

.u-border-bottom-xl-feedback-alert-darkest {
  border-bottom: 6px solid #E38800 !important; }

.u-border-bottom-xl-feedback-alert-dark {
  border-bottom: 6px solid #F7A608 !important; }

.u-border-bottom-xl-feedback-alert-medium {
  border-bottom: 6px solid #FFC633 !important; }

.u-border-bottom-xl-feedback-alert-light {
  border-bottom: 6px solid #FEDF8F !important; }

.u-border-bottom-xl-feedback-alert-lightest {
  border-bottom: 6px solid #FEEDBF !important; }

.u-border-bottom-xl-neutral-darkest {
  border-bottom: 6px solid #1E1E1E !important; }

.u-border-bottom-xl-neutral-dark {
  border-bottom: 6px solid #515151 !important; }

.u-border-bottom-xl-neutral-medium {
  border-bottom: 6px solid #ADADAD !important; }

.u-border-bottom-xl-neutral-light {
  border-bottom: 6px solid #E3E3E3 !important; }

.u-border-bottom-xl-neutral-lightest {
  border-bottom: 6px solid #F2F2F2 !important; }

.u-border-bottom-xl-essential-black {
  border-bottom: 6px solid #000000 !important; }

.u-border-bottom-xl-essential-white {
  border-bottom: 6px solid #FFFFFF !important; }

.u-border-right-xl-brand-primary-darkest {
  border-right: 6px solid #B43500 !important; }

.u-border-right-xl-brand-primary-dark {
  border-right: 6px solid #D83B04 !important; }

.u-border-right-xl-brand-primary-medium {
  border-right: 6px solid #E55807 !important; }

.u-border-right-xl-brand-primary-light {
  border-right: 6px solid #FFCBB5 !important; }

.u-border-right-xl-brand-primary-lightest {
  border-right: 6px solid #FDEBE1 !important; }

.u-border-right-xl-complementary-1-darkest {
  border-right: 6px solid #9E7BB2 !important; }

.u-border-right-xl-complementary-1-dark {
  border-right: 6px solid #B6A1C2 !important; }

.u-border-right-xl-complementary-1-medium {
  border-right: 6px solid #D2C6D9 !important; }

.u-border-right-xl-complementary-1-light {
  border-right: 6px solid #F4E8FA !important; }

.u-border-right-xl-complementary-1-lightest {
  border-right: 6px solid #F7F0FB !important; }

.u-border-right-xl-complementary-2-darkest {
  border-right: 6px solid #86BF33 !important; }

.u-border-right-xl-complementary-2-dark {
  border-right: 6px solid #A8E353 !important; }

.u-border-right-xl-complementary-2-medium {
  border-right: 6px solid #C6FA7A !important; }

.u-border-right-xl-complementary-2-light {
  border-right: 6px solid #EBFFCD !important; }

.u-border-right-xl-complementary-2-lightest {
  border-right: 6px solid #F6FFE9 !important; }

.u-border-right-xl-feedback-danger-darkest {
  border-right: 6px solid #C71414 !important; }

.u-border-right-xl-feedback-danger-dark {
  border-right: 6px solid #F42525 !important; }

.u-border-right-xl-feedback-danger-medium {
  border-right: 6px solid #F95151 !important; }

.u-border-right-xl-feedback-danger-light {
  border-right: 6px solid #FBA8A8 !important; }

.u-border-right-xl-feedback-danger-lightest {
  border-right: 6px solid #FEDCDC !important; }

.u-border-right-xl-feedback-success-darkest {
  border-right: 6px solid #01642E !important; }

.u-border-right-xl-feedback-success-dark {
  border-right: 6px solid #00A148 !important; }

.u-border-right-xl-feedback-success-medium {
  border-right: 6px solid #41C670 !important; }

.u-border-right-xl-feedback-success-light {
  border-right: 6px solid #B3E3C9 !important; }

.u-border-right-xl-feedback-success-lightest {
  border-right: 6px solid #D9F4E2 !important; }

.u-border-right-xl-feedback-alert-darkest {
  border-right: 6px solid #E38800 !important; }

.u-border-right-xl-feedback-alert-dark {
  border-right: 6px solid #F7A608 !important; }

.u-border-right-xl-feedback-alert-medium {
  border-right: 6px solid #FFC633 !important; }

.u-border-right-xl-feedback-alert-light {
  border-right: 6px solid #FEDF8F !important; }

.u-border-right-xl-feedback-alert-lightest {
  border-right: 6px solid #FEEDBF !important; }

.u-border-right-xl-neutral-darkest {
  border-right: 6px solid #1E1E1E !important; }

.u-border-right-xl-neutral-dark {
  border-right: 6px solid #515151 !important; }

.u-border-right-xl-neutral-medium {
  border-right: 6px solid #ADADAD !important; }

.u-border-right-xl-neutral-light {
  border-right: 6px solid #E3E3E3 !important; }

.u-border-right-xl-neutral-lightest {
  border-right: 6px solid #F2F2F2 !important; }

.u-border-right-xl-essential-black {
  border-right: 6px solid #000000 !important; }

.u-border-right-xl-essential-white {
  border-right: 6px solid #FFFFFF !important; }

.u-border-left-xl-brand-primary-darkest {
  border-left: 6px solid #B43500 !important; }

.u-border-left-xl-brand-primary-dark {
  border-left: 6px solid #D83B04 !important; }

.u-border-left-xl-brand-primary-medium {
  border-left: 6px solid #E55807 !important; }

.u-border-left-xl-brand-primary-light {
  border-left: 6px solid #FFCBB5 !important; }

.u-border-left-xl-brand-primary-lightest {
  border-left: 6px solid #FDEBE1 !important; }

.u-border-left-xl-complementary-1-darkest {
  border-left: 6px solid #9E7BB2 !important; }

.u-border-left-xl-complementary-1-dark {
  border-left: 6px solid #B6A1C2 !important; }

.u-border-left-xl-complementary-1-medium {
  border-left: 6px solid #D2C6D9 !important; }

.u-border-left-xl-complementary-1-light {
  border-left: 6px solid #F4E8FA !important; }

.u-border-left-xl-complementary-1-lightest {
  border-left: 6px solid #F7F0FB !important; }

.u-border-left-xl-complementary-2-darkest {
  border-left: 6px solid #86BF33 !important; }

.u-border-left-xl-complementary-2-dark {
  border-left: 6px solid #A8E353 !important; }

.u-border-left-xl-complementary-2-medium {
  border-left: 6px solid #C6FA7A !important; }

.u-border-left-xl-complementary-2-light {
  border-left: 6px solid #EBFFCD !important; }

.u-border-left-xl-complementary-2-lightest {
  border-left: 6px solid #F6FFE9 !important; }

.u-border-left-xl-feedback-danger-darkest {
  border-left: 6px solid #C71414 !important; }

.u-border-left-xl-feedback-danger-dark {
  border-left: 6px solid #F42525 !important; }

.u-border-left-xl-feedback-danger-medium {
  border-left: 6px solid #F95151 !important; }

.u-border-left-xl-feedback-danger-light {
  border-left: 6px solid #FBA8A8 !important; }

.u-border-left-xl-feedback-danger-lightest {
  border-left: 6px solid #FEDCDC !important; }

.u-border-left-xl-feedback-success-darkest {
  border-left: 6px solid #01642E !important; }

.u-border-left-xl-feedback-success-dark {
  border-left: 6px solid #00A148 !important; }

.u-border-left-xl-feedback-success-medium {
  border-left: 6px solid #41C670 !important; }

.u-border-left-xl-feedback-success-light {
  border-left: 6px solid #B3E3C9 !important; }

.u-border-left-xl-feedback-success-lightest {
  border-left: 6px solid #D9F4E2 !important; }

.u-border-left-xl-feedback-alert-darkest {
  border-left: 6px solid #E38800 !important; }

.u-border-left-xl-feedback-alert-dark {
  border-left: 6px solid #F7A608 !important; }

.u-border-left-xl-feedback-alert-medium {
  border-left: 6px solid #FFC633 !important; }

.u-border-left-xl-feedback-alert-light {
  border-left: 6px solid #FEDF8F !important; }

.u-border-left-xl-feedback-alert-lightest {
  border-left: 6px solid #FEEDBF !important; }

.u-border-left-xl-neutral-darkest {
  border-left: 6px solid #1E1E1E !important; }

.u-border-left-xl-neutral-dark {
  border-left: 6px solid #515151 !important; }

.u-border-left-xl-neutral-medium {
  border-left: 6px solid #ADADAD !important; }

.u-border-left-xl-neutral-light {
  border-left: 6px solid #E3E3E3 !important; }

.u-border-left-xl-neutral-lightest {
  border-left: 6px solid #F2F2F2 !important; }

.u-border-left-xl-essential-black {
  border-left: 6px solid #000000 !important; }

.u-border-left-xl-essential-white {
  border-left: 6px solid #FFFFFF !important; }

@media (min-width: 576px) {
  .u-border-none-brand-primary-darkest-sm {
    border: none !important; }
  .u-border-none-brand-primary-dark-sm {
    border: none !important; }
  .u-border-none-brand-primary-medium-sm {
    border: none !important; }
  .u-border-none-brand-primary-light-sm {
    border: none !important; }
  .u-border-none-brand-primary-lightest-sm {
    border: none !important; }
  .u-border-none-complementary-1-darkest-sm {
    border: none !important; }
  .u-border-none-complementary-1-dark-sm {
    border: none !important; }
  .u-border-none-complementary-1-medium-sm {
    border: none !important; }
  .u-border-none-complementary-1-light-sm {
    border: none !important; }
  .u-border-none-complementary-1-lightest-sm {
    border: none !important; }
  .u-border-none-complementary-2-darkest-sm {
    border: none !important; }
  .u-border-none-complementary-2-dark-sm {
    border: none !important; }
  .u-border-none-complementary-2-medium-sm {
    border: none !important; }
  .u-border-none-complementary-2-light-sm {
    border: none !important; }
  .u-border-none-complementary-2-lightest-sm {
    border: none !important; }
  .u-border-none-feedback-danger-darkest-sm {
    border: none !important; }
  .u-border-none-feedback-danger-dark-sm {
    border: none !important; }
  .u-border-none-feedback-danger-medium-sm {
    border: none !important; }
  .u-border-none-feedback-danger-light-sm {
    border: none !important; }
  .u-border-none-feedback-danger-lightest-sm {
    border: none !important; }
  .u-border-none-feedback-success-darkest-sm {
    border: none !important; }
  .u-border-none-feedback-success-dark-sm {
    border: none !important; }
  .u-border-none-feedback-success-medium-sm {
    border: none !important; }
  .u-border-none-feedback-success-light-sm {
    border: none !important; }
  .u-border-none-feedback-success-lightest-sm {
    border: none !important; }
  .u-border-none-feedback-alert-darkest-sm {
    border: none !important; }
  .u-border-none-feedback-alert-dark-sm {
    border: none !important; }
  .u-border-none-feedback-alert-medium-sm {
    border: none !important; }
  .u-border-none-feedback-alert-light-sm {
    border: none !important; }
  .u-border-none-feedback-alert-lightest-sm {
    border: none !important; }
  .u-border-none-neutral-darkest-sm {
    border: none !important; }
  .u-border-none-neutral-dark-sm {
    border: none !important; }
  .u-border-none-neutral-medium-sm {
    border: none !important; }
  .u-border-none-neutral-light-sm {
    border: none !important; }
  .u-border-none-neutral-lightest-sm {
    border: none !important; }
  .u-border-none-essential-black-sm {
    border: none !important; }
  .u-border-none-essential-white-sm {
    border: none !important; }
  .u-border-top-none-brand-primary-darkest-sm {
    border-top: none !important; }
  .u-border-top-none-brand-primary-dark-sm {
    border-top: none !important; }
  .u-border-top-none-brand-primary-medium-sm {
    border-top: none !important; }
  .u-border-top-none-brand-primary-light-sm {
    border-top: none !important; }
  .u-border-top-none-brand-primary-lightest-sm {
    border-top: none !important; }
  .u-border-top-none-complementary-1-darkest-sm {
    border-top: none !important; }
  .u-border-top-none-complementary-1-dark-sm {
    border-top: none !important; }
  .u-border-top-none-complementary-1-medium-sm {
    border-top: none !important; }
  .u-border-top-none-complementary-1-light-sm {
    border-top: none !important; }
  .u-border-top-none-complementary-1-lightest-sm {
    border-top: none !important; }
  .u-border-top-none-complementary-2-darkest-sm {
    border-top: none !important; }
  .u-border-top-none-complementary-2-dark-sm {
    border-top: none !important; }
  .u-border-top-none-complementary-2-medium-sm {
    border-top: none !important; }
  .u-border-top-none-complementary-2-light-sm {
    border-top: none !important; }
  .u-border-top-none-complementary-2-lightest-sm {
    border-top: none !important; }
  .u-border-top-none-feedback-danger-darkest-sm {
    border-top: none !important; }
  .u-border-top-none-feedback-danger-dark-sm {
    border-top: none !important; }
  .u-border-top-none-feedback-danger-medium-sm {
    border-top: none !important; }
  .u-border-top-none-feedback-danger-light-sm {
    border-top: none !important; }
  .u-border-top-none-feedback-danger-lightest-sm {
    border-top: none !important; }
  .u-border-top-none-feedback-success-darkest-sm {
    border-top: none !important; }
  .u-border-top-none-feedback-success-dark-sm {
    border-top: none !important; }
  .u-border-top-none-feedback-success-medium-sm {
    border-top: none !important; }
  .u-border-top-none-feedback-success-light-sm {
    border-top: none !important; }
  .u-border-top-none-feedback-success-lightest-sm {
    border-top: none !important; }
  .u-border-top-none-feedback-alert-darkest-sm {
    border-top: none !important; }
  .u-border-top-none-feedback-alert-dark-sm {
    border-top: none !important; }
  .u-border-top-none-feedback-alert-medium-sm {
    border-top: none !important; }
  .u-border-top-none-feedback-alert-light-sm {
    border-top: none !important; }
  .u-border-top-none-feedback-alert-lightest-sm {
    border-top: none !important; }
  .u-border-top-none-neutral-darkest-sm {
    border-top: none !important; }
  .u-border-top-none-neutral-dark-sm {
    border-top: none !important; }
  .u-border-top-none-neutral-medium-sm {
    border-top: none !important; }
  .u-border-top-none-neutral-light-sm {
    border-top: none !important; }
  .u-border-top-none-neutral-lightest-sm {
    border-top: none !important; }
  .u-border-top-none-essential-black-sm {
    border-top: none !important; }
  .u-border-top-none-essential-white-sm {
    border-top: none !important; }
  .u-border-bottom-none-brand-primary-darkest-sm {
    border-bottom: none !important; }
  .u-border-bottom-none-brand-primary-dark-sm {
    border-bottom: none !important; }
  .u-border-bottom-none-brand-primary-medium-sm {
    border-bottom: none !important; }
  .u-border-bottom-none-brand-primary-light-sm {
    border-bottom: none !important; }
  .u-border-bottom-none-brand-primary-lightest-sm {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-1-darkest-sm {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-1-dark-sm {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-1-medium-sm {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-1-light-sm {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-1-lightest-sm {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-2-darkest-sm {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-2-dark-sm {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-2-medium-sm {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-2-light-sm {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-2-lightest-sm {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-danger-darkest-sm {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-danger-dark-sm {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-danger-medium-sm {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-danger-light-sm {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-danger-lightest-sm {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-success-darkest-sm {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-success-dark-sm {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-success-medium-sm {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-success-light-sm {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-success-lightest-sm {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-alert-darkest-sm {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-alert-dark-sm {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-alert-medium-sm {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-alert-light-sm {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-alert-lightest-sm {
    border-bottom: none !important; }
  .u-border-bottom-none-neutral-darkest-sm {
    border-bottom: none !important; }
  .u-border-bottom-none-neutral-dark-sm {
    border-bottom: none !important; }
  .u-border-bottom-none-neutral-medium-sm {
    border-bottom: none !important; }
  .u-border-bottom-none-neutral-light-sm {
    border-bottom: none !important; }
  .u-border-bottom-none-neutral-lightest-sm {
    border-bottom: none !important; }
  .u-border-bottom-none-essential-black-sm {
    border-bottom: none !important; }
  .u-border-bottom-none-essential-white-sm {
    border-bottom: none !important; }
  .u-border-right-none-brand-primary-darkest-sm {
    border-right: none !important; }
  .u-border-right-none-brand-primary-dark-sm {
    border-right: none !important; }
  .u-border-right-none-brand-primary-medium-sm {
    border-right: none !important; }
  .u-border-right-none-brand-primary-light-sm {
    border-right: none !important; }
  .u-border-right-none-brand-primary-lightest-sm {
    border-right: none !important; }
  .u-border-right-none-complementary-1-darkest-sm {
    border-right: none !important; }
  .u-border-right-none-complementary-1-dark-sm {
    border-right: none !important; }
  .u-border-right-none-complementary-1-medium-sm {
    border-right: none !important; }
  .u-border-right-none-complementary-1-light-sm {
    border-right: none !important; }
  .u-border-right-none-complementary-1-lightest-sm {
    border-right: none !important; }
  .u-border-right-none-complementary-2-darkest-sm {
    border-right: none !important; }
  .u-border-right-none-complementary-2-dark-sm {
    border-right: none !important; }
  .u-border-right-none-complementary-2-medium-sm {
    border-right: none !important; }
  .u-border-right-none-complementary-2-light-sm {
    border-right: none !important; }
  .u-border-right-none-complementary-2-lightest-sm {
    border-right: none !important; }
  .u-border-right-none-feedback-danger-darkest-sm {
    border-right: none !important; }
  .u-border-right-none-feedback-danger-dark-sm {
    border-right: none !important; }
  .u-border-right-none-feedback-danger-medium-sm {
    border-right: none !important; }
  .u-border-right-none-feedback-danger-light-sm {
    border-right: none !important; }
  .u-border-right-none-feedback-danger-lightest-sm {
    border-right: none !important; }
  .u-border-right-none-feedback-success-darkest-sm {
    border-right: none !important; }
  .u-border-right-none-feedback-success-dark-sm {
    border-right: none !important; }
  .u-border-right-none-feedback-success-medium-sm {
    border-right: none !important; }
  .u-border-right-none-feedback-success-light-sm {
    border-right: none !important; }
  .u-border-right-none-feedback-success-lightest-sm {
    border-right: none !important; }
  .u-border-right-none-feedback-alert-darkest-sm {
    border-right: none !important; }
  .u-border-right-none-feedback-alert-dark-sm {
    border-right: none !important; }
  .u-border-right-none-feedback-alert-medium-sm {
    border-right: none !important; }
  .u-border-right-none-feedback-alert-light-sm {
    border-right: none !important; }
  .u-border-right-none-feedback-alert-lightest-sm {
    border-right: none !important; }
  .u-border-right-none-neutral-darkest-sm {
    border-right: none !important; }
  .u-border-right-none-neutral-dark-sm {
    border-right: none !important; }
  .u-border-right-none-neutral-medium-sm {
    border-right: none !important; }
  .u-border-right-none-neutral-light-sm {
    border-right: none !important; }
  .u-border-right-none-neutral-lightest-sm {
    border-right: none !important; }
  .u-border-right-none-essential-black-sm {
    border-right: none !important; }
  .u-border-right-none-essential-white-sm {
    border-right: none !important; }
  .u-border-left-none-brand-primary-darkest-sm {
    border-left: none !important; }
  .u-border-left-none-brand-primary-dark-sm {
    border-left: none !important; }
  .u-border-left-none-brand-primary-medium-sm {
    border-left: none !important; }
  .u-border-left-none-brand-primary-light-sm {
    border-left: none !important; }
  .u-border-left-none-brand-primary-lightest-sm {
    border-left: none !important; }
  .u-border-left-none-complementary-1-darkest-sm {
    border-left: none !important; }
  .u-border-left-none-complementary-1-dark-sm {
    border-left: none !important; }
  .u-border-left-none-complementary-1-medium-sm {
    border-left: none !important; }
  .u-border-left-none-complementary-1-light-sm {
    border-left: none !important; }
  .u-border-left-none-complementary-1-lightest-sm {
    border-left: none !important; }
  .u-border-left-none-complementary-2-darkest-sm {
    border-left: none !important; }
  .u-border-left-none-complementary-2-dark-sm {
    border-left: none !important; }
  .u-border-left-none-complementary-2-medium-sm {
    border-left: none !important; }
  .u-border-left-none-complementary-2-light-sm {
    border-left: none !important; }
  .u-border-left-none-complementary-2-lightest-sm {
    border-left: none !important; }
  .u-border-left-none-feedback-danger-darkest-sm {
    border-left: none !important; }
  .u-border-left-none-feedback-danger-dark-sm {
    border-left: none !important; }
  .u-border-left-none-feedback-danger-medium-sm {
    border-left: none !important; }
  .u-border-left-none-feedback-danger-light-sm {
    border-left: none !important; }
  .u-border-left-none-feedback-danger-lightest-sm {
    border-left: none !important; }
  .u-border-left-none-feedback-success-darkest-sm {
    border-left: none !important; }
  .u-border-left-none-feedback-success-dark-sm {
    border-left: none !important; }
  .u-border-left-none-feedback-success-medium-sm {
    border-left: none !important; }
  .u-border-left-none-feedback-success-light-sm {
    border-left: none !important; }
  .u-border-left-none-feedback-success-lightest-sm {
    border-left: none !important; }
  .u-border-left-none-feedback-alert-darkest-sm {
    border-left: none !important; }
  .u-border-left-none-feedback-alert-dark-sm {
    border-left: none !important; }
  .u-border-left-none-feedback-alert-medium-sm {
    border-left: none !important; }
  .u-border-left-none-feedback-alert-light-sm {
    border-left: none !important; }
  .u-border-left-none-feedback-alert-lightest-sm {
    border-left: none !important; }
  .u-border-left-none-neutral-darkest-sm {
    border-left: none !important; }
  .u-border-left-none-neutral-dark-sm {
    border-left: none !important; }
  .u-border-left-none-neutral-medium-sm {
    border-left: none !important; }
  .u-border-left-none-neutral-light-sm {
    border-left: none !important; }
  .u-border-left-none-neutral-lightest-sm {
    border-left: none !important; }
  .u-border-left-none-essential-black-sm {
    border-left: none !important; }
  .u-border-left-none-essential-white-sm {
    border-left: none !important; }
  .u-border-sm-brand-primary-darkest-sm {
    border: 1px solid #B43500 !important; }
  .u-border-sm-brand-primary-dark-sm {
    border: 1px solid #D83B04 !important; }
  .u-border-sm-brand-primary-medium-sm {
    border: 1px solid #E55807 !important; }
  .u-border-sm-brand-primary-light-sm {
    border: 1px solid #FFCBB5 !important; }
  .u-border-sm-brand-primary-lightest-sm {
    border: 1px solid #FDEBE1 !important; }
  .u-border-sm-complementary-1-darkest-sm {
    border: 1px solid #9E7BB2 !important; }
  .u-border-sm-complementary-1-dark-sm {
    border: 1px solid #B6A1C2 !important; }
  .u-border-sm-complementary-1-medium-sm {
    border: 1px solid #D2C6D9 !important; }
  .u-border-sm-complementary-1-light-sm {
    border: 1px solid #F4E8FA !important; }
  .u-border-sm-complementary-1-lightest-sm {
    border: 1px solid #F7F0FB !important; }
  .u-border-sm-complementary-2-darkest-sm {
    border: 1px solid #86BF33 !important; }
  .u-border-sm-complementary-2-dark-sm {
    border: 1px solid #A8E353 !important; }
  .u-border-sm-complementary-2-medium-sm {
    border: 1px solid #C6FA7A !important; }
  .u-border-sm-complementary-2-light-sm {
    border: 1px solid #EBFFCD !important; }
  .u-border-sm-complementary-2-lightest-sm {
    border: 1px solid #F6FFE9 !important; }
  .u-border-sm-feedback-danger-darkest-sm {
    border: 1px solid #C71414 !important; }
  .u-border-sm-feedback-danger-dark-sm {
    border: 1px solid #F42525 !important; }
  .u-border-sm-feedback-danger-medium-sm {
    border: 1px solid #F95151 !important; }
  .u-border-sm-feedback-danger-light-sm {
    border: 1px solid #FBA8A8 !important; }
  .u-border-sm-feedback-danger-lightest-sm {
    border: 1px solid #FEDCDC !important; }
  .u-border-sm-feedback-success-darkest-sm {
    border: 1px solid #01642E !important; }
  .u-border-sm-feedback-success-dark-sm {
    border: 1px solid #00A148 !important; }
  .u-border-sm-feedback-success-medium-sm {
    border: 1px solid #41C670 !important; }
  .u-border-sm-feedback-success-light-sm {
    border: 1px solid #B3E3C9 !important; }
  .u-border-sm-feedback-success-lightest-sm {
    border: 1px solid #D9F4E2 !important; }
  .u-border-sm-feedback-alert-darkest-sm {
    border: 1px solid #E38800 !important; }
  .u-border-sm-feedback-alert-dark-sm {
    border: 1px solid #F7A608 !important; }
  .u-border-sm-feedback-alert-medium-sm {
    border: 1px solid #FFC633 !important; }
  .u-border-sm-feedback-alert-light-sm {
    border: 1px solid #FEDF8F !important; }
  .u-border-sm-feedback-alert-lightest-sm {
    border: 1px solid #FEEDBF !important; }
  .u-border-sm-neutral-darkest-sm {
    border: 1px solid #1E1E1E !important; }
  .u-border-sm-neutral-dark-sm {
    border: 1px solid #515151 !important; }
  .u-border-sm-neutral-medium-sm {
    border: 1px solid #ADADAD !important; }
  .u-border-sm-neutral-light-sm {
    border: 1px solid #E3E3E3 !important; }
  .u-border-sm-neutral-lightest-sm {
    border: 1px solid #F2F2F2 !important; }
  .u-border-sm-essential-black-sm {
    border: 1px solid #000000 !important; }
  .u-border-sm-essential-white-sm {
    border: 1px solid #FFFFFF !important; }
  .u-border-top-sm-brand-primary-darkest-sm {
    border-top: 1px solid #B43500 !important; }
  .u-border-top-sm-brand-primary-dark-sm {
    border-top: 1px solid #D83B04 !important; }
  .u-border-top-sm-brand-primary-medium-sm {
    border-top: 1px solid #E55807 !important; }
  .u-border-top-sm-brand-primary-light-sm {
    border-top: 1px solid #FFCBB5 !important; }
  .u-border-top-sm-brand-primary-lightest-sm {
    border-top: 1px solid #FDEBE1 !important; }
  .u-border-top-sm-complementary-1-darkest-sm {
    border-top: 1px solid #9E7BB2 !important; }
  .u-border-top-sm-complementary-1-dark-sm {
    border-top: 1px solid #B6A1C2 !important; }
  .u-border-top-sm-complementary-1-medium-sm {
    border-top: 1px solid #D2C6D9 !important; }
  .u-border-top-sm-complementary-1-light-sm {
    border-top: 1px solid #F4E8FA !important; }
  .u-border-top-sm-complementary-1-lightest-sm {
    border-top: 1px solid #F7F0FB !important; }
  .u-border-top-sm-complementary-2-darkest-sm {
    border-top: 1px solid #86BF33 !important; }
  .u-border-top-sm-complementary-2-dark-sm {
    border-top: 1px solid #A8E353 !important; }
  .u-border-top-sm-complementary-2-medium-sm {
    border-top: 1px solid #C6FA7A !important; }
  .u-border-top-sm-complementary-2-light-sm {
    border-top: 1px solid #EBFFCD !important; }
  .u-border-top-sm-complementary-2-lightest-sm {
    border-top: 1px solid #F6FFE9 !important; }
  .u-border-top-sm-feedback-danger-darkest-sm {
    border-top: 1px solid #C71414 !important; }
  .u-border-top-sm-feedback-danger-dark-sm {
    border-top: 1px solid #F42525 !important; }
  .u-border-top-sm-feedback-danger-medium-sm {
    border-top: 1px solid #F95151 !important; }
  .u-border-top-sm-feedback-danger-light-sm {
    border-top: 1px solid #FBA8A8 !important; }
  .u-border-top-sm-feedback-danger-lightest-sm {
    border-top: 1px solid #FEDCDC !important; }
  .u-border-top-sm-feedback-success-darkest-sm {
    border-top: 1px solid #01642E !important; }
  .u-border-top-sm-feedback-success-dark-sm {
    border-top: 1px solid #00A148 !important; }
  .u-border-top-sm-feedback-success-medium-sm {
    border-top: 1px solid #41C670 !important; }
  .u-border-top-sm-feedback-success-light-sm {
    border-top: 1px solid #B3E3C9 !important; }
  .u-border-top-sm-feedback-success-lightest-sm {
    border-top: 1px solid #D9F4E2 !important; }
  .u-border-top-sm-feedback-alert-darkest-sm {
    border-top: 1px solid #E38800 !important; }
  .u-border-top-sm-feedback-alert-dark-sm {
    border-top: 1px solid #F7A608 !important; }
  .u-border-top-sm-feedback-alert-medium-sm {
    border-top: 1px solid #FFC633 !important; }
  .u-border-top-sm-feedback-alert-light-sm {
    border-top: 1px solid #FEDF8F !important; }
  .u-border-top-sm-feedback-alert-lightest-sm {
    border-top: 1px solid #FEEDBF !important; }
  .u-border-top-sm-neutral-darkest-sm {
    border-top: 1px solid #1E1E1E !important; }
  .u-border-top-sm-neutral-dark-sm {
    border-top: 1px solid #515151 !important; }
  .u-border-top-sm-neutral-medium-sm {
    border-top: 1px solid #ADADAD !important; }
  .u-border-top-sm-neutral-light-sm {
    border-top: 1px solid #E3E3E3 !important; }
  .u-border-top-sm-neutral-lightest-sm {
    border-top: 1px solid #F2F2F2 !important; }
  .u-border-top-sm-essential-black-sm {
    border-top: 1px solid #000000 !important; }
  .u-border-top-sm-essential-white-sm {
    border-top: 1px solid #FFFFFF !important; }
  .u-border-bottom-sm-brand-primary-darkest-sm {
    border-bottom: 1px solid #B43500 !important; }
  .u-border-bottom-sm-brand-primary-dark-sm {
    border-bottom: 1px solid #D83B04 !important; }
  .u-border-bottom-sm-brand-primary-medium-sm {
    border-bottom: 1px solid #E55807 !important; }
  .u-border-bottom-sm-brand-primary-light-sm {
    border-bottom: 1px solid #FFCBB5 !important; }
  .u-border-bottom-sm-brand-primary-lightest-sm {
    border-bottom: 1px solid #FDEBE1 !important; }
  .u-border-bottom-sm-complementary-1-darkest-sm {
    border-bottom: 1px solid #9E7BB2 !important; }
  .u-border-bottom-sm-complementary-1-dark-sm {
    border-bottom: 1px solid #B6A1C2 !important; }
  .u-border-bottom-sm-complementary-1-medium-sm {
    border-bottom: 1px solid #D2C6D9 !important; }
  .u-border-bottom-sm-complementary-1-light-sm {
    border-bottom: 1px solid #F4E8FA !important; }
  .u-border-bottom-sm-complementary-1-lightest-sm {
    border-bottom: 1px solid #F7F0FB !important; }
  .u-border-bottom-sm-complementary-2-darkest-sm {
    border-bottom: 1px solid #86BF33 !important; }
  .u-border-bottom-sm-complementary-2-dark-sm {
    border-bottom: 1px solid #A8E353 !important; }
  .u-border-bottom-sm-complementary-2-medium-sm {
    border-bottom: 1px solid #C6FA7A !important; }
  .u-border-bottom-sm-complementary-2-light-sm {
    border-bottom: 1px solid #EBFFCD !important; }
  .u-border-bottom-sm-complementary-2-lightest-sm {
    border-bottom: 1px solid #F6FFE9 !important; }
  .u-border-bottom-sm-feedback-danger-darkest-sm {
    border-bottom: 1px solid #C71414 !important; }
  .u-border-bottom-sm-feedback-danger-dark-sm {
    border-bottom: 1px solid #F42525 !important; }
  .u-border-bottom-sm-feedback-danger-medium-sm {
    border-bottom: 1px solid #F95151 !important; }
  .u-border-bottom-sm-feedback-danger-light-sm {
    border-bottom: 1px solid #FBA8A8 !important; }
  .u-border-bottom-sm-feedback-danger-lightest-sm {
    border-bottom: 1px solid #FEDCDC !important; }
  .u-border-bottom-sm-feedback-success-darkest-sm {
    border-bottom: 1px solid #01642E !important; }
  .u-border-bottom-sm-feedback-success-dark-sm {
    border-bottom: 1px solid #00A148 !important; }
  .u-border-bottom-sm-feedback-success-medium-sm {
    border-bottom: 1px solid #41C670 !important; }
  .u-border-bottom-sm-feedback-success-light-sm {
    border-bottom: 1px solid #B3E3C9 !important; }
  .u-border-bottom-sm-feedback-success-lightest-sm {
    border-bottom: 1px solid #D9F4E2 !important; }
  .u-border-bottom-sm-feedback-alert-darkest-sm {
    border-bottom: 1px solid #E38800 !important; }
  .u-border-bottom-sm-feedback-alert-dark-sm {
    border-bottom: 1px solid #F7A608 !important; }
  .u-border-bottom-sm-feedback-alert-medium-sm {
    border-bottom: 1px solid #FFC633 !important; }
  .u-border-bottom-sm-feedback-alert-light-sm {
    border-bottom: 1px solid #FEDF8F !important; }
  .u-border-bottom-sm-feedback-alert-lightest-sm {
    border-bottom: 1px solid #FEEDBF !important; }
  .u-border-bottom-sm-neutral-darkest-sm {
    border-bottom: 1px solid #1E1E1E !important; }
  .u-border-bottom-sm-neutral-dark-sm {
    border-bottom: 1px solid #515151 !important; }
  .u-border-bottom-sm-neutral-medium-sm {
    border-bottom: 1px solid #ADADAD !important; }
  .u-border-bottom-sm-neutral-light-sm {
    border-bottom: 1px solid #E3E3E3 !important; }
  .u-border-bottom-sm-neutral-lightest-sm {
    border-bottom: 1px solid #F2F2F2 !important; }
  .u-border-bottom-sm-essential-black-sm {
    border-bottom: 1px solid #000000 !important; }
  .u-border-bottom-sm-essential-white-sm {
    border-bottom: 1px solid #FFFFFF !important; }
  .u-border-right-sm-brand-primary-darkest-sm {
    border-right: 1px solid #B43500 !important; }
  .u-border-right-sm-brand-primary-dark-sm {
    border-right: 1px solid #D83B04 !important; }
  .u-border-right-sm-brand-primary-medium-sm {
    border-right: 1px solid #E55807 !important; }
  .u-border-right-sm-brand-primary-light-sm {
    border-right: 1px solid #FFCBB5 !important; }
  .u-border-right-sm-brand-primary-lightest-sm {
    border-right: 1px solid #FDEBE1 !important; }
  .u-border-right-sm-complementary-1-darkest-sm {
    border-right: 1px solid #9E7BB2 !important; }
  .u-border-right-sm-complementary-1-dark-sm {
    border-right: 1px solid #B6A1C2 !important; }
  .u-border-right-sm-complementary-1-medium-sm {
    border-right: 1px solid #D2C6D9 !important; }
  .u-border-right-sm-complementary-1-light-sm {
    border-right: 1px solid #F4E8FA !important; }
  .u-border-right-sm-complementary-1-lightest-sm {
    border-right: 1px solid #F7F0FB !important; }
  .u-border-right-sm-complementary-2-darkest-sm {
    border-right: 1px solid #86BF33 !important; }
  .u-border-right-sm-complementary-2-dark-sm {
    border-right: 1px solid #A8E353 !important; }
  .u-border-right-sm-complementary-2-medium-sm {
    border-right: 1px solid #C6FA7A !important; }
  .u-border-right-sm-complementary-2-light-sm {
    border-right: 1px solid #EBFFCD !important; }
  .u-border-right-sm-complementary-2-lightest-sm {
    border-right: 1px solid #F6FFE9 !important; }
  .u-border-right-sm-feedback-danger-darkest-sm {
    border-right: 1px solid #C71414 !important; }
  .u-border-right-sm-feedback-danger-dark-sm {
    border-right: 1px solid #F42525 !important; }
  .u-border-right-sm-feedback-danger-medium-sm {
    border-right: 1px solid #F95151 !important; }
  .u-border-right-sm-feedback-danger-light-sm {
    border-right: 1px solid #FBA8A8 !important; }
  .u-border-right-sm-feedback-danger-lightest-sm {
    border-right: 1px solid #FEDCDC !important; }
  .u-border-right-sm-feedback-success-darkest-sm {
    border-right: 1px solid #01642E !important; }
  .u-border-right-sm-feedback-success-dark-sm {
    border-right: 1px solid #00A148 !important; }
  .u-border-right-sm-feedback-success-medium-sm {
    border-right: 1px solid #41C670 !important; }
  .u-border-right-sm-feedback-success-light-sm {
    border-right: 1px solid #B3E3C9 !important; }
  .u-border-right-sm-feedback-success-lightest-sm {
    border-right: 1px solid #D9F4E2 !important; }
  .u-border-right-sm-feedback-alert-darkest-sm {
    border-right: 1px solid #E38800 !important; }
  .u-border-right-sm-feedback-alert-dark-sm {
    border-right: 1px solid #F7A608 !important; }
  .u-border-right-sm-feedback-alert-medium-sm {
    border-right: 1px solid #FFC633 !important; }
  .u-border-right-sm-feedback-alert-light-sm {
    border-right: 1px solid #FEDF8F !important; }
  .u-border-right-sm-feedback-alert-lightest-sm {
    border-right: 1px solid #FEEDBF !important; }
  .u-border-right-sm-neutral-darkest-sm {
    border-right: 1px solid #1E1E1E !important; }
  .u-border-right-sm-neutral-dark-sm {
    border-right: 1px solid #515151 !important; }
  .u-border-right-sm-neutral-medium-sm {
    border-right: 1px solid #ADADAD !important; }
  .u-border-right-sm-neutral-light-sm {
    border-right: 1px solid #E3E3E3 !important; }
  .u-border-right-sm-neutral-lightest-sm {
    border-right: 1px solid #F2F2F2 !important; }
  .u-border-right-sm-essential-black-sm {
    border-right: 1px solid #000000 !important; }
  .u-border-right-sm-essential-white-sm {
    border-right: 1px solid #FFFFFF !important; }
  .u-border-left-sm-brand-primary-darkest-sm {
    border-left: 1px solid #B43500 !important; }
  .u-border-left-sm-brand-primary-dark-sm {
    border-left: 1px solid #D83B04 !important; }
  .u-border-left-sm-brand-primary-medium-sm {
    border-left: 1px solid #E55807 !important; }
  .u-border-left-sm-brand-primary-light-sm {
    border-left: 1px solid #FFCBB5 !important; }
  .u-border-left-sm-brand-primary-lightest-sm {
    border-left: 1px solid #FDEBE1 !important; }
  .u-border-left-sm-complementary-1-darkest-sm {
    border-left: 1px solid #9E7BB2 !important; }
  .u-border-left-sm-complementary-1-dark-sm {
    border-left: 1px solid #B6A1C2 !important; }
  .u-border-left-sm-complementary-1-medium-sm {
    border-left: 1px solid #D2C6D9 !important; }
  .u-border-left-sm-complementary-1-light-sm {
    border-left: 1px solid #F4E8FA !important; }
  .u-border-left-sm-complementary-1-lightest-sm {
    border-left: 1px solid #F7F0FB !important; }
  .u-border-left-sm-complementary-2-darkest-sm {
    border-left: 1px solid #86BF33 !important; }
  .u-border-left-sm-complementary-2-dark-sm {
    border-left: 1px solid #A8E353 !important; }
  .u-border-left-sm-complementary-2-medium-sm {
    border-left: 1px solid #C6FA7A !important; }
  .u-border-left-sm-complementary-2-light-sm {
    border-left: 1px solid #EBFFCD !important; }
  .u-border-left-sm-complementary-2-lightest-sm {
    border-left: 1px solid #F6FFE9 !important; }
  .u-border-left-sm-feedback-danger-darkest-sm {
    border-left: 1px solid #C71414 !important; }
  .u-border-left-sm-feedback-danger-dark-sm {
    border-left: 1px solid #F42525 !important; }
  .u-border-left-sm-feedback-danger-medium-sm {
    border-left: 1px solid #F95151 !important; }
  .u-border-left-sm-feedback-danger-light-sm {
    border-left: 1px solid #FBA8A8 !important; }
  .u-border-left-sm-feedback-danger-lightest-sm {
    border-left: 1px solid #FEDCDC !important; }
  .u-border-left-sm-feedback-success-darkest-sm {
    border-left: 1px solid #01642E !important; }
  .u-border-left-sm-feedback-success-dark-sm {
    border-left: 1px solid #00A148 !important; }
  .u-border-left-sm-feedback-success-medium-sm {
    border-left: 1px solid #41C670 !important; }
  .u-border-left-sm-feedback-success-light-sm {
    border-left: 1px solid #B3E3C9 !important; }
  .u-border-left-sm-feedback-success-lightest-sm {
    border-left: 1px solid #D9F4E2 !important; }
  .u-border-left-sm-feedback-alert-darkest-sm {
    border-left: 1px solid #E38800 !important; }
  .u-border-left-sm-feedback-alert-dark-sm {
    border-left: 1px solid #F7A608 !important; }
  .u-border-left-sm-feedback-alert-medium-sm {
    border-left: 1px solid #FFC633 !important; }
  .u-border-left-sm-feedback-alert-light-sm {
    border-left: 1px solid #FEDF8F !important; }
  .u-border-left-sm-feedback-alert-lightest-sm {
    border-left: 1px solid #FEEDBF !important; }
  .u-border-left-sm-neutral-darkest-sm {
    border-left: 1px solid #1E1E1E !important; }
  .u-border-left-sm-neutral-dark-sm {
    border-left: 1px solid #515151 !important; }
  .u-border-left-sm-neutral-medium-sm {
    border-left: 1px solid #ADADAD !important; }
  .u-border-left-sm-neutral-light-sm {
    border-left: 1px solid #E3E3E3 !important; }
  .u-border-left-sm-neutral-lightest-sm {
    border-left: 1px solid #F2F2F2 !important; }
  .u-border-left-sm-essential-black-sm {
    border-left: 1px solid #000000 !important; }
  .u-border-left-sm-essential-white-sm {
    border-left: 1px solid #FFFFFF !important; }
  .u-border-md-brand-primary-darkest-sm {
    border: 2px solid #B43500 !important; }
  .u-border-md-brand-primary-dark-sm {
    border: 2px solid #D83B04 !important; }
  .u-border-md-brand-primary-medium-sm {
    border: 2px solid #E55807 !important; }
  .u-border-md-brand-primary-light-sm {
    border: 2px solid #FFCBB5 !important; }
  .u-border-md-brand-primary-lightest-sm {
    border: 2px solid #FDEBE1 !important; }
  .u-border-md-complementary-1-darkest-sm {
    border: 2px solid #9E7BB2 !important; }
  .u-border-md-complementary-1-dark-sm {
    border: 2px solid #B6A1C2 !important; }
  .u-border-md-complementary-1-medium-sm {
    border: 2px solid #D2C6D9 !important; }
  .u-border-md-complementary-1-light-sm {
    border: 2px solid #F4E8FA !important; }
  .u-border-md-complementary-1-lightest-sm {
    border: 2px solid #F7F0FB !important; }
  .u-border-md-complementary-2-darkest-sm {
    border: 2px solid #86BF33 !important; }
  .u-border-md-complementary-2-dark-sm {
    border: 2px solid #A8E353 !important; }
  .u-border-md-complementary-2-medium-sm {
    border: 2px solid #C6FA7A !important; }
  .u-border-md-complementary-2-light-sm {
    border: 2px solid #EBFFCD !important; }
  .u-border-md-complementary-2-lightest-sm {
    border: 2px solid #F6FFE9 !important; }
  .u-border-md-feedback-danger-darkest-sm {
    border: 2px solid #C71414 !important; }
  .u-border-md-feedback-danger-dark-sm {
    border: 2px solid #F42525 !important; }
  .u-border-md-feedback-danger-medium-sm {
    border: 2px solid #F95151 !important; }
  .u-border-md-feedback-danger-light-sm {
    border: 2px solid #FBA8A8 !important; }
  .u-border-md-feedback-danger-lightest-sm {
    border: 2px solid #FEDCDC !important; }
  .u-border-md-feedback-success-darkest-sm {
    border: 2px solid #01642E !important; }
  .u-border-md-feedback-success-dark-sm {
    border: 2px solid #00A148 !important; }
  .u-border-md-feedback-success-medium-sm {
    border: 2px solid #41C670 !important; }
  .u-border-md-feedback-success-light-sm {
    border: 2px solid #B3E3C9 !important; }
  .u-border-md-feedback-success-lightest-sm {
    border: 2px solid #D9F4E2 !important; }
  .u-border-md-feedback-alert-darkest-sm {
    border: 2px solid #E38800 !important; }
  .u-border-md-feedback-alert-dark-sm {
    border: 2px solid #F7A608 !important; }
  .u-border-md-feedback-alert-medium-sm {
    border: 2px solid #FFC633 !important; }
  .u-border-md-feedback-alert-light-sm {
    border: 2px solid #FEDF8F !important; }
  .u-border-md-feedback-alert-lightest-sm {
    border: 2px solid #FEEDBF !important; }
  .u-border-md-neutral-darkest-sm {
    border: 2px solid #1E1E1E !important; }
  .u-border-md-neutral-dark-sm {
    border: 2px solid #515151 !important; }
  .u-border-md-neutral-medium-sm {
    border: 2px solid #ADADAD !important; }
  .u-border-md-neutral-light-sm {
    border: 2px solid #E3E3E3 !important; }
  .u-border-md-neutral-lightest-sm {
    border: 2px solid #F2F2F2 !important; }
  .u-border-md-essential-black-sm {
    border: 2px solid #000000 !important; }
  .u-border-md-essential-white-sm {
    border: 2px solid #FFFFFF !important; }
  .u-border-top-md-brand-primary-darkest-sm {
    border-top: 2px solid #B43500 !important; }
  .u-border-top-md-brand-primary-dark-sm {
    border-top: 2px solid #D83B04 !important; }
  .u-border-top-md-brand-primary-medium-sm {
    border-top: 2px solid #E55807 !important; }
  .u-border-top-md-brand-primary-light-sm {
    border-top: 2px solid #FFCBB5 !important; }
  .u-border-top-md-brand-primary-lightest-sm {
    border-top: 2px solid #FDEBE1 !important; }
  .u-border-top-md-complementary-1-darkest-sm {
    border-top: 2px solid #9E7BB2 !important; }
  .u-border-top-md-complementary-1-dark-sm {
    border-top: 2px solid #B6A1C2 !important; }
  .u-border-top-md-complementary-1-medium-sm {
    border-top: 2px solid #D2C6D9 !important; }
  .u-border-top-md-complementary-1-light-sm {
    border-top: 2px solid #F4E8FA !important; }
  .u-border-top-md-complementary-1-lightest-sm {
    border-top: 2px solid #F7F0FB !important; }
  .u-border-top-md-complementary-2-darkest-sm {
    border-top: 2px solid #86BF33 !important; }
  .u-border-top-md-complementary-2-dark-sm {
    border-top: 2px solid #A8E353 !important; }
  .u-border-top-md-complementary-2-medium-sm {
    border-top: 2px solid #C6FA7A !important; }
  .u-border-top-md-complementary-2-light-sm {
    border-top: 2px solid #EBFFCD !important; }
  .u-border-top-md-complementary-2-lightest-sm {
    border-top: 2px solid #F6FFE9 !important; }
  .u-border-top-md-feedback-danger-darkest-sm {
    border-top: 2px solid #C71414 !important; }
  .u-border-top-md-feedback-danger-dark-sm {
    border-top: 2px solid #F42525 !important; }
  .u-border-top-md-feedback-danger-medium-sm {
    border-top: 2px solid #F95151 !important; }
  .u-border-top-md-feedback-danger-light-sm {
    border-top: 2px solid #FBA8A8 !important; }
  .u-border-top-md-feedback-danger-lightest-sm {
    border-top: 2px solid #FEDCDC !important; }
  .u-border-top-md-feedback-success-darkest-sm {
    border-top: 2px solid #01642E !important; }
  .u-border-top-md-feedback-success-dark-sm {
    border-top: 2px solid #00A148 !important; }
  .u-border-top-md-feedback-success-medium-sm {
    border-top: 2px solid #41C670 !important; }
  .u-border-top-md-feedback-success-light-sm {
    border-top: 2px solid #B3E3C9 !important; }
  .u-border-top-md-feedback-success-lightest-sm {
    border-top: 2px solid #D9F4E2 !important; }
  .u-border-top-md-feedback-alert-darkest-sm {
    border-top: 2px solid #E38800 !important; }
  .u-border-top-md-feedback-alert-dark-sm {
    border-top: 2px solid #F7A608 !important; }
  .u-border-top-md-feedback-alert-medium-sm {
    border-top: 2px solid #FFC633 !important; }
  .u-border-top-md-feedback-alert-light-sm {
    border-top: 2px solid #FEDF8F !important; }
  .u-border-top-md-feedback-alert-lightest-sm {
    border-top: 2px solid #FEEDBF !important; }
  .u-border-top-md-neutral-darkest-sm {
    border-top: 2px solid #1E1E1E !important; }
  .u-border-top-md-neutral-dark-sm {
    border-top: 2px solid #515151 !important; }
  .u-border-top-md-neutral-medium-sm {
    border-top: 2px solid #ADADAD !important; }
  .u-border-top-md-neutral-light-sm {
    border-top: 2px solid #E3E3E3 !important; }
  .u-border-top-md-neutral-lightest-sm {
    border-top: 2px solid #F2F2F2 !important; }
  .u-border-top-md-essential-black-sm {
    border-top: 2px solid #000000 !important; }
  .u-border-top-md-essential-white-sm {
    border-top: 2px solid #FFFFFF !important; }
  .u-border-bottom-md-brand-primary-darkest-sm {
    border-bottom: 2px solid #B43500 !important; }
  .u-border-bottom-md-brand-primary-dark-sm {
    border-bottom: 2px solid #D83B04 !important; }
  .u-border-bottom-md-brand-primary-medium-sm {
    border-bottom: 2px solid #E55807 !important; }
  .u-border-bottom-md-brand-primary-light-sm {
    border-bottom: 2px solid #FFCBB5 !important; }
  .u-border-bottom-md-brand-primary-lightest-sm {
    border-bottom: 2px solid #FDEBE1 !important; }
  .u-border-bottom-md-complementary-1-darkest-sm {
    border-bottom: 2px solid #9E7BB2 !important; }
  .u-border-bottom-md-complementary-1-dark-sm {
    border-bottom: 2px solid #B6A1C2 !important; }
  .u-border-bottom-md-complementary-1-medium-sm {
    border-bottom: 2px solid #D2C6D9 !important; }
  .u-border-bottom-md-complementary-1-light-sm {
    border-bottom: 2px solid #F4E8FA !important; }
  .u-border-bottom-md-complementary-1-lightest-sm {
    border-bottom: 2px solid #F7F0FB !important; }
  .u-border-bottom-md-complementary-2-darkest-sm {
    border-bottom: 2px solid #86BF33 !important; }
  .u-border-bottom-md-complementary-2-dark-sm {
    border-bottom: 2px solid #A8E353 !important; }
  .u-border-bottom-md-complementary-2-medium-sm {
    border-bottom: 2px solid #C6FA7A !important; }
  .u-border-bottom-md-complementary-2-light-sm {
    border-bottom: 2px solid #EBFFCD !important; }
  .u-border-bottom-md-complementary-2-lightest-sm {
    border-bottom: 2px solid #F6FFE9 !important; }
  .u-border-bottom-md-feedback-danger-darkest-sm {
    border-bottom: 2px solid #C71414 !important; }
  .u-border-bottom-md-feedback-danger-dark-sm {
    border-bottom: 2px solid #F42525 !important; }
  .u-border-bottom-md-feedback-danger-medium-sm {
    border-bottom: 2px solid #F95151 !important; }
  .u-border-bottom-md-feedback-danger-light-sm {
    border-bottom: 2px solid #FBA8A8 !important; }
  .u-border-bottom-md-feedback-danger-lightest-sm {
    border-bottom: 2px solid #FEDCDC !important; }
  .u-border-bottom-md-feedback-success-darkest-sm {
    border-bottom: 2px solid #01642E !important; }
  .u-border-bottom-md-feedback-success-dark-sm {
    border-bottom: 2px solid #00A148 !important; }
  .u-border-bottom-md-feedback-success-medium-sm {
    border-bottom: 2px solid #41C670 !important; }
  .u-border-bottom-md-feedback-success-light-sm {
    border-bottom: 2px solid #B3E3C9 !important; }
  .u-border-bottom-md-feedback-success-lightest-sm {
    border-bottom: 2px solid #D9F4E2 !important; }
  .u-border-bottom-md-feedback-alert-darkest-sm {
    border-bottom: 2px solid #E38800 !important; }
  .u-border-bottom-md-feedback-alert-dark-sm {
    border-bottom: 2px solid #F7A608 !important; }
  .u-border-bottom-md-feedback-alert-medium-sm {
    border-bottom: 2px solid #FFC633 !important; }
  .u-border-bottom-md-feedback-alert-light-sm {
    border-bottom: 2px solid #FEDF8F !important; }
  .u-border-bottom-md-feedback-alert-lightest-sm {
    border-bottom: 2px solid #FEEDBF !important; }
  .u-border-bottom-md-neutral-darkest-sm {
    border-bottom: 2px solid #1E1E1E !important; }
  .u-border-bottom-md-neutral-dark-sm {
    border-bottom: 2px solid #515151 !important; }
  .u-border-bottom-md-neutral-medium-sm {
    border-bottom: 2px solid #ADADAD !important; }
  .u-border-bottom-md-neutral-light-sm {
    border-bottom: 2px solid #E3E3E3 !important; }
  .u-border-bottom-md-neutral-lightest-sm {
    border-bottom: 2px solid #F2F2F2 !important; }
  .u-border-bottom-md-essential-black-sm {
    border-bottom: 2px solid #000000 !important; }
  .u-border-bottom-md-essential-white-sm {
    border-bottom: 2px solid #FFFFFF !important; }
  .u-border-right-md-brand-primary-darkest-sm {
    border-right: 2px solid #B43500 !important; }
  .u-border-right-md-brand-primary-dark-sm {
    border-right: 2px solid #D83B04 !important; }
  .u-border-right-md-brand-primary-medium-sm {
    border-right: 2px solid #E55807 !important; }
  .u-border-right-md-brand-primary-light-sm {
    border-right: 2px solid #FFCBB5 !important; }
  .u-border-right-md-brand-primary-lightest-sm {
    border-right: 2px solid #FDEBE1 !important; }
  .u-border-right-md-complementary-1-darkest-sm {
    border-right: 2px solid #9E7BB2 !important; }
  .u-border-right-md-complementary-1-dark-sm {
    border-right: 2px solid #B6A1C2 !important; }
  .u-border-right-md-complementary-1-medium-sm {
    border-right: 2px solid #D2C6D9 !important; }
  .u-border-right-md-complementary-1-light-sm {
    border-right: 2px solid #F4E8FA !important; }
  .u-border-right-md-complementary-1-lightest-sm {
    border-right: 2px solid #F7F0FB !important; }
  .u-border-right-md-complementary-2-darkest-sm {
    border-right: 2px solid #86BF33 !important; }
  .u-border-right-md-complementary-2-dark-sm {
    border-right: 2px solid #A8E353 !important; }
  .u-border-right-md-complementary-2-medium-sm {
    border-right: 2px solid #C6FA7A !important; }
  .u-border-right-md-complementary-2-light-sm {
    border-right: 2px solid #EBFFCD !important; }
  .u-border-right-md-complementary-2-lightest-sm {
    border-right: 2px solid #F6FFE9 !important; }
  .u-border-right-md-feedback-danger-darkest-sm {
    border-right: 2px solid #C71414 !important; }
  .u-border-right-md-feedback-danger-dark-sm {
    border-right: 2px solid #F42525 !important; }
  .u-border-right-md-feedback-danger-medium-sm {
    border-right: 2px solid #F95151 !important; }
  .u-border-right-md-feedback-danger-light-sm {
    border-right: 2px solid #FBA8A8 !important; }
  .u-border-right-md-feedback-danger-lightest-sm {
    border-right: 2px solid #FEDCDC !important; }
  .u-border-right-md-feedback-success-darkest-sm {
    border-right: 2px solid #01642E !important; }
  .u-border-right-md-feedback-success-dark-sm {
    border-right: 2px solid #00A148 !important; }
  .u-border-right-md-feedback-success-medium-sm {
    border-right: 2px solid #41C670 !important; }
  .u-border-right-md-feedback-success-light-sm {
    border-right: 2px solid #B3E3C9 !important; }
  .u-border-right-md-feedback-success-lightest-sm {
    border-right: 2px solid #D9F4E2 !important; }
  .u-border-right-md-feedback-alert-darkest-sm {
    border-right: 2px solid #E38800 !important; }
  .u-border-right-md-feedback-alert-dark-sm {
    border-right: 2px solid #F7A608 !important; }
  .u-border-right-md-feedback-alert-medium-sm {
    border-right: 2px solid #FFC633 !important; }
  .u-border-right-md-feedback-alert-light-sm {
    border-right: 2px solid #FEDF8F !important; }
  .u-border-right-md-feedback-alert-lightest-sm {
    border-right: 2px solid #FEEDBF !important; }
  .u-border-right-md-neutral-darkest-sm {
    border-right: 2px solid #1E1E1E !important; }
  .u-border-right-md-neutral-dark-sm {
    border-right: 2px solid #515151 !important; }
  .u-border-right-md-neutral-medium-sm {
    border-right: 2px solid #ADADAD !important; }
  .u-border-right-md-neutral-light-sm {
    border-right: 2px solid #E3E3E3 !important; }
  .u-border-right-md-neutral-lightest-sm {
    border-right: 2px solid #F2F2F2 !important; }
  .u-border-right-md-essential-black-sm {
    border-right: 2px solid #000000 !important; }
  .u-border-right-md-essential-white-sm {
    border-right: 2px solid #FFFFFF !important; }
  .u-border-left-md-brand-primary-darkest-sm {
    border-left: 2px solid #B43500 !important; }
  .u-border-left-md-brand-primary-dark-sm {
    border-left: 2px solid #D83B04 !important; }
  .u-border-left-md-brand-primary-medium-sm {
    border-left: 2px solid #E55807 !important; }
  .u-border-left-md-brand-primary-light-sm {
    border-left: 2px solid #FFCBB5 !important; }
  .u-border-left-md-brand-primary-lightest-sm {
    border-left: 2px solid #FDEBE1 !important; }
  .u-border-left-md-complementary-1-darkest-sm {
    border-left: 2px solid #9E7BB2 !important; }
  .u-border-left-md-complementary-1-dark-sm {
    border-left: 2px solid #B6A1C2 !important; }
  .u-border-left-md-complementary-1-medium-sm {
    border-left: 2px solid #D2C6D9 !important; }
  .u-border-left-md-complementary-1-light-sm {
    border-left: 2px solid #F4E8FA !important; }
  .u-border-left-md-complementary-1-lightest-sm {
    border-left: 2px solid #F7F0FB !important; }
  .u-border-left-md-complementary-2-darkest-sm {
    border-left: 2px solid #86BF33 !important; }
  .u-border-left-md-complementary-2-dark-sm {
    border-left: 2px solid #A8E353 !important; }
  .u-border-left-md-complementary-2-medium-sm {
    border-left: 2px solid #C6FA7A !important; }
  .u-border-left-md-complementary-2-light-sm {
    border-left: 2px solid #EBFFCD !important; }
  .u-border-left-md-complementary-2-lightest-sm {
    border-left: 2px solid #F6FFE9 !important; }
  .u-border-left-md-feedback-danger-darkest-sm {
    border-left: 2px solid #C71414 !important; }
  .u-border-left-md-feedback-danger-dark-sm {
    border-left: 2px solid #F42525 !important; }
  .u-border-left-md-feedback-danger-medium-sm {
    border-left: 2px solid #F95151 !important; }
  .u-border-left-md-feedback-danger-light-sm {
    border-left: 2px solid #FBA8A8 !important; }
  .u-border-left-md-feedback-danger-lightest-sm {
    border-left: 2px solid #FEDCDC !important; }
  .u-border-left-md-feedback-success-darkest-sm {
    border-left: 2px solid #01642E !important; }
  .u-border-left-md-feedback-success-dark-sm {
    border-left: 2px solid #00A148 !important; }
  .u-border-left-md-feedback-success-medium-sm {
    border-left: 2px solid #41C670 !important; }
  .u-border-left-md-feedback-success-light-sm {
    border-left: 2px solid #B3E3C9 !important; }
  .u-border-left-md-feedback-success-lightest-sm {
    border-left: 2px solid #D9F4E2 !important; }
  .u-border-left-md-feedback-alert-darkest-sm {
    border-left: 2px solid #E38800 !important; }
  .u-border-left-md-feedback-alert-dark-sm {
    border-left: 2px solid #F7A608 !important; }
  .u-border-left-md-feedback-alert-medium-sm {
    border-left: 2px solid #FFC633 !important; }
  .u-border-left-md-feedback-alert-light-sm {
    border-left: 2px solid #FEDF8F !important; }
  .u-border-left-md-feedback-alert-lightest-sm {
    border-left: 2px solid #FEEDBF !important; }
  .u-border-left-md-neutral-darkest-sm {
    border-left: 2px solid #1E1E1E !important; }
  .u-border-left-md-neutral-dark-sm {
    border-left: 2px solid #515151 !important; }
  .u-border-left-md-neutral-medium-sm {
    border-left: 2px solid #ADADAD !important; }
  .u-border-left-md-neutral-light-sm {
    border-left: 2px solid #E3E3E3 !important; }
  .u-border-left-md-neutral-lightest-sm {
    border-left: 2px solid #F2F2F2 !important; }
  .u-border-left-md-essential-black-sm {
    border-left: 2px solid #000000 !important; }
  .u-border-left-md-essential-white-sm {
    border-left: 2px solid #FFFFFF !important; }
  .u-border-lg-brand-primary-darkest-sm {
    border: 4px solid #B43500 !important; }
  .u-border-lg-brand-primary-dark-sm {
    border: 4px solid #D83B04 !important; }
  .u-border-lg-brand-primary-medium-sm {
    border: 4px solid #E55807 !important; }
  .u-border-lg-brand-primary-light-sm {
    border: 4px solid #FFCBB5 !important; }
  .u-border-lg-brand-primary-lightest-sm {
    border: 4px solid #FDEBE1 !important; }
  .u-border-lg-complementary-1-darkest-sm {
    border: 4px solid #9E7BB2 !important; }
  .u-border-lg-complementary-1-dark-sm {
    border: 4px solid #B6A1C2 !important; }
  .u-border-lg-complementary-1-medium-sm {
    border: 4px solid #D2C6D9 !important; }
  .u-border-lg-complementary-1-light-sm {
    border: 4px solid #F4E8FA !important; }
  .u-border-lg-complementary-1-lightest-sm {
    border: 4px solid #F7F0FB !important; }
  .u-border-lg-complementary-2-darkest-sm {
    border: 4px solid #86BF33 !important; }
  .u-border-lg-complementary-2-dark-sm {
    border: 4px solid #A8E353 !important; }
  .u-border-lg-complementary-2-medium-sm {
    border: 4px solid #C6FA7A !important; }
  .u-border-lg-complementary-2-light-sm {
    border: 4px solid #EBFFCD !important; }
  .u-border-lg-complementary-2-lightest-sm {
    border: 4px solid #F6FFE9 !important; }
  .u-border-lg-feedback-danger-darkest-sm {
    border: 4px solid #C71414 !important; }
  .u-border-lg-feedback-danger-dark-sm {
    border: 4px solid #F42525 !important; }
  .u-border-lg-feedback-danger-medium-sm {
    border: 4px solid #F95151 !important; }
  .u-border-lg-feedback-danger-light-sm {
    border: 4px solid #FBA8A8 !important; }
  .u-border-lg-feedback-danger-lightest-sm {
    border: 4px solid #FEDCDC !important; }
  .u-border-lg-feedback-success-darkest-sm {
    border: 4px solid #01642E !important; }
  .u-border-lg-feedback-success-dark-sm {
    border: 4px solid #00A148 !important; }
  .u-border-lg-feedback-success-medium-sm {
    border: 4px solid #41C670 !important; }
  .u-border-lg-feedback-success-light-sm {
    border: 4px solid #B3E3C9 !important; }
  .u-border-lg-feedback-success-lightest-sm {
    border: 4px solid #D9F4E2 !important; }
  .u-border-lg-feedback-alert-darkest-sm {
    border: 4px solid #E38800 !important; }
  .u-border-lg-feedback-alert-dark-sm {
    border: 4px solid #F7A608 !important; }
  .u-border-lg-feedback-alert-medium-sm {
    border: 4px solid #FFC633 !important; }
  .u-border-lg-feedback-alert-light-sm {
    border: 4px solid #FEDF8F !important; }
  .u-border-lg-feedback-alert-lightest-sm {
    border: 4px solid #FEEDBF !important; }
  .u-border-lg-neutral-darkest-sm {
    border: 4px solid #1E1E1E !important; }
  .u-border-lg-neutral-dark-sm {
    border: 4px solid #515151 !important; }
  .u-border-lg-neutral-medium-sm {
    border: 4px solid #ADADAD !important; }
  .u-border-lg-neutral-light-sm {
    border: 4px solid #E3E3E3 !important; }
  .u-border-lg-neutral-lightest-sm {
    border: 4px solid #F2F2F2 !important; }
  .u-border-lg-essential-black-sm {
    border: 4px solid #000000 !important; }
  .u-border-lg-essential-white-sm {
    border: 4px solid #FFFFFF !important; }
  .u-border-top-lg-brand-primary-darkest-sm {
    border-top: 4px solid #B43500 !important; }
  .u-border-top-lg-brand-primary-dark-sm {
    border-top: 4px solid #D83B04 !important; }
  .u-border-top-lg-brand-primary-medium-sm {
    border-top: 4px solid #E55807 !important; }
  .u-border-top-lg-brand-primary-light-sm {
    border-top: 4px solid #FFCBB5 !important; }
  .u-border-top-lg-brand-primary-lightest-sm {
    border-top: 4px solid #FDEBE1 !important; }
  .u-border-top-lg-complementary-1-darkest-sm {
    border-top: 4px solid #9E7BB2 !important; }
  .u-border-top-lg-complementary-1-dark-sm {
    border-top: 4px solid #B6A1C2 !important; }
  .u-border-top-lg-complementary-1-medium-sm {
    border-top: 4px solid #D2C6D9 !important; }
  .u-border-top-lg-complementary-1-light-sm {
    border-top: 4px solid #F4E8FA !important; }
  .u-border-top-lg-complementary-1-lightest-sm {
    border-top: 4px solid #F7F0FB !important; }
  .u-border-top-lg-complementary-2-darkest-sm {
    border-top: 4px solid #86BF33 !important; }
  .u-border-top-lg-complementary-2-dark-sm {
    border-top: 4px solid #A8E353 !important; }
  .u-border-top-lg-complementary-2-medium-sm {
    border-top: 4px solid #C6FA7A !important; }
  .u-border-top-lg-complementary-2-light-sm {
    border-top: 4px solid #EBFFCD !important; }
  .u-border-top-lg-complementary-2-lightest-sm {
    border-top: 4px solid #F6FFE9 !important; }
  .u-border-top-lg-feedback-danger-darkest-sm {
    border-top: 4px solid #C71414 !important; }
  .u-border-top-lg-feedback-danger-dark-sm {
    border-top: 4px solid #F42525 !important; }
  .u-border-top-lg-feedback-danger-medium-sm {
    border-top: 4px solid #F95151 !important; }
  .u-border-top-lg-feedback-danger-light-sm {
    border-top: 4px solid #FBA8A8 !important; }
  .u-border-top-lg-feedback-danger-lightest-sm {
    border-top: 4px solid #FEDCDC !important; }
  .u-border-top-lg-feedback-success-darkest-sm {
    border-top: 4px solid #01642E !important; }
  .u-border-top-lg-feedback-success-dark-sm {
    border-top: 4px solid #00A148 !important; }
  .u-border-top-lg-feedback-success-medium-sm {
    border-top: 4px solid #41C670 !important; }
  .u-border-top-lg-feedback-success-light-sm {
    border-top: 4px solid #B3E3C9 !important; }
  .u-border-top-lg-feedback-success-lightest-sm {
    border-top: 4px solid #D9F4E2 !important; }
  .u-border-top-lg-feedback-alert-darkest-sm {
    border-top: 4px solid #E38800 !important; }
  .u-border-top-lg-feedback-alert-dark-sm {
    border-top: 4px solid #F7A608 !important; }
  .u-border-top-lg-feedback-alert-medium-sm {
    border-top: 4px solid #FFC633 !important; }
  .u-border-top-lg-feedback-alert-light-sm {
    border-top: 4px solid #FEDF8F !important; }
  .u-border-top-lg-feedback-alert-lightest-sm {
    border-top: 4px solid #FEEDBF !important; }
  .u-border-top-lg-neutral-darkest-sm {
    border-top: 4px solid #1E1E1E !important; }
  .u-border-top-lg-neutral-dark-sm {
    border-top: 4px solid #515151 !important; }
  .u-border-top-lg-neutral-medium-sm {
    border-top: 4px solid #ADADAD !important; }
  .u-border-top-lg-neutral-light-sm {
    border-top: 4px solid #E3E3E3 !important; }
  .u-border-top-lg-neutral-lightest-sm {
    border-top: 4px solid #F2F2F2 !important; }
  .u-border-top-lg-essential-black-sm {
    border-top: 4px solid #000000 !important; }
  .u-border-top-lg-essential-white-sm {
    border-top: 4px solid #FFFFFF !important; }
  .u-border-bottom-lg-brand-primary-darkest-sm {
    border-bottom: 4px solid #B43500 !important; }
  .u-border-bottom-lg-brand-primary-dark-sm {
    border-bottom: 4px solid #D83B04 !important; }
  .u-border-bottom-lg-brand-primary-medium-sm {
    border-bottom: 4px solid #E55807 !important; }
  .u-border-bottom-lg-brand-primary-light-sm {
    border-bottom: 4px solid #FFCBB5 !important; }
  .u-border-bottom-lg-brand-primary-lightest-sm {
    border-bottom: 4px solid #FDEBE1 !important; }
  .u-border-bottom-lg-complementary-1-darkest-sm {
    border-bottom: 4px solid #9E7BB2 !important; }
  .u-border-bottom-lg-complementary-1-dark-sm {
    border-bottom: 4px solid #B6A1C2 !important; }
  .u-border-bottom-lg-complementary-1-medium-sm {
    border-bottom: 4px solid #D2C6D9 !important; }
  .u-border-bottom-lg-complementary-1-light-sm {
    border-bottom: 4px solid #F4E8FA !important; }
  .u-border-bottom-lg-complementary-1-lightest-sm {
    border-bottom: 4px solid #F7F0FB !important; }
  .u-border-bottom-lg-complementary-2-darkest-sm {
    border-bottom: 4px solid #86BF33 !important; }
  .u-border-bottom-lg-complementary-2-dark-sm {
    border-bottom: 4px solid #A8E353 !important; }
  .u-border-bottom-lg-complementary-2-medium-sm {
    border-bottom: 4px solid #C6FA7A !important; }
  .u-border-bottom-lg-complementary-2-light-sm {
    border-bottom: 4px solid #EBFFCD !important; }
  .u-border-bottom-lg-complementary-2-lightest-sm {
    border-bottom: 4px solid #F6FFE9 !important; }
  .u-border-bottom-lg-feedback-danger-darkest-sm {
    border-bottom: 4px solid #C71414 !important; }
  .u-border-bottom-lg-feedback-danger-dark-sm {
    border-bottom: 4px solid #F42525 !important; }
  .u-border-bottom-lg-feedback-danger-medium-sm {
    border-bottom: 4px solid #F95151 !important; }
  .u-border-bottom-lg-feedback-danger-light-sm {
    border-bottom: 4px solid #FBA8A8 !important; }
  .u-border-bottom-lg-feedback-danger-lightest-sm {
    border-bottom: 4px solid #FEDCDC !important; }
  .u-border-bottom-lg-feedback-success-darkest-sm {
    border-bottom: 4px solid #01642E !important; }
  .u-border-bottom-lg-feedback-success-dark-sm {
    border-bottom: 4px solid #00A148 !important; }
  .u-border-bottom-lg-feedback-success-medium-sm {
    border-bottom: 4px solid #41C670 !important; }
  .u-border-bottom-lg-feedback-success-light-sm {
    border-bottom: 4px solid #B3E3C9 !important; }
  .u-border-bottom-lg-feedback-success-lightest-sm {
    border-bottom: 4px solid #D9F4E2 !important; }
  .u-border-bottom-lg-feedback-alert-darkest-sm {
    border-bottom: 4px solid #E38800 !important; }
  .u-border-bottom-lg-feedback-alert-dark-sm {
    border-bottom: 4px solid #F7A608 !important; }
  .u-border-bottom-lg-feedback-alert-medium-sm {
    border-bottom: 4px solid #FFC633 !important; }
  .u-border-bottom-lg-feedback-alert-light-sm {
    border-bottom: 4px solid #FEDF8F !important; }
  .u-border-bottom-lg-feedback-alert-lightest-sm {
    border-bottom: 4px solid #FEEDBF !important; }
  .u-border-bottom-lg-neutral-darkest-sm {
    border-bottom: 4px solid #1E1E1E !important; }
  .u-border-bottom-lg-neutral-dark-sm {
    border-bottom: 4px solid #515151 !important; }
  .u-border-bottom-lg-neutral-medium-sm {
    border-bottom: 4px solid #ADADAD !important; }
  .u-border-bottom-lg-neutral-light-sm {
    border-bottom: 4px solid #E3E3E3 !important; }
  .u-border-bottom-lg-neutral-lightest-sm {
    border-bottom: 4px solid #F2F2F2 !important; }
  .u-border-bottom-lg-essential-black-sm {
    border-bottom: 4px solid #000000 !important; }
  .u-border-bottom-lg-essential-white-sm {
    border-bottom: 4px solid #FFFFFF !important; }
  .u-border-right-lg-brand-primary-darkest-sm {
    border-right: 4px solid #B43500 !important; }
  .u-border-right-lg-brand-primary-dark-sm {
    border-right: 4px solid #D83B04 !important; }
  .u-border-right-lg-brand-primary-medium-sm {
    border-right: 4px solid #E55807 !important; }
  .u-border-right-lg-brand-primary-light-sm {
    border-right: 4px solid #FFCBB5 !important; }
  .u-border-right-lg-brand-primary-lightest-sm {
    border-right: 4px solid #FDEBE1 !important; }
  .u-border-right-lg-complementary-1-darkest-sm {
    border-right: 4px solid #9E7BB2 !important; }
  .u-border-right-lg-complementary-1-dark-sm {
    border-right: 4px solid #B6A1C2 !important; }
  .u-border-right-lg-complementary-1-medium-sm {
    border-right: 4px solid #D2C6D9 !important; }
  .u-border-right-lg-complementary-1-light-sm {
    border-right: 4px solid #F4E8FA !important; }
  .u-border-right-lg-complementary-1-lightest-sm {
    border-right: 4px solid #F7F0FB !important; }
  .u-border-right-lg-complementary-2-darkest-sm {
    border-right: 4px solid #86BF33 !important; }
  .u-border-right-lg-complementary-2-dark-sm {
    border-right: 4px solid #A8E353 !important; }
  .u-border-right-lg-complementary-2-medium-sm {
    border-right: 4px solid #C6FA7A !important; }
  .u-border-right-lg-complementary-2-light-sm {
    border-right: 4px solid #EBFFCD !important; }
  .u-border-right-lg-complementary-2-lightest-sm {
    border-right: 4px solid #F6FFE9 !important; }
  .u-border-right-lg-feedback-danger-darkest-sm {
    border-right: 4px solid #C71414 !important; }
  .u-border-right-lg-feedback-danger-dark-sm {
    border-right: 4px solid #F42525 !important; }
  .u-border-right-lg-feedback-danger-medium-sm {
    border-right: 4px solid #F95151 !important; }
  .u-border-right-lg-feedback-danger-light-sm {
    border-right: 4px solid #FBA8A8 !important; }
  .u-border-right-lg-feedback-danger-lightest-sm {
    border-right: 4px solid #FEDCDC !important; }
  .u-border-right-lg-feedback-success-darkest-sm {
    border-right: 4px solid #01642E !important; }
  .u-border-right-lg-feedback-success-dark-sm {
    border-right: 4px solid #00A148 !important; }
  .u-border-right-lg-feedback-success-medium-sm {
    border-right: 4px solid #41C670 !important; }
  .u-border-right-lg-feedback-success-light-sm {
    border-right: 4px solid #B3E3C9 !important; }
  .u-border-right-lg-feedback-success-lightest-sm {
    border-right: 4px solid #D9F4E2 !important; }
  .u-border-right-lg-feedback-alert-darkest-sm {
    border-right: 4px solid #E38800 !important; }
  .u-border-right-lg-feedback-alert-dark-sm {
    border-right: 4px solid #F7A608 !important; }
  .u-border-right-lg-feedback-alert-medium-sm {
    border-right: 4px solid #FFC633 !important; }
  .u-border-right-lg-feedback-alert-light-sm {
    border-right: 4px solid #FEDF8F !important; }
  .u-border-right-lg-feedback-alert-lightest-sm {
    border-right: 4px solid #FEEDBF !important; }
  .u-border-right-lg-neutral-darkest-sm {
    border-right: 4px solid #1E1E1E !important; }
  .u-border-right-lg-neutral-dark-sm {
    border-right: 4px solid #515151 !important; }
  .u-border-right-lg-neutral-medium-sm {
    border-right: 4px solid #ADADAD !important; }
  .u-border-right-lg-neutral-light-sm {
    border-right: 4px solid #E3E3E3 !important; }
  .u-border-right-lg-neutral-lightest-sm {
    border-right: 4px solid #F2F2F2 !important; }
  .u-border-right-lg-essential-black-sm {
    border-right: 4px solid #000000 !important; }
  .u-border-right-lg-essential-white-sm {
    border-right: 4px solid #FFFFFF !important; }
  .u-border-left-lg-brand-primary-darkest-sm {
    border-left: 4px solid #B43500 !important; }
  .u-border-left-lg-brand-primary-dark-sm {
    border-left: 4px solid #D83B04 !important; }
  .u-border-left-lg-brand-primary-medium-sm {
    border-left: 4px solid #E55807 !important; }
  .u-border-left-lg-brand-primary-light-sm {
    border-left: 4px solid #FFCBB5 !important; }
  .u-border-left-lg-brand-primary-lightest-sm {
    border-left: 4px solid #FDEBE1 !important; }
  .u-border-left-lg-complementary-1-darkest-sm {
    border-left: 4px solid #9E7BB2 !important; }
  .u-border-left-lg-complementary-1-dark-sm {
    border-left: 4px solid #B6A1C2 !important; }
  .u-border-left-lg-complementary-1-medium-sm {
    border-left: 4px solid #D2C6D9 !important; }
  .u-border-left-lg-complementary-1-light-sm {
    border-left: 4px solid #F4E8FA !important; }
  .u-border-left-lg-complementary-1-lightest-sm {
    border-left: 4px solid #F7F0FB !important; }
  .u-border-left-lg-complementary-2-darkest-sm {
    border-left: 4px solid #86BF33 !important; }
  .u-border-left-lg-complementary-2-dark-sm {
    border-left: 4px solid #A8E353 !important; }
  .u-border-left-lg-complementary-2-medium-sm {
    border-left: 4px solid #C6FA7A !important; }
  .u-border-left-lg-complementary-2-light-sm {
    border-left: 4px solid #EBFFCD !important; }
  .u-border-left-lg-complementary-2-lightest-sm {
    border-left: 4px solid #F6FFE9 !important; }
  .u-border-left-lg-feedback-danger-darkest-sm {
    border-left: 4px solid #C71414 !important; }
  .u-border-left-lg-feedback-danger-dark-sm {
    border-left: 4px solid #F42525 !important; }
  .u-border-left-lg-feedback-danger-medium-sm {
    border-left: 4px solid #F95151 !important; }
  .u-border-left-lg-feedback-danger-light-sm {
    border-left: 4px solid #FBA8A8 !important; }
  .u-border-left-lg-feedback-danger-lightest-sm {
    border-left: 4px solid #FEDCDC !important; }
  .u-border-left-lg-feedback-success-darkest-sm {
    border-left: 4px solid #01642E !important; }
  .u-border-left-lg-feedback-success-dark-sm {
    border-left: 4px solid #00A148 !important; }
  .u-border-left-lg-feedback-success-medium-sm {
    border-left: 4px solid #41C670 !important; }
  .u-border-left-lg-feedback-success-light-sm {
    border-left: 4px solid #B3E3C9 !important; }
  .u-border-left-lg-feedback-success-lightest-sm {
    border-left: 4px solid #D9F4E2 !important; }
  .u-border-left-lg-feedback-alert-darkest-sm {
    border-left: 4px solid #E38800 !important; }
  .u-border-left-lg-feedback-alert-dark-sm {
    border-left: 4px solid #F7A608 !important; }
  .u-border-left-lg-feedback-alert-medium-sm {
    border-left: 4px solid #FFC633 !important; }
  .u-border-left-lg-feedback-alert-light-sm {
    border-left: 4px solid #FEDF8F !important; }
  .u-border-left-lg-feedback-alert-lightest-sm {
    border-left: 4px solid #FEEDBF !important; }
  .u-border-left-lg-neutral-darkest-sm {
    border-left: 4px solid #1E1E1E !important; }
  .u-border-left-lg-neutral-dark-sm {
    border-left: 4px solid #515151 !important; }
  .u-border-left-lg-neutral-medium-sm {
    border-left: 4px solid #ADADAD !important; }
  .u-border-left-lg-neutral-light-sm {
    border-left: 4px solid #E3E3E3 !important; }
  .u-border-left-lg-neutral-lightest-sm {
    border-left: 4px solid #F2F2F2 !important; }
  .u-border-left-lg-essential-black-sm {
    border-left: 4px solid #000000 !important; }
  .u-border-left-lg-essential-white-sm {
    border-left: 4px solid #FFFFFF !important; }
  .u-border-xl-brand-primary-darkest-sm {
    border: 6px solid #B43500 !important; }
  .u-border-xl-brand-primary-dark-sm {
    border: 6px solid #D83B04 !important; }
  .u-border-xl-brand-primary-medium-sm {
    border: 6px solid #E55807 !important; }
  .u-border-xl-brand-primary-light-sm {
    border: 6px solid #FFCBB5 !important; }
  .u-border-xl-brand-primary-lightest-sm {
    border: 6px solid #FDEBE1 !important; }
  .u-border-xl-complementary-1-darkest-sm {
    border: 6px solid #9E7BB2 !important; }
  .u-border-xl-complementary-1-dark-sm {
    border: 6px solid #B6A1C2 !important; }
  .u-border-xl-complementary-1-medium-sm {
    border: 6px solid #D2C6D9 !important; }
  .u-border-xl-complementary-1-light-sm {
    border: 6px solid #F4E8FA !important; }
  .u-border-xl-complementary-1-lightest-sm {
    border: 6px solid #F7F0FB !important; }
  .u-border-xl-complementary-2-darkest-sm {
    border: 6px solid #86BF33 !important; }
  .u-border-xl-complementary-2-dark-sm {
    border: 6px solid #A8E353 !important; }
  .u-border-xl-complementary-2-medium-sm {
    border: 6px solid #C6FA7A !important; }
  .u-border-xl-complementary-2-light-sm {
    border: 6px solid #EBFFCD !important; }
  .u-border-xl-complementary-2-lightest-sm {
    border: 6px solid #F6FFE9 !important; }
  .u-border-xl-feedback-danger-darkest-sm {
    border: 6px solid #C71414 !important; }
  .u-border-xl-feedback-danger-dark-sm {
    border: 6px solid #F42525 !important; }
  .u-border-xl-feedback-danger-medium-sm {
    border: 6px solid #F95151 !important; }
  .u-border-xl-feedback-danger-light-sm {
    border: 6px solid #FBA8A8 !important; }
  .u-border-xl-feedback-danger-lightest-sm {
    border: 6px solid #FEDCDC !important; }
  .u-border-xl-feedback-success-darkest-sm {
    border: 6px solid #01642E !important; }
  .u-border-xl-feedback-success-dark-sm {
    border: 6px solid #00A148 !important; }
  .u-border-xl-feedback-success-medium-sm {
    border: 6px solid #41C670 !important; }
  .u-border-xl-feedback-success-light-sm {
    border: 6px solid #B3E3C9 !important; }
  .u-border-xl-feedback-success-lightest-sm {
    border: 6px solid #D9F4E2 !important; }
  .u-border-xl-feedback-alert-darkest-sm {
    border: 6px solid #E38800 !important; }
  .u-border-xl-feedback-alert-dark-sm {
    border: 6px solid #F7A608 !important; }
  .u-border-xl-feedback-alert-medium-sm {
    border: 6px solid #FFC633 !important; }
  .u-border-xl-feedback-alert-light-sm {
    border: 6px solid #FEDF8F !important; }
  .u-border-xl-feedback-alert-lightest-sm {
    border: 6px solid #FEEDBF !important; }
  .u-border-xl-neutral-darkest-sm {
    border: 6px solid #1E1E1E !important; }
  .u-border-xl-neutral-dark-sm {
    border: 6px solid #515151 !important; }
  .u-border-xl-neutral-medium-sm {
    border: 6px solid #ADADAD !important; }
  .u-border-xl-neutral-light-sm {
    border: 6px solid #E3E3E3 !important; }
  .u-border-xl-neutral-lightest-sm {
    border: 6px solid #F2F2F2 !important; }
  .u-border-xl-essential-black-sm {
    border: 6px solid #000000 !important; }
  .u-border-xl-essential-white-sm {
    border: 6px solid #FFFFFF !important; }
  .u-border-top-xl-brand-primary-darkest-sm {
    border-top: 6px solid #B43500 !important; }
  .u-border-top-xl-brand-primary-dark-sm {
    border-top: 6px solid #D83B04 !important; }
  .u-border-top-xl-brand-primary-medium-sm {
    border-top: 6px solid #E55807 !important; }
  .u-border-top-xl-brand-primary-light-sm {
    border-top: 6px solid #FFCBB5 !important; }
  .u-border-top-xl-brand-primary-lightest-sm {
    border-top: 6px solid #FDEBE1 !important; }
  .u-border-top-xl-complementary-1-darkest-sm {
    border-top: 6px solid #9E7BB2 !important; }
  .u-border-top-xl-complementary-1-dark-sm {
    border-top: 6px solid #B6A1C2 !important; }
  .u-border-top-xl-complementary-1-medium-sm {
    border-top: 6px solid #D2C6D9 !important; }
  .u-border-top-xl-complementary-1-light-sm {
    border-top: 6px solid #F4E8FA !important; }
  .u-border-top-xl-complementary-1-lightest-sm {
    border-top: 6px solid #F7F0FB !important; }
  .u-border-top-xl-complementary-2-darkest-sm {
    border-top: 6px solid #86BF33 !important; }
  .u-border-top-xl-complementary-2-dark-sm {
    border-top: 6px solid #A8E353 !important; }
  .u-border-top-xl-complementary-2-medium-sm {
    border-top: 6px solid #C6FA7A !important; }
  .u-border-top-xl-complementary-2-light-sm {
    border-top: 6px solid #EBFFCD !important; }
  .u-border-top-xl-complementary-2-lightest-sm {
    border-top: 6px solid #F6FFE9 !important; }
  .u-border-top-xl-feedback-danger-darkest-sm {
    border-top: 6px solid #C71414 !important; }
  .u-border-top-xl-feedback-danger-dark-sm {
    border-top: 6px solid #F42525 !important; }
  .u-border-top-xl-feedback-danger-medium-sm {
    border-top: 6px solid #F95151 !important; }
  .u-border-top-xl-feedback-danger-light-sm {
    border-top: 6px solid #FBA8A8 !important; }
  .u-border-top-xl-feedback-danger-lightest-sm {
    border-top: 6px solid #FEDCDC !important; }
  .u-border-top-xl-feedback-success-darkest-sm {
    border-top: 6px solid #01642E !important; }
  .u-border-top-xl-feedback-success-dark-sm {
    border-top: 6px solid #00A148 !important; }
  .u-border-top-xl-feedback-success-medium-sm {
    border-top: 6px solid #41C670 !important; }
  .u-border-top-xl-feedback-success-light-sm {
    border-top: 6px solid #B3E3C9 !important; }
  .u-border-top-xl-feedback-success-lightest-sm {
    border-top: 6px solid #D9F4E2 !important; }
  .u-border-top-xl-feedback-alert-darkest-sm {
    border-top: 6px solid #E38800 !important; }
  .u-border-top-xl-feedback-alert-dark-sm {
    border-top: 6px solid #F7A608 !important; }
  .u-border-top-xl-feedback-alert-medium-sm {
    border-top: 6px solid #FFC633 !important; }
  .u-border-top-xl-feedback-alert-light-sm {
    border-top: 6px solid #FEDF8F !important; }
  .u-border-top-xl-feedback-alert-lightest-sm {
    border-top: 6px solid #FEEDBF !important; }
  .u-border-top-xl-neutral-darkest-sm {
    border-top: 6px solid #1E1E1E !important; }
  .u-border-top-xl-neutral-dark-sm {
    border-top: 6px solid #515151 !important; }
  .u-border-top-xl-neutral-medium-sm {
    border-top: 6px solid #ADADAD !important; }
  .u-border-top-xl-neutral-light-sm {
    border-top: 6px solid #E3E3E3 !important; }
  .u-border-top-xl-neutral-lightest-sm {
    border-top: 6px solid #F2F2F2 !important; }
  .u-border-top-xl-essential-black-sm {
    border-top: 6px solid #000000 !important; }
  .u-border-top-xl-essential-white-sm {
    border-top: 6px solid #FFFFFF !important; }
  .u-border-bottom-xl-brand-primary-darkest-sm {
    border-bottom: 6px solid #B43500 !important; }
  .u-border-bottom-xl-brand-primary-dark-sm {
    border-bottom: 6px solid #D83B04 !important; }
  .u-border-bottom-xl-brand-primary-medium-sm {
    border-bottom: 6px solid #E55807 !important; }
  .u-border-bottom-xl-brand-primary-light-sm {
    border-bottom: 6px solid #FFCBB5 !important; }
  .u-border-bottom-xl-brand-primary-lightest-sm {
    border-bottom: 6px solid #FDEBE1 !important; }
  .u-border-bottom-xl-complementary-1-darkest-sm {
    border-bottom: 6px solid #9E7BB2 !important; }
  .u-border-bottom-xl-complementary-1-dark-sm {
    border-bottom: 6px solid #B6A1C2 !important; }
  .u-border-bottom-xl-complementary-1-medium-sm {
    border-bottom: 6px solid #D2C6D9 !important; }
  .u-border-bottom-xl-complementary-1-light-sm {
    border-bottom: 6px solid #F4E8FA !important; }
  .u-border-bottom-xl-complementary-1-lightest-sm {
    border-bottom: 6px solid #F7F0FB !important; }
  .u-border-bottom-xl-complementary-2-darkest-sm {
    border-bottom: 6px solid #86BF33 !important; }
  .u-border-bottom-xl-complementary-2-dark-sm {
    border-bottom: 6px solid #A8E353 !important; }
  .u-border-bottom-xl-complementary-2-medium-sm {
    border-bottom: 6px solid #C6FA7A !important; }
  .u-border-bottom-xl-complementary-2-light-sm {
    border-bottom: 6px solid #EBFFCD !important; }
  .u-border-bottom-xl-complementary-2-lightest-sm {
    border-bottom: 6px solid #F6FFE9 !important; }
  .u-border-bottom-xl-feedback-danger-darkest-sm {
    border-bottom: 6px solid #C71414 !important; }
  .u-border-bottom-xl-feedback-danger-dark-sm {
    border-bottom: 6px solid #F42525 !important; }
  .u-border-bottom-xl-feedback-danger-medium-sm {
    border-bottom: 6px solid #F95151 !important; }
  .u-border-bottom-xl-feedback-danger-light-sm {
    border-bottom: 6px solid #FBA8A8 !important; }
  .u-border-bottom-xl-feedback-danger-lightest-sm {
    border-bottom: 6px solid #FEDCDC !important; }
  .u-border-bottom-xl-feedback-success-darkest-sm {
    border-bottom: 6px solid #01642E !important; }
  .u-border-bottom-xl-feedback-success-dark-sm {
    border-bottom: 6px solid #00A148 !important; }
  .u-border-bottom-xl-feedback-success-medium-sm {
    border-bottom: 6px solid #41C670 !important; }
  .u-border-bottom-xl-feedback-success-light-sm {
    border-bottom: 6px solid #B3E3C9 !important; }
  .u-border-bottom-xl-feedback-success-lightest-sm {
    border-bottom: 6px solid #D9F4E2 !important; }
  .u-border-bottom-xl-feedback-alert-darkest-sm {
    border-bottom: 6px solid #E38800 !important; }
  .u-border-bottom-xl-feedback-alert-dark-sm {
    border-bottom: 6px solid #F7A608 !important; }
  .u-border-bottom-xl-feedback-alert-medium-sm {
    border-bottom: 6px solid #FFC633 !important; }
  .u-border-bottom-xl-feedback-alert-light-sm {
    border-bottom: 6px solid #FEDF8F !important; }
  .u-border-bottom-xl-feedback-alert-lightest-sm {
    border-bottom: 6px solid #FEEDBF !important; }
  .u-border-bottom-xl-neutral-darkest-sm {
    border-bottom: 6px solid #1E1E1E !important; }
  .u-border-bottom-xl-neutral-dark-sm {
    border-bottom: 6px solid #515151 !important; }
  .u-border-bottom-xl-neutral-medium-sm {
    border-bottom: 6px solid #ADADAD !important; }
  .u-border-bottom-xl-neutral-light-sm {
    border-bottom: 6px solid #E3E3E3 !important; }
  .u-border-bottom-xl-neutral-lightest-sm {
    border-bottom: 6px solid #F2F2F2 !important; }
  .u-border-bottom-xl-essential-black-sm {
    border-bottom: 6px solid #000000 !important; }
  .u-border-bottom-xl-essential-white-sm {
    border-bottom: 6px solid #FFFFFF !important; }
  .u-border-right-xl-brand-primary-darkest-sm {
    border-right: 6px solid #B43500 !important; }
  .u-border-right-xl-brand-primary-dark-sm {
    border-right: 6px solid #D83B04 !important; }
  .u-border-right-xl-brand-primary-medium-sm {
    border-right: 6px solid #E55807 !important; }
  .u-border-right-xl-brand-primary-light-sm {
    border-right: 6px solid #FFCBB5 !important; }
  .u-border-right-xl-brand-primary-lightest-sm {
    border-right: 6px solid #FDEBE1 !important; }
  .u-border-right-xl-complementary-1-darkest-sm {
    border-right: 6px solid #9E7BB2 !important; }
  .u-border-right-xl-complementary-1-dark-sm {
    border-right: 6px solid #B6A1C2 !important; }
  .u-border-right-xl-complementary-1-medium-sm {
    border-right: 6px solid #D2C6D9 !important; }
  .u-border-right-xl-complementary-1-light-sm {
    border-right: 6px solid #F4E8FA !important; }
  .u-border-right-xl-complementary-1-lightest-sm {
    border-right: 6px solid #F7F0FB !important; }
  .u-border-right-xl-complementary-2-darkest-sm {
    border-right: 6px solid #86BF33 !important; }
  .u-border-right-xl-complementary-2-dark-sm {
    border-right: 6px solid #A8E353 !important; }
  .u-border-right-xl-complementary-2-medium-sm {
    border-right: 6px solid #C6FA7A !important; }
  .u-border-right-xl-complementary-2-light-sm {
    border-right: 6px solid #EBFFCD !important; }
  .u-border-right-xl-complementary-2-lightest-sm {
    border-right: 6px solid #F6FFE9 !important; }
  .u-border-right-xl-feedback-danger-darkest-sm {
    border-right: 6px solid #C71414 !important; }
  .u-border-right-xl-feedback-danger-dark-sm {
    border-right: 6px solid #F42525 !important; }
  .u-border-right-xl-feedback-danger-medium-sm {
    border-right: 6px solid #F95151 !important; }
  .u-border-right-xl-feedback-danger-light-sm {
    border-right: 6px solid #FBA8A8 !important; }
  .u-border-right-xl-feedback-danger-lightest-sm {
    border-right: 6px solid #FEDCDC !important; }
  .u-border-right-xl-feedback-success-darkest-sm {
    border-right: 6px solid #01642E !important; }
  .u-border-right-xl-feedback-success-dark-sm {
    border-right: 6px solid #00A148 !important; }
  .u-border-right-xl-feedback-success-medium-sm {
    border-right: 6px solid #41C670 !important; }
  .u-border-right-xl-feedback-success-light-sm {
    border-right: 6px solid #B3E3C9 !important; }
  .u-border-right-xl-feedback-success-lightest-sm {
    border-right: 6px solid #D9F4E2 !important; }
  .u-border-right-xl-feedback-alert-darkest-sm {
    border-right: 6px solid #E38800 !important; }
  .u-border-right-xl-feedback-alert-dark-sm {
    border-right: 6px solid #F7A608 !important; }
  .u-border-right-xl-feedback-alert-medium-sm {
    border-right: 6px solid #FFC633 !important; }
  .u-border-right-xl-feedback-alert-light-sm {
    border-right: 6px solid #FEDF8F !important; }
  .u-border-right-xl-feedback-alert-lightest-sm {
    border-right: 6px solid #FEEDBF !important; }
  .u-border-right-xl-neutral-darkest-sm {
    border-right: 6px solid #1E1E1E !important; }
  .u-border-right-xl-neutral-dark-sm {
    border-right: 6px solid #515151 !important; }
  .u-border-right-xl-neutral-medium-sm {
    border-right: 6px solid #ADADAD !important; }
  .u-border-right-xl-neutral-light-sm {
    border-right: 6px solid #E3E3E3 !important; }
  .u-border-right-xl-neutral-lightest-sm {
    border-right: 6px solid #F2F2F2 !important; }
  .u-border-right-xl-essential-black-sm {
    border-right: 6px solid #000000 !important; }
  .u-border-right-xl-essential-white-sm {
    border-right: 6px solid #FFFFFF !important; }
  .u-border-left-xl-brand-primary-darkest-sm {
    border-left: 6px solid #B43500 !important; }
  .u-border-left-xl-brand-primary-dark-sm {
    border-left: 6px solid #D83B04 !important; }
  .u-border-left-xl-brand-primary-medium-sm {
    border-left: 6px solid #E55807 !important; }
  .u-border-left-xl-brand-primary-light-sm {
    border-left: 6px solid #FFCBB5 !important; }
  .u-border-left-xl-brand-primary-lightest-sm {
    border-left: 6px solid #FDEBE1 !important; }
  .u-border-left-xl-complementary-1-darkest-sm {
    border-left: 6px solid #9E7BB2 !important; }
  .u-border-left-xl-complementary-1-dark-sm {
    border-left: 6px solid #B6A1C2 !important; }
  .u-border-left-xl-complementary-1-medium-sm {
    border-left: 6px solid #D2C6D9 !important; }
  .u-border-left-xl-complementary-1-light-sm {
    border-left: 6px solid #F4E8FA !important; }
  .u-border-left-xl-complementary-1-lightest-sm {
    border-left: 6px solid #F7F0FB !important; }
  .u-border-left-xl-complementary-2-darkest-sm {
    border-left: 6px solid #86BF33 !important; }
  .u-border-left-xl-complementary-2-dark-sm {
    border-left: 6px solid #A8E353 !important; }
  .u-border-left-xl-complementary-2-medium-sm {
    border-left: 6px solid #C6FA7A !important; }
  .u-border-left-xl-complementary-2-light-sm {
    border-left: 6px solid #EBFFCD !important; }
  .u-border-left-xl-complementary-2-lightest-sm {
    border-left: 6px solid #F6FFE9 !important; }
  .u-border-left-xl-feedback-danger-darkest-sm {
    border-left: 6px solid #C71414 !important; }
  .u-border-left-xl-feedback-danger-dark-sm {
    border-left: 6px solid #F42525 !important; }
  .u-border-left-xl-feedback-danger-medium-sm {
    border-left: 6px solid #F95151 !important; }
  .u-border-left-xl-feedback-danger-light-sm {
    border-left: 6px solid #FBA8A8 !important; }
  .u-border-left-xl-feedback-danger-lightest-sm {
    border-left: 6px solid #FEDCDC !important; }
  .u-border-left-xl-feedback-success-darkest-sm {
    border-left: 6px solid #01642E !important; }
  .u-border-left-xl-feedback-success-dark-sm {
    border-left: 6px solid #00A148 !important; }
  .u-border-left-xl-feedback-success-medium-sm {
    border-left: 6px solid #41C670 !important; }
  .u-border-left-xl-feedback-success-light-sm {
    border-left: 6px solid #B3E3C9 !important; }
  .u-border-left-xl-feedback-success-lightest-sm {
    border-left: 6px solid #D9F4E2 !important; }
  .u-border-left-xl-feedback-alert-darkest-sm {
    border-left: 6px solid #E38800 !important; }
  .u-border-left-xl-feedback-alert-dark-sm {
    border-left: 6px solid #F7A608 !important; }
  .u-border-left-xl-feedback-alert-medium-sm {
    border-left: 6px solid #FFC633 !important; }
  .u-border-left-xl-feedback-alert-light-sm {
    border-left: 6px solid #FEDF8F !important; }
  .u-border-left-xl-feedback-alert-lightest-sm {
    border-left: 6px solid #FEEDBF !important; }
  .u-border-left-xl-neutral-darkest-sm {
    border-left: 6px solid #1E1E1E !important; }
  .u-border-left-xl-neutral-dark-sm {
    border-left: 6px solid #515151 !important; }
  .u-border-left-xl-neutral-medium-sm {
    border-left: 6px solid #ADADAD !important; }
  .u-border-left-xl-neutral-light-sm {
    border-left: 6px solid #E3E3E3 !important; }
  .u-border-left-xl-neutral-lightest-sm {
    border-left: 6px solid #F2F2F2 !important; }
  .u-border-left-xl-essential-black-sm {
    border-left: 6px solid #000000 !important; }
  .u-border-left-xl-essential-white-sm {
    border-left: 6px solid #FFFFFF !important; } }

@media (min-width: 768px) {
  .u-border-none-brand-primary-darkest-md {
    border: none !important; }
  .u-border-none-brand-primary-dark-md {
    border: none !important; }
  .u-border-none-brand-primary-medium-md {
    border: none !important; }
  .u-border-none-brand-primary-light-md {
    border: none !important; }
  .u-border-none-brand-primary-lightest-md {
    border: none !important; }
  .u-border-none-complementary-1-darkest-md {
    border: none !important; }
  .u-border-none-complementary-1-dark-md {
    border: none !important; }
  .u-border-none-complementary-1-medium-md {
    border: none !important; }
  .u-border-none-complementary-1-light-md {
    border: none !important; }
  .u-border-none-complementary-1-lightest-md {
    border: none !important; }
  .u-border-none-complementary-2-darkest-md {
    border: none !important; }
  .u-border-none-complementary-2-dark-md {
    border: none !important; }
  .u-border-none-complementary-2-medium-md {
    border: none !important; }
  .u-border-none-complementary-2-light-md {
    border: none !important; }
  .u-border-none-complementary-2-lightest-md {
    border: none !important; }
  .u-border-none-feedback-danger-darkest-md {
    border: none !important; }
  .u-border-none-feedback-danger-dark-md {
    border: none !important; }
  .u-border-none-feedback-danger-medium-md {
    border: none !important; }
  .u-border-none-feedback-danger-light-md {
    border: none !important; }
  .u-border-none-feedback-danger-lightest-md {
    border: none !important; }
  .u-border-none-feedback-success-darkest-md {
    border: none !important; }
  .u-border-none-feedback-success-dark-md {
    border: none !important; }
  .u-border-none-feedback-success-medium-md {
    border: none !important; }
  .u-border-none-feedback-success-light-md {
    border: none !important; }
  .u-border-none-feedback-success-lightest-md {
    border: none !important; }
  .u-border-none-feedback-alert-darkest-md {
    border: none !important; }
  .u-border-none-feedback-alert-dark-md {
    border: none !important; }
  .u-border-none-feedback-alert-medium-md {
    border: none !important; }
  .u-border-none-feedback-alert-light-md {
    border: none !important; }
  .u-border-none-feedback-alert-lightest-md {
    border: none !important; }
  .u-border-none-neutral-darkest-md {
    border: none !important; }
  .u-border-none-neutral-dark-md {
    border: none !important; }
  .u-border-none-neutral-medium-md {
    border: none !important; }
  .u-border-none-neutral-light-md {
    border: none !important; }
  .u-border-none-neutral-lightest-md {
    border: none !important; }
  .u-border-none-essential-black-md {
    border: none !important; }
  .u-border-none-essential-white-md {
    border: none !important; }
  .u-border-top-none-brand-primary-darkest-md {
    border-top: none !important; }
  .u-border-top-none-brand-primary-dark-md {
    border-top: none !important; }
  .u-border-top-none-brand-primary-medium-md {
    border-top: none !important; }
  .u-border-top-none-brand-primary-light-md {
    border-top: none !important; }
  .u-border-top-none-brand-primary-lightest-md {
    border-top: none !important; }
  .u-border-top-none-complementary-1-darkest-md {
    border-top: none !important; }
  .u-border-top-none-complementary-1-dark-md {
    border-top: none !important; }
  .u-border-top-none-complementary-1-medium-md {
    border-top: none !important; }
  .u-border-top-none-complementary-1-light-md {
    border-top: none !important; }
  .u-border-top-none-complementary-1-lightest-md {
    border-top: none !important; }
  .u-border-top-none-complementary-2-darkest-md {
    border-top: none !important; }
  .u-border-top-none-complementary-2-dark-md {
    border-top: none !important; }
  .u-border-top-none-complementary-2-medium-md {
    border-top: none !important; }
  .u-border-top-none-complementary-2-light-md {
    border-top: none !important; }
  .u-border-top-none-complementary-2-lightest-md {
    border-top: none !important; }
  .u-border-top-none-feedback-danger-darkest-md {
    border-top: none !important; }
  .u-border-top-none-feedback-danger-dark-md {
    border-top: none !important; }
  .u-border-top-none-feedback-danger-medium-md {
    border-top: none !important; }
  .u-border-top-none-feedback-danger-light-md {
    border-top: none !important; }
  .u-border-top-none-feedback-danger-lightest-md {
    border-top: none !important; }
  .u-border-top-none-feedback-success-darkest-md {
    border-top: none !important; }
  .u-border-top-none-feedback-success-dark-md {
    border-top: none !important; }
  .u-border-top-none-feedback-success-medium-md {
    border-top: none !important; }
  .u-border-top-none-feedback-success-light-md {
    border-top: none !important; }
  .u-border-top-none-feedback-success-lightest-md {
    border-top: none !important; }
  .u-border-top-none-feedback-alert-darkest-md {
    border-top: none !important; }
  .u-border-top-none-feedback-alert-dark-md {
    border-top: none !important; }
  .u-border-top-none-feedback-alert-medium-md {
    border-top: none !important; }
  .u-border-top-none-feedback-alert-light-md {
    border-top: none !important; }
  .u-border-top-none-feedback-alert-lightest-md {
    border-top: none !important; }
  .u-border-top-none-neutral-darkest-md {
    border-top: none !important; }
  .u-border-top-none-neutral-dark-md {
    border-top: none !important; }
  .u-border-top-none-neutral-medium-md {
    border-top: none !important; }
  .u-border-top-none-neutral-light-md {
    border-top: none !important; }
  .u-border-top-none-neutral-lightest-md {
    border-top: none !important; }
  .u-border-top-none-essential-black-md {
    border-top: none !important; }
  .u-border-top-none-essential-white-md {
    border-top: none !important; }
  .u-border-bottom-none-brand-primary-darkest-md {
    border-bottom: none !important; }
  .u-border-bottom-none-brand-primary-dark-md {
    border-bottom: none !important; }
  .u-border-bottom-none-brand-primary-medium-md {
    border-bottom: none !important; }
  .u-border-bottom-none-brand-primary-light-md {
    border-bottom: none !important; }
  .u-border-bottom-none-brand-primary-lightest-md {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-1-darkest-md {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-1-dark-md {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-1-medium-md {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-1-light-md {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-1-lightest-md {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-2-darkest-md {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-2-dark-md {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-2-medium-md {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-2-light-md {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-2-lightest-md {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-danger-darkest-md {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-danger-dark-md {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-danger-medium-md {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-danger-light-md {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-danger-lightest-md {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-success-darkest-md {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-success-dark-md {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-success-medium-md {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-success-light-md {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-success-lightest-md {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-alert-darkest-md {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-alert-dark-md {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-alert-medium-md {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-alert-light-md {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-alert-lightest-md {
    border-bottom: none !important; }
  .u-border-bottom-none-neutral-darkest-md {
    border-bottom: none !important; }
  .u-border-bottom-none-neutral-dark-md {
    border-bottom: none !important; }
  .u-border-bottom-none-neutral-medium-md {
    border-bottom: none !important; }
  .u-border-bottom-none-neutral-light-md {
    border-bottom: none !important; }
  .u-border-bottom-none-neutral-lightest-md {
    border-bottom: none !important; }
  .u-border-bottom-none-essential-black-md {
    border-bottom: none !important; }
  .u-border-bottom-none-essential-white-md {
    border-bottom: none !important; }
  .u-border-right-none-brand-primary-darkest-md {
    border-right: none !important; }
  .u-border-right-none-brand-primary-dark-md {
    border-right: none !important; }
  .u-border-right-none-brand-primary-medium-md {
    border-right: none !important; }
  .u-border-right-none-brand-primary-light-md {
    border-right: none !important; }
  .u-border-right-none-brand-primary-lightest-md {
    border-right: none !important; }
  .u-border-right-none-complementary-1-darkest-md {
    border-right: none !important; }
  .u-border-right-none-complementary-1-dark-md {
    border-right: none !important; }
  .u-border-right-none-complementary-1-medium-md {
    border-right: none !important; }
  .u-border-right-none-complementary-1-light-md {
    border-right: none !important; }
  .u-border-right-none-complementary-1-lightest-md {
    border-right: none !important; }
  .u-border-right-none-complementary-2-darkest-md {
    border-right: none !important; }
  .u-border-right-none-complementary-2-dark-md {
    border-right: none !important; }
  .u-border-right-none-complementary-2-medium-md {
    border-right: none !important; }
  .u-border-right-none-complementary-2-light-md {
    border-right: none !important; }
  .u-border-right-none-complementary-2-lightest-md {
    border-right: none !important; }
  .u-border-right-none-feedback-danger-darkest-md {
    border-right: none !important; }
  .u-border-right-none-feedback-danger-dark-md {
    border-right: none !important; }
  .u-border-right-none-feedback-danger-medium-md {
    border-right: none !important; }
  .u-border-right-none-feedback-danger-light-md {
    border-right: none !important; }
  .u-border-right-none-feedback-danger-lightest-md {
    border-right: none !important; }
  .u-border-right-none-feedback-success-darkest-md {
    border-right: none !important; }
  .u-border-right-none-feedback-success-dark-md {
    border-right: none !important; }
  .u-border-right-none-feedback-success-medium-md {
    border-right: none !important; }
  .u-border-right-none-feedback-success-light-md {
    border-right: none !important; }
  .u-border-right-none-feedback-success-lightest-md {
    border-right: none !important; }
  .u-border-right-none-feedback-alert-darkest-md {
    border-right: none !important; }
  .u-border-right-none-feedback-alert-dark-md {
    border-right: none !important; }
  .u-border-right-none-feedback-alert-medium-md {
    border-right: none !important; }
  .u-border-right-none-feedback-alert-light-md {
    border-right: none !important; }
  .u-border-right-none-feedback-alert-lightest-md {
    border-right: none !important; }
  .u-border-right-none-neutral-darkest-md {
    border-right: none !important; }
  .u-border-right-none-neutral-dark-md {
    border-right: none !important; }
  .u-border-right-none-neutral-medium-md {
    border-right: none !important; }
  .u-border-right-none-neutral-light-md {
    border-right: none !important; }
  .u-border-right-none-neutral-lightest-md {
    border-right: none !important; }
  .u-border-right-none-essential-black-md {
    border-right: none !important; }
  .u-border-right-none-essential-white-md {
    border-right: none !important; }
  .u-border-left-none-brand-primary-darkest-md {
    border-left: none !important; }
  .u-border-left-none-brand-primary-dark-md {
    border-left: none !important; }
  .u-border-left-none-brand-primary-medium-md {
    border-left: none !important; }
  .u-border-left-none-brand-primary-light-md {
    border-left: none !important; }
  .u-border-left-none-brand-primary-lightest-md {
    border-left: none !important; }
  .u-border-left-none-complementary-1-darkest-md {
    border-left: none !important; }
  .u-border-left-none-complementary-1-dark-md {
    border-left: none !important; }
  .u-border-left-none-complementary-1-medium-md {
    border-left: none !important; }
  .u-border-left-none-complementary-1-light-md {
    border-left: none !important; }
  .u-border-left-none-complementary-1-lightest-md {
    border-left: none !important; }
  .u-border-left-none-complementary-2-darkest-md {
    border-left: none !important; }
  .u-border-left-none-complementary-2-dark-md {
    border-left: none !important; }
  .u-border-left-none-complementary-2-medium-md {
    border-left: none !important; }
  .u-border-left-none-complementary-2-light-md {
    border-left: none !important; }
  .u-border-left-none-complementary-2-lightest-md {
    border-left: none !important; }
  .u-border-left-none-feedback-danger-darkest-md {
    border-left: none !important; }
  .u-border-left-none-feedback-danger-dark-md {
    border-left: none !important; }
  .u-border-left-none-feedback-danger-medium-md {
    border-left: none !important; }
  .u-border-left-none-feedback-danger-light-md {
    border-left: none !important; }
  .u-border-left-none-feedback-danger-lightest-md {
    border-left: none !important; }
  .u-border-left-none-feedback-success-darkest-md {
    border-left: none !important; }
  .u-border-left-none-feedback-success-dark-md {
    border-left: none !important; }
  .u-border-left-none-feedback-success-medium-md {
    border-left: none !important; }
  .u-border-left-none-feedback-success-light-md {
    border-left: none !important; }
  .u-border-left-none-feedback-success-lightest-md {
    border-left: none !important; }
  .u-border-left-none-feedback-alert-darkest-md {
    border-left: none !important; }
  .u-border-left-none-feedback-alert-dark-md {
    border-left: none !important; }
  .u-border-left-none-feedback-alert-medium-md {
    border-left: none !important; }
  .u-border-left-none-feedback-alert-light-md {
    border-left: none !important; }
  .u-border-left-none-feedback-alert-lightest-md {
    border-left: none !important; }
  .u-border-left-none-neutral-darkest-md {
    border-left: none !important; }
  .u-border-left-none-neutral-dark-md {
    border-left: none !important; }
  .u-border-left-none-neutral-medium-md {
    border-left: none !important; }
  .u-border-left-none-neutral-light-md {
    border-left: none !important; }
  .u-border-left-none-neutral-lightest-md {
    border-left: none !important; }
  .u-border-left-none-essential-black-md {
    border-left: none !important; }
  .u-border-left-none-essential-white-md {
    border-left: none !important; }
  .u-border-sm-brand-primary-darkest-md {
    border: 1px solid #B43500 !important; }
  .u-border-sm-brand-primary-dark-md {
    border: 1px solid #D83B04 !important; }
  .u-border-sm-brand-primary-medium-md {
    border: 1px solid #E55807 !important; }
  .u-border-sm-brand-primary-light-md {
    border: 1px solid #FFCBB5 !important; }
  .u-border-sm-brand-primary-lightest-md {
    border: 1px solid #FDEBE1 !important; }
  .u-border-sm-complementary-1-darkest-md {
    border: 1px solid #9E7BB2 !important; }
  .u-border-sm-complementary-1-dark-md {
    border: 1px solid #B6A1C2 !important; }
  .u-border-sm-complementary-1-medium-md {
    border: 1px solid #D2C6D9 !important; }
  .u-border-sm-complementary-1-light-md {
    border: 1px solid #F4E8FA !important; }
  .u-border-sm-complementary-1-lightest-md {
    border: 1px solid #F7F0FB !important; }
  .u-border-sm-complementary-2-darkest-md {
    border: 1px solid #86BF33 !important; }
  .u-border-sm-complementary-2-dark-md {
    border: 1px solid #A8E353 !important; }
  .u-border-sm-complementary-2-medium-md {
    border: 1px solid #C6FA7A !important; }
  .u-border-sm-complementary-2-light-md {
    border: 1px solid #EBFFCD !important; }
  .u-border-sm-complementary-2-lightest-md {
    border: 1px solid #F6FFE9 !important; }
  .u-border-sm-feedback-danger-darkest-md {
    border: 1px solid #C71414 !important; }
  .u-border-sm-feedback-danger-dark-md {
    border: 1px solid #F42525 !important; }
  .u-border-sm-feedback-danger-medium-md {
    border: 1px solid #F95151 !important; }
  .u-border-sm-feedback-danger-light-md {
    border: 1px solid #FBA8A8 !important; }
  .u-border-sm-feedback-danger-lightest-md {
    border: 1px solid #FEDCDC !important; }
  .u-border-sm-feedback-success-darkest-md {
    border: 1px solid #01642E !important; }
  .u-border-sm-feedback-success-dark-md {
    border: 1px solid #00A148 !important; }
  .u-border-sm-feedback-success-medium-md {
    border: 1px solid #41C670 !important; }
  .u-border-sm-feedback-success-light-md {
    border: 1px solid #B3E3C9 !important; }
  .u-border-sm-feedback-success-lightest-md {
    border: 1px solid #D9F4E2 !important; }
  .u-border-sm-feedback-alert-darkest-md {
    border: 1px solid #E38800 !important; }
  .u-border-sm-feedback-alert-dark-md {
    border: 1px solid #F7A608 !important; }
  .u-border-sm-feedback-alert-medium-md {
    border: 1px solid #FFC633 !important; }
  .u-border-sm-feedback-alert-light-md {
    border: 1px solid #FEDF8F !important; }
  .u-border-sm-feedback-alert-lightest-md {
    border: 1px solid #FEEDBF !important; }
  .u-border-sm-neutral-darkest-md {
    border: 1px solid #1E1E1E !important; }
  .u-border-sm-neutral-dark-md {
    border: 1px solid #515151 !important; }
  .u-border-sm-neutral-medium-md {
    border: 1px solid #ADADAD !important; }
  .u-border-sm-neutral-light-md {
    border: 1px solid #E3E3E3 !important; }
  .u-border-sm-neutral-lightest-md {
    border: 1px solid #F2F2F2 !important; }
  .u-border-sm-essential-black-md {
    border: 1px solid #000000 !important; }
  .u-border-sm-essential-white-md {
    border: 1px solid #FFFFFF !important; }
  .u-border-top-sm-brand-primary-darkest-md {
    border-top: 1px solid #B43500 !important; }
  .u-border-top-sm-brand-primary-dark-md {
    border-top: 1px solid #D83B04 !important; }
  .u-border-top-sm-brand-primary-medium-md {
    border-top: 1px solid #E55807 !important; }
  .u-border-top-sm-brand-primary-light-md {
    border-top: 1px solid #FFCBB5 !important; }
  .u-border-top-sm-brand-primary-lightest-md {
    border-top: 1px solid #FDEBE1 !important; }
  .u-border-top-sm-complementary-1-darkest-md {
    border-top: 1px solid #9E7BB2 !important; }
  .u-border-top-sm-complementary-1-dark-md {
    border-top: 1px solid #B6A1C2 !important; }
  .u-border-top-sm-complementary-1-medium-md {
    border-top: 1px solid #D2C6D9 !important; }
  .u-border-top-sm-complementary-1-light-md {
    border-top: 1px solid #F4E8FA !important; }
  .u-border-top-sm-complementary-1-lightest-md {
    border-top: 1px solid #F7F0FB !important; }
  .u-border-top-sm-complementary-2-darkest-md {
    border-top: 1px solid #86BF33 !important; }
  .u-border-top-sm-complementary-2-dark-md {
    border-top: 1px solid #A8E353 !important; }
  .u-border-top-sm-complementary-2-medium-md {
    border-top: 1px solid #C6FA7A !important; }
  .u-border-top-sm-complementary-2-light-md {
    border-top: 1px solid #EBFFCD !important; }
  .u-border-top-sm-complementary-2-lightest-md {
    border-top: 1px solid #F6FFE9 !important; }
  .u-border-top-sm-feedback-danger-darkest-md {
    border-top: 1px solid #C71414 !important; }
  .u-border-top-sm-feedback-danger-dark-md {
    border-top: 1px solid #F42525 !important; }
  .u-border-top-sm-feedback-danger-medium-md {
    border-top: 1px solid #F95151 !important; }
  .u-border-top-sm-feedback-danger-light-md {
    border-top: 1px solid #FBA8A8 !important; }
  .u-border-top-sm-feedback-danger-lightest-md {
    border-top: 1px solid #FEDCDC !important; }
  .u-border-top-sm-feedback-success-darkest-md {
    border-top: 1px solid #01642E !important; }
  .u-border-top-sm-feedback-success-dark-md {
    border-top: 1px solid #00A148 !important; }
  .u-border-top-sm-feedback-success-medium-md {
    border-top: 1px solid #41C670 !important; }
  .u-border-top-sm-feedback-success-light-md {
    border-top: 1px solid #B3E3C9 !important; }
  .u-border-top-sm-feedback-success-lightest-md {
    border-top: 1px solid #D9F4E2 !important; }
  .u-border-top-sm-feedback-alert-darkest-md {
    border-top: 1px solid #E38800 !important; }
  .u-border-top-sm-feedback-alert-dark-md {
    border-top: 1px solid #F7A608 !important; }
  .u-border-top-sm-feedback-alert-medium-md {
    border-top: 1px solid #FFC633 !important; }
  .u-border-top-sm-feedback-alert-light-md {
    border-top: 1px solid #FEDF8F !important; }
  .u-border-top-sm-feedback-alert-lightest-md {
    border-top: 1px solid #FEEDBF !important; }
  .u-border-top-sm-neutral-darkest-md {
    border-top: 1px solid #1E1E1E !important; }
  .u-border-top-sm-neutral-dark-md {
    border-top: 1px solid #515151 !important; }
  .u-border-top-sm-neutral-medium-md {
    border-top: 1px solid #ADADAD !important; }
  .u-border-top-sm-neutral-light-md {
    border-top: 1px solid #E3E3E3 !important; }
  .u-border-top-sm-neutral-lightest-md {
    border-top: 1px solid #F2F2F2 !important; }
  .u-border-top-sm-essential-black-md {
    border-top: 1px solid #000000 !important; }
  .u-border-top-sm-essential-white-md {
    border-top: 1px solid #FFFFFF !important; }
  .u-border-bottom-sm-brand-primary-darkest-md {
    border-bottom: 1px solid #B43500 !important; }
  .u-border-bottom-sm-brand-primary-dark-md {
    border-bottom: 1px solid #D83B04 !important; }
  .u-border-bottom-sm-brand-primary-medium-md {
    border-bottom: 1px solid #E55807 !important; }
  .u-border-bottom-sm-brand-primary-light-md {
    border-bottom: 1px solid #FFCBB5 !important; }
  .u-border-bottom-sm-brand-primary-lightest-md {
    border-bottom: 1px solid #FDEBE1 !important; }
  .u-border-bottom-sm-complementary-1-darkest-md {
    border-bottom: 1px solid #9E7BB2 !important; }
  .u-border-bottom-sm-complementary-1-dark-md {
    border-bottom: 1px solid #B6A1C2 !important; }
  .u-border-bottom-sm-complementary-1-medium-md {
    border-bottom: 1px solid #D2C6D9 !important; }
  .u-border-bottom-sm-complementary-1-light-md {
    border-bottom: 1px solid #F4E8FA !important; }
  .u-border-bottom-sm-complementary-1-lightest-md {
    border-bottom: 1px solid #F7F0FB !important; }
  .u-border-bottom-sm-complementary-2-darkest-md {
    border-bottom: 1px solid #86BF33 !important; }
  .u-border-bottom-sm-complementary-2-dark-md {
    border-bottom: 1px solid #A8E353 !important; }
  .u-border-bottom-sm-complementary-2-medium-md {
    border-bottom: 1px solid #C6FA7A !important; }
  .u-border-bottom-sm-complementary-2-light-md {
    border-bottom: 1px solid #EBFFCD !important; }
  .u-border-bottom-sm-complementary-2-lightest-md {
    border-bottom: 1px solid #F6FFE9 !important; }
  .u-border-bottom-sm-feedback-danger-darkest-md {
    border-bottom: 1px solid #C71414 !important; }
  .u-border-bottom-sm-feedback-danger-dark-md {
    border-bottom: 1px solid #F42525 !important; }
  .u-border-bottom-sm-feedback-danger-medium-md {
    border-bottom: 1px solid #F95151 !important; }
  .u-border-bottom-sm-feedback-danger-light-md {
    border-bottom: 1px solid #FBA8A8 !important; }
  .u-border-bottom-sm-feedback-danger-lightest-md {
    border-bottom: 1px solid #FEDCDC !important; }
  .u-border-bottom-sm-feedback-success-darkest-md {
    border-bottom: 1px solid #01642E !important; }
  .u-border-bottom-sm-feedback-success-dark-md {
    border-bottom: 1px solid #00A148 !important; }
  .u-border-bottom-sm-feedback-success-medium-md {
    border-bottom: 1px solid #41C670 !important; }
  .u-border-bottom-sm-feedback-success-light-md {
    border-bottom: 1px solid #B3E3C9 !important; }
  .u-border-bottom-sm-feedback-success-lightest-md {
    border-bottom: 1px solid #D9F4E2 !important; }
  .u-border-bottom-sm-feedback-alert-darkest-md {
    border-bottom: 1px solid #E38800 !important; }
  .u-border-bottom-sm-feedback-alert-dark-md {
    border-bottom: 1px solid #F7A608 !important; }
  .u-border-bottom-sm-feedback-alert-medium-md {
    border-bottom: 1px solid #FFC633 !important; }
  .u-border-bottom-sm-feedback-alert-light-md {
    border-bottom: 1px solid #FEDF8F !important; }
  .u-border-bottom-sm-feedback-alert-lightest-md {
    border-bottom: 1px solid #FEEDBF !important; }
  .u-border-bottom-sm-neutral-darkest-md {
    border-bottom: 1px solid #1E1E1E !important; }
  .u-border-bottom-sm-neutral-dark-md {
    border-bottom: 1px solid #515151 !important; }
  .u-border-bottom-sm-neutral-medium-md {
    border-bottom: 1px solid #ADADAD !important; }
  .u-border-bottom-sm-neutral-light-md {
    border-bottom: 1px solid #E3E3E3 !important; }
  .u-border-bottom-sm-neutral-lightest-md {
    border-bottom: 1px solid #F2F2F2 !important; }
  .u-border-bottom-sm-essential-black-md {
    border-bottom: 1px solid #000000 !important; }
  .u-border-bottom-sm-essential-white-md {
    border-bottom: 1px solid #FFFFFF !important; }
  .u-border-right-sm-brand-primary-darkest-md {
    border-right: 1px solid #B43500 !important; }
  .u-border-right-sm-brand-primary-dark-md {
    border-right: 1px solid #D83B04 !important; }
  .u-border-right-sm-brand-primary-medium-md {
    border-right: 1px solid #E55807 !important; }
  .u-border-right-sm-brand-primary-light-md {
    border-right: 1px solid #FFCBB5 !important; }
  .u-border-right-sm-brand-primary-lightest-md {
    border-right: 1px solid #FDEBE1 !important; }
  .u-border-right-sm-complementary-1-darkest-md {
    border-right: 1px solid #9E7BB2 !important; }
  .u-border-right-sm-complementary-1-dark-md {
    border-right: 1px solid #B6A1C2 !important; }
  .u-border-right-sm-complementary-1-medium-md {
    border-right: 1px solid #D2C6D9 !important; }
  .u-border-right-sm-complementary-1-light-md {
    border-right: 1px solid #F4E8FA !important; }
  .u-border-right-sm-complementary-1-lightest-md {
    border-right: 1px solid #F7F0FB !important; }
  .u-border-right-sm-complementary-2-darkest-md {
    border-right: 1px solid #86BF33 !important; }
  .u-border-right-sm-complementary-2-dark-md {
    border-right: 1px solid #A8E353 !important; }
  .u-border-right-sm-complementary-2-medium-md {
    border-right: 1px solid #C6FA7A !important; }
  .u-border-right-sm-complementary-2-light-md {
    border-right: 1px solid #EBFFCD !important; }
  .u-border-right-sm-complementary-2-lightest-md {
    border-right: 1px solid #F6FFE9 !important; }
  .u-border-right-sm-feedback-danger-darkest-md {
    border-right: 1px solid #C71414 !important; }
  .u-border-right-sm-feedback-danger-dark-md {
    border-right: 1px solid #F42525 !important; }
  .u-border-right-sm-feedback-danger-medium-md {
    border-right: 1px solid #F95151 !important; }
  .u-border-right-sm-feedback-danger-light-md {
    border-right: 1px solid #FBA8A8 !important; }
  .u-border-right-sm-feedback-danger-lightest-md {
    border-right: 1px solid #FEDCDC !important; }
  .u-border-right-sm-feedback-success-darkest-md {
    border-right: 1px solid #01642E !important; }
  .u-border-right-sm-feedback-success-dark-md {
    border-right: 1px solid #00A148 !important; }
  .u-border-right-sm-feedback-success-medium-md {
    border-right: 1px solid #41C670 !important; }
  .u-border-right-sm-feedback-success-light-md {
    border-right: 1px solid #B3E3C9 !important; }
  .u-border-right-sm-feedback-success-lightest-md {
    border-right: 1px solid #D9F4E2 !important; }
  .u-border-right-sm-feedback-alert-darkest-md {
    border-right: 1px solid #E38800 !important; }
  .u-border-right-sm-feedback-alert-dark-md {
    border-right: 1px solid #F7A608 !important; }
  .u-border-right-sm-feedback-alert-medium-md {
    border-right: 1px solid #FFC633 !important; }
  .u-border-right-sm-feedback-alert-light-md {
    border-right: 1px solid #FEDF8F !important; }
  .u-border-right-sm-feedback-alert-lightest-md {
    border-right: 1px solid #FEEDBF !important; }
  .u-border-right-sm-neutral-darkest-md {
    border-right: 1px solid #1E1E1E !important; }
  .u-border-right-sm-neutral-dark-md {
    border-right: 1px solid #515151 !important; }
  .u-border-right-sm-neutral-medium-md {
    border-right: 1px solid #ADADAD !important; }
  .u-border-right-sm-neutral-light-md {
    border-right: 1px solid #E3E3E3 !important; }
  .u-border-right-sm-neutral-lightest-md {
    border-right: 1px solid #F2F2F2 !important; }
  .u-border-right-sm-essential-black-md {
    border-right: 1px solid #000000 !important; }
  .u-border-right-sm-essential-white-md {
    border-right: 1px solid #FFFFFF !important; }
  .u-border-left-sm-brand-primary-darkest-md {
    border-left: 1px solid #B43500 !important; }
  .u-border-left-sm-brand-primary-dark-md {
    border-left: 1px solid #D83B04 !important; }
  .u-border-left-sm-brand-primary-medium-md {
    border-left: 1px solid #E55807 !important; }
  .u-border-left-sm-brand-primary-light-md {
    border-left: 1px solid #FFCBB5 !important; }
  .u-border-left-sm-brand-primary-lightest-md {
    border-left: 1px solid #FDEBE1 !important; }
  .u-border-left-sm-complementary-1-darkest-md {
    border-left: 1px solid #9E7BB2 !important; }
  .u-border-left-sm-complementary-1-dark-md {
    border-left: 1px solid #B6A1C2 !important; }
  .u-border-left-sm-complementary-1-medium-md {
    border-left: 1px solid #D2C6D9 !important; }
  .u-border-left-sm-complementary-1-light-md {
    border-left: 1px solid #F4E8FA !important; }
  .u-border-left-sm-complementary-1-lightest-md {
    border-left: 1px solid #F7F0FB !important; }
  .u-border-left-sm-complementary-2-darkest-md {
    border-left: 1px solid #86BF33 !important; }
  .u-border-left-sm-complementary-2-dark-md {
    border-left: 1px solid #A8E353 !important; }
  .u-border-left-sm-complementary-2-medium-md {
    border-left: 1px solid #C6FA7A !important; }
  .u-border-left-sm-complementary-2-light-md {
    border-left: 1px solid #EBFFCD !important; }
  .u-border-left-sm-complementary-2-lightest-md {
    border-left: 1px solid #F6FFE9 !important; }
  .u-border-left-sm-feedback-danger-darkest-md {
    border-left: 1px solid #C71414 !important; }
  .u-border-left-sm-feedback-danger-dark-md {
    border-left: 1px solid #F42525 !important; }
  .u-border-left-sm-feedback-danger-medium-md {
    border-left: 1px solid #F95151 !important; }
  .u-border-left-sm-feedback-danger-light-md {
    border-left: 1px solid #FBA8A8 !important; }
  .u-border-left-sm-feedback-danger-lightest-md {
    border-left: 1px solid #FEDCDC !important; }
  .u-border-left-sm-feedback-success-darkest-md {
    border-left: 1px solid #01642E !important; }
  .u-border-left-sm-feedback-success-dark-md {
    border-left: 1px solid #00A148 !important; }
  .u-border-left-sm-feedback-success-medium-md {
    border-left: 1px solid #41C670 !important; }
  .u-border-left-sm-feedback-success-light-md {
    border-left: 1px solid #B3E3C9 !important; }
  .u-border-left-sm-feedback-success-lightest-md {
    border-left: 1px solid #D9F4E2 !important; }
  .u-border-left-sm-feedback-alert-darkest-md {
    border-left: 1px solid #E38800 !important; }
  .u-border-left-sm-feedback-alert-dark-md {
    border-left: 1px solid #F7A608 !important; }
  .u-border-left-sm-feedback-alert-medium-md {
    border-left: 1px solid #FFC633 !important; }
  .u-border-left-sm-feedback-alert-light-md {
    border-left: 1px solid #FEDF8F !important; }
  .u-border-left-sm-feedback-alert-lightest-md {
    border-left: 1px solid #FEEDBF !important; }
  .u-border-left-sm-neutral-darkest-md {
    border-left: 1px solid #1E1E1E !important; }
  .u-border-left-sm-neutral-dark-md {
    border-left: 1px solid #515151 !important; }
  .u-border-left-sm-neutral-medium-md {
    border-left: 1px solid #ADADAD !important; }
  .u-border-left-sm-neutral-light-md {
    border-left: 1px solid #E3E3E3 !important; }
  .u-border-left-sm-neutral-lightest-md {
    border-left: 1px solid #F2F2F2 !important; }
  .u-border-left-sm-essential-black-md {
    border-left: 1px solid #000000 !important; }
  .u-border-left-sm-essential-white-md {
    border-left: 1px solid #FFFFFF !important; }
  .u-border-md-brand-primary-darkest-md {
    border: 2px solid #B43500 !important; }
  .u-border-md-brand-primary-dark-md {
    border: 2px solid #D83B04 !important; }
  .u-border-md-brand-primary-medium-md {
    border: 2px solid #E55807 !important; }
  .u-border-md-brand-primary-light-md {
    border: 2px solid #FFCBB5 !important; }
  .u-border-md-brand-primary-lightest-md {
    border: 2px solid #FDEBE1 !important; }
  .u-border-md-complementary-1-darkest-md {
    border: 2px solid #9E7BB2 !important; }
  .u-border-md-complementary-1-dark-md {
    border: 2px solid #B6A1C2 !important; }
  .u-border-md-complementary-1-medium-md {
    border: 2px solid #D2C6D9 !important; }
  .u-border-md-complementary-1-light-md {
    border: 2px solid #F4E8FA !important; }
  .u-border-md-complementary-1-lightest-md {
    border: 2px solid #F7F0FB !important; }
  .u-border-md-complementary-2-darkest-md {
    border: 2px solid #86BF33 !important; }
  .u-border-md-complementary-2-dark-md {
    border: 2px solid #A8E353 !important; }
  .u-border-md-complementary-2-medium-md {
    border: 2px solid #C6FA7A !important; }
  .u-border-md-complementary-2-light-md {
    border: 2px solid #EBFFCD !important; }
  .u-border-md-complementary-2-lightest-md {
    border: 2px solid #F6FFE9 !important; }
  .u-border-md-feedback-danger-darkest-md {
    border: 2px solid #C71414 !important; }
  .u-border-md-feedback-danger-dark-md {
    border: 2px solid #F42525 !important; }
  .u-border-md-feedback-danger-medium-md {
    border: 2px solid #F95151 !important; }
  .u-border-md-feedback-danger-light-md {
    border: 2px solid #FBA8A8 !important; }
  .u-border-md-feedback-danger-lightest-md {
    border: 2px solid #FEDCDC !important; }
  .u-border-md-feedback-success-darkest-md {
    border: 2px solid #01642E !important; }
  .u-border-md-feedback-success-dark-md {
    border: 2px solid #00A148 !important; }
  .u-border-md-feedback-success-medium-md {
    border: 2px solid #41C670 !important; }
  .u-border-md-feedback-success-light-md {
    border: 2px solid #B3E3C9 !important; }
  .u-border-md-feedback-success-lightest-md {
    border: 2px solid #D9F4E2 !important; }
  .u-border-md-feedback-alert-darkest-md {
    border: 2px solid #E38800 !important; }
  .u-border-md-feedback-alert-dark-md {
    border: 2px solid #F7A608 !important; }
  .u-border-md-feedback-alert-medium-md {
    border: 2px solid #FFC633 !important; }
  .u-border-md-feedback-alert-light-md {
    border: 2px solid #FEDF8F !important; }
  .u-border-md-feedback-alert-lightest-md {
    border: 2px solid #FEEDBF !important; }
  .u-border-md-neutral-darkest-md {
    border: 2px solid #1E1E1E !important; }
  .u-border-md-neutral-dark-md {
    border: 2px solid #515151 !important; }
  .u-border-md-neutral-medium-md {
    border: 2px solid #ADADAD !important; }
  .u-border-md-neutral-light-md {
    border: 2px solid #E3E3E3 !important; }
  .u-border-md-neutral-lightest-md {
    border: 2px solid #F2F2F2 !important; }
  .u-border-md-essential-black-md {
    border: 2px solid #000000 !important; }
  .u-border-md-essential-white-md {
    border: 2px solid #FFFFFF !important; }
  .u-border-top-md-brand-primary-darkest-md {
    border-top: 2px solid #B43500 !important; }
  .u-border-top-md-brand-primary-dark-md {
    border-top: 2px solid #D83B04 !important; }
  .u-border-top-md-brand-primary-medium-md {
    border-top: 2px solid #E55807 !important; }
  .u-border-top-md-brand-primary-light-md {
    border-top: 2px solid #FFCBB5 !important; }
  .u-border-top-md-brand-primary-lightest-md {
    border-top: 2px solid #FDEBE1 !important; }
  .u-border-top-md-complementary-1-darkest-md {
    border-top: 2px solid #9E7BB2 !important; }
  .u-border-top-md-complementary-1-dark-md {
    border-top: 2px solid #B6A1C2 !important; }
  .u-border-top-md-complementary-1-medium-md {
    border-top: 2px solid #D2C6D9 !important; }
  .u-border-top-md-complementary-1-light-md {
    border-top: 2px solid #F4E8FA !important; }
  .u-border-top-md-complementary-1-lightest-md {
    border-top: 2px solid #F7F0FB !important; }
  .u-border-top-md-complementary-2-darkest-md {
    border-top: 2px solid #86BF33 !important; }
  .u-border-top-md-complementary-2-dark-md {
    border-top: 2px solid #A8E353 !important; }
  .u-border-top-md-complementary-2-medium-md {
    border-top: 2px solid #C6FA7A !important; }
  .u-border-top-md-complementary-2-light-md {
    border-top: 2px solid #EBFFCD !important; }
  .u-border-top-md-complementary-2-lightest-md {
    border-top: 2px solid #F6FFE9 !important; }
  .u-border-top-md-feedback-danger-darkest-md {
    border-top: 2px solid #C71414 !important; }
  .u-border-top-md-feedback-danger-dark-md {
    border-top: 2px solid #F42525 !important; }
  .u-border-top-md-feedback-danger-medium-md {
    border-top: 2px solid #F95151 !important; }
  .u-border-top-md-feedback-danger-light-md {
    border-top: 2px solid #FBA8A8 !important; }
  .u-border-top-md-feedback-danger-lightest-md {
    border-top: 2px solid #FEDCDC !important; }
  .u-border-top-md-feedback-success-darkest-md {
    border-top: 2px solid #01642E !important; }
  .u-border-top-md-feedback-success-dark-md {
    border-top: 2px solid #00A148 !important; }
  .u-border-top-md-feedback-success-medium-md {
    border-top: 2px solid #41C670 !important; }
  .u-border-top-md-feedback-success-light-md {
    border-top: 2px solid #B3E3C9 !important; }
  .u-border-top-md-feedback-success-lightest-md {
    border-top: 2px solid #D9F4E2 !important; }
  .u-border-top-md-feedback-alert-darkest-md {
    border-top: 2px solid #E38800 !important; }
  .u-border-top-md-feedback-alert-dark-md {
    border-top: 2px solid #F7A608 !important; }
  .u-border-top-md-feedback-alert-medium-md {
    border-top: 2px solid #FFC633 !important; }
  .u-border-top-md-feedback-alert-light-md {
    border-top: 2px solid #FEDF8F !important; }
  .u-border-top-md-feedback-alert-lightest-md {
    border-top: 2px solid #FEEDBF !important; }
  .u-border-top-md-neutral-darkest-md {
    border-top: 2px solid #1E1E1E !important; }
  .u-border-top-md-neutral-dark-md {
    border-top: 2px solid #515151 !important; }
  .u-border-top-md-neutral-medium-md {
    border-top: 2px solid #ADADAD !important; }
  .u-border-top-md-neutral-light-md {
    border-top: 2px solid #E3E3E3 !important; }
  .u-border-top-md-neutral-lightest-md {
    border-top: 2px solid #F2F2F2 !important; }
  .u-border-top-md-essential-black-md {
    border-top: 2px solid #000000 !important; }
  .u-border-top-md-essential-white-md {
    border-top: 2px solid #FFFFFF !important; }
  .u-border-bottom-md-brand-primary-darkest-md {
    border-bottom: 2px solid #B43500 !important; }
  .u-border-bottom-md-brand-primary-dark-md {
    border-bottom: 2px solid #D83B04 !important; }
  .u-border-bottom-md-brand-primary-medium-md {
    border-bottom: 2px solid #E55807 !important; }
  .u-border-bottom-md-brand-primary-light-md {
    border-bottom: 2px solid #FFCBB5 !important; }
  .u-border-bottom-md-brand-primary-lightest-md {
    border-bottom: 2px solid #FDEBE1 !important; }
  .u-border-bottom-md-complementary-1-darkest-md {
    border-bottom: 2px solid #9E7BB2 !important; }
  .u-border-bottom-md-complementary-1-dark-md {
    border-bottom: 2px solid #B6A1C2 !important; }
  .u-border-bottom-md-complementary-1-medium-md {
    border-bottom: 2px solid #D2C6D9 !important; }
  .u-border-bottom-md-complementary-1-light-md {
    border-bottom: 2px solid #F4E8FA !important; }
  .u-border-bottom-md-complementary-1-lightest-md {
    border-bottom: 2px solid #F7F0FB !important; }
  .u-border-bottom-md-complementary-2-darkest-md {
    border-bottom: 2px solid #86BF33 !important; }
  .u-border-bottom-md-complementary-2-dark-md {
    border-bottom: 2px solid #A8E353 !important; }
  .u-border-bottom-md-complementary-2-medium-md {
    border-bottom: 2px solid #C6FA7A !important; }
  .u-border-bottom-md-complementary-2-light-md {
    border-bottom: 2px solid #EBFFCD !important; }
  .u-border-bottom-md-complementary-2-lightest-md {
    border-bottom: 2px solid #F6FFE9 !important; }
  .u-border-bottom-md-feedback-danger-darkest-md {
    border-bottom: 2px solid #C71414 !important; }
  .u-border-bottom-md-feedback-danger-dark-md {
    border-bottom: 2px solid #F42525 !important; }
  .u-border-bottom-md-feedback-danger-medium-md {
    border-bottom: 2px solid #F95151 !important; }
  .u-border-bottom-md-feedback-danger-light-md {
    border-bottom: 2px solid #FBA8A8 !important; }
  .u-border-bottom-md-feedback-danger-lightest-md {
    border-bottom: 2px solid #FEDCDC !important; }
  .u-border-bottom-md-feedback-success-darkest-md {
    border-bottom: 2px solid #01642E !important; }
  .u-border-bottom-md-feedback-success-dark-md {
    border-bottom: 2px solid #00A148 !important; }
  .u-border-bottom-md-feedback-success-medium-md {
    border-bottom: 2px solid #41C670 !important; }
  .u-border-bottom-md-feedback-success-light-md {
    border-bottom: 2px solid #B3E3C9 !important; }
  .u-border-bottom-md-feedback-success-lightest-md {
    border-bottom: 2px solid #D9F4E2 !important; }
  .u-border-bottom-md-feedback-alert-darkest-md {
    border-bottom: 2px solid #E38800 !important; }
  .u-border-bottom-md-feedback-alert-dark-md {
    border-bottom: 2px solid #F7A608 !important; }
  .u-border-bottom-md-feedback-alert-medium-md {
    border-bottom: 2px solid #FFC633 !important; }
  .u-border-bottom-md-feedback-alert-light-md {
    border-bottom: 2px solid #FEDF8F !important; }
  .u-border-bottom-md-feedback-alert-lightest-md {
    border-bottom: 2px solid #FEEDBF !important; }
  .u-border-bottom-md-neutral-darkest-md {
    border-bottom: 2px solid #1E1E1E !important; }
  .u-border-bottom-md-neutral-dark-md {
    border-bottom: 2px solid #515151 !important; }
  .u-border-bottom-md-neutral-medium-md {
    border-bottom: 2px solid #ADADAD !important; }
  .u-border-bottom-md-neutral-light-md {
    border-bottom: 2px solid #E3E3E3 !important; }
  .u-border-bottom-md-neutral-lightest-md {
    border-bottom: 2px solid #F2F2F2 !important; }
  .u-border-bottom-md-essential-black-md {
    border-bottom: 2px solid #000000 !important; }
  .u-border-bottom-md-essential-white-md {
    border-bottom: 2px solid #FFFFFF !important; }
  .u-border-right-md-brand-primary-darkest-md {
    border-right: 2px solid #B43500 !important; }
  .u-border-right-md-brand-primary-dark-md {
    border-right: 2px solid #D83B04 !important; }
  .u-border-right-md-brand-primary-medium-md {
    border-right: 2px solid #E55807 !important; }
  .u-border-right-md-brand-primary-light-md {
    border-right: 2px solid #FFCBB5 !important; }
  .u-border-right-md-brand-primary-lightest-md {
    border-right: 2px solid #FDEBE1 !important; }
  .u-border-right-md-complementary-1-darkest-md {
    border-right: 2px solid #9E7BB2 !important; }
  .u-border-right-md-complementary-1-dark-md {
    border-right: 2px solid #B6A1C2 !important; }
  .u-border-right-md-complementary-1-medium-md {
    border-right: 2px solid #D2C6D9 !important; }
  .u-border-right-md-complementary-1-light-md {
    border-right: 2px solid #F4E8FA !important; }
  .u-border-right-md-complementary-1-lightest-md {
    border-right: 2px solid #F7F0FB !important; }
  .u-border-right-md-complementary-2-darkest-md {
    border-right: 2px solid #86BF33 !important; }
  .u-border-right-md-complementary-2-dark-md {
    border-right: 2px solid #A8E353 !important; }
  .u-border-right-md-complementary-2-medium-md {
    border-right: 2px solid #C6FA7A !important; }
  .u-border-right-md-complementary-2-light-md {
    border-right: 2px solid #EBFFCD !important; }
  .u-border-right-md-complementary-2-lightest-md {
    border-right: 2px solid #F6FFE9 !important; }
  .u-border-right-md-feedback-danger-darkest-md {
    border-right: 2px solid #C71414 !important; }
  .u-border-right-md-feedback-danger-dark-md {
    border-right: 2px solid #F42525 !important; }
  .u-border-right-md-feedback-danger-medium-md {
    border-right: 2px solid #F95151 !important; }
  .u-border-right-md-feedback-danger-light-md {
    border-right: 2px solid #FBA8A8 !important; }
  .u-border-right-md-feedback-danger-lightest-md {
    border-right: 2px solid #FEDCDC !important; }
  .u-border-right-md-feedback-success-darkest-md {
    border-right: 2px solid #01642E !important; }
  .u-border-right-md-feedback-success-dark-md {
    border-right: 2px solid #00A148 !important; }
  .u-border-right-md-feedback-success-medium-md {
    border-right: 2px solid #41C670 !important; }
  .u-border-right-md-feedback-success-light-md {
    border-right: 2px solid #B3E3C9 !important; }
  .u-border-right-md-feedback-success-lightest-md {
    border-right: 2px solid #D9F4E2 !important; }
  .u-border-right-md-feedback-alert-darkest-md {
    border-right: 2px solid #E38800 !important; }
  .u-border-right-md-feedback-alert-dark-md {
    border-right: 2px solid #F7A608 !important; }
  .u-border-right-md-feedback-alert-medium-md {
    border-right: 2px solid #FFC633 !important; }
  .u-border-right-md-feedback-alert-light-md {
    border-right: 2px solid #FEDF8F !important; }
  .u-border-right-md-feedback-alert-lightest-md {
    border-right: 2px solid #FEEDBF !important; }
  .u-border-right-md-neutral-darkest-md {
    border-right: 2px solid #1E1E1E !important; }
  .u-border-right-md-neutral-dark-md {
    border-right: 2px solid #515151 !important; }
  .u-border-right-md-neutral-medium-md {
    border-right: 2px solid #ADADAD !important; }
  .u-border-right-md-neutral-light-md {
    border-right: 2px solid #E3E3E3 !important; }
  .u-border-right-md-neutral-lightest-md {
    border-right: 2px solid #F2F2F2 !important; }
  .u-border-right-md-essential-black-md {
    border-right: 2px solid #000000 !important; }
  .u-border-right-md-essential-white-md {
    border-right: 2px solid #FFFFFF !important; }
  .u-border-left-md-brand-primary-darkest-md {
    border-left: 2px solid #B43500 !important; }
  .u-border-left-md-brand-primary-dark-md {
    border-left: 2px solid #D83B04 !important; }
  .u-border-left-md-brand-primary-medium-md {
    border-left: 2px solid #E55807 !important; }
  .u-border-left-md-brand-primary-light-md {
    border-left: 2px solid #FFCBB5 !important; }
  .u-border-left-md-brand-primary-lightest-md {
    border-left: 2px solid #FDEBE1 !important; }
  .u-border-left-md-complementary-1-darkest-md {
    border-left: 2px solid #9E7BB2 !important; }
  .u-border-left-md-complementary-1-dark-md {
    border-left: 2px solid #B6A1C2 !important; }
  .u-border-left-md-complementary-1-medium-md {
    border-left: 2px solid #D2C6D9 !important; }
  .u-border-left-md-complementary-1-light-md {
    border-left: 2px solid #F4E8FA !important; }
  .u-border-left-md-complementary-1-lightest-md {
    border-left: 2px solid #F7F0FB !important; }
  .u-border-left-md-complementary-2-darkest-md {
    border-left: 2px solid #86BF33 !important; }
  .u-border-left-md-complementary-2-dark-md {
    border-left: 2px solid #A8E353 !important; }
  .u-border-left-md-complementary-2-medium-md {
    border-left: 2px solid #C6FA7A !important; }
  .u-border-left-md-complementary-2-light-md {
    border-left: 2px solid #EBFFCD !important; }
  .u-border-left-md-complementary-2-lightest-md {
    border-left: 2px solid #F6FFE9 !important; }
  .u-border-left-md-feedback-danger-darkest-md {
    border-left: 2px solid #C71414 !important; }
  .u-border-left-md-feedback-danger-dark-md {
    border-left: 2px solid #F42525 !important; }
  .u-border-left-md-feedback-danger-medium-md {
    border-left: 2px solid #F95151 !important; }
  .u-border-left-md-feedback-danger-light-md {
    border-left: 2px solid #FBA8A8 !important; }
  .u-border-left-md-feedback-danger-lightest-md {
    border-left: 2px solid #FEDCDC !important; }
  .u-border-left-md-feedback-success-darkest-md {
    border-left: 2px solid #01642E !important; }
  .u-border-left-md-feedback-success-dark-md {
    border-left: 2px solid #00A148 !important; }
  .u-border-left-md-feedback-success-medium-md {
    border-left: 2px solid #41C670 !important; }
  .u-border-left-md-feedback-success-light-md {
    border-left: 2px solid #B3E3C9 !important; }
  .u-border-left-md-feedback-success-lightest-md {
    border-left: 2px solid #D9F4E2 !important; }
  .u-border-left-md-feedback-alert-darkest-md {
    border-left: 2px solid #E38800 !important; }
  .u-border-left-md-feedback-alert-dark-md {
    border-left: 2px solid #F7A608 !important; }
  .u-border-left-md-feedback-alert-medium-md {
    border-left: 2px solid #FFC633 !important; }
  .u-border-left-md-feedback-alert-light-md {
    border-left: 2px solid #FEDF8F !important; }
  .u-border-left-md-feedback-alert-lightest-md {
    border-left: 2px solid #FEEDBF !important; }
  .u-border-left-md-neutral-darkest-md {
    border-left: 2px solid #1E1E1E !important; }
  .u-border-left-md-neutral-dark-md {
    border-left: 2px solid #515151 !important; }
  .u-border-left-md-neutral-medium-md {
    border-left: 2px solid #ADADAD !important; }
  .u-border-left-md-neutral-light-md {
    border-left: 2px solid #E3E3E3 !important; }
  .u-border-left-md-neutral-lightest-md {
    border-left: 2px solid #F2F2F2 !important; }
  .u-border-left-md-essential-black-md {
    border-left: 2px solid #000000 !important; }
  .u-border-left-md-essential-white-md {
    border-left: 2px solid #FFFFFF !important; }
  .u-border-lg-brand-primary-darkest-md {
    border: 4px solid #B43500 !important; }
  .u-border-lg-brand-primary-dark-md {
    border: 4px solid #D83B04 !important; }
  .u-border-lg-brand-primary-medium-md {
    border: 4px solid #E55807 !important; }
  .u-border-lg-brand-primary-light-md {
    border: 4px solid #FFCBB5 !important; }
  .u-border-lg-brand-primary-lightest-md {
    border: 4px solid #FDEBE1 !important; }
  .u-border-lg-complementary-1-darkest-md {
    border: 4px solid #9E7BB2 !important; }
  .u-border-lg-complementary-1-dark-md {
    border: 4px solid #B6A1C2 !important; }
  .u-border-lg-complementary-1-medium-md {
    border: 4px solid #D2C6D9 !important; }
  .u-border-lg-complementary-1-light-md {
    border: 4px solid #F4E8FA !important; }
  .u-border-lg-complementary-1-lightest-md {
    border: 4px solid #F7F0FB !important; }
  .u-border-lg-complementary-2-darkest-md {
    border: 4px solid #86BF33 !important; }
  .u-border-lg-complementary-2-dark-md {
    border: 4px solid #A8E353 !important; }
  .u-border-lg-complementary-2-medium-md {
    border: 4px solid #C6FA7A !important; }
  .u-border-lg-complementary-2-light-md {
    border: 4px solid #EBFFCD !important; }
  .u-border-lg-complementary-2-lightest-md {
    border: 4px solid #F6FFE9 !important; }
  .u-border-lg-feedback-danger-darkest-md {
    border: 4px solid #C71414 !important; }
  .u-border-lg-feedback-danger-dark-md {
    border: 4px solid #F42525 !important; }
  .u-border-lg-feedback-danger-medium-md {
    border: 4px solid #F95151 !important; }
  .u-border-lg-feedback-danger-light-md {
    border: 4px solid #FBA8A8 !important; }
  .u-border-lg-feedback-danger-lightest-md {
    border: 4px solid #FEDCDC !important; }
  .u-border-lg-feedback-success-darkest-md {
    border: 4px solid #01642E !important; }
  .u-border-lg-feedback-success-dark-md {
    border: 4px solid #00A148 !important; }
  .u-border-lg-feedback-success-medium-md {
    border: 4px solid #41C670 !important; }
  .u-border-lg-feedback-success-light-md {
    border: 4px solid #B3E3C9 !important; }
  .u-border-lg-feedback-success-lightest-md {
    border: 4px solid #D9F4E2 !important; }
  .u-border-lg-feedback-alert-darkest-md {
    border: 4px solid #E38800 !important; }
  .u-border-lg-feedback-alert-dark-md {
    border: 4px solid #F7A608 !important; }
  .u-border-lg-feedback-alert-medium-md {
    border: 4px solid #FFC633 !important; }
  .u-border-lg-feedback-alert-light-md {
    border: 4px solid #FEDF8F !important; }
  .u-border-lg-feedback-alert-lightest-md {
    border: 4px solid #FEEDBF !important; }
  .u-border-lg-neutral-darkest-md {
    border: 4px solid #1E1E1E !important; }
  .u-border-lg-neutral-dark-md {
    border: 4px solid #515151 !important; }
  .u-border-lg-neutral-medium-md {
    border: 4px solid #ADADAD !important; }
  .u-border-lg-neutral-light-md {
    border: 4px solid #E3E3E3 !important; }
  .u-border-lg-neutral-lightest-md {
    border: 4px solid #F2F2F2 !important; }
  .u-border-lg-essential-black-md {
    border: 4px solid #000000 !important; }
  .u-border-lg-essential-white-md {
    border: 4px solid #FFFFFF !important; }
  .u-border-top-lg-brand-primary-darkest-md {
    border-top: 4px solid #B43500 !important; }
  .u-border-top-lg-brand-primary-dark-md {
    border-top: 4px solid #D83B04 !important; }
  .u-border-top-lg-brand-primary-medium-md {
    border-top: 4px solid #E55807 !important; }
  .u-border-top-lg-brand-primary-light-md {
    border-top: 4px solid #FFCBB5 !important; }
  .u-border-top-lg-brand-primary-lightest-md {
    border-top: 4px solid #FDEBE1 !important; }
  .u-border-top-lg-complementary-1-darkest-md {
    border-top: 4px solid #9E7BB2 !important; }
  .u-border-top-lg-complementary-1-dark-md {
    border-top: 4px solid #B6A1C2 !important; }
  .u-border-top-lg-complementary-1-medium-md {
    border-top: 4px solid #D2C6D9 !important; }
  .u-border-top-lg-complementary-1-light-md {
    border-top: 4px solid #F4E8FA !important; }
  .u-border-top-lg-complementary-1-lightest-md {
    border-top: 4px solid #F7F0FB !important; }
  .u-border-top-lg-complementary-2-darkest-md {
    border-top: 4px solid #86BF33 !important; }
  .u-border-top-lg-complementary-2-dark-md {
    border-top: 4px solid #A8E353 !important; }
  .u-border-top-lg-complementary-2-medium-md {
    border-top: 4px solid #C6FA7A !important; }
  .u-border-top-lg-complementary-2-light-md {
    border-top: 4px solid #EBFFCD !important; }
  .u-border-top-lg-complementary-2-lightest-md {
    border-top: 4px solid #F6FFE9 !important; }
  .u-border-top-lg-feedback-danger-darkest-md {
    border-top: 4px solid #C71414 !important; }
  .u-border-top-lg-feedback-danger-dark-md {
    border-top: 4px solid #F42525 !important; }
  .u-border-top-lg-feedback-danger-medium-md {
    border-top: 4px solid #F95151 !important; }
  .u-border-top-lg-feedback-danger-light-md {
    border-top: 4px solid #FBA8A8 !important; }
  .u-border-top-lg-feedback-danger-lightest-md {
    border-top: 4px solid #FEDCDC !important; }
  .u-border-top-lg-feedback-success-darkest-md {
    border-top: 4px solid #01642E !important; }
  .u-border-top-lg-feedback-success-dark-md {
    border-top: 4px solid #00A148 !important; }
  .u-border-top-lg-feedback-success-medium-md {
    border-top: 4px solid #41C670 !important; }
  .u-border-top-lg-feedback-success-light-md {
    border-top: 4px solid #B3E3C9 !important; }
  .u-border-top-lg-feedback-success-lightest-md {
    border-top: 4px solid #D9F4E2 !important; }
  .u-border-top-lg-feedback-alert-darkest-md {
    border-top: 4px solid #E38800 !important; }
  .u-border-top-lg-feedback-alert-dark-md {
    border-top: 4px solid #F7A608 !important; }
  .u-border-top-lg-feedback-alert-medium-md {
    border-top: 4px solid #FFC633 !important; }
  .u-border-top-lg-feedback-alert-light-md {
    border-top: 4px solid #FEDF8F !important; }
  .u-border-top-lg-feedback-alert-lightest-md {
    border-top: 4px solid #FEEDBF !important; }
  .u-border-top-lg-neutral-darkest-md {
    border-top: 4px solid #1E1E1E !important; }
  .u-border-top-lg-neutral-dark-md {
    border-top: 4px solid #515151 !important; }
  .u-border-top-lg-neutral-medium-md {
    border-top: 4px solid #ADADAD !important; }
  .u-border-top-lg-neutral-light-md {
    border-top: 4px solid #E3E3E3 !important; }
  .u-border-top-lg-neutral-lightest-md {
    border-top: 4px solid #F2F2F2 !important; }
  .u-border-top-lg-essential-black-md {
    border-top: 4px solid #000000 !important; }
  .u-border-top-lg-essential-white-md {
    border-top: 4px solid #FFFFFF !important; }
  .u-border-bottom-lg-brand-primary-darkest-md {
    border-bottom: 4px solid #B43500 !important; }
  .u-border-bottom-lg-brand-primary-dark-md {
    border-bottom: 4px solid #D83B04 !important; }
  .u-border-bottom-lg-brand-primary-medium-md {
    border-bottom: 4px solid #E55807 !important; }
  .u-border-bottom-lg-brand-primary-light-md {
    border-bottom: 4px solid #FFCBB5 !important; }
  .u-border-bottom-lg-brand-primary-lightest-md {
    border-bottom: 4px solid #FDEBE1 !important; }
  .u-border-bottom-lg-complementary-1-darkest-md {
    border-bottom: 4px solid #9E7BB2 !important; }
  .u-border-bottom-lg-complementary-1-dark-md {
    border-bottom: 4px solid #B6A1C2 !important; }
  .u-border-bottom-lg-complementary-1-medium-md {
    border-bottom: 4px solid #D2C6D9 !important; }
  .u-border-bottom-lg-complementary-1-light-md {
    border-bottom: 4px solid #F4E8FA !important; }
  .u-border-bottom-lg-complementary-1-lightest-md {
    border-bottom: 4px solid #F7F0FB !important; }
  .u-border-bottom-lg-complementary-2-darkest-md {
    border-bottom: 4px solid #86BF33 !important; }
  .u-border-bottom-lg-complementary-2-dark-md {
    border-bottom: 4px solid #A8E353 !important; }
  .u-border-bottom-lg-complementary-2-medium-md {
    border-bottom: 4px solid #C6FA7A !important; }
  .u-border-bottom-lg-complementary-2-light-md {
    border-bottom: 4px solid #EBFFCD !important; }
  .u-border-bottom-lg-complementary-2-lightest-md {
    border-bottom: 4px solid #F6FFE9 !important; }
  .u-border-bottom-lg-feedback-danger-darkest-md {
    border-bottom: 4px solid #C71414 !important; }
  .u-border-bottom-lg-feedback-danger-dark-md {
    border-bottom: 4px solid #F42525 !important; }
  .u-border-bottom-lg-feedback-danger-medium-md {
    border-bottom: 4px solid #F95151 !important; }
  .u-border-bottom-lg-feedback-danger-light-md {
    border-bottom: 4px solid #FBA8A8 !important; }
  .u-border-bottom-lg-feedback-danger-lightest-md {
    border-bottom: 4px solid #FEDCDC !important; }
  .u-border-bottom-lg-feedback-success-darkest-md {
    border-bottom: 4px solid #01642E !important; }
  .u-border-bottom-lg-feedback-success-dark-md {
    border-bottom: 4px solid #00A148 !important; }
  .u-border-bottom-lg-feedback-success-medium-md {
    border-bottom: 4px solid #41C670 !important; }
  .u-border-bottom-lg-feedback-success-light-md {
    border-bottom: 4px solid #B3E3C9 !important; }
  .u-border-bottom-lg-feedback-success-lightest-md {
    border-bottom: 4px solid #D9F4E2 !important; }
  .u-border-bottom-lg-feedback-alert-darkest-md {
    border-bottom: 4px solid #E38800 !important; }
  .u-border-bottom-lg-feedback-alert-dark-md {
    border-bottom: 4px solid #F7A608 !important; }
  .u-border-bottom-lg-feedback-alert-medium-md {
    border-bottom: 4px solid #FFC633 !important; }
  .u-border-bottom-lg-feedback-alert-light-md {
    border-bottom: 4px solid #FEDF8F !important; }
  .u-border-bottom-lg-feedback-alert-lightest-md {
    border-bottom: 4px solid #FEEDBF !important; }
  .u-border-bottom-lg-neutral-darkest-md {
    border-bottom: 4px solid #1E1E1E !important; }
  .u-border-bottom-lg-neutral-dark-md {
    border-bottom: 4px solid #515151 !important; }
  .u-border-bottom-lg-neutral-medium-md {
    border-bottom: 4px solid #ADADAD !important; }
  .u-border-bottom-lg-neutral-light-md {
    border-bottom: 4px solid #E3E3E3 !important; }
  .u-border-bottom-lg-neutral-lightest-md {
    border-bottom: 4px solid #F2F2F2 !important; }
  .u-border-bottom-lg-essential-black-md {
    border-bottom: 4px solid #000000 !important; }
  .u-border-bottom-lg-essential-white-md {
    border-bottom: 4px solid #FFFFFF !important; }
  .u-border-right-lg-brand-primary-darkest-md {
    border-right: 4px solid #B43500 !important; }
  .u-border-right-lg-brand-primary-dark-md {
    border-right: 4px solid #D83B04 !important; }
  .u-border-right-lg-brand-primary-medium-md {
    border-right: 4px solid #E55807 !important; }
  .u-border-right-lg-brand-primary-light-md {
    border-right: 4px solid #FFCBB5 !important; }
  .u-border-right-lg-brand-primary-lightest-md {
    border-right: 4px solid #FDEBE1 !important; }
  .u-border-right-lg-complementary-1-darkest-md {
    border-right: 4px solid #9E7BB2 !important; }
  .u-border-right-lg-complementary-1-dark-md {
    border-right: 4px solid #B6A1C2 !important; }
  .u-border-right-lg-complementary-1-medium-md {
    border-right: 4px solid #D2C6D9 !important; }
  .u-border-right-lg-complementary-1-light-md {
    border-right: 4px solid #F4E8FA !important; }
  .u-border-right-lg-complementary-1-lightest-md {
    border-right: 4px solid #F7F0FB !important; }
  .u-border-right-lg-complementary-2-darkest-md {
    border-right: 4px solid #86BF33 !important; }
  .u-border-right-lg-complementary-2-dark-md {
    border-right: 4px solid #A8E353 !important; }
  .u-border-right-lg-complementary-2-medium-md {
    border-right: 4px solid #C6FA7A !important; }
  .u-border-right-lg-complementary-2-light-md {
    border-right: 4px solid #EBFFCD !important; }
  .u-border-right-lg-complementary-2-lightest-md {
    border-right: 4px solid #F6FFE9 !important; }
  .u-border-right-lg-feedback-danger-darkest-md {
    border-right: 4px solid #C71414 !important; }
  .u-border-right-lg-feedback-danger-dark-md {
    border-right: 4px solid #F42525 !important; }
  .u-border-right-lg-feedback-danger-medium-md {
    border-right: 4px solid #F95151 !important; }
  .u-border-right-lg-feedback-danger-light-md {
    border-right: 4px solid #FBA8A8 !important; }
  .u-border-right-lg-feedback-danger-lightest-md {
    border-right: 4px solid #FEDCDC !important; }
  .u-border-right-lg-feedback-success-darkest-md {
    border-right: 4px solid #01642E !important; }
  .u-border-right-lg-feedback-success-dark-md {
    border-right: 4px solid #00A148 !important; }
  .u-border-right-lg-feedback-success-medium-md {
    border-right: 4px solid #41C670 !important; }
  .u-border-right-lg-feedback-success-light-md {
    border-right: 4px solid #B3E3C9 !important; }
  .u-border-right-lg-feedback-success-lightest-md {
    border-right: 4px solid #D9F4E2 !important; }
  .u-border-right-lg-feedback-alert-darkest-md {
    border-right: 4px solid #E38800 !important; }
  .u-border-right-lg-feedback-alert-dark-md {
    border-right: 4px solid #F7A608 !important; }
  .u-border-right-lg-feedback-alert-medium-md {
    border-right: 4px solid #FFC633 !important; }
  .u-border-right-lg-feedback-alert-light-md {
    border-right: 4px solid #FEDF8F !important; }
  .u-border-right-lg-feedback-alert-lightest-md {
    border-right: 4px solid #FEEDBF !important; }
  .u-border-right-lg-neutral-darkest-md {
    border-right: 4px solid #1E1E1E !important; }
  .u-border-right-lg-neutral-dark-md {
    border-right: 4px solid #515151 !important; }
  .u-border-right-lg-neutral-medium-md {
    border-right: 4px solid #ADADAD !important; }
  .u-border-right-lg-neutral-light-md {
    border-right: 4px solid #E3E3E3 !important; }
  .u-border-right-lg-neutral-lightest-md {
    border-right: 4px solid #F2F2F2 !important; }
  .u-border-right-lg-essential-black-md {
    border-right: 4px solid #000000 !important; }
  .u-border-right-lg-essential-white-md {
    border-right: 4px solid #FFFFFF !important; }
  .u-border-left-lg-brand-primary-darkest-md {
    border-left: 4px solid #B43500 !important; }
  .u-border-left-lg-brand-primary-dark-md {
    border-left: 4px solid #D83B04 !important; }
  .u-border-left-lg-brand-primary-medium-md {
    border-left: 4px solid #E55807 !important; }
  .u-border-left-lg-brand-primary-light-md {
    border-left: 4px solid #FFCBB5 !important; }
  .u-border-left-lg-brand-primary-lightest-md {
    border-left: 4px solid #FDEBE1 !important; }
  .u-border-left-lg-complementary-1-darkest-md {
    border-left: 4px solid #9E7BB2 !important; }
  .u-border-left-lg-complementary-1-dark-md {
    border-left: 4px solid #B6A1C2 !important; }
  .u-border-left-lg-complementary-1-medium-md {
    border-left: 4px solid #D2C6D9 !important; }
  .u-border-left-lg-complementary-1-light-md {
    border-left: 4px solid #F4E8FA !important; }
  .u-border-left-lg-complementary-1-lightest-md {
    border-left: 4px solid #F7F0FB !important; }
  .u-border-left-lg-complementary-2-darkest-md {
    border-left: 4px solid #86BF33 !important; }
  .u-border-left-lg-complementary-2-dark-md {
    border-left: 4px solid #A8E353 !important; }
  .u-border-left-lg-complementary-2-medium-md {
    border-left: 4px solid #C6FA7A !important; }
  .u-border-left-lg-complementary-2-light-md {
    border-left: 4px solid #EBFFCD !important; }
  .u-border-left-lg-complementary-2-lightest-md {
    border-left: 4px solid #F6FFE9 !important; }
  .u-border-left-lg-feedback-danger-darkest-md {
    border-left: 4px solid #C71414 !important; }
  .u-border-left-lg-feedback-danger-dark-md {
    border-left: 4px solid #F42525 !important; }
  .u-border-left-lg-feedback-danger-medium-md {
    border-left: 4px solid #F95151 !important; }
  .u-border-left-lg-feedback-danger-light-md {
    border-left: 4px solid #FBA8A8 !important; }
  .u-border-left-lg-feedback-danger-lightest-md {
    border-left: 4px solid #FEDCDC !important; }
  .u-border-left-lg-feedback-success-darkest-md {
    border-left: 4px solid #01642E !important; }
  .u-border-left-lg-feedback-success-dark-md {
    border-left: 4px solid #00A148 !important; }
  .u-border-left-lg-feedback-success-medium-md {
    border-left: 4px solid #41C670 !important; }
  .u-border-left-lg-feedback-success-light-md {
    border-left: 4px solid #B3E3C9 !important; }
  .u-border-left-lg-feedback-success-lightest-md {
    border-left: 4px solid #D9F4E2 !important; }
  .u-border-left-lg-feedback-alert-darkest-md {
    border-left: 4px solid #E38800 !important; }
  .u-border-left-lg-feedback-alert-dark-md {
    border-left: 4px solid #F7A608 !important; }
  .u-border-left-lg-feedback-alert-medium-md {
    border-left: 4px solid #FFC633 !important; }
  .u-border-left-lg-feedback-alert-light-md {
    border-left: 4px solid #FEDF8F !important; }
  .u-border-left-lg-feedback-alert-lightest-md {
    border-left: 4px solid #FEEDBF !important; }
  .u-border-left-lg-neutral-darkest-md {
    border-left: 4px solid #1E1E1E !important; }
  .u-border-left-lg-neutral-dark-md {
    border-left: 4px solid #515151 !important; }
  .u-border-left-lg-neutral-medium-md {
    border-left: 4px solid #ADADAD !important; }
  .u-border-left-lg-neutral-light-md {
    border-left: 4px solid #E3E3E3 !important; }
  .u-border-left-lg-neutral-lightest-md {
    border-left: 4px solid #F2F2F2 !important; }
  .u-border-left-lg-essential-black-md {
    border-left: 4px solid #000000 !important; }
  .u-border-left-lg-essential-white-md {
    border-left: 4px solid #FFFFFF !important; }
  .u-border-xl-brand-primary-darkest-md {
    border: 6px solid #B43500 !important; }
  .u-border-xl-brand-primary-dark-md {
    border: 6px solid #D83B04 !important; }
  .u-border-xl-brand-primary-medium-md {
    border: 6px solid #E55807 !important; }
  .u-border-xl-brand-primary-light-md {
    border: 6px solid #FFCBB5 !important; }
  .u-border-xl-brand-primary-lightest-md {
    border: 6px solid #FDEBE1 !important; }
  .u-border-xl-complementary-1-darkest-md {
    border: 6px solid #9E7BB2 !important; }
  .u-border-xl-complementary-1-dark-md {
    border: 6px solid #B6A1C2 !important; }
  .u-border-xl-complementary-1-medium-md {
    border: 6px solid #D2C6D9 !important; }
  .u-border-xl-complementary-1-light-md {
    border: 6px solid #F4E8FA !important; }
  .u-border-xl-complementary-1-lightest-md {
    border: 6px solid #F7F0FB !important; }
  .u-border-xl-complementary-2-darkest-md {
    border: 6px solid #86BF33 !important; }
  .u-border-xl-complementary-2-dark-md {
    border: 6px solid #A8E353 !important; }
  .u-border-xl-complementary-2-medium-md {
    border: 6px solid #C6FA7A !important; }
  .u-border-xl-complementary-2-light-md {
    border: 6px solid #EBFFCD !important; }
  .u-border-xl-complementary-2-lightest-md {
    border: 6px solid #F6FFE9 !important; }
  .u-border-xl-feedback-danger-darkest-md {
    border: 6px solid #C71414 !important; }
  .u-border-xl-feedback-danger-dark-md {
    border: 6px solid #F42525 !important; }
  .u-border-xl-feedback-danger-medium-md {
    border: 6px solid #F95151 !important; }
  .u-border-xl-feedback-danger-light-md {
    border: 6px solid #FBA8A8 !important; }
  .u-border-xl-feedback-danger-lightest-md {
    border: 6px solid #FEDCDC !important; }
  .u-border-xl-feedback-success-darkest-md {
    border: 6px solid #01642E !important; }
  .u-border-xl-feedback-success-dark-md {
    border: 6px solid #00A148 !important; }
  .u-border-xl-feedback-success-medium-md {
    border: 6px solid #41C670 !important; }
  .u-border-xl-feedback-success-light-md {
    border: 6px solid #B3E3C9 !important; }
  .u-border-xl-feedback-success-lightest-md {
    border: 6px solid #D9F4E2 !important; }
  .u-border-xl-feedback-alert-darkest-md {
    border: 6px solid #E38800 !important; }
  .u-border-xl-feedback-alert-dark-md {
    border: 6px solid #F7A608 !important; }
  .u-border-xl-feedback-alert-medium-md {
    border: 6px solid #FFC633 !important; }
  .u-border-xl-feedback-alert-light-md {
    border: 6px solid #FEDF8F !important; }
  .u-border-xl-feedback-alert-lightest-md {
    border: 6px solid #FEEDBF !important; }
  .u-border-xl-neutral-darkest-md {
    border: 6px solid #1E1E1E !important; }
  .u-border-xl-neutral-dark-md {
    border: 6px solid #515151 !important; }
  .u-border-xl-neutral-medium-md {
    border: 6px solid #ADADAD !important; }
  .u-border-xl-neutral-light-md {
    border: 6px solid #E3E3E3 !important; }
  .u-border-xl-neutral-lightest-md {
    border: 6px solid #F2F2F2 !important; }
  .u-border-xl-essential-black-md {
    border: 6px solid #000000 !important; }
  .u-border-xl-essential-white-md {
    border: 6px solid #FFFFFF !important; }
  .u-border-top-xl-brand-primary-darkest-md {
    border-top: 6px solid #B43500 !important; }
  .u-border-top-xl-brand-primary-dark-md {
    border-top: 6px solid #D83B04 !important; }
  .u-border-top-xl-brand-primary-medium-md {
    border-top: 6px solid #E55807 !important; }
  .u-border-top-xl-brand-primary-light-md {
    border-top: 6px solid #FFCBB5 !important; }
  .u-border-top-xl-brand-primary-lightest-md {
    border-top: 6px solid #FDEBE1 !important; }
  .u-border-top-xl-complementary-1-darkest-md {
    border-top: 6px solid #9E7BB2 !important; }
  .u-border-top-xl-complementary-1-dark-md {
    border-top: 6px solid #B6A1C2 !important; }
  .u-border-top-xl-complementary-1-medium-md {
    border-top: 6px solid #D2C6D9 !important; }
  .u-border-top-xl-complementary-1-light-md {
    border-top: 6px solid #F4E8FA !important; }
  .u-border-top-xl-complementary-1-lightest-md {
    border-top: 6px solid #F7F0FB !important; }
  .u-border-top-xl-complementary-2-darkest-md {
    border-top: 6px solid #86BF33 !important; }
  .u-border-top-xl-complementary-2-dark-md {
    border-top: 6px solid #A8E353 !important; }
  .u-border-top-xl-complementary-2-medium-md {
    border-top: 6px solid #C6FA7A !important; }
  .u-border-top-xl-complementary-2-light-md {
    border-top: 6px solid #EBFFCD !important; }
  .u-border-top-xl-complementary-2-lightest-md {
    border-top: 6px solid #F6FFE9 !important; }
  .u-border-top-xl-feedback-danger-darkest-md {
    border-top: 6px solid #C71414 !important; }
  .u-border-top-xl-feedback-danger-dark-md {
    border-top: 6px solid #F42525 !important; }
  .u-border-top-xl-feedback-danger-medium-md {
    border-top: 6px solid #F95151 !important; }
  .u-border-top-xl-feedback-danger-light-md {
    border-top: 6px solid #FBA8A8 !important; }
  .u-border-top-xl-feedback-danger-lightest-md {
    border-top: 6px solid #FEDCDC !important; }
  .u-border-top-xl-feedback-success-darkest-md {
    border-top: 6px solid #01642E !important; }
  .u-border-top-xl-feedback-success-dark-md {
    border-top: 6px solid #00A148 !important; }
  .u-border-top-xl-feedback-success-medium-md {
    border-top: 6px solid #41C670 !important; }
  .u-border-top-xl-feedback-success-light-md {
    border-top: 6px solid #B3E3C9 !important; }
  .u-border-top-xl-feedback-success-lightest-md {
    border-top: 6px solid #D9F4E2 !important; }
  .u-border-top-xl-feedback-alert-darkest-md {
    border-top: 6px solid #E38800 !important; }
  .u-border-top-xl-feedback-alert-dark-md {
    border-top: 6px solid #F7A608 !important; }
  .u-border-top-xl-feedback-alert-medium-md {
    border-top: 6px solid #FFC633 !important; }
  .u-border-top-xl-feedback-alert-light-md {
    border-top: 6px solid #FEDF8F !important; }
  .u-border-top-xl-feedback-alert-lightest-md {
    border-top: 6px solid #FEEDBF !important; }
  .u-border-top-xl-neutral-darkest-md {
    border-top: 6px solid #1E1E1E !important; }
  .u-border-top-xl-neutral-dark-md {
    border-top: 6px solid #515151 !important; }
  .u-border-top-xl-neutral-medium-md {
    border-top: 6px solid #ADADAD !important; }
  .u-border-top-xl-neutral-light-md {
    border-top: 6px solid #E3E3E3 !important; }
  .u-border-top-xl-neutral-lightest-md {
    border-top: 6px solid #F2F2F2 !important; }
  .u-border-top-xl-essential-black-md {
    border-top: 6px solid #000000 !important; }
  .u-border-top-xl-essential-white-md {
    border-top: 6px solid #FFFFFF !important; }
  .u-border-bottom-xl-brand-primary-darkest-md {
    border-bottom: 6px solid #B43500 !important; }
  .u-border-bottom-xl-brand-primary-dark-md {
    border-bottom: 6px solid #D83B04 !important; }
  .u-border-bottom-xl-brand-primary-medium-md {
    border-bottom: 6px solid #E55807 !important; }
  .u-border-bottom-xl-brand-primary-light-md {
    border-bottom: 6px solid #FFCBB5 !important; }
  .u-border-bottom-xl-brand-primary-lightest-md {
    border-bottom: 6px solid #FDEBE1 !important; }
  .u-border-bottom-xl-complementary-1-darkest-md {
    border-bottom: 6px solid #9E7BB2 !important; }
  .u-border-bottom-xl-complementary-1-dark-md {
    border-bottom: 6px solid #B6A1C2 !important; }
  .u-border-bottom-xl-complementary-1-medium-md {
    border-bottom: 6px solid #D2C6D9 !important; }
  .u-border-bottom-xl-complementary-1-light-md {
    border-bottom: 6px solid #F4E8FA !important; }
  .u-border-bottom-xl-complementary-1-lightest-md {
    border-bottom: 6px solid #F7F0FB !important; }
  .u-border-bottom-xl-complementary-2-darkest-md {
    border-bottom: 6px solid #86BF33 !important; }
  .u-border-bottom-xl-complementary-2-dark-md {
    border-bottom: 6px solid #A8E353 !important; }
  .u-border-bottom-xl-complementary-2-medium-md {
    border-bottom: 6px solid #C6FA7A !important; }
  .u-border-bottom-xl-complementary-2-light-md {
    border-bottom: 6px solid #EBFFCD !important; }
  .u-border-bottom-xl-complementary-2-lightest-md {
    border-bottom: 6px solid #F6FFE9 !important; }
  .u-border-bottom-xl-feedback-danger-darkest-md {
    border-bottom: 6px solid #C71414 !important; }
  .u-border-bottom-xl-feedback-danger-dark-md {
    border-bottom: 6px solid #F42525 !important; }
  .u-border-bottom-xl-feedback-danger-medium-md {
    border-bottom: 6px solid #F95151 !important; }
  .u-border-bottom-xl-feedback-danger-light-md {
    border-bottom: 6px solid #FBA8A8 !important; }
  .u-border-bottom-xl-feedback-danger-lightest-md {
    border-bottom: 6px solid #FEDCDC !important; }
  .u-border-bottom-xl-feedback-success-darkest-md {
    border-bottom: 6px solid #01642E !important; }
  .u-border-bottom-xl-feedback-success-dark-md {
    border-bottom: 6px solid #00A148 !important; }
  .u-border-bottom-xl-feedback-success-medium-md {
    border-bottom: 6px solid #41C670 !important; }
  .u-border-bottom-xl-feedback-success-light-md {
    border-bottom: 6px solid #B3E3C9 !important; }
  .u-border-bottom-xl-feedback-success-lightest-md {
    border-bottom: 6px solid #D9F4E2 !important; }
  .u-border-bottom-xl-feedback-alert-darkest-md {
    border-bottom: 6px solid #E38800 !important; }
  .u-border-bottom-xl-feedback-alert-dark-md {
    border-bottom: 6px solid #F7A608 !important; }
  .u-border-bottom-xl-feedback-alert-medium-md {
    border-bottom: 6px solid #FFC633 !important; }
  .u-border-bottom-xl-feedback-alert-light-md {
    border-bottom: 6px solid #FEDF8F !important; }
  .u-border-bottom-xl-feedback-alert-lightest-md {
    border-bottom: 6px solid #FEEDBF !important; }
  .u-border-bottom-xl-neutral-darkest-md {
    border-bottom: 6px solid #1E1E1E !important; }
  .u-border-bottom-xl-neutral-dark-md {
    border-bottom: 6px solid #515151 !important; }
  .u-border-bottom-xl-neutral-medium-md {
    border-bottom: 6px solid #ADADAD !important; }
  .u-border-bottom-xl-neutral-light-md {
    border-bottom: 6px solid #E3E3E3 !important; }
  .u-border-bottom-xl-neutral-lightest-md {
    border-bottom: 6px solid #F2F2F2 !important; }
  .u-border-bottom-xl-essential-black-md {
    border-bottom: 6px solid #000000 !important; }
  .u-border-bottom-xl-essential-white-md {
    border-bottom: 6px solid #FFFFFF !important; }
  .u-border-right-xl-brand-primary-darkest-md {
    border-right: 6px solid #B43500 !important; }
  .u-border-right-xl-brand-primary-dark-md {
    border-right: 6px solid #D83B04 !important; }
  .u-border-right-xl-brand-primary-medium-md {
    border-right: 6px solid #E55807 !important; }
  .u-border-right-xl-brand-primary-light-md {
    border-right: 6px solid #FFCBB5 !important; }
  .u-border-right-xl-brand-primary-lightest-md {
    border-right: 6px solid #FDEBE1 !important; }
  .u-border-right-xl-complementary-1-darkest-md {
    border-right: 6px solid #9E7BB2 !important; }
  .u-border-right-xl-complementary-1-dark-md {
    border-right: 6px solid #B6A1C2 !important; }
  .u-border-right-xl-complementary-1-medium-md {
    border-right: 6px solid #D2C6D9 !important; }
  .u-border-right-xl-complementary-1-light-md {
    border-right: 6px solid #F4E8FA !important; }
  .u-border-right-xl-complementary-1-lightest-md {
    border-right: 6px solid #F7F0FB !important; }
  .u-border-right-xl-complementary-2-darkest-md {
    border-right: 6px solid #86BF33 !important; }
  .u-border-right-xl-complementary-2-dark-md {
    border-right: 6px solid #A8E353 !important; }
  .u-border-right-xl-complementary-2-medium-md {
    border-right: 6px solid #C6FA7A !important; }
  .u-border-right-xl-complementary-2-light-md {
    border-right: 6px solid #EBFFCD !important; }
  .u-border-right-xl-complementary-2-lightest-md {
    border-right: 6px solid #F6FFE9 !important; }
  .u-border-right-xl-feedback-danger-darkest-md {
    border-right: 6px solid #C71414 !important; }
  .u-border-right-xl-feedback-danger-dark-md {
    border-right: 6px solid #F42525 !important; }
  .u-border-right-xl-feedback-danger-medium-md {
    border-right: 6px solid #F95151 !important; }
  .u-border-right-xl-feedback-danger-light-md {
    border-right: 6px solid #FBA8A8 !important; }
  .u-border-right-xl-feedback-danger-lightest-md {
    border-right: 6px solid #FEDCDC !important; }
  .u-border-right-xl-feedback-success-darkest-md {
    border-right: 6px solid #01642E !important; }
  .u-border-right-xl-feedback-success-dark-md {
    border-right: 6px solid #00A148 !important; }
  .u-border-right-xl-feedback-success-medium-md {
    border-right: 6px solid #41C670 !important; }
  .u-border-right-xl-feedback-success-light-md {
    border-right: 6px solid #B3E3C9 !important; }
  .u-border-right-xl-feedback-success-lightest-md {
    border-right: 6px solid #D9F4E2 !important; }
  .u-border-right-xl-feedback-alert-darkest-md {
    border-right: 6px solid #E38800 !important; }
  .u-border-right-xl-feedback-alert-dark-md {
    border-right: 6px solid #F7A608 !important; }
  .u-border-right-xl-feedback-alert-medium-md {
    border-right: 6px solid #FFC633 !important; }
  .u-border-right-xl-feedback-alert-light-md {
    border-right: 6px solid #FEDF8F !important; }
  .u-border-right-xl-feedback-alert-lightest-md {
    border-right: 6px solid #FEEDBF !important; }
  .u-border-right-xl-neutral-darkest-md {
    border-right: 6px solid #1E1E1E !important; }
  .u-border-right-xl-neutral-dark-md {
    border-right: 6px solid #515151 !important; }
  .u-border-right-xl-neutral-medium-md {
    border-right: 6px solid #ADADAD !important; }
  .u-border-right-xl-neutral-light-md {
    border-right: 6px solid #E3E3E3 !important; }
  .u-border-right-xl-neutral-lightest-md {
    border-right: 6px solid #F2F2F2 !important; }
  .u-border-right-xl-essential-black-md {
    border-right: 6px solid #000000 !important; }
  .u-border-right-xl-essential-white-md {
    border-right: 6px solid #FFFFFF !important; }
  .u-border-left-xl-brand-primary-darkest-md {
    border-left: 6px solid #B43500 !important; }
  .u-border-left-xl-brand-primary-dark-md {
    border-left: 6px solid #D83B04 !important; }
  .u-border-left-xl-brand-primary-medium-md {
    border-left: 6px solid #E55807 !important; }
  .u-border-left-xl-brand-primary-light-md {
    border-left: 6px solid #FFCBB5 !important; }
  .u-border-left-xl-brand-primary-lightest-md {
    border-left: 6px solid #FDEBE1 !important; }
  .u-border-left-xl-complementary-1-darkest-md {
    border-left: 6px solid #9E7BB2 !important; }
  .u-border-left-xl-complementary-1-dark-md {
    border-left: 6px solid #B6A1C2 !important; }
  .u-border-left-xl-complementary-1-medium-md {
    border-left: 6px solid #D2C6D9 !important; }
  .u-border-left-xl-complementary-1-light-md {
    border-left: 6px solid #F4E8FA !important; }
  .u-border-left-xl-complementary-1-lightest-md {
    border-left: 6px solid #F7F0FB !important; }
  .u-border-left-xl-complementary-2-darkest-md {
    border-left: 6px solid #86BF33 !important; }
  .u-border-left-xl-complementary-2-dark-md {
    border-left: 6px solid #A8E353 !important; }
  .u-border-left-xl-complementary-2-medium-md {
    border-left: 6px solid #C6FA7A !important; }
  .u-border-left-xl-complementary-2-light-md {
    border-left: 6px solid #EBFFCD !important; }
  .u-border-left-xl-complementary-2-lightest-md {
    border-left: 6px solid #F6FFE9 !important; }
  .u-border-left-xl-feedback-danger-darkest-md {
    border-left: 6px solid #C71414 !important; }
  .u-border-left-xl-feedback-danger-dark-md {
    border-left: 6px solid #F42525 !important; }
  .u-border-left-xl-feedback-danger-medium-md {
    border-left: 6px solid #F95151 !important; }
  .u-border-left-xl-feedback-danger-light-md {
    border-left: 6px solid #FBA8A8 !important; }
  .u-border-left-xl-feedback-danger-lightest-md {
    border-left: 6px solid #FEDCDC !important; }
  .u-border-left-xl-feedback-success-darkest-md {
    border-left: 6px solid #01642E !important; }
  .u-border-left-xl-feedback-success-dark-md {
    border-left: 6px solid #00A148 !important; }
  .u-border-left-xl-feedback-success-medium-md {
    border-left: 6px solid #41C670 !important; }
  .u-border-left-xl-feedback-success-light-md {
    border-left: 6px solid #B3E3C9 !important; }
  .u-border-left-xl-feedback-success-lightest-md {
    border-left: 6px solid #D9F4E2 !important; }
  .u-border-left-xl-feedback-alert-darkest-md {
    border-left: 6px solid #E38800 !important; }
  .u-border-left-xl-feedback-alert-dark-md {
    border-left: 6px solid #F7A608 !important; }
  .u-border-left-xl-feedback-alert-medium-md {
    border-left: 6px solid #FFC633 !important; }
  .u-border-left-xl-feedback-alert-light-md {
    border-left: 6px solid #FEDF8F !important; }
  .u-border-left-xl-feedback-alert-lightest-md {
    border-left: 6px solid #FEEDBF !important; }
  .u-border-left-xl-neutral-darkest-md {
    border-left: 6px solid #1E1E1E !important; }
  .u-border-left-xl-neutral-dark-md {
    border-left: 6px solid #515151 !important; }
  .u-border-left-xl-neutral-medium-md {
    border-left: 6px solid #ADADAD !important; }
  .u-border-left-xl-neutral-light-md {
    border-left: 6px solid #E3E3E3 !important; }
  .u-border-left-xl-neutral-lightest-md {
    border-left: 6px solid #F2F2F2 !important; }
  .u-border-left-xl-essential-black-md {
    border-left: 6px solid #000000 !important; }
  .u-border-left-xl-essential-white-md {
    border-left: 6px solid #FFFFFF !important; } }

@media (min-width: 992px) {
  .u-border-none-brand-primary-darkest-lg {
    border: none !important; }
  .u-border-none-brand-primary-dark-lg {
    border: none !important; }
  .u-border-none-brand-primary-medium-lg {
    border: none !important; }
  .u-border-none-brand-primary-light-lg {
    border: none !important; }
  .u-border-none-brand-primary-lightest-lg {
    border: none !important; }
  .u-border-none-complementary-1-darkest-lg {
    border: none !important; }
  .u-border-none-complementary-1-dark-lg {
    border: none !important; }
  .u-border-none-complementary-1-medium-lg {
    border: none !important; }
  .u-border-none-complementary-1-light-lg {
    border: none !important; }
  .u-border-none-complementary-1-lightest-lg {
    border: none !important; }
  .u-border-none-complementary-2-darkest-lg {
    border: none !important; }
  .u-border-none-complementary-2-dark-lg {
    border: none !important; }
  .u-border-none-complementary-2-medium-lg {
    border: none !important; }
  .u-border-none-complementary-2-light-lg {
    border: none !important; }
  .u-border-none-complementary-2-lightest-lg {
    border: none !important; }
  .u-border-none-feedback-danger-darkest-lg {
    border: none !important; }
  .u-border-none-feedback-danger-dark-lg {
    border: none !important; }
  .u-border-none-feedback-danger-medium-lg {
    border: none !important; }
  .u-border-none-feedback-danger-light-lg {
    border: none !important; }
  .u-border-none-feedback-danger-lightest-lg {
    border: none !important; }
  .u-border-none-feedback-success-darkest-lg {
    border: none !important; }
  .u-border-none-feedback-success-dark-lg {
    border: none !important; }
  .u-border-none-feedback-success-medium-lg {
    border: none !important; }
  .u-border-none-feedback-success-light-lg {
    border: none !important; }
  .u-border-none-feedback-success-lightest-lg {
    border: none !important; }
  .u-border-none-feedback-alert-darkest-lg {
    border: none !important; }
  .u-border-none-feedback-alert-dark-lg {
    border: none !important; }
  .u-border-none-feedback-alert-medium-lg {
    border: none !important; }
  .u-border-none-feedback-alert-light-lg {
    border: none !important; }
  .u-border-none-feedback-alert-lightest-lg {
    border: none !important; }
  .u-border-none-neutral-darkest-lg {
    border: none !important; }
  .u-border-none-neutral-dark-lg {
    border: none !important; }
  .u-border-none-neutral-medium-lg {
    border: none !important; }
  .u-border-none-neutral-light-lg {
    border: none !important; }
  .u-border-none-neutral-lightest-lg {
    border: none !important; }
  .u-border-none-essential-black-lg {
    border: none !important; }
  .u-border-none-essential-white-lg {
    border: none !important; }
  .u-border-top-none-brand-primary-darkest-lg {
    border-top: none !important; }
  .u-border-top-none-brand-primary-dark-lg {
    border-top: none !important; }
  .u-border-top-none-brand-primary-medium-lg {
    border-top: none !important; }
  .u-border-top-none-brand-primary-light-lg {
    border-top: none !important; }
  .u-border-top-none-brand-primary-lightest-lg {
    border-top: none !important; }
  .u-border-top-none-complementary-1-darkest-lg {
    border-top: none !important; }
  .u-border-top-none-complementary-1-dark-lg {
    border-top: none !important; }
  .u-border-top-none-complementary-1-medium-lg {
    border-top: none !important; }
  .u-border-top-none-complementary-1-light-lg {
    border-top: none !important; }
  .u-border-top-none-complementary-1-lightest-lg {
    border-top: none !important; }
  .u-border-top-none-complementary-2-darkest-lg {
    border-top: none !important; }
  .u-border-top-none-complementary-2-dark-lg {
    border-top: none !important; }
  .u-border-top-none-complementary-2-medium-lg {
    border-top: none !important; }
  .u-border-top-none-complementary-2-light-lg {
    border-top: none !important; }
  .u-border-top-none-complementary-2-lightest-lg {
    border-top: none !important; }
  .u-border-top-none-feedback-danger-darkest-lg {
    border-top: none !important; }
  .u-border-top-none-feedback-danger-dark-lg {
    border-top: none !important; }
  .u-border-top-none-feedback-danger-medium-lg {
    border-top: none !important; }
  .u-border-top-none-feedback-danger-light-lg {
    border-top: none !important; }
  .u-border-top-none-feedback-danger-lightest-lg {
    border-top: none !important; }
  .u-border-top-none-feedback-success-darkest-lg {
    border-top: none !important; }
  .u-border-top-none-feedback-success-dark-lg {
    border-top: none !important; }
  .u-border-top-none-feedback-success-medium-lg {
    border-top: none !important; }
  .u-border-top-none-feedback-success-light-lg {
    border-top: none !important; }
  .u-border-top-none-feedback-success-lightest-lg {
    border-top: none !important; }
  .u-border-top-none-feedback-alert-darkest-lg {
    border-top: none !important; }
  .u-border-top-none-feedback-alert-dark-lg {
    border-top: none !important; }
  .u-border-top-none-feedback-alert-medium-lg {
    border-top: none !important; }
  .u-border-top-none-feedback-alert-light-lg {
    border-top: none !important; }
  .u-border-top-none-feedback-alert-lightest-lg {
    border-top: none !important; }
  .u-border-top-none-neutral-darkest-lg {
    border-top: none !important; }
  .u-border-top-none-neutral-dark-lg {
    border-top: none !important; }
  .u-border-top-none-neutral-medium-lg {
    border-top: none !important; }
  .u-border-top-none-neutral-light-lg {
    border-top: none !important; }
  .u-border-top-none-neutral-lightest-lg {
    border-top: none !important; }
  .u-border-top-none-essential-black-lg {
    border-top: none !important; }
  .u-border-top-none-essential-white-lg {
    border-top: none !important; }
  .u-border-bottom-none-brand-primary-darkest-lg {
    border-bottom: none !important; }
  .u-border-bottom-none-brand-primary-dark-lg {
    border-bottom: none !important; }
  .u-border-bottom-none-brand-primary-medium-lg {
    border-bottom: none !important; }
  .u-border-bottom-none-brand-primary-light-lg {
    border-bottom: none !important; }
  .u-border-bottom-none-brand-primary-lightest-lg {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-1-darkest-lg {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-1-dark-lg {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-1-medium-lg {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-1-light-lg {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-1-lightest-lg {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-2-darkest-lg {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-2-dark-lg {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-2-medium-lg {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-2-light-lg {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-2-lightest-lg {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-danger-darkest-lg {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-danger-dark-lg {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-danger-medium-lg {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-danger-light-lg {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-danger-lightest-lg {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-success-darkest-lg {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-success-dark-lg {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-success-medium-lg {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-success-light-lg {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-success-lightest-lg {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-alert-darkest-lg {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-alert-dark-lg {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-alert-medium-lg {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-alert-light-lg {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-alert-lightest-lg {
    border-bottom: none !important; }
  .u-border-bottom-none-neutral-darkest-lg {
    border-bottom: none !important; }
  .u-border-bottom-none-neutral-dark-lg {
    border-bottom: none !important; }
  .u-border-bottom-none-neutral-medium-lg {
    border-bottom: none !important; }
  .u-border-bottom-none-neutral-light-lg {
    border-bottom: none !important; }
  .u-border-bottom-none-neutral-lightest-lg {
    border-bottom: none !important; }
  .u-border-bottom-none-essential-black-lg {
    border-bottom: none !important; }
  .u-border-bottom-none-essential-white-lg {
    border-bottom: none !important; }
  .u-border-right-none-brand-primary-darkest-lg {
    border-right: none !important; }
  .u-border-right-none-brand-primary-dark-lg {
    border-right: none !important; }
  .u-border-right-none-brand-primary-medium-lg {
    border-right: none !important; }
  .u-border-right-none-brand-primary-light-lg {
    border-right: none !important; }
  .u-border-right-none-brand-primary-lightest-lg {
    border-right: none !important; }
  .u-border-right-none-complementary-1-darkest-lg {
    border-right: none !important; }
  .u-border-right-none-complementary-1-dark-lg {
    border-right: none !important; }
  .u-border-right-none-complementary-1-medium-lg {
    border-right: none !important; }
  .u-border-right-none-complementary-1-light-lg {
    border-right: none !important; }
  .u-border-right-none-complementary-1-lightest-lg {
    border-right: none !important; }
  .u-border-right-none-complementary-2-darkest-lg {
    border-right: none !important; }
  .u-border-right-none-complementary-2-dark-lg {
    border-right: none !important; }
  .u-border-right-none-complementary-2-medium-lg {
    border-right: none !important; }
  .u-border-right-none-complementary-2-light-lg {
    border-right: none !important; }
  .u-border-right-none-complementary-2-lightest-lg {
    border-right: none !important; }
  .u-border-right-none-feedback-danger-darkest-lg {
    border-right: none !important; }
  .u-border-right-none-feedback-danger-dark-lg {
    border-right: none !important; }
  .u-border-right-none-feedback-danger-medium-lg {
    border-right: none !important; }
  .u-border-right-none-feedback-danger-light-lg {
    border-right: none !important; }
  .u-border-right-none-feedback-danger-lightest-lg {
    border-right: none !important; }
  .u-border-right-none-feedback-success-darkest-lg {
    border-right: none !important; }
  .u-border-right-none-feedback-success-dark-lg {
    border-right: none !important; }
  .u-border-right-none-feedback-success-medium-lg {
    border-right: none !important; }
  .u-border-right-none-feedback-success-light-lg {
    border-right: none !important; }
  .u-border-right-none-feedback-success-lightest-lg {
    border-right: none !important; }
  .u-border-right-none-feedback-alert-darkest-lg {
    border-right: none !important; }
  .u-border-right-none-feedback-alert-dark-lg {
    border-right: none !important; }
  .u-border-right-none-feedback-alert-medium-lg {
    border-right: none !important; }
  .u-border-right-none-feedback-alert-light-lg {
    border-right: none !important; }
  .u-border-right-none-feedback-alert-lightest-lg {
    border-right: none !important; }
  .u-border-right-none-neutral-darkest-lg {
    border-right: none !important; }
  .u-border-right-none-neutral-dark-lg {
    border-right: none !important; }
  .u-border-right-none-neutral-medium-lg {
    border-right: none !important; }
  .u-border-right-none-neutral-light-lg {
    border-right: none !important; }
  .u-border-right-none-neutral-lightest-lg {
    border-right: none !important; }
  .u-border-right-none-essential-black-lg {
    border-right: none !important; }
  .u-border-right-none-essential-white-lg {
    border-right: none !important; }
  .u-border-left-none-brand-primary-darkest-lg {
    border-left: none !important; }
  .u-border-left-none-brand-primary-dark-lg {
    border-left: none !important; }
  .u-border-left-none-brand-primary-medium-lg {
    border-left: none !important; }
  .u-border-left-none-brand-primary-light-lg {
    border-left: none !important; }
  .u-border-left-none-brand-primary-lightest-lg {
    border-left: none !important; }
  .u-border-left-none-complementary-1-darkest-lg {
    border-left: none !important; }
  .u-border-left-none-complementary-1-dark-lg {
    border-left: none !important; }
  .u-border-left-none-complementary-1-medium-lg {
    border-left: none !important; }
  .u-border-left-none-complementary-1-light-lg {
    border-left: none !important; }
  .u-border-left-none-complementary-1-lightest-lg {
    border-left: none !important; }
  .u-border-left-none-complementary-2-darkest-lg {
    border-left: none !important; }
  .u-border-left-none-complementary-2-dark-lg {
    border-left: none !important; }
  .u-border-left-none-complementary-2-medium-lg {
    border-left: none !important; }
  .u-border-left-none-complementary-2-light-lg {
    border-left: none !important; }
  .u-border-left-none-complementary-2-lightest-lg {
    border-left: none !important; }
  .u-border-left-none-feedback-danger-darkest-lg {
    border-left: none !important; }
  .u-border-left-none-feedback-danger-dark-lg {
    border-left: none !important; }
  .u-border-left-none-feedback-danger-medium-lg {
    border-left: none !important; }
  .u-border-left-none-feedback-danger-light-lg {
    border-left: none !important; }
  .u-border-left-none-feedback-danger-lightest-lg {
    border-left: none !important; }
  .u-border-left-none-feedback-success-darkest-lg {
    border-left: none !important; }
  .u-border-left-none-feedback-success-dark-lg {
    border-left: none !important; }
  .u-border-left-none-feedback-success-medium-lg {
    border-left: none !important; }
  .u-border-left-none-feedback-success-light-lg {
    border-left: none !important; }
  .u-border-left-none-feedback-success-lightest-lg {
    border-left: none !important; }
  .u-border-left-none-feedback-alert-darkest-lg {
    border-left: none !important; }
  .u-border-left-none-feedback-alert-dark-lg {
    border-left: none !important; }
  .u-border-left-none-feedback-alert-medium-lg {
    border-left: none !important; }
  .u-border-left-none-feedback-alert-light-lg {
    border-left: none !important; }
  .u-border-left-none-feedback-alert-lightest-lg {
    border-left: none !important; }
  .u-border-left-none-neutral-darkest-lg {
    border-left: none !important; }
  .u-border-left-none-neutral-dark-lg {
    border-left: none !important; }
  .u-border-left-none-neutral-medium-lg {
    border-left: none !important; }
  .u-border-left-none-neutral-light-lg {
    border-left: none !important; }
  .u-border-left-none-neutral-lightest-lg {
    border-left: none !important; }
  .u-border-left-none-essential-black-lg {
    border-left: none !important; }
  .u-border-left-none-essential-white-lg {
    border-left: none !important; }
  .u-border-sm-brand-primary-darkest-lg {
    border: 1px solid #B43500 !important; }
  .u-border-sm-brand-primary-dark-lg {
    border: 1px solid #D83B04 !important; }
  .u-border-sm-brand-primary-medium-lg {
    border: 1px solid #E55807 !important; }
  .u-border-sm-brand-primary-light-lg {
    border: 1px solid #FFCBB5 !important; }
  .u-border-sm-brand-primary-lightest-lg {
    border: 1px solid #FDEBE1 !important; }
  .u-border-sm-complementary-1-darkest-lg {
    border: 1px solid #9E7BB2 !important; }
  .u-border-sm-complementary-1-dark-lg {
    border: 1px solid #B6A1C2 !important; }
  .u-border-sm-complementary-1-medium-lg {
    border: 1px solid #D2C6D9 !important; }
  .u-border-sm-complementary-1-light-lg {
    border: 1px solid #F4E8FA !important; }
  .u-border-sm-complementary-1-lightest-lg {
    border: 1px solid #F7F0FB !important; }
  .u-border-sm-complementary-2-darkest-lg {
    border: 1px solid #86BF33 !important; }
  .u-border-sm-complementary-2-dark-lg {
    border: 1px solid #A8E353 !important; }
  .u-border-sm-complementary-2-medium-lg {
    border: 1px solid #C6FA7A !important; }
  .u-border-sm-complementary-2-light-lg {
    border: 1px solid #EBFFCD !important; }
  .u-border-sm-complementary-2-lightest-lg {
    border: 1px solid #F6FFE9 !important; }
  .u-border-sm-feedback-danger-darkest-lg {
    border: 1px solid #C71414 !important; }
  .u-border-sm-feedback-danger-dark-lg {
    border: 1px solid #F42525 !important; }
  .u-border-sm-feedback-danger-medium-lg {
    border: 1px solid #F95151 !important; }
  .u-border-sm-feedback-danger-light-lg {
    border: 1px solid #FBA8A8 !important; }
  .u-border-sm-feedback-danger-lightest-lg {
    border: 1px solid #FEDCDC !important; }
  .u-border-sm-feedback-success-darkest-lg {
    border: 1px solid #01642E !important; }
  .u-border-sm-feedback-success-dark-lg {
    border: 1px solid #00A148 !important; }
  .u-border-sm-feedback-success-medium-lg {
    border: 1px solid #41C670 !important; }
  .u-border-sm-feedback-success-light-lg {
    border: 1px solid #B3E3C9 !important; }
  .u-border-sm-feedback-success-lightest-lg {
    border: 1px solid #D9F4E2 !important; }
  .u-border-sm-feedback-alert-darkest-lg {
    border: 1px solid #E38800 !important; }
  .u-border-sm-feedback-alert-dark-lg {
    border: 1px solid #F7A608 !important; }
  .u-border-sm-feedback-alert-medium-lg {
    border: 1px solid #FFC633 !important; }
  .u-border-sm-feedback-alert-light-lg {
    border: 1px solid #FEDF8F !important; }
  .u-border-sm-feedback-alert-lightest-lg {
    border: 1px solid #FEEDBF !important; }
  .u-border-sm-neutral-darkest-lg {
    border: 1px solid #1E1E1E !important; }
  .u-border-sm-neutral-dark-lg {
    border: 1px solid #515151 !important; }
  .u-border-sm-neutral-medium-lg {
    border: 1px solid #ADADAD !important; }
  .u-border-sm-neutral-light-lg {
    border: 1px solid #E3E3E3 !important; }
  .u-border-sm-neutral-lightest-lg {
    border: 1px solid #F2F2F2 !important; }
  .u-border-sm-essential-black-lg {
    border: 1px solid #000000 !important; }
  .u-border-sm-essential-white-lg {
    border: 1px solid #FFFFFF !important; }
  .u-border-top-sm-brand-primary-darkest-lg {
    border-top: 1px solid #B43500 !important; }
  .u-border-top-sm-brand-primary-dark-lg {
    border-top: 1px solid #D83B04 !important; }
  .u-border-top-sm-brand-primary-medium-lg {
    border-top: 1px solid #E55807 !important; }
  .u-border-top-sm-brand-primary-light-lg {
    border-top: 1px solid #FFCBB5 !important; }
  .u-border-top-sm-brand-primary-lightest-lg {
    border-top: 1px solid #FDEBE1 !important; }
  .u-border-top-sm-complementary-1-darkest-lg {
    border-top: 1px solid #9E7BB2 !important; }
  .u-border-top-sm-complementary-1-dark-lg {
    border-top: 1px solid #B6A1C2 !important; }
  .u-border-top-sm-complementary-1-medium-lg {
    border-top: 1px solid #D2C6D9 !important; }
  .u-border-top-sm-complementary-1-light-lg {
    border-top: 1px solid #F4E8FA !important; }
  .u-border-top-sm-complementary-1-lightest-lg {
    border-top: 1px solid #F7F0FB !important; }
  .u-border-top-sm-complementary-2-darkest-lg {
    border-top: 1px solid #86BF33 !important; }
  .u-border-top-sm-complementary-2-dark-lg {
    border-top: 1px solid #A8E353 !important; }
  .u-border-top-sm-complementary-2-medium-lg {
    border-top: 1px solid #C6FA7A !important; }
  .u-border-top-sm-complementary-2-light-lg {
    border-top: 1px solid #EBFFCD !important; }
  .u-border-top-sm-complementary-2-lightest-lg {
    border-top: 1px solid #F6FFE9 !important; }
  .u-border-top-sm-feedback-danger-darkest-lg {
    border-top: 1px solid #C71414 !important; }
  .u-border-top-sm-feedback-danger-dark-lg {
    border-top: 1px solid #F42525 !important; }
  .u-border-top-sm-feedback-danger-medium-lg {
    border-top: 1px solid #F95151 !important; }
  .u-border-top-sm-feedback-danger-light-lg {
    border-top: 1px solid #FBA8A8 !important; }
  .u-border-top-sm-feedback-danger-lightest-lg {
    border-top: 1px solid #FEDCDC !important; }
  .u-border-top-sm-feedback-success-darkest-lg {
    border-top: 1px solid #01642E !important; }
  .u-border-top-sm-feedback-success-dark-lg {
    border-top: 1px solid #00A148 !important; }
  .u-border-top-sm-feedback-success-medium-lg {
    border-top: 1px solid #41C670 !important; }
  .u-border-top-sm-feedback-success-light-lg {
    border-top: 1px solid #B3E3C9 !important; }
  .u-border-top-sm-feedback-success-lightest-lg {
    border-top: 1px solid #D9F4E2 !important; }
  .u-border-top-sm-feedback-alert-darkest-lg {
    border-top: 1px solid #E38800 !important; }
  .u-border-top-sm-feedback-alert-dark-lg {
    border-top: 1px solid #F7A608 !important; }
  .u-border-top-sm-feedback-alert-medium-lg {
    border-top: 1px solid #FFC633 !important; }
  .u-border-top-sm-feedback-alert-light-lg {
    border-top: 1px solid #FEDF8F !important; }
  .u-border-top-sm-feedback-alert-lightest-lg {
    border-top: 1px solid #FEEDBF !important; }
  .u-border-top-sm-neutral-darkest-lg {
    border-top: 1px solid #1E1E1E !important; }
  .u-border-top-sm-neutral-dark-lg {
    border-top: 1px solid #515151 !important; }
  .u-border-top-sm-neutral-medium-lg {
    border-top: 1px solid #ADADAD !important; }
  .u-border-top-sm-neutral-light-lg {
    border-top: 1px solid #E3E3E3 !important; }
  .u-border-top-sm-neutral-lightest-lg {
    border-top: 1px solid #F2F2F2 !important; }
  .u-border-top-sm-essential-black-lg {
    border-top: 1px solid #000000 !important; }
  .u-border-top-sm-essential-white-lg {
    border-top: 1px solid #FFFFFF !important; }
  .u-border-bottom-sm-brand-primary-darkest-lg {
    border-bottom: 1px solid #B43500 !important; }
  .u-border-bottom-sm-brand-primary-dark-lg {
    border-bottom: 1px solid #D83B04 !important; }
  .u-border-bottom-sm-brand-primary-medium-lg {
    border-bottom: 1px solid #E55807 !important; }
  .u-border-bottom-sm-brand-primary-light-lg {
    border-bottom: 1px solid #FFCBB5 !important; }
  .u-border-bottom-sm-brand-primary-lightest-lg {
    border-bottom: 1px solid #FDEBE1 !important; }
  .u-border-bottom-sm-complementary-1-darkest-lg {
    border-bottom: 1px solid #9E7BB2 !important; }
  .u-border-bottom-sm-complementary-1-dark-lg {
    border-bottom: 1px solid #B6A1C2 !important; }
  .u-border-bottom-sm-complementary-1-medium-lg {
    border-bottom: 1px solid #D2C6D9 !important; }
  .u-border-bottom-sm-complementary-1-light-lg {
    border-bottom: 1px solid #F4E8FA !important; }
  .u-border-bottom-sm-complementary-1-lightest-lg {
    border-bottom: 1px solid #F7F0FB !important; }
  .u-border-bottom-sm-complementary-2-darkest-lg {
    border-bottom: 1px solid #86BF33 !important; }
  .u-border-bottom-sm-complementary-2-dark-lg {
    border-bottom: 1px solid #A8E353 !important; }
  .u-border-bottom-sm-complementary-2-medium-lg {
    border-bottom: 1px solid #C6FA7A !important; }
  .u-border-bottom-sm-complementary-2-light-lg {
    border-bottom: 1px solid #EBFFCD !important; }
  .u-border-bottom-sm-complementary-2-lightest-lg {
    border-bottom: 1px solid #F6FFE9 !important; }
  .u-border-bottom-sm-feedback-danger-darkest-lg {
    border-bottom: 1px solid #C71414 !important; }
  .u-border-bottom-sm-feedback-danger-dark-lg {
    border-bottom: 1px solid #F42525 !important; }
  .u-border-bottom-sm-feedback-danger-medium-lg {
    border-bottom: 1px solid #F95151 !important; }
  .u-border-bottom-sm-feedback-danger-light-lg {
    border-bottom: 1px solid #FBA8A8 !important; }
  .u-border-bottom-sm-feedback-danger-lightest-lg {
    border-bottom: 1px solid #FEDCDC !important; }
  .u-border-bottom-sm-feedback-success-darkest-lg {
    border-bottom: 1px solid #01642E !important; }
  .u-border-bottom-sm-feedback-success-dark-lg {
    border-bottom: 1px solid #00A148 !important; }
  .u-border-bottom-sm-feedback-success-medium-lg {
    border-bottom: 1px solid #41C670 !important; }
  .u-border-bottom-sm-feedback-success-light-lg {
    border-bottom: 1px solid #B3E3C9 !important; }
  .u-border-bottom-sm-feedback-success-lightest-lg {
    border-bottom: 1px solid #D9F4E2 !important; }
  .u-border-bottom-sm-feedback-alert-darkest-lg {
    border-bottom: 1px solid #E38800 !important; }
  .u-border-bottom-sm-feedback-alert-dark-lg {
    border-bottom: 1px solid #F7A608 !important; }
  .u-border-bottom-sm-feedback-alert-medium-lg {
    border-bottom: 1px solid #FFC633 !important; }
  .u-border-bottom-sm-feedback-alert-light-lg {
    border-bottom: 1px solid #FEDF8F !important; }
  .u-border-bottom-sm-feedback-alert-lightest-lg {
    border-bottom: 1px solid #FEEDBF !important; }
  .u-border-bottom-sm-neutral-darkest-lg {
    border-bottom: 1px solid #1E1E1E !important; }
  .u-border-bottom-sm-neutral-dark-lg {
    border-bottom: 1px solid #515151 !important; }
  .u-border-bottom-sm-neutral-medium-lg {
    border-bottom: 1px solid #ADADAD !important; }
  .u-border-bottom-sm-neutral-light-lg {
    border-bottom: 1px solid #E3E3E3 !important; }
  .u-border-bottom-sm-neutral-lightest-lg {
    border-bottom: 1px solid #F2F2F2 !important; }
  .u-border-bottom-sm-essential-black-lg {
    border-bottom: 1px solid #000000 !important; }
  .u-border-bottom-sm-essential-white-lg {
    border-bottom: 1px solid #FFFFFF !important; }
  .u-border-right-sm-brand-primary-darkest-lg {
    border-right: 1px solid #B43500 !important; }
  .u-border-right-sm-brand-primary-dark-lg {
    border-right: 1px solid #D83B04 !important; }
  .u-border-right-sm-brand-primary-medium-lg {
    border-right: 1px solid #E55807 !important; }
  .u-border-right-sm-brand-primary-light-lg {
    border-right: 1px solid #FFCBB5 !important; }
  .u-border-right-sm-brand-primary-lightest-lg {
    border-right: 1px solid #FDEBE1 !important; }
  .u-border-right-sm-complementary-1-darkest-lg {
    border-right: 1px solid #9E7BB2 !important; }
  .u-border-right-sm-complementary-1-dark-lg {
    border-right: 1px solid #B6A1C2 !important; }
  .u-border-right-sm-complementary-1-medium-lg {
    border-right: 1px solid #D2C6D9 !important; }
  .u-border-right-sm-complementary-1-light-lg {
    border-right: 1px solid #F4E8FA !important; }
  .u-border-right-sm-complementary-1-lightest-lg {
    border-right: 1px solid #F7F0FB !important; }
  .u-border-right-sm-complementary-2-darkest-lg {
    border-right: 1px solid #86BF33 !important; }
  .u-border-right-sm-complementary-2-dark-lg {
    border-right: 1px solid #A8E353 !important; }
  .u-border-right-sm-complementary-2-medium-lg {
    border-right: 1px solid #C6FA7A !important; }
  .u-border-right-sm-complementary-2-light-lg {
    border-right: 1px solid #EBFFCD !important; }
  .u-border-right-sm-complementary-2-lightest-lg {
    border-right: 1px solid #F6FFE9 !important; }
  .u-border-right-sm-feedback-danger-darkest-lg {
    border-right: 1px solid #C71414 !important; }
  .u-border-right-sm-feedback-danger-dark-lg {
    border-right: 1px solid #F42525 !important; }
  .u-border-right-sm-feedback-danger-medium-lg {
    border-right: 1px solid #F95151 !important; }
  .u-border-right-sm-feedback-danger-light-lg {
    border-right: 1px solid #FBA8A8 !important; }
  .u-border-right-sm-feedback-danger-lightest-lg {
    border-right: 1px solid #FEDCDC !important; }
  .u-border-right-sm-feedback-success-darkest-lg {
    border-right: 1px solid #01642E !important; }
  .u-border-right-sm-feedback-success-dark-lg {
    border-right: 1px solid #00A148 !important; }
  .u-border-right-sm-feedback-success-medium-lg {
    border-right: 1px solid #41C670 !important; }
  .u-border-right-sm-feedback-success-light-lg {
    border-right: 1px solid #B3E3C9 !important; }
  .u-border-right-sm-feedback-success-lightest-lg {
    border-right: 1px solid #D9F4E2 !important; }
  .u-border-right-sm-feedback-alert-darkest-lg {
    border-right: 1px solid #E38800 !important; }
  .u-border-right-sm-feedback-alert-dark-lg {
    border-right: 1px solid #F7A608 !important; }
  .u-border-right-sm-feedback-alert-medium-lg {
    border-right: 1px solid #FFC633 !important; }
  .u-border-right-sm-feedback-alert-light-lg {
    border-right: 1px solid #FEDF8F !important; }
  .u-border-right-sm-feedback-alert-lightest-lg {
    border-right: 1px solid #FEEDBF !important; }
  .u-border-right-sm-neutral-darkest-lg {
    border-right: 1px solid #1E1E1E !important; }
  .u-border-right-sm-neutral-dark-lg {
    border-right: 1px solid #515151 !important; }
  .u-border-right-sm-neutral-medium-lg {
    border-right: 1px solid #ADADAD !important; }
  .u-border-right-sm-neutral-light-lg {
    border-right: 1px solid #E3E3E3 !important; }
  .u-border-right-sm-neutral-lightest-lg {
    border-right: 1px solid #F2F2F2 !important; }
  .u-border-right-sm-essential-black-lg {
    border-right: 1px solid #000000 !important; }
  .u-border-right-sm-essential-white-lg {
    border-right: 1px solid #FFFFFF !important; }
  .u-border-left-sm-brand-primary-darkest-lg {
    border-left: 1px solid #B43500 !important; }
  .u-border-left-sm-brand-primary-dark-lg {
    border-left: 1px solid #D83B04 !important; }
  .u-border-left-sm-brand-primary-medium-lg {
    border-left: 1px solid #E55807 !important; }
  .u-border-left-sm-brand-primary-light-lg {
    border-left: 1px solid #FFCBB5 !important; }
  .u-border-left-sm-brand-primary-lightest-lg {
    border-left: 1px solid #FDEBE1 !important; }
  .u-border-left-sm-complementary-1-darkest-lg {
    border-left: 1px solid #9E7BB2 !important; }
  .u-border-left-sm-complementary-1-dark-lg {
    border-left: 1px solid #B6A1C2 !important; }
  .u-border-left-sm-complementary-1-medium-lg {
    border-left: 1px solid #D2C6D9 !important; }
  .u-border-left-sm-complementary-1-light-lg {
    border-left: 1px solid #F4E8FA !important; }
  .u-border-left-sm-complementary-1-lightest-lg {
    border-left: 1px solid #F7F0FB !important; }
  .u-border-left-sm-complementary-2-darkest-lg {
    border-left: 1px solid #86BF33 !important; }
  .u-border-left-sm-complementary-2-dark-lg {
    border-left: 1px solid #A8E353 !important; }
  .u-border-left-sm-complementary-2-medium-lg {
    border-left: 1px solid #C6FA7A !important; }
  .u-border-left-sm-complementary-2-light-lg {
    border-left: 1px solid #EBFFCD !important; }
  .u-border-left-sm-complementary-2-lightest-lg {
    border-left: 1px solid #F6FFE9 !important; }
  .u-border-left-sm-feedback-danger-darkest-lg {
    border-left: 1px solid #C71414 !important; }
  .u-border-left-sm-feedback-danger-dark-lg {
    border-left: 1px solid #F42525 !important; }
  .u-border-left-sm-feedback-danger-medium-lg {
    border-left: 1px solid #F95151 !important; }
  .u-border-left-sm-feedback-danger-light-lg {
    border-left: 1px solid #FBA8A8 !important; }
  .u-border-left-sm-feedback-danger-lightest-lg {
    border-left: 1px solid #FEDCDC !important; }
  .u-border-left-sm-feedback-success-darkest-lg {
    border-left: 1px solid #01642E !important; }
  .u-border-left-sm-feedback-success-dark-lg {
    border-left: 1px solid #00A148 !important; }
  .u-border-left-sm-feedback-success-medium-lg {
    border-left: 1px solid #41C670 !important; }
  .u-border-left-sm-feedback-success-light-lg {
    border-left: 1px solid #B3E3C9 !important; }
  .u-border-left-sm-feedback-success-lightest-lg {
    border-left: 1px solid #D9F4E2 !important; }
  .u-border-left-sm-feedback-alert-darkest-lg {
    border-left: 1px solid #E38800 !important; }
  .u-border-left-sm-feedback-alert-dark-lg {
    border-left: 1px solid #F7A608 !important; }
  .u-border-left-sm-feedback-alert-medium-lg {
    border-left: 1px solid #FFC633 !important; }
  .u-border-left-sm-feedback-alert-light-lg {
    border-left: 1px solid #FEDF8F !important; }
  .u-border-left-sm-feedback-alert-lightest-lg {
    border-left: 1px solid #FEEDBF !important; }
  .u-border-left-sm-neutral-darkest-lg {
    border-left: 1px solid #1E1E1E !important; }
  .u-border-left-sm-neutral-dark-lg {
    border-left: 1px solid #515151 !important; }
  .u-border-left-sm-neutral-medium-lg {
    border-left: 1px solid #ADADAD !important; }
  .u-border-left-sm-neutral-light-lg {
    border-left: 1px solid #E3E3E3 !important; }
  .u-border-left-sm-neutral-lightest-lg {
    border-left: 1px solid #F2F2F2 !important; }
  .u-border-left-sm-essential-black-lg {
    border-left: 1px solid #000000 !important; }
  .u-border-left-sm-essential-white-lg {
    border-left: 1px solid #FFFFFF !important; }
  .u-border-md-brand-primary-darkest-lg {
    border: 2px solid #B43500 !important; }
  .u-border-md-brand-primary-dark-lg {
    border: 2px solid #D83B04 !important; }
  .u-border-md-brand-primary-medium-lg {
    border: 2px solid #E55807 !important; }
  .u-border-md-brand-primary-light-lg {
    border: 2px solid #FFCBB5 !important; }
  .u-border-md-brand-primary-lightest-lg {
    border: 2px solid #FDEBE1 !important; }
  .u-border-md-complementary-1-darkest-lg {
    border: 2px solid #9E7BB2 !important; }
  .u-border-md-complementary-1-dark-lg {
    border: 2px solid #B6A1C2 !important; }
  .u-border-md-complementary-1-medium-lg {
    border: 2px solid #D2C6D9 !important; }
  .u-border-md-complementary-1-light-lg {
    border: 2px solid #F4E8FA !important; }
  .u-border-md-complementary-1-lightest-lg {
    border: 2px solid #F7F0FB !important; }
  .u-border-md-complementary-2-darkest-lg {
    border: 2px solid #86BF33 !important; }
  .u-border-md-complementary-2-dark-lg {
    border: 2px solid #A8E353 !important; }
  .u-border-md-complementary-2-medium-lg {
    border: 2px solid #C6FA7A !important; }
  .u-border-md-complementary-2-light-lg {
    border: 2px solid #EBFFCD !important; }
  .u-border-md-complementary-2-lightest-lg {
    border: 2px solid #F6FFE9 !important; }
  .u-border-md-feedback-danger-darkest-lg {
    border: 2px solid #C71414 !important; }
  .u-border-md-feedback-danger-dark-lg {
    border: 2px solid #F42525 !important; }
  .u-border-md-feedback-danger-medium-lg {
    border: 2px solid #F95151 !important; }
  .u-border-md-feedback-danger-light-lg {
    border: 2px solid #FBA8A8 !important; }
  .u-border-md-feedback-danger-lightest-lg {
    border: 2px solid #FEDCDC !important; }
  .u-border-md-feedback-success-darkest-lg {
    border: 2px solid #01642E !important; }
  .u-border-md-feedback-success-dark-lg {
    border: 2px solid #00A148 !important; }
  .u-border-md-feedback-success-medium-lg {
    border: 2px solid #41C670 !important; }
  .u-border-md-feedback-success-light-lg {
    border: 2px solid #B3E3C9 !important; }
  .u-border-md-feedback-success-lightest-lg {
    border: 2px solid #D9F4E2 !important; }
  .u-border-md-feedback-alert-darkest-lg {
    border: 2px solid #E38800 !important; }
  .u-border-md-feedback-alert-dark-lg {
    border: 2px solid #F7A608 !important; }
  .u-border-md-feedback-alert-medium-lg {
    border: 2px solid #FFC633 !important; }
  .u-border-md-feedback-alert-light-lg {
    border: 2px solid #FEDF8F !important; }
  .u-border-md-feedback-alert-lightest-lg {
    border: 2px solid #FEEDBF !important; }
  .u-border-md-neutral-darkest-lg {
    border: 2px solid #1E1E1E !important; }
  .u-border-md-neutral-dark-lg {
    border: 2px solid #515151 !important; }
  .u-border-md-neutral-medium-lg {
    border: 2px solid #ADADAD !important; }
  .u-border-md-neutral-light-lg {
    border: 2px solid #E3E3E3 !important; }
  .u-border-md-neutral-lightest-lg {
    border: 2px solid #F2F2F2 !important; }
  .u-border-md-essential-black-lg {
    border: 2px solid #000000 !important; }
  .u-border-md-essential-white-lg {
    border: 2px solid #FFFFFF !important; }
  .u-border-top-md-brand-primary-darkest-lg {
    border-top: 2px solid #B43500 !important; }
  .u-border-top-md-brand-primary-dark-lg {
    border-top: 2px solid #D83B04 !important; }
  .u-border-top-md-brand-primary-medium-lg {
    border-top: 2px solid #E55807 !important; }
  .u-border-top-md-brand-primary-light-lg {
    border-top: 2px solid #FFCBB5 !important; }
  .u-border-top-md-brand-primary-lightest-lg {
    border-top: 2px solid #FDEBE1 !important; }
  .u-border-top-md-complementary-1-darkest-lg {
    border-top: 2px solid #9E7BB2 !important; }
  .u-border-top-md-complementary-1-dark-lg {
    border-top: 2px solid #B6A1C2 !important; }
  .u-border-top-md-complementary-1-medium-lg {
    border-top: 2px solid #D2C6D9 !important; }
  .u-border-top-md-complementary-1-light-lg {
    border-top: 2px solid #F4E8FA !important; }
  .u-border-top-md-complementary-1-lightest-lg {
    border-top: 2px solid #F7F0FB !important; }
  .u-border-top-md-complementary-2-darkest-lg {
    border-top: 2px solid #86BF33 !important; }
  .u-border-top-md-complementary-2-dark-lg {
    border-top: 2px solid #A8E353 !important; }
  .u-border-top-md-complementary-2-medium-lg {
    border-top: 2px solid #C6FA7A !important; }
  .u-border-top-md-complementary-2-light-lg {
    border-top: 2px solid #EBFFCD !important; }
  .u-border-top-md-complementary-2-lightest-lg {
    border-top: 2px solid #F6FFE9 !important; }
  .u-border-top-md-feedback-danger-darkest-lg {
    border-top: 2px solid #C71414 !important; }
  .u-border-top-md-feedback-danger-dark-lg {
    border-top: 2px solid #F42525 !important; }
  .u-border-top-md-feedback-danger-medium-lg {
    border-top: 2px solid #F95151 !important; }
  .u-border-top-md-feedback-danger-light-lg {
    border-top: 2px solid #FBA8A8 !important; }
  .u-border-top-md-feedback-danger-lightest-lg {
    border-top: 2px solid #FEDCDC !important; }
  .u-border-top-md-feedback-success-darkest-lg {
    border-top: 2px solid #01642E !important; }
  .u-border-top-md-feedback-success-dark-lg {
    border-top: 2px solid #00A148 !important; }
  .u-border-top-md-feedback-success-medium-lg {
    border-top: 2px solid #41C670 !important; }
  .u-border-top-md-feedback-success-light-lg {
    border-top: 2px solid #B3E3C9 !important; }
  .u-border-top-md-feedback-success-lightest-lg {
    border-top: 2px solid #D9F4E2 !important; }
  .u-border-top-md-feedback-alert-darkest-lg {
    border-top: 2px solid #E38800 !important; }
  .u-border-top-md-feedback-alert-dark-lg {
    border-top: 2px solid #F7A608 !important; }
  .u-border-top-md-feedback-alert-medium-lg {
    border-top: 2px solid #FFC633 !important; }
  .u-border-top-md-feedback-alert-light-lg {
    border-top: 2px solid #FEDF8F !important; }
  .u-border-top-md-feedback-alert-lightest-lg {
    border-top: 2px solid #FEEDBF !important; }
  .u-border-top-md-neutral-darkest-lg {
    border-top: 2px solid #1E1E1E !important; }
  .u-border-top-md-neutral-dark-lg {
    border-top: 2px solid #515151 !important; }
  .u-border-top-md-neutral-medium-lg {
    border-top: 2px solid #ADADAD !important; }
  .u-border-top-md-neutral-light-lg {
    border-top: 2px solid #E3E3E3 !important; }
  .u-border-top-md-neutral-lightest-lg {
    border-top: 2px solid #F2F2F2 !important; }
  .u-border-top-md-essential-black-lg {
    border-top: 2px solid #000000 !important; }
  .u-border-top-md-essential-white-lg {
    border-top: 2px solid #FFFFFF !important; }
  .u-border-bottom-md-brand-primary-darkest-lg {
    border-bottom: 2px solid #B43500 !important; }
  .u-border-bottom-md-brand-primary-dark-lg {
    border-bottom: 2px solid #D83B04 !important; }
  .u-border-bottom-md-brand-primary-medium-lg {
    border-bottom: 2px solid #E55807 !important; }
  .u-border-bottom-md-brand-primary-light-lg {
    border-bottom: 2px solid #FFCBB5 !important; }
  .u-border-bottom-md-brand-primary-lightest-lg {
    border-bottom: 2px solid #FDEBE1 !important; }
  .u-border-bottom-md-complementary-1-darkest-lg {
    border-bottom: 2px solid #9E7BB2 !important; }
  .u-border-bottom-md-complementary-1-dark-lg {
    border-bottom: 2px solid #B6A1C2 !important; }
  .u-border-bottom-md-complementary-1-medium-lg {
    border-bottom: 2px solid #D2C6D9 !important; }
  .u-border-bottom-md-complementary-1-light-lg {
    border-bottom: 2px solid #F4E8FA !important; }
  .u-border-bottom-md-complementary-1-lightest-lg {
    border-bottom: 2px solid #F7F0FB !important; }
  .u-border-bottom-md-complementary-2-darkest-lg {
    border-bottom: 2px solid #86BF33 !important; }
  .u-border-bottom-md-complementary-2-dark-lg {
    border-bottom: 2px solid #A8E353 !important; }
  .u-border-bottom-md-complementary-2-medium-lg {
    border-bottom: 2px solid #C6FA7A !important; }
  .u-border-bottom-md-complementary-2-light-lg {
    border-bottom: 2px solid #EBFFCD !important; }
  .u-border-bottom-md-complementary-2-lightest-lg {
    border-bottom: 2px solid #F6FFE9 !important; }
  .u-border-bottom-md-feedback-danger-darkest-lg {
    border-bottom: 2px solid #C71414 !important; }
  .u-border-bottom-md-feedback-danger-dark-lg {
    border-bottom: 2px solid #F42525 !important; }
  .u-border-bottom-md-feedback-danger-medium-lg {
    border-bottom: 2px solid #F95151 !important; }
  .u-border-bottom-md-feedback-danger-light-lg {
    border-bottom: 2px solid #FBA8A8 !important; }
  .u-border-bottom-md-feedback-danger-lightest-lg {
    border-bottom: 2px solid #FEDCDC !important; }
  .u-border-bottom-md-feedback-success-darkest-lg {
    border-bottom: 2px solid #01642E !important; }
  .u-border-bottom-md-feedback-success-dark-lg {
    border-bottom: 2px solid #00A148 !important; }
  .u-border-bottom-md-feedback-success-medium-lg {
    border-bottom: 2px solid #41C670 !important; }
  .u-border-bottom-md-feedback-success-light-lg {
    border-bottom: 2px solid #B3E3C9 !important; }
  .u-border-bottom-md-feedback-success-lightest-lg {
    border-bottom: 2px solid #D9F4E2 !important; }
  .u-border-bottom-md-feedback-alert-darkest-lg {
    border-bottom: 2px solid #E38800 !important; }
  .u-border-bottom-md-feedback-alert-dark-lg {
    border-bottom: 2px solid #F7A608 !important; }
  .u-border-bottom-md-feedback-alert-medium-lg {
    border-bottom: 2px solid #FFC633 !important; }
  .u-border-bottom-md-feedback-alert-light-lg {
    border-bottom: 2px solid #FEDF8F !important; }
  .u-border-bottom-md-feedback-alert-lightest-lg {
    border-bottom: 2px solid #FEEDBF !important; }
  .u-border-bottom-md-neutral-darkest-lg {
    border-bottom: 2px solid #1E1E1E !important; }
  .u-border-bottom-md-neutral-dark-lg {
    border-bottom: 2px solid #515151 !important; }
  .u-border-bottom-md-neutral-medium-lg {
    border-bottom: 2px solid #ADADAD !important; }
  .u-border-bottom-md-neutral-light-lg {
    border-bottom: 2px solid #E3E3E3 !important; }
  .u-border-bottom-md-neutral-lightest-lg {
    border-bottom: 2px solid #F2F2F2 !important; }
  .u-border-bottom-md-essential-black-lg {
    border-bottom: 2px solid #000000 !important; }
  .u-border-bottom-md-essential-white-lg {
    border-bottom: 2px solid #FFFFFF !important; }
  .u-border-right-md-brand-primary-darkest-lg {
    border-right: 2px solid #B43500 !important; }
  .u-border-right-md-brand-primary-dark-lg {
    border-right: 2px solid #D83B04 !important; }
  .u-border-right-md-brand-primary-medium-lg {
    border-right: 2px solid #E55807 !important; }
  .u-border-right-md-brand-primary-light-lg {
    border-right: 2px solid #FFCBB5 !important; }
  .u-border-right-md-brand-primary-lightest-lg {
    border-right: 2px solid #FDEBE1 !important; }
  .u-border-right-md-complementary-1-darkest-lg {
    border-right: 2px solid #9E7BB2 !important; }
  .u-border-right-md-complementary-1-dark-lg {
    border-right: 2px solid #B6A1C2 !important; }
  .u-border-right-md-complementary-1-medium-lg {
    border-right: 2px solid #D2C6D9 !important; }
  .u-border-right-md-complementary-1-light-lg {
    border-right: 2px solid #F4E8FA !important; }
  .u-border-right-md-complementary-1-lightest-lg {
    border-right: 2px solid #F7F0FB !important; }
  .u-border-right-md-complementary-2-darkest-lg {
    border-right: 2px solid #86BF33 !important; }
  .u-border-right-md-complementary-2-dark-lg {
    border-right: 2px solid #A8E353 !important; }
  .u-border-right-md-complementary-2-medium-lg {
    border-right: 2px solid #C6FA7A !important; }
  .u-border-right-md-complementary-2-light-lg {
    border-right: 2px solid #EBFFCD !important; }
  .u-border-right-md-complementary-2-lightest-lg {
    border-right: 2px solid #F6FFE9 !important; }
  .u-border-right-md-feedback-danger-darkest-lg {
    border-right: 2px solid #C71414 !important; }
  .u-border-right-md-feedback-danger-dark-lg {
    border-right: 2px solid #F42525 !important; }
  .u-border-right-md-feedback-danger-medium-lg {
    border-right: 2px solid #F95151 !important; }
  .u-border-right-md-feedback-danger-light-lg {
    border-right: 2px solid #FBA8A8 !important; }
  .u-border-right-md-feedback-danger-lightest-lg {
    border-right: 2px solid #FEDCDC !important; }
  .u-border-right-md-feedback-success-darkest-lg {
    border-right: 2px solid #01642E !important; }
  .u-border-right-md-feedback-success-dark-lg {
    border-right: 2px solid #00A148 !important; }
  .u-border-right-md-feedback-success-medium-lg {
    border-right: 2px solid #41C670 !important; }
  .u-border-right-md-feedback-success-light-lg {
    border-right: 2px solid #B3E3C9 !important; }
  .u-border-right-md-feedback-success-lightest-lg {
    border-right: 2px solid #D9F4E2 !important; }
  .u-border-right-md-feedback-alert-darkest-lg {
    border-right: 2px solid #E38800 !important; }
  .u-border-right-md-feedback-alert-dark-lg {
    border-right: 2px solid #F7A608 !important; }
  .u-border-right-md-feedback-alert-medium-lg {
    border-right: 2px solid #FFC633 !important; }
  .u-border-right-md-feedback-alert-light-lg {
    border-right: 2px solid #FEDF8F !important; }
  .u-border-right-md-feedback-alert-lightest-lg {
    border-right: 2px solid #FEEDBF !important; }
  .u-border-right-md-neutral-darkest-lg {
    border-right: 2px solid #1E1E1E !important; }
  .u-border-right-md-neutral-dark-lg {
    border-right: 2px solid #515151 !important; }
  .u-border-right-md-neutral-medium-lg {
    border-right: 2px solid #ADADAD !important; }
  .u-border-right-md-neutral-light-lg {
    border-right: 2px solid #E3E3E3 !important; }
  .u-border-right-md-neutral-lightest-lg {
    border-right: 2px solid #F2F2F2 !important; }
  .u-border-right-md-essential-black-lg {
    border-right: 2px solid #000000 !important; }
  .u-border-right-md-essential-white-lg {
    border-right: 2px solid #FFFFFF !important; }
  .u-border-left-md-brand-primary-darkest-lg {
    border-left: 2px solid #B43500 !important; }
  .u-border-left-md-brand-primary-dark-lg {
    border-left: 2px solid #D83B04 !important; }
  .u-border-left-md-brand-primary-medium-lg {
    border-left: 2px solid #E55807 !important; }
  .u-border-left-md-brand-primary-light-lg {
    border-left: 2px solid #FFCBB5 !important; }
  .u-border-left-md-brand-primary-lightest-lg {
    border-left: 2px solid #FDEBE1 !important; }
  .u-border-left-md-complementary-1-darkest-lg {
    border-left: 2px solid #9E7BB2 !important; }
  .u-border-left-md-complementary-1-dark-lg {
    border-left: 2px solid #B6A1C2 !important; }
  .u-border-left-md-complementary-1-medium-lg {
    border-left: 2px solid #D2C6D9 !important; }
  .u-border-left-md-complementary-1-light-lg {
    border-left: 2px solid #F4E8FA !important; }
  .u-border-left-md-complementary-1-lightest-lg {
    border-left: 2px solid #F7F0FB !important; }
  .u-border-left-md-complementary-2-darkest-lg {
    border-left: 2px solid #86BF33 !important; }
  .u-border-left-md-complementary-2-dark-lg {
    border-left: 2px solid #A8E353 !important; }
  .u-border-left-md-complementary-2-medium-lg {
    border-left: 2px solid #C6FA7A !important; }
  .u-border-left-md-complementary-2-light-lg {
    border-left: 2px solid #EBFFCD !important; }
  .u-border-left-md-complementary-2-lightest-lg {
    border-left: 2px solid #F6FFE9 !important; }
  .u-border-left-md-feedback-danger-darkest-lg {
    border-left: 2px solid #C71414 !important; }
  .u-border-left-md-feedback-danger-dark-lg {
    border-left: 2px solid #F42525 !important; }
  .u-border-left-md-feedback-danger-medium-lg {
    border-left: 2px solid #F95151 !important; }
  .u-border-left-md-feedback-danger-light-lg {
    border-left: 2px solid #FBA8A8 !important; }
  .u-border-left-md-feedback-danger-lightest-lg {
    border-left: 2px solid #FEDCDC !important; }
  .u-border-left-md-feedback-success-darkest-lg {
    border-left: 2px solid #01642E !important; }
  .u-border-left-md-feedback-success-dark-lg {
    border-left: 2px solid #00A148 !important; }
  .u-border-left-md-feedback-success-medium-lg {
    border-left: 2px solid #41C670 !important; }
  .u-border-left-md-feedback-success-light-lg {
    border-left: 2px solid #B3E3C9 !important; }
  .u-border-left-md-feedback-success-lightest-lg {
    border-left: 2px solid #D9F4E2 !important; }
  .u-border-left-md-feedback-alert-darkest-lg {
    border-left: 2px solid #E38800 !important; }
  .u-border-left-md-feedback-alert-dark-lg {
    border-left: 2px solid #F7A608 !important; }
  .u-border-left-md-feedback-alert-medium-lg {
    border-left: 2px solid #FFC633 !important; }
  .u-border-left-md-feedback-alert-light-lg {
    border-left: 2px solid #FEDF8F !important; }
  .u-border-left-md-feedback-alert-lightest-lg {
    border-left: 2px solid #FEEDBF !important; }
  .u-border-left-md-neutral-darkest-lg {
    border-left: 2px solid #1E1E1E !important; }
  .u-border-left-md-neutral-dark-lg {
    border-left: 2px solid #515151 !important; }
  .u-border-left-md-neutral-medium-lg {
    border-left: 2px solid #ADADAD !important; }
  .u-border-left-md-neutral-light-lg {
    border-left: 2px solid #E3E3E3 !important; }
  .u-border-left-md-neutral-lightest-lg {
    border-left: 2px solid #F2F2F2 !important; }
  .u-border-left-md-essential-black-lg {
    border-left: 2px solid #000000 !important; }
  .u-border-left-md-essential-white-lg {
    border-left: 2px solid #FFFFFF !important; }
  .u-border-lg-brand-primary-darkest-lg {
    border: 4px solid #B43500 !important; }
  .u-border-lg-brand-primary-dark-lg {
    border: 4px solid #D83B04 !important; }
  .u-border-lg-brand-primary-medium-lg {
    border: 4px solid #E55807 !important; }
  .u-border-lg-brand-primary-light-lg {
    border: 4px solid #FFCBB5 !important; }
  .u-border-lg-brand-primary-lightest-lg {
    border: 4px solid #FDEBE1 !important; }
  .u-border-lg-complementary-1-darkest-lg {
    border: 4px solid #9E7BB2 !important; }
  .u-border-lg-complementary-1-dark-lg {
    border: 4px solid #B6A1C2 !important; }
  .u-border-lg-complementary-1-medium-lg {
    border: 4px solid #D2C6D9 !important; }
  .u-border-lg-complementary-1-light-lg {
    border: 4px solid #F4E8FA !important; }
  .u-border-lg-complementary-1-lightest-lg {
    border: 4px solid #F7F0FB !important; }
  .u-border-lg-complementary-2-darkest-lg {
    border: 4px solid #86BF33 !important; }
  .u-border-lg-complementary-2-dark-lg {
    border: 4px solid #A8E353 !important; }
  .u-border-lg-complementary-2-medium-lg {
    border: 4px solid #C6FA7A !important; }
  .u-border-lg-complementary-2-light-lg {
    border: 4px solid #EBFFCD !important; }
  .u-border-lg-complementary-2-lightest-lg {
    border: 4px solid #F6FFE9 !important; }
  .u-border-lg-feedback-danger-darkest-lg {
    border: 4px solid #C71414 !important; }
  .u-border-lg-feedback-danger-dark-lg {
    border: 4px solid #F42525 !important; }
  .u-border-lg-feedback-danger-medium-lg {
    border: 4px solid #F95151 !important; }
  .u-border-lg-feedback-danger-light-lg {
    border: 4px solid #FBA8A8 !important; }
  .u-border-lg-feedback-danger-lightest-lg {
    border: 4px solid #FEDCDC !important; }
  .u-border-lg-feedback-success-darkest-lg {
    border: 4px solid #01642E !important; }
  .u-border-lg-feedback-success-dark-lg {
    border: 4px solid #00A148 !important; }
  .u-border-lg-feedback-success-medium-lg {
    border: 4px solid #41C670 !important; }
  .u-border-lg-feedback-success-light-lg {
    border: 4px solid #B3E3C9 !important; }
  .u-border-lg-feedback-success-lightest-lg {
    border: 4px solid #D9F4E2 !important; }
  .u-border-lg-feedback-alert-darkest-lg {
    border: 4px solid #E38800 !important; }
  .u-border-lg-feedback-alert-dark-lg {
    border: 4px solid #F7A608 !important; }
  .u-border-lg-feedback-alert-medium-lg {
    border: 4px solid #FFC633 !important; }
  .u-border-lg-feedback-alert-light-lg {
    border: 4px solid #FEDF8F !important; }
  .u-border-lg-feedback-alert-lightest-lg {
    border: 4px solid #FEEDBF !important; }
  .u-border-lg-neutral-darkest-lg {
    border: 4px solid #1E1E1E !important; }
  .u-border-lg-neutral-dark-lg {
    border: 4px solid #515151 !important; }
  .u-border-lg-neutral-medium-lg {
    border: 4px solid #ADADAD !important; }
  .u-border-lg-neutral-light-lg {
    border: 4px solid #E3E3E3 !important; }
  .u-border-lg-neutral-lightest-lg {
    border: 4px solid #F2F2F2 !important; }
  .u-border-lg-essential-black-lg {
    border: 4px solid #000000 !important; }
  .u-border-lg-essential-white-lg {
    border: 4px solid #FFFFFF !important; }
  .u-border-top-lg-brand-primary-darkest-lg {
    border-top: 4px solid #B43500 !important; }
  .u-border-top-lg-brand-primary-dark-lg {
    border-top: 4px solid #D83B04 !important; }
  .u-border-top-lg-brand-primary-medium-lg {
    border-top: 4px solid #E55807 !important; }
  .u-border-top-lg-brand-primary-light-lg {
    border-top: 4px solid #FFCBB5 !important; }
  .u-border-top-lg-brand-primary-lightest-lg {
    border-top: 4px solid #FDEBE1 !important; }
  .u-border-top-lg-complementary-1-darkest-lg {
    border-top: 4px solid #9E7BB2 !important; }
  .u-border-top-lg-complementary-1-dark-lg {
    border-top: 4px solid #B6A1C2 !important; }
  .u-border-top-lg-complementary-1-medium-lg {
    border-top: 4px solid #D2C6D9 !important; }
  .u-border-top-lg-complementary-1-light-lg {
    border-top: 4px solid #F4E8FA !important; }
  .u-border-top-lg-complementary-1-lightest-lg {
    border-top: 4px solid #F7F0FB !important; }
  .u-border-top-lg-complementary-2-darkest-lg {
    border-top: 4px solid #86BF33 !important; }
  .u-border-top-lg-complementary-2-dark-lg {
    border-top: 4px solid #A8E353 !important; }
  .u-border-top-lg-complementary-2-medium-lg {
    border-top: 4px solid #C6FA7A !important; }
  .u-border-top-lg-complementary-2-light-lg {
    border-top: 4px solid #EBFFCD !important; }
  .u-border-top-lg-complementary-2-lightest-lg {
    border-top: 4px solid #F6FFE9 !important; }
  .u-border-top-lg-feedback-danger-darkest-lg {
    border-top: 4px solid #C71414 !important; }
  .u-border-top-lg-feedback-danger-dark-lg {
    border-top: 4px solid #F42525 !important; }
  .u-border-top-lg-feedback-danger-medium-lg {
    border-top: 4px solid #F95151 !important; }
  .u-border-top-lg-feedback-danger-light-lg {
    border-top: 4px solid #FBA8A8 !important; }
  .u-border-top-lg-feedback-danger-lightest-lg {
    border-top: 4px solid #FEDCDC !important; }
  .u-border-top-lg-feedback-success-darkest-lg {
    border-top: 4px solid #01642E !important; }
  .u-border-top-lg-feedback-success-dark-lg {
    border-top: 4px solid #00A148 !important; }
  .u-border-top-lg-feedback-success-medium-lg {
    border-top: 4px solid #41C670 !important; }
  .u-border-top-lg-feedback-success-light-lg {
    border-top: 4px solid #B3E3C9 !important; }
  .u-border-top-lg-feedback-success-lightest-lg {
    border-top: 4px solid #D9F4E2 !important; }
  .u-border-top-lg-feedback-alert-darkest-lg {
    border-top: 4px solid #E38800 !important; }
  .u-border-top-lg-feedback-alert-dark-lg {
    border-top: 4px solid #F7A608 !important; }
  .u-border-top-lg-feedback-alert-medium-lg {
    border-top: 4px solid #FFC633 !important; }
  .u-border-top-lg-feedback-alert-light-lg {
    border-top: 4px solid #FEDF8F !important; }
  .u-border-top-lg-feedback-alert-lightest-lg {
    border-top: 4px solid #FEEDBF !important; }
  .u-border-top-lg-neutral-darkest-lg {
    border-top: 4px solid #1E1E1E !important; }
  .u-border-top-lg-neutral-dark-lg {
    border-top: 4px solid #515151 !important; }
  .u-border-top-lg-neutral-medium-lg {
    border-top: 4px solid #ADADAD !important; }
  .u-border-top-lg-neutral-light-lg {
    border-top: 4px solid #E3E3E3 !important; }
  .u-border-top-lg-neutral-lightest-lg {
    border-top: 4px solid #F2F2F2 !important; }
  .u-border-top-lg-essential-black-lg {
    border-top: 4px solid #000000 !important; }
  .u-border-top-lg-essential-white-lg {
    border-top: 4px solid #FFFFFF !important; }
  .u-border-bottom-lg-brand-primary-darkest-lg {
    border-bottom: 4px solid #B43500 !important; }
  .u-border-bottom-lg-brand-primary-dark-lg {
    border-bottom: 4px solid #D83B04 !important; }
  .u-border-bottom-lg-brand-primary-medium-lg {
    border-bottom: 4px solid #E55807 !important; }
  .u-border-bottom-lg-brand-primary-light-lg {
    border-bottom: 4px solid #FFCBB5 !important; }
  .u-border-bottom-lg-brand-primary-lightest-lg {
    border-bottom: 4px solid #FDEBE1 !important; }
  .u-border-bottom-lg-complementary-1-darkest-lg {
    border-bottom: 4px solid #9E7BB2 !important; }
  .u-border-bottom-lg-complementary-1-dark-lg {
    border-bottom: 4px solid #B6A1C2 !important; }
  .u-border-bottom-lg-complementary-1-medium-lg {
    border-bottom: 4px solid #D2C6D9 !important; }
  .u-border-bottom-lg-complementary-1-light-lg {
    border-bottom: 4px solid #F4E8FA !important; }
  .u-border-bottom-lg-complementary-1-lightest-lg {
    border-bottom: 4px solid #F7F0FB !important; }
  .u-border-bottom-lg-complementary-2-darkest-lg {
    border-bottom: 4px solid #86BF33 !important; }
  .u-border-bottom-lg-complementary-2-dark-lg {
    border-bottom: 4px solid #A8E353 !important; }
  .u-border-bottom-lg-complementary-2-medium-lg {
    border-bottom: 4px solid #C6FA7A !important; }
  .u-border-bottom-lg-complementary-2-light-lg {
    border-bottom: 4px solid #EBFFCD !important; }
  .u-border-bottom-lg-complementary-2-lightest-lg {
    border-bottom: 4px solid #F6FFE9 !important; }
  .u-border-bottom-lg-feedback-danger-darkest-lg {
    border-bottom: 4px solid #C71414 !important; }
  .u-border-bottom-lg-feedback-danger-dark-lg {
    border-bottom: 4px solid #F42525 !important; }
  .u-border-bottom-lg-feedback-danger-medium-lg {
    border-bottom: 4px solid #F95151 !important; }
  .u-border-bottom-lg-feedback-danger-light-lg {
    border-bottom: 4px solid #FBA8A8 !important; }
  .u-border-bottom-lg-feedback-danger-lightest-lg {
    border-bottom: 4px solid #FEDCDC !important; }
  .u-border-bottom-lg-feedback-success-darkest-lg {
    border-bottom: 4px solid #01642E !important; }
  .u-border-bottom-lg-feedback-success-dark-lg {
    border-bottom: 4px solid #00A148 !important; }
  .u-border-bottom-lg-feedback-success-medium-lg {
    border-bottom: 4px solid #41C670 !important; }
  .u-border-bottom-lg-feedback-success-light-lg {
    border-bottom: 4px solid #B3E3C9 !important; }
  .u-border-bottom-lg-feedback-success-lightest-lg {
    border-bottom: 4px solid #D9F4E2 !important; }
  .u-border-bottom-lg-feedback-alert-darkest-lg {
    border-bottom: 4px solid #E38800 !important; }
  .u-border-bottom-lg-feedback-alert-dark-lg {
    border-bottom: 4px solid #F7A608 !important; }
  .u-border-bottom-lg-feedback-alert-medium-lg {
    border-bottom: 4px solid #FFC633 !important; }
  .u-border-bottom-lg-feedback-alert-light-lg {
    border-bottom: 4px solid #FEDF8F !important; }
  .u-border-bottom-lg-feedback-alert-lightest-lg {
    border-bottom: 4px solid #FEEDBF !important; }
  .u-border-bottom-lg-neutral-darkest-lg {
    border-bottom: 4px solid #1E1E1E !important; }
  .u-border-bottom-lg-neutral-dark-lg {
    border-bottom: 4px solid #515151 !important; }
  .u-border-bottom-lg-neutral-medium-lg {
    border-bottom: 4px solid #ADADAD !important; }
  .u-border-bottom-lg-neutral-light-lg {
    border-bottom: 4px solid #E3E3E3 !important; }
  .u-border-bottom-lg-neutral-lightest-lg {
    border-bottom: 4px solid #F2F2F2 !important; }
  .u-border-bottom-lg-essential-black-lg {
    border-bottom: 4px solid #000000 !important; }
  .u-border-bottom-lg-essential-white-lg {
    border-bottom: 4px solid #FFFFFF !important; }
  .u-border-right-lg-brand-primary-darkest-lg {
    border-right: 4px solid #B43500 !important; }
  .u-border-right-lg-brand-primary-dark-lg {
    border-right: 4px solid #D83B04 !important; }
  .u-border-right-lg-brand-primary-medium-lg {
    border-right: 4px solid #E55807 !important; }
  .u-border-right-lg-brand-primary-light-lg {
    border-right: 4px solid #FFCBB5 !important; }
  .u-border-right-lg-brand-primary-lightest-lg {
    border-right: 4px solid #FDEBE1 !important; }
  .u-border-right-lg-complementary-1-darkest-lg {
    border-right: 4px solid #9E7BB2 !important; }
  .u-border-right-lg-complementary-1-dark-lg {
    border-right: 4px solid #B6A1C2 !important; }
  .u-border-right-lg-complementary-1-medium-lg {
    border-right: 4px solid #D2C6D9 !important; }
  .u-border-right-lg-complementary-1-light-lg {
    border-right: 4px solid #F4E8FA !important; }
  .u-border-right-lg-complementary-1-lightest-lg {
    border-right: 4px solid #F7F0FB !important; }
  .u-border-right-lg-complementary-2-darkest-lg {
    border-right: 4px solid #86BF33 !important; }
  .u-border-right-lg-complementary-2-dark-lg {
    border-right: 4px solid #A8E353 !important; }
  .u-border-right-lg-complementary-2-medium-lg {
    border-right: 4px solid #C6FA7A !important; }
  .u-border-right-lg-complementary-2-light-lg {
    border-right: 4px solid #EBFFCD !important; }
  .u-border-right-lg-complementary-2-lightest-lg {
    border-right: 4px solid #F6FFE9 !important; }
  .u-border-right-lg-feedback-danger-darkest-lg {
    border-right: 4px solid #C71414 !important; }
  .u-border-right-lg-feedback-danger-dark-lg {
    border-right: 4px solid #F42525 !important; }
  .u-border-right-lg-feedback-danger-medium-lg {
    border-right: 4px solid #F95151 !important; }
  .u-border-right-lg-feedback-danger-light-lg {
    border-right: 4px solid #FBA8A8 !important; }
  .u-border-right-lg-feedback-danger-lightest-lg {
    border-right: 4px solid #FEDCDC !important; }
  .u-border-right-lg-feedback-success-darkest-lg {
    border-right: 4px solid #01642E !important; }
  .u-border-right-lg-feedback-success-dark-lg {
    border-right: 4px solid #00A148 !important; }
  .u-border-right-lg-feedback-success-medium-lg {
    border-right: 4px solid #41C670 !important; }
  .u-border-right-lg-feedback-success-light-lg {
    border-right: 4px solid #B3E3C9 !important; }
  .u-border-right-lg-feedback-success-lightest-lg {
    border-right: 4px solid #D9F4E2 !important; }
  .u-border-right-lg-feedback-alert-darkest-lg {
    border-right: 4px solid #E38800 !important; }
  .u-border-right-lg-feedback-alert-dark-lg {
    border-right: 4px solid #F7A608 !important; }
  .u-border-right-lg-feedback-alert-medium-lg {
    border-right: 4px solid #FFC633 !important; }
  .u-border-right-lg-feedback-alert-light-lg {
    border-right: 4px solid #FEDF8F !important; }
  .u-border-right-lg-feedback-alert-lightest-lg {
    border-right: 4px solid #FEEDBF !important; }
  .u-border-right-lg-neutral-darkest-lg {
    border-right: 4px solid #1E1E1E !important; }
  .u-border-right-lg-neutral-dark-lg {
    border-right: 4px solid #515151 !important; }
  .u-border-right-lg-neutral-medium-lg {
    border-right: 4px solid #ADADAD !important; }
  .u-border-right-lg-neutral-light-lg {
    border-right: 4px solid #E3E3E3 !important; }
  .u-border-right-lg-neutral-lightest-lg {
    border-right: 4px solid #F2F2F2 !important; }
  .u-border-right-lg-essential-black-lg {
    border-right: 4px solid #000000 !important; }
  .u-border-right-lg-essential-white-lg {
    border-right: 4px solid #FFFFFF !important; }
  .u-border-left-lg-brand-primary-darkest-lg {
    border-left: 4px solid #B43500 !important; }
  .u-border-left-lg-brand-primary-dark-lg {
    border-left: 4px solid #D83B04 !important; }
  .u-border-left-lg-brand-primary-medium-lg {
    border-left: 4px solid #E55807 !important; }
  .u-border-left-lg-brand-primary-light-lg {
    border-left: 4px solid #FFCBB5 !important; }
  .u-border-left-lg-brand-primary-lightest-lg {
    border-left: 4px solid #FDEBE1 !important; }
  .u-border-left-lg-complementary-1-darkest-lg {
    border-left: 4px solid #9E7BB2 !important; }
  .u-border-left-lg-complementary-1-dark-lg {
    border-left: 4px solid #B6A1C2 !important; }
  .u-border-left-lg-complementary-1-medium-lg {
    border-left: 4px solid #D2C6D9 !important; }
  .u-border-left-lg-complementary-1-light-lg {
    border-left: 4px solid #F4E8FA !important; }
  .u-border-left-lg-complementary-1-lightest-lg {
    border-left: 4px solid #F7F0FB !important; }
  .u-border-left-lg-complementary-2-darkest-lg {
    border-left: 4px solid #86BF33 !important; }
  .u-border-left-lg-complementary-2-dark-lg {
    border-left: 4px solid #A8E353 !important; }
  .u-border-left-lg-complementary-2-medium-lg {
    border-left: 4px solid #C6FA7A !important; }
  .u-border-left-lg-complementary-2-light-lg {
    border-left: 4px solid #EBFFCD !important; }
  .u-border-left-lg-complementary-2-lightest-lg {
    border-left: 4px solid #F6FFE9 !important; }
  .u-border-left-lg-feedback-danger-darkest-lg {
    border-left: 4px solid #C71414 !important; }
  .u-border-left-lg-feedback-danger-dark-lg {
    border-left: 4px solid #F42525 !important; }
  .u-border-left-lg-feedback-danger-medium-lg {
    border-left: 4px solid #F95151 !important; }
  .u-border-left-lg-feedback-danger-light-lg {
    border-left: 4px solid #FBA8A8 !important; }
  .u-border-left-lg-feedback-danger-lightest-lg {
    border-left: 4px solid #FEDCDC !important; }
  .u-border-left-lg-feedback-success-darkest-lg {
    border-left: 4px solid #01642E !important; }
  .u-border-left-lg-feedback-success-dark-lg {
    border-left: 4px solid #00A148 !important; }
  .u-border-left-lg-feedback-success-medium-lg {
    border-left: 4px solid #41C670 !important; }
  .u-border-left-lg-feedback-success-light-lg {
    border-left: 4px solid #B3E3C9 !important; }
  .u-border-left-lg-feedback-success-lightest-lg {
    border-left: 4px solid #D9F4E2 !important; }
  .u-border-left-lg-feedback-alert-darkest-lg {
    border-left: 4px solid #E38800 !important; }
  .u-border-left-lg-feedback-alert-dark-lg {
    border-left: 4px solid #F7A608 !important; }
  .u-border-left-lg-feedback-alert-medium-lg {
    border-left: 4px solid #FFC633 !important; }
  .u-border-left-lg-feedback-alert-light-lg {
    border-left: 4px solid #FEDF8F !important; }
  .u-border-left-lg-feedback-alert-lightest-lg {
    border-left: 4px solid #FEEDBF !important; }
  .u-border-left-lg-neutral-darkest-lg {
    border-left: 4px solid #1E1E1E !important; }
  .u-border-left-lg-neutral-dark-lg {
    border-left: 4px solid #515151 !important; }
  .u-border-left-lg-neutral-medium-lg {
    border-left: 4px solid #ADADAD !important; }
  .u-border-left-lg-neutral-light-lg {
    border-left: 4px solid #E3E3E3 !important; }
  .u-border-left-lg-neutral-lightest-lg {
    border-left: 4px solid #F2F2F2 !important; }
  .u-border-left-lg-essential-black-lg {
    border-left: 4px solid #000000 !important; }
  .u-border-left-lg-essential-white-lg {
    border-left: 4px solid #FFFFFF !important; }
  .u-border-xl-brand-primary-darkest-lg {
    border: 6px solid #B43500 !important; }
  .u-border-xl-brand-primary-dark-lg {
    border: 6px solid #D83B04 !important; }
  .u-border-xl-brand-primary-medium-lg {
    border: 6px solid #E55807 !important; }
  .u-border-xl-brand-primary-light-lg {
    border: 6px solid #FFCBB5 !important; }
  .u-border-xl-brand-primary-lightest-lg {
    border: 6px solid #FDEBE1 !important; }
  .u-border-xl-complementary-1-darkest-lg {
    border: 6px solid #9E7BB2 !important; }
  .u-border-xl-complementary-1-dark-lg {
    border: 6px solid #B6A1C2 !important; }
  .u-border-xl-complementary-1-medium-lg {
    border: 6px solid #D2C6D9 !important; }
  .u-border-xl-complementary-1-light-lg {
    border: 6px solid #F4E8FA !important; }
  .u-border-xl-complementary-1-lightest-lg {
    border: 6px solid #F7F0FB !important; }
  .u-border-xl-complementary-2-darkest-lg {
    border: 6px solid #86BF33 !important; }
  .u-border-xl-complementary-2-dark-lg {
    border: 6px solid #A8E353 !important; }
  .u-border-xl-complementary-2-medium-lg {
    border: 6px solid #C6FA7A !important; }
  .u-border-xl-complementary-2-light-lg {
    border: 6px solid #EBFFCD !important; }
  .u-border-xl-complementary-2-lightest-lg {
    border: 6px solid #F6FFE9 !important; }
  .u-border-xl-feedback-danger-darkest-lg {
    border: 6px solid #C71414 !important; }
  .u-border-xl-feedback-danger-dark-lg {
    border: 6px solid #F42525 !important; }
  .u-border-xl-feedback-danger-medium-lg {
    border: 6px solid #F95151 !important; }
  .u-border-xl-feedback-danger-light-lg {
    border: 6px solid #FBA8A8 !important; }
  .u-border-xl-feedback-danger-lightest-lg {
    border: 6px solid #FEDCDC !important; }
  .u-border-xl-feedback-success-darkest-lg {
    border: 6px solid #01642E !important; }
  .u-border-xl-feedback-success-dark-lg {
    border: 6px solid #00A148 !important; }
  .u-border-xl-feedback-success-medium-lg {
    border: 6px solid #41C670 !important; }
  .u-border-xl-feedback-success-light-lg {
    border: 6px solid #B3E3C9 !important; }
  .u-border-xl-feedback-success-lightest-lg {
    border: 6px solid #D9F4E2 !important; }
  .u-border-xl-feedback-alert-darkest-lg {
    border: 6px solid #E38800 !important; }
  .u-border-xl-feedback-alert-dark-lg {
    border: 6px solid #F7A608 !important; }
  .u-border-xl-feedback-alert-medium-lg {
    border: 6px solid #FFC633 !important; }
  .u-border-xl-feedback-alert-light-lg {
    border: 6px solid #FEDF8F !important; }
  .u-border-xl-feedback-alert-lightest-lg {
    border: 6px solid #FEEDBF !important; }
  .u-border-xl-neutral-darkest-lg {
    border: 6px solid #1E1E1E !important; }
  .u-border-xl-neutral-dark-lg {
    border: 6px solid #515151 !important; }
  .u-border-xl-neutral-medium-lg {
    border: 6px solid #ADADAD !important; }
  .u-border-xl-neutral-light-lg {
    border: 6px solid #E3E3E3 !important; }
  .u-border-xl-neutral-lightest-lg {
    border: 6px solid #F2F2F2 !important; }
  .u-border-xl-essential-black-lg {
    border: 6px solid #000000 !important; }
  .u-border-xl-essential-white-lg {
    border: 6px solid #FFFFFF !important; }
  .u-border-top-xl-brand-primary-darkest-lg {
    border-top: 6px solid #B43500 !important; }
  .u-border-top-xl-brand-primary-dark-lg {
    border-top: 6px solid #D83B04 !important; }
  .u-border-top-xl-brand-primary-medium-lg {
    border-top: 6px solid #E55807 !important; }
  .u-border-top-xl-brand-primary-light-lg {
    border-top: 6px solid #FFCBB5 !important; }
  .u-border-top-xl-brand-primary-lightest-lg {
    border-top: 6px solid #FDEBE1 !important; }
  .u-border-top-xl-complementary-1-darkest-lg {
    border-top: 6px solid #9E7BB2 !important; }
  .u-border-top-xl-complementary-1-dark-lg {
    border-top: 6px solid #B6A1C2 !important; }
  .u-border-top-xl-complementary-1-medium-lg {
    border-top: 6px solid #D2C6D9 !important; }
  .u-border-top-xl-complementary-1-light-lg {
    border-top: 6px solid #F4E8FA !important; }
  .u-border-top-xl-complementary-1-lightest-lg {
    border-top: 6px solid #F7F0FB !important; }
  .u-border-top-xl-complementary-2-darkest-lg {
    border-top: 6px solid #86BF33 !important; }
  .u-border-top-xl-complementary-2-dark-lg {
    border-top: 6px solid #A8E353 !important; }
  .u-border-top-xl-complementary-2-medium-lg {
    border-top: 6px solid #C6FA7A !important; }
  .u-border-top-xl-complementary-2-light-lg {
    border-top: 6px solid #EBFFCD !important; }
  .u-border-top-xl-complementary-2-lightest-lg {
    border-top: 6px solid #F6FFE9 !important; }
  .u-border-top-xl-feedback-danger-darkest-lg {
    border-top: 6px solid #C71414 !important; }
  .u-border-top-xl-feedback-danger-dark-lg {
    border-top: 6px solid #F42525 !important; }
  .u-border-top-xl-feedback-danger-medium-lg {
    border-top: 6px solid #F95151 !important; }
  .u-border-top-xl-feedback-danger-light-lg {
    border-top: 6px solid #FBA8A8 !important; }
  .u-border-top-xl-feedback-danger-lightest-lg {
    border-top: 6px solid #FEDCDC !important; }
  .u-border-top-xl-feedback-success-darkest-lg {
    border-top: 6px solid #01642E !important; }
  .u-border-top-xl-feedback-success-dark-lg {
    border-top: 6px solid #00A148 !important; }
  .u-border-top-xl-feedback-success-medium-lg {
    border-top: 6px solid #41C670 !important; }
  .u-border-top-xl-feedback-success-light-lg {
    border-top: 6px solid #B3E3C9 !important; }
  .u-border-top-xl-feedback-success-lightest-lg {
    border-top: 6px solid #D9F4E2 !important; }
  .u-border-top-xl-feedback-alert-darkest-lg {
    border-top: 6px solid #E38800 !important; }
  .u-border-top-xl-feedback-alert-dark-lg {
    border-top: 6px solid #F7A608 !important; }
  .u-border-top-xl-feedback-alert-medium-lg {
    border-top: 6px solid #FFC633 !important; }
  .u-border-top-xl-feedback-alert-light-lg {
    border-top: 6px solid #FEDF8F !important; }
  .u-border-top-xl-feedback-alert-lightest-lg {
    border-top: 6px solid #FEEDBF !important; }
  .u-border-top-xl-neutral-darkest-lg {
    border-top: 6px solid #1E1E1E !important; }
  .u-border-top-xl-neutral-dark-lg {
    border-top: 6px solid #515151 !important; }
  .u-border-top-xl-neutral-medium-lg {
    border-top: 6px solid #ADADAD !important; }
  .u-border-top-xl-neutral-light-lg {
    border-top: 6px solid #E3E3E3 !important; }
  .u-border-top-xl-neutral-lightest-lg {
    border-top: 6px solid #F2F2F2 !important; }
  .u-border-top-xl-essential-black-lg {
    border-top: 6px solid #000000 !important; }
  .u-border-top-xl-essential-white-lg {
    border-top: 6px solid #FFFFFF !important; }
  .u-border-bottom-xl-brand-primary-darkest-lg {
    border-bottom: 6px solid #B43500 !important; }
  .u-border-bottom-xl-brand-primary-dark-lg {
    border-bottom: 6px solid #D83B04 !important; }
  .u-border-bottom-xl-brand-primary-medium-lg {
    border-bottom: 6px solid #E55807 !important; }
  .u-border-bottom-xl-brand-primary-light-lg {
    border-bottom: 6px solid #FFCBB5 !important; }
  .u-border-bottom-xl-brand-primary-lightest-lg {
    border-bottom: 6px solid #FDEBE1 !important; }
  .u-border-bottom-xl-complementary-1-darkest-lg {
    border-bottom: 6px solid #9E7BB2 !important; }
  .u-border-bottom-xl-complementary-1-dark-lg {
    border-bottom: 6px solid #B6A1C2 !important; }
  .u-border-bottom-xl-complementary-1-medium-lg {
    border-bottom: 6px solid #D2C6D9 !important; }
  .u-border-bottom-xl-complementary-1-light-lg {
    border-bottom: 6px solid #F4E8FA !important; }
  .u-border-bottom-xl-complementary-1-lightest-lg {
    border-bottom: 6px solid #F7F0FB !important; }
  .u-border-bottom-xl-complementary-2-darkest-lg {
    border-bottom: 6px solid #86BF33 !important; }
  .u-border-bottom-xl-complementary-2-dark-lg {
    border-bottom: 6px solid #A8E353 !important; }
  .u-border-bottom-xl-complementary-2-medium-lg {
    border-bottom: 6px solid #C6FA7A !important; }
  .u-border-bottom-xl-complementary-2-light-lg {
    border-bottom: 6px solid #EBFFCD !important; }
  .u-border-bottom-xl-complementary-2-lightest-lg {
    border-bottom: 6px solid #F6FFE9 !important; }
  .u-border-bottom-xl-feedback-danger-darkest-lg {
    border-bottom: 6px solid #C71414 !important; }
  .u-border-bottom-xl-feedback-danger-dark-lg {
    border-bottom: 6px solid #F42525 !important; }
  .u-border-bottom-xl-feedback-danger-medium-lg {
    border-bottom: 6px solid #F95151 !important; }
  .u-border-bottom-xl-feedback-danger-light-lg {
    border-bottom: 6px solid #FBA8A8 !important; }
  .u-border-bottom-xl-feedback-danger-lightest-lg {
    border-bottom: 6px solid #FEDCDC !important; }
  .u-border-bottom-xl-feedback-success-darkest-lg {
    border-bottom: 6px solid #01642E !important; }
  .u-border-bottom-xl-feedback-success-dark-lg {
    border-bottom: 6px solid #00A148 !important; }
  .u-border-bottom-xl-feedback-success-medium-lg {
    border-bottom: 6px solid #41C670 !important; }
  .u-border-bottom-xl-feedback-success-light-lg {
    border-bottom: 6px solid #B3E3C9 !important; }
  .u-border-bottom-xl-feedback-success-lightest-lg {
    border-bottom: 6px solid #D9F4E2 !important; }
  .u-border-bottom-xl-feedback-alert-darkest-lg {
    border-bottom: 6px solid #E38800 !important; }
  .u-border-bottom-xl-feedback-alert-dark-lg {
    border-bottom: 6px solid #F7A608 !important; }
  .u-border-bottom-xl-feedback-alert-medium-lg {
    border-bottom: 6px solid #FFC633 !important; }
  .u-border-bottom-xl-feedback-alert-light-lg {
    border-bottom: 6px solid #FEDF8F !important; }
  .u-border-bottom-xl-feedback-alert-lightest-lg {
    border-bottom: 6px solid #FEEDBF !important; }
  .u-border-bottom-xl-neutral-darkest-lg {
    border-bottom: 6px solid #1E1E1E !important; }
  .u-border-bottom-xl-neutral-dark-lg {
    border-bottom: 6px solid #515151 !important; }
  .u-border-bottom-xl-neutral-medium-lg {
    border-bottom: 6px solid #ADADAD !important; }
  .u-border-bottom-xl-neutral-light-lg {
    border-bottom: 6px solid #E3E3E3 !important; }
  .u-border-bottom-xl-neutral-lightest-lg {
    border-bottom: 6px solid #F2F2F2 !important; }
  .u-border-bottom-xl-essential-black-lg {
    border-bottom: 6px solid #000000 !important; }
  .u-border-bottom-xl-essential-white-lg {
    border-bottom: 6px solid #FFFFFF !important; }
  .u-border-right-xl-brand-primary-darkest-lg {
    border-right: 6px solid #B43500 !important; }
  .u-border-right-xl-brand-primary-dark-lg {
    border-right: 6px solid #D83B04 !important; }
  .u-border-right-xl-brand-primary-medium-lg {
    border-right: 6px solid #E55807 !important; }
  .u-border-right-xl-brand-primary-light-lg {
    border-right: 6px solid #FFCBB5 !important; }
  .u-border-right-xl-brand-primary-lightest-lg {
    border-right: 6px solid #FDEBE1 !important; }
  .u-border-right-xl-complementary-1-darkest-lg {
    border-right: 6px solid #9E7BB2 !important; }
  .u-border-right-xl-complementary-1-dark-lg {
    border-right: 6px solid #B6A1C2 !important; }
  .u-border-right-xl-complementary-1-medium-lg {
    border-right: 6px solid #D2C6D9 !important; }
  .u-border-right-xl-complementary-1-light-lg {
    border-right: 6px solid #F4E8FA !important; }
  .u-border-right-xl-complementary-1-lightest-lg {
    border-right: 6px solid #F7F0FB !important; }
  .u-border-right-xl-complementary-2-darkest-lg {
    border-right: 6px solid #86BF33 !important; }
  .u-border-right-xl-complementary-2-dark-lg {
    border-right: 6px solid #A8E353 !important; }
  .u-border-right-xl-complementary-2-medium-lg {
    border-right: 6px solid #C6FA7A !important; }
  .u-border-right-xl-complementary-2-light-lg {
    border-right: 6px solid #EBFFCD !important; }
  .u-border-right-xl-complementary-2-lightest-lg {
    border-right: 6px solid #F6FFE9 !important; }
  .u-border-right-xl-feedback-danger-darkest-lg {
    border-right: 6px solid #C71414 !important; }
  .u-border-right-xl-feedback-danger-dark-lg {
    border-right: 6px solid #F42525 !important; }
  .u-border-right-xl-feedback-danger-medium-lg {
    border-right: 6px solid #F95151 !important; }
  .u-border-right-xl-feedback-danger-light-lg {
    border-right: 6px solid #FBA8A8 !important; }
  .u-border-right-xl-feedback-danger-lightest-lg {
    border-right: 6px solid #FEDCDC !important; }
  .u-border-right-xl-feedback-success-darkest-lg {
    border-right: 6px solid #01642E !important; }
  .u-border-right-xl-feedback-success-dark-lg {
    border-right: 6px solid #00A148 !important; }
  .u-border-right-xl-feedback-success-medium-lg {
    border-right: 6px solid #41C670 !important; }
  .u-border-right-xl-feedback-success-light-lg {
    border-right: 6px solid #B3E3C9 !important; }
  .u-border-right-xl-feedback-success-lightest-lg {
    border-right: 6px solid #D9F4E2 !important; }
  .u-border-right-xl-feedback-alert-darkest-lg {
    border-right: 6px solid #E38800 !important; }
  .u-border-right-xl-feedback-alert-dark-lg {
    border-right: 6px solid #F7A608 !important; }
  .u-border-right-xl-feedback-alert-medium-lg {
    border-right: 6px solid #FFC633 !important; }
  .u-border-right-xl-feedback-alert-light-lg {
    border-right: 6px solid #FEDF8F !important; }
  .u-border-right-xl-feedback-alert-lightest-lg {
    border-right: 6px solid #FEEDBF !important; }
  .u-border-right-xl-neutral-darkest-lg {
    border-right: 6px solid #1E1E1E !important; }
  .u-border-right-xl-neutral-dark-lg {
    border-right: 6px solid #515151 !important; }
  .u-border-right-xl-neutral-medium-lg {
    border-right: 6px solid #ADADAD !important; }
  .u-border-right-xl-neutral-light-lg {
    border-right: 6px solid #E3E3E3 !important; }
  .u-border-right-xl-neutral-lightest-lg {
    border-right: 6px solid #F2F2F2 !important; }
  .u-border-right-xl-essential-black-lg {
    border-right: 6px solid #000000 !important; }
  .u-border-right-xl-essential-white-lg {
    border-right: 6px solid #FFFFFF !important; }
  .u-border-left-xl-brand-primary-darkest-lg {
    border-left: 6px solid #B43500 !important; }
  .u-border-left-xl-brand-primary-dark-lg {
    border-left: 6px solid #D83B04 !important; }
  .u-border-left-xl-brand-primary-medium-lg {
    border-left: 6px solid #E55807 !important; }
  .u-border-left-xl-brand-primary-light-lg {
    border-left: 6px solid #FFCBB5 !important; }
  .u-border-left-xl-brand-primary-lightest-lg {
    border-left: 6px solid #FDEBE1 !important; }
  .u-border-left-xl-complementary-1-darkest-lg {
    border-left: 6px solid #9E7BB2 !important; }
  .u-border-left-xl-complementary-1-dark-lg {
    border-left: 6px solid #B6A1C2 !important; }
  .u-border-left-xl-complementary-1-medium-lg {
    border-left: 6px solid #D2C6D9 !important; }
  .u-border-left-xl-complementary-1-light-lg {
    border-left: 6px solid #F4E8FA !important; }
  .u-border-left-xl-complementary-1-lightest-lg {
    border-left: 6px solid #F7F0FB !important; }
  .u-border-left-xl-complementary-2-darkest-lg {
    border-left: 6px solid #86BF33 !important; }
  .u-border-left-xl-complementary-2-dark-lg {
    border-left: 6px solid #A8E353 !important; }
  .u-border-left-xl-complementary-2-medium-lg {
    border-left: 6px solid #C6FA7A !important; }
  .u-border-left-xl-complementary-2-light-lg {
    border-left: 6px solid #EBFFCD !important; }
  .u-border-left-xl-complementary-2-lightest-lg {
    border-left: 6px solid #F6FFE9 !important; }
  .u-border-left-xl-feedback-danger-darkest-lg {
    border-left: 6px solid #C71414 !important; }
  .u-border-left-xl-feedback-danger-dark-lg {
    border-left: 6px solid #F42525 !important; }
  .u-border-left-xl-feedback-danger-medium-lg {
    border-left: 6px solid #F95151 !important; }
  .u-border-left-xl-feedback-danger-light-lg {
    border-left: 6px solid #FBA8A8 !important; }
  .u-border-left-xl-feedback-danger-lightest-lg {
    border-left: 6px solid #FEDCDC !important; }
  .u-border-left-xl-feedback-success-darkest-lg {
    border-left: 6px solid #01642E !important; }
  .u-border-left-xl-feedback-success-dark-lg {
    border-left: 6px solid #00A148 !important; }
  .u-border-left-xl-feedback-success-medium-lg {
    border-left: 6px solid #41C670 !important; }
  .u-border-left-xl-feedback-success-light-lg {
    border-left: 6px solid #B3E3C9 !important; }
  .u-border-left-xl-feedback-success-lightest-lg {
    border-left: 6px solid #D9F4E2 !important; }
  .u-border-left-xl-feedback-alert-darkest-lg {
    border-left: 6px solid #E38800 !important; }
  .u-border-left-xl-feedback-alert-dark-lg {
    border-left: 6px solid #F7A608 !important; }
  .u-border-left-xl-feedback-alert-medium-lg {
    border-left: 6px solid #FFC633 !important; }
  .u-border-left-xl-feedback-alert-light-lg {
    border-left: 6px solid #FEDF8F !important; }
  .u-border-left-xl-feedback-alert-lightest-lg {
    border-left: 6px solid #FEEDBF !important; }
  .u-border-left-xl-neutral-darkest-lg {
    border-left: 6px solid #1E1E1E !important; }
  .u-border-left-xl-neutral-dark-lg {
    border-left: 6px solid #515151 !important; }
  .u-border-left-xl-neutral-medium-lg {
    border-left: 6px solid #ADADAD !important; }
  .u-border-left-xl-neutral-light-lg {
    border-left: 6px solid #E3E3E3 !important; }
  .u-border-left-xl-neutral-lightest-lg {
    border-left: 6px solid #F2F2F2 !important; }
  .u-border-left-xl-essential-black-lg {
    border-left: 6px solid #000000 !important; }
  .u-border-left-xl-essential-white-lg {
    border-left: 6px solid #FFFFFF !important; } }

@media (min-width: 1200px) {
  .u-border-none-brand-primary-darkest-xl {
    border: none !important; }
  .u-border-none-brand-primary-dark-xl {
    border: none !important; }
  .u-border-none-brand-primary-medium-xl {
    border: none !important; }
  .u-border-none-brand-primary-light-xl {
    border: none !important; }
  .u-border-none-brand-primary-lightest-xl {
    border: none !important; }
  .u-border-none-complementary-1-darkest-xl {
    border: none !important; }
  .u-border-none-complementary-1-dark-xl {
    border: none !important; }
  .u-border-none-complementary-1-medium-xl {
    border: none !important; }
  .u-border-none-complementary-1-light-xl {
    border: none !important; }
  .u-border-none-complementary-1-lightest-xl {
    border: none !important; }
  .u-border-none-complementary-2-darkest-xl {
    border: none !important; }
  .u-border-none-complementary-2-dark-xl {
    border: none !important; }
  .u-border-none-complementary-2-medium-xl {
    border: none !important; }
  .u-border-none-complementary-2-light-xl {
    border: none !important; }
  .u-border-none-complementary-2-lightest-xl {
    border: none !important; }
  .u-border-none-feedback-danger-darkest-xl {
    border: none !important; }
  .u-border-none-feedback-danger-dark-xl {
    border: none !important; }
  .u-border-none-feedback-danger-medium-xl {
    border: none !important; }
  .u-border-none-feedback-danger-light-xl {
    border: none !important; }
  .u-border-none-feedback-danger-lightest-xl {
    border: none !important; }
  .u-border-none-feedback-success-darkest-xl {
    border: none !important; }
  .u-border-none-feedback-success-dark-xl {
    border: none !important; }
  .u-border-none-feedback-success-medium-xl {
    border: none !important; }
  .u-border-none-feedback-success-light-xl {
    border: none !important; }
  .u-border-none-feedback-success-lightest-xl {
    border: none !important; }
  .u-border-none-feedback-alert-darkest-xl {
    border: none !important; }
  .u-border-none-feedback-alert-dark-xl {
    border: none !important; }
  .u-border-none-feedback-alert-medium-xl {
    border: none !important; }
  .u-border-none-feedback-alert-light-xl {
    border: none !important; }
  .u-border-none-feedback-alert-lightest-xl {
    border: none !important; }
  .u-border-none-neutral-darkest-xl {
    border: none !important; }
  .u-border-none-neutral-dark-xl {
    border: none !important; }
  .u-border-none-neutral-medium-xl {
    border: none !important; }
  .u-border-none-neutral-light-xl {
    border: none !important; }
  .u-border-none-neutral-lightest-xl {
    border: none !important; }
  .u-border-none-essential-black-xl {
    border: none !important; }
  .u-border-none-essential-white-xl {
    border: none !important; }
  .u-border-top-none-brand-primary-darkest-xl {
    border-top: none !important; }
  .u-border-top-none-brand-primary-dark-xl {
    border-top: none !important; }
  .u-border-top-none-brand-primary-medium-xl {
    border-top: none !important; }
  .u-border-top-none-brand-primary-light-xl {
    border-top: none !important; }
  .u-border-top-none-brand-primary-lightest-xl {
    border-top: none !important; }
  .u-border-top-none-complementary-1-darkest-xl {
    border-top: none !important; }
  .u-border-top-none-complementary-1-dark-xl {
    border-top: none !important; }
  .u-border-top-none-complementary-1-medium-xl {
    border-top: none !important; }
  .u-border-top-none-complementary-1-light-xl {
    border-top: none !important; }
  .u-border-top-none-complementary-1-lightest-xl {
    border-top: none !important; }
  .u-border-top-none-complementary-2-darkest-xl {
    border-top: none !important; }
  .u-border-top-none-complementary-2-dark-xl {
    border-top: none !important; }
  .u-border-top-none-complementary-2-medium-xl {
    border-top: none !important; }
  .u-border-top-none-complementary-2-light-xl {
    border-top: none !important; }
  .u-border-top-none-complementary-2-lightest-xl {
    border-top: none !important; }
  .u-border-top-none-feedback-danger-darkest-xl {
    border-top: none !important; }
  .u-border-top-none-feedback-danger-dark-xl {
    border-top: none !important; }
  .u-border-top-none-feedback-danger-medium-xl {
    border-top: none !important; }
  .u-border-top-none-feedback-danger-light-xl {
    border-top: none !important; }
  .u-border-top-none-feedback-danger-lightest-xl {
    border-top: none !important; }
  .u-border-top-none-feedback-success-darkest-xl {
    border-top: none !important; }
  .u-border-top-none-feedback-success-dark-xl {
    border-top: none !important; }
  .u-border-top-none-feedback-success-medium-xl {
    border-top: none !important; }
  .u-border-top-none-feedback-success-light-xl {
    border-top: none !important; }
  .u-border-top-none-feedback-success-lightest-xl {
    border-top: none !important; }
  .u-border-top-none-feedback-alert-darkest-xl {
    border-top: none !important; }
  .u-border-top-none-feedback-alert-dark-xl {
    border-top: none !important; }
  .u-border-top-none-feedback-alert-medium-xl {
    border-top: none !important; }
  .u-border-top-none-feedback-alert-light-xl {
    border-top: none !important; }
  .u-border-top-none-feedback-alert-lightest-xl {
    border-top: none !important; }
  .u-border-top-none-neutral-darkest-xl {
    border-top: none !important; }
  .u-border-top-none-neutral-dark-xl {
    border-top: none !important; }
  .u-border-top-none-neutral-medium-xl {
    border-top: none !important; }
  .u-border-top-none-neutral-light-xl {
    border-top: none !important; }
  .u-border-top-none-neutral-lightest-xl {
    border-top: none !important; }
  .u-border-top-none-essential-black-xl {
    border-top: none !important; }
  .u-border-top-none-essential-white-xl {
    border-top: none !important; }
  .u-border-bottom-none-brand-primary-darkest-xl {
    border-bottom: none !important; }
  .u-border-bottom-none-brand-primary-dark-xl {
    border-bottom: none !important; }
  .u-border-bottom-none-brand-primary-medium-xl {
    border-bottom: none !important; }
  .u-border-bottom-none-brand-primary-light-xl {
    border-bottom: none !important; }
  .u-border-bottom-none-brand-primary-lightest-xl {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-1-darkest-xl {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-1-dark-xl {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-1-medium-xl {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-1-light-xl {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-1-lightest-xl {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-2-darkest-xl {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-2-dark-xl {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-2-medium-xl {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-2-light-xl {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-2-lightest-xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-danger-darkest-xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-danger-dark-xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-danger-medium-xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-danger-light-xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-danger-lightest-xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-success-darkest-xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-success-dark-xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-success-medium-xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-success-light-xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-success-lightest-xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-alert-darkest-xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-alert-dark-xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-alert-medium-xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-alert-light-xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-alert-lightest-xl {
    border-bottom: none !important; }
  .u-border-bottom-none-neutral-darkest-xl {
    border-bottom: none !important; }
  .u-border-bottom-none-neutral-dark-xl {
    border-bottom: none !important; }
  .u-border-bottom-none-neutral-medium-xl {
    border-bottom: none !important; }
  .u-border-bottom-none-neutral-light-xl {
    border-bottom: none !important; }
  .u-border-bottom-none-neutral-lightest-xl {
    border-bottom: none !important; }
  .u-border-bottom-none-essential-black-xl {
    border-bottom: none !important; }
  .u-border-bottom-none-essential-white-xl {
    border-bottom: none !important; }
  .u-border-right-none-brand-primary-darkest-xl {
    border-right: none !important; }
  .u-border-right-none-brand-primary-dark-xl {
    border-right: none !important; }
  .u-border-right-none-brand-primary-medium-xl {
    border-right: none !important; }
  .u-border-right-none-brand-primary-light-xl {
    border-right: none !important; }
  .u-border-right-none-brand-primary-lightest-xl {
    border-right: none !important; }
  .u-border-right-none-complementary-1-darkest-xl {
    border-right: none !important; }
  .u-border-right-none-complementary-1-dark-xl {
    border-right: none !important; }
  .u-border-right-none-complementary-1-medium-xl {
    border-right: none !important; }
  .u-border-right-none-complementary-1-light-xl {
    border-right: none !important; }
  .u-border-right-none-complementary-1-lightest-xl {
    border-right: none !important; }
  .u-border-right-none-complementary-2-darkest-xl {
    border-right: none !important; }
  .u-border-right-none-complementary-2-dark-xl {
    border-right: none !important; }
  .u-border-right-none-complementary-2-medium-xl {
    border-right: none !important; }
  .u-border-right-none-complementary-2-light-xl {
    border-right: none !important; }
  .u-border-right-none-complementary-2-lightest-xl {
    border-right: none !important; }
  .u-border-right-none-feedback-danger-darkest-xl {
    border-right: none !important; }
  .u-border-right-none-feedback-danger-dark-xl {
    border-right: none !important; }
  .u-border-right-none-feedback-danger-medium-xl {
    border-right: none !important; }
  .u-border-right-none-feedback-danger-light-xl {
    border-right: none !important; }
  .u-border-right-none-feedback-danger-lightest-xl {
    border-right: none !important; }
  .u-border-right-none-feedback-success-darkest-xl {
    border-right: none !important; }
  .u-border-right-none-feedback-success-dark-xl {
    border-right: none !important; }
  .u-border-right-none-feedback-success-medium-xl {
    border-right: none !important; }
  .u-border-right-none-feedback-success-light-xl {
    border-right: none !important; }
  .u-border-right-none-feedback-success-lightest-xl {
    border-right: none !important; }
  .u-border-right-none-feedback-alert-darkest-xl {
    border-right: none !important; }
  .u-border-right-none-feedback-alert-dark-xl {
    border-right: none !important; }
  .u-border-right-none-feedback-alert-medium-xl {
    border-right: none !important; }
  .u-border-right-none-feedback-alert-light-xl {
    border-right: none !important; }
  .u-border-right-none-feedback-alert-lightest-xl {
    border-right: none !important; }
  .u-border-right-none-neutral-darkest-xl {
    border-right: none !important; }
  .u-border-right-none-neutral-dark-xl {
    border-right: none !important; }
  .u-border-right-none-neutral-medium-xl {
    border-right: none !important; }
  .u-border-right-none-neutral-light-xl {
    border-right: none !important; }
  .u-border-right-none-neutral-lightest-xl {
    border-right: none !important; }
  .u-border-right-none-essential-black-xl {
    border-right: none !important; }
  .u-border-right-none-essential-white-xl {
    border-right: none !important; }
  .u-border-left-none-brand-primary-darkest-xl {
    border-left: none !important; }
  .u-border-left-none-brand-primary-dark-xl {
    border-left: none !important; }
  .u-border-left-none-brand-primary-medium-xl {
    border-left: none !important; }
  .u-border-left-none-brand-primary-light-xl {
    border-left: none !important; }
  .u-border-left-none-brand-primary-lightest-xl {
    border-left: none !important; }
  .u-border-left-none-complementary-1-darkest-xl {
    border-left: none !important; }
  .u-border-left-none-complementary-1-dark-xl {
    border-left: none !important; }
  .u-border-left-none-complementary-1-medium-xl {
    border-left: none !important; }
  .u-border-left-none-complementary-1-light-xl {
    border-left: none !important; }
  .u-border-left-none-complementary-1-lightest-xl {
    border-left: none !important; }
  .u-border-left-none-complementary-2-darkest-xl {
    border-left: none !important; }
  .u-border-left-none-complementary-2-dark-xl {
    border-left: none !important; }
  .u-border-left-none-complementary-2-medium-xl {
    border-left: none !important; }
  .u-border-left-none-complementary-2-light-xl {
    border-left: none !important; }
  .u-border-left-none-complementary-2-lightest-xl {
    border-left: none !important; }
  .u-border-left-none-feedback-danger-darkest-xl {
    border-left: none !important; }
  .u-border-left-none-feedback-danger-dark-xl {
    border-left: none !important; }
  .u-border-left-none-feedback-danger-medium-xl {
    border-left: none !important; }
  .u-border-left-none-feedback-danger-light-xl {
    border-left: none !important; }
  .u-border-left-none-feedback-danger-lightest-xl {
    border-left: none !important; }
  .u-border-left-none-feedback-success-darkest-xl {
    border-left: none !important; }
  .u-border-left-none-feedback-success-dark-xl {
    border-left: none !important; }
  .u-border-left-none-feedback-success-medium-xl {
    border-left: none !important; }
  .u-border-left-none-feedback-success-light-xl {
    border-left: none !important; }
  .u-border-left-none-feedback-success-lightest-xl {
    border-left: none !important; }
  .u-border-left-none-feedback-alert-darkest-xl {
    border-left: none !important; }
  .u-border-left-none-feedback-alert-dark-xl {
    border-left: none !important; }
  .u-border-left-none-feedback-alert-medium-xl {
    border-left: none !important; }
  .u-border-left-none-feedback-alert-light-xl {
    border-left: none !important; }
  .u-border-left-none-feedback-alert-lightest-xl {
    border-left: none !important; }
  .u-border-left-none-neutral-darkest-xl {
    border-left: none !important; }
  .u-border-left-none-neutral-dark-xl {
    border-left: none !important; }
  .u-border-left-none-neutral-medium-xl {
    border-left: none !important; }
  .u-border-left-none-neutral-light-xl {
    border-left: none !important; }
  .u-border-left-none-neutral-lightest-xl {
    border-left: none !important; }
  .u-border-left-none-essential-black-xl {
    border-left: none !important; }
  .u-border-left-none-essential-white-xl {
    border-left: none !important; }
  .u-border-sm-brand-primary-darkest-xl {
    border: 1px solid #B43500 !important; }
  .u-border-sm-brand-primary-dark-xl {
    border: 1px solid #D83B04 !important; }
  .u-border-sm-brand-primary-medium-xl {
    border: 1px solid #E55807 !important; }
  .u-border-sm-brand-primary-light-xl {
    border: 1px solid #FFCBB5 !important; }
  .u-border-sm-brand-primary-lightest-xl {
    border: 1px solid #FDEBE1 !important; }
  .u-border-sm-complementary-1-darkest-xl {
    border: 1px solid #9E7BB2 !important; }
  .u-border-sm-complementary-1-dark-xl {
    border: 1px solid #B6A1C2 !important; }
  .u-border-sm-complementary-1-medium-xl {
    border: 1px solid #D2C6D9 !important; }
  .u-border-sm-complementary-1-light-xl {
    border: 1px solid #F4E8FA !important; }
  .u-border-sm-complementary-1-lightest-xl {
    border: 1px solid #F7F0FB !important; }
  .u-border-sm-complementary-2-darkest-xl {
    border: 1px solid #86BF33 !important; }
  .u-border-sm-complementary-2-dark-xl {
    border: 1px solid #A8E353 !important; }
  .u-border-sm-complementary-2-medium-xl {
    border: 1px solid #C6FA7A !important; }
  .u-border-sm-complementary-2-light-xl {
    border: 1px solid #EBFFCD !important; }
  .u-border-sm-complementary-2-lightest-xl {
    border: 1px solid #F6FFE9 !important; }
  .u-border-sm-feedback-danger-darkest-xl {
    border: 1px solid #C71414 !important; }
  .u-border-sm-feedback-danger-dark-xl {
    border: 1px solid #F42525 !important; }
  .u-border-sm-feedback-danger-medium-xl {
    border: 1px solid #F95151 !important; }
  .u-border-sm-feedback-danger-light-xl {
    border: 1px solid #FBA8A8 !important; }
  .u-border-sm-feedback-danger-lightest-xl {
    border: 1px solid #FEDCDC !important; }
  .u-border-sm-feedback-success-darkest-xl {
    border: 1px solid #01642E !important; }
  .u-border-sm-feedback-success-dark-xl {
    border: 1px solid #00A148 !important; }
  .u-border-sm-feedback-success-medium-xl {
    border: 1px solid #41C670 !important; }
  .u-border-sm-feedback-success-light-xl {
    border: 1px solid #B3E3C9 !important; }
  .u-border-sm-feedback-success-lightest-xl {
    border: 1px solid #D9F4E2 !important; }
  .u-border-sm-feedback-alert-darkest-xl {
    border: 1px solid #E38800 !important; }
  .u-border-sm-feedback-alert-dark-xl {
    border: 1px solid #F7A608 !important; }
  .u-border-sm-feedback-alert-medium-xl {
    border: 1px solid #FFC633 !important; }
  .u-border-sm-feedback-alert-light-xl {
    border: 1px solid #FEDF8F !important; }
  .u-border-sm-feedback-alert-lightest-xl {
    border: 1px solid #FEEDBF !important; }
  .u-border-sm-neutral-darkest-xl {
    border: 1px solid #1E1E1E !important; }
  .u-border-sm-neutral-dark-xl {
    border: 1px solid #515151 !important; }
  .u-border-sm-neutral-medium-xl {
    border: 1px solid #ADADAD !important; }
  .u-border-sm-neutral-light-xl {
    border: 1px solid #E3E3E3 !important; }
  .u-border-sm-neutral-lightest-xl {
    border: 1px solid #F2F2F2 !important; }
  .u-border-sm-essential-black-xl {
    border: 1px solid #000000 !important; }
  .u-border-sm-essential-white-xl {
    border: 1px solid #FFFFFF !important; }
  .u-border-top-sm-brand-primary-darkest-xl {
    border-top: 1px solid #B43500 !important; }
  .u-border-top-sm-brand-primary-dark-xl {
    border-top: 1px solid #D83B04 !important; }
  .u-border-top-sm-brand-primary-medium-xl {
    border-top: 1px solid #E55807 !important; }
  .u-border-top-sm-brand-primary-light-xl {
    border-top: 1px solid #FFCBB5 !important; }
  .u-border-top-sm-brand-primary-lightest-xl {
    border-top: 1px solid #FDEBE1 !important; }
  .u-border-top-sm-complementary-1-darkest-xl {
    border-top: 1px solid #9E7BB2 !important; }
  .u-border-top-sm-complementary-1-dark-xl {
    border-top: 1px solid #B6A1C2 !important; }
  .u-border-top-sm-complementary-1-medium-xl {
    border-top: 1px solid #D2C6D9 !important; }
  .u-border-top-sm-complementary-1-light-xl {
    border-top: 1px solid #F4E8FA !important; }
  .u-border-top-sm-complementary-1-lightest-xl {
    border-top: 1px solid #F7F0FB !important; }
  .u-border-top-sm-complementary-2-darkest-xl {
    border-top: 1px solid #86BF33 !important; }
  .u-border-top-sm-complementary-2-dark-xl {
    border-top: 1px solid #A8E353 !important; }
  .u-border-top-sm-complementary-2-medium-xl {
    border-top: 1px solid #C6FA7A !important; }
  .u-border-top-sm-complementary-2-light-xl {
    border-top: 1px solid #EBFFCD !important; }
  .u-border-top-sm-complementary-2-lightest-xl {
    border-top: 1px solid #F6FFE9 !important; }
  .u-border-top-sm-feedback-danger-darkest-xl {
    border-top: 1px solid #C71414 !important; }
  .u-border-top-sm-feedback-danger-dark-xl {
    border-top: 1px solid #F42525 !important; }
  .u-border-top-sm-feedback-danger-medium-xl {
    border-top: 1px solid #F95151 !important; }
  .u-border-top-sm-feedback-danger-light-xl {
    border-top: 1px solid #FBA8A8 !important; }
  .u-border-top-sm-feedback-danger-lightest-xl {
    border-top: 1px solid #FEDCDC !important; }
  .u-border-top-sm-feedback-success-darkest-xl {
    border-top: 1px solid #01642E !important; }
  .u-border-top-sm-feedback-success-dark-xl {
    border-top: 1px solid #00A148 !important; }
  .u-border-top-sm-feedback-success-medium-xl {
    border-top: 1px solid #41C670 !important; }
  .u-border-top-sm-feedback-success-light-xl {
    border-top: 1px solid #B3E3C9 !important; }
  .u-border-top-sm-feedback-success-lightest-xl {
    border-top: 1px solid #D9F4E2 !important; }
  .u-border-top-sm-feedback-alert-darkest-xl {
    border-top: 1px solid #E38800 !important; }
  .u-border-top-sm-feedback-alert-dark-xl {
    border-top: 1px solid #F7A608 !important; }
  .u-border-top-sm-feedback-alert-medium-xl {
    border-top: 1px solid #FFC633 !important; }
  .u-border-top-sm-feedback-alert-light-xl {
    border-top: 1px solid #FEDF8F !important; }
  .u-border-top-sm-feedback-alert-lightest-xl {
    border-top: 1px solid #FEEDBF !important; }
  .u-border-top-sm-neutral-darkest-xl {
    border-top: 1px solid #1E1E1E !important; }
  .u-border-top-sm-neutral-dark-xl {
    border-top: 1px solid #515151 !important; }
  .u-border-top-sm-neutral-medium-xl {
    border-top: 1px solid #ADADAD !important; }
  .u-border-top-sm-neutral-light-xl {
    border-top: 1px solid #E3E3E3 !important; }
  .u-border-top-sm-neutral-lightest-xl {
    border-top: 1px solid #F2F2F2 !important; }
  .u-border-top-sm-essential-black-xl {
    border-top: 1px solid #000000 !important; }
  .u-border-top-sm-essential-white-xl {
    border-top: 1px solid #FFFFFF !important; }
  .u-border-bottom-sm-brand-primary-darkest-xl {
    border-bottom: 1px solid #B43500 !important; }
  .u-border-bottom-sm-brand-primary-dark-xl {
    border-bottom: 1px solid #D83B04 !important; }
  .u-border-bottom-sm-brand-primary-medium-xl {
    border-bottom: 1px solid #E55807 !important; }
  .u-border-bottom-sm-brand-primary-light-xl {
    border-bottom: 1px solid #FFCBB5 !important; }
  .u-border-bottom-sm-brand-primary-lightest-xl {
    border-bottom: 1px solid #FDEBE1 !important; }
  .u-border-bottom-sm-complementary-1-darkest-xl {
    border-bottom: 1px solid #9E7BB2 !important; }
  .u-border-bottom-sm-complementary-1-dark-xl {
    border-bottom: 1px solid #B6A1C2 !important; }
  .u-border-bottom-sm-complementary-1-medium-xl {
    border-bottom: 1px solid #D2C6D9 !important; }
  .u-border-bottom-sm-complementary-1-light-xl {
    border-bottom: 1px solid #F4E8FA !important; }
  .u-border-bottom-sm-complementary-1-lightest-xl {
    border-bottom: 1px solid #F7F0FB !important; }
  .u-border-bottom-sm-complementary-2-darkest-xl {
    border-bottom: 1px solid #86BF33 !important; }
  .u-border-bottom-sm-complementary-2-dark-xl {
    border-bottom: 1px solid #A8E353 !important; }
  .u-border-bottom-sm-complementary-2-medium-xl {
    border-bottom: 1px solid #C6FA7A !important; }
  .u-border-bottom-sm-complementary-2-light-xl {
    border-bottom: 1px solid #EBFFCD !important; }
  .u-border-bottom-sm-complementary-2-lightest-xl {
    border-bottom: 1px solid #F6FFE9 !important; }
  .u-border-bottom-sm-feedback-danger-darkest-xl {
    border-bottom: 1px solid #C71414 !important; }
  .u-border-bottom-sm-feedback-danger-dark-xl {
    border-bottom: 1px solid #F42525 !important; }
  .u-border-bottom-sm-feedback-danger-medium-xl {
    border-bottom: 1px solid #F95151 !important; }
  .u-border-bottom-sm-feedback-danger-light-xl {
    border-bottom: 1px solid #FBA8A8 !important; }
  .u-border-bottom-sm-feedback-danger-lightest-xl {
    border-bottom: 1px solid #FEDCDC !important; }
  .u-border-bottom-sm-feedback-success-darkest-xl {
    border-bottom: 1px solid #01642E !important; }
  .u-border-bottom-sm-feedback-success-dark-xl {
    border-bottom: 1px solid #00A148 !important; }
  .u-border-bottom-sm-feedback-success-medium-xl {
    border-bottom: 1px solid #41C670 !important; }
  .u-border-bottom-sm-feedback-success-light-xl {
    border-bottom: 1px solid #B3E3C9 !important; }
  .u-border-bottom-sm-feedback-success-lightest-xl {
    border-bottom: 1px solid #D9F4E2 !important; }
  .u-border-bottom-sm-feedback-alert-darkest-xl {
    border-bottom: 1px solid #E38800 !important; }
  .u-border-bottom-sm-feedback-alert-dark-xl {
    border-bottom: 1px solid #F7A608 !important; }
  .u-border-bottom-sm-feedback-alert-medium-xl {
    border-bottom: 1px solid #FFC633 !important; }
  .u-border-bottom-sm-feedback-alert-light-xl {
    border-bottom: 1px solid #FEDF8F !important; }
  .u-border-bottom-sm-feedback-alert-lightest-xl {
    border-bottom: 1px solid #FEEDBF !important; }
  .u-border-bottom-sm-neutral-darkest-xl {
    border-bottom: 1px solid #1E1E1E !important; }
  .u-border-bottom-sm-neutral-dark-xl {
    border-bottom: 1px solid #515151 !important; }
  .u-border-bottom-sm-neutral-medium-xl {
    border-bottom: 1px solid #ADADAD !important; }
  .u-border-bottom-sm-neutral-light-xl {
    border-bottom: 1px solid #E3E3E3 !important; }
  .u-border-bottom-sm-neutral-lightest-xl {
    border-bottom: 1px solid #F2F2F2 !important; }
  .u-border-bottom-sm-essential-black-xl {
    border-bottom: 1px solid #000000 !important; }
  .u-border-bottom-sm-essential-white-xl {
    border-bottom: 1px solid #FFFFFF !important; }
  .u-border-right-sm-brand-primary-darkest-xl {
    border-right: 1px solid #B43500 !important; }
  .u-border-right-sm-brand-primary-dark-xl {
    border-right: 1px solid #D83B04 !important; }
  .u-border-right-sm-brand-primary-medium-xl {
    border-right: 1px solid #E55807 !important; }
  .u-border-right-sm-brand-primary-light-xl {
    border-right: 1px solid #FFCBB5 !important; }
  .u-border-right-sm-brand-primary-lightest-xl {
    border-right: 1px solid #FDEBE1 !important; }
  .u-border-right-sm-complementary-1-darkest-xl {
    border-right: 1px solid #9E7BB2 !important; }
  .u-border-right-sm-complementary-1-dark-xl {
    border-right: 1px solid #B6A1C2 !important; }
  .u-border-right-sm-complementary-1-medium-xl {
    border-right: 1px solid #D2C6D9 !important; }
  .u-border-right-sm-complementary-1-light-xl {
    border-right: 1px solid #F4E8FA !important; }
  .u-border-right-sm-complementary-1-lightest-xl {
    border-right: 1px solid #F7F0FB !important; }
  .u-border-right-sm-complementary-2-darkest-xl {
    border-right: 1px solid #86BF33 !important; }
  .u-border-right-sm-complementary-2-dark-xl {
    border-right: 1px solid #A8E353 !important; }
  .u-border-right-sm-complementary-2-medium-xl {
    border-right: 1px solid #C6FA7A !important; }
  .u-border-right-sm-complementary-2-light-xl {
    border-right: 1px solid #EBFFCD !important; }
  .u-border-right-sm-complementary-2-lightest-xl {
    border-right: 1px solid #F6FFE9 !important; }
  .u-border-right-sm-feedback-danger-darkest-xl {
    border-right: 1px solid #C71414 !important; }
  .u-border-right-sm-feedback-danger-dark-xl {
    border-right: 1px solid #F42525 !important; }
  .u-border-right-sm-feedback-danger-medium-xl {
    border-right: 1px solid #F95151 !important; }
  .u-border-right-sm-feedback-danger-light-xl {
    border-right: 1px solid #FBA8A8 !important; }
  .u-border-right-sm-feedback-danger-lightest-xl {
    border-right: 1px solid #FEDCDC !important; }
  .u-border-right-sm-feedback-success-darkest-xl {
    border-right: 1px solid #01642E !important; }
  .u-border-right-sm-feedback-success-dark-xl {
    border-right: 1px solid #00A148 !important; }
  .u-border-right-sm-feedback-success-medium-xl {
    border-right: 1px solid #41C670 !important; }
  .u-border-right-sm-feedback-success-light-xl {
    border-right: 1px solid #B3E3C9 !important; }
  .u-border-right-sm-feedback-success-lightest-xl {
    border-right: 1px solid #D9F4E2 !important; }
  .u-border-right-sm-feedback-alert-darkest-xl {
    border-right: 1px solid #E38800 !important; }
  .u-border-right-sm-feedback-alert-dark-xl {
    border-right: 1px solid #F7A608 !important; }
  .u-border-right-sm-feedback-alert-medium-xl {
    border-right: 1px solid #FFC633 !important; }
  .u-border-right-sm-feedback-alert-light-xl {
    border-right: 1px solid #FEDF8F !important; }
  .u-border-right-sm-feedback-alert-lightest-xl {
    border-right: 1px solid #FEEDBF !important; }
  .u-border-right-sm-neutral-darkest-xl {
    border-right: 1px solid #1E1E1E !important; }
  .u-border-right-sm-neutral-dark-xl {
    border-right: 1px solid #515151 !important; }
  .u-border-right-sm-neutral-medium-xl {
    border-right: 1px solid #ADADAD !important; }
  .u-border-right-sm-neutral-light-xl {
    border-right: 1px solid #E3E3E3 !important; }
  .u-border-right-sm-neutral-lightest-xl {
    border-right: 1px solid #F2F2F2 !important; }
  .u-border-right-sm-essential-black-xl {
    border-right: 1px solid #000000 !important; }
  .u-border-right-sm-essential-white-xl {
    border-right: 1px solid #FFFFFF !important; }
  .u-border-left-sm-brand-primary-darkest-xl {
    border-left: 1px solid #B43500 !important; }
  .u-border-left-sm-brand-primary-dark-xl {
    border-left: 1px solid #D83B04 !important; }
  .u-border-left-sm-brand-primary-medium-xl {
    border-left: 1px solid #E55807 !important; }
  .u-border-left-sm-brand-primary-light-xl {
    border-left: 1px solid #FFCBB5 !important; }
  .u-border-left-sm-brand-primary-lightest-xl {
    border-left: 1px solid #FDEBE1 !important; }
  .u-border-left-sm-complementary-1-darkest-xl {
    border-left: 1px solid #9E7BB2 !important; }
  .u-border-left-sm-complementary-1-dark-xl {
    border-left: 1px solid #B6A1C2 !important; }
  .u-border-left-sm-complementary-1-medium-xl {
    border-left: 1px solid #D2C6D9 !important; }
  .u-border-left-sm-complementary-1-light-xl {
    border-left: 1px solid #F4E8FA !important; }
  .u-border-left-sm-complementary-1-lightest-xl {
    border-left: 1px solid #F7F0FB !important; }
  .u-border-left-sm-complementary-2-darkest-xl {
    border-left: 1px solid #86BF33 !important; }
  .u-border-left-sm-complementary-2-dark-xl {
    border-left: 1px solid #A8E353 !important; }
  .u-border-left-sm-complementary-2-medium-xl {
    border-left: 1px solid #C6FA7A !important; }
  .u-border-left-sm-complementary-2-light-xl {
    border-left: 1px solid #EBFFCD !important; }
  .u-border-left-sm-complementary-2-lightest-xl {
    border-left: 1px solid #F6FFE9 !important; }
  .u-border-left-sm-feedback-danger-darkest-xl {
    border-left: 1px solid #C71414 !important; }
  .u-border-left-sm-feedback-danger-dark-xl {
    border-left: 1px solid #F42525 !important; }
  .u-border-left-sm-feedback-danger-medium-xl {
    border-left: 1px solid #F95151 !important; }
  .u-border-left-sm-feedback-danger-light-xl {
    border-left: 1px solid #FBA8A8 !important; }
  .u-border-left-sm-feedback-danger-lightest-xl {
    border-left: 1px solid #FEDCDC !important; }
  .u-border-left-sm-feedback-success-darkest-xl {
    border-left: 1px solid #01642E !important; }
  .u-border-left-sm-feedback-success-dark-xl {
    border-left: 1px solid #00A148 !important; }
  .u-border-left-sm-feedback-success-medium-xl {
    border-left: 1px solid #41C670 !important; }
  .u-border-left-sm-feedback-success-light-xl {
    border-left: 1px solid #B3E3C9 !important; }
  .u-border-left-sm-feedback-success-lightest-xl {
    border-left: 1px solid #D9F4E2 !important; }
  .u-border-left-sm-feedback-alert-darkest-xl {
    border-left: 1px solid #E38800 !important; }
  .u-border-left-sm-feedback-alert-dark-xl {
    border-left: 1px solid #F7A608 !important; }
  .u-border-left-sm-feedback-alert-medium-xl {
    border-left: 1px solid #FFC633 !important; }
  .u-border-left-sm-feedback-alert-light-xl {
    border-left: 1px solid #FEDF8F !important; }
  .u-border-left-sm-feedback-alert-lightest-xl {
    border-left: 1px solid #FEEDBF !important; }
  .u-border-left-sm-neutral-darkest-xl {
    border-left: 1px solid #1E1E1E !important; }
  .u-border-left-sm-neutral-dark-xl {
    border-left: 1px solid #515151 !important; }
  .u-border-left-sm-neutral-medium-xl {
    border-left: 1px solid #ADADAD !important; }
  .u-border-left-sm-neutral-light-xl {
    border-left: 1px solid #E3E3E3 !important; }
  .u-border-left-sm-neutral-lightest-xl {
    border-left: 1px solid #F2F2F2 !important; }
  .u-border-left-sm-essential-black-xl {
    border-left: 1px solid #000000 !important; }
  .u-border-left-sm-essential-white-xl {
    border-left: 1px solid #FFFFFF !important; }
  .u-border-md-brand-primary-darkest-xl {
    border: 2px solid #B43500 !important; }
  .u-border-md-brand-primary-dark-xl {
    border: 2px solid #D83B04 !important; }
  .u-border-md-brand-primary-medium-xl {
    border: 2px solid #E55807 !important; }
  .u-border-md-brand-primary-light-xl {
    border: 2px solid #FFCBB5 !important; }
  .u-border-md-brand-primary-lightest-xl {
    border: 2px solid #FDEBE1 !important; }
  .u-border-md-complementary-1-darkest-xl {
    border: 2px solid #9E7BB2 !important; }
  .u-border-md-complementary-1-dark-xl {
    border: 2px solid #B6A1C2 !important; }
  .u-border-md-complementary-1-medium-xl {
    border: 2px solid #D2C6D9 !important; }
  .u-border-md-complementary-1-light-xl {
    border: 2px solid #F4E8FA !important; }
  .u-border-md-complementary-1-lightest-xl {
    border: 2px solid #F7F0FB !important; }
  .u-border-md-complementary-2-darkest-xl {
    border: 2px solid #86BF33 !important; }
  .u-border-md-complementary-2-dark-xl {
    border: 2px solid #A8E353 !important; }
  .u-border-md-complementary-2-medium-xl {
    border: 2px solid #C6FA7A !important; }
  .u-border-md-complementary-2-light-xl {
    border: 2px solid #EBFFCD !important; }
  .u-border-md-complementary-2-lightest-xl {
    border: 2px solid #F6FFE9 !important; }
  .u-border-md-feedback-danger-darkest-xl {
    border: 2px solid #C71414 !important; }
  .u-border-md-feedback-danger-dark-xl {
    border: 2px solid #F42525 !important; }
  .u-border-md-feedback-danger-medium-xl {
    border: 2px solid #F95151 !important; }
  .u-border-md-feedback-danger-light-xl {
    border: 2px solid #FBA8A8 !important; }
  .u-border-md-feedback-danger-lightest-xl {
    border: 2px solid #FEDCDC !important; }
  .u-border-md-feedback-success-darkest-xl {
    border: 2px solid #01642E !important; }
  .u-border-md-feedback-success-dark-xl {
    border: 2px solid #00A148 !important; }
  .u-border-md-feedback-success-medium-xl {
    border: 2px solid #41C670 !important; }
  .u-border-md-feedback-success-light-xl {
    border: 2px solid #B3E3C9 !important; }
  .u-border-md-feedback-success-lightest-xl {
    border: 2px solid #D9F4E2 !important; }
  .u-border-md-feedback-alert-darkest-xl {
    border: 2px solid #E38800 !important; }
  .u-border-md-feedback-alert-dark-xl {
    border: 2px solid #F7A608 !important; }
  .u-border-md-feedback-alert-medium-xl {
    border: 2px solid #FFC633 !important; }
  .u-border-md-feedback-alert-light-xl {
    border: 2px solid #FEDF8F !important; }
  .u-border-md-feedback-alert-lightest-xl {
    border: 2px solid #FEEDBF !important; }
  .u-border-md-neutral-darkest-xl {
    border: 2px solid #1E1E1E !important; }
  .u-border-md-neutral-dark-xl {
    border: 2px solid #515151 !important; }
  .u-border-md-neutral-medium-xl {
    border: 2px solid #ADADAD !important; }
  .u-border-md-neutral-light-xl {
    border: 2px solid #E3E3E3 !important; }
  .u-border-md-neutral-lightest-xl {
    border: 2px solid #F2F2F2 !important; }
  .u-border-md-essential-black-xl {
    border: 2px solid #000000 !important; }
  .u-border-md-essential-white-xl {
    border: 2px solid #FFFFFF !important; }
  .u-border-top-md-brand-primary-darkest-xl {
    border-top: 2px solid #B43500 !important; }
  .u-border-top-md-brand-primary-dark-xl {
    border-top: 2px solid #D83B04 !important; }
  .u-border-top-md-brand-primary-medium-xl {
    border-top: 2px solid #E55807 !important; }
  .u-border-top-md-brand-primary-light-xl {
    border-top: 2px solid #FFCBB5 !important; }
  .u-border-top-md-brand-primary-lightest-xl {
    border-top: 2px solid #FDEBE1 !important; }
  .u-border-top-md-complementary-1-darkest-xl {
    border-top: 2px solid #9E7BB2 !important; }
  .u-border-top-md-complementary-1-dark-xl {
    border-top: 2px solid #B6A1C2 !important; }
  .u-border-top-md-complementary-1-medium-xl {
    border-top: 2px solid #D2C6D9 !important; }
  .u-border-top-md-complementary-1-light-xl {
    border-top: 2px solid #F4E8FA !important; }
  .u-border-top-md-complementary-1-lightest-xl {
    border-top: 2px solid #F7F0FB !important; }
  .u-border-top-md-complementary-2-darkest-xl {
    border-top: 2px solid #86BF33 !important; }
  .u-border-top-md-complementary-2-dark-xl {
    border-top: 2px solid #A8E353 !important; }
  .u-border-top-md-complementary-2-medium-xl {
    border-top: 2px solid #C6FA7A !important; }
  .u-border-top-md-complementary-2-light-xl {
    border-top: 2px solid #EBFFCD !important; }
  .u-border-top-md-complementary-2-lightest-xl {
    border-top: 2px solid #F6FFE9 !important; }
  .u-border-top-md-feedback-danger-darkest-xl {
    border-top: 2px solid #C71414 !important; }
  .u-border-top-md-feedback-danger-dark-xl {
    border-top: 2px solid #F42525 !important; }
  .u-border-top-md-feedback-danger-medium-xl {
    border-top: 2px solid #F95151 !important; }
  .u-border-top-md-feedback-danger-light-xl {
    border-top: 2px solid #FBA8A8 !important; }
  .u-border-top-md-feedback-danger-lightest-xl {
    border-top: 2px solid #FEDCDC !important; }
  .u-border-top-md-feedback-success-darkest-xl {
    border-top: 2px solid #01642E !important; }
  .u-border-top-md-feedback-success-dark-xl {
    border-top: 2px solid #00A148 !important; }
  .u-border-top-md-feedback-success-medium-xl {
    border-top: 2px solid #41C670 !important; }
  .u-border-top-md-feedback-success-light-xl {
    border-top: 2px solid #B3E3C9 !important; }
  .u-border-top-md-feedback-success-lightest-xl {
    border-top: 2px solid #D9F4E2 !important; }
  .u-border-top-md-feedback-alert-darkest-xl {
    border-top: 2px solid #E38800 !important; }
  .u-border-top-md-feedback-alert-dark-xl {
    border-top: 2px solid #F7A608 !important; }
  .u-border-top-md-feedback-alert-medium-xl {
    border-top: 2px solid #FFC633 !important; }
  .u-border-top-md-feedback-alert-light-xl {
    border-top: 2px solid #FEDF8F !important; }
  .u-border-top-md-feedback-alert-lightest-xl {
    border-top: 2px solid #FEEDBF !important; }
  .u-border-top-md-neutral-darkest-xl {
    border-top: 2px solid #1E1E1E !important; }
  .u-border-top-md-neutral-dark-xl {
    border-top: 2px solid #515151 !important; }
  .u-border-top-md-neutral-medium-xl {
    border-top: 2px solid #ADADAD !important; }
  .u-border-top-md-neutral-light-xl {
    border-top: 2px solid #E3E3E3 !important; }
  .u-border-top-md-neutral-lightest-xl {
    border-top: 2px solid #F2F2F2 !important; }
  .u-border-top-md-essential-black-xl {
    border-top: 2px solid #000000 !important; }
  .u-border-top-md-essential-white-xl {
    border-top: 2px solid #FFFFFF !important; }
  .u-border-bottom-md-brand-primary-darkest-xl {
    border-bottom: 2px solid #B43500 !important; }
  .u-border-bottom-md-brand-primary-dark-xl {
    border-bottom: 2px solid #D83B04 !important; }
  .u-border-bottom-md-brand-primary-medium-xl {
    border-bottom: 2px solid #E55807 !important; }
  .u-border-bottom-md-brand-primary-light-xl {
    border-bottom: 2px solid #FFCBB5 !important; }
  .u-border-bottom-md-brand-primary-lightest-xl {
    border-bottom: 2px solid #FDEBE1 !important; }
  .u-border-bottom-md-complementary-1-darkest-xl {
    border-bottom: 2px solid #9E7BB2 !important; }
  .u-border-bottom-md-complementary-1-dark-xl {
    border-bottom: 2px solid #B6A1C2 !important; }
  .u-border-bottom-md-complementary-1-medium-xl {
    border-bottom: 2px solid #D2C6D9 !important; }
  .u-border-bottom-md-complementary-1-light-xl {
    border-bottom: 2px solid #F4E8FA !important; }
  .u-border-bottom-md-complementary-1-lightest-xl {
    border-bottom: 2px solid #F7F0FB !important; }
  .u-border-bottom-md-complementary-2-darkest-xl {
    border-bottom: 2px solid #86BF33 !important; }
  .u-border-bottom-md-complementary-2-dark-xl {
    border-bottom: 2px solid #A8E353 !important; }
  .u-border-bottom-md-complementary-2-medium-xl {
    border-bottom: 2px solid #C6FA7A !important; }
  .u-border-bottom-md-complementary-2-light-xl {
    border-bottom: 2px solid #EBFFCD !important; }
  .u-border-bottom-md-complementary-2-lightest-xl {
    border-bottom: 2px solid #F6FFE9 !important; }
  .u-border-bottom-md-feedback-danger-darkest-xl {
    border-bottom: 2px solid #C71414 !important; }
  .u-border-bottom-md-feedback-danger-dark-xl {
    border-bottom: 2px solid #F42525 !important; }
  .u-border-bottom-md-feedback-danger-medium-xl {
    border-bottom: 2px solid #F95151 !important; }
  .u-border-bottom-md-feedback-danger-light-xl {
    border-bottom: 2px solid #FBA8A8 !important; }
  .u-border-bottom-md-feedback-danger-lightest-xl {
    border-bottom: 2px solid #FEDCDC !important; }
  .u-border-bottom-md-feedback-success-darkest-xl {
    border-bottom: 2px solid #01642E !important; }
  .u-border-bottom-md-feedback-success-dark-xl {
    border-bottom: 2px solid #00A148 !important; }
  .u-border-bottom-md-feedback-success-medium-xl {
    border-bottom: 2px solid #41C670 !important; }
  .u-border-bottom-md-feedback-success-light-xl {
    border-bottom: 2px solid #B3E3C9 !important; }
  .u-border-bottom-md-feedback-success-lightest-xl {
    border-bottom: 2px solid #D9F4E2 !important; }
  .u-border-bottom-md-feedback-alert-darkest-xl {
    border-bottom: 2px solid #E38800 !important; }
  .u-border-bottom-md-feedback-alert-dark-xl {
    border-bottom: 2px solid #F7A608 !important; }
  .u-border-bottom-md-feedback-alert-medium-xl {
    border-bottom: 2px solid #FFC633 !important; }
  .u-border-bottom-md-feedback-alert-light-xl {
    border-bottom: 2px solid #FEDF8F !important; }
  .u-border-bottom-md-feedback-alert-lightest-xl {
    border-bottom: 2px solid #FEEDBF !important; }
  .u-border-bottom-md-neutral-darkest-xl {
    border-bottom: 2px solid #1E1E1E !important; }
  .u-border-bottom-md-neutral-dark-xl {
    border-bottom: 2px solid #515151 !important; }
  .u-border-bottom-md-neutral-medium-xl {
    border-bottom: 2px solid #ADADAD !important; }
  .u-border-bottom-md-neutral-light-xl {
    border-bottom: 2px solid #E3E3E3 !important; }
  .u-border-bottom-md-neutral-lightest-xl {
    border-bottom: 2px solid #F2F2F2 !important; }
  .u-border-bottom-md-essential-black-xl {
    border-bottom: 2px solid #000000 !important; }
  .u-border-bottom-md-essential-white-xl {
    border-bottom: 2px solid #FFFFFF !important; }
  .u-border-right-md-brand-primary-darkest-xl {
    border-right: 2px solid #B43500 !important; }
  .u-border-right-md-brand-primary-dark-xl {
    border-right: 2px solid #D83B04 !important; }
  .u-border-right-md-brand-primary-medium-xl {
    border-right: 2px solid #E55807 !important; }
  .u-border-right-md-brand-primary-light-xl {
    border-right: 2px solid #FFCBB5 !important; }
  .u-border-right-md-brand-primary-lightest-xl {
    border-right: 2px solid #FDEBE1 !important; }
  .u-border-right-md-complementary-1-darkest-xl {
    border-right: 2px solid #9E7BB2 !important; }
  .u-border-right-md-complementary-1-dark-xl {
    border-right: 2px solid #B6A1C2 !important; }
  .u-border-right-md-complementary-1-medium-xl {
    border-right: 2px solid #D2C6D9 !important; }
  .u-border-right-md-complementary-1-light-xl {
    border-right: 2px solid #F4E8FA !important; }
  .u-border-right-md-complementary-1-lightest-xl {
    border-right: 2px solid #F7F0FB !important; }
  .u-border-right-md-complementary-2-darkest-xl {
    border-right: 2px solid #86BF33 !important; }
  .u-border-right-md-complementary-2-dark-xl {
    border-right: 2px solid #A8E353 !important; }
  .u-border-right-md-complementary-2-medium-xl {
    border-right: 2px solid #C6FA7A !important; }
  .u-border-right-md-complementary-2-light-xl {
    border-right: 2px solid #EBFFCD !important; }
  .u-border-right-md-complementary-2-lightest-xl {
    border-right: 2px solid #F6FFE9 !important; }
  .u-border-right-md-feedback-danger-darkest-xl {
    border-right: 2px solid #C71414 !important; }
  .u-border-right-md-feedback-danger-dark-xl {
    border-right: 2px solid #F42525 !important; }
  .u-border-right-md-feedback-danger-medium-xl {
    border-right: 2px solid #F95151 !important; }
  .u-border-right-md-feedback-danger-light-xl {
    border-right: 2px solid #FBA8A8 !important; }
  .u-border-right-md-feedback-danger-lightest-xl {
    border-right: 2px solid #FEDCDC !important; }
  .u-border-right-md-feedback-success-darkest-xl {
    border-right: 2px solid #01642E !important; }
  .u-border-right-md-feedback-success-dark-xl {
    border-right: 2px solid #00A148 !important; }
  .u-border-right-md-feedback-success-medium-xl {
    border-right: 2px solid #41C670 !important; }
  .u-border-right-md-feedback-success-light-xl {
    border-right: 2px solid #B3E3C9 !important; }
  .u-border-right-md-feedback-success-lightest-xl {
    border-right: 2px solid #D9F4E2 !important; }
  .u-border-right-md-feedback-alert-darkest-xl {
    border-right: 2px solid #E38800 !important; }
  .u-border-right-md-feedback-alert-dark-xl {
    border-right: 2px solid #F7A608 !important; }
  .u-border-right-md-feedback-alert-medium-xl {
    border-right: 2px solid #FFC633 !important; }
  .u-border-right-md-feedback-alert-light-xl {
    border-right: 2px solid #FEDF8F !important; }
  .u-border-right-md-feedback-alert-lightest-xl {
    border-right: 2px solid #FEEDBF !important; }
  .u-border-right-md-neutral-darkest-xl {
    border-right: 2px solid #1E1E1E !important; }
  .u-border-right-md-neutral-dark-xl {
    border-right: 2px solid #515151 !important; }
  .u-border-right-md-neutral-medium-xl {
    border-right: 2px solid #ADADAD !important; }
  .u-border-right-md-neutral-light-xl {
    border-right: 2px solid #E3E3E3 !important; }
  .u-border-right-md-neutral-lightest-xl {
    border-right: 2px solid #F2F2F2 !important; }
  .u-border-right-md-essential-black-xl {
    border-right: 2px solid #000000 !important; }
  .u-border-right-md-essential-white-xl {
    border-right: 2px solid #FFFFFF !important; }
  .u-border-left-md-brand-primary-darkest-xl {
    border-left: 2px solid #B43500 !important; }
  .u-border-left-md-brand-primary-dark-xl {
    border-left: 2px solid #D83B04 !important; }
  .u-border-left-md-brand-primary-medium-xl {
    border-left: 2px solid #E55807 !important; }
  .u-border-left-md-brand-primary-light-xl {
    border-left: 2px solid #FFCBB5 !important; }
  .u-border-left-md-brand-primary-lightest-xl {
    border-left: 2px solid #FDEBE1 !important; }
  .u-border-left-md-complementary-1-darkest-xl {
    border-left: 2px solid #9E7BB2 !important; }
  .u-border-left-md-complementary-1-dark-xl {
    border-left: 2px solid #B6A1C2 !important; }
  .u-border-left-md-complementary-1-medium-xl {
    border-left: 2px solid #D2C6D9 !important; }
  .u-border-left-md-complementary-1-light-xl {
    border-left: 2px solid #F4E8FA !important; }
  .u-border-left-md-complementary-1-lightest-xl {
    border-left: 2px solid #F7F0FB !important; }
  .u-border-left-md-complementary-2-darkest-xl {
    border-left: 2px solid #86BF33 !important; }
  .u-border-left-md-complementary-2-dark-xl {
    border-left: 2px solid #A8E353 !important; }
  .u-border-left-md-complementary-2-medium-xl {
    border-left: 2px solid #C6FA7A !important; }
  .u-border-left-md-complementary-2-light-xl {
    border-left: 2px solid #EBFFCD !important; }
  .u-border-left-md-complementary-2-lightest-xl {
    border-left: 2px solid #F6FFE9 !important; }
  .u-border-left-md-feedback-danger-darkest-xl {
    border-left: 2px solid #C71414 !important; }
  .u-border-left-md-feedback-danger-dark-xl {
    border-left: 2px solid #F42525 !important; }
  .u-border-left-md-feedback-danger-medium-xl {
    border-left: 2px solid #F95151 !important; }
  .u-border-left-md-feedback-danger-light-xl {
    border-left: 2px solid #FBA8A8 !important; }
  .u-border-left-md-feedback-danger-lightest-xl {
    border-left: 2px solid #FEDCDC !important; }
  .u-border-left-md-feedback-success-darkest-xl {
    border-left: 2px solid #01642E !important; }
  .u-border-left-md-feedback-success-dark-xl {
    border-left: 2px solid #00A148 !important; }
  .u-border-left-md-feedback-success-medium-xl {
    border-left: 2px solid #41C670 !important; }
  .u-border-left-md-feedback-success-light-xl {
    border-left: 2px solid #B3E3C9 !important; }
  .u-border-left-md-feedback-success-lightest-xl {
    border-left: 2px solid #D9F4E2 !important; }
  .u-border-left-md-feedback-alert-darkest-xl {
    border-left: 2px solid #E38800 !important; }
  .u-border-left-md-feedback-alert-dark-xl {
    border-left: 2px solid #F7A608 !important; }
  .u-border-left-md-feedback-alert-medium-xl {
    border-left: 2px solid #FFC633 !important; }
  .u-border-left-md-feedback-alert-light-xl {
    border-left: 2px solid #FEDF8F !important; }
  .u-border-left-md-feedback-alert-lightest-xl {
    border-left: 2px solid #FEEDBF !important; }
  .u-border-left-md-neutral-darkest-xl {
    border-left: 2px solid #1E1E1E !important; }
  .u-border-left-md-neutral-dark-xl {
    border-left: 2px solid #515151 !important; }
  .u-border-left-md-neutral-medium-xl {
    border-left: 2px solid #ADADAD !important; }
  .u-border-left-md-neutral-light-xl {
    border-left: 2px solid #E3E3E3 !important; }
  .u-border-left-md-neutral-lightest-xl {
    border-left: 2px solid #F2F2F2 !important; }
  .u-border-left-md-essential-black-xl {
    border-left: 2px solid #000000 !important; }
  .u-border-left-md-essential-white-xl {
    border-left: 2px solid #FFFFFF !important; }
  .u-border-lg-brand-primary-darkest-xl {
    border: 4px solid #B43500 !important; }
  .u-border-lg-brand-primary-dark-xl {
    border: 4px solid #D83B04 !important; }
  .u-border-lg-brand-primary-medium-xl {
    border: 4px solid #E55807 !important; }
  .u-border-lg-brand-primary-light-xl {
    border: 4px solid #FFCBB5 !important; }
  .u-border-lg-brand-primary-lightest-xl {
    border: 4px solid #FDEBE1 !important; }
  .u-border-lg-complementary-1-darkest-xl {
    border: 4px solid #9E7BB2 !important; }
  .u-border-lg-complementary-1-dark-xl {
    border: 4px solid #B6A1C2 !important; }
  .u-border-lg-complementary-1-medium-xl {
    border: 4px solid #D2C6D9 !important; }
  .u-border-lg-complementary-1-light-xl {
    border: 4px solid #F4E8FA !important; }
  .u-border-lg-complementary-1-lightest-xl {
    border: 4px solid #F7F0FB !important; }
  .u-border-lg-complementary-2-darkest-xl {
    border: 4px solid #86BF33 !important; }
  .u-border-lg-complementary-2-dark-xl {
    border: 4px solid #A8E353 !important; }
  .u-border-lg-complementary-2-medium-xl {
    border: 4px solid #C6FA7A !important; }
  .u-border-lg-complementary-2-light-xl {
    border: 4px solid #EBFFCD !important; }
  .u-border-lg-complementary-2-lightest-xl {
    border: 4px solid #F6FFE9 !important; }
  .u-border-lg-feedback-danger-darkest-xl {
    border: 4px solid #C71414 !important; }
  .u-border-lg-feedback-danger-dark-xl {
    border: 4px solid #F42525 !important; }
  .u-border-lg-feedback-danger-medium-xl {
    border: 4px solid #F95151 !important; }
  .u-border-lg-feedback-danger-light-xl {
    border: 4px solid #FBA8A8 !important; }
  .u-border-lg-feedback-danger-lightest-xl {
    border: 4px solid #FEDCDC !important; }
  .u-border-lg-feedback-success-darkest-xl {
    border: 4px solid #01642E !important; }
  .u-border-lg-feedback-success-dark-xl {
    border: 4px solid #00A148 !important; }
  .u-border-lg-feedback-success-medium-xl {
    border: 4px solid #41C670 !important; }
  .u-border-lg-feedback-success-light-xl {
    border: 4px solid #B3E3C9 !important; }
  .u-border-lg-feedback-success-lightest-xl {
    border: 4px solid #D9F4E2 !important; }
  .u-border-lg-feedback-alert-darkest-xl {
    border: 4px solid #E38800 !important; }
  .u-border-lg-feedback-alert-dark-xl {
    border: 4px solid #F7A608 !important; }
  .u-border-lg-feedback-alert-medium-xl {
    border: 4px solid #FFC633 !important; }
  .u-border-lg-feedback-alert-light-xl {
    border: 4px solid #FEDF8F !important; }
  .u-border-lg-feedback-alert-lightest-xl {
    border: 4px solid #FEEDBF !important; }
  .u-border-lg-neutral-darkest-xl {
    border: 4px solid #1E1E1E !important; }
  .u-border-lg-neutral-dark-xl {
    border: 4px solid #515151 !important; }
  .u-border-lg-neutral-medium-xl {
    border: 4px solid #ADADAD !important; }
  .u-border-lg-neutral-light-xl {
    border: 4px solid #E3E3E3 !important; }
  .u-border-lg-neutral-lightest-xl {
    border: 4px solid #F2F2F2 !important; }
  .u-border-lg-essential-black-xl {
    border: 4px solid #000000 !important; }
  .u-border-lg-essential-white-xl {
    border: 4px solid #FFFFFF !important; }
  .u-border-top-lg-brand-primary-darkest-xl {
    border-top: 4px solid #B43500 !important; }
  .u-border-top-lg-brand-primary-dark-xl {
    border-top: 4px solid #D83B04 !important; }
  .u-border-top-lg-brand-primary-medium-xl {
    border-top: 4px solid #E55807 !important; }
  .u-border-top-lg-brand-primary-light-xl {
    border-top: 4px solid #FFCBB5 !important; }
  .u-border-top-lg-brand-primary-lightest-xl {
    border-top: 4px solid #FDEBE1 !important; }
  .u-border-top-lg-complementary-1-darkest-xl {
    border-top: 4px solid #9E7BB2 !important; }
  .u-border-top-lg-complementary-1-dark-xl {
    border-top: 4px solid #B6A1C2 !important; }
  .u-border-top-lg-complementary-1-medium-xl {
    border-top: 4px solid #D2C6D9 !important; }
  .u-border-top-lg-complementary-1-light-xl {
    border-top: 4px solid #F4E8FA !important; }
  .u-border-top-lg-complementary-1-lightest-xl {
    border-top: 4px solid #F7F0FB !important; }
  .u-border-top-lg-complementary-2-darkest-xl {
    border-top: 4px solid #86BF33 !important; }
  .u-border-top-lg-complementary-2-dark-xl {
    border-top: 4px solid #A8E353 !important; }
  .u-border-top-lg-complementary-2-medium-xl {
    border-top: 4px solid #C6FA7A !important; }
  .u-border-top-lg-complementary-2-light-xl {
    border-top: 4px solid #EBFFCD !important; }
  .u-border-top-lg-complementary-2-lightest-xl {
    border-top: 4px solid #F6FFE9 !important; }
  .u-border-top-lg-feedback-danger-darkest-xl {
    border-top: 4px solid #C71414 !important; }
  .u-border-top-lg-feedback-danger-dark-xl {
    border-top: 4px solid #F42525 !important; }
  .u-border-top-lg-feedback-danger-medium-xl {
    border-top: 4px solid #F95151 !important; }
  .u-border-top-lg-feedback-danger-light-xl {
    border-top: 4px solid #FBA8A8 !important; }
  .u-border-top-lg-feedback-danger-lightest-xl {
    border-top: 4px solid #FEDCDC !important; }
  .u-border-top-lg-feedback-success-darkest-xl {
    border-top: 4px solid #01642E !important; }
  .u-border-top-lg-feedback-success-dark-xl {
    border-top: 4px solid #00A148 !important; }
  .u-border-top-lg-feedback-success-medium-xl {
    border-top: 4px solid #41C670 !important; }
  .u-border-top-lg-feedback-success-light-xl {
    border-top: 4px solid #B3E3C9 !important; }
  .u-border-top-lg-feedback-success-lightest-xl {
    border-top: 4px solid #D9F4E2 !important; }
  .u-border-top-lg-feedback-alert-darkest-xl {
    border-top: 4px solid #E38800 !important; }
  .u-border-top-lg-feedback-alert-dark-xl {
    border-top: 4px solid #F7A608 !important; }
  .u-border-top-lg-feedback-alert-medium-xl {
    border-top: 4px solid #FFC633 !important; }
  .u-border-top-lg-feedback-alert-light-xl {
    border-top: 4px solid #FEDF8F !important; }
  .u-border-top-lg-feedback-alert-lightest-xl {
    border-top: 4px solid #FEEDBF !important; }
  .u-border-top-lg-neutral-darkest-xl {
    border-top: 4px solid #1E1E1E !important; }
  .u-border-top-lg-neutral-dark-xl {
    border-top: 4px solid #515151 !important; }
  .u-border-top-lg-neutral-medium-xl {
    border-top: 4px solid #ADADAD !important; }
  .u-border-top-lg-neutral-light-xl {
    border-top: 4px solid #E3E3E3 !important; }
  .u-border-top-lg-neutral-lightest-xl {
    border-top: 4px solid #F2F2F2 !important; }
  .u-border-top-lg-essential-black-xl {
    border-top: 4px solid #000000 !important; }
  .u-border-top-lg-essential-white-xl {
    border-top: 4px solid #FFFFFF !important; }
  .u-border-bottom-lg-brand-primary-darkest-xl {
    border-bottom: 4px solid #B43500 !important; }
  .u-border-bottom-lg-brand-primary-dark-xl {
    border-bottom: 4px solid #D83B04 !important; }
  .u-border-bottom-lg-brand-primary-medium-xl {
    border-bottom: 4px solid #E55807 !important; }
  .u-border-bottom-lg-brand-primary-light-xl {
    border-bottom: 4px solid #FFCBB5 !important; }
  .u-border-bottom-lg-brand-primary-lightest-xl {
    border-bottom: 4px solid #FDEBE1 !important; }
  .u-border-bottom-lg-complementary-1-darkest-xl {
    border-bottom: 4px solid #9E7BB2 !important; }
  .u-border-bottom-lg-complementary-1-dark-xl {
    border-bottom: 4px solid #B6A1C2 !important; }
  .u-border-bottom-lg-complementary-1-medium-xl {
    border-bottom: 4px solid #D2C6D9 !important; }
  .u-border-bottom-lg-complementary-1-light-xl {
    border-bottom: 4px solid #F4E8FA !important; }
  .u-border-bottom-lg-complementary-1-lightest-xl {
    border-bottom: 4px solid #F7F0FB !important; }
  .u-border-bottom-lg-complementary-2-darkest-xl {
    border-bottom: 4px solid #86BF33 !important; }
  .u-border-bottom-lg-complementary-2-dark-xl {
    border-bottom: 4px solid #A8E353 !important; }
  .u-border-bottom-lg-complementary-2-medium-xl {
    border-bottom: 4px solid #C6FA7A !important; }
  .u-border-bottom-lg-complementary-2-light-xl {
    border-bottom: 4px solid #EBFFCD !important; }
  .u-border-bottom-lg-complementary-2-lightest-xl {
    border-bottom: 4px solid #F6FFE9 !important; }
  .u-border-bottom-lg-feedback-danger-darkest-xl {
    border-bottom: 4px solid #C71414 !important; }
  .u-border-bottom-lg-feedback-danger-dark-xl {
    border-bottom: 4px solid #F42525 !important; }
  .u-border-bottom-lg-feedback-danger-medium-xl {
    border-bottom: 4px solid #F95151 !important; }
  .u-border-bottom-lg-feedback-danger-light-xl {
    border-bottom: 4px solid #FBA8A8 !important; }
  .u-border-bottom-lg-feedback-danger-lightest-xl {
    border-bottom: 4px solid #FEDCDC !important; }
  .u-border-bottom-lg-feedback-success-darkest-xl {
    border-bottom: 4px solid #01642E !important; }
  .u-border-bottom-lg-feedback-success-dark-xl {
    border-bottom: 4px solid #00A148 !important; }
  .u-border-bottom-lg-feedback-success-medium-xl {
    border-bottom: 4px solid #41C670 !important; }
  .u-border-bottom-lg-feedback-success-light-xl {
    border-bottom: 4px solid #B3E3C9 !important; }
  .u-border-bottom-lg-feedback-success-lightest-xl {
    border-bottom: 4px solid #D9F4E2 !important; }
  .u-border-bottom-lg-feedback-alert-darkest-xl {
    border-bottom: 4px solid #E38800 !important; }
  .u-border-bottom-lg-feedback-alert-dark-xl {
    border-bottom: 4px solid #F7A608 !important; }
  .u-border-bottom-lg-feedback-alert-medium-xl {
    border-bottom: 4px solid #FFC633 !important; }
  .u-border-bottom-lg-feedback-alert-light-xl {
    border-bottom: 4px solid #FEDF8F !important; }
  .u-border-bottom-lg-feedback-alert-lightest-xl {
    border-bottom: 4px solid #FEEDBF !important; }
  .u-border-bottom-lg-neutral-darkest-xl {
    border-bottom: 4px solid #1E1E1E !important; }
  .u-border-bottom-lg-neutral-dark-xl {
    border-bottom: 4px solid #515151 !important; }
  .u-border-bottom-lg-neutral-medium-xl {
    border-bottom: 4px solid #ADADAD !important; }
  .u-border-bottom-lg-neutral-light-xl {
    border-bottom: 4px solid #E3E3E3 !important; }
  .u-border-bottom-lg-neutral-lightest-xl {
    border-bottom: 4px solid #F2F2F2 !important; }
  .u-border-bottom-lg-essential-black-xl {
    border-bottom: 4px solid #000000 !important; }
  .u-border-bottom-lg-essential-white-xl {
    border-bottom: 4px solid #FFFFFF !important; }
  .u-border-right-lg-brand-primary-darkest-xl {
    border-right: 4px solid #B43500 !important; }
  .u-border-right-lg-brand-primary-dark-xl {
    border-right: 4px solid #D83B04 !important; }
  .u-border-right-lg-brand-primary-medium-xl {
    border-right: 4px solid #E55807 !important; }
  .u-border-right-lg-brand-primary-light-xl {
    border-right: 4px solid #FFCBB5 !important; }
  .u-border-right-lg-brand-primary-lightest-xl {
    border-right: 4px solid #FDEBE1 !important; }
  .u-border-right-lg-complementary-1-darkest-xl {
    border-right: 4px solid #9E7BB2 !important; }
  .u-border-right-lg-complementary-1-dark-xl {
    border-right: 4px solid #B6A1C2 !important; }
  .u-border-right-lg-complementary-1-medium-xl {
    border-right: 4px solid #D2C6D9 !important; }
  .u-border-right-lg-complementary-1-light-xl {
    border-right: 4px solid #F4E8FA !important; }
  .u-border-right-lg-complementary-1-lightest-xl {
    border-right: 4px solid #F7F0FB !important; }
  .u-border-right-lg-complementary-2-darkest-xl {
    border-right: 4px solid #86BF33 !important; }
  .u-border-right-lg-complementary-2-dark-xl {
    border-right: 4px solid #A8E353 !important; }
  .u-border-right-lg-complementary-2-medium-xl {
    border-right: 4px solid #C6FA7A !important; }
  .u-border-right-lg-complementary-2-light-xl {
    border-right: 4px solid #EBFFCD !important; }
  .u-border-right-lg-complementary-2-lightest-xl {
    border-right: 4px solid #F6FFE9 !important; }
  .u-border-right-lg-feedback-danger-darkest-xl {
    border-right: 4px solid #C71414 !important; }
  .u-border-right-lg-feedback-danger-dark-xl {
    border-right: 4px solid #F42525 !important; }
  .u-border-right-lg-feedback-danger-medium-xl {
    border-right: 4px solid #F95151 !important; }
  .u-border-right-lg-feedback-danger-light-xl {
    border-right: 4px solid #FBA8A8 !important; }
  .u-border-right-lg-feedback-danger-lightest-xl {
    border-right: 4px solid #FEDCDC !important; }
  .u-border-right-lg-feedback-success-darkest-xl {
    border-right: 4px solid #01642E !important; }
  .u-border-right-lg-feedback-success-dark-xl {
    border-right: 4px solid #00A148 !important; }
  .u-border-right-lg-feedback-success-medium-xl {
    border-right: 4px solid #41C670 !important; }
  .u-border-right-lg-feedback-success-light-xl {
    border-right: 4px solid #B3E3C9 !important; }
  .u-border-right-lg-feedback-success-lightest-xl {
    border-right: 4px solid #D9F4E2 !important; }
  .u-border-right-lg-feedback-alert-darkest-xl {
    border-right: 4px solid #E38800 !important; }
  .u-border-right-lg-feedback-alert-dark-xl {
    border-right: 4px solid #F7A608 !important; }
  .u-border-right-lg-feedback-alert-medium-xl {
    border-right: 4px solid #FFC633 !important; }
  .u-border-right-lg-feedback-alert-light-xl {
    border-right: 4px solid #FEDF8F !important; }
  .u-border-right-lg-feedback-alert-lightest-xl {
    border-right: 4px solid #FEEDBF !important; }
  .u-border-right-lg-neutral-darkest-xl {
    border-right: 4px solid #1E1E1E !important; }
  .u-border-right-lg-neutral-dark-xl {
    border-right: 4px solid #515151 !important; }
  .u-border-right-lg-neutral-medium-xl {
    border-right: 4px solid #ADADAD !important; }
  .u-border-right-lg-neutral-light-xl {
    border-right: 4px solid #E3E3E3 !important; }
  .u-border-right-lg-neutral-lightest-xl {
    border-right: 4px solid #F2F2F2 !important; }
  .u-border-right-lg-essential-black-xl {
    border-right: 4px solid #000000 !important; }
  .u-border-right-lg-essential-white-xl {
    border-right: 4px solid #FFFFFF !important; }
  .u-border-left-lg-brand-primary-darkest-xl {
    border-left: 4px solid #B43500 !important; }
  .u-border-left-lg-brand-primary-dark-xl {
    border-left: 4px solid #D83B04 !important; }
  .u-border-left-lg-brand-primary-medium-xl {
    border-left: 4px solid #E55807 !important; }
  .u-border-left-lg-brand-primary-light-xl {
    border-left: 4px solid #FFCBB5 !important; }
  .u-border-left-lg-brand-primary-lightest-xl {
    border-left: 4px solid #FDEBE1 !important; }
  .u-border-left-lg-complementary-1-darkest-xl {
    border-left: 4px solid #9E7BB2 !important; }
  .u-border-left-lg-complementary-1-dark-xl {
    border-left: 4px solid #B6A1C2 !important; }
  .u-border-left-lg-complementary-1-medium-xl {
    border-left: 4px solid #D2C6D9 !important; }
  .u-border-left-lg-complementary-1-light-xl {
    border-left: 4px solid #F4E8FA !important; }
  .u-border-left-lg-complementary-1-lightest-xl {
    border-left: 4px solid #F7F0FB !important; }
  .u-border-left-lg-complementary-2-darkest-xl {
    border-left: 4px solid #86BF33 !important; }
  .u-border-left-lg-complementary-2-dark-xl {
    border-left: 4px solid #A8E353 !important; }
  .u-border-left-lg-complementary-2-medium-xl {
    border-left: 4px solid #C6FA7A !important; }
  .u-border-left-lg-complementary-2-light-xl {
    border-left: 4px solid #EBFFCD !important; }
  .u-border-left-lg-complementary-2-lightest-xl {
    border-left: 4px solid #F6FFE9 !important; }
  .u-border-left-lg-feedback-danger-darkest-xl {
    border-left: 4px solid #C71414 !important; }
  .u-border-left-lg-feedback-danger-dark-xl {
    border-left: 4px solid #F42525 !important; }
  .u-border-left-lg-feedback-danger-medium-xl {
    border-left: 4px solid #F95151 !important; }
  .u-border-left-lg-feedback-danger-light-xl {
    border-left: 4px solid #FBA8A8 !important; }
  .u-border-left-lg-feedback-danger-lightest-xl {
    border-left: 4px solid #FEDCDC !important; }
  .u-border-left-lg-feedback-success-darkest-xl {
    border-left: 4px solid #01642E !important; }
  .u-border-left-lg-feedback-success-dark-xl {
    border-left: 4px solid #00A148 !important; }
  .u-border-left-lg-feedback-success-medium-xl {
    border-left: 4px solid #41C670 !important; }
  .u-border-left-lg-feedback-success-light-xl {
    border-left: 4px solid #B3E3C9 !important; }
  .u-border-left-lg-feedback-success-lightest-xl {
    border-left: 4px solid #D9F4E2 !important; }
  .u-border-left-lg-feedback-alert-darkest-xl {
    border-left: 4px solid #E38800 !important; }
  .u-border-left-lg-feedback-alert-dark-xl {
    border-left: 4px solid #F7A608 !important; }
  .u-border-left-lg-feedback-alert-medium-xl {
    border-left: 4px solid #FFC633 !important; }
  .u-border-left-lg-feedback-alert-light-xl {
    border-left: 4px solid #FEDF8F !important; }
  .u-border-left-lg-feedback-alert-lightest-xl {
    border-left: 4px solid #FEEDBF !important; }
  .u-border-left-lg-neutral-darkest-xl {
    border-left: 4px solid #1E1E1E !important; }
  .u-border-left-lg-neutral-dark-xl {
    border-left: 4px solid #515151 !important; }
  .u-border-left-lg-neutral-medium-xl {
    border-left: 4px solid #ADADAD !important; }
  .u-border-left-lg-neutral-light-xl {
    border-left: 4px solid #E3E3E3 !important; }
  .u-border-left-lg-neutral-lightest-xl {
    border-left: 4px solid #F2F2F2 !important; }
  .u-border-left-lg-essential-black-xl {
    border-left: 4px solid #000000 !important; }
  .u-border-left-lg-essential-white-xl {
    border-left: 4px solid #FFFFFF !important; }
  .u-border-xl-brand-primary-darkest-xl {
    border: 6px solid #B43500 !important; }
  .u-border-xl-brand-primary-dark-xl {
    border: 6px solid #D83B04 !important; }
  .u-border-xl-brand-primary-medium-xl {
    border: 6px solid #E55807 !important; }
  .u-border-xl-brand-primary-light-xl {
    border: 6px solid #FFCBB5 !important; }
  .u-border-xl-brand-primary-lightest-xl {
    border: 6px solid #FDEBE1 !important; }
  .u-border-xl-complementary-1-darkest-xl {
    border: 6px solid #9E7BB2 !important; }
  .u-border-xl-complementary-1-dark-xl {
    border: 6px solid #B6A1C2 !important; }
  .u-border-xl-complementary-1-medium-xl {
    border: 6px solid #D2C6D9 !important; }
  .u-border-xl-complementary-1-light-xl {
    border: 6px solid #F4E8FA !important; }
  .u-border-xl-complementary-1-lightest-xl {
    border: 6px solid #F7F0FB !important; }
  .u-border-xl-complementary-2-darkest-xl {
    border: 6px solid #86BF33 !important; }
  .u-border-xl-complementary-2-dark-xl {
    border: 6px solid #A8E353 !important; }
  .u-border-xl-complementary-2-medium-xl {
    border: 6px solid #C6FA7A !important; }
  .u-border-xl-complementary-2-light-xl {
    border: 6px solid #EBFFCD !important; }
  .u-border-xl-complementary-2-lightest-xl {
    border: 6px solid #F6FFE9 !important; }
  .u-border-xl-feedback-danger-darkest-xl {
    border: 6px solid #C71414 !important; }
  .u-border-xl-feedback-danger-dark-xl {
    border: 6px solid #F42525 !important; }
  .u-border-xl-feedback-danger-medium-xl {
    border: 6px solid #F95151 !important; }
  .u-border-xl-feedback-danger-light-xl {
    border: 6px solid #FBA8A8 !important; }
  .u-border-xl-feedback-danger-lightest-xl {
    border: 6px solid #FEDCDC !important; }
  .u-border-xl-feedback-success-darkest-xl {
    border: 6px solid #01642E !important; }
  .u-border-xl-feedback-success-dark-xl {
    border: 6px solid #00A148 !important; }
  .u-border-xl-feedback-success-medium-xl {
    border: 6px solid #41C670 !important; }
  .u-border-xl-feedback-success-light-xl {
    border: 6px solid #B3E3C9 !important; }
  .u-border-xl-feedback-success-lightest-xl {
    border: 6px solid #D9F4E2 !important; }
  .u-border-xl-feedback-alert-darkest-xl {
    border: 6px solid #E38800 !important; }
  .u-border-xl-feedback-alert-dark-xl {
    border: 6px solid #F7A608 !important; }
  .u-border-xl-feedback-alert-medium-xl {
    border: 6px solid #FFC633 !important; }
  .u-border-xl-feedback-alert-light-xl {
    border: 6px solid #FEDF8F !important; }
  .u-border-xl-feedback-alert-lightest-xl {
    border: 6px solid #FEEDBF !important; }
  .u-border-xl-neutral-darkest-xl {
    border: 6px solid #1E1E1E !important; }
  .u-border-xl-neutral-dark-xl {
    border: 6px solid #515151 !important; }
  .u-border-xl-neutral-medium-xl {
    border: 6px solid #ADADAD !important; }
  .u-border-xl-neutral-light-xl {
    border: 6px solid #E3E3E3 !important; }
  .u-border-xl-neutral-lightest-xl {
    border: 6px solid #F2F2F2 !important; }
  .u-border-xl-essential-black-xl {
    border: 6px solid #000000 !important; }
  .u-border-xl-essential-white-xl {
    border: 6px solid #FFFFFF !important; }
  .u-border-top-xl-brand-primary-darkest-xl {
    border-top: 6px solid #B43500 !important; }
  .u-border-top-xl-brand-primary-dark-xl {
    border-top: 6px solid #D83B04 !important; }
  .u-border-top-xl-brand-primary-medium-xl {
    border-top: 6px solid #E55807 !important; }
  .u-border-top-xl-brand-primary-light-xl {
    border-top: 6px solid #FFCBB5 !important; }
  .u-border-top-xl-brand-primary-lightest-xl {
    border-top: 6px solid #FDEBE1 !important; }
  .u-border-top-xl-complementary-1-darkest-xl {
    border-top: 6px solid #9E7BB2 !important; }
  .u-border-top-xl-complementary-1-dark-xl {
    border-top: 6px solid #B6A1C2 !important; }
  .u-border-top-xl-complementary-1-medium-xl {
    border-top: 6px solid #D2C6D9 !important; }
  .u-border-top-xl-complementary-1-light-xl {
    border-top: 6px solid #F4E8FA !important; }
  .u-border-top-xl-complementary-1-lightest-xl {
    border-top: 6px solid #F7F0FB !important; }
  .u-border-top-xl-complementary-2-darkest-xl {
    border-top: 6px solid #86BF33 !important; }
  .u-border-top-xl-complementary-2-dark-xl {
    border-top: 6px solid #A8E353 !important; }
  .u-border-top-xl-complementary-2-medium-xl {
    border-top: 6px solid #C6FA7A !important; }
  .u-border-top-xl-complementary-2-light-xl {
    border-top: 6px solid #EBFFCD !important; }
  .u-border-top-xl-complementary-2-lightest-xl {
    border-top: 6px solid #F6FFE9 !important; }
  .u-border-top-xl-feedback-danger-darkest-xl {
    border-top: 6px solid #C71414 !important; }
  .u-border-top-xl-feedback-danger-dark-xl {
    border-top: 6px solid #F42525 !important; }
  .u-border-top-xl-feedback-danger-medium-xl {
    border-top: 6px solid #F95151 !important; }
  .u-border-top-xl-feedback-danger-light-xl {
    border-top: 6px solid #FBA8A8 !important; }
  .u-border-top-xl-feedback-danger-lightest-xl {
    border-top: 6px solid #FEDCDC !important; }
  .u-border-top-xl-feedback-success-darkest-xl {
    border-top: 6px solid #01642E !important; }
  .u-border-top-xl-feedback-success-dark-xl {
    border-top: 6px solid #00A148 !important; }
  .u-border-top-xl-feedback-success-medium-xl {
    border-top: 6px solid #41C670 !important; }
  .u-border-top-xl-feedback-success-light-xl {
    border-top: 6px solid #B3E3C9 !important; }
  .u-border-top-xl-feedback-success-lightest-xl {
    border-top: 6px solid #D9F4E2 !important; }
  .u-border-top-xl-feedback-alert-darkest-xl {
    border-top: 6px solid #E38800 !important; }
  .u-border-top-xl-feedback-alert-dark-xl {
    border-top: 6px solid #F7A608 !important; }
  .u-border-top-xl-feedback-alert-medium-xl {
    border-top: 6px solid #FFC633 !important; }
  .u-border-top-xl-feedback-alert-light-xl {
    border-top: 6px solid #FEDF8F !important; }
  .u-border-top-xl-feedback-alert-lightest-xl {
    border-top: 6px solid #FEEDBF !important; }
  .u-border-top-xl-neutral-darkest-xl {
    border-top: 6px solid #1E1E1E !important; }
  .u-border-top-xl-neutral-dark-xl {
    border-top: 6px solid #515151 !important; }
  .u-border-top-xl-neutral-medium-xl {
    border-top: 6px solid #ADADAD !important; }
  .u-border-top-xl-neutral-light-xl {
    border-top: 6px solid #E3E3E3 !important; }
  .u-border-top-xl-neutral-lightest-xl {
    border-top: 6px solid #F2F2F2 !important; }
  .u-border-top-xl-essential-black-xl {
    border-top: 6px solid #000000 !important; }
  .u-border-top-xl-essential-white-xl {
    border-top: 6px solid #FFFFFF !important; }
  .u-border-bottom-xl-brand-primary-darkest-xl {
    border-bottom: 6px solid #B43500 !important; }
  .u-border-bottom-xl-brand-primary-dark-xl {
    border-bottom: 6px solid #D83B04 !important; }
  .u-border-bottom-xl-brand-primary-medium-xl {
    border-bottom: 6px solid #E55807 !important; }
  .u-border-bottom-xl-brand-primary-light-xl {
    border-bottom: 6px solid #FFCBB5 !important; }
  .u-border-bottom-xl-brand-primary-lightest-xl {
    border-bottom: 6px solid #FDEBE1 !important; }
  .u-border-bottom-xl-complementary-1-darkest-xl {
    border-bottom: 6px solid #9E7BB2 !important; }
  .u-border-bottom-xl-complementary-1-dark-xl {
    border-bottom: 6px solid #B6A1C2 !important; }
  .u-border-bottom-xl-complementary-1-medium-xl {
    border-bottom: 6px solid #D2C6D9 !important; }
  .u-border-bottom-xl-complementary-1-light-xl {
    border-bottom: 6px solid #F4E8FA !important; }
  .u-border-bottom-xl-complementary-1-lightest-xl {
    border-bottom: 6px solid #F7F0FB !important; }
  .u-border-bottom-xl-complementary-2-darkest-xl {
    border-bottom: 6px solid #86BF33 !important; }
  .u-border-bottom-xl-complementary-2-dark-xl {
    border-bottom: 6px solid #A8E353 !important; }
  .u-border-bottom-xl-complementary-2-medium-xl {
    border-bottom: 6px solid #C6FA7A !important; }
  .u-border-bottom-xl-complementary-2-light-xl {
    border-bottom: 6px solid #EBFFCD !important; }
  .u-border-bottom-xl-complementary-2-lightest-xl {
    border-bottom: 6px solid #F6FFE9 !important; }
  .u-border-bottom-xl-feedback-danger-darkest-xl {
    border-bottom: 6px solid #C71414 !important; }
  .u-border-bottom-xl-feedback-danger-dark-xl {
    border-bottom: 6px solid #F42525 !important; }
  .u-border-bottom-xl-feedback-danger-medium-xl {
    border-bottom: 6px solid #F95151 !important; }
  .u-border-bottom-xl-feedback-danger-light-xl {
    border-bottom: 6px solid #FBA8A8 !important; }
  .u-border-bottom-xl-feedback-danger-lightest-xl {
    border-bottom: 6px solid #FEDCDC !important; }
  .u-border-bottom-xl-feedback-success-darkest-xl {
    border-bottom: 6px solid #01642E !important; }
  .u-border-bottom-xl-feedback-success-dark-xl {
    border-bottom: 6px solid #00A148 !important; }
  .u-border-bottom-xl-feedback-success-medium-xl {
    border-bottom: 6px solid #41C670 !important; }
  .u-border-bottom-xl-feedback-success-light-xl {
    border-bottom: 6px solid #B3E3C9 !important; }
  .u-border-bottom-xl-feedback-success-lightest-xl {
    border-bottom: 6px solid #D9F4E2 !important; }
  .u-border-bottom-xl-feedback-alert-darkest-xl {
    border-bottom: 6px solid #E38800 !important; }
  .u-border-bottom-xl-feedback-alert-dark-xl {
    border-bottom: 6px solid #F7A608 !important; }
  .u-border-bottom-xl-feedback-alert-medium-xl {
    border-bottom: 6px solid #FFC633 !important; }
  .u-border-bottom-xl-feedback-alert-light-xl {
    border-bottom: 6px solid #FEDF8F !important; }
  .u-border-bottom-xl-feedback-alert-lightest-xl {
    border-bottom: 6px solid #FEEDBF !important; }
  .u-border-bottom-xl-neutral-darkest-xl {
    border-bottom: 6px solid #1E1E1E !important; }
  .u-border-bottom-xl-neutral-dark-xl {
    border-bottom: 6px solid #515151 !important; }
  .u-border-bottom-xl-neutral-medium-xl {
    border-bottom: 6px solid #ADADAD !important; }
  .u-border-bottom-xl-neutral-light-xl {
    border-bottom: 6px solid #E3E3E3 !important; }
  .u-border-bottom-xl-neutral-lightest-xl {
    border-bottom: 6px solid #F2F2F2 !important; }
  .u-border-bottom-xl-essential-black-xl {
    border-bottom: 6px solid #000000 !important; }
  .u-border-bottom-xl-essential-white-xl {
    border-bottom: 6px solid #FFFFFF !important; }
  .u-border-right-xl-brand-primary-darkest-xl {
    border-right: 6px solid #B43500 !important; }
  .u-border-right-xl-brand-primary-dark-xl {
    border-right: 6px solid #D83B04 !important; }
  .u-border-right-xl-brand-primary-medium-xl {
    border-right: 6px solid #E55807 !important; }
  .u-border-right-xl-brand-primary-light-xl {
    border-right: 6px solid #FFCBB5 !important; }
  .u-border-right-xl-brand-primary-lightest-xl {
    border-right: 6px solid #FDEBE1 !important; }
  .u-border-right-xl-complementary-1-darkest-xl {
    border-right: 6px solid #9E7BB2 !important; }
  .u-border-right-xl-complementary-1-dark-xl {
    border-right: 6px solid #B6A1C2 !important; }
  .u-border-right-xl-complementary-1-medium-xl {
    border-right: 6px solid #D2C6D9 !important; }
  .u-border-right-xl-complementary-1-light-xl {
    border-right: 6px solid #F4E8FA !important; }
  .u-border-right-xl-complementary-1-lightest-xl {
    border-right: 6px solid #F7F0FB !important; }
  .u-border-right-xl-complementary-2-darkest-xl {
    border-right: 6px solid #86BF33 !important; }
  .u-border-right-xl-complementary-2-dark-xl {
    border-right: 6px solid #A8E353 !important; }
  .u-border-right-xl-complementary-2-medium-xl {
    border-right: 6px solid #C6FA7A !important; }
  .u-border-right-xl-complementary-2-light-xl {
    border-right: 6px solid #EBFFCD !important; }
  .u-border-right-xl-complementary-2-lightest-xl {
    border-right: 6px solid #F6FFE9 !important; }
  .u-border-right-xl-feedback-danger-darkest-xl {
    border-right: 6px solid #C71414 !important; }
  .u-border-right-xl-feedback-danger-dark-xl {
    border-right: 6px solid #F42525 !important; }
  .u-border-right-xl-feedback-danger-medium-xl {
    border-right: 6px solid #F95151 !important; }
  .u-border-right-xl-feedback-danger-light-xl {
    border-right: 6px solid #FBA8A8 !important; }
  .u-border-right-xl-feedback-danger-lightest-xl {
    border-right: 6px solid #FEDCDC !important; }
  .u-border-right-xl-feedback-success-darkest-xl {
    border-right: 6px solid #01642E !important; }
  .u-border-right-xl-feedback-success-dark-xl {
    border-right: 6px solid #00A148 !important; }
  .u-border-right-xl-feedback-success-medium-xl {
    border-right: 6px solid #41C670 !important; }
  .u-border-right-xl-feedback-success-light-xl {
    border-right: 6px solid #B3E3C9 !important; }
  .u-border-right-xl-feedback-success-lightest-xl {
    border-right: 6px solid #D9F4E2 !important; }
  .u-border-right-xl-feedback-alert-darkest-xl {
    border-right: 6px solid #E38800 !important; }
  .u-border-right-xl-feedback-alert-dark-xl {
    border-right: 6px solid #F7A608 !important; }
  .u-border-right-xl-feedback-alert-medium-xl {
    border-right: 6px solid #FFC633 !important; }
  .u-border-right-xl-feedback-alert-light-xl {
    border-right: 6px solid #FEDF8F !important; }
  .u-border-right-xl-feedback-alert-lightest-xl {
    border-right: 6px solid #FEEDBF !important; }
  .u-border-right-xl-neutral-darkest-xl {
    border-right: 6px solid #1E1E1E !important; }
  .u-border-right-xl-neutral-dark-xl {
    border-right: 6px solid #515151 !important; }
  .u-border-right-xl-neutral-medium-xl {
    border-right: 6px solid #ADADAD !important; }
  .u-border-right-xl-neutral-light-xl {
    border-right: 6px solid #E3E3E3 !important; }
  .u-border-right-xl-neutral-lightest-xl {
    border-right: 6px solid #F2F2F2 !important; }
  .u-border-right-xl-essential-black-xl {
    border-right: 6px solid #000000 !important; }
  .u-border-right-xl-essential-white-xl {
    border-right: 6px solid #FFFFFF !important; }
  .u-border-left-xl-brand-primary-darkest-xl {
    border-left: 6px solid #B43500 !important; }
  .u-border-left-xl-brand-primary-dark-xl {
    border-left: 6px solid #D83B04 !important; }
  .u-border-left-xl-brand-primary-medium-xl {
    border-left: 6px solid #E55807 !important; }
  .u-border-left-xl-brand-primary-light-xl {
    border-left: 6px solid #FFCBB5 !important; }
  .u-border-left-xl-brand-primary-lightest-xl {
    border-left: 6px solid #FDEBE1 !important; }
  .u-border-left-xl-complementary-1-darkest-xl {
    border-left: 6px solid #9E7BB2 !important; }
  .u-border-left-xl-complementary-1-dark-xl {
    border-left: 6px solid #B6A1C2 !important; }
  .u-border-left-xl-complementary-1-medium-xl {
    border-left: 6px solid #D2C6D9 !important; }
  .u-border-left-xl-complementary-1-light-xl {
    border-left: 6px solid #F4E8FA !important; }
  .u-border-left-xl-complementary-1-lightest-xl {
    border-left: 6px solid #F7F0FB !important; }
  .u-border-left-xl-complementary-2-darkest-xl {
    border-left: 6px solid #86BF33 !important; }
  .u-border-left-xl-complementary-2-dark-xl {
    border-left: 6px solid #A8E353 !important; }
  .u-border-left-xl-complementary-2-medium-xl {
    border-left: 6px solid #C6FA7A !important; }
  .u-border-left-xl-complementary-2-light-xl {
    border-left: 6px solid #EBFFCD !important; }
  .u-border-left-xl-complementary-2-lightest-xl {
    border-left: 6px solid #F6FFE9 !important; }
  .u-border-left-xl-feedback-danger-darkest-xl {
    border-left: 6px solid #C71414 !important; }
  .u-border-left-xl-feedback-danger-dark-xl {
    border-left: 6px solid #F42525 !important; }
  .u-border-left-xl-feedback-danger-medium-xl {
    border-left: 6px solid #F95151 !important; }
  .u-border-left-xl-feedback-danger-light-xl {
    border-left: 6px solid #FBA8A8 !important; }
  .u-border-left-xl-feedback-danger-lightest-xl {
    border-left: 6px solid #FEDCDC !important; }
  .u-border-left-xl-feedback-success-darkest-xl {
    border-left: 6px solid #01642E !important; }
  .u-border-left-xl-feedback-success-dark-xl {
    border-left: 6px solid #00A148 !important; }
  .u-border-left-xl-feedback-success-medium-xl {
    border-left: 6px solid #41C670 !important; }
  .u-border-left-xl-feedback-success-light-xl {
    border-left: 6px solid #B3E3C9 !important; }
  .u-border-left-xl-feedback-success-lightest-xl {
    border-left: 6px solid #D9F4E2 !important; }
  .u-border-left-xl-feedback-alert-darkest-xl {
    border-left: 6px solid #E38800 !important; }
  .u-border-left-xl-feedback-alert-dark-xl {
    border-left: 6px solid #F7A608 !important; }
  .u-border-left-xl-feedback-alert-medium-xl {
    border-left: 6px solid #FFC633 !important; }
  .u-border-left-xl-feedback-alert-light-xl {
    border-left: 6px solid #FEDF8F !important; }
  .u-border-left-xl-feedback-alert-lightest-xl {
    border-left: 6px solid #FEEDBF !important; }
  .u-border-left-xl-neutral-darkest-xl {
    border-left: 6px solid #1E1E1E !important; }
  .u-border-left-xl-neutral-dark-xl {
    border-left: 6px solid #515151 !important; }
  .u-border-left-xl-neutral-medium-xl {
    border-left: 6px solid #ADADAD !important; }
  .u-border-left-xl-neutral-light-xl {
    border-left: 6px solid #E3E3E3 !important; }
  .u-border-left-xl-neutral-lightest-xl {
    border-left: 6px solid #F2F2F2 !important; }
  .u-border-left-xl-essential-black-xl {
    border-left: 6px solid #000000 !important; }
  .u-border-left-xl-essential-white-xl {
    border-left: 6px solid #FFFFFF !important; } }

@media (min-width: 1400px) {
  .u-border-none-brand-primary-darkest-2xl {
    border: none !important; }
  .u-border-none-brand-primary-dark-2xl {
    border: none !important; }
  .u-border-none-brand-primary-medium-2xl {
    border: none !important; }
  .u-border-none-brand-primary-light-2xl {
    border: none !important; }
  .u-border-none-brand-primary-lightest-2xl {
    border: none !important; }
  .u-border-none-complementary-1-darkest-2xl {
    border: none !important; }
  .u-border-none-complementary-1-dark-2xl {
    border: none !important; }
  .u-border-none-complementary-1-medium-2xl {
    border: none !important; }
  .u-border-none-complementary-1-light-2xl {
    border: none !important; }
  .u-border-none-complementary-1-lightest-2xl {
    border: none !important; }
  .u-border-none-complementary-2-darkest-2xl {
    border: none !important; }
  .u-border-none-complementary-2-dark-2xl {
    border: none !important; }
  .u-border-none-complementary-2-medium-2xl {
    border: none !important; }
  .u-border-none-complementary-2-light-2xl {
    border: none !important; }
  .u-border-none-complementary-2-lightest-2xl {
    border: none !important; }
  .u-border-none-feedback-danger-darkest-2xl {
    border: none !important; }
  .u-border-none-feedback-danger-dark-2xl {
    border: none !important; }
  .u-border-none-feedback-danger-medium-2xl {
    border: none !important; }
  .u-border-none-feedback-danger-light-2xl {
    border: none !important; }
  .u-border-none-feedback-danger-lightest-2xl {
    border: none !important; }
  .u-border-none-feedback-success-darkest-2xl {
    border: none !important; }
  .u-border-none-feedback-success-dark-2xl {
    border: none !important; }
  .u-border-none-feedback-success-medium-2xl {
    border: none !important; }
  .u-border-none-feedback-success-light-2xl {
    border: none !important; }
  .u-border-none-feedback-success-lightest-2xl {
    border: none !important; }
  .u-border-none-feedback-alert-darkest-2xl {
    border: none !important; }
  .u-border-none-feedback-alert-dark-2xl {
    border: none !important; }
  .u-border-none-feedback-alert-medium-2xl {
    border: none !important; }
  .u-border-none-feedback-alert-light-2xl {
    border: none !important; }
  .u-border-none-feedback-alert-lightest-2xl {
    border: none !important; }
  .u-border-none-neutral-darkest-2xl {
    border: none !important; }
  .u-border-none-neutral-dark-2xl {
    border: none !important; }
  .u-border-none-neutral-medium-2xl {
    border: none !important; }
  .u-border-none-neutral-light-2xl {
    border: none !important; }
  .u-border-none-neutral-lightest-2xl {
    border: none !important; }
  .u-border-none-essential-black-2xl {
    border: none !important; }
  .u-border-none-essential-white-2xl {
    border: none !important; }
  .u-border-top-none-brand-primary-darkest-2xl {
    border-top: none !important; }
  .u-border-top-none-brand-primary-dark-2xl {
    border-top: none !important; }
  .u-border-top-none-brand-primary-medium-2xl {
    border-top: none !important; }
  .u-border-top-none-brand-primary-light-2xl {
    border-top: none !important; }
  .u-border-top-none-brand-primary-lightest-2xl {
    border-top: none !important; }
  .u-border-top-none-complementary-1-darkest-2xl {
    border-top: none !important; }
  .u-border-top-none-complementary-1-dark-2xl {
    border-top: none !important; }
  .u-border-top-none-complementary-1-medium-2xl {
    border-top: none !important; }
  .u-border-top-none-complementary-1-light-2xl {
    border-top: none !important; }
  .u-border-top-none-complementary-1-lightest-2xl {
    border-top: none !important; }
  .u-border-top-none-complementary-2-darkest-2xl {
    border-top: none !important; }
  .u-border-top-none-complementary-2-dark-2xl {
    border-top: none !important; }
  .u-border-top-none-complementary-2-medium-2xl {
    border-top: none !important; }
  .u-border-top-none-complementary-2-light-2xl {
    border-top: none !important; }
  .u-border-top-none-complementary-2-lightest-2xl {
    border-top: none !important; }
  .u-border-top-none-feedback-danger-darkest-2xl {
    border-top: none !important; }
  .u-border-top-none-feedback-danger-dark-2xl {
    border-top: none !important; }
  .u-border-top-none-feedback-danger-medium-2xl {
    border-top: none !important; }
  .u-border-top-none-feedback-danger-light-2xl {
    border-top: none !important; }
  .u-border-top-none-feedback-danger-lightest-2xl {
    border-top: none !important; }
  .u-border-top-none-feedback-success-darkest-2xl {
    border-top: none !important; }
  .u-border-top-none-feedback-success-dark-2xl {
    border-top: none !important; }
  .u-border-top-none-feedback-success-medium-2xl {
    border-top: none !important; }
  .u-border-top-none-feedback-success-light-2xl {
    border-top: none !important; }
  .u-border-top-none-feedback-success-lightest-2xl {
    border-top: none !important; }
  .u-border-top-none-feedback-alert-darkest-2xl {
    border-top: none !important; }
  .u-border-top-none-feedback-alert-dark-2xl {
    border-top: none !important; }
  .u-border-top-none-feedback-alert-medium-2xl {
    border-top: none !important; }
  .u-border-top-none-feedback-alert-light-2xl {
    border-top: none !important; }
  .u-border-top-none-feedback-alert-lightest-2xl {
    border-top: none !important; }
  .u-border-top-none-neutral-darkest-2xl {
    border-top: none !important; }
  .u-border-top-none-neutral-dark-2xl {
    border-top: none !important; }
  .u-border-top-none-neutral-medium-2xl {
    border-top: none !important; }
  .u-border-top-none-neutral-light-2xl {
    border-top: none !important; }
  .u-border-top-none-neutral-lightest-2xl {
    border-top: none !important; }
  .u-border-top-none-essential-black-2xl {
    border-top: none !important; }
  .u-border-top-none-essential-white-2xl {
    border-top: none !important; }
  .u-border-bottom-none-brand-primary-darkest-2xl {
    border-bottom: none !important; }
  .u-border-bottom-none-brand-primary-dark-2xl {
    border-bottom: none !important; }
  .u-border-bottom-none-brand-primary-medium-2xl {
    border-bottom: none !important; }
  .u-border-bottom-none-brand-primary-light-2xl {
    border-bottom: none !important; }
  .u-border-bottom-none-brand-primary-lightest-2xl {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-1-darkest-2xl {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-1-dark-2xl {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-1-medium-2xl {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-1-light-2xl {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-1-lightest-2xl {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-2-darkest-2xl {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-2-dark-2xl {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-2-medium-2xl {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-2-light-2xl {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-2-lightest-2xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-danger-darkest-2xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-danger-dark-2xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-danger-medium-2xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-danger-light-2xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-danger-lightest-2xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-success-darkest-2xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-success-dark-2xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-success-medium-2xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-success-light-2xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-success-lightest-2xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-alert-darkest-2xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-alert-dark-2xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-alert-medium-2xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-alert-light-2xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-alert-lightest-2xl {
    border-bottom: none !important; }
  .u-border-bottom-none-neutral-darkest-2xl {
    border-bottom: none !important; }
  .u-border-bottom-none-neutral-dark-2xl {
    border-bottom: none !important; }
  .u-border-bottom-none-neutral-medium-2xl {
    border-bottom: none !important; }
  .u-border-bottom-none-neutral-light-2xl {
    border-bottom: none !important; }
  .u-border-bottom-none-neutral-lightest-2xl {
    border-bottom: none !important; }
  .u-border-bottom-none-essential-black-2xl {
    border-bottom: none !important; }
  .u-border-bottom-none-essential-white-2xl {
    border-bottom: none !important; }
  .u-border-right-none-brand-primary-darkest-2xl {
    border-right: none !important; }
  .u-border-right-none-brand-primary-dark-2xl {
    border-right: none !important; }
  .u-border-right-none-brand-primary-medium-2xl {
    border-right: none !important; }
  .u-border-right-none-brand-primary-light-2xl {
    border-right: none !important; }
  .u-border-right-none-brand-primary-lightest-2xl {
    border-right: none !important; }
  .u-border-right-none-complementary-1-darkest-2xl {
    border-right: none !important; }
  .u-border-right-none-complementary-1-dark-2xl {
    border-right: none !important; }
  .u-border-right-none-complementary-1-medium-2xl {
    border-right: none !important; }
  .u-border-right-none-complementary-1-light-2xl {
    border-right: none !important; }
  .u-border-right-none-complementary-1-lightest-2xl {
    border-right: none !important; }
  .u-border-right-none-complementary-2-darkest-2xl {
    border-right: none !important; }
  .u-border-right-none-complementary-2-dark-2xl {
    border-right: none !important; }
  .u-border-right-none-complementary-2-medium-2xl {
    border-right: none !important; }
  .u-border-right-none-complementary-2-light-2xl {
    border-right: none !important; }
  .u-border-right-none-complementary-2-lightest-2xl {
    border-right: none !important; }
  .u-border-right-none-feedback-danger-darkest-2xl {
    border-right: none !important; }
  .u-border-right-none-feedback-danger-dark-2xl {
    border-right: none !important; }
  .u-border-right-none-feedback-danger-medium-2xl {
    border-right: none !important; }
  .u-border-right-none-feedback-danger-light-2xl {
    border-right: none !important; }
  .u-border-right-none-feedback-danger-lightest-2xl {
    border-right: none !important; }
  .u-border-right-none-feedback-success-darkest-2xl {
    border-right: none !important; }
  .u-border-right-none-feedback-success-dark-2xl {
    border-right: none !important; }
  .u-border-right-none-feedback-success-medium-2xl {
    border-right: none !important; }
  .u-border-right-none-feedback-success-light-2xl {
    border-right: none !important; }
  .u-border-right-none-feedback-success-lightest-2xl {
    border-right: none !important; }
  .u-border-right-none-feedback-alert-darkest-2xl {
    border-right: none !important; }
  .u-border-right-none-feedback-alert-dark-2xl {
    border-right: none !important; }
  .u-border-right-none-feedback-alert-medium-2xl {
    border-right: none !important; }
  .u-border-right-none-feedback-alert-light-2xl {
    border-right: none !important; }
  .u-border-right-none-feedback-alert-lightest-2xl {
    border-right: none !important; }
  .u-border-right-none-neutral-darkest-2xl {
    border-right: none !important; }
  .u-border-right-none-neutral-dark-2xl {
    border-right: none !important; }
  .u-border-right-none-neutral-medium-2xl {
    border-right: none !important; }
  .u-border-right-none-neutral-light-2xl {
    border-right: none !important; }
  .u-border-right-none-neutral-lightest-2xl {
    border-right: none !important; }
  .u-border-right-none-essential-black-2xl {
    border-right: none !important; }
  .u-border-right-none-essential-white-2xl {
    border-right: none !important; }
  .u-border-left-none-brand-primary-darkest-2xl {
    border-left: none !important; }
  .u-border-left-none-brand-primary-dark-2xl {
    border-left: none !important; }
  .u-border-left-none-brand-primary-medium-2xl {
    border-left: none !important; }
  .u-border-left-none-brand-primary-light-2xl {
    border-left: none !important; }
  .u-border-left-none-brand-primary-lightest-2xl {
    border-left: none !important; }
  .u-border-left-none-complementary-1-darkest-2xl {
    border-left: none !important; }
  .u-border-left-none-complementary-1-dark-2xl {
    border-left: none !important; }
  .u-border-left-none-complementary-1-medium-2xl {
    border-left: none !important; }
  .u-border-left-none-complementary-1-light-2xl {
    border-left: none !important; }
  .u-border-left-none-complementary-1-lightest-2xl {
    border-left: none !important; }
  .u-border-left-none-complementary-2-darkest-2xl {
    border-left: none !important; }
  .u-border-left-none-complementary-2-dark-2xl {
    border-left: none !important; }
  .u-border-left-none-complementary-2-medium-2xl {
    border-left: none !important; }
  .u-border-left-none-complementary-2-light-2xl {
    border-left: none !important; }
  .u-border-left-none-complementary-2-lightest-2xl {
    border-left: none !important; }
  .u-border-left-none-feedback-danger-darkest-2xl {
    border-left: none !important; }
  .u-border-left-none-feedback-danger-dark-2xl {
    border-left: none !important; }
  .u-border-left-none-feedback-danger-medium-2xl {
    border-left: none !important; }
  .u-border-left-none-feedback-danger-light-2xl {
    border-left: none !important; }
  .u-border-left-none-feedback-danger-lightest-2xl {
    border-left: none !important; }
  .u-border-left-none-feedback-success-darkest-2xl {
    border-left: none !important; }
  .u-border-left-none-feedback-success-dark-2xl {
    border-left: none !important; }
  .u-border-left-none-feedback-success-medium-2xl {
    border-left: none !important; }
  .u-border-left-none-feedback-success-light-2xl {
    border-left: none !important; }
  .u-border-left-none-feedback-success-lightest-2xl {
    border-left: none !important; }
  .u-border-left-none-feedback-alert-darkest-2xl {
    border-left: none !important; }
  .u-border-left-none-feedback-alert-dark-2xl {
    border-left: none !important; }
  .u-border-left-none-feedback-alert-medium-2xl {
    border-left: none !important; }
  .u-border-left-none-feedback-alert-light-2xl {
    border-left: none !important; }
  .u-border-left-none-feedback-alert-lightest-2xl {
    border-left: none !important; }
  .u-border-left-none-neutral-darkest-2xl {
    border-left: none !important; }
  .u-border-left-none-neutral-dark-2xl {
    border-left: none !important; }
  .u-border-left-none-neutral-medium-2xl {
    border-left: none !important; }
  .u-border-left-none-neutral-light-2xl {
    border-left: none !important; }
  .u-border-left-none-neutral-lightest-2xl {
    border-left: none !important; }
  .u-border-left-none-essential-black-2xl {
    border-left: none !important; }
  .u-border-left-none-essential-white-2xl {
    border-left: none !important; }
  .u-border-sm-brand-primary-darkest-2xl {
    border: 1px solid #B43500 !important; }
  .u-border-sm-brand-primary-dark-2xl {
    border: 1px solid #D83B04 !important; }
  .u-border-sm-brand-primary-medium-2xl {
    border: 1px solid #E55807 !important; }
  .u-border-sm-brand-primary-light-2xl {
    border: 1px solid #FFCBB5 !important; }
  .u-border-sm-brand-primary-lightest-2xl {
    border: 1px solid #FDEBE1 !important; }
  .u-border-sm-complementary-1-darkest-2xl {
    border: 1px solid #9E7BB2 !important; }
  .u-border-sm-complementary-1-dark-2xl {
    border: 1px solid #B6A1C2 !important; }
  .u-border-sm-complementary-1-medium-2xl {
    border: 1px solid #D2C6D9 !important; }
  .u-border-sm-complementary-1-light-2xl {
    border: 1px solid #F4E8FA !important; }
  .u-border-sm-complementary-1-lightest-2xl {
    border: 1px solid #F7F0FB !important; }
  .u-border-sm-complementary-2-darkest-2xl {
    border: 1px solid #86BF33 !important; }
  .u-border-sm-complementary-2-dark-2xl {
    border: 1px solid #A8E353 !important; }
  .u-border-sm-complementary-2-medium-2xl {
    border: 1px solid #C6FA7A !important; }
  .u-border-sm-complementary-2-light-2xl {
    border: 1px solid #EBFFCD !important; }
  .u-border-sm-complementary-2-lightest-2xl {
    border: 1px solid #F6FFE9 !important; }
  .u-border-sm-feedback-danger-darkest-2xl {
    border: 1px solid #C71414 !important; }
  .u-border-sm-feedback-danger-dark-2xl {
    border: 1px solid #F42525 !important; }
  .u-border-sm-feedback-danger-medium-2xl {
    border: 1px solid #F95151 !important; }
  .u-border-sm-feedback-danger-light-2xl {
    border: 1px solid #FBA8A8 !important; }
  .u-border-sm-feedback-danger-lightest-2xl {
    border: 1px solid #FEDCDC !important; }
  .u-border-sm-feedback-success-darkest-2xl {
    border: 1px solid #01642E !important; }
  .u-border-sm-feedback-success-dark-2xl {
    border: 1px solid #00A148 !important; }
  .u-border-sm-feedback-success-medium-2xl {
    border: 1px solid #41C670 !important; }
  .u-border-sm-feedback-success-light-2xl {
    border: 1px solid #B3E3C9 !important; }
  .u-border-sm-feedback-success-lightest-2xl {
    border: 1px solid #D9F4E2 !important; }
  .u-border-sm-feedback-alert-darkest-2xl {
    border: 1px solid #E38800 !important; }
  .u-border-sm-feedback-alert-dark-2xl {
    border: 1px solid #F7A608 !important; }
  .u-border-sm-feedback-alert-medium-2xl {
    border: 1px solid #FFC633 !important; }
  .u-border-sm-feedback-alert-light-2xl {
    border: 1px solid #FEDF8F !important; }
  .u-border-sm-feedback-alert-lightest-2xl {
    border: 1px solid #FEEDBF !important; }
  .u-border-sm-neutral-darkest-2xl {
    border: 1px solid #1E1E1E !important; }
  .u-border-sm-neutral-dark-2xl {
    border: 1px solid #515151 !important; }
  .u-border-sm-neutral-medium-2xl {
    border: 1px solid #ADADAD !important; }
  .u-border-sm-neutral-light-2xl {
    border: 1px solid #E3E3E3 !important; }
  .u-border-sm-neutral-lightest-2xl {
    border: 1px solid #F2F2F2 !important; }
  .u-border-sm-essential-black-2xl {
    border: 1px solid #000000 !important; }
  .u-border-sm-essential-white-2xl {
    border: 1px solid #FFFFFF !important; }
  .u-border-top-sm-brand-primary-darkest-2xl {
    border-top: 1px solid #B43500 !important; }
  .u-border-top-sm-brand-primary-dark-2xl {
    border-top: 1px solid #D83B04 !important; }
  .u-border-top-sm-brand-primary-medium-2xl {
    border-top: 1px solid #E55807 !important; }
  .u-border-top-sm-brand-primary-light-2xl {
    border-top: 1px solid #FFCBB5 !important; }
  .u-border-top-sm-brand-primary-lightest-2xl {
    border-top: 1px solid #FDEBE1 !important; }
  .u-border-top-sm-complementary-1-darkest-2xl {
    border-top: 1px solid #9E7BB2 !important; }
  .u-border-top-sm-complementary-1-dark-2xl {
    border-top: 1px solid #B6A1C2 !important; }
  .u-border-top-sm-complementary-1-medium-2xl {
    border-top: 1px solid #D2C6D9 !important; }
  .u-border-top-sm-complementary-1-light-2xl {
    border-top: 1px solid #F4E8FA !important; }
  .u-border-top-sm-complementary-1-lightest-2xl {
    border-top: 1px solid #F7F0FB !important; }
  .u-border-top-sm-complementary-2-darkest-2xl {
    border-top: 1px solid #86BF33 !important; }
  .u-border-top-sm-complementary-2-dark-2xl {
    border-top: 1px solid #A8E353 !important; }
  .u-border-top-sm-complementary-2-medium-2xl {
    border-top: 1px solid #C6FA7A !important; }
  .u-border-top-sm-complementary-2-light-2xl {
    border-top: 1px solid #EBFFCD !important; }
  .u-border-top-sm-complementary-2-lightest-2xl {
    border-top: 1px solid #F6FFE9 !important; }
  .u-border-top-sm-feedback-danger-darkest-2xl {
    border-top: 1px solid #C71414 !important; }
  .u-border-top-sm-feedback-danger-dark-2xl {
    border-top: 1px solid #F42525 !important; }
  .u-border-top-sm-feedback-danger-medium-2xl {
    border-top: 1px solid #F95151 !important; }
  .u-border-top-sm-feedback-danger-light-2xl {
    border-top: 1px solid #FBA8A8 !important; }
  .u-border-top-sm-feedback-danger-lightest-2xl {
    border-top: 1px solid #FEDCDC !important; }
  .u-border-top-sm-feedback-success-darkest-2xl {
    border-top: 1px solid #01642E !important; }
  .u-border-top-sm-feedback-success-dark-2xl {
    border-top: 1px solid #00A148 !important; }
  .u-border-top-sm-feedback-success-medium-2xl {
    border-top: 1px solid #41C670 !important; }
  .u-border-top-sm-feedback-success-light-2xl {
    border-top: 1px solid #B3E3C9 !important; }
  .u-border-top-sm-feedback-success-lightest-2xl {
    border-top: 1px solid #D9F4E2 !important; }
  .u-border-top-sm-feedback-alert-darkest-2xl {
    border-top: 1px solid #E38800 !important; }
  .u-border-top-sm-feedback-alert-dark-2xl {
    border-top: 1px solid #F7A608 !important; }
  .u-border-top-sm-feedback-alert-medium-2xl {
    border-top: 1px solid #FFC633 !important; }
  .u-border-top-sm-feedback-alert-light-2xl {
    border-top: 1px solid #FEDF8F !important; }
  .u-border-top-sm-feedback-alert-lightest-2xl {
    border-top: 1px solid #FEEDBF !important; }
  .u-border-top-sm-neutral-darkest-2xl {
    border-top: 1px solid #1E1E1E !important; }
  .u-border-top-sm-neutral-dark-2xl {
    border-top: 1px solid #515151 !important; }
  .u-border-top-sm-neutral-medium-2xl {
    border-top: 1px solid #ADADAD !important; }
  .u-border-top-sm-neutral-light-2xl {
    border-top: 1px solid #E3E3E3 !important; }
  .u-border-top-sm-neutral-lightest-2xl {
    border-top: 1px solid #F2F2F2 !important; }
  .u-border-top-sm-essential-black-2xl {
    border-top: 1px solid #000000 !important; }
  .u-border-top-sm-essential-white-2xl {
    border-top: 1px solid #FFFFFF !important; }
  .u-border-bottom-sm-brand-primary-darkest-2xl {
    border-bottom: 1px solid #B43500 !important; }
  .u-border-bottom-sm-brand-primary-dark-2xl {
    border-bottom: 1px solid #D83B04 !important; }
  .u-border-bottom-sm-brand-primary-medium-2xl {
    border-bottom: 1px solid #E55807 !important; }
  .u-border-bottom-sm-brand-primary-light-2xl {
    border-bottom: 1px solid #FFCBB5 !important; }
  .u-border-bottom-sm-brand-primary-lightest-2xl {
    border-bottom: 1px solid #FDEBE1 !important; }
  .u-border-bottom-sm-complementary-1-darkest-2xl {
    border-bottom: 1px solid #9E7BB2 !important; }
  .u-border-bottom-sm-complementary-1-dark-2xl {
    border-bottom: 1px solid #B6A1C2 !important; }
  .u-border-bottom-sm-complementary-1-medium-2xl {
    border-bottom: 1px solid #D2C6D9 !important; }
  .u-border-bottom-sm-complementary-1-light-2xl {
    border-bottom: 1px solid #F4E8FA !important; }
  .u-border-bottom-sm-complementary-1-lightest-2xl {
    border-bottom: 1px solid #F7F0FB !important; }
  .u-border-bottom-sm-complementary-2-darkest-2xl {
    border-bottom: 1px solid #86BF33 !important; }
  .u-border-bottom-sm-complementary-2-dark-2xl {
    border-bottom: 1px solid #A8E353 !important; }
  .u-border-bottom-sm-complementary-2-medium-2xl {
    border-bottom: 1px solid #C6FA7A !important; }
  .u-border-bottom-sm-complementary-2-light-2xl {
    border-bottom: 1px solid #EBFFCD !important; }
  .u-border-bottom-sm-complementary-2-lightest-2xl {
    border-bottom: 1px solid #F6FFE9 !important; }
  .u-border-bottom-sm-feedback-danger-darkest-2xl {
    border-bottom: 1px solid #C71414 !important; }
  .u-border-bottom-sm-feedback-danger-dark-2xl {
    border-bottom: 1px solid #F42525 !important; }
  .u-border-bottom-sm-feedback-danger-medium-2xl {
    border-bottom: 1px solid #F95151 !important; }
  .u-border-bottom-sm-feedback-danger-light-2xl {
    border-bottom: 1px solid #FBA8A8 !important; }
  .u-border-bottom-sm-feedback-danger-lightest-2xl {
    border-bottom: 1px solid #FEDCDC !important; }
  .u-border-bottom-sm-feedback-success-darkest-2xl {
    border-bottom: 1px solid #01642E !important; }
  .u-border-bottom-sm-feedback-success-dark-2xl {
    border-bottom: 1px solid #00A148 !important; }
  .u-border-bottom-sm-feedback-success-medium-2xl {
    border-bottom: 1px solid #41C670 !important; }
  .u-border-bottom-sm-feedback-success-light-2xl {
    border-bottom: 1px solid #B3E3C9 !important; }
  .u-border-bottom-sm-feedback-success-lightest-2xl {
    border-bottom: 1px solid #D9F4E2 !important; }
  .u-border-bottom-sm-feedback-alert-darkest-2xl {
    border-bottom: 1px solid #E38800 !important; }
  .u-border-bottom-sm-feedback-alert-dark-2xl {
    border-bottom: 1px solid #F7A608 !important; }
  .u-border-bottom-sm-feedback-alert-medium-2xl {
    border-bottom: 1px solid #FFC633 !important; }
  .u-border-bottom-sm-feedback-alert-light-2xl {
    border-bottom: 1px solid #FEDF8F !important; }
  .u-border-bottom-sm-feedback-alert-lightest-2xl {
    border-bottom: 1px solid #FEEDBF !important; }
  .u-border-bottom-sm-neutral-darkest-2xl {
    border-bottom: 1px solid #1E1E1E !important; }
  .u-border-bottom-sm-neutral-dark-2xl {
    border-bottom: 1px solid #515151 !important; }
  .u-border-bottom-sm-neutral-medium-2xl {
    border-bottom: 1px solid #ADADAD !important; }
  .u-border-bottom-sm-neutral-light-2xl {
    border-bottom: 1px solid #E3E3E3 !important; }
  .u-border-bottom-sm-neutral-lightest-2xl {
    border-bottom: 1px solid #F2F2F2 !important; }
  .u-border-bottom-sm-essential-black-2xl {
    border-bottom: 1px solid #000000 !important; }
  .u-border-bottom-sm-essential-white-2xl {
    border-bottom: 1px solid #FFFFFF !important; }
  .u-border-right-sm-brand-primary-darkest-2xl {
    border-right: 1px solid #B43500 !important; }
  .u-border-right-sm-brand-primary-dark-2xl {
    border-right: 1px solid #D83B04 !important; }
  .u-border-right-sm-brand-primary-medium-2xl {
    border-right: 1px solid #E55807 !important; }
  .u-border-right-sm-brand-primary-light-2xl {
    border-right: 1px solid #FFCBB5 !important; }
  .u-border-right-sm-brand-primary-lightest-2xl {
    border-right: 1px solid #FDEBE1 !important; }
  .u-border-right-sm-complementary-1-darkest-2xl {
    border-right: 1px solid #9E7BB2 !important; }
  .u-border-right-sm-complementary-1-dark-2xl {
    border-right: 1px solid #B6A1C2 !important; }
  .u-border-right-sm-complementary-1-medium-2xl {
    border-right: 1px solid #D2C6D9 !important; }
  .u-border-right-sm-complementary-1-light-2xl {
    border-right: 1px solid #F4E8FA !important; }
  .u-border-right-sm-complementary-1-lightest-2xl {
    border-right: 1px solid #F7F0FB !important; }
  .u-border-right-sm-complementary-2-darkest-2xl {
    border-right: 1px solid #86BF33 !important; }
  .u-border-right-sm-complementary-2-dark-2xl {
    border-right: 1px solid #A8E353 !important; }
  .u-border-right-sm-complementary-2-medium-2xl {
    border-right: 1px solid #C6FA7A !important; }
  .u-border-right-sm-complementary-2-light-2xl {
    border-right: 1px solid #EBFFCD !important; }
  .u-border-right-sm-complementary-2-lightest-2xl {
    border-right: 1px solid #F6FFE9 !important; }
  .u-border-right-sm-feedback-danger-darkest-2xl {
    border-right: 1px solid #C71414 !important; }
  .u-border-right-sm-feedback-danger-dark-2xl {
    border-right: 1px solid #F42525 !important; }
  .u-border-right-sm-feedback-danger-medium-2xl {
    border-right: 1px solid #F95151 !important; }
  .u-border-right-sm-feedback-danger-light-2xl {
    border-right: 1px solid #FBA8A8 !important; }
  .u-border-right-sm-feedback-danger-lightest-2xl {
    border-right: 1px solid #FEDCDC !important; }
  .u-border-right-sm-feedback-success-darkest-2xl {
    border-right: 1px solid #01642E !important; }
  .u-border-right-sm-feedback-success-dark-2xl {
    border-right: 1px solid #00A148 !important; }
  .u-border-right-sm-feedback-success-medium-2xl {
    border-right: 1px solid #41C670 !important; }
  .u-border-right-sm-feedback-success-light-2xl {
    border-right: 1px solid #B3E3C9 !important; }
  .u-border-right-sm-feedback-success-lightest-2xl {
    border-right: 1px solid #D9F4E2 !important; }
  .u-border-right-sm-feedback-alert-darkest-2xl {
    border-right: 1px solid #E38800 !important; }
  .u-border-right-sm-feedback-alert-dark-2xl {
    border-right: 1px solid #F7A608 !important; }
  .u-border-right-sm-feedback-alert-medium-2xl {
    border-right: 1px solid #FFC633 !important; }
  .u-border-right-sm-feedback-alert-light-2xl {
    border-right: 1px solid #FEDF8F !important; }
  .u-border-right-sm-feedback-alert-lightest-2xl {
    border-right: 1px solid #FEEDBF !important; }
  .u-border-right-sm-neutral-darkest-2xl {
    border-right: 1px solid #1E1E1E !important; }
  .u-border-right-sm-neutral-dark-2xl {
    border-right: 1px solid #515151 !important; }
  .u-border-right-sm-neutral-medium-2xl {
    border-right: 1px solid #ADADAD !important; }
  .u-border-right-sm-neutral-light-2xl {
    border-right: 1px solid #E3E3E3 !important; }
  .u-border-right-sm-neutral-lightest-2xl {
    border-right: 1px solid #F2F2F2 !important; }
  .u-border-right-sm-essential-black-2xl {
    border-right: 1px solid #000000 !important; }
  .u-border-right-sm-essential-white-2xl {
    border-right: 1px solid #FFFFFF !important; }
  .u-border-left-sm-brand-primary-darkest-2xl {
    border-left: 1px solid #B43500 !important; }
  .u-border-left-sm-brand-primary-dark-2xl {
    border-left: 1px solid #D83B04 !important; }
  .u-border-left-sm-brand-primary-medium-2xl {
    border-left: 1px solid #E55807 !important; }
  .u-border-left-sm-brand-primary-light-2xl {
    border-left: 1px solid #FFCBB5 !important; }
  .u-border-left-sm-brand-primary-lightest-2xl {
    border-left: 1px solid #FDEBE1 !important; }
  .u-border-left-sm-complementary-1-darkest-2xl {
    border-left: 1px solid #9E7BB2 !important; }
  .u-border-left-sm-complementary-1-dark-2xl {
    border-left: 1px solid #B6A1C2 !important; }
  .u-border-left-sm-complementary-1-medium-2xl {
    border-left: 1px solid #D2C6D9 !important; }
  .u-border-left-sm-complementary-1-light-2xl {
    border-left: 1px solid #F4E8FA !important; }
  .u-border-left-sm-complementary-1-lightest-2xl {
    border-left: 1px solid #F7F0FB !important; }
  .u-border-left-sm-complementary-2-darkest-2xl {
    border-left: 1px solid #86BF33 !important; }
  .u-border-left-sm-complementary-2-dark-2xl {
    border-left: 1px solid #A8E353 !important; }
  .u-border-left-sm-complementary-2-medium-2xl {
    border-left: 1px solid #C6FA7A !important; }
  .u-border-left-sm-complementary-2-light-2xl {
    border-left: 1px solid #EBFFCD !important; }
  .u-border-left-sm-complementary-2-lightest-2xl {
    border-left: 1px solid #F6FFE9 !important; }
  .u-border-left-sm-feedback-danger-darkest-2xl {
    border-left: 1px solid #C71414 !important; }
  .u-border-left-sm-feedback-danger-dark-2xl {
    border-left: 1px solid #F42525 !important; }
  .u-border-left-sm-feedback-danger-medium-2xl {
    border-left: 1px solid #F95151 !important; }
  .u-border-left-sm-feedback-danger-light-2xl {
    border-left: 1px solid #FBA8A8 !important; }
  .u-border-left-sm-feedback-danger-lightest-2xl {
    border-left: 1px solid #FEDCDC !important; }
  .u-border-left-sm-feedback-success-darkest-2xl {
    border-left: 1px solid #01642E !important; }
  .u-border-left-sm-feedback-success-dark-2xl {
    border-left: 1px solid #00A148 !important; }
  .u-border-left-sm-feedback-success-medium-2xl {
    border-left: 1px solid #41C670 !important; }
  .u-border-left-sm-feedback-success-light-2xl {
    border-left: 1px solid #B3E3C9 !important; }
  .u-border-left-sm-feedback-success-lightest-2xl {
    border-left: 1px solid #D9F4E2 !important; }
  .u-border-left-sm-feedback-alert-darkest-2xl {
    border-left: 1px solid #E38800 !important; }
  .u-border-left-sm-feedback-alert-dark-2xl {
    border-left: 1px solid #F7A608 !important; }
  .u-border-left-sm-feedback-alert-medium-2xl {
    border-left: 1px solid #FFC633 !important; }
  .u-border-left-sm-feedback-alert-light-2xl {
    border-left: 1px solid #FEDF8F !important; }
  .u-border-left-sm-feedback-alert-lightest-2xl {
    border-left: 1px solid #FEEDBF !important; }
  .u-border-left-sm-neutral-darkest-2xl {
    border-left: 1px solid #1E1E1E !important; }
  .u-border-left-sm-neutral-dark-2xl {
    border-left: 1px solid #515151 !important; }
  .u-border-left-sm-neutral-medium-2xl {
    border-left: 1px solid #ADADAD !important; }
  .u-border-left-sm-neutral-light-2xl {
    border-left: 1px solid #E3E3E3 !important; }
  .u-border-left-sm-neutral-lightest-2xl {
    border-left: 1px solid #F2F2F2 !important; }
  .u-border-left-sm-essential-black-2xl {
    border-left: 1px solid #000000 !important; }
  .u-border-left-sm-essential-white-2xl {
    border-left: 1px solid #FFFFFF !important; }
  .u-border-md-brand-primary-darkest-2xl {
    border: 2px solid #B43500 !important; }
  .u-border-md-brand-primary-dark-2xl {
    border: 2px solid #D83B04 !important; }
  .u-border-md-brand-primary-medium-2xl {
    border: 2px solid #E55807 !important; }
  .u-border-md-brand-primary-light-2xl {
    border: 2px solid #FFCBB5 !important; }
  .u-border-md-brand-primary-lightest-2xl {
    border: 2px solid #FDEBE1 !important; }
  .u-border-md-complementary-1-darkest-2xl {
    border: 2px solid #9E7BB2 !important; }
  .u-border-md-complementary-1-dark-2xl {
    border: 2px solid #B6A1C2 !important; }
  .u-border-md-complementary-1-medium-2xl {
    border: 2px solid #D2C6D9 !important; }
  .u-border-md-complementary-1-light-2xl {
    border: 2px solid #F4E8FA !important; }
  .u-border-md-complementary-1-lightest-2xl {
    border: 2px solid #F7F0FB !important; }
  .u-border-md-complementary-2-darkest-2xl {
    border: 2px solid #86BF33 !important; }
  .u-border-md-complementary-2-dark-2xl {
    border: 2px solid #A8E353 !important; }
  .u-border-md-complementary-2-medium-2xl {
    border: 2px solid #C6FA7A !important; }
  .u-border-md-complementary-2-light-2xl {
    border: 2px solid #EBFFCD !important; }
  .u-border-md-complementary-2-lightest-2xl {
    border: 2px solid #F6FFE9 !important; }
  .u-border-md-feedback-danger-darkest-2xl {
    border: 2px solid #C71414 !important; }
  .u-border-md-feedback-danger-dark-2xl {
    border: 2px solid #F42525 !important; }
  .u-border-md-feedback-danger-medium-2xl {
    border: 2px solid #F95151 !important; }
  .u-border-md-feedback-danger-light-2xl {
    border: 2px solid #FBA8A8 !important; }
  .u-border-md-feedback-danger-lightest-2xl {
    border: 2px solid #FEDCDC !important; }
  .u-border-md-feedback-success-darkest-2xl {
    border: 2px solid #01642E !important; }
  .u-border-md-feedback-success-dark-2xl {
    border: 2px solid #00A148 !important; }
  .u-border-md-feedback-success-medium-2xl {
    border: 2px solid #41C670 !important; }
  .u-border-md-feedback-success-light-2xl {
    border: 2px solid #B3E3C9 !important; }
  .u-border-md-feedback-success-lightest-2xl {
    border: 2px solid #D9F4E2 !important; }
  .u-border-md-feedback-alert-darkest-2xl {
    border: 2px solid #E38800 !important; }
  .u-border-md-feedback-alert-dark-2xl {
    border: 2px solid #F7A608 !important; }
  .u-border-md-feedback-alert-medium-2xl {
    border: 2px solid #FFC633 !important; }
  .u-border-md-feedback-alert-light-2xl {
    border: 2px solid #FEDF8F !important; }
  .u-border-md-feedback-alert-lightest-2xl {
    border: 2px solid #FEEDBF !important; }
  .u-border-md-neutral-darkest-2xl {
    border: 2px solid #1E1E1E !important; }
  .u-border-md-neutral-dark-2xl {
    border: 2px solid #515151 !important; }
  .u-border-md-neutral-medium-2xl {
    border: 2px solid #ADADAD !important; }
  .u-border-md-neutral-light-2xl {
    border: 2px solid #E3E3E3 !important; }
  .u-border-md-neutral-lightest-2xl {
    border: 2px solid #F2F2F2 !important; }
  .u-border-md-essential-black-2xl {
    border: 2px solid #000000 !important; }
  .u-border-md-essential-white-2xl {
    border: 2px solid #FFFFFF !important; }
  .u-border-top-md-brand-primary-darkest-2xl {
    border-top: 2px solid #B43500 !important; }
  .u-border-top-md-brand-primary-dark-2xl {
    border-top: 2px solid #D83B04 !important; }
  .u-border-top-md-brand-primary-medium-2xl {
    border-top: 2px solid #E55807 !important; }
  .u-border-top-md-brand-primary-light-2xl {
    border-top: 2px solid #FFCBB5 !important; }
  .u-border-top-md-brand-primary-lightest-2xl {
    border-top: 2px solid #FDEBE1 !important; }
  .u-border-top-md-complementary-1-darkest-2xl {
    border-top: 2px solid #9E7BB2 !important; }
  .u-border-top-md-complementary-1-dark-2xl {
    border-top: 2px solid #B6A1C2 !important; }
  .u-border-top-md-complementary-1-medium-2xl {
    border-top: 2px solid #D2C6D9 !important; }
  .u-border-top-md-complementary-1-light-2xl {
    border-top: 2px solid #F4E8FA !important; }
  .u-border-top-md-complementary-1-lightest-2xl {
    border-top: 2px solid #F7F0FB !important; }
  .u-border-top-md-complementary-2-darkest-2xl {
    border-top: 2px solid #86BF33 !important; }
  .u-border-top-md-complementary-2-dark-2xl {
    border-top: 2px solid #A8E353 !important; }
  .u-border-top-md-complementary-2-medium-2xl {
    border-top: 2px solid #C6FA7A !important; }
  .u-border-top-md-complementary-2-light-2xl {
    border-top: 2px solid #EBFFCD !important; }
  .u-border-top-md-complementary-2-lightest-2xl {
    border-top: 2px solid #F6FFE9 !important; }
  .u-border-top-md-feedback-danger-darkest-2xl {
    border-top: 2px solid #C71414 !important; }
  .u-border-top-md-feedback-danger-dark-2xl {
    border-top: 2px solid #F42525 !important; }
  .u-border-top-md-feedback-danger-medium-2xl {
    border-top: 2px solid #F95151 !important; }
  .u-border-top-md-feedback-danger-light-2xl {
    border-top: 2px solid #FBA8A8 !important; }
  .u-border-top-md-feedback-danger-lightest-2xl {
    border-top: 2px solid #FEDCDC !important; }
  .u-border-top-md-feedback-success-darkest-2xl {
    border-top: 2px solid #01642E !important; }
  .u-border-top-md-feedback-success-dark-2xl {
    border-top: 2px solid #00A148 !important; }
  .u-border-top-md-feedback-success-medium-2xl {
    border-top: 2px solid #41C670 !important; }
  .u-border-top-md-feedback-success-light-2xl {
    border-top: 2px solid #B3E3C9 !important; }
  .u-border-top-md-feedback-success-lightest-2xl {
    border-top: 2px solid #D9F4E2 !important; }
  .u-border-top-md-feedback-alert-darkest-2xl {
    border-top: 2px solid #E38800 !important; }
  .u-border-top-md-feedback-alert-dark-2xl {
    border-top: 2px solid #F7A608 !important; }
  .u-border-top-md-feedback-alert-medium-2xl {
    border-top: 2px solid #FFC633 !important; }
  .u-border-top-md-feedback-alert-light-2xl {
    border-top: 2px solid #FEDF8F !important; }
  .u-border-top-md-feedback-alert-lightest-2xl {
    border-top: 2px solid #FEEDBF !important; }
  .u-border-top-md-neutral-darkest-2xl {
    border-top: 2px solid #1E1E1E !important; }
  .u-border-top-md-neutral-dark-2xl {
    border-top: 2px solid #515151 !important; }
  .u-border-top-md-neutral-medium-2xl {
    border-top: 2px solid #ADADAD !important; }
  .u-border-top-md-neutral-light-2xl {
    border-top: 2px solid #E3E3E3 !important; }
  .u-border-top-md-neutral-lightest-2xl {
    border-top: 2px solid #F2F2F2 !important; }
  .u-border-top-md-essential-black-2xl {
    border-top: 2px solid #000000 !important; }
  .u-border-top-md-essential-white-2xl {
    border-top: 2px solid #FFFFFF !important; }
  .u-border-bottom-md-brand-primary-darkest-2xl {
    border-bottom: 2px solid #B43500 !important; }
  .u-border-bottom-md-brand-primary-dark-2xl {
    border-bottom: 2px solid #D83B04 !important; }
  .u-border-bottom-md-brand-primary-medium-2xl {
    border-bottom: 2px solid #E55807 !important; }
  .u-border-bottom-md-brand-primary-light-2xl {
    border-bottom: 2px solid #FFCBB5 !important; }
  .u-border-bottom-md-brand-primary-lightest-2xl {
    border-bottom: 2px solid #FDEBE1 !important; }
  .u-border-bottom-md-complementary-1-darkest-2xl {
    border-bottom: 2px solid #9E7BB2 !important; }
  .u-border-bottom-md-complementary-1-dark-2xl {
    border-bottom: 2px solid #B6A1C2 !important; }
  .u-border-bottom-md-complementary-1-medium-2xl {
    border-bottom: 2px solid #D2C6D9 !important; }
  .u-border-bottom-md-complementary-1-light-2xl {
    border-bottom: 2px solid #F4E8FA !important; }
  .u-border-bottom-md-complementary-1-lightest-2xl {
    border-bottom: 2px solid #F7F0FB !important; }
  .u-border-bottom-md-complementary-2-darkest-2xl {
    border-bottom: 2px solid #86BF33 !important; }
  .u-border-bottom-md-complementary-2-dark-2xl {
    border-bottom: 2px solid #A8E353 !important; }
  .u-border-bottom-md-complementary-2-medium-2xl {
    border-bottom: 2px solid #C6FA7A !important; }
  .u-border-bottom-md-complementary-2-light-2xl {
    border-bottom: 2px solid #EBFFCD !important; }
  .u-border-bottom-md-complementary-2-lightest-2xl {
    border-bottom: 2px solid #F6FFE9 !important; }
  .u-border-bottom-md-feedback-danger-darkest-2xl {
    border-bottom: 2px solid #C71414 !important; }
  .u-border-bottom-md-feedback-danger-dark-2xl {
    border-bottom: 2px solid #F42525 !important; }
  .u-border-bottom-md-feedback-danger-medium-2xl {
    border-bottom: 2px solid #F95151 !important; }
  .u-border-bottom-md-feedback-danger-light-2xl {
    border-bottom: 2px solid #FBA8A8 !important; }
  .u-border-bottom-md-feedback-danger-lightest-2xl {
    border-bottom: 2px solid #FEDCDC !important; }
  .u-border-bottom-md-feedback-success-darkest-2xl {
    border-bottom: 2px solid #01642E !important; }
  .u-border-bottom-md-feedback-success-dark-2xl {
    border-bottom: 2px solid #00A148 !important; }
  .u-border-bottom-md-feedback-success-medium-2xl {
    border-bottom: 2px solid #41C670 !important; }
  .u-border-bottom-md-feedback-success-light-2xl {
    border-bottom: 2px solid #B3E3C9 !important; }
  .u-border-bottom-md-feedback-success-lightest-2xl {
    border-bottom: 2px solid #D9F4E2 !important; }
  .u-border-bottom-md-feedback-alert-darkest-2xl {
    border-bottom: 2px solid #E38800 !important; }
  .u-border-bottom-md-feedback-alert-dark-2xl {
    border-bottom: 2px solid #F7A608 !important; }
  .u-border-bottom-md-feedback-alert-medium-2xl {
    border-bottom: 2px solid #FFC633 !important; }
  .u-border-bottom-md-feedback-alert-light-2xl {
    border-bottom: 2px solid #FEDF8F !important; }
  .u-border-bottom-md-feedback-alert-lightest-2xl {
    border-bottom: 2px solid #FEEDBF !important; }
  .u-border-bottom-md-neutral-darkest-2xl {
    border-bottom: 2px solid #1E1E1E !important; }
  .u-border-bottom-md-neutral-dark-2xl {
    border-bottom: 2px solid #515151 !important; }
  .u-border-bottom-md-neutral-medium-2xl {
    border-bottom: 2px solid #ADADAD !important; }
  .u-border-bottom-md-neutral-light-2xl {
    border-bottom: 2px solid #E3E3E3 !important; }
  .u-border-bottom-md-neutral-lightest-2xl {
    border-bottom: 2px solid #F2F2F2 !important; }
  .u-border-bottom-md-essential-black-2xl {
    border-bottom: 2px solid #000000 !important; }
  .u-border-bottom-md-essential-white-2xl {
    border-bottom: 2px solid #FFFFFF !important; }
  .u-border-right-md-brand-primary-darkest-2xl {
    border-right: 2px solid #B43500 !important; }
  .u-border-right-md-brand-primary-dark-2xl {
    border-right: 2px solid #D83B04 !important; }
  .u-border-right-md-brand-primary-medium-2xl {
    border-right: 2px solid #E55807 !important; }
  .u-border-right-md-brand-primary-light-2xl {
    border-right: 2px solid #FFCBB5 !important; }
  .u-border-right-md-brand-primary-lightest-2xl {
    border-right: 2px solid #FDEBE1 !important; }
  .u-border-right-md-complementary-1-darkest-2xl {
    border-right: 2px solid #9E7BB2 !important; }
  .u-border-right-md-complementary-1-dark-2xl {
    border-right: 2px solid #B6A1C2 !important; }
  .u-border-right-md-complementary-1-medium-2xl {
    border-right: 2px solid #D2C6D9 !important; }
  .u-border-right-md-complementary-1-light-2xl {
    border-right: 2px solid #F4E8FA !important; }
  .u-border-right-md-complementary-1-lightest-2xl {
    border-right: 2px solid #F7F0FB !important; }
  .u-border-right-md-complementary-2-darkest-2xl {
    border-right: 2px solid #86BF33 !important; }
  .u-border-right-md-complementary-2-dark-2xl {
    border-right: 2px solid #A8E353 !important; }
  .u-border-right-md-complementary-2-medium-2xl {
    border-right: 2px solid #C6FA7A !important; }
  .u-border-right-md-complementary-2-light-2xl {
    border-right: 2px solid #EBFFCD !important; }
  .u-border-right-md-complementary-2-lightest-2xl {
    border-right: 2px solid #F6FFE9 !important; }
  .u-border-right-md-feedback-danger-darkest-2xl {
    border-right: 2px solid #C71414 !important; }
  .u-border-right-md-feedback-danger-dark-2xl {
    border-right: 2px solid #F42525 !important; }
  .u-border-right-md-feedback-danger-medium-2xl {
    border-right: 2px solid #F95151 !important; }
  .u-border-right-md-feedback-danger-light-2xl {
    border-right: 2px solid #FBA8A8 !important; }
  .u-border-right-md-feedback-danger-lightest-2xl {
    border-right: 2px solid #FEDCDC !important; }
  .u-border-right-md-feedback-success-darkest-2xl {
    border-right: 2px solid #01642E !important; }
  .u-border-right-md-feedback-success-dark-2xl {
    border-right: 2px solid #00A148 !important; }
  .u-border-right-md-feedback-success-medium-2xl {
    border-right: 2px solid #41C670 !important; }
  .u-border-right-md-feedback-success-light-2xl {
    border-right: 2px solid #B3E3C9 !important; }
  .u-border-right-md-feedback-success-lightest-2xl {
    border-right: 2px solid #D9F4E2 !important; }
  .u-border-right-md-feedback-alert-darkest-2xl {
    border-right: 2px solid #E38800 !important; }
  .u-border-right-md-feedback-alert-dark-2xl {
    border-right: 2px solid #F7A608 !important; }
  .u-border-right-md-feedback-alert-medium-2xl {
    border-right: 2px solid #FFC633 !important; }
  .u-border-right-md-feedback-alert-light-2xl {
    border-right: 2px solid #FEDF8F !important; }
  .u-border-right-md-feedback-alert-lightest-2xl {
    border-right: 2px solid #FEEDBF !important; }
  .u-border-right-md-neutral-darkest-2xl {
    border-right: 2px solid #1E1E1E !important; }
  .u-border-right-md-neutral-dark-2xl {
    border-right: 2px solid #515151 !important; }
  .u-border-right-md-neutral-medium-2xl {
    border-right: 2px solid #ADADAD !important; }
  .u-border-right-md-neutral-light-2xl {
    border-right: 2px solid #E3E3E3 !important; }
  .u-border-right-md-neutral-lightest-2xl {
    border-right: 2px solid #F2F2F2 !important; }
  .u-border-right-md-essential-black-2xl {
    border-right: 2px solid #000000 !important; }
  .u-border-right-md-essential-white-2xl {
    border-right: 2px solid #FFFFFF !important; }
  .u-border-left-md-brand-primary-darkest-2xl {
    border-left: 2px solid #B43500 !important; }
  .u-border-left-md-brand-primary-dark-2xl {
    border-left: 2px solid #D83B04 !important; }
  .u-border-left-md-brand-primary-medium-2xl {
    border-left: 2px solid #E55807 !important; }
  .u-border-left-md-brand-primary-light-2xl {
    border-left: 2px solid #FFCBB5 !important; }
  .u-border-left-md-brand-primary-lightest-2xl {
    border-left: 2px solid #FDEBE1 !important; }
  .u-border-left-md-complementary-1-darkest-2xl {
    border-left: 2px solid #9E7BB2 !important; }
  .u-border-left-md-complementary-1-dark-2xl {
    border-left: 2px solid #B6A1C2 !important; }
  .u-border-left-md-complementary-1-medium-2xl {
    border-left: 2px solid #D2C6D9 !important; }
  .u-border-left-md-complementary-1-light-2xl {
    border-left: 2px solid #F4E8FA !important; }
  .u-border-left-md-complementary-1-lightest-2xl {
    border-left: 2px solid #F7F0FB !important; }
  .u-border-left-md-complementary-2-darkest-2xl {
    border-left: 2px solid #86BF33 !important; }
  .u-border-left-md-complementary-2-dark-2xl {
    border-left: 2px solid #A8E353 !important; }
  .u-border-left-md-complementary-2-medium-2xl {
    border-left: 2px solid #C6FA7A !important; }
  .u-border-left-md-complementary-2-light-2xl {
    border-left: 2px solid #EBFFCD !important; }
  .u-border-left-md-complementary-2-lightest-2xl {
    border-left: 2px solid #F6FFE9 !important; }
  .u-border-left-md-feedback-danger-darkest-2xl {
    border-left: 2px solid #C71414 !important; }
  .u-border-left-md-feedback-danger-dark-2xl {
    border-left: 2px solid #F42525 !important; }
  .u-border-left-md-feedback-danger-medium-2xl {
    border-left: 2px solid #F95151 !important; }
  .u-border-left-md-feedback-danger-light-2xl {
    border-left: 2px solid #FBA8A8 !important; }
  .u-border-left-md-feedback-danger-lightest-2xl {
    border-left: 2px solid #FEDCDC !important; }
  .u-border-left-md-feedback-success-darkest-2xl {
    border-left: 2px solid #01642E !important; }
  .u-border-left-md-feedback-success-dark-2xl {
    border-left: 2px solid #00A148 !important; }
  .u-border-left-md-feedback-success-medium-2xl {
    border-left: 2px solid #41C670 !important; }
  .u-border-left-md-feedback-success-light-2xl {
    border-left: 2px solid #B3E3C9 !important; }
  .u-border-left-md-feedback-success-lightest-2xl {
    border-left: 2px solid #D9F4E2 !important; }
  .u-border-left-md-feedback-alert-darkest-2xl {
    border-left: 2px solid #E38800 !important; }
  .u-border-left-md-feedback-alert-dark-2xl {
    border-left: 2px solid #F7A608 !important; }
  .u-border-left-md-feedback-alert-medium-2xl {
    border-left: 2px solid #FFC633 !important; }
  .u-border-left-md-feedback-alert-light-2xl {
    border-left: 2px solid #FEDF8F !important; }
  .u-border-left-md-feedback-alert-lightest-2xl {
    border-left: 2px solid #FEEDBF !important; }
  .u-border-left-md-neutral-darkest-2xl {
    border-left: 2px solid #1E1E1E !important; }
  .u-border-left-md-neutral-dark-2xl {
    border-left: 2px solid #515151 !important; }
  .u-border-left-md-neutral-medium-2xl {
    border-left: 2px solid #ADADAD !important; }
  .u-border-left-md-neutral-light-2xl {
    border-left: 2px solid #E3E3E3 !important; }
  .u-border-left-md-neutral-lightest-2xl {
    border-left: 2px solid #F2F2F2 !important; }
  .u-border-left-md-essential-black-2xl {
    border-left: 2px solid #000000 !important; }
  .u-border-left-md-essential-white-2xl {
    border-left: 2px solid #FFFFFF !important; }
  .u-border-lg-brand-primary-darkest-2xl {
    border: 4px solid #B43500 !important; }
  .u-border-lg-brand-primary-dark-2xl {
    border: 4px solid #D83B04 !important; }
  .u-border-lg-brand-primary-medium-2xl {
    border: 4px solid #E55807 !important; }
  .u-border-lg-brand-primary-light-2xl {
    border: 4px solid #FFCBB5 !important; }
  .u-border-lg-brand-primary-lightest-2xl {
    border: 4px solid #FDEBE1 !important; }
  .u-border-lg-complementary-1-darkest-2xl {
    border: 4px solid #9E7BB2 !important; }
  .u-border-lg-complementary-1-dark-2xl {
    border: 4px solid #B6A1C2 !important; }
  .u-border-lg-complementary-1-medium-2xl {
    border: 4px solid #D2C6D9 !important; }
  .u-border-lg-complementary-1-light-2xl {
    border: 4px solid #F4E8FA !important; }
  .u-border-lg-complementary-1-lightest-2xl {
    border: 4px solid #F7F0FB !important; }
  .u-border-lg-complementary-2-darkest-2xl {
    border: 4px solid #86BF33 !important; }
  .u-border-lg-complementary-2-dark-2xl {
    border: 4px solid #A8E353 !important; }
  .u-border-lg-complementary-2-medium-2xl {
    border: 4px solid #C6FA7A !important; }
  .u-border-lg-complementary-2-light-2xl {
    border: 4px solid #EBFFCD !important; }
  .u-border-lg-complementary-2-lightest-2xl {
    border: 4px solid #F6FFE9 !important; }
  .u-border-lg-feedback-danger-darkest-2xl {
    border: 4px solid #C71414 !important; }
  .u-border-lg-feedback-danger-dark-2xl {
    border: 4px solid #F42525 !important; }
  .u-border-lg-feedback-danger-medium-2xl {
    border: 4px solid #F95151 !important; }
  .u-border-lg-feedback-danger-light-2xl {
    border: 4px solid #FBA8A8 !important; }
  .u-border-lg-feedback-danger-lightest-2xl {
    border: 4px solid #FEDCDC !important; }
  .u-border-lg-feedback-success-darkest-2xl {
    border: 4px solid #01642E !important; }
  .u-border-lg-feedback-success-dark-2xl {
    border: 4px solid #00A148 !important; }
  .u-border-lg-feedback-success-medium-2xl {
    border: 4px solid #41C670 !important; }
  .u-border-lg-feedback-success-light-2xl {
    border: 4px solid #B3E3C9 !important; }
  .u-border-lg-feedback-success-lightest-2xl {
    border: 4px solid #D9F4E2 !important; }
  .u-border-lg-feedback-alert-darkest-2xl {
    border: 4px solid #E38800 !important; }
  .u-border-lg-feedback-alert-dark-2xl {
    border: 4px solid #F7A608 !important; }
  .u-border-lg-feedback-alert-medium-2xl {
    border: 4px solid #FFC633 !important; }
  .u-border-lg-feedback-alert-light-2xl {
    border: 4px solid #FEDF8F !important; }
  .u-border-lg-feedback-alert-lightest-2xl {
    border: 4px solid #FEEDBF !important; }
  .u-border-lg-neutral-darkest-2xl {
    border: 4px solid #1E1E1E !important; }
  .u-border-lg-neutral-dark-2xl {
    border: 4px solid #515151 !important; }
  .u-border-lg-neutral-medium-2xl {
    border: 4px solid #ADADAD !important; }
  .u-border-lg-neutral-light-2xl {
    border: 4px solid #E3E3E3 !important; }
  .u-border-lg-neutral-lightest-2xl {
    border: 4px solid #F2F2F2 !important; }
  .u-border-lg-essential-black-2xl {
    border: 4px solid #000000 !important; }
  .u-border-lg-essential-white-2xl {
    border: 4px solid #FFFFFF !important; }
  .u-border-top-lg-brand-primary-darkest-2xl {
    border-top: 4px solid #B43500 !important; }
  .u-border-top-lg-brand-primary-dark-2xl {
    border-top: 4px solid #D83B04 !important; }
  .u-border-top-lg-brand-primary-medium-2xl {
    border-top: 4px solid #E55807 !important; }
  .u-border-top-lg-brand-primary-light-2xl {
    border-top: 4px solid #FFCBB5 !important; }
  .u-border-top-lg-brand-primary-lightest-2xl {
    border-top: 4px solid #FDEBE1 !important; }
  .u-border-top-lg-complementary-1-darkest-2xl {
    border-top: 4px solid #9E7BB2 !important; }
  .u-border-top-lg-complementary-1-dark-2xl {
    border-top: 4px solid #B6A1C2 !important; }
  .u-border-top-lg-complementary-1-medium-2xl {
    border-top: 4px solid #D2C6D9 !important; }
  .u-border-top-lg-complementary-1-light-2xl {
    border-top: 4px solid #F4E8FA !important; }
  .u-border-top-lg-complementary-1-lightest-2xl {
    border-top: 4px solid #F7F0FB !important; }
  .u-border-top-lg-complementary-2-darkest-2xl {
    border-top: 4px solid #86BF33 !important; }
  .u-border-top-lg-complementary-2-dark-2xl {
    border-top: 4px solid #A8E353 !important; }
  .u-border-top-lg-complementary-2-medium-2xl {
    border-top: 4px solid #C6FA7A !important; }
  .u-border-top-lg-complementary-2-light-2xl {
    border-top: 4px solid #EBFFCD !important; }
  .u-border-top-lg-complementary-2-lightest-2xl {
    border-top: 4px solid #F6FFE9 !important; }
  .u-border-top-lg-feedback-danger-darkest-2xl {
    border-top: 4px solid #C71414 !important; }
  .u-border-top-lg-feedback-danger-dark-2xl {
    border-top: 4px solid #F42525 !important; }
  .u-border-top-lg-feedback-danger-medium-2xl {
    border-top: 4px solid #F95151 !important; }
  .u-border-top-lg-feedback-danger-light-2xl {
    border-top: 4px solid #FBA8A8 !important; }
  .u-border-top-lg-feedback-danger-lightest-2xl {
    border-top: 4px solid #FEDCDC !important; }
  .u-border-top-lg-feedback-success-darkest-2xl {
    border-top: 4px solid #01642E !important; }
  .u-border-top-lg-feedback-success-dark-2xl {
    border-top: 4px solid #00A148 !important; }
  .u-border-top-lg-feedback-success-medium-2xl {
    border-top: 4px solid #41C670 !important; }
  .u-border-top-lg-feedback-success-light-2xl {
    border-top: 4px solid #B3E3C9 !important; }
  .u-border-top-lg-feedback-success-lightest-2xl {
    border-top: 4px solid #D9F4E2 !important; }
  .u-border-top-lg-feedback-alert-darkest-2xl {
    border-top: 4px solid #E38800 !important; }
  .u-border-top-lg-feedback-alert-dark-2xl {
    border-top: 4px solid #F7A608 !important; }
  .u-border-top-lg-feedback-alert-medium-2xl {
    border-top: 4px solid #FFC633 !important; }
  .u-border-top-lg-feedback-alert-light-2xl {
    border-top: 4px solid #FEDF8F !important; }
  .u-border-top-lg-feedback-alert-lightest-2xl {
    border-top: 4px solid #FEEDBF !important; }
  .u-border-top-lg-neutral-darkest-2xl {
    border-top: 4px solid #1E1E1E !important; }
  .u-border-top-lg-neutral-dark-2xl {
    border-top: 4px solid #515151 !important; }
  .u-border-top-lg-neutral-medium-2xl {
    border-top: 4px solid #ADADAD !important; }
  .u-border-top-lg-neutral-light-2xl {
    border-top: 4px solid #E3E3E3 !important; }
  .u-border-top-lg-neutral-lightest-2xl {
    border-top: 4px solid #F2F2F2 !important; }
  .u-border-top-lg-essential-black-2xl {
    border-top: 4px solid #000000 !important; }
  .u-border-top-lg-essential-white-2xl {
    border-top: 4px solid #FFFFFF !important; }
  .u-border-bottom-lg-brand-primary-darkest-2xl {
    border-bottom: 4px solid #B43500 !important; }
  .u-border-bottom-lg-brand-primary-dark-2xl {
    border-bottom: 4px solid #D83B04 !important; }
  .u-border-bottom-lg-brand-primary-medium-2xl {
    border-bottom: 4px solid #E55807 !important; }
  .u-border-bottom-lg-brand-primary-light-2xl {
    border-bottom: 4px solid #FFCBB5 !important; }
  .u-border-bottom-lg-brand-primary-lightest-2xl {
    border-bottom: 4px solid #FDEBE1 !important; }
  .u-border-bottom-lg-complementary-1-darkest-2xl {
    border-bottom: 4px solid #9E7BB2 !important; }
  .u-border-bottom-lg-complementary-1-dark-2xl {
    border-bottom: 4px solid #B6A1C2 !important; }
  .u-border-bottom-lg-complementary-1-medium-2xl {
    border-bottom: 4px solid #D2C6D9 !important; }
  .u-border-bottom-lg-complementary-1-light-2xl {
    border-bottom: 4px solid #F4E8FA !important; }
  .u-border-bottom-lg-complementary-1-lightest-2xl {
    border-bottom: 4px solid #F7F0FB !important; }
  .u-border-bottom-lg-complementary-2-darkest-2xl {
    border-bottom: 4px solid #86BF33 !important; }
  .u-border-bottom-lg-complementary-2-dark-2xl {
    border-bottom: 4px solid #A8E353 !important; }
  .u-border-bottom-lg-complementary-2-medium-2xl {
    border-bottom: 4px solid #C6FA7A !important; }
  .u-border-bottom-lg-complementary-2-light-2xl {
    border-bottom: 4px solid #EBFFCD !important; }
  .u-border-bottom-lg-complementary-2-lightest-2xl {
    border-bottom: 4px solid #F6FFE9 !important; }
  .u-border-bottom-lg-feedback-danger-darkest-2xl {
    border-bottom: 4px solid #C71414 !important; }
  .u-border-bottom-lg-feedback-danger-dark-2xl {
    border-bottom: 4px solid #F42525 !important; }
  .u-border-bottom-lg-feedback-danger-medium-2xl {
    border-bottom: 4px solid #F95151 !important; }
  .u-border-bottom-lg-feedback-danger-light-2xl {
    border-bottom: 4px solid #FBA8A8 !important; }
  .u-border-bottom-lg-feedback-danger-lightest-2xl {
    border-bottom: 4px solid #FEDCDC !important; }
  .u-border-bottom-lg-feedback-success-darkest-2xl {
    border-bottom: 4px solid #01642E !important; }
  .u-border-bottom-lg-feedback-success-dark-2xl {
    border-bottom: 4px solid #00A148 !important; }
  .u-border-bottom-lg-feedback-success-medium-2xl {
    border-bottom: 4px solid #41C670 !important; }
  .u-border-bottom-lg-feedback-success-light-2xl {
    border-bottom: 4px solid #B3E3C9 !important; }
  .u-border-bottom-lg-feedback-success-lightest-2xl {
    border-bottom: 4px solid #D9F4E2 !important; }
  .u-border-bottom-lg-feedback-alert-darkest-2xl {
    border-bottom: 4px solid #E38800 !important; }
  .u-border-bottom-lg-feedback-alert-dark-2xl {
    border-bottom: 4px solid #F7A608 !important; }
  .u-border-bottom-lg-feedback-alert-medium-2xl {
    border-bottom: 4px solid #FFC633 !important; }
  .u-border-bottom-lg-feedback-alert-light-2xl {
    border-bottom: 4px solid #FEDF8F !important; }
  .u-border-bottom-lg-feedback-alert-lightest-2xl {
    border-bottom: 4px solid #FEEDBF !important; }
  .u-border-bottom-lg-neutral-darkest-2xl {
    border-bottom: 4px solid #1E1E1E !important; }
  .u-border-bottom-lg-neutral-dark-2xl {
    border-bottom: 4px solid #515151 !important; }
  .u-border-bottom-lg-neutral-medium-2xl {
    border-bottom: 4px solid #ADADAD !important; }
  .u-border-bottom-lg-neutral-light-2xl {
    border-bottom: 4px solid #E3E3E3 !important; }
  .u-border-bottom-lg-neutral-lightest-2xl {
    border-bottom: 4px solid #F2F2F2 !important; }
  .u-border-bottom-lg-essential-black-2xl {
    border-bottom: 4px solid #000000 !important; }
  .u-border-bottom-lg-essential-white-2xl {
    border-bottom: 4px solid #FFFFFF !important; }
  .u-border-right-lg-brand-primary-darkest-2xl {
    border-right: 4px solid #B43500 !important; }
  .u-border-right-lg-brand-primary-dark-2xl {
    border-right: 4px solid #D83B04 !important; }
  .u-border-right-lg-brand-primary-medium-2xl {
    border-right: 4px solid #E55807 !important; }
  .u-border-right-lg-brand-primary-light-2xl {
    border-right: 4px solid #FFCBB5 !important; }
  .u-border-right-lg-brand-primary-lightest-2xl {
    border-right: 4px solid #FDEBE1 !important; }
  .u-border-right-lg-complementary-1-darkest-2xl {
    border-right: 4px solid #9E7BB2 !important; }
  .u-border-right-lg-complementary-1-dark-2xl {
    border-right: 4px solid #B6A1C2 !important; }
  .u-border-right-lg-complementary-1-medium-2xl {
    border-right: 4px solid #D2C6D9 !important; }
  .u-border-right-lg-complementary-1-light-2xl {
    border-right: 4px solid #F4E8FA !important; }
  .u-border-right-lg-complementary-1-lightest-2xl {
    border-right: 4px solid #F7F0FB !important; }
  .u-border-right-lg-complementary-2-darkest-2xl {
    border-right: 4px solid #86BF33 !important; }
  .u-border-right-lg-complementary-2-dark-2xl {
    border-right: 4px solid #A8E353 !important; }
  .u-border-right-lg-complementary-2-medium-2xl {
    border-right: 4px solid #C6FA7A !important; }
  .u-border-right-lg-complementary-2-light-2xl {
    border-right: 4px solid #EBFFCD !important; }
  .u-border-right-lg-complementary-2-lightest-2xl {
    border-right: 4px solid #F6FFE9 !important; }
  .u-border-right-lg-feedback-danger-darkest-2xl {
    border-right: 4px solid #C71414 !important; }
  .u-border-right-lg-feedback-danger-dark-2xl {
    border-right: 4px solid #F42525 !important; }
  .u-border-right-lg-feedback-danger-medium-2xl {
    border-right: 4px solid #F95151 !important; }
  .u-border-right-lg-feedback-danger-light-2xl {
    border-right: 4px solid #FBA8A8 !important; }
  .u-border-right-lg-feedback-danger-lightest-2xl {
    border-right: 4px solid #FEDCDC !important; }
  .u-border-right-lg-feedback-success-darkest-2xl {
    border-right: 4px solid #01642E !important; }
  .u-border-right-lg-feedback-success-dark-2xl {
    border-right: 4px solid #00A148 !important; }
  .u-border-right-lg-feedback-success-medium-2xl {
    border-right: 4px solid #41C670 !important; }
  .u-border-right-lg-feedback-success-light-2xl {
    border-right: 4px solid #B3E3C9 !important; }
  .u-border-right-lg-feedback-success-lightest-2xl {
    border-right: 4px solid #D9F4E2 !important; }
  .u-border-right-lg-feedback-alert-darkest-2xl {
    border-right: 4px solid #E38800 !important; }
  .u-border-right-lg-feedback-alert-dark-2xl {
    border-right: 4px solid #F7A608 !important; }
  .u-border-right-lg-feedback-alert-medium-2xl {
    border-right: 4px solid #FFC633 !important; }
  .u-border-right-lg-feedback-alert-light-2xl {
    border-right: 4px solid #FEDF8F !important; }
  .u-border-right-lg-feedback-alert-lightest-2xl {
    border-right: 4px solid #FEEDBF !important; }
  .u-border-right-lg-neutral-darkest-2xl {
    border-right: 4px solid #1E1E1E !important; }
  .u-border-right-lg-neutral-dark-2xl {
    border-right: 4px solid #515151 !important; }
  .u-border-right-lg-neutral-medium-2xl {
    border-right: 4px solid #ADADAD !important; }
  .u-border-right-lg-neutral-light-2xl {
    border-right: 4px solid #E3E3E3 !important; }
  .u-border-right-lg-neutral-lightest-2xl {
    border-right: 4px solid #F2F2F2 !important; }
  .u-border-right-lg-essential-black-2xl {
    border-right: 4px solid #000000 !important; }
  .u-border-right-lg-essential-white-2xl {
    border-right: 4px solid #FFFFFF !important; }
  .u-border-left-lg-brand-primary-darkest-2xl {
    border-left: 4px solid #B43500 !important; }
  .u-border-left-lg-brand-primary-dark-2xl {
    border-left: 4px solid #D83B04 !important; }
  .u-border-left-lg-brand-primary-medium-2xl {
    border-left: 4px solid #E55807 !important; }
  .u-border-left-lg-brand-primary-light-2xl {
    border-left: 4px solid #FFCBB5 !important; }
  .u-border-left-lg-brand-primary-lightest-2xl {
    border-left: 4px solid #FDEBE1 !important; }
  .u-border-left-lg-complementary-1-darkest-2xl {
    border-left: 4px solid #9E7BB2 !important; }
  .u-border-left-lg-complementary-1-dark-2xl {
    border-left: 4px solid #B6A1C2 !important; }
  .u-border-left-lg-complementary-1-medium-2xl {
    border-left: 4px solid #D2C6D9 !important; }
  .u-border-left-lg-complementary-1-light-2xl {
    border-left: 4px solid #F4E8FA !important; }
  .u-border-left-lg-complementary-1-lightest-2xl {
    border-left: 4px solid #F7F0FB !important; }
  .u-border-left-lg-complementary-2-darkest-2xl {
    border-left: 4px solid #86BF33 !important; }
  .u-border-left-lg-complementary-2-dark-2xl {
    border-left: 4px solid #A8E353 !important; }
  .u-border-left-lg-complementary-2-medium-2xl {
    border-left: 4px solid #C6FA7A !important; }
  .u-border-left-lg-complementary-2-light-2xl {
    border-left: 4px solid #EBFFCD !important; }
  .u-border-left-lg-complementary-2-lightest-2xl {
    border-left: 4px solid #F6FFE9 !important; }
  .u-border-left-lg-feedback-danger-darkest-2xl {
    border-left: 4px solid #C71414 !important; }
  .u-border-left-lg-feedback-danger-dark-2xl {
    border-left: 4px solid #F42525 !important; }
  .u-border-left-lg-feedback-danger-medium-2xl {
    border-left: 4px solid #F95151 !important; }
  .u-border-left-lg-feedback-danger-light-2xl {
    border-left: 4px solid #FBA8A8 !important; }
  .u-border-left-lg-feedback-danger-lightest-2xl {
    border-left: 4px solid #FEDCDC !important; }
  .u-border-left-lg-feedback-success-darkest-2xl {
    border-left: 4px solid #01642E !important; }
  .u-border-left-lg-feedback-success-dark-2xl {
    border-left: 4px solid #00A148 !important; }
  .u-border-left-lg-feedback-success-medium-2xl {
    border-left: 4px solid #41C670 !important; }
  .u-border-left-lg-feedback-success-light-2xl {
    border-left: 4px solid #B3E3C9 !important; }
  .u-border-left-lg-feedback-success-lightest-2xl {
    border-left: 4px solid #D9F4E2 !important; }
  .u-border-left-lg-feedback-alert-darkest-2xl {
    border-left: 4px solid #E38800 !important; }
  .u-border-left-lg-feedback-alert-dark-2xl {
    border-left: 4px solid #F7A608 !important; }
  .u-border-left-lg-feedback-alert-medium-2xl {
    border-left: 4px solid #FFC633 !important; }
  .u-border-left-lg-feedback-alert-light-2xl {
    border-left: 4px solid #FEDF8F !important; }
  .u-border-left-lg-feedback-alert-lightest-2xl {
    border-left: 4px solid #FEEDBF !important; }
  .u-border-left-lg-neutral-darkest-2xl {
    border-left: 4px solid #1E1E1E !important; }
  .u-border-left-lg-neutral-dark-2xl {
    border-left: 4px solid #515151 !important; }
  .u-border-left-lg-neutral-medium-2xl {
    border-left: 4px solid #ADADAD !important; }
  .u-border-left-lg-neutral-light-2xl {
    border-left: 4px solid #E3E3E3 !important; }
  .u-border-left-lg-neutral-lightest-2xl {
    border-left: 4px solid #F2F2F2 !important; }
  .u-border-left-lg-essential-black-2xl {
    border-left: 4px solid #000000 !important; }
  .u-border-left-lg-essential-white-2xl {
    border-left: 4px solid #FFFFFF !important; }
  .u-border-xl-brand-primary-darkest-2xl {
    border: 6px solid #B43500 !important; }
  .u-border-xl-brand-primary-dark-2xl {
    border: 6px solid #D83B04 !important; }
  .u-border-xl-brand-primary-medium-2xl {
    border: 6px solid #E55807 !important; }
  .u-border-xl-brand-primary-light-2xl {
    border: 6px solid #FFCBB5 !important; }
  .u-border-xl-brand-primary-lightest-2xl {
    border: 6px solid #FDEBE1 !important; }
  .u-border-xl-complementary-1-darkest-2xl {
    border: 6px solid #9E7BB2 !important; }
  .u-border-xl-complementary-1-dark-2xl {
    border: 6px solid #B6A1C2 !important; }
  .u-border-xl-complementary-1-medium-2xl {
    border: 6px solid #D2C6D9 !important; }
  .u-border-xl-complementary-1-light-2xl {
    border: 6px solid #F4E8FA !important; }
  .u-border-xl-complementary-1-lightest-2xl {
    border: 6px solid #F7F0FB !important; }
  .u-border-xl-complementary-2-darkest-2xl {
    border: 6px solid #86BF33 !important; }
  .u-border-xl-complementary-2-dark-2xl {
    border: 6px solid #A8E353 !important; }
  .u-border-xl-complementary-2-medium-2xl {
    border: 6px solid #C6FA7A !important; }
  .u-border-xl-complementary-2-light-2xl {
    border: 6px solid #EBFFCD !important; }
  .u-border-xl-complementary-2-lightest-2xl {
    border: 6px solid #F6FFE9 !important; }
  .u-border-xl-feedback-danger-darkest-2xl {
    border: 6px solid #C71414 !important; }
  .u-border-xl-feedback-danger-dark-2xl {
    border: 6px solid #F42525 !important; }
  .u-border-xl-feedback-danger-medium-2xl {
    border: 6px solid #F95151 !important; }
  .u-border-xl-feedback-danger-light-2xl {
    border: 6px solid #FBA8A8 !important; }
  .u-border-xl-feedback-danger-lightest-2xl {
    border: 6px solid #FEDCDC !important; }
  .u-border-xl-feedback-success-darkest-2xl {
    border: 6px solid #01642E !important; }
  .u-border-xl-feedback-success-dark-2xl {
    border: 6px solid #00A148 !important; }
  .u-border-xl-feedback-success-medium-2xl {
    border: 6px solid #41C670 !important; }
  .u-border-xl-feedback-success-light-2xl {
    border: 6px solid #B3E3C9 !important; }
  .u-border-xl-feedback-success-lightest-2xl {
    border: 6px solid #D9F4E2 !important; }
  .u-border-xl-feedback-alert-darkest-2xl {
    border: 6px solid #E38800 !important; }
  .u-border-xl-feedback-alert-dark-2xl {
    border: 6px solid #F7A608 !important; }
  .u-border-xl-feedback-alert-medium-2xl {
    border: 6px solid #FFC633 !important; }
  .u-border-xl-feedback-alert-light-2xl {
    border: 6px solid #FEDF8F !important; }
  .u-border-xl-feedback-alert-lightest-2xl {
    border: 6px solid #FEEDBF !important; }
  .u-border-xl-neutral-darkest-2xl {
    border: 6px solid #1E1E1E !important; }
  .u-border-xl-neutral-dark-2xl {
    border: 6px solid #515151 !important; }
  .u-border-xl-neutral-medium-2xl {
    border: 6px solid #ADADAD !important; }
  .u-border-xl-neutral-light-2xl {
    border: 6px solid #E3E3E3 !important; }
  .u-border-xl-neutral-lightest-2xl {
    border: 6px solid #F2F2F2 !important; }
  .u-border-xl-essential-black-2xl {
    border: 6px solid #000000 !important; }
  .u-border-xl-essential-white-2xl {
    border: 6px solid #FFFFFF !important; }
  .u-border-top-xl-brand-primary-darkest-2xl {
    border-top: 6px solid #B43500 !important; }
  .u-border-top-xl-brand-primary-dark-2xl {
    border-top: 6px solid #D83B04 !important; }
  .u-border-top-xl-brand-primary-medium-2xl {
    border-top: 6px solid #E55807 !important; }
  .u-border-top-xl-brand-primary-light-2xl {
    border-top: 6px solid #FFCBB5 !important; }
  .u-border-top-xl-brand-primary-lightest-2xl {
    border-top: 6px solid #FDEBE1 !important; }
  .u-border-top-xl-complementary-1-darkest-2xl {
    border-top: 6px solid #9E7BB2 !important; }
  .u-border-top-xl-complementary-1-dark-2xl {
    border-top: 6px solid #B6A1C2 !important; }
  .u-border-top-xl-complementary-1-medium-2xl {
    border-top: 6px solid #D2C6D9 !important; }
  .u-border-top-xl-complementary-1-light-2xl {
    border-top: 6px solid #F4E8FA !important; }
  .u-border-top-xl-complementary-1-lightest-2xl {
    border-top: 6px solid #F7F0FB !important; }
  .u-border-top-xl-complementary-2-darkest-2xl {
    border-top: 6px solid #86BF33 !important; }
  .u-border-top-xl-complementary-2-dark-2xl {
    border-top: 6px solid #A8E353 !important; }
  .u-border-top-xl-complementary-2-medium-2xl {
    border-top: 6px solid #C6FA7A !important; }
  .u-border-top-xl-complementary-2-light-2xl {
    border-top: 6px solid #EBFFCD !important; }
  .u-border-top-xl-complementary-2-lightest-2xl {
    border-top: 6px solid #F6FFE9 !important; }
  .u-border-top-xl-feedback-danger-darkest-2xl {
    border-top: 6px solid #C71414 !important; }
  .u-border-top-xl-feedback-danger-dark-2xl {
    border-top: 6px solid #F42525 !important; }
  .u-border-top-xl-feedback-danger-medium-2xl {
    border-top: 6px solid #F95151 !important; }
  .u-border-top-xl-feedback-danger-light-2xl {
    border-top: 6px solid #FBA8A8 !important; }
  .u-border-top-xl-feedback-danger-lightest-2xl {
    border-top: 6px solid #FEDCDC !important; }
  .u-border-top-xl-feedback-success-darkest-2xl {
    border-top: 6px solid #01642E !important; }
  .u-border-top-xl-feedback-success-dark-2xl {
    border-top: 6px solid #00A148 !important; }
  .u-border-top-xl-feedback-success-medium-2xl {
    border-top: 6px solid #41C670 !important; }
  .u-border-top-xl-feedback-success-light-2xl {
    border-top: 6px solid #B3E3C9 !important; }
  .u-border-top-xl-feedback-success-lightest-2xl {
    border-top: 6px solid #D9F4E2 !important; }
  .u-border-top-xl-feedback-alert-darkest-2xl {
    border-top: 6px solid #E38800 !important; }
  .u-border-top-xl-feedback-alert-dark-2xl {
    border-top: 6px solid #F7A608 !important; }
  .u-border-top-xl-feedback-alert-medium-2xl {
    border-top: 6px solid #FFC633 !important; }
  .u-border-top-xl-feedback-alert-light-2xl {
    border-top: 6px solid #FEDF8F !important; }
  .u-border-top-xl-feedback-alert-lightest-2xl {
    border-top: 6px solid #FEEDBF !important; }
  .u-border-top-xl-neutral-darkest-2xl {
    border-top: 6px solid #1E1E1E !important; }
  .u-border-top-xl-neutral-dark-2xl {
    border-top: 6px solid #515151 !important; }
  .u-border-top-xl-neutral-medium-2xl {
    border-top: 6px solid #ADADAD !important; }
  .u-border-top-xl-neutral-light-2xl {
    border-top: 6px solid #E3E3E3 !important; }
  .u-border-top-xl-neutral-lightest-2xl {
    border-top: 6px solid #F2F2F2 !important; }
  .u-border-top-xl-essential-black-2xl {
    border-top: 6px solid #000000 !important; }
  .u-border-top-xl-essential-white-2xl {
    border-top: 6px solid #FFFFFF !important; }
  .u-border-bottom-xl-brand-primary-darkest-2xl {
    border-bottom: 6px solid #B43500 !important; }
  .u-border-bottom-xl-brand-primary-dark-2xl {
    border-bottom: 6px solid #D83B04 !important; }
  .u-border-bottom-xl-brand-primary-medium-2xl {
    border-bottom: 6px solid #E55807 !important; }
  .u-border-bottom-xl-brand-primary-light-2xl {
    border-bottom: 6px solid #FFCBB5 !important; }
  .u-border-bottom-xl-brand-primary-lightest-2xl {
    border-bottom: 6px solid #FDEBE1 !important; }
  .u-border-bottom-xl-complementary-1-darkest-2xl {
    border-bottom: 6px solid #9E7BB2 !important; }
  .u-border-bottom-xl-complementary-1-dark-2xl {
    border-bottom: 6px solid #B6A1C2 !important; }
  .u-border-bottom-xl-complementary-1-medium-2xl {
    border-bottom: 6px solid #D2C6D9 !important; }
  .u-border-bottom-xl-complementary-1-light-2xl {
    border-bottom: 6px solid #F4E8FA !important; }
  .u-border-bottom-xl-complementary-1-lightest-2xl {
    border-bottom: 6px solid #F7F0FB !important; }
  .u-border-bottom-xl-complementary-2-darkest-2xl {
    border-bottom: 6px solid #86BF33 !important; }
  .u-border-bottom-xl-complementary-2-dark-2xl {
    border-bottom: 6px solid #A8E353 !important; }
  .u-border-bottom-xl-complementary-2-medium-2xl {
    border-bottom: 6px solid #C6FA7A !important; }
  .u-border-bottom-xl-complementary-2-light-2xl {
    border-bottom: 6px solid #EBFFCD !important; }
  .u-border-bottom-xl-complementary-2-lightest-2xl {
    border-bottom: 6px solid #F6FFE9 !important; }
  .u-border-bottom-xl-feedback-danger-darkest-2xl {
    border-bottom: 6px solid #C71414 !important; }
  .u-border-bottom-xl-feedback-danger-dark-2xl {
    border-bottom: 6px solid #F42525 !important; }
  .u-border-bottom-xl-feedback-danger-medium-2xl {
    border-bottom: 6px solid #F95151 !important; }
  .u-border-bottom-xl-feedback-danger-light-2xl {
    border-bottom: 6px solid #FBA8A8 !important; }
  .u-border-bottom-xl-feedback-danger-lightest-2xl {
    border-bottom: 6px solid #FEDCDC !important; }
  .u-border-bottom-xl-feedback-success-darkest-2xl {
    border-bottom: 6px solid #01642E !important; }
  .u-border-bottom-xl-feedback-success-dark-2xl {
    border-bottom: 6px solid #00A148 !important; }
  .u-border-bottom-xl-feedback-success-medium-2xl {
    border-bottom: 6px solid #41C670 !important; }
  .u-border-bottom-xl-feedback-success-light-2xl {
    border-bottom: 6px solid #B3E3C9 !important; }
  .u-border-bottom-xl-feedback-success-lightest-2xl {
    border-bottom: 6px solid #D9F4E2 !important; }
  .u-border-bottom-xl-feedback-alert-darkest-2xl {
    border-bottom: 6px solid #E38800 !important; }
  .u-border-bottom-xl-feedback-alert-dark-2xl {
    border-bottom: 6px solid #F7A608 !important; }
  .u-border-bottom-xl-feedback-alert-medium-2xl {
    border-bottom: 6px solid #FFC633 !important; }
  .u-border-bottom-xl-feedback-alert-light-2xl {
    border-bottom: 6px solid #FEDF8F !important; }
  .u-border-bottom-xl-feedback-alert-lightest-2xl {
    border-bottom: 6px solid #FEEDBF !important; }
  .u-border-bottom-xl-neutral-darkest-2xl {
    border-bottom: 6px solid #1E1E1E !important; }
  .u-border-bottom-xl-neutral-dark-2xl {
    border-bottom: 6px solid #515151 !important; }
  .u-border-bottom-xl-neutral-medium-2xl {
    border-bottom: 6px solid #ADADAD !important; }
  .u-border-bottom-xl-neutral-light-2xl {
    border-bottom: 6px solid #E3E3E3 !important; }
  .u-border-bottom-xl-neutral-lightest-2xl {
    border-bottom: 6px solid #F2F2F2 !important; }
  .u-border-bottom-xl-essential-black-2xl {
    border-bottom: 6px solid #000000 !important; }
  .u-border-bottom-xl-essential-white-2xl {
    border-bottom: 6px solid #FFFFFF !important; }
  .u-border-right-xl-brand-primary-darkest-2xl {
    border-right: 6px solid #B43500 !important; }
  .u-border-right-xl-brand-primary-dark-2xl {
    border-right: 6px solid #D83B04 !important; }
  .u-border-right-xl-brand-primary-medium-2xl {
    border-right: 6px solid #E55807 !important; }
  .u-border-right-xl-brand-primary-light-2xl {
    border-right: 6px solid #FFCBB5 !important; }
  .u-border-right-xl-brand-primary-lightest-2xl {
    border-right: 6px solid #FDEBE1 !important; }
  .u-border-right-xl-complementary-1-darkest-2xl {
    border-right: 6px solid #9E7BB2 !important; }
  .u-border-right-xl-complementary-1-dark-2xl {
    border-right: 6px solid #B6A1C2 !important; }
  .u-border-right-xl-complementary-1-medium-2xl {
    border-right: 6px solid #D2C6D9 !important; }
  .u-border-right-xl-complementary-1-light-2xl {
    border-right: 6px solid #F4E8FA !important; }
  .u-border-right-xl-complementary-1-lightest-2xl {
    border-right: 6px solid #F7F0FB !important; }
  .u-border-right-xl-complementary-2-darkest-2xl {
    border-right: 6px solid #86BF33 !important; }
  .u-border-right-xl-complementary-2-dark-2xl {
    border-right: 6px solid #A8E353 !important; }
  .u-border-right-xl-complementary-2-medium-2xl {
    border-right: 6px solid #C6FA7A !important; }
  .u-border-right-xl-complementary-2-light-2xl {
    border-right: 6px solid #EBFFCD !important; }
  .u-border-right-xl-complementary-2-lightest-2xl {
    border-right: 6px solid #F6FFE9 !important; }
  .u-border-right-xl-feedback-danger-darkest-2xl {
    border-right: 6px solid #C71414 !important; }
  .u-border-right-xl-feedback-danger-dark-2xl {
    border-right: 6px solid #F42525 !important; }
  .u-border-right-xl-feedback-danger-medium-2xl {
    border-right: 6px solid #F95151 !important; }
  .u-border-right-xl-feedback-danger-light-2xl {
    border-right: 6px solid #FBA8A8 !important; }
  .u-border-right-xl-feedback-danger-lightest-2xl {
    border-right: 6px solid #FEDCDC !important; }
  .u-border-right-xl-feedback-success-darkest-2xl {
    border-right: 6px solid #01642E !important; }
  .u-border-right-xl-feedback-success-dark-2xl {
    border-right: 6px solid #00A148 !important; }
  .u-border-right-xl-feedback-success-medium-2xl {
    border-right: 6px solid #41C670 !important; }
  .u-border-right-xl-feedback-success-light-2xl {
    border-right: 6px solid #B3E3C9 !important; }
  .u-border-right-xl-feedback-success-lightest-2xl {
    border-right: 6px solid #D9F4E2 !important; }
  .u-border-right-xl-feedback-alert-darkest-2xl {
    border-right: 6px solid #E38800 !important; }
  .u-border-right-xl-feedback-alert-dark-2xl {
    border-right: 6px solid #F7A608 !important; }
  .u-border-right-xl-feedback-alert-medium-2xl {
    border-right: 6px solid #FFC633 !important; }
  .u-border-right-xl-feedback-alert-light-2xl {
    border-right: 6px solid #FEDF8F !important; }
  .u-border-right-xl-feedback-alert-lightest-2xl {
    border-right: 6px solid #FEEDBF !important; }
  .u-border-right-xl-neutral-darkest-2xl {
    border-right: 6px solid #1E1E1E !important; }
  .u-border-right-xl-neutral-dark-2xl {
    border-right: 6px solid #515151 !important; }
  .u-border-right-xl-neutral-medium-2xl {
    border-right: 6px solid #ADADAD !important; }
  .u-border-right-xl-neutral-light-2xl {
    border-right: 6px solid #E3E3E3 !important; }
  .u-border-right-xl-neutral-lightest-2xl {
    border-right: 6px solid #F2F2F2 !important; }
  .u-border-right-xl-essential-black-2xl {
    border-right: 6px solid #000000 !important; }
  .u-border-right-xl-essential-white-2xl {
    border-right: 6px solid #FFFFFF !important; }
  .u-border-left-xl-brand-primary-darkest-2xl {
    border-left: 6px solid #B43500 !important; }
  .u-border-left-xl-brand-primary-dark-2xl {
    border-left: 6px solid #D83B04 !important; }
  .u-border-left-xl-brand-primary-medium-2xl {
    border-left: 6px solid #E55807 !important; }
  .u-border-left-xl-brand-primary-light-2xl {
    border-left: 6px solid #FFCBB5 !important; }
  .u-border-left-xl-brand-primary-lightest-2xl {
    border-left: 6px solid #FDEBE1 !important; }
  .u-border-left-xl-complementary-1-darkest-2xl {
    border-left: 6px solid #9E7BB2 !important; }
  .u-border-left-xl-complementary-1-dark-2xl {
    border-left: 6px solid #B6A1C2 !important; }
  .u-border-left-xl-complementary-1-medium-2xl {
    border-left: 6px solid #D2C6D9 !important; }
  .u-border-left-xl-complementary-1-light-2xl {
    border-left: 6px solid #F4E8FA !important; }
  .u-border-left-xl-complementary-1-lightest-2xl {
    border-left: 6px solid #F7F0FB !important; }
  .u-border-left-xl-complementary-2-darkest-2xl {
    border-left: 6px solid #86BF33 !important; }
  .u-border-left-xl-complementary-2-dark-2xl {
    border-left: 6px solid #A8E353 !important; }
  .u-border-left-xl-complementary-2-medium-2xl {
    border-left: 6px solid #C6FA7A !important; }
  .u-border-left-xl-complementary-2-light-2xl {
    border-left: 6px solid #EBFFCD !important; }
  .u-border-left-xl-complementary-2-lightest-2xl {
    border-left: 6px solid #F6FFE9 !important; }
  .u-border-left-xl-feedback-danger-darkest-2xl {
    border-left: 6px solid #C71414 !important; }
  .u-border-left-xl-feedback-danger-dark-2xl {
    border-left: 6px solid #F42525 !important; }
  .u-border-left-xl-feedback-danger-medium-2xl {
    border-left: 6px solid #F95151 !important; }
  .u-border-left-xl-feedback-danger-light-2xl {
    border-left: 6px solid #FBA8A8 !important; }
  .u-border-left-xl-feedback-danger-lightest-2xl {
    border-left: 6px solid #FEDCDC !important; }
  .u-border-left-xl-feedback-success-darkest-2xl {
    border-left: 6px solid #01642E !important; }
  .u-border-left-xl-feedback-success-dark-2xl {
    border-left: 6px solid #00A148 !important; }
  .u-border-left-xl-feedback-success-medium-2xl {
    border-left: 6px solid #41C670 !important; }
  .u-border-left-xl-feedback-success-light-2xl {
    border-left: 6px solid #B3E3C9 !important; }
  .u-border-left-xl-feedback-success-lightest-2xl {
    border-left: 6px solid #D9F4E2 !important; }
  .u-border-left-xl-feedback-alert-darkest-2xl {
    border-left: 6px solid #E38800 !important; }
  .u-border-left-xl-feedback-alert-dark-2xl {
    border-left: 6px solid #F7A608 !important; }
  .u-border-left-xl-feedback-alert-medium-2xl {
    border-left: 6px solid #FFC633 !important; }
  .u-border-left-xl-feedback-alert-light-2xl {
    border-left: 6px solid #FEDF8F !important; }
  .u-border-left-xl-feedback-alert-lightest-2xl {
    border-left: 6px solid #FEEDBF !important; }
  .u-border-left-xl-neutral-darkest-2xl {
    border-left: 6px solid #1E1E1E !important; }
  .u-border-left-xl-neutral-dark-2xl {
    border-left: 6px solid #515151 !important; }
  .u-border-left-xl-neutral-medium-2xl {
    border-left: 6px solid #ADADAD !important; }
  .u-border-left-xl-neutral-light-2xl {
    border-left: 6px solid #E3E3E3 !important; }
  .u-border-left-xl-neutral-lightest-2xl {
    border-left: 6px solid #F2F2F2 !important; }
  .u-border-left-xl-essential-black-2xl {
    border-left: 6px solid #000000 !important; }
  .u-border-left-xl-essential-white-2xl {
    border-left: 6px solid #FFFFFF !important; } }

@media (min-width: 1600px) {
  .u-border-none-brand-primary-darkest-3xl {
    border: none !important; }
  .u-border-none-brand-primary-dark-3xl {
    border: none !important; }
  .u-border-none-brand-primary-medium-3xl {
    border: none !important; }
  .u-border-none-brand-primary-light-3xl {
    border: none !important; }
  .u-border-none-brand-primary-lightest-3xl {
    border: none !important; }
  .u-border-none-complementary-1-darkest-3xl {
    border: none !important; }
  .u-border-none-complementary-1-dark-3xl {
    border: none !important; }
  .u-border-none-complementary-1-medium-3xl {
    border: none !important; }
  .u-border-none-complementary-1-light-3xl {
    border: none !important; }
  .u-border-none-complementary-1-lightest-3xl {
    border: none !important; }
  .u-border-none-complementary-2-darkest-3xl {
    border: none !important; }
  .u-border-none-complementary-2-dark-3xl {
    border: none !important; }
  .u-border-none-complementary-2-medium-3xl {
    border: none !important; }
  .u-border-none-complementary-2-light-3xl {
    border: none !important; }
  .u-border-none-complementary-2-lightest-3xl {
    border: none !important; }
  .u-border-none-feedback-danger-darkest-3xl {
    border: none !important; }
  .u-border-none-feedback-danger-dark-3xl {
    border: none !important; }
  .u-border-none-feedback-danger-medium-3xl {
    border: none !important; }
  .u-border-none-feedback-danger-light-3xl {
    border: none !important; }
  .u-border-none-feedback-danger-lightest-3xl {
    border: none !important; }
  .u-border-none-feedback-success-darkest-3xl {
    border: none !important; }
  .u-border-none-feedback-success-dark-3xl {
    border: none !important; }
  .u-border-none-feedback-success-medium-3xl {
    border: none !important; }
  .u-border-none-feedback-success-light-3xl {
    border: none !important; }
  .u-border-none-feedback-success-lightest-3xl {
    border: none !important; }
  .u-border-none-feedback-alert-darkest-3xl {
    border: none !important; }
  .u-border-none-feedback-alert-dark-3xl {
    border: none !important; }
  .u-border-none-feedback-alert-medium-3xl {
    border: none !important; }
  .u-border-none-feedback-alert-light-3xl {
    border: none !important; }
  .u-border-none-feedback-alert-lightest-3xl {
    border: none !important; }
  .u-border-none-neutral-darkest-3xl {
    border: none !important; }
  .u-border-none-neutral-dark-3xl {
    border: none !important; }
  .u-border-none-neutral-medium-3xl {
    border: none !important; }
  .u-border-none-neutral-light-3xl {
    border: none !important; }
  .u-border-none-neutral-lightest-3xl {
    border: none !important; }
  .u-border-none-essential-black-3xl {
    border: none !important; }
  .u-border-none-essential-white-3xl {
    border: none !important; }
  .u-border-top-none-brand-primary-darkest-3xl {
    border-top: none !important; }
  .u-border-top-none-brand-primary-dark-3xl {
    border-top: none !important; }
  .u-border-top-none-brand-primary-medium-3xl {
    border-top: none !important; }
  .u-border-top-none-brand-primary-light-3xl {
    border-top: none !important; }
  .u-border-top-none-brand-primary-lightest-3xl {
    border-top: none !important; }
  .u-border-top-none-complementary-1-darkest-3xl {
    border-top: none !important; }
  .u-border-top-none-complementary-1-dark-3xl {
    border-top: none !important; }
  .u-border-top-none-complementary-1-medium-3xl {
    border-top: none !important; }
  .u-border-top-none-complementary-1-light-3xl {
    border-top: none !important; }
  .u-border-top-none-complementary-1-lightest-3xl {
    border-top: none !important; }
  .u-border-top-none-complementary-2-darkest-3xl {
    border-top: none !important; }
  .u-border-top-none-complementary-2-dark-3xl {
    border-top: none !important; }
  .u-border-top-none-complementary-2-medium-3xl {
    border-top: none !important; }
  .u-border-top-none-complementary-2-light-3xl {
    border-top: none !important; }
  .u-border-top-none-complementary-2-lightest-3xl {
    border-top: none !important; }
  .u-border-top-none-feedback-danger-darkest-3xl {
    border-top: none !important; }
  .u-border-top-none-feedback-danger-dark-3xl {
    border-top: none !important; }
  .u-border-top-none-feedback-danger-medium-3xl {
    border-top: none !important; }
  .u-border-top-none-feedback-danger-light-3xl {
    border-top: none !important; }
  .u-border-top-none-feedback-danger-lightest-3xl {
    border-top: none !important; }
  .u-border-top-none-feedback-success-darkest-3xl {
    border-top: none !important; }
  .u-border-top-none-feedback-success-dark-3xl {
    border-top: none !important; }
  .u-border-top-none-feedback-success-medium-3xl {
    border-top: none !important; }
  .u-border-top-none-feedback-success-light-3xl {
    border-top: none !important; }
  .u-border-top-none-feedback-success-lightest-3xl {
    border-top: none !important; }
  .u-border-top-none-feedback-alert-darkest-3xl {
    border-top: none !important; }
  .u-border-top-none-feedback-alert-dark-3xl {
    border-top: none !important; }
  .u-border-top-none-feedback-alert-medium-3xl {
    border-top: none !important; }
  .u-border-top-none-feedback-alert-light-3xl {
    border-top: none !important; }
  .u-border-top-none-feedback-alert-lightest-3xl {
    border-top: none !important; }
  .u-border-top-none-neutral-darkest-3xl {
    border-top: none !important; }
  .u-border-top-none-neutral-dark-3xl {
    border-top: none !important; }
  .u-border-top-none-neutral-medium-3xl {
    border-top: none !important; }
  .u-border-top-none-neutral-light-3xl {
    border-top: none !important; }
  .u-border-top-none-neutral-lightest-3xl {
    border-top: none !important; }
  .u-border-top-none-essential-black-3xl {
    border-top: none !important; }
  .u-border-top-none-essential-white-3xl {
    border-top: none !important; }
  .u-border-bottom-none-brand-primary-darkest-3xl {
    border-bottom: none !important; }
  .u-border-bottom-none-brand-primary-dark-3xl {
    border-bottom: none !important; }
  .u-border-bottom-none-brand-primary-medium-3xl {
    border-bottom: none !important; }
  .u-border-bottom-none-brand-primary-light-3xl {
    border-bottom: none !important; }
  .u-border-bottom-none-brand-primary-lightest-3xl {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-1-darkest-3xl {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-1-dark-3xl {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-1-medium-3xl {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-1-light-3xl {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-1-lightest-3xl {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-2-darkest-3xl {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-2-dark-3xl {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-2-medium-3xl {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-2-light-3xl {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-2-lightest-3xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-danger-darkest-3xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-danger-dark-3xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-danger-medium-3xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-danger-light-3xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-danger-lightest-3xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-success-darkest-3xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-success-dark-3xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-success-medium-3xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-success-light-3xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-success-lightest-3xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-alert-darkest-3xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-alert-dark-3xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-alert-medium-3xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-alert-light-3xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-alert-lightest-3xl {
    border-bottom: none !important; }
  .u-border-bottom-none-neutral-darkest-3xl {
    border-bottom: none !important; }
  .u-border-bottom-none-neutral-dark-3xl {
    border-bottom: none !important; }
  .u-border-bottom-none-neutral-medium-3xl {
    border-bottom: none !important; }
  .u-border-bottom-none-neutral-light-3xl {
    border-bottom: none !important; }
  .u-border-bottom-none-neutral-lightest-3xl {
    border-bottom: none !important; }
  .u-border-bottom-none-essential-black-3xl {
    border-bottom: none !important; }
  .u-border-bottom-none-essential-white-3xl {
    border-bottom: none !important; }
  .u-border-right-none-brand-primary-darkest-3xl {
    border-right: none !important; }
  .u-border-right-none-brand-primary-dark-3xl {
    border-right: none !important; }
  .u-border-right-none-brand-primary-medium-3xl {
    border-right: none !important; }
  .u-border-right-none-brand-primary-light-3xl {
    border-right: none !important; }
  .u-border-right-none-brand-primary-lightest-3xl {
    border-right: none !important; }
  .u-border-right-none-complementary-1-darkest-3xl {
    border-right: none !important; }
  .u-border-right-none-complementary-1-dark-3xl {
    border-right: none !important; }
  .u-border-right-none-complementary-1-medium-3xl {
    border-right: none !important; }
  .u-border-right-none-complementary-1-light-3xl {
    border-right: none !important; }
  .u-border-right-none-complementary-1-lightest-3xl {
    border-right: none !important; }
  .u-border-right-none-complementary-2-darkest-3xl {
    border-right: none !important; }
  .u-border-right-none-complementary-2-dark-3xl {
    border-right: none !important; }
  .u-border-right-none-complementary-2-medium-3xl {
    border-right: none !important; }
  .u-border-right-none-complementary-2-light-3xl {
    border-right: none !important; }
  .u-border-right-none-complementary-2-lightest-3xl {
    border-right: none !important; }
  .u-border-right-none-feedback-danger-darkest-3xl {
    border-right: none !important; }
  .u-border-right-none-feedback-danger-dark-3xl {
    border-right: none !important; }
  .u-border-right-none-feedback-danger-medium-3xl {
    border-right: none !important; }
  .u-border-right-none-feedback-danger-light-3xl {
    border-right: none !important; }
  .u-border-right-none-feedback-danger-lightest-3xl {
    border-right: none !important; }
  .u-border-right-none-feedback-success-darkest-3xl {
    border-right: none !important; }
  .u-border-right-none-feedback-success-dark-3xl {
    border-right: none !important; }
  .u-border-right-none-feedback-success-medium-3xl {
    border-right: none !important; }
  .u-border-right-none-feedback-success-light-3xl {
    border-right: none !important; }
  .u-border-right-none-feedback-success-lightest-3xl {
    border-right: none !important; }
  .u-border-right-none-feedback-alert-darkest-3xl {
    border-right: none !important; }
  .u-border-right-none-feedback-alert-dark-3xl {
    border-right: none !important; }
  .u-border-right-none-feedback-alert-medium-3xl {
    border-right: none !important; }
  .u-border-right-none-feedback-alert-light-3xl {
    border-right: none !important; }
  .u-border-right-none-feedback-alert-lightest-3xl {
    border-right: none !important; }
  .u-border-right-none-neutral-darkest-3xl {
    border-right: none !important; }
  .u-border-right-none-neutral-dark-3xl {
    border-right: none !important; }
  .u-border-right-none-neutral-medium-3xl {
    border-right: none !important; }
  .u-border-right-none-neutral-light-3xl {
    border-right: none !important; }
  .u-border-right-none-neutral-lightest-3xl {
    border-right: none !important; }
  .u-border-right-none-essential-black-3xl {
    border-right: none !important; }
  .u-border-right-none-essential-white-3xl {
    border-right: none !important; }
  .u-border-left-none-brand-primary-darkest-3xl {
    border-left: none !important; }
  .u-border-left-none-brand-primary-dark-3xl {
    border-left: none !important; }
  .u-border-left-none-brand-primary-medium-3xl {
    border-left: none !important; }
  .u-border-left-none-brand-primary-light-3xl {
    border-left: none !important; }
  .u-border-left-none-brand-primary-lightest-3xl {
    border-left: none !important; }
  .u-border-left-none-complementary-1-darkest-3xl {
    border-left: none !important; }
  .u-border-left-none-complementary-1-dark-3xl {
    border-left: none !important; }
  .u-border-left-none-complementary-1-medium-3xl {
    border-left: none !important; }
  .u-border-left-none-complementary-1-light-3xl {
    border-left: none !important; }
  .u-border-left-none-complementary-1-lightest-3xl {
    border-left: none !important; }
  .u-border-left-none-complementary-2-darkest-3xl {
    border-left: none !important; }
  .u-border-left-none-complementary-2-dark-3xl {
    border-left: none !important; }
  .u-border-left-none-complementary-2-medium-3xl {
    border-left: none !important; }
  .u-border-left-none-complementary-2-light-3xl {
    border-left: none !important; }
  .u-border-left-none-complementary-2-lightest-3xl {
    border-left: none !important; }
  .u-border-left-none-feedback-danger-darkest-3xl {
    border-left: none !important; }
  .u-border-left-none-feedback-danger-dark-3xl {
    border-left: none !important; }
  .u-border-left-none-feedback-danger-medium-3xl {
    border-left: none !important; }
  .u-border-left-none-feedback-danger-light-3xl {
    border-left: none !important; }
  .u-border-left-none-feedback-danger-lightest-3xl {
    border-left: none !important; }
  .u-border-left-none-feedback-success-darkest-3xl {
    border-left: none !important; }
  .u-border-left-none-feedback-success-dark-3xl {
    border-left: none !important; }
  .u-border-left-none-feedback-success-medium-3xl {
    border-left: none !important; }
  .u-border-left-none-feedback-success-light-3xl {
    border-left: none !important; }
  .u-border-left-none-feedback-success-lightest-3xl {
    border-left: none !important; }
  .u-border-left-none-feedback-alert-darkest-3xl {
    border-left: none !important; }
  .u-border-left-none-feedback-alert-dark-3xl {
    border-left: none !important; }
  .u-border-left-none-feedback-alert-medium-3xl {
    border-left: none !important; }
  .u-border-left-none-feedback-alert-light-3xl {
    border-left: none !important; }
  .u-border-left-none-feedback-alert-lightest-3xl {
    border-left: none !important; }
  .u-border-left-none-neutral-darkest-3xl {
    border-left: none !important; }
  .u-border-left-none-neutral-dark-3xl {
    border-left: none !important; }
  .u-border-left-none-neutral-medium-3xl {
    border-left: none !important; }
  .u-border-left-none-neutral-light-3xl {
    border-left: none !important; }
  .u-border-left-none-neutral-lightest-3xl {
    border-left: none !important; }
  .u-border-left-none-essential-black-3xl {
    border-left: none !important; }
  .u-border-left-none-essential-white-3xl {
    border-left: none !important; }
  .u-border-sm-brand-primary-darkest-3xl {
    border: 1px solid #B43500 !important; }
  .u-border-sm-brand-primary-dark-3xl {
    border: 1px solid #D83B04 !important; }
  .u-border-sm-brand-primary-medium-3xl {
    border: 1px solid #E55807 !important; }
  .u-border-sm-brand-primary-light-3xl {
    border: 1px solid #FFCBB5 !important; }
  .u-border-sm-brand-primary-lightest-3xl {
    border: 1px solid #FDEBE1 !important; }
  .u-border-sm-complementary-1-darkest-3xl {
    border: 1px solid #9E7BB2 !important; }
  .u-border-sm-complementary-1-dark-3xl {
    border: 1px solid #B6A1C2 !important; }
  .u-border-sm-complementary-1-medium-3xl {
    border: 1px solid #D2C6D9 !important; }
  .u-border-sm-complementary-1-light-3xl {
    border: 1px solid #F4E8FA !important; }
  .u-border-sm-complementary-1-lightest-3xl {
    border: 1px solid #F7F0FB !important; }
  .u-border-sm-complementary-2-darkest-3xl {
    border: 1px solid #86BF33 !important; }
  .u-border-sm-complementary-2-dark-3xl {
    border: 1px solid #A8E353 !important; }
  .u-border-sm-complementary-2-medium-3xl {
    border: 1px solid #C6FA7A !important; }
  .u-border-sm-complementary-2-light-3xl {
    border: 1px solid #EBFFCD !important; }
  .u-border-sm-complementary-2-lightest-3xl {
    border: 1px solid #F6FFE9 !important; }
  .u-border-sm-feedback-danger-darkest-3xl {
    border: 1px solid #C71414 !important; }
  .u-border-sm-feedback-danger-dark-3xl {
    border: 1px solid #F42525 !important; }
  .u-border-sm-feedback-danger-medium-3xl {
    border: 1px solid #F95151 !important; }
  .u-border-sm-feedback-danger-light-3xl {
    border: 1px solid #FBA8A8 !important; }
  .u-border-sm-feedback-danger-lightest-3xl {
    border: 1px solid #FEDCDC !important; }
  .u-border-sm-feedback-success-darkest-3xl {
    border: 1px solid #01642E !important; }
  .u-border-sm-feedback-success-dark-3xl {
    border: 1px solid #00A148 !important; }
  .u-border-sm-feedback-success-medium-3xl {
    border: 1px solid #41C670 !important; }
  .u-border-sm-feedback-success-light-3xl {
    border: 1px solid #B3E3C9 !important; }
  .u-border-sm-feedback-success-lightest-3xl {
    border: 1px solid #D9F4E2 !important; }
  .u-border-sm-feedback-alert-darkest-3xl {
    border: 1px solid #E38800 !important; }
  .u-border-sm-feedback-alert-dark-3xl {
    border: 1px solid #F7A608 !important; }
  .u-border-sm-feedback-alert-medium-3xl {
    border: 1px solid #FFC633 !important; }
  .u-border-sm-feedback-alert-light-3xl {
    border: 1px solid #FEDF8F !important; }
  .u-border-sm-feedback-alert-lightest-3xl {
    border: 1px solid #FEEDBF !important; }
  .u-border-sm-neutral-darkest-3xl {
    border: 1px solid #1E1E1E !important; }
  .u-border-sm-neutral-dark-3xl {
    border: 1px solid #515151 !important; }
  .u-border-sm-neutral-medium-3xl {
    border: 1px solid #ADADAD !important; }
  .u-border-sm-neutral-light-3xl {
    border: 1px solid #E3E3E3 !important; }
  .u-border-sm-neutral-lightest-3xl {
    border: 1px solid #F2F2F2 !important; }
  .u-border-sm-essential-black-3xl {
    border: 1px solid #000000 !important; }
  .u-border-sm-essential-white-3xl {
    border: 1px solid #FFFFFF !important; }
  .u-border-top-sm-brand-primary-darkest-3xl {
    border-top: 1px solid #B43500 !important; }
  .u-border-top-sm-brand-primary-dark-3xl {
    border-top: 1px solid #D83B04 !important; }
  .u-border-top-sm-brand-primary-medium-3xl {
    border-top: 1px solid #E55807 !important; }
  .u-border-top-sm-brand-primary-light-3xl {
    border-top: 1px solid #FFCBB5 !important; }
  .u-border-top-sm-brand-primary-lightest-3xl {
    border-top: 1px solid #FDEBE1 !important; }
  .u-border-top-sm-complementary-1-darkest-3xl {
    border-top: 1px solid #9E7BB2 !important; }
  .u-border-top-sm-complementary-1-dark-3xl {
    border-top: 1px solid #B6A1C2 !important; }
  .u-border-top-sm-complementary-1-medium-3xl {
    border-top: 1px solid #D2C6D9 !important; }
  .u-border-top-sm-complementary-1-light-3xl {
    border-top: 1px solid #F4E8FA !important; }
  .u-border-top-sm-complementary-1-lightest-3xl {
    border-top: 1px solid #F7F0FB !important; }
  .u-border-top-sm-complementary-2-darkest-3xl {
    border-top: 1px solid #86BF33 !important; }
  .u-border-top-sm-complementary-2-dark-3xl {
    border-top: 1px solid #A8E353 !important; }
  .u-border-top-sm-complementary-2-medium-3xl {
    border-top: 1px solid #C6FA7A !important; }
  .u-border-top-sm-complementary-2-light-3xl {
    border-top: 1px solid #EBFFCD !important; }
  .u-border-top-sm-complementary-2-lightest-3xl {
    border-top: 1px solid #F6FFE9 !important; }
  .u-border-top-sm-feedback-danger-darkest-3xl {
    border-top: 1px solid #C71414 !important; }
  .u-border-top-sm-feedback-danger-dark-3xl {
    border-top: 1px solid #F42525 !important; }
  .u-border-top-sm-feedback-danger-medium-3xl {
    border-top: 1px solid #F95151 !important; }
  .u-border-top-sm-feedback-danger-light-3xl {
    border-top: 1px solid #FBA8A8 !important; }
  .u-border-top-sm-feedback-danger-lightest-3xl {
    border-top: 1px solid #FEDCDC !important; }
  .u-border-top-sm-feedback-success-darkest-3xl {
    border-top: 1px solid #01642E !important; }
  .u-border-top-sm-feedback-success-dark-3xl {
    border-top: 1px solid #00A148 !important; }
  .u-border-top-sm-feedback-success-medium-3xl {
    border-top: 1px solid #41C670 !important; }
  .u-border-top-sm-feedback-success-light-3xl {
    border-top: 1px solid #B3E3C9 !important; }
  .u-border-top-sm-feedback-success-lightest-3xl {
    border-top: 1px solid #D9F4E2 !important; }
  .u-border-top-sm-feedback-alert-darkest-3xl {
    border-top: 1px solid #E38800 !important; }
  .u-border-top-sm-feedback-alert-dark-3xl {
    border-top: 1px solid #F7A608 !important; }
  .u-border-top-sm-feedback-alert-medium-3xl {
    border-top: 1px solid #FFC633 !important; }
  .u-border-top-sm-feedback-alert-light-3xl {
    border-top: 1px solid #FEDF8F !important; }
  .u-border-top-sm-feedback-alert-lightest-3xl {
    border-top: 1px solid #FEEDBF !important; }
  .u-border-top-sm-neutral-darkest-3xl {
    border-top: 1px solid #1E1E1E !important; }
  .u-border-top-sm-neutral-dark-3xl {
    border-top: 1px solid #515151 !important; }
  .u-border-top-sm-neutral-medium-3xl {
    border-top: 1px solid #ADADAD !important; }
  .u-border-top-sm-neutral-light-3xl {
    border-top: 1px solid #E3E3E3 !important; }
  .u-border-top-sm-neutral-lightest-3xl {
    border-top: 1px solid #F2F2F2 !important; }
  .u-border-top-sm-essential-black-3xl {
    border-top: 1px solid #000000 !important; }
  .u-border-top-sm-essential-white-3xl {
    border-top: 1px solid #FFFFFF !important; }
  .u-border-bottom-sm-brand-primary-darkest-3xl {
    border-bottom: 1px solid #B43500 !important; }
  .u-border-bottom-sm-brand-primary-dark-3xl {
    border-bottom: 1px solid #D83B04 !important; }
  .u-border-bottom-sm-brand-primary-medium-3xl {
    border-bottom: 1px solid #E55807 !important; }
  .u-border-bottom-sm-brand-primary-light-3xl {
    border-bottom: 1px solid #FFCBB5 !important; }
  .u-border-bottom-sm-brand-primary-lightest-3xl {
    border-bottom: 1px solid #FDEBE1 !important; }
  .u-border-bottom-sm-complementary-1-darkest-3xl {
    border-bottom: 1px solid #9E7BB2 !important; }
  .u-border-bottom-sm-complementary-1-dark-3xl {
    border-bottom: 1px solid #B6A1C2 !important; }
  .u-border-bottom-sm-complementary-1-medium-3xl {
    border-bottom: 1px solid #D2C6D9 !important; }
  .u-border-bottom-sm-complementary-1-light-3xl {
    border-bottom: 1px solid #F4E8FA !important; }
  .u-border-bottom-sm-complementary-1-lightest-3xl {
    border-bottom: 1px solid #F7F0FB !important; }
  .u-border-bottom-sm-complementary-2-darkest-3xl {
    border-bottom: 1px solid #86BF33 !important; }
  .u-border-bottom-sm-complementary-2-dark-3xl {
    border-bottom: 1px solid #A8E353 !important; }
  .u-border-bottom-sm-complementary-2-medium-3xl {
    border-bottom: 1px solid #C6FA7A !important; }
  .u-border-bottom-sm-complementary-2-light-3xl {
    border-bottom: 1px solid #EBFFCD !important; }
  .u-border-bottom-sm-complementary-2-lightest-3xl {
    border-bottom: 1px solid #F6FFE9 !important; }
  .u-border-bottom-sm-feedback-danger-darkest-3xl {
    border-bottom: 1px solid #C71414 !important; }
  .u-border-bottom-sm-feedback-danger-dark-3xl {
    border-bottom: 1px solid #F42525 !important; }
  .u-border-bottom-sm-feedback-danger-medium-3xl {
    border-bottom: 1px solid #F95151 !important; }
  .u-border-bottom-sm-feedback-danger-light-3xl {
    border-bottom: 1px solid #FBA8A8 !important; }
  .u-border-bottom-sm-feedback-danger-lightest-3xl {
    border-bottom: 1px solid #FEDCDC !important; }
  .u-border-bottom-sm-feedback-success-darkest-3xl {
    border-bottom: 1px solid #01642E !important; }
  .u-border-bottom-sm-feedback-success-dark-3xl {
    border-bottom: 1px solid #00A148 !important; }
  .u-border-bottom-sm-feedback-success-medium-3xl {
    border-bottom: 1px solid #41C670 !important; }
  .u-border-bottom-sm-feedback-success-light-3xl {
    border-bottom: 1px solid #B3E3C9 !important; }
  .u-border-bottom-sm-feedback-success-lightest-3xl {
    border-bottom: 1px solid #D9F4E2 !important; }
  .u-border-bottom-sm-feedback-alert-darkest-3xl {
    border-bottom: 1px solid #E38800 !important; }
  .u-border-bottom-sm-feedback-alert-dark-3xl {
    border-bottom: 1px solid #F7A608 !important; }
  .u-border-bottom-sm-feedback-alert-medium-3xl {
    border-bottom: 1px solid #FFC633 !important; }
  .u-border-bottom-sm-feedback-alert-light-3xl {
    border-bottom: 1px solid #FEDF8F !important; }
  .u-border-bottom-sm-feedback-alert-lightest-3xl {
    border-bottom: 1px solid #FEEDBF !important; }
  .u-border-bottom-sm-neutral-darkest-3xl {
    border-bottom: 1px solid #1E1E1E !important; }
  .u-border-bottom-sm-neutral-dark-3xl {
    border-bottom: 1px solid #515151 !important; }
  .u-border-bottom-sm-neutral-medium-3xl {
    border-bottom: 1px solid #ADADAD !important; }
  .u-border-bottom-sm-neutral-light-3xl {
    border-bottom: 1px solid #E3E3E3 !important; }
  .u-border-bottom-sm-neutral-lightest-3xl {
    border-bottom: 1px solid #F2F2F2 !important; }
  .u-border-bottom-sm-essential-black-3xl {
    border-bottom: 1px solid #000000 !important; }
  .u-border-bottom-sm-essential-white-3xl {
    border-bottom: 1px solid #FFFFFF !important; }
  .u-border-right-sm-brand-primary-darkest-3xl {
    border-right: 1px solid #B43500 !important; }
  .u-border-right-sm-brand-primary-dark-3xl {
    border-right: 1px solid #D83B04 !important; }
  .u-border-right-sm-brand-primary-medium-3xl {
    border-right: 1px solid #E55807 !important; }
  .u-border-right-sm-brand-primary-light-3xl {
    border-right: 1px solid #FFCBB5 !important; }
  .u-border-right-sm-brand-primary-lightest-3xl {
    border-right: 1px solid #FDEBE1 !important; }
  .u-border-right-sm-complementary-1-darkest-3xl {
    border-right: 1px solid #9E7BB2 !important; }
  .u-border-right-sm-complementary-1-dark-3xl {
    border-right: 1px solid #B6A1C2 !important; }
  .u-border-right-sm-complementary-1-medium-3xl {
    border-right: 1px solid #D2C6D9 !important; }
  .u-border-right-sm-complementary-1-light-3xl {
    border-right: 1px solid #F4E8FA !important; }
  .u-border-right-sm-complementary-1-lightest-3xl {
    border-right: 1px solid #F7F0FB !important; }
  .u-border-right-sm-complementary-2-darkest-3xl {
    border-right: 1px solid #86BF33 !important; }
  .u-border-right-sm-complementary-2-dark-3xl {
    border-right: 1px solid #A8E353 !important; }
  .u-border-right-sm-complementary-2-medium-3xl {
    border-right: 1px solid #C6FA7A !important; }
  .u-border-right-sm-complementary-2-light-3xl {
    border-right: 1px solid #EBFFCD !important; }
  .u-border-right-sm-complementary-2-lightest-3xl {
    border-right: 1px solid #F6FFE9 !important; }
  .u-border-right-sm-feedback-danger-darkest-3xl {
    border-right: 1px solid #C71414 !important; }
  .u-border-right-sm-feedback-danger-dark-3xl {
    border-right: 1px solid #F42525 !important; }
  .u-border-right-sm-feedback-danger-medium-3xl {
    border-right: 1px solid #F95151 !important; }
  .u-border-right-sm-feedback-danger-light-3xl {
    border-right: 1px solid #FBA8A8 !important; }
  .u-border-right-sm-feedback-danger-lightest-3xl {
    border-right: 1px solid #FEDCDC !important; }
  .u-border-right-sm-feedback-success-darkest-3xl {
    border-right: 1px solid #01642E !important; }
  .u-border-right-sm-feedback-success-dark-3xl {
    border-right: 1px solid #00A148 !important; }
  .u-border-right-sm-feedback-success-medium-3xl {
    border-right: 1px solid #41C670 !important; }
  .u-border-right-sm-feedback-success-light-3xl {
    border-right: 1px solid #B3E3C9 !important; }
  .u-border-right-sm-feedback-success-lightest-3xl {
    border-right: 1px solid #D9F4E2 !important; }
  .u-border-right-sm-feedback-alert-darkest-3xl {
    border-right: 1px solid #E38800 !important; }
  .u-border-right-sm-feedback-alert-dark-3xl {
    border-right: 1px solid #F7A608 !important; }
  .u-border-right-sm-feedback-alert-medium-3xl {
    border-right: 1px solid #FFC633 !important; }
  .u-border-right-sm-feedback-alert-light-3xl {
    border-right: 1px solid #FEDF8F !important; }
  .u-border-right-sm-feedback-alert-lightest-3xl {
    border-right: 1px solid #FEEDBF !important; }
  .u-border-right-sm-neutral-darkest-3xl {
    border-right: 1px solid #1E1E1E !important; }
  .u-border-right-sm-neutral-dark-3xl {
    border-right: 1px solid #515151 !important; }
  .u-border-right-sm-neutral-medium-3xl {
    border-right: 1px solid #ADADAD !important; }
  .u-border-right-sm-neutral-light-3xl {
    border-right: 1px solid #E3E3E3 !important; }
  .u-border-right-sm-neutral-lightest-3xl {
    border-right: 1px solid #F2F2F2 !important; }
  .u-border-right-sm-essential-black-3xl {
    border-right: 1px solid #000000 !important; }
  .u-border-right-sm-essential-white-3xl {
    border-right: 1px solid #FFFFFF !important; }
  .u-border-left-sm-brand-primary-darkest-3xl {
    border-left: 1px solid #B43500 !important; }
  .u-border-left-sm-brand-primary-dark-3xl {
    border-left: 1px solid #D83B04 !important; }
  .u-border-left-sm-brand-primary-medium-3xl {
    border-left: 1px solid #E55807 !important; }
  .u-border-left-sm-brand-primary-light-3xl {
    border-left: 1px solid #FFCBB5 !important; }
  .u-border-left-sm-brand-primary-lightest-3xl {
    border-left: 1px solid #FDEBE1 !important; }
  .u-border-left-sm-complementary-1-darkest-3xl {
    border-left: 1px solid #9E7BB2 !important; }
  .u-border-left-sm-complementary-1-dark-3xl {
    border-left: 1px solid #B6A1C2 !important; }
  .u-border-left-sm-complementary-1-medium-3xl {
    border-left: 1px solid #D2C6D9 !important; }
  .u-border-left-sm-complementary-1-light-3xl {
    border-left: 1px solid #F4E8FA !important; }
  .u-border-left-sm-complementary-1-lightest-3xl {
    border-left: 1px solid #F7F0FB !important; }
  .u-border-left-sm-complementary-2-darkest-3xl {
    border-left: 1px solid #86BF33 !important; }
  .u-border-left-sm-complementary-2-dark-3xl {
    border-left: 1px solid #A8E353 !important; }
  .u-border-left-sm-complementary-2-medium-3xl {
    border-left: 1px solid #C6FA7A !important; }
  .u-border-left-sm-complementary-2-light-3xl {
    border-left: 1px solid #EBFFCD !important; }
  .u-border-left-sm-complementary-2-lightest-3xl {
    border-left: 1px solid #F6FFE9 !important; }
  .u-border-left-sm-feedback-danger-darkest-3xl {
    border-left: 1px solid #C71414 !important; }
  .u-border-left-sm-feedback-danger-dark-3xl {
    border-left: 1px solid #F42525 !important; }
  .u-border-left-sm-feedback-danger-medium-3xl {
    border-left: 1px solid #F95151 !important; }
  .u-border-left-sm-feedback-danger-light-3xl {
    border-left: 1px solid #FBA8A8 !important; }
  .u-border-left-sm-feedback-danger-lightest-3xl {
    border-left: 1px solid #FEDCDC !important; }
  .u-border-left-sm-feedback-success-darkest-3xl {
    border-left: 1px solid #01642E !important; }
  .u-border-left-sm-feedback-success-dark-3xl {
    border-left: 1px solid #00A148 !important; }
  .u-border-left-sm-feedback-success-medium-3xl {
    border-left: 1px solid #41C670 !important; }
  .u-border-left-sm-feedback-success-light-3xl {
    border-left: 1px solid #B3E3C9 !important; }
  .u-border-left-sm-feedback-success-lightest-3xl {
    border-left: 1px solid #D9F4E2 !important; }
  .u-border-left-sm-feedback-alert-darkest-3xl {
    border-left: 1px solid #E38800 !important; }
  .u-border-left-sm-feedback-alert-dark-3xl {
    border-left: 1px solid #F7A608 !important; }
  .u-border-left-sm-feedback-alert-medium-3xl {
    border-left: 1px solid #FFC633 !important; }
  .u-border-left-sm-feedback-alert-light-3xl {
    border-left: 1px solid #FEDF8F !important; }
  .u-border-left-sm-feedback-alert-lightest-3xl {
    border-left: 1px solid #FEEDBF !important; }
  .u-border-left-sm-neutral-darkest-3xl {
    border-left: 1px solid #1E1E1E !important; }
  .u-border-left-sm-neutral-dark-3xl {
    border-left: 1px solid #515151 !important; }
  .u-border-left-sm-neutral-medium-3xl {
    border-left: 1px solid #ADADAD !important; }
  .u-border-left-sm-neutral-light-3xl {
    border-left: 1px solid #E3E3E3 !important; }
  .u-border-left-sm-neutral-lightest-3xl {
    border-left: 1px solid #F2F2F2 !important; }
  .u-border-left-sm-essential-black-3xl {
    border-left: 1px solid #000000 !important; }
  .u-border-left-sm-essential-white-3xl {
    border-left: 1px solid #FFFFFF !important; }
  .u-border-md-brand-primary-darkest-3xl {
    border: 2px solid #B43500 !important; }
  .u-border-md-brand-primary-dark-3xl {
    border: 2px solid #D83B04 !important; }
  .u-border-md-brand-primary-medium-3xl {
    border: 2px solid #E55807 !important; }
  .u-border-md-brand-primary-light-3xl {
    border: 2px solid #FFCBB5 !important; }
  .u-border-md-brand-primary-lightest-3xl {
    border: 2px solid #FDEBE1 !important; }
  .u-border-md-complementary-1-darkest-3xl {
    border: 2px solid #9E7BB2 !important; }
  .u-border-md-complementary-1-dark-3xl {
    border: 2px solid #B6A1C2 !important; }
  .u-border-md-complementary-1-medium-3xl {
    border: 2px solid #D2C6D9 !important; }
  .u-border-md-complementary-1-light-3xl {
    border: 2px solid #F4E8FA !important; }
  .u-border-md-complementary-1-lightest-3xl {
    border: 2px solid #F7F0FB !important; }
  .u-border-md-complementary-2-darkest-3xl {
    border: 2px solid #86BF33 !important; }
  .u-border-md-complementary-2-dark-3xl {
    border: 2px solid #A8E353 !important; }
  .u-border-md-complementary-2-medium-3xl {
    border: 2px solid #C6FA7A !important; }
  .u-border-md-complementary-2-light-3xl {
    border: 2px solid #EBFFCD !important; }
  .u-border-md-complementary-2-lightest-3xl {
    border: 2px solid #F6FFE9 !important; }
  .u-border-md-feedback-danger-darkest-3xl {
    border: 2px solid #C71414 !important; }
  .u-border-md-feedback-danger-dark-3xl {
    border: 2px solid #F42525 !important; }
  .u-border-md-feedback-danger-medium-3xl {
    border: 2px solid #F95151 !important; }
  .u-border-md-feedback-danger-light-3xl {
    border: 2px solid #FBA8A8 !important; }
  .u-border-md-feedback-danger-lightest-3xl {
    border: 2px solid #FEDCDC !important; }
  .u-border-md-feedback-success-darkest-3xl {
    border: 2px solid #01642E !important; }
  .u-border-md-feedback-success-dark-3xl {
    border: 2px solid #00A148 !important; }
  .u-border-md-feedback-success-medium-3xl {
    border: 2px solid #41C670 !important; }
  .u-border-md-feedback-success-light-3xl {
    border: 2px solid #B3E3C9 !important; }
  .u-border-md-feedback-success-lightest-3xl {
    border: 2px solid #D9F4E2 !important; }
  .u-border-md-feedback-alert-darkest-3xl {
    border: 2px solid #E38800 !important; }
  .u-border-md-feedback-alert-dark-3xl {
    border: 2px solid #F7A608 !important; }
  .u-border-md-feedback-alert-medium-3xl {
    border: 2px solid #FFC633 !important; }
  .u-border-md-feedback-alert-light-3xl {
    border: 2px solid #FEDF8F !important; }
  .u-border-md-feedback-alert-lightest-3xl {
    border: 2px solid #FEEDBF !important; }
  .u-border-md-neutral-darkest-3xl {
    border: 2px solid #1E1E1E !important; }
  .u-border-md-neutral-dark-3xl {
    border: 2px solid #515151 !important; }
  .u-border-md-neutral-medium-3xl {
    border: 2px solid #ADADAD !important; }
  .u-border-md-neutral-light-3xl {
    border: 2px solid #E3E3E3 !important; }
  .u-border-md-neutral-lightest-3xl {
    border: 2px solid #F2F2F2 !important; }
  .u-border-md-essential-black-3xl {
    border: 2px solid #000000 !important; }
  .u-border-md-essential-white-3xl {
    border: 2px solid #FFFFFF !important; }
  .u-border-top-md-brand-primary-darkest-3xl {
    border-top: 2px solid #B43500 !important; }
  .u-border-top-md-brand-primary-dark-3xl {
    border-top: 2px solid #D83B04 !important; }
  .u-border-top-md-brand-primary-medium-3xl {
    border-top: 2px solid #E55807 !important; }
  .u-border-top-md-brand-primary-light-3xl {
    border-top: 2px solid #FFCBB5 !important; }
  .u-border-top-md-brand-primary-lightest-3xl {
    border-top: 2px solid #FDEBE1 !important; }
  .u-border-top-md-complementary-1-darkest-3xl {
    border-top: 2px solid #9E7BB2 !important; }
  .u-border-top-md-complementary-1-dark-3xl {
    border-top: 2px solid #B6A1C2 !important; }
  .u-border-top-md-complementary-1-medium-3xl {
    border-top: 2px solid #D2C6D9 !important; }
  .u-border-top-md-complementary-1-light-3xl {
    border-top: 2px solid #F4E8FA !important; }
  .u-border-top-md-complementary-1-lightest-3xl {
    border-top: 2px solid #F7F0FB !important; }
  .u-border-top-md-complementary-2-darkest-3xl {
    border-top: 2px solid #86BF33 !important; }
  .u-border-top-md-complementary-2-dark-3xl {
    border-top: 2px solid #A8E353 !important; }
  .u-border-top-md-complementary-2-medium-3xl {
    border-top: 2px solid #C6FA7A !important; }
  .u-border-top-md-complementary-2-light-3xl {
    border-top: 2px solid #EBFFCD !important; }
  .u-border-top-md-complementary-2-lightest-3xl {
    border-top: 2px solid #F6FFE9 !important; }
  .u-border-top-md-feedback-danger-darkest-3xl {
    border-top: 2px solid #C71414 !important; }
  .u-border-top-md-feedback-danger-dark-3xl {
    border-top: 2px solid #F42525 !important; }
  .u-border-top-md-feedback-danger-medium-3xl {
    border-top: 2px solid #F95151 !important; }
  .u-border-top-md-feedback-danger-light-3xl {
    border-top: 2px solid #FBA8A8 !important; }
  .u-border-top-md-feedback-danger-lightest-3xl {
    border-top: 2px solid #FEDCDC !important; }
  .u-border-top-md-feedback-success-darkest-3xl {
    border-top: 2px solid #01642E !important; }
  .u-border-top-md-feedback-success-dark-3xl {
    border-top: 2px solid #00A148 !important; }
  .u-border-top-md-feedback-success-medium-3xl {
    border-top: 2px solid #41C670 !important; }
  .u-border-top-md-feedback-success-light-3xl {
    border-top: 2px solid #B3E3C9 !important; }
  .u-border-top-md-feedback-success-lightest-3xl {
    border-top: 2px solid #D9F4E2 !important; }
  .u-border-top-md-feedback-alert-darkest-3xl {
    border-top: 2px solid #E38800 !important; }
  .u-border-top-md-feedback-alert-dark-3xl {
    border-top: 2px solid #F7A608 !important; }
  .u-border-top-md-feedback-alert-medium-3xl {
    border-top: 2px solid #FFC633 !important; }
  .u-border-top-md-feedback-alert-light-3xl {
    border-top: 2px solid #FEDF8F !important; }
  .u-border-top-md-feedback-alert-lightest-3xl {
    border-top: 2px solid #FEEDBF !important; }
  .u-border-top-md-neutral-darkest-3xl {
    border-top: 2px solid #1E1E1E !important; }
  .u-border-top-md-neutral-dark-3xl {
    border-top: 2px solid #515151 !important; }
  .u-border-top-md-neutral-medium-3xl {
    border-top: 2px solid #ADADAD !important; }
  .u-border-top-md-neutral-light-3xl {
    border-top: 2px solid #E3E3E3 !important; }
  .u-border-top-md-neutral-lightest-3xl {
    border-top: 2px solid #F2F2F2 !important; }
  .u-border-top-md-essential-black-3xl {
    border-top: 2px solid #000000 !important; }
  .u-border-top-md-essential-white-3xl {
    border-top: 2px solid #FFFFFF !important; }
  .u-border-bottom-md-brand-primary-darkest-3xl {
    border-bottom: 2px solid #B43500 !important; }
  .u-border-bottom-md-brand-primary-dark-3xl {
    border-bottom: 2px solid #D83B04 !important; }
  .u-border-bottom-md-brand-primary-medium-3xl {
    border-bottom: 2px solid #E55807 !important; }
  .u-border-bottom-md-brand-primary-light-3xl {
    border-bottom: 2px solid #FFCBB5 !important; }
  .u-border-bottom-md-brand-primary-lightest-3xl {
    border-bottom: 2px solid #FDEBE1 !important; }
  .u-border-bottom-md-complementary-1-darkest-3xl {
    border-bottom: 2px solid #9E7BB2 !important; }
  .u-border-bottom-md-complementary-1-dark-3xl {
    border-bottom: 2px solid #B6A1C2 !important; }
  .u-border-bottom-md-complementary-1-medium-3xl {
    border-bottom: 2px solid #D2C6D9 !important; }
  .u-border-bottom-md-complementary-1-light-3xl {
    border-bottom: 2px solid #F4E8FA !important; }
  .u-border-bottom-md-complementary-1-lightest-3xl {
    border-bottom: 2px solid #F7F0FB !important; }
  .u-border-bottom-md-complementary-2-darkest-3xl {
    border-bottom: 2px solid #86BF33 !important; }
  .u-border-bottom-md-complementary-2-dark-3xl {
    border-bottom: 2px solid #A8E353 !important; }
  .u-border-bottom-md-complementary-2-medium-3xl {
    border-bottom: 2px solid #C6FA7A !important; }
  .u-border-bottom-md-complementary-2-light-3xl {
    border-bottom: 2px solid #EBFFCD !important; }
  .u-border-bottom-md-complementary-2-lightest-3xl {
    border-bottom: 2px solid #F6FFE9 !important; }
  .u-border-bottom-md-feedback-danger-darkest-3xl {
    border-bottom: 2px solid #C71414 !important; }
  .u-border-bottom-md-feedback-danger-dark-3xl {
    border-bottom: 2px solid #F42525 !important; }
  .u-border-bottom-md-feedback-danger-medium-3xl {
    border-bottom: 2px solid #F95151 !important; }
  .u-border-bottom-md-feedback-danger-light-3xl {
    border-bottom: 2px solid #FBA8A8 !important; }
  .u-border-bottom-md-feedback-danger-lightest-3xl {
    border-bottom: 2px solid #FEDCDC !important; }
  .u-border-bottom-md-feedback-success-darkest-3xl {
    border-bottom: 2px solid #01642E !important; }
  .u-border-bottom-md-feedback-success-dark-3xl {
    border-bottom: 2px solid #00A148 !important; }
  .u-border-bottom-md-feedback-success-medium-3xl {
    border-bottom: 2px solid #41C670 !important; }
  .u-border-bottom-md-feedback-success-light-3xl {
    border-bottom: 2px solid #B3E3C9 !important; }
  .u-border-bottom-md-feedback-success-lightest-3xl {
    border-bottom: 2px solid #D9F4E2 !important; }
  .u-border-bottom-md-feedback-alert-darkest-3xl {
    border-bottom: 2px solid #E38800 !important; }
  .u-border-bottom-md-feedback-alert-dark-3xl {
    border-bottom: 2px solid #F7A608 !important; }
  .u-border-bottom-md-feedback-alert-medium-3xl {
    border-bottom: 2px solid #FFC633 !important; }
  .u-border-bottom-md-feedback-alert-light-3xl {
    border-bottom: 2px solid #FEDF8F !important; }
  .u-border-bottom-md-feedback-alert-lightest-3xl {
    border-bottom: 2px solid #FEEDBF !important; }
  .u-border-bottom-md-neutral-darkest-3xl {
    border-bottom: 2px solid #1E1E1E !important; }
  .u-border-bottom-md-neutral-dark-3xl {
    border-bottom: 2px solid #515151 !important; }
  .u-border-bottom-md-neutral-medium-3xl {
    border-bottom: 2px solid #ADADAD !important; }
  .u-border-bottom-md-neutral-light-3xl {
    border-bottom: 2px solid #E3E3E3 !important; }
  .u-border-bottom-md-neutral-lightest-3xl {
    border-bottom: 2px solid #F2F2F2 !important; }
  .u-border-bottom-md-essential-black-3xl {
    border-bottom: 2px solid #000000 !important; }
  .u-border-bottom-md-essential-white-3xl {
    border-bottom: 2px solid #FFFFFF !important; }
  .u-border-right-md-brand-primary-darkest-3xl {
    border-right: 2px solid #B43500 !important; }
  .u-border-right-md-brand-primary-dark-3xl {
    border-right: 2px solid #D83B04 !important; }
  .u-border-right-md-brand-primary-medium-3xl {
    border-right: 2px solid #E55807 !important; }
  .u-border-right-md-brand-primary-light-3xl {
    border-right: 2px solid #FFCBB5 !important; }
  .u-border-right-md-brand-primary-lightest-3xl {
    border-right: 2px solid #FDEBE1 !important; }
  .u-border-right-md-complementary-1-darkest-3xl {
    border-right: 2px solid #9E7BB2 !important; }
  .u-border-right-md-complementary-1-dark-3xl {
    border-right: 2px solid #B6A1C2 !important; }
  .u-border-right-md-complementary-1-medium-3xl {
    border-right: 2px solid #D2C6D9 !important; }
  .u-border-right-md-complementary-1-light-3xl {
    border-right: 2px solid #F4E8FA !important; }
  .u-border-right-md-complementary-1-lightest-3xl {
    border-right: 2px solid #F7F0FB !important; }
  .u-border-right-md-complementary-2-darkest-3xl {
    border-right: 2px solid #86BF33 !important; }
  .u-border-right-md-complementary-2-dark-3xl {
    border-right: 2px solid #A8E353 !important; }
  .u-border-right-md-complementary-2-medium-3xl {
    border-right: 2px solid #C6FA7A !important; }
  .u-border-right-md-complementary-2-light-3xl {
    border-right: 2px solid #EBFFCD !important; }
  .u-border-right-md-complementary-2-lightest-3xl {
    border-right: 2px solid #F6FFE9 !important; }
  .u-border-right-md-feedback-danger-darkest-3xl {
    border-right: 2px solid #C71414 !important; }
  .u-border-right-md-feedback-danger-dark-3xl {
    border-right: 2px solid #F42525 !important; }
  .u-border-right-md-feedback-danger-medium-3xl {
    border-right: 2px solid #F95151 !important; }
  .u-border-right-md-feedback-danger-light-3xl {
    border-right: 2px solid #FBA8A8 !important; }
  .u-border-right-md-feedback-danger-lightest-3xl {
    border-right: 2px solid #FEDCDC !important; }
  .u-border-right-md-feedback-success-darkest-3xl {
    border-right: 2px solid #01642E !important; }
  .u-border-right-md-feedback-success-dark-3xl {
    border-right: 2px solid #00A148 !important; }
  .u-border-right-md-feedback-success-medium-3xl {
    border-right: 2px solid #41C670 !important; }
  .u-border-right-md-feedback-success-light-3xl {
    border-right: 2px solid #B3E3C9 !important; }
  .u-border-right-md-feedback-success-lightest-3xl {
    border-right: 2px solid #D9F4E2 !important; }
  .u-border-right-md-feedback-alert-darkest-3xl {
    border-right: 2px solid #E38800 !important; }
  .u-border-right-md-feedback-alert-dark-3xl {
    border-right: 2px solid #F7A608 !important; }
  .u-border-right-md-feedback-alert-medium-3xl {
    border-right: 2px solid #FFC633 !important; }
  .u-border-right-md-feedback-alert-light-3xl {
    border-right: 2px solid #FEDF8F !important; }
  .u-border-right-md-feedback-alert-lightest-3xl {
    border-right: 2px solid #FEEDBF !important; }
  .u-border-right-md-neutral-darkest-3xl {
    border-right: 2px solid #1E1E1E !important; }
  .u-border-right-md-neutral-dark-3xl {
    border-right: 2px solid #515151 !important; }
  .u-border-right-md-neutral-medium-3xl {
    border-right: 2px solid #ADADAD !important; }
  .u-border-right-md-neutral-light-3xl {
    border-right: 2px solid #E3E3E3 !important; }
  .u-border-right-md-neutral-lightest-3xl {
    border-right: 2px solid #F2F2F2 !important; }
  .u-border-right-md-essential-black-3xl {
    border-right: 2px solid #000000 !important; }
  .u-border-right-md-essential-white-3xl {
    border-right: 2px solid #FFFFFF !important; }
  .u-border-left-md-brand-primary-darkest-3xl {
    border-left: 2px solid #B43500 !important; }
  .u-border-left-md-brand-primary-dark-3xl {
    border-left: 2px solid #D83B04 !important; }
  .u-border-left-md-brand-primary-medium-3xl {
    border-left: 2px solid #E55807 !important; }
  .u-border-left-md-brand-primary-light-3xl {
    border-left: 2px solid #FFCBB5 !important; }
  .u-border-left-md-brand-primary-lightest-3xl {
    border-left: 2px solid #FDEBE1 !important; }
  .u-border-left-md-complementary-1-darkest-3xl {
    border-left: 2px solid #9E7BB2 !important; }
  .u-border-left-md-complementary-1-dark-3xl {
    border-left: 2px solid #B6A1C2 !important; }
  .u-border-left-md-complementary-1-medium-3xl {
    border-left: 2px solid #D2C6D9 !important; }
  .u-border-left-md-complementary-1-light-3xl {
    border-left: 2px solid #F4E8FA !important; }
  .u-border-left-md-complementary-1-lightest-3xl {
    border-left: 2px solid #F7F0FB !important; }
  .u-border-left-md-complementary-2-darkest-3xl {
    border-left: 2px solid #86BF33 !important; }
  .u-border-left-md-complementary-2-dark-3xl {
    border-left: 2px solid #A8E353 !important; }
  .u-border-left-md-complementary-2-medium-3xl {
    border-left: 2px solid #C6FA7A !important; }
  .u-border-left-md-complementary-2-light-3xl {
    border-left: 2px solid #EBFFCD !important; }
  .u-border-left-md-complementary-2-lightest-3xl {
    border-left: 2px solid #F6FFE9 !important; }
  .u-border-left-md-feedback-danger-darkest-3xl {
    border-left: 2px solid #C71414 !important; }
  .u-border-left-md-feedback-danger-dark-3xl {
    border-left: 2px solid #F42525 !important; }
  .u-border-left-md-feedback-danger-medium-3xl {
    border-left: 2px solid #F95151 !important; }
  .u-border-left-md-feedback-danger-light-3xl {
    border-left: 2px solid #FBA8A8 !important; }
  .u-border-left-md-feedback-danger-lightest-3xl {
    border-left: 2px solid #FEDCDC !important; }
  .u-border-left-md-feedback-success-darkest-3xl {
    border-left: 2px solid #01642E !important; }
  .u-border-left-md-feedback-success-dark-3xl {
    border-left: 2px solid #00A148 !important; }
  .u-border-left-md-feedback-success-medium-3xl {
    border-left: 2px solid #41C670 !important; }
  .u-border-left-md-feedback-success-light-3xl {
    border-left: 2px solid #B3E3C9 !important; }
  .u-border-left-md-feedback-success-lightest-3xl {
    border-left: 2px solid #D9F4E2 !important; }
  .u-border-left-md-feedback-alert-darkest-3xl {
    border-left: 2px solid #E38800 !important; }
  .u-border-left-md-feedback-alert-dark-3xl {
    border-left: 2px solid #F7A608 !important; }
  .u-border-left-md-feedback-alert-medium-3xl {
    border-left: 2px solid #FFC633 !important; }
  .u-border-left-md-feedback-alert-light-3xl {
    border-left: 2px solid #FEDF8F !important; }
  .u-border-left-md-feedback-alert-lightest-3xl {
    border-left: 2px solid #FEEDBF !important; }
  .u-border-left-md-neutral-darkest-3xl {
    border-left: 2px solid #1E1E1E !important; }
  .u-border-left-md-neutral-dark-3xl {
    border-left: 2px solid #515151 !important; }
  .u-border-left-md-neutral-medium-3xl {
    border-left: 2px solid #ADADAD !important; }
  .u-border-left-md-neutral-light-3xl {
    border-left: 2px solid #E3E3E3 !important; }
  .u-border-left-md-neutral-lightest-3xl {
    border-left: 2px solid #F2F2F2 !important; }
  .u-border-left-md-essential-black-3xl {
    border-left: 2px solid #000000 !important; }
  .u-border-left-md-essential-white-3xl {
    border-left: 2px solid #FFFFFF !important; }
  .u-border-lg-brand-primary-darkest-3xl {
    border: 4px solid #B43500 !important; }
  .u-border-lg-brand-primary-dark-3xl {
    border: 4px solid #D83B04 !important; }
  .u-border-lg-brand-primary-medium-3xl {
    border: 4px solid #E55807 !important; }
  .u-border-lg-brand-primary-light-3xl {
    border: 4px solid #FFCBB5 !important; }
  .u-border-lg-brand-primary-lightest-3xl {
    border: 4px solid #FDEBE1 !important; }
  .u-border-lg-complementary-1-darkest-3xl {
    border: 4px solid #9E7BB2 !important; }
  .u-border-lg-complementary-1-dark-3xl {
    border: 4px solid #B6A1C2 !important; }
  .u-border-lg-complementary-1-medium-3xl {
    border: 4px solid #D2C6D9 !important; }
  .u-border-lg-complementary-1-light-3xl {
    border: 4px solid #F4E8FA !important; }
  .u-border-lg-complementary-1-lightest-3xl {
    border: 4px solid #F7F0FB !important; }
  .u-border-lg-complementary-2-darkest-3xl {
    border: 4px solid #86BF33 !important; }
  .u-border-lg-complementary-2-dark-3xl {
    border: 4px solid #A8E353 !important; }
  .u-border-lg-complementary-2-medium-3xl {
    border: 4px solid #C6FA7A !important; }
  .u-border-lg-complementary-2-light-3xl {
    border: 4px solid #EBFFCD !important; }
  .u-border-lg-complementary-2-lightest-3xl {
    border: 4px solid #F6FFE9 !important; }
  .u-border-lg-feedback-danger-darkest-3xl {
    border: 4px solid #C71414 !important; }
  .u-border-lg-feedback-danger-dark-3xl {
    border: 4px solid #F42525 !important; }
  .u-border-lg-feedback-danger-medium-3xl {
    border: 4px solid #F95151 !important; }
  .u-border-lg-feedback-danger-light-3xl {
    border: 4px solid #FBA8A8 !important; }
  .u-border-lg-feedback-danger-lightest-3xl {
    border: 4px solid #FEDCDC !important; }
  .u-border-lg-feedback-success-darkest-3xl {
    border: 4px solid #01642E !important; }
  .u-border-lg-feedback-success-dark-3xl {
    border: 4px solid #00A148 !important; }
  .u-border-lg-feedback-success-medium-3xl {
    border: 4px solid #41C670 !important; }
  .u-border-lg-feedback-success-light-3xl {
    border: 4px solid #B3E3C9 !important; }
  .u-border-lg-feedback-success-lightest-3xl {
    border: 4px solid #D9F4E2 !important; }
  .u-border-lg-feedback-alert-darkest-3xl {
    border: 4px solid #E38800 !important; }
  .u-border-lg-feedback-alert-dark-3xl {
    border: 4px solid #F7A608 !important; }
  .u-border-lg-feedback-alert-medium-3xl {
    border: 4px solid #FFC633 !important; }
  .u-border-lg-feedback-alert-light-3xl {
    border: 4px solid #FEDF8F !important; }
  .u-border-lg-feedback-alert-lightest-3xl {
    border: 4px solid #FEEDBF !important; }
  .u-border-lg-neutral-darkest-3xl {
    border: 4px solid #1E1E1E !important; }
  .u-border-lg-neutral-dark-3xl {
    border: 4px solid #515151 !important; }
  .u-border-lg-neutral-medium-3xl {
    border: 4px solid #ADADAD !important; }
  .u-border-lg-neutral-light-3xl {
    border: 4px solid #E3E3E3 !important; }
  .u-border-lg-neutral-lightest-3xl {
    border: 4px solid #F2F2F2 !important; }
  .u-border-lg-essential-black-3xl {
    border: 4px solid #000000 !important; }
  .u-border-lg-essential-white-3xl {
    border: 4px solid #FFFFFF !important; }
  .u-border-top-lg-brand-primary-darkest-3xl {
    border-top: 4px solid #B43500 !important; }
  .u-border-top-lg-brand-primary-dark-3xl {
    border-top: 4px solid #D83B04 !important; }
  .u-border-top-lg-brand-primary-medium-3xl {
    border-top: 4px solid #E55807 !important; }
  .u-border-top-lg-brand-primary-light-3xl {
    border-top: 4px solid #FFCBB5 !important; }
  .u-border-top-lg-brand-primary-lightest-3xl {
    border-top: 4px solid #FDEBE1 !important; }
  .u-border-top-lg-complementary-1-darkest-3xl {
    border-top: 4px solid #9E7BB2 !important; }
  .u-border-top-lg-complementary-1-dark-3xl {
    border-top: 4px solid #B6A1C2 !important; }
  .u-border-top-lg-complementary-1-medium-3xl {
    border-top: 4px solid #D2C6D9 !important; }
  .u-border-top-lg-complementary-1-light-3xl {
    border-top: 4px solid #F4E8FA !important; }
  .u-border-top-lg-complementary-1-lightest-3xl {
    border-top: 4px solid #F7F0FB !important; }
  .u-border-top-lg-complementary-2-darkest-3xl {
    border-top: 4px solid #86BF33 !important; }
  .u-border-top-lg-complementary-2-dark-3xl {
    border-top: 4px solid #A8E353 !important; }
  .u-border-top-lg-complementary-2-medium-3xl {
    border-top: 4px solid #C6FA7A !important; }
  .u-border-top-lg-complementary-2-light-3xl {
    border-top: 4px solid #EBFFCD !important; }
  .u-border-top-lg-complementary-2-lightest-3xl {
    border-top: 4px solid #F6FFE9 !important; }
  .u-border-top-lg-feedback-danger-darkest-3xl {
    border-top: 4px solid #C71414 !important; }
  .u-border-top-lg-feedback-danger-dark-3xl {
    border-top: 4px solid #F42525 !important; }
  .u-border-top-lg-feedback-danger-medium-3xl {
    border-top: 4px solid #F95151 !important; }
  .u-border-top-lg-feedback-danger-light-3xl {
    border-top: 4px solid #FBA8A8 !important; }
  .u-border-top-lg-feedback-danger-lightest-3xl {
    border-top: 4px solid #FEDCDC !important; }
  .u-border-top-lg-feedback-success-darkest-3xl {
    border-top: 4px solid #01642E !important; }
  .u-border-top-lg-feedback-success-dark-3xl {
    border-top: 4px solid #00A148 !important; }
  .u-border-top-lg-feedback-success-medium-3xl {
    border-top: 4px solid #41C670 !important; }
  .u-border-top-lg-feedback-success-light-3xl {
    border-top: 4px solid #B3E3C9 !important; }
  .u-border-top-lg-feedback-success-lightest-3xl {
    border-top: 4px solid #D9F4E2 !important; }
  .u-border-top-lg-feedback-alert-darkest-3xl {
    border-top: 4px solid #E38800 !important; }
  .u-border-top-lg-feedback-alert-dark-3xl {
    border-top: 4px solid #F7A608 !important; }
  .u-border-top-lg-feedback-alert-medium-3xl {
    border-top: 4px solid #FFC633 !important; }
  .u-border-top-lg-feedback-alert-light-3xl {
    border-top: 4px solid #FEDF8F !important; }
  .u-border-top-lg-feedback-alert-lightest-3xl {
    border-top: 4px solid #FEEDBF !important; }
  .u-border-top-lg-neutral-darkest-3xl {
    border-top: 4px solid #1E1E1E !important; }
  .u-border-top-lg-neutral-dark-3xl {
    border-top: 4px solid #515151 !important; }
  .u-border-top-lg-neutral-medium-3xl {
    border-top: 4px solid #ADADAD !important; }
  .u-border-top-lg-neutral-light-3xl {
    border-top: 4px solid #E3E3E3 !important; }
  .u-border-top-lg-neutral-lightest-3xl {
    border-top: 4px solid #F2F2F2 !important; }
  .u-border-top-lg-essential-black-3xl {
    border-top: 4px solid #000000 !important; }
  .u-border-top-lg-essential-white-3xl {
    border-top: 4px solid #FFFFFF !important; }
  .u-border-bottom-lg-brand-primary-darkest-3xl {
    border-bottom: 4px solid #B43500 !important; }
  .u-border-bottom-lg-brand-primary-dark-3xl {
    border-bottom: 4px solid #D83B04 !important; }
  .u-border-bottom-lg-brand-primary-medium-3xl {
    border-bottom: 4px solid #E55807 !important; }
  .u-border-bottom-lg-brand-primary-light-3xl {
    border-bottom: 4px solid #FFCBB5 !important; }
  .u-border-bottom-lg-brand-primary-lightest-3xl {
    border-bottom: 4px solid #FDEBE1 !important; }
  .u-border-bottom-lg-complementary-1-darkest-3xl {
    border-bottom: 4px solid #9E7BB2 !important; }
  .u-border-bottom-lg-complementary-1-dark-3xl {
    border-bottom: 4px solid #B6A1C2 !important; }
  .u-border-bottom-lg-complementary-1-medium-3xl {
    border-bottom: 4px solid #D2C6D9 !important; }
  .u-border-bottom-lg-complementary-1-light-3xl {
    border-bottom: 4px solid #F4E8FA !important; }
  .u-border-bottom-lg-complementary-1-lightest-3xl {
    border-bottom: 4px solid #F7F0FB !important; }
  .u-border-bottom-lg-complementary-2-darkest-3xl {
    border-bottom: 4px solid #86BF33 !important; }
  .u-border-bottom-lg-complementary-2-dark-3xl {
    border-bottom: 4px solid #A8E353 !important; }
  .u-border-bottom-lg-complementary-2-medium-3xl {
    border-bottom: 4px solid #C6FA7A !important; }
  .u-border-bottom-lg-complementary-2-light-3xl {
    border-bottom: 4px solid #EBFFCD !important; }
  .u-border-bottom-lg-complementary-2-lightest-3xl {
    border-bottom: 4px solid #F6FFE9 !important; }
  .u-border-bottom-lg-feedback-danger-darkest-3xl {
    border-bottom: 4px solid #C71414 !important; }
  .u-border-bottom-lg-feedback-danger-dark-3xl {
    border-bottom: 4px solid #F42525 !important; }
  .u-border-bottom-lg-feedback-danger-medium-3xl {
    border-bottom: 4px solid #F95151 !important; }
  .u-border-bottom-lg-feedback-danger-light-3xl {
    border-bottom: 4px solid #FBA8A8 !important; }
  .u-border-bottom-lg-feedback-danger-lightest-3xl {
    border-bottom: 4px solid #FEDCDC !important; }
  .u-border-bottom-lg-feedback-success-darkest-3xl {
    border-bottom: 4px solid #01642E !important; }
  .u-border-bottom-lg-feedback-success-dark-3xl {
    border-bottom: 4px solid #00A148 !important; }
  .u-border-bottom-lg-feedback-success-medium-3xl {
    border-bottom: 4px solid #41C670 !important; }
  .u-border-bottom-lg-feedback-success-light-3xl {
    border-bottom: 4px solid #B3E3C9 !important; }
  .u-border-bottom-lg-feedback-success-lightest-3xl {
    border-bottom: 4px solid #D9F4E2 !important; }
  .u-border-bottom-lg-feedback-alert-darkest-3xl {
    border-bottom: 4px solid #E38800 !important; }
  .u-border-bottom-lg-feedback-alert-dark-3xl {
    border-bottom: 4px solid #F7A608 !important; }
  .u-border-bottom-lg-feedback-alert-medium-3xl {
    border-bottom: 4px solid #FFC633 !important; }
  .u-border-bottom-lg-feedback-alert-light-3xl {
    border-bottom: 4px solid #FEDF8F !important; }
  .u-border-bottom-lg-feedback-alert-lightest-3xl {
    border-bottom: 4px solid #FEEDBF !important; }
  .u-border-bottom-lg-neutral-darkest-3xl {
    border-bottom: 4px solid #1E1E1E !important; }
  .u-border-bottom-lg-neutral-dark-3xl {
    border-bottom: 4px solid #515151 !important; }
  .u-border-bottom-lg-neutral-medium-3xl {
    border-bottom: 4px solid #ADADAD !important; }
  .u-border-bottom-lg-neutral-light-3xl {
    border-bottom: 4px solid #E3E3E3 !important; }
  .u-border-bottom-lg-neutral-lightest-3xl {
    border-bottom: 4px solid #F2F2F2 !important; }
  .u-border-bottom-lg-essential-black-3xl {
    border-bottom: 4px solid #000000 !important; }
  .u-border-bottom-lg-essential-white-3xl {
    border-bottom: 4px solid #FFFFFF !important; }
  .u-border-right-lg-brand-primary-darkest-3xl {
    border-right: 4px solid #B43500 !important; }
  .u-border-right-lg-brand-primary-dark-3xl {
    border-right: 4px solid #D83B04 !important; }
  .u-border-right-lg-brand-primary-medium-3xl {
    border-right: 4px solid #E55807 !important; }
  .u-border-right-lg-brand-primary-light-3xl {
    border-right: 4px solid #FFCBB5 !important; }
  .u-border-right-lg-brand-primary-lightest-3xl {
    border-right: 4px solid #FDEBE1 !important; }
  .u-border-right-lg-complementary-1-darkest-3xl {
    border-right: 4px solid #9E7BB2 !important; }
  .u-border-right-lg-complementary-1-dark-3xl {
    border-right: 4px solid #B6A1C2 !important; }
  .u-border-right-lg-complementary-1-medium-3xl {
    border-right: 4px solid #D2C6D9 !important; }
  .u-border-right-lg-complementary-1-light-3xl {
    border-right: 4px solid #F4E8FA !important; }
  .u-border-right-lg-complementary-1-lightest-3xl {
    border-right: 4px solid #F7F0FB !important; }
  .u-border-right-lg-complementary-2-darkest-3xl {
    border-right: 4px solid #86BF33 !important; }
  .u-border-right-lg-complementary-2-dark-3xl {
    border-right: 4px solid #A8E353 !important; }
  .u-border-right-lg-complementary-2-medium-3xl {
    border-right: 4px solid #C6FA7A !important; }
  .u-border-right-lg-complementary-2-light-3xl {
    border-right: 4px solid #EBFFCD !important; }
  .u-border-right-lg-complementary-2-lightest-3xl {
    border-right: 4px solid #F6FFE9 !important; }
  .u-border-right-lg-feedback-danger-darkest-3xl {
    border-right: 4px solid #C71414 !important; }
  .u-border-right-lg-feedback-danger-dark-3xl {
    border-right: 4px solid #F42525 !important; }
  .u-border-right-lg-feedback-danger-medium-3xl {
    border-right: 4px solid #F95151 !important; }
  .u-border-right-lg-feedback-danger-light-3xl {
    border-right: 4px solid #FBA8A8 !important; }
  .u-border-right-lg-feedback-danger-lightest-3xl {
    border-right: 4px solid #FEDCDC !important; }
  .u-border-right-lg-feedback-success-darkest-3xl {
    border-right: 4px solid #01642E !important; }
  .u-border-right-lg-feedback-success-dark-3xl {
    border-right: 4px solid #00A148 !important; }
  .u-border-right-lg-feedback-success-medium-3xl {
    border-right: 4px solid #41C670 !important; }
  .u-border-right-lg-feedback-success-light-3xl {
    border-right: 4px solid #B3E3C9 !important; }
  .u-border-right-lg-feedback-success-lightest-3xl {
    border-right: 4px solid #D9F4E2 !important; }
  .u-border-right-lg-feedback-alert-darkest-3xl {
    border-right: 4px solid #E38800 !important; }
  .u-border-right-lg-feedback-alert-dark-3xl {
    border-right: 4px solid #F7A608 !important; }
  .u-border-right-lg-feedback-alert-medium-3xl {
    border-right: 4px solid #FFC633 !important; }
  .u-border-right-lg-feedback-alert-light-3xl {
    border-right: 4px solid #FEDF8F !important; }
  .u-border-right-lg-feedback-alert-lightest-3xl {
    border-right: 4px solid #FEEDBF !important; }
  .u-border-right-lg-neutral-darkest-3xl {
    border-right: 4px solid #1E1E1E !important; }
  .u-border-right-lg-neutral-dark-3xl {
    border-right: 4px solid #515151 !important; }
  .u-border-right-lg-neutral-medium-3xl {
    border-right: 4px solid #ADADAD !important; }
  .u-border-right-lg-neutral-light-3xl {
    border-right: 4px solid #E3E3E3 !important; }
  .u-border-right-lg-neutral-lightest-3xl {
    border-right: 4px solid #F2F2F2 !important; }
  .u-border-right-lg-essential-black-3xl {
    border-right: 4px solid #000000 !important; }
  .u-border-right-lg-essential-white-3xl {
    border-right: 4px solid #FFFFFF !important; }
  .u-border-left-lg-brand-primary-darkest-3xl {
    border-left: 4px solid #B43500 !important; }
  .u-border-left-lg-brand-primary-dark-3xl {
    border-left: 4px solid #D83B04 !important; }
  .u-border-left-lg-brand-primary-medium-3xl {
    border-left: 4px solid #E55807 !important; }
  .u-border-left-lg-brand-primary-light-3xl {
    border-left: 4px solid #FFCBB5 !important; }
  .u-border-left-lg-brand-primary-lightest-3xl {
    border-left: 4px solid #FDEBE1 !important; }
  .u-border-left-lg-complementary-1-darkest-3xl {
    border-left: 4px solid #9E7BB2 !important; }
  .u-border-left-lg-complementary-1-dark-3xl {
    border-left: 4px solid #B6A1C2 !important; }
  .u-border-left-lg-complementary-1-medium-3xl {
    border-left: 4px solid #D2C6D9 !important; }
  .u-border-left-lg-complementary-1-light-3xl {
    border-left: 4px solid #F4E8FA !important; }
  .u-border-left-lg-complementary-1-lightest-3xl {
    border-left: 4px solid #F7F0FB !important; }
  .u-border-left-lg-complementary-2-darkest-3xl {
    border-left: 4px solid #86BF33 !important; }
  .u-border-left-lg-complementary-2-dark-3xl {
    border-left: 4px solid #A8E353 !important; }
  .u-border-left-lg-complementary-2-medium-3xl {
    border-left: 4px solid #C6FA7A !important; }
  .u-border-left-lg-complementary-2-light-3xl {
    border-left: 4px solid #EBFFCD !important; }
  .u-border-left-lg-complementary-2-lightest-3xl {
    border-left: 4px solid #F6FFE9 !important; }
  .u-border-left-lg-feedback-danger-darkest-3xl {
    border-left: 4px solid #C71414 !important; }
  .u-border-left-lg-feedback-danger-dark-3xl {
    border-left: 4px solid #F42525 !important; }
  .u-border-left-lg-feedback-danger-medium-3xl {
    border-left: 4px solid #F95151 !important; }
  .u-border-left-lg-feedback-danger-light-3xl {
    border-left: 4px solid #FBA8A8 !important; }
  .u-border-left-lg-feedback-danger-lightest-3xl {
    border-left: 4px solid #FEDCDC !important; }
  .u-border-left-lg-feedback-success-darkest-3xl {
    border-left: 4px solid #01642E !important; }
  .u-border-left-lg-feedback-success-dark-3xl {
    border-left: 4px solid #00A148 !important; }
  .u-border-left-lg-feedback-success-medium-3xl {
    border-left: 4px solid #41C670 !important; }
  .u-border-left-lg-feedback-success-light-3xl {
    border-left: 4px solid #B3E3C9 !important; }
  .u-border-left-lg-feedback-success-lightest-3xl {
    border-left: 4px solid #D9F4E2 !important; }
  .u-border-left-lg-feedback-alert-darkest-3xl {
    border-left: 4px solid #E38800 !important; }
  .u-border-left-lg-feedback-alert-dark-3xl {
    border-left: 4px solid #F7A608 !important; }
  .u-border-left-lg-feedback-alert-medium-3xl {
    border-left: 4px solid #FFC633 !important; }
  .u-border-left-lg-feedback-alert-light-3xl {
    border-left: 4px solid #FEDF8F !important; }
  .u-border-left-lg-feedback-alert-lightest-3xl {
    border-left: 4px solid #FEEDBF !important; }
  .u-border-left-lg-neutral-darkest-3xl {
    border-left: 4px solid #1E1E1E !important; }
  .u-border-left-lg-neutral-dark-3xl {
    border-left: 4px solid #515151 !important; }
  .u-border-left-lg-neutral-medium-3xl {
    border-left: 4px solid #ADADAD !important; }
  .u-border-left-lg-neutral-light-3xl {
    border-left: 4px solid #E3E3E3 !important; }
  .u-border-left-lg-neutral-lightest-3xl {
    border-left: 4px solid #F2F2F2 !important; }
  .u-border-left-lg-essential-black-3xl {
    border-left: 4px solid #000000 !important; }
  .u-border-left-lg-essential-white-3xl {
    border-left: 4px solid #FFFFFF !important; }
  .u-border-xl-brand-primary-darkest-3xl {
    border: 6px solid #B43500 !important; }
  .u-border-xl-brand-primary-dark-3xl {
    border: 6px solid #D83B04 !important; }
  .u-border-xl-brand-primary-medium-3xl {
    border: 6px solid #E55807 !important; }
  .u-border-xl-brand-primary-light-3xl {
    border: 6px solid #FFCBB5 !important; }
  .u-border-xl-brand-primary-lightest-3xl {
    border: 6px solid #FDEBE1 !important; }
  .u-border-xl-complementary-1-darkest-3xl {
    border: 6px solid #9E7BB2 !important; }
  .u-border-xl-complementary-1-dark-3xl {
    border: 6px solid #B6A1C2 !important; }
  .u-border-xl-complementary-1-medium-3xl {
    border: 6px solid #D2C6D9 !important; }
  .u-border-xl-complementary-1-light-3xl {
    border: 6px solid #F4E8FA !important; }
  .u-border-xl-complementary-1-lightest-3xl {
    border: 6px solid #F7F0FB !important; }
  .u-border-xl-complementary-2-darkest-3xl {
    border: 6px solid #86BF33 !important; }
  .u-border-xl-complementary-2-dark-3xl {
    border: 6px solid #A8E353 !important; }
  .u-border-xl-complementary-2-medium-3xl {
    border: 6px solid #C6FA7A !important; }
  .u-border-xl-complementary-2-light-3xl {
    border: 6px solid #EBFFCD !important; }
  .u-border-xl-complementary-2-lightest-3xl {
    border: 6px solid #F6FFE9 !important; }
  .u-border-xl-feedback-danger-darkest-3xl {
    border: 6px solid #C71414 !important; }
  .u-border-xl-feedback-danger-dark-3xl {
    border: 6px solid #F42525 !important; }
  .u-border-xl-feedback-danger-medium-3xl {
    border: 6px solid #F95151 !important; }
  .u-border-xl-feedback-danger-light-3xl {
    border: 6px solid #FBA8A8 !important; }
  .u-border-xl-feedback-danger-lightest-3xl {
    border: 6px solid #FEDCDC !important; }
  .u-border-xl-feedback-success-darkest-3xl {
    border: 6px solid #01642E !important; }
  .u-border-xl-feedback-success-dark-3xl {
    border: 6px solid #00A148 !important; }
  .u-border-xl-feedback-success-medium-3xl {
    border: 6px solid #41C670 !important; }
  .u-border-xl-feedback-success-light-3xl {
    border: 6px solid #B3E3C9 !important; }
  .u-border-xl-feedback-success-lightest-3xl {
    border: 6px solid #D9F4E2 !important; }
  .u-border-xl-feedback-alert-darkest-3xl {
    border: 6px solid #E38800 !important; }
  .u-border-xl-feedback-alert-dark-3xl {
    border: 6px solid #F7A608 !important; }
  .u-border-xl-feedback-alert-medium-3xl {
    border: 6px solid #FFC633 !important; }
  .u-border-xl-feedback-alert-light-3xl {
    border: 6px solid #FEDF8F !important; }
  .u-border-xl-feedback-alert-lightest-3xl {
    border: 6px solid #FEEDBF !important; }
  .u-border-xl-neutral-darkest-3xl {
    border: 6px solid #1E1E1E !important; }
  .u-border-xl-neutral-dark-3xl {
    border: 6px solid #515151 !important; }
  .u-border-xl-neutral-medium-3xl {
    border: 6px solid #ADADAD !important; }
  .u-border-xl-neutral-light-3xl {
    border: 6px solid #E3E3E3 !important; }
  .u-border-xl-neutral-lightest-3xl {
    border: 6px solid #F2F2F2 !important; }
  .u-border-xl-essential-black-3xl {
    border: 6px solid #000000 !important; }
  .u-border-xl-essential-white-3xl {
    border: 6px solid #FFFFFF !important; }
  .u-border-top-xl-brand-primary-darkest-3xl {
    border-top: 6px solid #B43500 !important; }
  .u-border-top-xl-brand-primary-dark-3xl {
    border-top: 6px solid #D83B04 !important; }
  .u-border-top-xl-brand-primary-medium-3xl {
    border-top: 6px solid #E55807 !important; }
  .u-border-top-xl-brand-primary-light-3xl {
    border-top: 6px solid #FFCBB5 !important; }
  .u-border-top-xl-brand-primary-lightest-3xl {
    border-top: 6px solid #FDEBE1 !important; }
  .u-border-top-xl-complementary-1-darkest-3xl {
    border-top: 6px solid #9E7BB2 !important; }
  .u-border-top-xl-complementary-1-dark-3xl {
    border-top: 6px solid #B6A1C2 !important; }
  .u-border-top-xl-complementary-1-medium-3xl {
    border-top: 6px solid #D2C6D9 !important; }
  .u-border-top-xl-complementary-1-light-3xl {
    border-top: 6px solid #F4E8FA !important; }
  .u-border-top-xl-complementary-1-lightest-3xl {
    border-top: 6px solid #F7F0FB !important; }
  .u-border-top-xl-complementary-2-darkest-3xl {
    border-top: 6px solid #86BF33 !important; }
  .u-border-top-xl-complementary-2-dark-3xl {
    border-top: 6px solid #A8E353 !important; }
  .u-border-top-xl-complementary-2-medium-3xl {
    border-top: 6px solid #C6FA7A !important; }
  .u-border-top-xl-complementary-2-light-3xl {
    border-top: 6px solid #EBFFCD !important; }
  .u-border-top-xl-complementary-2-lightest-3xl {
    border-top: 6px solid #F6FFE9 !important; }
  .u-border-top-xl-feedback-danger-darkest-3xl {
    border-top: 6px solid #C71414 !important; }
  .u-border-top-xl-feedback-danger-dark-3xl {
    border-top: 6px solid #F42525 !important; }
  .u-border-top-xl-feedback-danger-medium-3xl {
    border-top: 6px solid #F95151 !important; }
  .u-border-top-xl-feedback-danger-light-3xl {
    border-top: 6px solid #FBA8A8 !important; }
  .u-border-top-xl-feedback-danger-lightest-3xl {
    border-top: 6px solid #FEDCDC !important; }
  .u-border-top-xl-feedback-success-darkest-3xl {
    border-top: 6px solid #01642E !important; }
  .u-border-top-xl-feedback-success-dark-3xl {
    border-top: 6px solid #00A148 !important; }
  .u-border-top-xl-feedback-success-medium-3xl {
    border-top: 6px solid #41C670 !important; }
  .u-border-top-xl-feedback-success-light-3xl {
    border-top: 6px solid #B3E3C9 !important; }
  .u-border-top-xl-feedback-success-lightest-3xl {
    border-top: 6px solid #D9F4E2 !important; }
  .u-border-top-xl-feedback-alert-darkest-3xl {
    border-top: 6px solid #E38800 !important; }
  .u-border-top-xl-feedback-alert-dark-3xl {
    border-top: 6px solid #F7A608 !important; }
  .u-border-top-xl-feedback-alert-medium-3xl {
    border-top: 6px solid #FFC633 !important; }
  .u-border-top-xl-feedback-alert-light-3xl {
    border-top: 6px solid #FEDF8F !important; }
  .u-border-top-xl-feedback-alert-lightest-3xl {
    border-top: 6px solid #FEEDBF !important; }
  .u-border-top-xl-neutral-darkest-3xl {
    border-top: 6px solid #1E1E1E !important; }
  .u-border-top-xl-neutral-dark-3xl {
    border-top: 6px solid #515151 !important; }
  .u-border-top-xl-neutral-medium-3xl {
    border-top: 6px solid #ADADAD !important; }
  .u-border-top-xl-neutral-light-3xl {
    border-top: 6px solid #E3E3E3 !important; }
  .u-border-top-xl-neutral-lightest-3xl {
    border-top: 6px solid #F2F2F2 !important; }
  .u-border-top-xl-essential-black-3xl {
    border-top: 6px solid #000000 !important; }
  .u-border-top-xl-essential-white-3xl {
    border-top: 6px solid #FFFFFF !important; }
  .u-border-bottom-xl-brand-primary-darkest-3xl {
    border-bottom: 6px solid #B43500 !important; }
  .u-border-bottom-xl-brand-primary-dark-3xl {
    border-bottom: 6px solid #D83B04 !important; }
  .u-border-bottom-xl-brand-primary-medium-3xl {
    border-bottom: 6px solid #E55807 !important; }
  .u-border-bottom-xl-brand-primary-light-3xl {
    border-bottom: 6px solid #FFCBB5 !important; }
  .u-border-bottom-xl-brand-primary-lightest-3xl {
    border-bottom: 6px solid #FDEBE1 !important; }
  .u-border-bottom-xl-complementary-1-darkest-3xl {
    border-bottom: 6px solid #9E7BB2 !important; }
  .u-border-bottom-xl-complementary-1-dark-3xl {
    border-bottom: 6px solid #B6A1C2 !important; }
  .u-border-bottom-xl-complementary-1-medium-3xl {
    border-bottom: 6px solid #D2C6D9 !important; }
  .u-border-bottom-xl-complementary-1-light-3xl {
    border-bottom: 6px solid #F4E8FA !important; }
  .u-border-bottom-xl-complementary-1-lightest-3xl {
    border-bottom: 6px solid #F7F0FB !important; }
  .u-border-bottom-xl-complementary-2-darkest-3xl {
    border-bottom: 6px solid #86BF33 !important; }
  .u-border-bottom-xl-complementary-2-dark-3xl {
    border-bottom: 6px solid #A8E353 !important; }
  .u-border-bottom-xl-complementary-2-medium-3xl {
    border-bottom: 6px solid #C6FA7A !important; }
  .u-border-bottom-xl-complementary-2-light-3xl {
    border-bottom: 6px solid #EBFFCD !important; }
  .u-border-bottom-xl-complementary-2-lightest-3xl {
    border-bottom: 6px solid #F6FFE9 !important; }
  .u-border-bottom-xl-feedback-danger-darkest-3xl {
    border-bottom: 6px solid #C71414 !important; }
  .u-border-bottom-xl-feedback-danger-dark-3xl {
    border-bottom: 6px solid #F42525 !important; }
  .u-border-bottom-xl-feedback-danger-medium-3xl {
    border-bottom: 6px solid #F95151 !important; }
  .u-border-bottom-xl-feedback-danger-light-3xl {
    border-bottom: 6px solid #FBA8A8 !important; }
  .u-border-bottom-xl-feedback-danger-lightest-3xl {
    border-bottom: 6px solid #FEDCDC !important; }
  .u-border-bottom-xl-feedback-success-darkest-3xl {
    border-bottom: 6px solid #01642E !important; }
  .u-border-bottom-xl-feedback-success-dark-3xl {
    border-bottom: 6px solid #00A148 !important; }
  .u-border-bottom-xl-feedback-success-medium-3xl {
    border-bottom: 6px solid #41C670 !important; }
  .u-border-bottom-xl-feedback-success-light-3xl {
    border-bottom: 6px solid #B3E3C9 !important; }
  .u-border-bottom-xl-feedback-success-lightest-3xl {
    border-bottom: 6px solid #D9F4E2 !important; }
  .u-border-bottom-xl-feedback-alert-darkest-3xl {
    border-bottom: 6px solid #E38800 !important; }
  .u-border-bottom-xl-feedback-alert-dark-3xl {
    border-bottom: 6px solid #F7A608 !important; }
  .u-border-bottom-xl-feedback-alert-medium-3xl {
    border-bottom: 6px solid #FFC633 !important; }
  .u-border-bottom-xl-feedback-alert-light-3xl {
    border-bottom: 6px solid #FEDF8F !important; }
  .u-border-bottom-xl-feedback-alert-lightest-3xl {
    border-bottom: 6px solid #FEEDBF !important; }
  .u-border-bottom-xl-neutral-darkest-3xl {
    border-bottom: 6px solid #1E1E1E !important; }
  .u-border-bottom-xl-neutral-dark-3xl {
    border-bottom: 6px solid #515151 !important; }
  .u-border-bottom-xl-neutral-medium-3xl {
    border-bottom: 6px solid #ADADAD !important; }
  .u-border-bottom-xl-neutral-light-3xl {
    border-bottom: 6px solid #E3E3E3 !important; }
  .u-border-bottom-xl-neutral-lightest-3xl {
    border-bottom: 6px solid #F2F2F2 !important; }
  .u-border-bottom-xl-essential-black-3xl {
    border-bottom: 6px solid #000000 !important; }
  .u-border-bottom-xl-essential-white-3xl {
    border-bottom: 6px solid #FFFFFF !important; }
  .u-border-right-xl-brand-primary-darkest-3xl {
    border-right: 6px solid #B43500 !important; }
  .u-border-right-xl-brand-primary-dark-3xl {
    border-right: 6px solid #D83B04 !important; }
  .u-border-right-xl-brand-primary-medium-3xl {
    border-right: 6px solid #E55807 !important; }
  .u-border-right-xl-brand-primary-light-3xl {
    border-right: 6px solid #FFCBB5 !important; }
  .u-border-right-xl-brand-primary-lightest-3xl {
    border-right: 6px solid #FDEBE1 !important; }
  .u-border-right-xl-complementary-1-darkest-3xl {
    border-right: 6px solid #9E7BB2 !important; }
  .u-border-right-xl-complementary-1-dark-3xl {
    border-right: 6px solid #B6A1C2 !important; }
  .u-border-right-xl-complementary-1-medium-3xl {
    border-right: 6px solid #D2C6D9 !important; }
  .u-border-right-xl-complementary-1-light-3xl {
    border-right: 6px solid #F4E8FA !important; }
  .u-border-right-xl-complementary-1-lightest-3xl {
    border-right: 6px solid #F7F0FB !important; }
  .u-border-right-xl-complementary-2-darkest-3xl {
    border-right: 6px solid #86BF33 !important; }
  .u-border-right-xl-complementary-2-dark-3xl {
    border-right: 6px solid #A8E353 !important; }
  .u-border-right-xl-complementary-2-medium-3xl {
    border-right: 6px solid #C6FA7A !important; }
  .u-border-right-xl-complementary-2-light-3xl {
    border-right: 6px solid #EBFFCD !important; }
  .u-border-right-xl-complementary-2-lightest-3xl {
    border-right: 6px solid #F6FFE9 !important; }
  .u-border-right-xl-feedback-danger-darkest-3xl {
    border-right: 6px solid #C71414 !important; }
  .u-border-right-xl-feedback-danger-dark-3xl {
    border-right: 6px solid #F42525 !important; }
  .u-border-right-xl-feedback-danger-medium-3xl {
    border-right: 6px solid #F95151 !important; }
  .u-border-right-xl-feedback-danger-light-3xl {
    border-right: 6px solid #FBA8A8 !important; }
  .u-border-right-xl-feedback-danger-lightest-3xl {
    border-right: 6px solid #FEDCDC !important; }
  .u-border-right-xl-feedback-success-darkest-3xl {
    border-right: 6px solid #01642E !important; }
  .u-border-right-xl-feedback-success-dark-3xl {
    border-right: 6px solid #00A148 !important; }
  .u-border-right-xl-feedback-success-medium-3xl {
    border-right: 6px solid #41C670 !important; }
  .u-border-right-xl-feedback-success-light-3xl {
    border-right: 6px solid #B3E3C9 !important; }
  .u-border-right-xl-feedback-success-lightest-3xl {
    border-right: 6px solid #D9F4E2 !important; }
  .u-border-right-xl-feedback-alert-darkest-3xl {
    border-right: 6px solid #E38800 !important; }
  .u-border-right-xl-feedback-alert-dark-3xl {
    border-right: 6px solid #F7A608 !important; }
  .u-border-right-xl-feedback-alert-medium-3xl {
    border-right: 6px solid #FFC633 !important; }
  .u-border-right-xl-feedback-alert-light-3xl {
    border-right: 6px solid #FEDF8F !important; }
  .u-border-right-xl-feedback-alert-lightest-3xl {
    border-right: 6px solid #FEEDBF !important; }
  .u-border-right-xl-neutral-darkest-3xl {
    border-right: 6px solid #1E1E1E !important; }
  .u-border-right-xl-neutral-dark-3xl {
    border-right: 6px solid #515151 !important; }
  .u-border-right-xl-neutral-medium-3xl {
    border-right: 6px solid #ADADAD !important; }
  .u-border-right-xl-neutral-light-3xl {
    border-right: 6px solid #E3E3E3 !important; }
  .u-border-right-xl-neutral-lightest-3xl {
    border-right: 6px solid #F2F2F2 !important; }
  .u-border-right-xl-essential-black-3xl {
    border-right: 6px solid #000000 !important; }
  .u-border-right-xl-essential-white-3xl {
    border-right: 6px solid #FFFFFF !important; }
  .u-border-left-xl-brand-primary-darkest-3xl {
    border-left: 6px solid #B43500 !important; }
  .u-border-left-xl-brand-primary-dark-3xl {
    border-left: 6px solid #D83B04 !important; }
  .u-border-left-xl-brand-primary-medium-3xl {
    border-left: 6px solid #E55807 !important; }
  .u-border-left-xl-brand-primary-light-3xl {
    border-left: 6px solid #FFCBB5 !important; }
  .u-border-left-xl-brand-primary-lightest-3xl {
    border-left: 6px solid #FDEBE1 !important; }
  .u-border-left-xl-complementary-1-darkest-3xl {
    border-left: 6px solid #9E7BB2 !important; }
  .u-border-left-xl-complementary-1-dark-3xl {
    border-left: 6px solid #B6A1C2 !important; }
  .u-border-left-xl-complementary-1-medium-3xl {
    border-left: 6px solid #D2C6D9 !important; }
  .u-border-left-xl-complementary-1-light-3xl {
    border-left: 6px solid #F4E8FA !important; }
  .u-border-left-xl-complementary-1-lightest-3xl {
    border-left: 6px solid #F7F0FB !important; }
  .u-border-left-xl-complementary-2-darkest-3xl {
    border-left: 6px solid #86BF33 !important; }
  .u-border-left-xl-complementary-2-dark-3xl {
    border-left: 6px solid #A8E353 !important; }
  .u-border-left-xl-complementary-2-medium-3xl {
    border-left: 6px solid #C6FA7A !important; }
  .u-border-left-xl-complementary-2-light-3xl {
    border-left: 6px solid #EBFFCD !important; }
  .u-border-left-xl-complementary-2-lightest-3xl {
    border-left: 6px solid #F6FFE9 !important; }
  .u-border-left-xl-feedback-danger-darkest-3xl {
    border-left: 6px solid #C71414 !important; }
  .u-border-left-xl-feedback-danger-dark-3xl {
    border-left: 6px solid #F42525 !important; }
  .u-border-left-xl-feedback-danger-medium-3xl {
    border-left: 6px solid #F95151 !important; }
  .u-border-left-xl-feedback-danger-light-3xl {
    border-left: 6px solid #FBA8A8 !important; }
  .u-border-left-xl-feedback-danger-lightest-3xl {
    border-left: 6px solid #FEDCDC !important; }
  .u-border-left-xl-feedback-success-darkest-3xl {
    border-left: 6px solid #01642E !important; }
  .u-border-left-xl-feedback-success-dark-3xl {
    border-left: 6px solid #00A148 !important; }
  .u-border-left-xl-feedback-success-medium-3xl {
    border-left: 6px solid #41C670 !important; }
  .u-border-left-xl-feedback-success-light-3xl {
    border-left: 6px solid #B3E3C9 !important; }
  .u-border-left-xl-feedback-success-lightest-3xl {
    border-left: 6px solid #D9F4E2 !important; }
  .u-border-left-xl-feedback-alert-darkest-3xl {
    border-left: 6px solid #E38800 !important; }
  .u-border-left-xl-feedback-alert-dark-3xl {
    border-left: 6px solid #F7A608 !important; }
  .u-border-left-xl-feedback-alert-medium-3xl {
    border-left: 6px solid #FFC633 !important; }
  .u-border-left-xl-feedback-alert-light-3xl {
    border-left: 6px solid #FEDF8F !important; }
  .u-border-left-xl-feedback-alert-lightest-3xl {
    border-left: 6px solid #FEEDBF !important; }
  .u-border-left-xl-neutral-darkest-3xl {
    border-left: 6px solid #1E1E1E !important; }
  .u-border-left-xl-neutral-dark-3xl {
    border-left: 6px solid #515151 !important; }
  .u-border-left-xl-neutral-medium-3xl {
    border-left: 6px solid #ADADAD !important; }
  .u-border-left-xl-neutral-light-3xl {
    border-left: 6px solid #E3E3E3 !important; }
  .u-border-left-xl-neutral-lightest-3xl {
    border-left: 6px solid #F2F2F2 !important; }
  .u-border-left-xl-essential-black-3xl {
    border-left: 6px solid #000000 !important; }
  .u-border-left-xl-essential-white-3xl {
    border-left: 6px solid #FFFFFF !important; } }

@media (min-width: 1920px) {
  .u-border-none-brand-primary-darkest-4xl {
    border: none !important; }
  .u-border-none-brand-primary-dark-4xl {
    border: none !important; }
  .u-border-none-brand-primary-medium-4xl {
    border: none !important; }
  .u-border-none-brand-primary-light-4xl {
    border: none !important; }
  .u-border-none-brand-primary-lightest-4xl {
    border: none !important; }
  .u-border-none-complementary-1-darkest-4xl {
    border: none !important; }
  .u-border-none-complementary-1-dark-4xl {
    border: none !important; }
  .u-border-none-complementary-1-medium-4xl {
    border: none !important; }
  .u-border-none-complementary-1-light-4xl {
    border: none !important; }
  .u-border-none-complementary-1-lightest-4xl {
    border: none !important; }
  .u-border-none-complementary-2-darkest-4xl {
    border: none !important; }
  .u-border-none-complementary-2-dark-4xl {
    border: none !important; }
  .u-border-none-complementary-2-medium-4xl {
    border: none !important; }
  .u-border-none-complementary-2-light-4xl {
    border: none !important; }
  .u-border-none-complementary-2-lightest-4xl {
    border: none !important; }
  .u-border-none-feedback-danger-darkest-4xl {
    border: none !important; }
  .u-border-none-feedback-danger-dark-4xl {
    border: none !important; }
  .u-border-none-feedback-danger-medium-4xl {
    border: none !important; }
  .u-border-none-feedback-danger-light-4xl {
    border: none !important; }
  .u-border-none-feedback-danger-lightest-4xl {
    border: none !important; }
  .u-border-none-feedback-success-darkest-4xl {
    border: none !important; }
  .u-border-none-feedback-success-dark-4xl {
    border: none !important; }
  .u-border-none-feedback-success-medium-4xl {
    border: none !important; }
  .u-border-none-feedback-success-light-4xl {
    border: none !important; }
  .u-border-none-feedback-success-lightest-4xl {
    border: none !important; }
  .u-border-none-feedback-alert-darkest-4xl {
    border: none !important; }
  .u-border-none-feedback-alert-dark-4xl {
    border: none !important; }
  .u-border-none-feedback-alert-medium-4xl {
    border: none !important; }
  .u-border-none-feedback-alert-light-4xl {
    border: none !important; }
  .u-border-none-feedback-alert-lightest-4xl {
    border: none !important; }
  .u-border-none-neutral-darkest-4xl {
    border: none !important; }
  .u-border-none-neutral-dark-4xl {
    border: none !important; }
  .u-border-none-neutral-medium-4xl {
    border: none !important; }
  .u-border-none-neutral-light-4xl {
    border: none !important; }
  .u-border-none-neutral-lightest-4xl {
    border: none !important; }
  .u-border-none-essential-black-4xl {
    border: none !important; }
  .u-border-none-essential-white-4xl {
    border: none !important; }
  .u-border-top-none-brand-primary-darkest-4xl {
    border-top: none !important; }
  .u-border-top-none-brand-primary-dark-4xl {
    border-top: none !important; }
  .u-border-top-none-brand-primary-medium-4xl {
    border-top: none !important; }
  .u-border-top-none-brand-primary-light-4xl {
    border-top: none !important; }
  .u-border-top-none-brand-primary-lightest-4xl {
    border-top: none !important; }
  .u-border-top-none-complementary-1-darkest-4xl {
    border-top: none !important; }
  .u-border-top-none-complementary-1-dark-4xl {
    border-top: none !important; }
  .u-border-top-none-complementary-1-medium-4xl {
    border-top: none !important; }
  .u-border-top-none-complementary-1-light-4xl {
    border-top: none !important; }
  .u-border-top-none-complementary-1-lightest-4xl {
    border-top: none !important; }
  .u-border-top-none-complementary-2-darkest-4xl {
    border-top: none !important; }
  .u-border-top-none-complementary-2-dark-4xl {
    border-top: none !important; }
  .u-border-top-none-complementary-2-medium-4xl {
    border-top: none !important; }
  .u-border-top-none-complementary-2-light-4xl {
    border-top: none !important; }
  .u-border-top-none-complementary-2-lightest-4xl {
    border-top: none !important; }
  .u-border-top-none-feedback-danger-darkest-4xl {
    border-top: none !important; }
  .u-border-top-none-feedback-danger-dark-4xl {
    border-top: none !important; }
  .u-border-top-none-feedback-danger-medium-4xl {
    border-top: none !important; }
  .u-border-top-none-feedback-danger-light-4xl {
    border-top: none !important; }
  .u-border-top-none-feedback-danger-lightest-4xl {
    border-top: none !important; }
  .u-border-top-none-feedback-success-darkest-4xl {
    border-top: none !important; }
  .u-border-top-none-feedback-success-dark-4xl {
    border-top: none !important; }
  .u-border-top-none-feedback-success-medium-4xl {
    border-top: none !important; }
  .u-border-top-none-feedback-success-light-4xl {
    border-top: none !important; }
  .u-border-top-none-feedback-success-lightest-4xl {
    border-top: none !important; }
  .u-border-top-none-feedback-alert-darkest-4xl {
    border-top: none !important; }
  .u-border-top-none-feedback-alert-dark-4xl {
    border-top: none !important; }
  .u-border-top-none-feedback-alert-medium-4xl {
    border-top: none !important; }
  .u-border-top-none-feedback-alert-light-4xl {
    border-top: none !important; }
  .u-border-top-none-feedback-alert-lightest-4xl {
    border-top: none !important; }
  .u-border-top-none-neutral-darkest-4xl {
    border-top: none !important; }
  .u-border-top-none-neutral-dark-4xl {
    border-top: none !important; }
  .u-border-top-none-neutral-medium-4xl {
    border-top: none !important; }
  .u-border-top-none-neutral-light-4xl {
    border-top: none !important; }
  .u-border-top-none-neutral-lightest-4xl {
    border-top: none !important; }
  .u-border-top-none-essential-black-4xl {
    border-top: none !important; }
  .u-border-top-none-essential-white-4xl {
    border-top: none !important; }
  .u-border-bottom-none-brand-primary-darkest-4xl {
    border-bottom: none !important; }
  .u-border-bottom-none-brand-primary-dark-4xl {
    border-bottom: none !important; }
  .u-border-bottom-none-brand-primary-medium-4xl {
    border-bottom: none !important; }
  .u-border-bottom-none-brand-primary-light-4xl {
    border-bottom: none !important; }
  .u-border-bottom-none-brand-primary-lightest-4xl {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-1-darkest-4xl {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-1-dark-4xl {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-1-medium-4xl {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-1-light-4xl {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-1-lightest-4xl {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-2-darkest-4xl {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-2-dark-4xl {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-2-medium-4xl {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-2-light-4xl {
    border-bottom: none !important; }
  .u-border-bottom-none-complementary-2-lightest-4xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-danger-darkest-4xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-danger-dark-4xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-danger-medium-4xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-danger-light-4xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-danger-lightest-4xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-success-darkest-4xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-success-dark-4xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-success-medium-4xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-success-light-4xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-success-lightest-4xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-alert-darkest-4xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-alert-dark-4xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-alert-medium-4xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-alert-light-4xl {
    border-bottom: none !important; }
  .u-border-bottom-none-feedback-alert-lightest-4xl {
    border-bottom: none !important; }
  .u-border-bottom-none-neutral-darkest-4xl {
    border-bottom: none !important; }
  .u-border-bottom-none-neutral-dark-4xl {
    border-bottom: none !important; }
  .u-border-bottom-none-neutral-medium-4xl {
    border-bottom: none !important; }
  .u-border-bottom-none-neutral-light-4xl {
    border-bottom: none !important; }
  .u-border-bottom-none-neutral-lightest-4xl {
    border-bottom: none !important; }
  .u-border-bottom-none-essential-black-4xl {
    border-bottom: none !important; }
  .u-border-bottom-none-essential-white-4xl {
    border-bottom: none !important; }
  .u-border-right-none-brand-primary-darkest-4xl {
    border-right: none !important; }
  .u-border-right-none-brand-primary-dark-4xl {
    border-right: none !important; }
  .u-border-right-none-brand-primary-medium-4xl {
    border-right: none !important; }
  .u-border-right-none-brand-primary-light-4xl {
    border-right: none !important; }
  .u-border-right-none-brand-primary-lightest-4xl {
    border-right: none !important; }
  .u-border-right-none-complementary-1-darkest-4xl {
    border-right: none !important; }
  .u-border-right-none-complementary-1-dark-4xl {
    border-right: none !important; }
  .u-border-right-none-complementary-1-medium-4xl {
    border-right: none !important; }
  .u-border-right-none-complementary-1-light-4xl {
    border-right: none !important; }
  .u-border-right-none-complementary-1-lightest-4xl {
    border-right: none !important; }
  .u-border-right-none-complementary-2-darkest-4xl {
    border-right: none !important; }
  .u-border-right-none-complementary-2-dark-4xl {
    border-right: none !important; }
  .u-border-right-none-complementary-2-medium-4xl {
    border-right: none !important; }
  .u-border-right-none-complementary-2-light-4xl {
    border-right: none !important; }
  .u-border-right-none-complementary-2-lightest-4xl {
    border-right: none !important; }
  .u-border-right-none-feedback-danger-darkest-4xl {
    border-right: none !important; }
  .u-border-right-none-feedback-danger-dark-4xl {
    border-right: none !important; }
  .u-border-right-none-feedback-danger-medium-4xl {
    border-right: none !important; }
  .u-border-right-none-feedback-danger-light-4xl {
    border-right: none !important; }
  .u-border-right-none-feedback-danger-lightest-4xl {
    border-right: none !important; }
  .u-border-right-none-feedback-success-darkest-4xl {
    border-right: none !important; }
  .u-border-right-none-feedback-success-dark-4xl {
    border-right: none !important; }
  .u-border-right-none-feedback-success-medium-4xl {
    border-right: none !important; }
  .u-border-right-none-feedback-success-light-4xl {
    border-right: none !important; }
  .u-border-right-none-feedback-success-lightest-4xl {
    border-right: none !important; }
  .u-border-right-none-feedback-alert-darkest-4xl {
    border-right: none !important; }
  .u-border-right-none-feedback-alert-dark-4xl {
    border-right: none !important; }
  .u-border-right-none-feedback-alert-medium-4xl {
    border-right: none !important; }
  .u-border-right-none-feedback-alert-light-4xl {
    border-right: none !important; }
  .u-border-right-none-feedback-alert-lightest-4xl {
    border-right: none !important; }
  .u-border-right-none-neutral-darkest-4xl {
    border-right: none !important; }
  .u-border-right-none-neutral-dark-4xl {
    border-right: none !important; }
  .u-border-right-none-neutral-medium-4xl {
    border-right: none !important; }
  .u-border-right-none-neutral-light-4xl {
    border-right: none !important; }
  .u-border-right-none-neutral-lightest-4xl {
    border-right: none !important; }
  .u-border-right-none-essential-black-4xl {
    border-right: none !important; }
  .u-border-right-none-essential-white-4xl {
    border-right: none !important; }
  .u-border-left-none-brand-primary-darkest-4xl {
    border-left: none !important; }
  .u-border-left-none-brand-primary-dark-4xl {
    border-left: none !important; }
  .u-border-left-none-brand-primary-medium-4xl {
    border-left: none !important; }
  .u-border-left-none-brand-primary-light-4xl {
    border-left: none !important; }
  .u-border-left-none-brand-primary-lightest-4xl {
    border-left: none !important; }
  .u-border-left-none-complementary-1-darkest-4xl {
    border-left: none !important; }
  .u-border-left-none-complementary-1-dark-4xl {
    border-left: none !important; }
  .u-border-left-none-complementary-1-medium-4xl {
    border-left: none !important; }
  .u-border-left-none-complementary-1-light-4xl {
    border-left: none !important; }
  .u-border-left-none-complementary-1-lightest-4xl {
    border-left: none !important; }
  .u-border-left-none-complementary-2-darkest-4xl {
    border-left: none !important; }
  .u-border-left-none-complementary-2-dark-4xl {
    border-left: none !important; }
  .u-border-left-none-complementary-2-medium-4xl {
    border-left: none !important; }
  .u-border-left-none-complementary-2-light-4xl {
    border-left: none !important; }
  .u-border-left-none-complementary-2-lightest-4xl {
    border-left: none !important; }
  .u-border-left-none-feedback-danger-darkest-4xl {
    border-left: none !important; }
  .u-border-left-none-feedback-danger-dark-4xl {
    border-left: none !important; }
  .u-border-left-none-feedback-danger-medium-4xl {
    border-left: none !important; }
  .u-border-left-none-feedback-danger-light-4xl {
    border-left: none !important; }
  .u-border-left-none-feedback-danger-lightest-4xl {
    border-left: none !important; }
  .u-border-left-none-feedback-success-darkest-4xl {
    border-left: none !important; }
  .u-border-left-none-feedback-success-dark-4xl {
    border-left: none !important; }
  .u-border-left-none-feedback-success-medium-4xl {
    border-left: none !important; }
  .u-border-left-none-feedback-success-light-4xl {
    border-left: none !important; }
  .u-border-left-none-feedback-success-lightest-4xl {
    border-left: none !important; }
  .u-border-left-none-feedback-alert-darkest-4xl {
    border-left: none !important; }
  .u-border-left-none-feedback-alert-dark-4xl {
    border-left: none !important; }
  .u-border-left-none-feedback-alert-medium-4xl {
    border-left: none !important; }
  .u-border-left-none-feedback-alert-light-4xl {
    border-left: none !important; }
  .u-border-left-none-feedback-alert-lightest-4xl {
    border-left: none !important; }
  .u-border-left-none-neutral-darkest-4xl {
    border-left: none !important; }
  .u-border-left-none-neutral-dark-4xl {
    border-left: none !important; }
  .u-border-left-none-neutral-medium-4xl {
    border-left: none !important; }
  .u-border-left-none-neutral-light-4xl {
    border-left: none !important; }
  .u-border-left-none-neutral-lightest-4xl {
    border-left: none !important; }
  .u-border-left-none-essential-black-4xl {
    border-left: none !important; }
  .u-border-left-none-essential-white-4xl {
    border-left: none !important; }
  .u-border-sm-brand-primary-darkest-4xl {
    border: 1px solid #B43500 !important; }
  .u-border-sm-brand-primary-dark-4xl {
    border: 1px solid #D83B04 !important; }
  .u-border-sm-brand-primary-medium-4xl {
    border: 1px solid #E55807 !important; }
  .u-border-sm-brand-primary-light-4xl {
    border: 1px solid #FFCBB5 !important; }
  .u-border-sm-brand-primary-lightest-4xl {
    border: 1px solid #FDEBE1 !important; }
  .u-border-sm-complementary-1-darkest-4xl {
    border: 1px solid #9E7BB2 !important; }
  .u-border-sm-complementary-1-dark-4xl {
    border: 1px solid #B6A1C2 !important; }
  .u-border-sm-complementary-1-medium-4xl {
    border: 1px solid #D2C6D9 !important; }
  .u-border-sm-complementary-1-light-4xl {
    border: 1px solid #F4E8FA !important; }
  .u-border-sm-complementary-1-lightest-4xl {
    border: 1px solid #F7F0FB !important; }
  .u-border-sm-complementary-2-darkest-4xl {
    border: 1px solid #86BF33 !important; }
  .u-border-sm-complementary-2-dark-4xl {
    border: 1px solid #A8E353 !important; }
  .u-border-sm-complementary-2-medium-4xl {
    border: 1px solid #C6FA7A !important; }
  .u-border-sm-complementary-2-light-4xl {
    border: 1px solid #EBFFCD !important; }
  .u-border-sm-complementary-2-lightest-4xl {
    border: 1px solid #F6FFE9 !important; }
  .u-border-sm-feedback-danger-darkest-4xl {
    border: 1px solid #C71414 !important; }
  .u-border-sm-feedback-danger-dark-4xl {
    border: 1px solid #F42525 !important; }
  .u-border-sm-feedback-danger-medium-4xl {
    border: 1px solid #F95151 !important; }
  .u-border-sm-feedback-danger-light-4xl {
    border: 1px solid #FBA8A8 !important; }
  .u-border-sm-feedback-danger-lightest-4xl {
    border: 1px solid #FEDCDC !important; }
  .u-border-sm-feedback-success-darkest-4xl {
    border: 1px solid #01642E !important; }
  .u-border-sm-feedback-success-dark-4xl {
    border: 1px solid #00A148 !important; }
  .u-border-sm-feedback-success-medium-4xl {
    border: 1px solid #41C670 !important; }
  .u-border-sm-feedback-success-light-4xl {
    border: 1px solid #B3E3C9 !important; }
  .u-border-sm-feedback-success-lightest-4xl {
    border: 1px solid #D9F4E2 !important; }
  .u-border-sm-feedback-alert-darkest-4xl {
    border: 1px solid #E38800 !important; }
  .u-border-sm-feedback-alert-dark-4xl {
    border: 1px solid #F7A608 !important; }
  .u-border-sm-feedback-alert-medium-4xl {
    border: 1px solid #FFC633 !important; }
  .u-border-sm-feedback-alert-light-4xl {
    border: 1px solid #FEDF8F !important; }
  .u-border-sm-feedback-alert-lightest-4xl {
    border: 1px solid #FEEDBF !important; }
  .u-border-sm-neutral-darkest-4xl {
    border: 1px solid #1E1E1E !important; }
  .u-border-sm-neutral-dark-4xl {
    border: 1px solid #515151 !important; }
  .u-border-sm-neutral-medium-4xl {
    border: 1px solid #ADADAD !important; }
  .u-border-sm-neutral-light-4xl {
    border: 1px solid #E3E3E3 !important; }
  .u-border-sm-neutral-lightest-4xl {
    border: 1px solid #F2F2F2 !important; }
  .u-border-sm-essential-black-4xl {
    border: 1px solid #000000 !important; }
  .u-border-sm-essential-white-4xl {
    border: 1px solid #FFFFFF !important; }
  .u-border-top-sm-brand-primary-darkest-4xl {
    border-top: 1px solid #B43500 !important; }
  .u-border-top-sm-brand-primary-dark-4xl {
    border-top: 1px solid #D83B04 !important; }
  .u-border-top-sm-brand-primary-medium-4xl {
    border-top: 1px solid #E55807 !important; }
  .u-border-top-sm-brand-primary-light-4xl {
    border-top: 1px solid #FFCBB5 !important; }
  .u-border-top-sm-brand-primary-lightest-4xl {
    border-top: 1px solid #FDEBE1 !important; }
  .u-border-top-sm-complementary-1-darkest-4xl {
    border-top: 1px solid #9E7BB2 !important; }
  .u-border-top-sm-complementary-1-dark-4xl {
    border-top: 1px solid #B6A1C2 !important; }
  .u-border-top-sm-complementary-1-medium-4xl {
    border-top: 1px solid #D2C6D9 !important; }
  .u-border-top-sm-complementary-1-light-4xl {
    border-top: 1px solid #F4E8FA !important; }
  .u-border-top-sm-complementary-1-lightest-4xl {
    border-top: 1px solid #F7F0FB !important; }
  .u-border-top-sm-complementary-2-darkest-4xl {
    border-top: 1px solid #86BF33 !important; }
  .u-border-top-sm-complementary-2-dark-4xl {
    border-top: 1px solid #A8E353 !important; }
  .u-border-top-sm-complementary-2-medium-4xl {
    border-top: 1px solid #C6FA7A !important; }
  .u-border-top-sm-complementary-2-light-4xl {
    border-top: 1px solid #EBFFCD !important; }
  .u-border-top-sm-complementary-2-lightest-4xl {
    border-top: 1px solid #F6FFE9 !important; }
  .u-border-top-sm-feedback-danger-darkest-4xl {
    border-top: 1px solid #C71414 !important; }
  .u-border-top-sm-feedback-danger-dark-4xl {
    border-top: 1px solid #F42525 !important; }
  .u-border-top-sm-feedback-danger-medium-4xl {
    border-top: 1px solid #F95151 !important; }
  .u-border-top-sm-feedback-danger-light-4xl {
    border-top: 1px solid #FBA8A8 !important; }
  .u-border-top-sm-feedback-danger-lightest-4xl {
    border-top: 1px solid #FEDCDC !important; }
  .u-border-top-sm-feedback-success-darkest-4xl {
    border-top: 1px solid #01642E !important; }
  .u-border-top-sm-feedback-success-dark-4xl {
    border-top: 1px solid #00A148 !important; }
  .u-border-top-sm-feedback-success-medium-4xl {
    border-top: 1px solid #41C670 !important; }
  .u-border-top-sm-feedback-success-light-4xl {
    border-top: 1px solid #B3E3C9 !important; }
  .u-border-top-sm-feedback-success-lightest-4xl {
    border-top: 1px solid #D9F4E2 !important; }
  .u-border-top-sm-feedback-alert-darkest-4xl {
    border-top: 1px solid #E38800 !important; }
  .u-border-top-sm-feedback-alert-dark-4xl {
    border-top: 1px solid #F7A608 !important; }
  .u-border-top-sm-feedback-alert-medium-4xl {
    border-top: 1px solid #FFC633 !important; }
  .u-border-top-sm-feedback-alert-light-4xl {
    border-top: 1px solid #FEDF8F !important; }
  .u-border-top-sm-feedback-alert-lightest-4xl {
    border-top: 1px solid #FEEDBF !important; }
  .u-border-top-sm-neutral-darkest-4xl {
    border-top: 1px solid #1E1E1E !important; }
  .u-border-top-sm-neutral-dark-4xl {
    border-top: 1px solid #515151 !important; }
  .u-border-top-sm-neutral-medium-4xl {
    border-top: 1px solid #ADADAD !important; }
  .u-border-top-sm-neutral-light-4xl {
    border-top: 1px solid #E3E3E3 !important; }
  .u-border-top-sm-neutral-lightest-4xl {
    border-top: 1px solid #F2F2F2 !important; }
  .u-border-top-sm-essential-black-4xl {
    border-top: 1px solid #000000 !important; }
  .u-border-top-sm-essential-white-4xl {
    border-top: 1px solid #FFFFFF !important; }
  .u-border-bottom-sm-brand-primary-darkest-4xl {
    border-bottom: 1px solid #B43500 !important; }
  .u-border-bottom-sm-brand-primary-dark-4xl {
    border-bottom: 1px solid #D83B04 !important; }
  .u-border-bottom-sm-brand-primary-medium-4xl {
    border-bottom: 1px solid #E55807 !important; }
  .u-border-bottom-sm-brand-primary-light-4xl {
    border-bottom: 1px solid #FFCBB5 !important; }
  .u-border-bottom-sm-brand-primary-lightest-4xl {
    border-bottom: 1px solid #FDEBE1 !important; }
  .u-border-bottom-sm-complementary-1-darkest-4xl {
    border-bottom: 1px solid #9E7BB2 !important; }
  .u-border-bottom-sm-complementary-1-dark-4xl {
    border-bottom: 1px solid #B6A1C2 !important; }
  .u-border-bottom-sm-complementary-1-medium-4xl {
    border-bottom: 1px solid #D2C6D9 !important; }
  .u-border-bottom-sm-complementary-1-light-4xl {
    border-bottom: 1px solid #F4E8FA !important; }
  .u-border-bottom-sm-complementary-1-lightest-4xl {
    border-bottom: 1px solid #F7F0FB !important; }
  .u-border-bottom-sm-complementary-2-darkest-4xl {
    border-bottom: 1px solid #86BF33 !important; }
  .u-border-bottom-sm-complementary-2-dark-4xl {
    border-bottom: 1px solid #A8E353 !important; }
  .u-border-bottom-sm-complementary-2-medium-4xl {
    border-bottom: 1px solid #C6FA7A !important; }
  .u-border-bottom-sm-complementary-2-light-4xl {
    border-bottom: 1px solid #EBFFCD !important; }
  .u-border-bottom-sm-complementary-2-lightest-4xl {
    border-bottom: 1px solid #F6FFE9 !important; }
  .u-border-bottom-sm-feedback-danger-darkest-4xl {
    border-bottom: 1px solid #C71414 !important; }
  .u-border-bottom-sm-feedback-danger-dark-4xl {
    border-bottom: 1px solid #F42525 !important; }
  .u-border-bottom-sm-feedback-danger-medium-4xl {
    border-bottom: 1px solid #F95151 !important; }
  .u-border-bottom-sm-feedback-danger-light-4xl {
    border-bottom: 1px solid #FBA8A8 !important; }
  .u-border-bottom-sm-feedback-danger-lightest-4xl {
    border-bottom: 1px solid #FEDCDC !important; }
  .u-border-bottom-sm-feedback-success-darkest-4xl {
    border-bottom: 1px solid #01642E !important; }
  .u-border-bottom-sm-feedback-success-dark-4xl {
    border-bottom: 1px solid #00A148 !important; }
  .u-border-bottom-sm-feedback-success-medium-4xl {
    border-bottom: 1px solid #41C670 !important; }
  .u-border-bottom-sm-feedback-success-light-4xl {
    border-bottom: 1px solid #B3E3C9 !important; }
  .u-border-bottom-sm-feedback-success-lightest-4xl {
    border-bottom: 1px solid #D9F4E2 !important; }
  .u-border-bottom-sm-feedback-alert-darkest-4xl {
    border-bottom: 1px solid #E38800 !important; }
  .u-border-bottom-sm-feedback-alert-dark-4xl {
    border-bottom: 1px solid #F7A608 !important; }
  .u-border-bottom-sm-feedback-alert-medium-4xl {
    border-bottom: 1px solid #FFC633 !important; }
  .u-border-bottom-sm-feedback-alert-light-4xl {
    border-bottom: 1px solid #FEDF8F !important; }
  .u-border-bottom-sm-feedback-alert-lightest-4xl {
    border-bottom: 1px solid #FEEDBF !important; }
  .u-border-bottom-sm-neutral-darkest-4xl {
    border-bottom: 1px solid #1E1E1E !important; }
  .u-border-bottom-sm-neutral-dark-4xl {
    border-bottom: 1px solid #515151 !important; }
  .u-border-bottom-sm-neutral-medium-4xl {
    border-bottom: 1px solid #ADADAD !important; }
  .u-border-bottom-sm-neutral-light-4xl {
    border-bottom: 1px solid #E3E3E3 !important; }
  .u-border-bottom-sm-neutral-lightest-4xl {
    border-bottom: 1px solid #F2F2F2 !important; }
  .u-border-bottom-sm-essential-black-4xl {
    border-bottom: 1px solid #000000 !important; }
  .u-border-bottom-sm-essential-white-4xl {
    border-bottom: 1px solid #FFFFFF !important; }
  .u-border-right-sm-brand-primary-darkest-4xl {
    border-right: 1px solid #B43500 !important; }
  .u-border-right-sm-brand-primary-dark-4xl {
    border-right: 1px solid #D83B04 !important; }
  .u-border-right-sm-brand-primary-medium-4xl {
    border-right: 1px solid #E55807 !important; }
  .u-border-right-sm-brand-primary-light-4xl {
    border-right: 1px solid #FFCBB5 !important; }
  .u-border-right-sm-brand-primary-lightest-4xl {
    border-right: 1px solid #FDEBE1 !important; }
  .u-border-right-sm-complementary-1-darkest-4xl {
    border-right: 1px solid #9E7BB2 !important; }
  .u-border-right-sm-complementary-1-dark-4xl {
    border-right: 1px solid #B6A1C2 !important; }
  .u-border-right-sm-complementary-1-medium-4xl {
    border-right: 1px solid #D2C6D9 !important; }
  .u-border-right-sm-complementary-1-light-4xl {
    border-right: 1px solid #F4E8FA !important; }
  .u-border-right-sm-complementary-1-lightest-4xl {
    border-right: 1px solid #F7F0FB !important; }
  .u-border-right-sm-complementary-2-darkest-4xl {
    border-right: 1px solid #86BF33 !important; }
  .u-border-right-sm-complementary-2-dark-4xl {
    border-right: 1px solid #A8E353 !important; }
  .u-border-right-sm-complementary-2-medium-4xl {
    border-right: 1px solid #C6FA7A !important; }
  .u-border-right-sm-complementary-2-light-4xl {
    border-right: 1px solid #EBFFCD !important; }
  .u-border-right-sm-complementary-2-lightest-4xl {
    border-right: 1px solid #F6FFE9 !important; }
  .u-border-right-sm-feedback-danger-darkest-4xl {
    border-right: 1px solid #C71414 !important; }
  .u-border-right-sm-feedback-danger-dark-4xl {
    border-right: 1px solid #F42525 !important; }
  .u-border-right-sm-feedback-danger-medium-4xl {
    border-right: 1px solid #F95151 !important; }
  .u-border-right-sm-feedback-danger-light-4xl {
    border-right: 1px solid #FBA8A8 !important; }
  .u-border-right-sm-feedback-danger-lightest-4xl {
    border-right: 1px solid #FEDCDC !important; }
  .u-border-right-sm-feedback-success-darkest-4xl {
    border-right: 1px solid #01642E !important; }
  .u-border-right-sm-feedback-success-dark-4xl {
    border-right: 1px solid #00A148 !important; }
  .u-border-right-sm-feedback-success-medium-4xl {
    border-right: 1px solid #41C670 !important; }
  .u-border-right-sm-feedback-success-light-4xl {
    border-right: 1px solid #B3E3C9 !important; }
  .u-border-right-sm-feedback-success-lightest-4xl {
    border-right: 1px solid #D9F4E2 !important; }
  .u-border-right-sm-feedback-alert-darkest-4xl {
    border-right: 1px solid #E38800 !important; }
  .u-border-right-sm-feedback-alert-dark-4xl {
    border-right: 1px solid #F7A608 !important; }
  .u-border-right-sm-feedback-alert-medium-4xl {
    border-right: 1px solid #FFC633 !important; }
  .u-border-right-sm-feedback-alert-light-4xl {
    border-right: 1px solid #FEDF8F !important; }
  .u-border-right-sm-feedback-alert-lightest-4xl {
    border-right: 1px solid #FEEDBF !important; }
  .u-border-right-sm-neutral-darkest-4xl {
    border-right: 1px solid #1E1E1E !important; }
  .u-border-right-sm-neutral-dark-4xl {
    border-right: 1px solid #515151 !important; }
  .u-border-right-sm-neutral-medium-4xl {
    border-right: 1px solid #ADADAD !important; }
  .u-border-right-sm-neutral-light-4xl {
    border-right: 1px solid #E3E3E3 !important; }
  .u-border-right-sm-neutral-lightest-4xl {
    border-right: 1px solid #F2F2F2 !important; }
  .u-border-right-sm-essential-black-4xl {
    border-right: 1px solid #000000 !important; }
  .u-border-right-sm-essential-white-4xl {
    border-right: 1px solid #FFFFFF !important; }
  .u-border-left-sm-brand-primary-darkest-4xl {
    border-left: 1px solid #B43500 !important; }
  .u-border-left-sm-brand-primary-dark-4xl {
    border-left: 1px solid #D83B04 !important; }
  .u-border-left-sm-brand-primary-medium-4xl {
    border-left: 1px solid #E55807 !important; }
  .u-border-left-sm-brand-primary-light-4xl {
    border-left: 1px solid #FFCBB5 !important; }
  .u-border-left-sm-brand-primary-lightest-4xl {
    border-left: 1px solid #FDEBE1 !important; }
  .u-border-left-sm-complementary-1-darkest-4xl {
    border-left: 1px solid #9E7BB2 !important; }
  .u-border-left-sm-complementary-1-dark-4xl {
    border-left: 1px solid #B6A1C2 !important; }
  .u-border-left-sm-complementary-1-medium-4xl {
    border-left: 1px solid #D2C6D9 !important; }
  .u-border-left-sm-complementary-1-light-4xl {
    border-left: 1px solid #F4E8FA !important; }
  .u-border-left-sm-complementary-1-lightest-4xl {
    border-left: 1px solid #F7F0FB !important; }
  .u-border-left-sm-complementary-2-darkest-4xl {
    border-left: 1px solid #86BF33 !important; }
  .u-border-left-sm-complementary-2-dark-4xl {
    border-left: 1px solid #A8E353 !important; }
  .u-border-left-sm-complementary-2-medium-4xl {
    border-left: 1px solid #C6FA7A !important; }
  .u-border-left-sm-complementary-2-light-4xl {
    border-left: 1px solid #EBFFCD !important; }
  .u-border-left-sm-complementary-2-lightest-4xl {
    border-left: 1px solid #F6FFE9 !important; }
  .u-border-left-sm-feedback-danger-darkest-4xl {
    border-left: 1px solid #C71414 !important; }
  .u-border-left-sm-feedback-danger-dark-4xl {
    border-left: 1px solid #F42525 !important; }
  .u-border-left-sm-feedback-danger-medium-4xl {
    border-left: 1px solid #F95151 !important; }
  .u-border-left-sm-feedback-danger-light-4xl {
    border-left: 1px solid #FBA8A8 !important; }
  .u-border-left-sm-feedback-danger-lightest-4xl {
    border-left: 1px solid #FEDCDC !important; }
  .u-border-left-sm-feedback-success-darkest-4xl {
    border-left: 1px solid #01642E !important; }
  .u-border-left-sm-feedback-success-dark-4xl {
    border-left: 1px solid #00A148 !important; }
  .u-border-left-sm-feedback-success-medium-4xl {
    border-left: 1px solid #41C670 !important; }
  .u-border-left-sm-feedback-success-light-4xl {
    border-left: 1px solid #B3E3C9 !important; }
  .u-border-left-sm-feedback-success-lightest-4xl {
    border-left: 1px solid #D9F4E2 !important; }
  .u-border-left-sm-feedback-alert-darkest-4xl {
    border-left: 1px solid #E38800 !important; }
  .u-border-left-sm-feedback-alert-dark-4xl {
    border-left: 1px solid #F7A608 !important; }
  .u-border-left-sm-feedback-alert-medium-4xl {
    border-left: 1px solid #FFC633 !important; }
  .u-border-left-sm-feedback-alert-light-4xl {
    border-left: 1px solid #FEDF8F !important; }
  .u-border-left-sm-feedback-alert-lightest-4xl {
    border-left: 1px solid #FEEDBF !important; }
  .u-border-left-sm-neutral-darkest-4xl {
    border-left: 1px solid #1E1E1E !important; }
  .u-border-left-sm-neutral-dark-4xl {
    border-left: 1px solid #515151 !important; }
  .u-border-left-sm-neutral-medium-4xl {
    border-left: 1px solid #ADADAD !important; }
  .u-border-left-sm-neutral-light-4xl {
    border-left: 1px solid #E3E3E3 !important; }
  .u-border-left-sm-neutral-lightest-4xl {
    border-left: 1px solid #F2F2F2 !important; }
  .u-border-left-sm-essential-black-4xl {
    border-left: 1px solid #000000 !important; }
  .u-border-left-sm-essential-white-4xl {
    border-left: 1px solid #FFFFFF !important; }
  .u-border-md-brand-primary-darkest-4xl {
    border: 2px solid #B43500 !important; }
  .u-border-md-brand-primary-dark-4xl {
    border: 2px solid #D83B04 !important; }
  .u-border-md-brand-primary-medium-4xl {
    border: 2px solid #E55807 !important; }
  .u-border-md-brand-primary-light-4xl {
    border: 2px solid #FFCBB5 !important; }
  .u-border-md-brand-primary-lightest-4xl {
    border: 2px solid #FDEBE1 !important; }
  .u-border-md-complementary-1-darkest-4xl {
    border: 2px solid #9E7BB2 !important; }
  .u-border-md-complementary-1-dark-4xl {
    border: 2px solid #B6A1C2 !important; }
  .u-border-md-complementary-1-medium-4xl {
    border: 2px solid #D2C6D9 !important; }
  .u-border-md-complementary-1-light-4xl {
    border: 2px solid #F4E8FA !important; }
  .u-border-md-complementary-1-lightest-4xl {
    border: 2px solid #F7F0FB !important; }
  .u-border-md-complementary-2-darkest-4xl {
    border: 2px solid #86BF33 !important; }
  .u-border-md-complementary-2-dark-4xl {
    border: 2px solid #A8E353 !important; }
  .u-border-md-complementary-2-medium-4xl {
    border: 2px solid #C6FA7A !important; }
  .u-border-md-complementary-2-light-4xl {
    border: 2px solid #EBFFCD !important; }
  .u-border-md-complementary-2-lightest-4xl {
    border: 2px solid #F6FFE9 !important; }
  .u-border-md-feedback-danger-darkest-4xl {
    border: 2px solid #C71414 !important; }
  .u-border-md-feedback-danger-dark-4xl {
    border: 2px solid #F42525 !important; }
  .u-border-md-feedback-danger-medium-4xl {
    border: 2px solid #F95151 !important; }
  .u-border-md-feedback-danger-light-4xl {
    border: 2px solid #FBA8A8 !important; }
  .u-border-md-feedback-danger-lightest-4xl {
    border: 2px solid #FEDCDC !important; }
  .u-border-md-feedback-success-darkest-4xl {
    border: 2px solid #01642E !important; }
  .u-border-md-feedback-success-dark-4xl {
    border: 2px solid #00A148 !important; }
  .u-border-md-feedback-success-medium-4xl {
    border: 2px solid #41C670 !important; }
  .u-border-md-feedback-success-light-4xl {
    border: 2px solid #B3E3C9 !important; }
  .u-border-md-feedback-success-lightest-4xl {
    border: 2px solid #D9F4E2 !important; }
  .u-border-md-feedback-alert-darkest-4xl {
    border: 2px solid #E38800 !important; }
  .u-border-md-feedback-alert-dark-4xl {
    border: 2px solid #F7A608 !important; }
  .u-border-md-feedback-alert-medium-4xl {
    border: 2px solid #FFC633 !important; }
  .u-border-md-feedback-alert-light-4xl {
    border: 2px solid #FEDF8F !important; }
  .u-border-md-feedback-alert-lightest-4xl {
    border: 2px solid #FEEDBF !important; }
  .u-border-md-neutral-darkest-4xl {
    border: 2px solid #1E1E1E !important; }
  .u-border-md-neutral-dark-4xl {
    border: 2px solid #515151 !important; }
  .u-border-md-neutral-medium-4xl {
    border: 2px solid #ADADAD !important; }
  .u-border-md-neutral-light-4xl {
    border: 2px solid #E3E3E3 !important; }
  .u-border-md-neutral-lightest-4xl {
    border: 2px solid #F2F2F2 !important; }
  .u-border-md-essential-black-4xl {
    border: 2px solid #000000 !important; }
  .u-border-md-essential-white-4xl {
    border: 2px solid #FFFFFF !important; }
  .u-border-top-md-brand-primary-darkest-4xl {
    border-top: 2px solid #B43500 !important; }
  .u-border-top-md-brand-primary-dark-4xl {
    border-top: 2px solid #D83B04 !important; }
  .u-border-top-md-brand-primary-medium-4xl {
    border-top: 2px solid #E55807 !important; }
  .u-border-top-md-brand-primary-light-4xl {
    border-top: 2px solid #FFCBB5 !important; }
  .u-border-top-md-brand-primary-lightest-4xl {
    border-top: 2px solid #FDEBE1 !important; }
  .u-border-top-md-complementary-1-darkest-4xl {
    border-top: 2px solid #9E7BB2 !important; }
  .u-border-top-md-complementary-1-dark-4xl {
    border-top: 2px solid #B6A1C2 !important; }
  .u-border-top-md-complementary-1-medium-4xl {
    border-top: 2px solid #D2C6D9 !important; }
  .u-border-top-md-complementary-1-light-4xl {
    border-top: 2px solid #F4E8FA !important; }
  .u-border-top-md-complementary-1-lightest-4xl {
    border-top: 2px solid #F7F0FB !important; }
  .u-border-top-md-complementary-2-darkest-4xl {
    border-top: 2px solid #86BF33 !important; }
  .u-border-top-md-complementary-2-dark-4xl {
    border-top: 2px solid #A8E353 !important; }
  .u-border-top-md-complementary-2-medium-4xl {
    border-top: 2px solid #C6FA7A !important; }
  .u-border-top-md-complementary-2-light-4xl {
    border-top: 2px solid #EBFFCD !important; }
  .u-border-top-md-complementary-2-lightest-4xl {
    border-top: 2px solid #F6FFE9 !important; }
  .u-border-top-md-feedback-danger-darkest-4xl {
    border-top: 2px solid #C71414 !important; }
  .u-border-top-md-feedback-danger-dark-4xl {
    border-top: 2px solid #F42525 !important; }
  .u-border-top-md-feedback-danger-medium-4xl {
    border-top: 2px solid #F95151 !important; }
  .u-border-top-md-feedback-danger-light-4xl {
    border-top: 2px solid #FBA8A8 !important; }
  .u-border-top-md-feedback-danger-lightest-4xl {
    border-top: 2px solid #FEDCDC !important; }
  .u-border-top-md-feedback-success-darkest-4xl {
    border-top: 2px solid #01642E !important; }
  .u-border-top-md-feedback-success-dark-4xl {
    border-top: 2px solid #00A148 !important; }
  .u-border-top-md-feedback-success-medium-4xl {
    border-top: 2px solid #41C670 !important; }
  .u-border-top-md-feedback-success-light-4xl {
    border-top: 2px solid #B3E3C9 !important; }
  .u-border-top-md-feedback-success-lightest-4xl {
    border-top: 2px solid #D9F4E2 !important; }
  .u-border-top-md-feedback-alert-darkest-4xl {
    border-top: 2px solid #E38800 !important; }
  .u-border-top-md-feedback-alert-dark-4xl {
    border-top: 2px solid #F7A608 !important; }
  .u-border-top-md-feedback-alert-medium-4xl {
    border-top: 2px solid #FFC633 !important; }
  .u-border-top-md-feedback-alert-light-4xl {
    border-top: 2px solid #FEDF8F !important; }
  .u-border-top-md-feedback-alert-lightest-4xl {
    border-top: 2px solid #FEEDBF !important; }
  .u-border-top-md-neutral-darkest-4xl {
    border-top: 2px solid #1E1E1E !important; }
  .u-border-top-md-neutral-dark-4xl {
    border-top: 2px solid #515151 !important; }
  .u-border-top-md-neutral-medium-4xl {
    border-top: 2px solid #ADADAD !important; }
  .u-border-top-md-neutral-light-4xl {
    border-top: 2px solid #E3E3E3 !important; }
  .u-border-top-md-neutral-lightest-4xl {
    border-top: 2px solid #F2F2F2 !important; }
  .u-border-top-md-essential-black-4xl {
    border-top: 2px solid #000000 !important; }
  .u-border-top-md-essential-white-4xl {
    border-top: 2px solid #FFFFFF !important; }
  .u-border-bottom-md-brand-primary-darkest-4xl {
    border-bottom: 2px solid #B43500 !important; }
  .u-border-bottom-md-brand-primary-dark-4xl {
    border-bottom: 2px solid #D83B04 !important; }
  .u-border-bottom-md-brand-primary-medium-4xl {
    border-bottom: 2px solid #E55807 !important; }
  .u-border-bottom-md-brand-primary-light-4xl {
    border-bottom: 2px solid #FFCBB5 !important; }
  .u-border-bottom-md-brand-primary-lightest-4xl {
    border-bottom: 2px solid #FDEBE1 !important; }
  .u-border-bottom-md-complementary-1-darkest-4xl {
    border-bottom: 2px solid #9E7BB2 !important; }
  .u-border-bottom-md-complementary-1-dark-4xl {
    border-bottom: 2px solid #B6A1C2 !important; }
  .u-border-bottom-md-complementary-1-medium-4xl {
    border-bottom: 2px solid #D2C6D9 !important; }
  .u-border-bottom-md-complementary-1-light-4xl {
    border-bottom: 2px solid #F4E8FA !important; }
  .u-border-bottom-md-complementary-1-lightest-4xl {
    border-bottom: 2px solid #F7F0FB !important; }
  .u-border-bottom-md-complementary-2-darkest-4xl {
    border-bottom: 2px solid #86BF33 !important; }
  .u-border-bottom-md-complementary-2-dark-4xl {
    border-bottom: 2px solid #A8E353 !important; }
  .u-border-bottom-md-complementary-2-medium-4xl {
    border-bottom: 2px solid #C6FA7A !important; }
  .u-border-bottom-md-complementary-2-light-4xl {
    border-bottom: 2px solid #EBFFCD !important; }
  .u-border-bottom-md-complementary-2-lightest-4xl {
    border-bottom: 2px solid #F6FFE9 !important; }
  .u-border-bottom-md-feedback-danger-darkest-4xl {
    border-bottom: 2px solid #C71414 !important; }
  .u-border-bottom-md-feedback-danger-dark-4xl {
    border-bottom: 2px solid #F42525 !important; }
  .u-border-bottom-md-feedback-danger-medium-4xl {
    border-bottom: 2px solid #F95151 !important; }
  .u-border-bottom-md-feedback-danger-light-4xl {
    border-bottom: 2px solid #FBA8A8 !important; }
  .u-border-bottom-md-feedback-danger-lightest-4xl {
    border-bottom: 2px solid #FEDCDC !important; }
  .u-border-bottom-md-feedback-success-darkest-4xl {
    border-bottom: 2px solid #01642E !important; }
  .u-border-bottom-md-feedback-success-dark-4xl {
    border-bottom: 2px solid #00A148 !important; }
  .u-border-bottom-md-feedback-success-medium-4xl {
    border-bottom: 2px solid #41C670 !important; }
  .u-border-bottom-md-feedback-success-light-4xl {
    border-bottom: 2px solid #B3E3C9 !important; }
  .u-border-bottom-md-feedback-success-lightest-4xl {
    border-bottom: 2px solid #D9F4E2 !important; }
  .u-border-bottom-md-feedback-alert-darkest-4xl {
    border-bottom: 2px solid #E38800 !important; }
  .u-border-bottom-md-feedback-alert-dark-4xl {
    border-bottom: 2px solid #F7A608 !important; }
  .u-border-bottom-md-feedback-alert-medium-4xl {
    border-bottom: 2px solid #FFC633 !important; }
  .u-border-bottom-md-feedback-alert-light-4xl {
    border-bottom: 2px solid #FEDF8F !important; }
  .u-border-bottom-md-feedback-alert-lightest-4xl {
    border-bottom: 2px solid #FEEDBF !important; }
  .u-border-bottom-md-neutral-darkest-4xl {
    border-bottom: 2px solid #1E1E1E !important; }
  .u-border-bottom-md-neutral-dark-4xl {
    border-bottom: 2px solid #515151 !important; }
  .u-border-bottom-md-neutral-medium-4xl {
    border-bottom: 2px solid #ADADAD !important; }
  .u-border-bottom-md-neutral-light-4xl {
    border-bottom: 2px solid #E3E3E3 !important; }
  .u-border-bottom-md-neutral-lightest-4xl {
    border-bottom: 2px solid #F2F2F2 !important; }
  .u-border-bottom-md-essential-black-4xl {
    border-bottom: 2px solid #000000 !important; }
  .u-border-bottom-md-essential-white-4xl {
    border-bottom: 2px solid #FFFFFF !important; }
  .u-border-right-md-brand-primary-darkest-4xl {
    border-right: 2px solid #B43500 !important; }
  .u-border-right-md-brand-primary-dark-4xl {
    border-right: 2px solid #D83B04 !important; }
  .u-border-right-md-brand-primary-medium-4xl {
    border-right: 2px solid #E55807 !important; }
  .u-border-right-md-brand-primary-light-4xl {
    border-right: 2px solid #FFCBB5 !important; }
  .u-border-right-md-brand-primary-lightest-4xl {
    border-right: 2px solid #FDEBE1 !important; }
  .u-border-right-md-complementary-1-darkest-4xl {
    border-right: 2px solid #9E7BB2 !important; }
  .u-border-right-md-complementary-1-dark-4xl {
    border-right: 2px solid #B6A1C2 !important; }
  .u-border-right-md-complementary-1-medium-4xl {
    border-right: 2px solid #D2C6D9 !important; }
  .u-border-right-md-complementary-1-light-4xl {
    border-right: 2px solid #F4E8FA !important; }
  .u-border-right-md-complementary-1-lightest-4xl {
    border-right: 2px solid #F7F0FB !important; }
  .u-border-right-md-complementary-2-darkest-4xl {
    border-right: 2px solid #86BF33 !important; }
  .u-border-right-md-complementary-2-dark-4xl {
    border-right: 2px solid #A8E353 !important; }
  .u-border-right-md-complementary-2-medium-4xl {
    border-right: 2px solid #C6FA7A !important; }
  .u-border-right-md-complementary-2-light-4xl {
    border-right: 2px solid #EBFFCD !important; }
  .u-border-right-md-complementary-2-lightest-4xl {
    border-right: 2px solid #F6FFE9 !important; }
  .u-border-right-md-feedback-danger-darkest-4xl {
    border-right: 2px solid #C71414 !important; }
  .u-border-right-md-feedback-danger-dark-4xl {
    border-right: 2px solid #F42525 !important; }
  .u-border-right-md-feedback-danger-medium-4xl {
    border-right: 2px solid #F95151 !important; }
  .u-border-right-md-feedback-danger-light-4xl {
    border-right: 2px solid #FBA8A8 !important; }
  .u-border-right-md-feedback-danger-lightest-4xl {
    border-right: 2px solid #FEDCDC !important; }
  .u-border-right-md-feedback-success-darkest-4xl {
    border-right: 2px solid #01642E !important; }
  .u-border-right-md-feedback-success-dark-4xl {
    border-right: 2px solid #00A148 !important; }
  .u-border-right-md-feedback-success-medium-4xl {
    border-right: 2px solid #41C670 !important; }
  .u-border-right-md-feedback-success-light-4xl {
    border-right: 2px solid #B3E3C9 !important; }
  .u-border-right-md-feedback-success-lightest-4xl {
    border-right: 2px solid #D9F4E2 !important; }
  .u-border-right-md-feedback-alert-darkest-4xl {
    border-right: 2px solid #E38800 !important; }
  .u-border-right-md-feedback-alert-dark-4xl {
    border-right: 2px solid #F7A608 !important; }
  .u-border-right-md-feedback-alert-medium-4xl {
    border-right: 2px solid #FFC633 !important; }
  .u-border-right-md-feedback-alert-light-4xl {
    border-right: 2px solid #FEDF8F !important; }
  .u-border-right-md-feedback-alert-lightest-4xl {
    border-right: 2px solid #FEEDBF !important; }
  .u-border-right-md-neutral-darkest-4xl {
    border-right: 2px solid #1E1E1E !important; }
  .u-border-right-md-neutral-dark-4xl {
    border-right: 2px solid #515151 !important; }
  .u-border-right-md-neutral-medium-4xl {
    border-right: 2px solid #ADADAD !important; }
  .u-border-right-md-neutral-light-4xl {
    border-right: 2px solid #E3E3E3 !important; }
  .u-border-right-md-neutral-lightest-4xl {
    border-right: 2px solid #F2F2F2 !important; }
  .u-border-right-md-essential-black-4xl {
    border-right: 2px solid #000000 !important; }
  .u-border-right-md-essential-white-4xl {
    border-right: 2px solid #FFFFFF !important; }
  .u-border-left-md-brand-primary-darkest-4xl {
    border-left: 2px solid #B43500 !important; }
  .u-border-left-md-brand-primary-dark-4xl {
    border-left: 2px solid #D83B04 !important; }
  .u-border-left-md-brand-primary-medium-4xl {
    border-left: 2px solid #E55807 !important; }
  .u-border-left-md-brand-primary-light-4xl {
    border-left: 2px solid #FFCBB5 !important; }
  .u-border-left-md-brand-primary-lightest-4xl {
    border-left: 2px solid #FDEBE1 !important; }
  .u-border-left-md-complementary-1-darkest-4xl {
    border-left: 2px solid #9E7BB2 !important; }
  .u-border-left-md-complementary-1-dark-4xl {
    border-left: 2px solid #B6A1C2 !important; }
  .u-border-left-md-complementary-1-medium-4xl {
    border-left: 2px solid #D2C6D9 !important; }
  .u-border-left-md-complementary-1-light-4xl {
    border-left: 2px solid #F4E8FA !important; }
  .u-border-left-md-complementary-1-lightest-4xl {
    border-left: 2px solid #F7F0FB !important; }
  .u-border-left-md-complementary-2-darkest-4xl {
    border-left: 2px solid #86BF33 !important; }
  .u-border-left-md-complementary-2-dark-4xl {
    border-left: 2px solid #A8E353 !important; }
  .u-border-left-md-complementary-2-medium-4xl {
    border-left: 2px solid #C6FA7A !important; }
  .u-border-left-md-complementary-2-light-4xl {
    border-left: 2px solid #EBFFCD !important; }
  .u-border-left-md-complementary-2-lightest-4xl {
    border-left: 2px solid #F6FFE9 !important; }
  .u-border-left-md-feedback-danger-darkest-4xl {
    border-left: 2px solid #C71414 !important; }
  .u-border-left-md-feedback-danger-dark-4xl {
    border-left: 2px solid #F42525 !important; }
  .u-border-left-md-feedback-danger-medium-4xl {
    border-left: 2px solid #F95151 !important; }
  .u-border-left-md-feedback-danger-light-4xl {
    border-left: 2px solid #FBA8A8 !important; }
  .u-border-left-md-feedback-danger-lightest-4xl {
    border-left: 2px solid #FEDCDC !important; }
  .u-border-left-md-feedback-success-darkest-4xl {
    border-left: 2px solid #01642E !important; }
  .u-border-left-md-feedback-success-dark-4xl {
    border-left: 2px solid #00A148 !important; }
  .u-border-left-md-feedback-success-medium-4xl {
    border-left: 2px solid #41C670 !important; }
  .u-border-left-md-feedback-success-light-4xl {
    border-left: 2px solid #B3E3C9 !important; }
  .u-border-left-md-feedback-success-lightest-4xl {
    border-left: 2px solid #D9F4E2 !important; }
  .u-border-left-md-feedback-alert-darkest-4xl {
    border-left: 2px solid #E38800 !important; }
  .u-border-left-md-feedback-alert-dark-4xl {
    border-left: 2px solid #F7A608 !important; }
  .u-border-left-md-feedback-alert-medium-4xl {
    border-left: 2px solid #FFC633 !important; }
  .u-border-left-md-feedback-alert-light-4xl {
    border-left: 2px solid #FEDF8F !important; }
  .u-border-left-md-feedback-alert-lightest-4xl {
    border-left: 2px solid #FEEDBF !important; }
  .u-border-left-md-neutral-darkest-4xl {
    border-left: 2px solid #1E1E1E !important; }
  .u-border-left-md-neutral-dark-4xl {
    border-left: 2px solid #515151 !important; }
  .u-border-left-md-neutral-medium-4xl {
    border-left: 2px solid #ADADAD !important; }
  .u-border-left-md-neutral-light-4xl {
    border-left: 2px solid #E3E3E3 !important; }
  .u-border-left-md-neutral-lightest-4xl {
    border-left: 2px solid #F2F2F2 !important; }
  .u-border-left-md-essential-black-4xl {
    border-left: 2px solid #000000 !important; }
  .u-border-left-md-essential-white-4xl {
    border-left: 2px solid #FFFFFF !important; }
  .u-border-lg-brand-primary-darkest-4xl {
    border: 4px solid #B43500 !important; }
  .u-border-lg-brand-primary-dark-4xl {
    border: 4px solid #D83B04 !important; }
  .u-border-lg-brand-primary-medium-4xl {
    border: 4px solid #E55807 !important; }
  .u-border-lg-brand-primary-light-4xl {
    border: 4px solid #FFCBB5 !important; }
  .u-border-lg-brand-primary-lightest-4xl {
    border: 4px solid #FDEBE1 !important; }
  .u-border-lg-complementary-1-darkest-4xl {
    border: 4px solid #9E7BB2 !important; }
  .u-border-lg-complementary-1-dark-4xl {
    border: 4px solid #B6A1C2 !important; }
  .u-border-lg-complementary-1-medium-4xl {
    border: 4px solid #D2C6D9 !important; }
  .u-border-lg-complementary-1-light-4xl {
    border: 4px solid #F4E8FA !important; }
  .u-border-lg-complementary-1-lightest-4xl {
    border: 4px solid #F7F0FB !important; }
  .u-border-lg-complementary-2-darkest-4xl {
    border: 4px solid #86BF33 !important; }
  .u-border-lg-complementary-2-dark-4xl {
    border: 4px solid #A8E353 !important; }
  .u-border-lg-complementary-2-medium-4xl {
    border: 4px solid #C6FA7A !important; }
  .u-border-lg-complementary-2-light-4xl {
    border: 4px solid #EBFFCD !important; }
  .u-border-lg-complementary-2-lightest-4xl {
    border: 4px solid #F6FFE9 !important; }
  .u-border-lg-feedback-danger-darkest-4xl {
    border: 4px solid #C71414 !important; }
  .u-border-lg-feedback-danger-dark-4xl {
    border: 4px solid #F42525 !important; }
  .u-border-lg-feedback-danger-medium-4xl {
    border: 4px solid #F95151 !important; }
  .u-border-lg-feedback-danger-light-4xl {
    border: 4px solid #FBA8A8 !important; }
  .u-border-lg-feedback-danger-lightest-4xl {
    border: 4px solid #FEDCDC !important; }
  .u-border-lg-feedback-success-darkest-4xl {
    border: 4px solid #01642E !important; }
  .u-border-lg-feedback-success-dark-4xl {
    border: 4px solid #00A148 !important; }
  .u-border-lg-feedback-success-medium-4xl {
    border: 4px solid #41C670 !important; }
  .u-border-lg-feedback-success-light-4xl {
    border: 4px solid #B3E3C9 !important; }
  .u-border-lg-feedback-success-lightest-4xl {
    border: 4px solid #D9F4E2 !important; }
  .u-border-lg-feedback-alert-darkest-4xl {
    border: 4px solid #E38800 !important; }
  .u-border-lg-feedback-alert-dark-4xl {
    border: 4px solid #F7A608 !important; }
  .u-border-lg-feedback-alert-medium-4xl {
    border: 4px solid #FFC633 !important; }
  .u-border-lg-feedback-alert-light-4xl {
    border: 4px solid #FEDF8F !important; }
  .u-border-lg-feedback-alert-lightest-4xl {
    border: 4px solid #FEEDBF !important; }
  .u-border-lg-neutral-darkest-4xl {
    border: 4px solid #1E1E1E !important; }
  .u-border-lg-neutral-dark-4xl {
    border: 4px solid #515151 !important; }
  .u-border-lg-neutral-medium-4xl {
    border: 4px solid #ADADAD !important; }
  .u-border-lg-neutral-light-4xl {
    border: 4px solid #E3E3E3 !important; }
  .u-border-lg-neutral-lightest-4xl {
    border: 4px solid #F2F2F2 !important; }
  .u-border-lg-essential-black-4xl {
    border: 4px solid #000000 !important; }
  .u-border-lg-essential-white-4xl {
    border: 4px solid #FFFFFF !important; }
  .u-border-top-lg-brand-primary-darkest-4xl {
    border-top: 4px solid #B43500 !important; }
  .u-border-top-lg-brand-primary-dark-4xl {
    border-top: 4px solid #D83B04 !important; }
  .u-border-top-lg-brand-primary-medium-4xl {
    border-top: 4px solid #E55807 !important; }
  .u-border-top-lg-brand-primary-light-4xl {
    border-top: 4px solid #FFCBB5 !important; }
  .u-border-top-lg-brand-primary-lightest-4xl {
    border-top: 4px solid #FDEBE1 !important; }
  .u-border-top-lg-complementary-1-darkest-4xl {
    border-top: 4px solid #9E7BB2 !important; }
  .u-border-top-lg-complementary-1-dark-4xl {
    border-top: 4px solid #B6A1C2 !important; }
  .u-border-top-lg-complementary-1-medium-4xl {
    border-top: 4px solid #D2C6D9 !important; }
  .u-border-top-lg-complementary-1-light-4xl {
    border-top: 4px solid #F4E8FA !important; }
  .u-border-top-lg-complementary-1-lightest-4xl {
    border-top: 4px solid #F7F0FB !important; }
  .u-border-top-lg-complementary-2-darkest-4xl {
    border-top: 4px solid #86BF33 !important; }
  .u-border-top-lg-complementary-2-dark-4xl {
    border-top: 4px solid #A8E353 !important; }
  .u-border-top-lg-complementary-2-medium-4xl {
    border-top: 4px solid #C6FA7A !important; }
  .u-border-top-lg-complementary-2-light-4xl {
    border-top: 4px solid #EBFFCD !important; }
  .u-border-top-lg-complementary-2-lightest-4xl {
    border-top: 4px solid #F6FFE9 !important; }
  .u-border-top-lg-feedback-danger-darkest-4xl {
    border-top: 4px solid #C71414 !important; }
  .u-border-top-lg-feedback-danger-dark-4xl {
    border-top: 4px solid #F42525 !important; }
  .u-border-top-lg-feedback-danger-medium-4xl {
    border-top: 4px solid #F95151 !important; }
  .u-border-top-lg-feedback-danger-light-4xl {
    border-top: 4px solid #FBA8A8 !important; }
  .u-border-top-lg-feedback-danger-lightest-4xl {
    border-top: 4px solid #FEDCDC !important; }
  .u-border-top-lg-feedback-success-darkest-4xl {
    border-top: 4px solid #01642E !important; }
  .u-border-top-lg-feedback-success-dark-4xl {
    border-top: 4px solid #00A148 !important; }
  .u-border-top-lg-feedback-success-medium-4xl {
    border-top: 4px solid #41C670 !important; }
  .u-border-top-lg-feedback-success-light-4xl {
    border-top: 4px solid #B3E3C9 !important; }
  .u-border-top-lg-feedback-success-lightest-4xl {
    border-top: 4px solid #D9F4E2 !important; }
  .u-border-top-lg-feedback-alert-darkest-4xl {
    border-top: 4px solid #E38800 !important; }
  .u-border-top-lg-feedback-alert-dark-4xl {
    border-top: 4px solid #F7A608 !important; }
  .u-border-top-lg-feedback-alert-medium-4xl {
    border-top: 4px solid #FFC633 !important; }
  .u-border-top-lg-feedback-alert-light-4xl {
    border-top: 4px solid #FEDF8F !important; }
  .u-border-top-lg-feedback-alert-lightest-4xl {
    border-top: 4px solid #FEEDBF !important; }
  .u-border-top-lg-neutral-darkest-4xl {
    border-top: 4px solid #1E1E1E !important; }
  .u-border-top-lg-neutral-dark-4xl {
    border-top: 4px solid #515151 !important; }
  .u-border-top-lg-neutral-medium-4xl {
    border-top: 4px solid #ADADAD !important; }
  .u-border-top-lg-neutral-light-4xl {
    border-top: 4px solid #E3E3E3 !important; }
  .u-border-top-lg-neutral-lightest-4xl {
    border-top: 4px solid #F2F2F2 !important; }
  .u-border-top-lg-essential-black-4xl {
    border-top: 4px solid #000000 !important; }
  .u-border-top-lg-essential-white-4xl {
    border-top: 4px solid #FFFFFF !important; }
  .u-border-bottom-lg-brand-primary-darkest-4xl {
    border-bottom: 4px solid #B43500 !important; }
  .u-border-bottom-lg-brand-primary-dark-4xl {
    border-bottom: 4px solid #D83B04 !important; }
  .u-border-bottom-lg-brand-primary-medium-4xl {
    border-bottom: 4px solid #E55807 !important; }
  .u-border-bottom-lg-brand-primary-light-4xl {
    border-bottom: 4px solid #FFCBB5 !important; }
  .u-border-bottom-lg-brand-primary-lightest-4xl {
    border-bottom: 4px solid #FDEBE1 !important; }
  .u-border-bottom-lg-complementary-1-darkest-4xl {
    border-bottom: 4px solid #9E7BB2 !important; }
  .u-border-bottom-lg-complementary-1-dark-4xl {
    border-bottom: 4px solid #B6A1C2 !important; }
  .u-border-bottom-lg-complementary-1-medium-4xl {
    border-bottom: 4px solid #D2C6D9 !important; }
  .u-border-bottom-lg-complementary-1-light-4xl {
    border-bottom: 4px solid #F4E8FA !important; }
  .u-border-bottom-lg-complementary-1-lightest-4xl {
    border-bottom: 4px solid #F7F0FB !important; }
  .u-border-bottom-lg-complementary-2-darkest-4xl {
    border-bottom: 4px solid #86BF33 !important; }
  .u-border-bottom-lg-complementary-2-dark-4xl {
    border-bottom: 4px solid #A8E353 !important; }
  .u-border-bottom-lg-complementary-2-medium-4xl {
    border-bottom: 4px solid #C6FA7A !important; }
  .u-border-bottom-lg-complementary-2-light-4xl {
    border-bottom: 4px solid #EBFFCD !important; }
  .u-border-bottom-lg-complementary-2-lightest-4xl {
    border-bottom: 4px solid #F6FFE9 !important; }
  .u-border-bottom-lg-feedback-danger-darkest-4xl {
    border-bottom: 4px solid #C71414 !important; }
  .u-border-bottom-lg-feedback-danger-dark-4xl {
    border-bottom: 4px solid #F42525 !important; }
  .u-border-bottom-lg-feedback-danger-medium-4xl {
    border-bottom: 4px solid #F95151 !important; }
  .u-border-bottom-lg-feedback-danger-light-4xl {
    border-bottom: 4px solid #FBA8A8 !important; }
  .u-border-bottom-lg-feedback-danger-lightest-4xl {
    border-bottom: 4px solid #FEDCDC !important; }
  .u-border-bottom-lg-feedback-success-darkest-4xl {
    border-bottom: 4px solid #01642E !important; }
  .u-border-bottom-lg-feedback-success-dark-4xl {
    border-bottom: 4px solid #00A148 !important; }
  .u-border-bottom-lg-feedback-success-medium-4xl {
    border-bottom: 4px solid #41C670 !important; }
  .u-border-bottom-lg-feedback-success-light-4xl {
    border-bottom: 4px solid #B3E3C9 !important; }
  .u-border-bottom-lg-feedback-success-lightest-4xl {
    border-bottom: 4px solid #D9F4E2 !important; }
  .u-border-bottom-lg-feedback-alert-darkest-4xl {
    border-bottom: 4px solid #E38800 !important; }
  .u-border-bottom-lg-feedback-alert-dark-4xl {
    border-bottom: 4px solid #F7A608 !important; }
  .u-border-bottom-lg-feedback-alert-medium-4xl {
    border-bottom: 4px solid #FFC633 !important; }
  .u-border-bottom-lg-feedback-alert-light-4xl {
    border-bottom: 4px solid #FEDF8F !important; }
  .u-border-bottom-lg-feedback-alert-lightest-4xl {
    border-bottom: 4px solid #FEEDBF !important; }
  .u-border-bottom-lg-neutral-darkest-4xl {
    border-bottom: 4px solid #1E1E1E !important; }
  .u-border-bottom-lg-neutral-dark-4xl {
    border-bottom: 4px solid #515151 !important; }
  .u-border-bottom-lg-neutral-medium-4xl {
    border-bottom: 4px solid #ADADAD !important; }
  .u-border-bottom-lg-neutral-light-4xl {
    border-bottom: 4px solid #E3E3E3 !important; }
  .u-border-bottom-lg-neutral-lightest-4xl {
    border-bottom: 4px solid #F2F2F2 !important; }
  .u-border-bottom-lg-essential-black-4xl {
    border-bottom: 4px solid #000000 !important; }
  .u-border-bottom-lg-essential-white-4xl {
    border-bottom: 4px solid #FFFFFF !important; }
  .u-border-right-lg-brand-primary-darkest-4xl {
    border-right: 4px solid #B43500 !important; }
  .u-border-right-lg-brand-primary-dark-4xl {
    border-right: 4px solid #D83B04 !important; }
  .u-border-right-lg-brand-primary-medium-4xl {
    border-right: 4px solid #E55807 !important; }
  .u-border-right-lg-brand-primary-light-4xl {
    border-right: 4px solid #FFCBB5 !important; }
  .u-border-right-lg-brand-primary-lightest-4xl {
    border-right: 4px solid #FDEBE1 !important; }
  .u-border-right-lg-complementary-1-darkest-4xl {
    border-right: 4px solid #9E7BB2 !important; }
  .u-border-right-lg-complementary-1-dark-4xl {
    border-right: 4px solid #B6A1C2 !important; }
  .u-border-right-lg-complementary-1-medium-4xl {
    border-right: 4px solid #D2C6D9 !important; }
  .u-border-right-lg-complementary-1-light-4xl {
    border-right: 4px solid #F4E8FA !important; }
  .u-border-right-lg-complementary-1-lightest-4xl {
    border-right: 4px solid #F7F0FB !important; }
  .u-border-right-lg-complementary-2-darkest-4xl {
    border-right: 4px solid #86BF33 !important; }
  .u-border-right-lg-complementary-2-dark-4xl {
    border-right: 4px solid #A8E353 !important; }
  .u-border-right-lg-complementary-2-medium-4xl {
    border-right: 4px solid #C6FA7A !important; }
  .u-border-right-lg-complementary-2-light-4xl {
    border-right: 4px solid #EBFFCD !important; }
  .u-border-right-lg-complementary-2-lightest-4xl {
    border-right: 4px solid #F6FFE9 !important; }
  .u-border-right-lg-feedback-danger-darkest-4xl {
    border-right: 4px solid #C71414 !important; }
  .u-border-right-lg-feedback-danger-dark-4xl {
    border-right: 4px solid #F42525 !important; }
  .u-border-right-lg-feedback-danger-medium-4xl {
    border-right: 4px solid #F95151 !important; }
  .u-border-right-lg-feedback-danger-light-4xl {
    border-right: 4px solid #FBA8A8 !important; }
  .u-border-right-lg-feedback-danger-lightest-4xl {
    border-right: 4px solid #FEDCDC !important; }
  .u-border-right-lg-feedback-success-darkest-4xl {
    border-right: 4px solid #01642E !important; }
  .u-border-right-lg-feedback-success-dark-4xl {
    border-right: 4px solid #00A148 !important; }
  .u-border-right-lg-feedback-success-medium-4xl {
    border-right: 4px solid #41C670 !important; }
  .u-border-right-lg-feedback-success-light-4xl {
    border-right: 4px solid #B3E3C9 !important; }
  .u-border-right-lg-feedback-success-lightest-4xl {
    border-right: 4px solid #D9F4E2 !important; }
  .u-border-right-lg-feedback-alert-darkest-4xl {
    border-right: 4px solid #E38800 !important; }
  .u-border-right-lg-feedback-alert-dark-4xl {
    border-right: 4px solid #F7A608 !important; }
  .u-border-right-lg-feedback-alert-medium-4xl {
    border-right: 4px solid #FFC633 !important; }
  .u-border-right-lg-feedback-alert-light-4xl {
    border-right: 4px solid #FEDF8F !important; }
  .u-border-right-lg-feedback-alert-lightest-4xl {
    border-right: 4px solid #FEEDBF !important; }
  .u-border-right-lg-neutral-darkest-4xl {
    border-right: 4px solid #1E1E1E !important; }
  .u-border-right-lg-neutral-dark-4xl {
    border-right: 4px solid #515151 !important; }
  .u-border-right-lg-neutral-medium-4xl {
    border-right: 4px solid #ADADAD !important; }
  .u-border-right-lg-neutral-light-4xl {
    border-right: 4px solid #E3E3E3 !important; }
  .u-border-right-lg-neutral-lightest-4xl {
    border-right: 4px solid #F2F2F2 !important; }
  .u-border-right-lg-essential-black-4xl {
    border-right: 4px solid #000000 !important; }
  .u-border-right-lg-essential-white-4xl {
    border-right: 4px solid #FFFFFF !important; }
  .u-border-left-lg-brand-primary-darkest-4xl {
    border-left: 4px solid #B43500 !important; }
  .u-border-left-lg-brand-primary-dark-4xl {
    border-left: 4px solid #D83B04 !important; }
  .u-border-left-lg-brand-primary-medium-4xl {
    border-left: 4px solid #E55807 !important; }
  .u-border-left-lg-brand-primary-light-4xl {
    border-left: 4px solid #FFCBB5 !important; }
  .u-border-left-lg-brand-primary-lightest-4xl {
    border-left: 4px solid #FDEBE1 !important; }
  .u-border-left-lg-complementary-1-darkest-4xl {
    border-left: 4px solid #9E7BB2 !important; }
  .u-border-left-lg-complementary-1-dark-4xl {
    border-left: 4px solid #B6A1C2 !important; }
  .u-border-left-lg-complementary-1-medium-4xl {
    border-left: 4px solid #D2C6D9 !important; }
  .u-border-left-lg-complementary-1-light-4xl {
    border-left: 4px solid #F4E8FA !important; }
  .u-border-left-lg-complementary-1-lightest-4xl {
    border-left: 4px solid #F7F0FB !important; }
  .u-border-left-lg-complementary-2-darkest-4xl {
    border-left: 4px solid #86BF33 !important; }
  .u-border-left-lg-complementary-2-dark-4xl {
    border-left: 4px solid #A8E353 !important; }
  .u-border-left-lg-complementary-2-medium-4xl {
    border-left: 4px solid #C6FA7A !important; }
  .u-border-left-lg-complementary-2-light-4xl {
    border-left: 4px solid #EBFFCD !important; }
  .u-border-left-lg-complementary-2-lightest-4xl {
    border-left: 4px solid #F6FFE9 !important; }
  .u-border-left-lg-feedback-danger-darkest-4xl {
    border-left: 4px solid #C71414 !important; }
  .u-border-left-lg-feedback-danger-dark-4xl {
    border-left: 4px solid #F42525 !important; }
  .u-border-left-lg-feedback-danger-medium-4xl {
    border-left: 4px solid #F95151 !important; }
  .u-border-left-lg-feedback-danger-light-4xl {
    border-left: 4px solid #FBA8A8 !important; }
  .u-border-left-lg-feedback-danger-lightest-4xl {
    border-left: 4px solid #FEDCDC !important; }
  .u-border-left-lg-feedback-success-darkest-4xl {
    border-left: 4px solid #01642E !important; }
  .u-border-left-lg-feedback-success-dark-4xl {
    border-left: 4px solid #00A148 !important; }
  .u-border-left-lg-feedback-success-medium-4xl {
    border-left: 4px solid #41C670 !important; }
  .u-border-left-lg-feedback-success-light-4xl {
    border-left: 4px solid #B3E3C9 !important; }
  .u-border-left-lg-feedback-success-lightest-4xl {
    border-left: 4px solid #D9F4E2 !important; }
  .u-border-left-lg-feedback-alert-darkest-4xl {
    border-left: 4px solid #E38800 !important; }
  .u-border-left-lg-feedback-alert-dark-4xl {
    border-left: 4px solid #F7A608 !important; }
  .u-border-left-lg-feedback-alert-medium-4xl {
    border-left: 4px solid #FFC633 !important; }
  .u-border-left-lg-feedback-alert-light-4xl {
    border-left: 4px solid #FEDF8F !important; }
  .u-border-left-lg-feedback-alert-lightest-4xl {
    border-left: 4px solid #FEEDBF !important; }
  .u-border-left-lg-neutral-darkest-4xl {
    border-left: 4px solid #1E1E1E !important; }
  .u-border-left-lg-neutral-dark-4xl {
    border-left: 4px solid #515151 !important; }
  .u-border-left-lg-neutral-medium-4xl {
    border-left: 4px solid #ADADAD !important; }
  .u-border-left-lg-neutral-light-4xl {
    border-left: 4px solid #E3E3E3 !important; }
  .u-border-left-lg-neutral-lightest-4xl {
    border-left: 4px solid #F2F2F2 !important; }
  .u-border-left-lg-essential-black-4xl {
    border-left: 4px solid #000000 !important; }
  .u-border-left-lg-essential-white-4xl {
    border-left: 4px solid #FFFFFF !important; }
  .u-border-xl-brand-primary-darkest-4xl {
    border: 6px solid #B43500 !important; }
  .u-border-xl-brand-primary-dark-4xl {
    border: 6px solid #D83B04 !important; }
  .u-border-xl-brand-primary-medium-4xl {
    border: 6px solid #E55807 !important; }
  .u-border-xl-brand-primary-light-4xl {
    border: 6px solid #FFCBB5 !important; }
  .u-border-xl-brand-primary-lightest-4xl {
    border: 6px solid #FDEBE1 !important; }
  .u-border-xl-complementary-1-darkest-4xl {
    border: 6px solid #9E7BB2 !important; }
  .u-border-xl-complementary-1-dark-4xl {
    border: 6px solid #B6A1C2 !important; }
  .u-border-xl-complementary-1-medium-4xl {
    border: 6px solid #D2C6D9 !important; }
  .u-border-xl-complementary-1-light-4xl {
    border: 6px solid #F4E8FA !important; }
  .u-border-xl-complementary-1-lightest-4xl {
    border: 6px solid #F7F0FB !important; }
  .u-border-xl-complementary-2-darkest-4xl {
    border: 6px solid #86BF33 !important; }
  .u-border-xl-complementary-2-dark-4xl {
    border: 6px solid #A8E353 !important; }
  .u-border-xl-complementary-2-medium-4xl {
    border: 6px solid #C6FA7A !important; }
  .u-border-xl-complementary-2-light-4xl {
    border: 6px solid #EBFFCD !important; }
  .u-border-xl-complementary-2-lightest-4xl {
    border: 6px solid #F6FFE9 !important; }
  .u-border-xl-feedback-danger-darkest-4xl {
    border: 6px solid #C71414 !important; }
  .u-border-xl-feedback-danger-dark-4xl {
    border: 6px solid #F42525 !important; }
  .u-border-xl-feedback-danger-medium-4xl {
    border: 6px solid #F95151 !important; }
  .u-border-xl-feedback-danger-light-4xl {
    border: 6px solid #FBA8A8 !important; }
  .u-border-xl-feedback-danger-lightest-4xl {
    border: 6px solid #FEDCDC !important; }
  .u-border-xl-feedback-success-darkest-4xl {
    border: 6px solid #01642E !important; }
  .u-border-xl-feedback-success-dark-4xl {
    border: 6px solid #00A148 !important; }
  .u-border-xl-feedback-success-medium-4xl {
    border: 6px solid #41C670 !important; }
  .u-border-xl-feedback-success-light-4xl {
    border: 6px solid #B3E3C9 !important; }
  .u-border-xl-feedback-success-lightest-4xl {
    border: 6px solid #D9F4E2 !important; }
  .u-border-xl-feedback-alert-darkest-4xl {
    border: 6px solid #E38800 !important; }
  .u-border-xl-feedback-alert-dark-4xl {
    border: 6px solid #F7A608 !important; }
  .u-border-xl-feedback-alert-medium-4xl {
    border: 6px solid #FFC633 !important; }
  .u-border-xl-feedback-alert-light-4xl {
    border: 6px solid #FEDF8F !important; }
  .u-border-xl-feedback-alert-lightest-4xl {
    border: 6px solid #FEEDBF !important; }
  .u-border-xl-neutral-darkest-4xl {
    border: 6px solid #1E1E1E !important; }
  .u-border-xl-neutral-dark-4xl {
    border: 6px solid #515151 !important; }
  .u-border-xl-neutral-medium-4xl {
    border: 6px solid #ADADAD !important; }
  .u-border-xl-neutral-light-4xl {
    border: 6px solid #E3E3E3 !important; }
  .u-border-xl-neutral-lightest-4xl {
    border: 6px solid #F2F2F2 !important; }
  .u-border-xl-essential-black-4xl {
    border: 6px solid #000000 !important; }
  .u-border-xl-essential-white-4xl {
    border: 6px solid #FFFFFF !important; }
  .u-border-top-xl-brand-primary-darkest-4xl {
    border-top: 6px solid #B43500 !important; }
  .u-border-top-xl-brand-primary-dark-4xl {
    border-top: 6px solid #D83B04 !important; }
  .u-border-top-xl-brand-primary-medium-4xl {
    border-top: 6px solid #E55807 !important; }
  .u-border-top-xl-brand-primary-light-4xl {
    border-top: 6px solid #FFCBB5 !important; }
  .u-border-top-xl-brand-primary-lightest-4xl {
    border-top: 6px solid #FDEBE1 !important; }
  .u-border-top-xl-complementary-1-darkest-4xl {
    border-top: 6px solid #9E7BB2 !important; }
  .u-border-top-xl-complementary-1-dark-4xl {
    border-top: 6px solid #B6A1C2 !important; }
  .u-border-top-xl-complementary-1-medium-4xl {
    border-top: 6px solid #D2C6D9 !important; }
  .u-border-top-xl-complementary-1-light-4xl {
    border-top: 6px solid #F4E8FA !important; }
  .u-border-top-xl-complementary-1-lightest-4xl {
    border-top: 6px solid #F7F0FB !important; }
  .u-border-top-xl-complementary-2-darkest-4xl {
    border-top: 6px solid #86BF33 !important; }
  .u-border-top-xl-complementary-2-dark-4xl {
    border-top: 6px solid #A8E353 !important; }
  .u-border-top-xl-complementary-2-medium-4xl {
    border-top: 6px solid #C6FA7A !important; }
  .u-border-top-xl-complementary-2-light-4xl {
    border-top: 6px solid #EBFFCD !important; }
  .u-border-top-xl-complementary-2-lightest-4xl {
    border-top: 6px solid #F6FFE9 !important; }
  .u-border-top-xl-feedback-danger-darkest-4xl {
    border-top: 6px solid #C71414 !important; }
  .u-border-top-xl-feedback-danger-dark-4xl {
    border-top: 6px solid #F42525 !important; }
  .u-border-top-xl-feedback-danger-medium-4xl {
    border-top: 6px solid #F95151 !important; }
  .u-border-top-xl-feedback-danger-light-4xl {
    border-top: 6px solid #FBA8A8 !important; }
  .u-border-top-xl-feedback-danger-lightest-4xl {
    border-top: 6px solid #FEDCDC !important; }
  .u-border-top-xl-feedback-success-darkest-4xl {
    border-top: 6px solid #01642E !important; }
  .u-border-top-xl-feedback-success-dark-4xl {
    border-top: 6px solid #00A148 !important; }
  .u-border-top-xl-feedback-success-medium-4xl {
    border-top: 6px solid #41C670 !important; }
  .u-border-top-xl-feedback-success-light-4xl {
    border-top: 6px solid #B3E3C9 !important; }
  .u-border-top-xl-feedback-success-lightest-4xl {
    border-top: 6px solid #D9F4E2 !important; }
  .u-border-top-xl-feedback-alert-darkest-4xl {
    border-top: 6px solid #E38800 !important; }
  .u-border-top-xl-feedback-alert-dark-4xl {
    border-top: 6px solid #F7A608 !important; }
  .u-border-top-xl-feedback-alert-medium-4xl {
    border-top: 6px solid #FFC633 !important; }
  .u-border-top-xl-feedback-alert-light-4xl {
    border-top: 6px solid #FEDF8F !important; }
  .u-border-top-xl-feedback-alert-lightest-4xl {
    border-top: 6px solid #FEEDBF !important; }
  .u-border-top-xl-neutral-darkest-4xl {
    border-top: 6px solid #1E1E1E !important; }
  .u-border-top-xl-neutral-dark-4xl {
    border-top: 6px solid #515151 !important; }
  .u-border-top-xl-neutral-medium-4xl {
    border-top: 6px solid #ADADAD !important; }
  .u-border-top-xl-neutral-light-4xl {
    border-top: 6px solid #E3E3E3 !important; }
  .u-border-top-xl-neutral-lightest-4xl {
    border-top: 6px solid #F2F2F2 !important; }
  .u-border-top-xl-essential-black-4xl {
    border-top: 6px solid #000000 !important; }
  .u-border-top-xl-essential-white-4xl {
    border-top: 6px solid #FFFFFF !important; }
  .u-border-bottom-xl-brand-primary-darkest-4xl {
    border-bottom: 6px solid #B43500 !important; }
  .u-border-bottom-xl-brand-primary-dark-4xl {
    border-bottom: 6px solid #D83B04 !important; }
  .u-border-bottom-xl-brand-primary-medium-4xl {
    border-bottom: 6px solid #E55807 !important; }
  .u-border-bottom-xl-brand-primary-light-4xl {
    border-bottom: 6px solid #FFCBB5 !important; }
  .u-border-bottom-xl-brand-primary-lightest-4xl {
    border-bottom: 6px solid #FDEBE1 !important; }
  .u-border-bottom-xl-complementary-1-darkest-4xl {
    border-bottom: 6px solid #9E7BB2 !important; }
  .u-border-bottom-xl-complementary-1-dark-4xl {
    border-bottom: 6px solid #B6A1C2 !important; }
  .u-border-bottom-xl-complementary-1-medium-4xl {
    border-bottom: 6px solid #D2C6D9 !important; }
  .u-border-bottom-xl-complementary-1-light-4xl {
    border-bottom: 6px solid #F4E8FA !important; }
  .u-border-bottom-xl-complementary-1-lightest-4xl {
    border-bottom: 6px solid #F7F0FB !important; }
  .u-border-bottom-xl-complementary-2-darkest-4xl {
    border-bottom: 6px solid #86BF33 !important; }
  .u-border-bottom-xl-complementary-2-dark-4xl {
    border-bottom: 6px solid #A8E353 !important; }
  .u-border-bottom-xl-complementary-2-medium-4xl {
    border-bottom: 6px solid #C6FA7A !important; }
  .u-border-bottom-xl-complementary-2-light-4xl {
    border-bottom: 6px solid #EBFFCD !important; }
  .u-border-bottom-xl-complementary-2-lightest-4xl {
    border-bottom: 6px solid #F6FFE9 !important; }
  .u-border-bottom-xl-feedback-danger-darkest-4xl {
    border-bottom: 6px solid #C71414 !important; }
  .u-border-bottom-xl-feedback-danger-dark-4xl {
    border-bottom: 6px solid #F42525 !important; }
  .u-border-bottom-xl-feedback-danger-medium-4xl {
    border-bottom: 6px solid #F95151 !important; }
  .u-border-bottom-xl-feedback-danger-light-4xl {
    border-bottom: 6px solid #FBA8A8 !important; }
  .u-border-bottom-xl-feedback-danger-lightest-4xl {
    border-bottom: 6px solid #FEDCDC !important; }
  .u-border-bottom-xl-feedback-success-darkest-4xl {
    border-bottom: 6px solid #01642E !important; }
  .u-border-bottom-xl-feedback-success-dark-4xl {
    border-bottom: 6px solid #00A148 !important; }
  .u-border-bottom-xl-feedback-success-medium-4xl {
    border-bottom: 6px solid #41C670 !important; }
  .u-border-bottom-xl-feedback-success-light-4xl {
    border-bottom: 6px solid #B3E3C9 !important; }
  .u-border-bottom-xl-feedback-success-lightest-4xl {
    border-bottom: 6px solid #D9F4E2 !important; }
  .u-border-bottom-xl-feedback-alert-darkest-4xl {
    border-bottom: 6px solid #E38800 !important; }
  .u-border-bottom-xl-feedback-alert-dark-4xl {
    border-bottom: 6px solid #F7A608 !important; }
  .u-border-bottom-xl-feedback-alert-medium-4xl {
    border-bottom: 6px solid #FFC633 !important; }
  .u-border-bottom-xl-feedback-alert-light-4xl {
    border-bottom: 6px solid #FEDF8F !important; }
  .u-border-bottom-xl-feedback-alert-lightest-4xl {
    border-bottom: 6px solid #FEEDBF !important; }
  .u-border-bottom-xl-neutral-darkest-4xl {
    border-bottom: 6px solid #1E1E1E !important; }
  .u-border-bottom-xl-neutral-dark-4xl {
    border-bottom: 6px solid #515151 !important; }
  .u-border-bottom-xl-neutral-medium-4xl {
    border-bottom: 6px solid #ADADAD !important; }
  .u-border-bottom-xl-neutral-light-4xl {
    border-bottom: 6px solid #E3E3E3 !important; }
  .u-border-bottom-xl-neutral-lightest-4xl {
    border-bottom: 6px solid #F2F2F2 !important; }
  .u-border-bottom-xl-essential-black-4xl {
    border-bottom: 6px solid #000000 !important; }
  .u-border-bottom-xl-essential-white-4xl {
    border-bottom: 6px solid #FFFFFF !important; }
  .u-border-right-xl-brand-primary-darkest-4xl {
    border-right: 6px solid #B43500 !important; }
  .u-border-right-xl-brand-primary-dark-4xl {
    border-right: 6px solid #D83B04 !important; }
  .u-border-right-xl-brand-primary-medium-4xl {
    border-right: 6px solid #E55807 !important; }
  .u-border-right-xl-brand-primary-light-4xl {
    border-right: 6px solid #FFCBB5 !important; }
  .u-border-right-xl-brand-primary-lightest-4xl {
    border-right: 6px solid #FDEBE1 !important; }
  .u-border-right-xl-complementary-1-darkest-4xl {
    border-right: 6px solid #9E7BB2 !important; }
  .u-border-right-xl-complementary-1-dark-4xl {
    border-right: 6px solid #B6A1C2 !important; }
  .u-border-right-xl-complementary-1-medium-4xl {
    border-right: 6px solid #D2C6D9 !important; }
  .u-border-right-xl-complementary-1-light-4xl {
    border-right: 6px solid #F4E8FA !important; }
  .u-border-right-xl-complementary-1-lightest-4xl {
    border-right: 6px solid #F7F0FB !important; }
  .u-border-right-xl-complementary-2-darkest-4xl {
    border-right: 6px solid #86BF33 !important; }
  .u-border-right-xl-complementary-2-dark-4xl {
    border-right: 6px solid #A8E353 !important; }
  .u-border-right-xl-complementary-2-medium-4xl {
    border-right: 6px solid #C6FA7A !important; }
  .u-border-right-xl-complementary-2-light-4xl {
    border-right: 6px solid #EBFFCD !important; }
  .u-border-right-xl-complementary-2-lightest-4xl {
    border-right: 6px solid #F6FFE9 !important; }
  .u-border-right-xl-feedback-danger-darkest-4xl {
    border-right: 6px solid #C71414 !important; }
  .u-border-right-xl-feedback-danger-dark-4xl {
    border-right: 6px solid #F42525 !important; }
  .u-border-right-xl-feedback-danger-medium-4xl {
    border-right: 6px solid #F95151 !important; }
  .u-border-right-xl-feedback-danger-light-4xl {
    border-right: 6px solid #FBA8A8 !important; }
  .u-border-right-xl-feedback-danger-lightest-4xl {
    border-right: 6px solid #FEDCDC !important; }
  .u-border-right-xl-feedback-success-darkest-4xl {
    border-right: 6px solid #01642E !important; }
  .u-border-right-xl-feedback-success-dark-4xl {
    border-right: 6px solid #00A148 !important; }
  .u-border-right-xl-feedback-success-medium-4xl {
    border-right: 6px solid #41C670 !important; }
  .u-border-right-xl-feedback-success-light-4xl {
    border-right: 6px solid #B3E3C9 !important; }
  .u-border-right-xl-feedback-success-lightest-4xl {
    border-right: 6px solid #D9F4E2 !important; }
  .u-border-right-xl-feedback-alert-darkest-4xl {
    border-right: 6px solid #E38800 !important; }
  .u-border-right-xl-feedback-alert-dark-4xl {
    border-right: 6px solid #F7A608 !important; }
  .u-border-right-xl-feedback-alert-medium-4xl {
    border-right: 6px solid #FFC633 !important; }
  .u-border-right-xl-feedback-alert-light-4xl {
    border-right: 6px solid #FEDF8F !important; }
  .u-border-right-xl-feedback-alert-lightest-4xl {
    border-right: 6px solid #FEEDBF !important; }
  .u-border-right-xl-neutral-darkest-4xl {
    border-right: 6px solid #1E1E1E !important; }
  .u-border-right-xl-neutral-dark-4xl {
    border-right: 6px solid #515151 !important; }
  .u-border-right-xl-neutral-medium-4xl {
    border-right: 6px solid #ADADAD !important; }
  .u-border-right-xl-neutral-light-4xl {
    border-right: 6px solid #E3E3E3 !important; }
  .u-border-right-xl-neutral-lightest-4xl {
    border-right: 6px solid #F2F2F2 !important; }
  .u-border-right-xl-essential-black-4xl {
    border-right: 6px solid #000000 !important; }
  .u-border-right-xl-essential-white-4xl {
    border-right: 6px solid #FFFFFF !important; }
  .u-border-left-xl-brand-primary-darkest-4xl {
    border-left: 6px solid #B43500 !important; }
  .u-border-left-xl-brand-primary-dark-4xl {
    border-left: 6px solid #D83B04 !important; }
  .u-border-left-xl-brand-primary-medium-4xl {
    border-left: 6px solid #E55807 !important; }
  .u-border-left-xl-brand-primary-light-4xl {
    border-left: 6px solid #FFCBB5 !important; }
  .u-border-left-xl-brand-primary-lightest-4xl {
    border-left: 6px solid #FDEBE1 !important; }
  .u-border-left-xl-complementary-1-darkest-4xl {
    border-left: 6px solid #9E7BB2 !important; }
  .u-border-left-xl-complementary-1-dark-4xl {
    border-left: 6px solid #B6A1C2 !important; }
  .u-border-left-xl-complementary-1-medium-4xl {
    border-left: 6px solid #D2C6D9 !important; }
  .u-border-left-xl-complementary-1-light-4xl {
    border-left: 6px solid #F4E8FA !important; }
  .u-border-left-xl-complementary-1-lightest-4xl {
    border-left: 6px solid #F7F0FB !important; }
  .u-border-left-xl-complementary-2-darkest-4xl {
    border-left: 6px solid #86BF33 !important; }
  .u-border-left-xl-complementary-2-dark-4xl {
    border-left: 6px solid #A8E353 !important; }
  .u-border-left-xl-complementary-2-medium-4xl {
    border-left: 6px solid #C6FA7A !important; }
  .u-border-left-xl-complementary-2-light-4xl {
    border-left: 6px solid #EBFFCD !important; }
  .u-border-left-xl-complementary-2-lightest-4xl {
    border-left: 6px solid #F6FFE9 !important; }
  .u-border-left-xl-feedback-danger-darkest-4xl {
    border-left: 6px solid #C71414 !important; }
  .u-border-left-xl-feedback-danger-dark-4xl {
    border-left: 6px solid #F42525 !important; }
  .u-border-left-xl-feedback-danger-medium-4xl {
    border-left: 6px solid #F95151 !important; }
  .u-border-left-xl-feedback-danger-light-4xl {
    border-left: 6px solid #FBA8A8 !important; }
  .u-border-left-xl-feedback-danger-lightest-4xl {
    border-left: 6px solid #FEDCDC !important; }
  .u-border-left-xl-feedback-success-darkest-4xl {
    border-left: 6px solid #01642E !important; }
  .u-border-left-xl-feedback-success-dark-4xl {
    border-left: 6px solid #00A148 !important; }
  .u-border-left-xl-feedback-success-medium-4xl {
    border-left: 6px solid #41C670 !important; }
  .u-border-left-xl-feedback-success-light-4xl {
    border-left: 6px solid #B3E3C9 !important; }
  .u-border-left-xl-feedback-success-lightest-4xl {
    border-left: 6px solid #D9F4E2 !important; }
  .u-border-left-xl-feedback-alert-darkest-4xl {
    border-left: 6px solid #E38800 !important; }
  .u-border-left-xl-feedback-alert-dark-4xl {
    border-left: 6px solid #F7A608 !important; }
  .u-border-left-xl-feedback-alert-medium-4xl {
    border-left: 6px solid #FFC633 !important; }
  .u-border-left-xl-feedback-alert-light-4xl {
    border-left: 6px solid #FEDF8F !important; }
  .u-border-left-xl-feedback-alert-lightest-4xl {
    border-left: 6px solid #FEEDBF !important; }
  .u-border-left-xl-neutral-darkest-4xl {
    border-left: 6px solid #1E1E1E !important; }
  .u-border-left-xl-neutral-dark-4xl {
    border-left: 6px solid #515151 !important; }
  .u-border-left-xl-neutral-medium-4xl {
    border-left: 6px solid #ADADAD !important; }
  .u-border-left-xl-neutral-light-4xl {
    border-left: 6px solid #E3E3E3 !important; }
  .u-border-left-xl-neutral-lightest-4xl {
    border-left: 6px solid #F2F2F2 !important; }
  .u-border-left-xl-essential-black-4xl {
    border-left: 6px solid #000000 !important; }
  .u-border-left-xl-essential-white-4xl {
    border-left: 6px solid #FFFFFF !important; } }

.u-br-none {
  border-radius: 0px !important; }

.u-br-sm {
  border-radius: 2px !important; }

.u-br-md {
  border-radius: 4px !important; }

.u-br-lg {
  border-radius: 8px !important; }

.u-br-xl {
  border-radius: 16px !important; }

.u-br-2xl {
  border-radius: 24px !important; }

.u-br-3xl {
  border-radius: 32px !important; }

.u-br-4xl {
  border-radius: 40px !important; }

.u-br-pill {
  border-radius: 500px !important; }

.u-br-circular {
  border-radius: 50% !important; }

@media (min-width: 1200px) {
  .u-br-xl-none {
    border-radius: 0px !important; }
  .u-br-xl-sm {
    border-radius: 2px !important; }
  .u-br-xl-md {
    border-radius: 4px !important; }
  .u-br-xl-lg {
    border-radius: 8px !important; }
  .u-br-xl-xl {
    border-radius: 16px !important; }
  .u-br-xl-2xl {
    border-radius: 24px !important; }
  .u-br-xl-3xl {
    border-radius: 32px !important; }
  .u-br-xl-4xl {
    border-radius: 40px !important; }
  .u-br-xl-pill {
    border-radius: 500px !important; }
  .u-br-xl-circular {
    border-radius: 50% !important; } }

.u-card-list__container {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 576px) {
    .u-card-list__container {
      display: block; } }
  @media (min-width: 576px) and (max-width: 992px) {
    .u-card-list__container {
      flex-wrap: wrap; } }

@media (min-width: 576px) and (max-width: 992px) {
  .u-card-list__item {
    width: 47%; } }

.u-color-primary-darkest {
  color: #B43500 !important; }

.u-color-primary-dark {
  color: #D83B04 !important; }

.u-color-new-primary-dark {
  color: #E55807 !important; }

.u-color-primary-medium {
  color: #E55807 !important; }

.u-color-primary-light {
  color: #FFCBB5 !important; }

.u-color-primary-lightest {
  color: #FDEBE1 !important; }

.u-color-secundary-darkest {
  color: #B43500 !important; }

.u-color-secundary-dark {
  color: #D83B04 !important; }

.u-color-secundary-medium {
  color: #E55807 !important; }

.u-color-secundary-light {
  color: #FFCBB5 !important; }

.u-color-secundary-lightest {
  color: #FDEBE1 !important; }

.u-color-danger-darkest {
  color: #C71414 !important; }

.u-color-danger-dark {
  color: #F42525 !important; }

.u-color-danger-medium {
  color: #F95151 !important; }

.u-color-danger-light {
  color: #FBA8A8 !important; }

.u-color-danger-lightest {
  color: #FEDCDC !important; }

.u-color-success-darkest {
  color: #01642E !important; }

.u-color-success-dark {
  color: #00A148 !important; }

.u-color-success-medium {
  color: #41C670 !important; }

.u-color-success-light {
  color: #B3E3C9 !important; }

.u-color-success-lightest {
  color: #D9F4E2 !important; }

.u-color-alert-darkest {
  color: #E38800 !important; }

.u-color-alert-dark {
  color: #F7A608 !important; }

.u-color-alert-medium {
  color: #FFC633 !important; }

.u-color-alert-light {
  color: #FEDF8F !important; }

.u-color-alert-lightest {
  color: #FEEDBF !important; }

.u-color-neutral-darkest {
  color: #1E1E1E !important; }

.u-color-neutral-dark {
  color: #515151 !important; }

.u-color-nova-neutral-dark {
  color: #515151 !important; }

.u-color-neutral-medium {
  color: #ADADAD !important; }

.u-color-neutral-light {
  color: #E3E3E3 !important; }

.u-color-neutral-lightest {
  color: #F2F2F2 !important; }

.u-color-essencial-black {
  color: #000000 !important; }

.u-color-neutral-white {
  color: #FFFFFF !important; }

.u-color-complementary-1-darkest {
  color: #9E7BB2; }

.u-color-complementary-1-dark {
  color: #B6A1C2; }

.u-color-complementary-1-medium {
  color: #D2C6D9; }

.u-color-complementary-1-light {
  color: #F4E8FA; }

.u-color-complementary-1-lightest {
  color: #F7F0FB; }

.u-color-complementary-2-darkest {
  color: #86BF33; }

.u-color-complementary-2-dark {
  color: #A8E353; }

.u-color-complementary-2-medium {
  color: #C6FA7A; }

.u-color-complementary-2-light {
  color: #EBFFCD; }

.u-color-complementary-2-lightest {
  color: #F6FFE9; }

.u-cursor-pointer {
  cursor: pointer; }

.u-date-hour-field--inline {
  display: flex; }

.u-date-hour-field__titulo {
  margin-bottom: 8px; }
  .u-date-hour-field__titulo--inline {
    width: 25%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 10px; }
  .u-date-hour-field__titulo--bold {
    font-weight: 600; }

@media (min-width: 577px) {
  .u-date-hour-field__area-inputs {
    display: flex;
    align-items: center;
    font-size: 12px;
    justify-content: space-between; } }

@media (max-width: 576px) {
  .u-date-hour-field__area-inputs {
    display: block;
    margin-bottom: 30px;
    font-size: 18px; } }

.u-date-hour-field__area-inputs--inline {
  width: 100%;
  display: flex; }

.u-date-hour-field__campos {
  padding: unset;
  display: flex;
  max-width: 315px;
  justify-content: space-between;
  align-items: baseline; }
  @media (min-width: 576px) {
    .u-date-hour-field__campos {
      display: contents;
      padding-left: 8px;
      max-width: unset; } }

.u-date-hour-field__campo-data-hora {
  height: 25px;
  padding: 3px 0px;
  border-radius: 4px;
  text-align: center; }
  @media (max-width: 576px) {
    .u-date-hour-field__campo-data-hora {
      height: 30px;
      max-width: 140px;
      padding: 0px 0px 3px 7px; } }
  .u-date-hour-field__campo-data-hora--tamanho-reduzido {
    width: 88px; }

.u-date-hour-field__texto-entre {
  margin: 0 6px; }
  @media (max-width: 576px) {
    .u-date-hour-field__texto-entre {
      margin: 12px 8px; } }

.u-date-hour-field--alinhar-externo {
  position: relative;
  margin: 0 6px 0 9px; }
  @media (max-width: 576px) {
    .u-date-hour-field--alinhar-externo {
      margin: 0 20px 0 9px; } }
  .u-date-hour-field--alinhar-externo div.iconDatePicker {
    position: absolute;
    right: -21px;
    top: 6px; }

.u-date-hour-field .iconDatePicker {
  z-index: 2; }

@media (max-width: 576px) {
  .u-date-hour-field iconDatePicker {
    right: 33px;
    top: 3px;
    transform: scale(1.2); } }

@media (min-width: 576px) {
  .u-date-hour-field .iconDatePicker {
    right: 24px; } }

.u-date-hour-field .u-date-hour-field__campo div.divdateBox {
  width: unset !important; }

.u-date-hour-field .divdateBox {
  display: flex;
  align-items: center; }

.u-flex-row {
  flex-direction: row !important; }

.u-flex-row-reverse {
  flex-direction: row-reverse !important; }

.u-flex-column {
  flex-direction: column !important; }

.u-flex-column-reverse {
  flex-direction: column-reverse !important; }

.u-flex-revert {
  flex-direction: revert !important; }

.u-flex-unset {
  flex-direction: unset !important; }

@media (max-width: 575px) {
  .u-flex-xs-row {
    flex-direction: row !important; } }

@media (max-width: 575px) {
  .u-flex-xs-row-reverse {
    flex-direction: row-reverse !important; } }

@media (max-width: 575px) {
  .u-flex-xs-column {
    flex-direction: column !important; } }

@media (max-width: 575px) {
  .u-flex-xs-column-reverse {
    flex-direction: column-reverse !important; } }

@media (max-width: 575px) {
  .u-flex-xs-revert {
    flex-direction: revert !important; } }

@media (max-width: 575px) {
  .u-flex-xs-unset {
    flex-direction: unset !important; } }

@media (min-width: 576px) {
  .u-flex-sm-row {
    flex-direction: row !important; } }

@media (min-width: 576px) {
  .u-flex-sm-row-reverse {
    flex-direction: row-reverse !important; } }

@media (min-width: 576px) {
  .u-flex-sm-column {
    flex-direction: column !important; } }

@media (min-width: 576px) {
  .u-flex-sm-column-reverse {
    flex-direction: column-reverse !important; } }

@media (min-width: 576px) {
  .u-flex-sm-revert {
    flex-direction: revert !important; } }

@media (min-width: 576px) {
  .u-flex-sm-unset {
    flex-direction: unset !important; } }

@media (min-width: 768px) {
  .u-flex-md-row {
    flex-direction: row !important; } }

@media (min-width: 768px) {
  .u-flex-md-row-reverse {
    flex-direction: row-reverse !important; } }

@media (min-width: 768px) {
  .u-flex-md-column {
    flex-direction: column !important; } }

@media (min-width: 768px) {
  .u-flex-md-column-reverse {
    flex-direction: column-reverse !important; } }

@media (min-width: 768px) {
  .u-flex-md-revert {
    flex-direction: revert !important; } }

@media (min-width: 768px) {
  .u-flex-md-unset {
    flex-direction: unset !important; } }

@media (min-width: 992px) {
  .u-flex-lg-row {
    flex-direction: row !important; } }

@media (min-width: 992px) {
  .u-flex-lg-row-reverse {
    flex-direction: row-reverse !important; } }

@media (min-width: 992px) {
  .u-flex-lg-column {
    flex-direction: column !important; } }

@media (min-width: 992px) {
  .u-flex-lg-column-reverse {
    flex-direction: column-reverse !important; } }

@media (min-width: 992px) {
  .u-flex-lg-revert {
    flex-direction: revert !important; } }

@media (min-width: 992px) {
  .u-flex-lg-unset {
    flex-direction: unset !important; } }

@media (min-width: 1200px) {
  .u-flex-xl-row {
    flex-direction: row !important; } }

@media (min-width: 1200px) {
  .u-flex-xl-row-reverse {
    flex-direction: row-reverse !important; } }

@media (min-width: 1200px) {
  .u-flex-xl-column {
    flex-direction: column !important; } }

@media (min-width: 1200px) {
  .u-flex-xl-column-reverse {
    flex-direction: column-reverse !important; } }

@media (min-width: 1200px) {
  .u-flex-xl-revert {
    flex-direction: revert !important; } }

@media (min-width: 1200px) {
  .u-flex-xl-unset {
    flex-direction: unset !important; } }

@media (min-width: 1400px) {
  .u-flex-2xl-row {
    flex-direction: row !important; } }

@media (min-width: 1400px) {
  .u-flex-2xl-row-reverse {
    flex-direction: row-reverse !important; } }

@media (min-width: 1400px) {
  .u-flex-2xl-column {
    flex-direction: column !important; } }

@media (min-width: 1400px) {
  .u-flex-2xl-column-reverse {
    flex-direction: column-reverse !important; } }

@media (min-width: 1400px) {
  .u-flex-2xl-revert {
    flex-direction: revert !important; } }

@media (min-width: 1400px) {
  .u-flex-2xl-unset {
    flex-direction: unset !important; } }

.u-justify-content-flex-start {
  justify-content: flex-start !important; }

.u-justify-content-flex-end {
  justify-content: flex-end !important; }

.u-justify-content-center {
  justify-content: center !important; }

.u-justify-content-space-between {
  justify-content: space-between !important; }

.u-justify-content-space-around {
  justify-content: space-around !important; }

.u-justify-content-space-evenly {
  justify-content: space-evenly !important; }

.u-justify-content-end {
  justify-content: end !important; }

@media (max-width: 575px) {
  .u-justify-content-xs-flex-start {
    justify-content: flex-start !important; } }

@media (max-width: 575px) {
  .u-justify-content-xs-flex-end {
    justify-content: flex-end !important; } }

@media (max-width: 575px) {
  .u-justify-content-xs-center {
    justify-content: center !important; } }

@media (max-width: 575px) {
  .u-justify-content-xs-space-between {
    justify-content: space-between !important; } }

@media (max-width: 575px) {
  .u-justify-content-xs-space-around {
    justify-content: space-around !important; } }

@media (max-width: 575px) {
  .u-justify-content-xs-space-evenly {
    justify-content: space-evenly !important; } }

@media (max-width: 575px) {
  .u-justify-content-xs-end {
    justify-content: end !important; } }

@media (min-width: 576px) {
  .u-justify-content-sm-flex-start {
    justify-content: flex-start !important; } }

@media (min-width: 576px) {
  .u-justify-content-sm-flex-end {
    justify-content: flex-end !important; } }

@media (min-width: 576px) {
  .u-justify-content-sm-center {
    justify-content: center !important; } }

@media (min-width: 576px) {
  .u-justify-content-sm-space-between {
    justify-content: space-between !important; } }

@media (min-width: 576px) {
  .u-justify-content-sm-space-around {
    justify-content: space-around !important; } }

@media (min-width: 576px) {
  .u-justify-content-sm-space-evenly {
    justify-content: space-evenly !important; } }

@media (min-width: 576px) {
  .u-justify-content-sm-end {
    justify-content: end !important; } }

@media (min-width: 768px) {
  .u-justify-content-md-flex-start {
    justify-content: flex-start !important; } }

@media (min-width: 768px) {
  .u-justify-content-md-flex-end {
    justify-content: flex-end !important; } }

@media (min-width: 768px) {
  .u-justify-content-md-center {
    justify-content: center !important; } }

@media (min-width: 768px) {
  .u-justify-content-md-space-between {
    justify-content: space-between !important; } }

@media (min-width: 768px) {
  .u-justify-content-md-space-around {
    justify-content: space-around !important; } }

@media (min-width: 768px) {
  .u-justify-content-md-space-evenly {
    justify-content: space-evenly !important; } }

@media (min-width: 768px) {
  .u-justify-content-md-end {
    justify-content: end !important; } }

@media (min-width: 992px) {
  .u-justify-content-lg-flex-start {
    justify-content: flex-start !important; } }

@media (min-width: 992px) {
  .u-justify-content-lg-flex-end {
    justify-content: flex-end !important; } }

@media (min-width: 992px) {
  .u-justify-content-lg-center {
    justify-content: center !important; } }

@media (min-width: 992px) {
  .u-justify-content-lg-space-between {
    justify-content: space-between !important; } }

@media (min-width: 992px) {
  .u-justify-content-lg-space-around {
    justify-content: space-around !important; } }

@media (min-width: 992px) {
  .u-justify-content-lg-space-evenly {
    justify-content: space-evenly !important; } }

@media (min-width: 992px) {
  .u-justify-content-lg-end {
    justify-content: end !important; } }

@media (min-width: 1200px) {
  .u-justify-content-xl-flex-start {
    justify-content: flex-start !important; } }

@media (min-width: 1200px) {
  .u-justify-content-xl-flex-end {
    justify-content: flex-end !important; } }

@media (min-width: 1200px) {
  .u-justify-content-xl-center {
    justify-content: center !important; } }

@media (min-width: 1200px) {
  .u-justify-content-xl-space-between {
    justify-content: space-between !important; } }

@media (min-width: 1200px) {
  .u-justify-content-xl-space-around {
    justify-content: space-around !important; } }

@media (min-width: 1200px) {
  .u-justify-content-xl-space-evenly {
    justify-content: space-evenly !important; } }

@media (min-width: 1200px) {
  .u-justify-content-xl-end {
    justify-content: end !important; } }

@media (min-width: 1400px) {
  .u-justify-content-2xl-flex-start {
    justify-content: flex-start !important; } }

@media (min-width: 1400px) {
  .u-justify-content-2xl-flex-end {
    justify-content: flex-end !important; } }

@media (min-width: 1400px) {
  .u-justify-content-2xl-center {
    justify-content: center !important; } }

@media (min-width: 1400px) {
  .u-justify-content-2xl-space-between {
    justify-content: space-between !important; } }

@media (min-width: 1400px) {
  .u-justify-content-2xl-space-around {
    justify-content: space-around !important; } }

@media (min-width: 1400px) {
  .u-justify-content-2xl-space-evenly {
    justify-content: space-evenly !important; } }

@media (min-width: 1400px) {
  .u-justify-content-2xl-end {
    justify-content: end !important; } }

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

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

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

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

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

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

@media (max-width: 575px) {
  .u-align-items-xs-flex-start {
    align-items: flex-start !important; } }

@media (max-width: 575px) {
  .u-align-items-xs-flex-end {
    align-items: flex-end !important; } }

@media (max-width: 575px) {
  .u-align-items-xs-center {
    align-items: center !important; } }

@media (max-width: 575px) {
  .u-align-items-xs-baseline {
    align-items: baseline !important; } }

@media (max-width: 575px) {
  .u-align-items-xs-stretch {
    align-items: stretch !important; } }

@media (max-width: 575px) {
  .u-align-items-xs-start {
    align-items: start !important; } }

@media (min-width: 576px) {
  .u-align-items-sm-flex-start {
    align-items: flex-start !important; } }

@media (min-width: 576px) {
  .u-align-items-sm-flex-end {
    align-items: flex-end !important; } }

@media (min-width: 576px) {
  .u-align-items-sm-center {
    align-items: center !important; } }

@media (min-width: 576px) {
  .u-align-items-sm-baseline {
    align-items: baseline !important; } }

@media (min-width: 576px) {
  .u-align-items-sm-stretch {
    align-items: stretch !important; } }

@media (min-width: 576px) {
  .u-align-items-sm-start {
    align-items: start !important; } }

@media (min-width: 768px) {
  .u-align-items-md-flex-start {
    align-items: flex-start !important; } }

@media (min-width: 768px) {
  .u-align-items-md-flex-end {
    align-items: flex-end !important; } }

@media (min-width: 768px) {
  .u-align-items-md-center {
    align-items: center !important; } }

@media (min-width: 768px) {
  .u-align-items-md-baseline {
    align-items: baseline !important; } }

@media (min-width: 768px) {
  .u-align-items-md-stretch {
    align-items: stretch !important; } }

@media (min-width: 768px) {
  .u-align-items-md-start {
    align-items: start !important; } }

@media (min-width: 992px) {
  .u-align-items-lg-flex-start {
    align-items: flex-start !important; } }

@media (min-width: 992px) {
  .u-align-items-lg-flex-end {
    align-items: flex-end !important; } }

@media (min-width: 992px) {
  .u-align-items-lg-center {
    align-items: center !important; } }

@media (min-width: 992px) {
  .u-align-items-lg-baseline {
    align-items: baseline !important; } }

@media (min-width: 992px) {
  .u-align-items-lg-stretch {
    align-items: stretch !important; } }

@media (min-width: 992px) {
  .u-align-items-lg-start {
    align-items: start !important; } }

@media (min-width: 1200px) {
  .u-align-items-xl-flex-start {
    align-items: flex-start !important; } }

@media (min-width: 1200px) {
  .u-align-items-xl-flex-end {
    align-items: flex-end !important; } }

@media (min-width: 1200px) {
  .u-align-items-xl-center {
    align-items: center !important; } }

@media (min-width: 1200px) {
  .u-align-items-xl-baseline {
    align-items: baseline !important; } }

@media (min-width: 1200px) {
  .u-align-items-xl-stretch {
    align-items: stretch !important; } }

@media (min-width: 1200px) {
  .u-align-items-xl-start {
    align-items: start !important; } }

@media (min-width: 1400px) {
  .u-align-items-2xl-flex-start {
    align-items: flex-start !important; } }

@media (min-width: 1400px) {
  .u-align-items-2xl-flex-end {
    align-items: flex-end !important; } }

@media (min-width: 1400px) {
  .u-align-items-2xl-center {
    align-items: center !important; } }

@media (min-width: 1400px) {
  .u-align-items-2xl-baseline {
    align-items: baseline !important; } }

@media (min-width: 1400px) {
  .u-align-items-2xl-stretch {
    align-items: stretch !important; } }

@media (min-width: 1400px) {
  .u-align-items-2xl-start {
    align-items: start !important; } }

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

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

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

.u-align-content-arround {
  align-content: arround; }

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

@media (max-width: 575px) {
  .u-align-content-xs-flex-start {
    align-content: flex-start !important; } }

@media (max-width: 575px) {
  .u-align-content-xs-flex-end {
    align-content: flex-end !important; } }

@media (max-width: 575px) {
  .u-align-content-xs-center {
    align-content: center !important; } }

@media (max-width: 575px) {
  .u-align-content-xs-arround {
    align-content: arround !important; } }

@media (max-width: 575px) {
  .u-align-content-xs-stretch {
    align-content: stretch !important; } }

@media (min-width: 576px) {
  .u-align-content-sm-flex-start {
    align-content: flex-start !important; } }

@media (min-width: 576px) {
  .u-align-content-sm-flex-end {
    align-content: flex-end !important; } }

@media (min-width: 576px) {
  .u-align-content-sm-center {
    align-content: center !important; } }

@media (min-width: 576px) {
  .u-align-content-sm-arround {
    align-content: arround !important; } }

@media (min-width: 576px) {
  .u-align-content-sm-stretch {
    align-content: stretch !important; } }

@media (min-width: 768px) {
  .u-align-content-md-flex-start {
    align-content: flex-start !important; } }

@media (min-width: 768px) {
  .u-align-content-md-flex-end {
    align-content: flex-end !important; } }

@media (min-width: 768px) {
  .u-align-content-md-center {
    align-content: center !important; } }

@media (min-width: 768px) {
  .u-align-content-md-arround {
    align-content: arround !important; } }

@media (min-width: 768px) {
  .u-align-content-md-stretch {
    align-content: stretch !important; } }

@media (min-width: 992px) {
  .u-align-content-lg-flex-start {
    align-content: flex-start !important; } }

@media (min-width: 992px) {
  .u-align-content-lg-flex-end {
    align-content: flex-end !important; } }

@media (min-width: 992px) {
  .u-align-content-lg-center {
    align-content: center !important; } }

@media (min-width: 992px) {
  .u-align-content-lg-arround {
    align-content: arround !important; } }

@media (min-width: 992px) {
  .u-align-content-lg-stretch {
    align-content: stretch !important; } }

@media (min-width: 1200px) {
  .u-align-content-xl-flex-start {
    align-content: flex-start !important; } }

@media (min-width: 1200px) {
  .u-align-content-xl-flex-end {
    align-content: flex-end !important; } }

@media (min-width: 1200px) {
  .u-align-content-xl-center {
    align-content: center !important; } }

@media (min-width: 1200px) {
  .u-align-content-xl-arround {
    align-content: arround !important; } }

@media (min-width: 1200px) {
  .u-align-content-xl-stretch {
    align-content: stretch !important; } }

@media (min-width: 1400px) {
  .u-align-content-2xl-flex-start {
    align-content: flex-start !important; } }

@media (min-width: 1400px) {
  .u-align-content-2xl-flex-end {
    align-content: flex-end !important; } }

@media (min-width: 1400px) {
  .u-align-content-2xl-center {
    align-content: center !important; } }

@media (min-width: 1400px) {
  .u-align-content-2xl-arround {
    align-content: arround !important; } }

@media (min-width: 1400px) {
  .u-align-content-2xl-stretch {
    align-content: stretch !important; } }

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

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

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

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

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

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

@media (max-width: 575px) {
  .u-align-self-xs-auto {
    align-self: auto !important; } }

@media (max-width: 575px) {
  .u-align-self-xs-flex-start {
    align-self: flex-start !important; } }

@media (max-width: 575px) {
  .u-align-self-xs-flex-end {
    align-self: flex-end !important; } }

@media (max-width: 575px) {
  .u-align-self-xs-center {
    align-self: center !important; } }

@media (max-width: 575px) {
  .u-align-self-xs-baseline {
    align-self: baseline !important; } }

@media (max-width: 575px) {
  .u-align-self-xs-stretch {
    align-self: stretch !important; } }

@media (min-width: 576px) {
  .u-align-self-sm-auto {
    align-self: auto !important; } }

@media (min-width: 576px) {
  .u-align-self-sm-flex-start {
    align-self: flex-start !important; } }

@media (min-width: 576px) {
  .u-align-self-sm-flex-end {
    align-self: flex-end !important; } }

@media (min-width: 576px) {
  .u-align-self-sm-center {
    align-self: center !important; } }

@media (min-width: 576px) {
  .u-align-self-sm-baseline {
    align-self: baseline !important; } }

@media (min-width: 576px) {
  .u-align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .u-align-self-md-auto {
    align-self: auto !important; } }

@media (min-width: 768px) {
  .u-align-self-md-flex-start {
    align-self: flex-start !important; } }

@media (min-width: 768px) {
  .u-align-self-md-flex-end {
    align-self: flex-end !important; } }

@media (min-width: 768px) {
  .u-align-self-md-center {
    align-self: center !important; } }

@media (min-width: 768px) {
  .u-align-self-md-baseline {
    align-self: baseline !important; } }

@media (min-width: 768px) {
  .u-align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .u-align-self-lg-auto {
    align-self: auto !important; } }

@media (min-width: 992px) {
  .u-align-self-lg-flex-start {
    align-self: flex-start !important; } }

@media (min-width: 992px) {
  .u-align-self-lg-flex-end {
    align-self: flex-end !important; } }

@media (min-width: 992px) {
  .u-align-self-lg-center {
    align-self: center !important; } }

@media (min-width: 992px) {
  .u-align-self-lg-baseline {
    align-self: baseline !important; } }

@media (min-width: 992px) {
  .u-align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .u-align-self-xl-auto {
    align-self: auto !important; } }

@media (min-width: 1200px) {
  .u-align-self-xl-flex-start {
    align-self: flex-start !important; } }

@media (min-width: 1200px) {
  .u-align-self-xl-flex-end {
    align-self: flex-end !important; } }

@media (min-width: 1200px) {
  .u-align-self-xl-center {
    align-self: center !important; } }

@media (min-width: 1200px) {
  .u-align-self-xl-baseline {
    align-self: baseline !important; } }

@media (min-width: 1200px) {
  .u-align-self-xl-stretch {
    align-self: stretch !important; } }

@media (min-width: 1400px) {
  .u-align-self-2xl-auto {
    align-self: auto !important; } }

@media (min-width: 1400px) {
  .u-align-self-2xl-flex-start {
    align-self: flex-start !important; } }

@media (min-width: 1400px) {
  .u-align-self-2xl-flex-end {
    align-self: flex-end !important; } }

@media (min-width: 1400px) {
  .u-align-self-2xl-center {
    align-self: center !important; } }

@media (min-width: 1400px) {
  .u-align-self-2xl-baseline {
    align-self: baseline !important; } }

@media (min-width: 1400px) {
  .u-align-self-2xl-stretch {
    align-self: stretch !important; } }

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

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

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

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

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

@media (max-width: 575px) {
  .u-flex-xs-wrap {
    flex-wrap: wrap; } }

@media (max-width: 575px) {
  .u-flex-xs-nowrap {
    flex-wrap: nowrap; } }

@media (max-width: 575px) {
  .u-flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse; } }

@media (max-width: 575px) {
  .u-flex-xs-reverse {
    flex-wrap: reverse; } }

@media (max-width: 575px) {
  .u-flex-xs-unset {
    flex-wrap: unset; } }

@media (min-width: 576px) {
  .u-flex-sm-wrap {
    flex-wrap: wrap; } }

@media (min-width: 576px) {
  .u-flex-sm-nowrap {
    flex-wrap: nowrap; } }

@media (min-width: 576px) {
  .u-flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse; } }

@media (min-width: 576px) {
  .u-flex-sm-reverse {
    flex-wrap: reverse; } }

@media (min-width: 576px) {
  .u-flex-sm-unset {
    flex-wrap: unset; } }

@media (min-width: 768px) {
  .u-flex-md-wrap {
    flex-wrap: wrap; } }

@media (min-width: 768px) {
  .u-flex-md-nowrap {
    flex-wrap: nowrap; } }

@media (min-width: 768px) {
  .u-flex-md-wrap-reverse {
    flex-wrap: wrap-reverse; } }

@media (min-width: 768px) {
  .u-flex-md-reverse {
    flex-wrap: reverse; } }

@media (min-width: 768px) {
  .u-flex-md-unset {
    flex-wrap: unset; } }

@media (min-width: 992px) {
  .u-flex-lg-wrap {
    flex-wrap: wrap; } }

@media (min-width: 992px) {
  .u-flex-lg-nowrap {
    flex-wrap: nowrap; } }

@media (min-width: 992px) {
  .u-flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse; } }

@media (min-width: 992px) {
  .u-flex-lg-reverse {
    flex-wrap: reverse; } }

@media (min-width: 992px) {
  .u-flex-lg-unset {
    flex-wrap: unset; } }

@media (min-width: 1200px) {
  .u-flex-xl-wrap {
    flex-wrap: wrap; } }

@media (min-width: 1200px) {
  .u-flex-xl-nowrap {
    flex-wrap: nowrap; } }

@media (min-width: 1200px) {
  .u-flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse; } }

@media (min-width: 1200px) {
  .u-flex-xl-reverse {
    flex-wrap: reverse; } }

@media (min-width: 1200px) {
  .u-flex-xl-unset {
    flex-wrap: unset; } }

@media (min-width: 1400px) {
  .u-flex-2xl-wrap {
    flex-wrap: wrap; } }

@media (min-width: 1400px) {
  .u-flex-2xl-nowrap {
    flex-wrap: nowrap; } }

@media (min-width: 1400px) {
  .u-flex-2xl-wrap-reverse {
    flex-wrap: wrap-reverse; } }

@media (min-width: 1400px) {
  .u-flex-2xl-reverse {
    flex-wrap: reverse; } }

@media (min-width: 1400px) {
  .u-flex-2xl-unset {
    flex-wrap: unset; } }

.u-row-gap-auto {
  row-gap: auto; }

.u-row-gap-none {
  row-gap: 0px; }

.u-row-gap-xs {
  row-gap: 4px; }

.u-row-gap-sm {
  row-gap: 8px; }

.u-row-gap-md {
  row-gap: 16px; }

.u-row-gap-lg {
  row-gap: 24px; }

.u-row-gap-xl {
  row-gap: 32px; }

.u-row-gap-2xl {
  row-gap: 40px; }

.u-row-gap-3xl {
  row-gap: 48px; }

.u-row-gap-4xl {
  row-gap: 56px; }

.u-row-gap-5xl {
  row-gap: 64px; }

.u-row-gap-6xl {
  row-gap: 80px; }

.u-row-gap-7xl {
  row-gap: 120px; }

.u-row-gap-8xl {
  row-gap: 160px; }

.u-row-gap-9xl {
  row-gap: 200px; }

@media (max-width: 575px) {
  .u-row-gap-xs-auto {
    row-gap: auto; } }

@media (max-width: 575px) {
  .u-row-gap-xs-none {
    row-gap: 0px; } }

@media (max-width: 575px) {
  .u-row-gap-xs-xs {
    row-gap: 4px; } }

@media (max-width: 575px) {
  .u-row-gap-xs-sm {
    row-gap: 8px; } }

@media (max-width: 575px) {
  .u-row-gap-xs-md {
    row-gap: 16px; } }

@media (max-width: 575px) {
  .u-row-gap-xs-lg {
    row-gap: 24px; } }

@media (max-width: 575px) {
  .u-row-gap-xs-xl {
    row-gap: 32px; } }

@media (max-width: 575px) {
  .u-row-gap-xs-2xl {
    row-gap: 40px; } }

@media (max-width: 575px) {
  .u-row-gap-xs-3xl {
    row-gap: 48px; } }

@media (max-width: 575px) {
  .u-row-gap-xs-4xl {
    row-gap: 56px; } }

@media (max-width: 575px) {
  .u-row-gap-xs-5xl {
    row-gap: 64px; } }

@media (max-width: 575px) {
  .u-row-gap-xs-6xl {
    row-gap: 80px; } }

@media (max-width: 575px) {
  .u-row-gap-xs-7xl {
    row-gap: 120px; } }

@media (max-width: 575px) {
  .u-row-gap-xs-8xl {
    row-gap: 160px; } }

@media (max-width: 575px) {
  .u-row-gap-xs-9xl {
    row-gap: 200px; } }

@media (min-width: 576px) {
  .u-row-gap-sm-auto {
    row-gap: auto; } }

@media (min-width: 576px) {
  .u-row-gap-sm-none {
    row-gap: 0px; } }

@media (min-width: 576px) {
  .u-row-gap-sm-xs {
    row-gap: 4px; } }

@media (min-width: 576px) {
  .u-row-gap-sm-sm {
    row-gap: 8px; } }

@media (min-width: 576px) {
  .u-row-gap-sm-md {
    row-gap: 16px; } }

@media (min-width: 576px) {
  .u-row-gap-sm-lg {
    row-gap: 24px; } }

@media (min-width: 576px) {
  .u-row-gap-sm-xl {
    row-gap: 32px; } }

@media (min-width: 576px) {
  .u-row-gap-sm-2xl {
    row-gap: 40px; } }

@media (min-width: 576px) {
  .u-row-gap-sm-3xl {
    row-gap: 48px; } }

@media (min-width: 576px) {
  .u-row-gap-sm-4xl {
    row-gap: 56px; } }

@media (min-width: 576px) {
  .u-row-gap-sm-5xl {
    row-gap: 64px; } }

@media (min-width: 576px) {
  .u-row-gap-sm-6xl {
    row-gap: 80px; } }

@media (min-width: 576px) {
  .u-row-gap-sm-7xl {
    row-gap: 120px; } }

@media (min-width: 576px) {
  .u-row-gap-sm-8xl {
    row-gap: 160px; } }

@media (min-width: 576px) {
  .u-row-gap-sm-9xl {
    row-gap: 200px; } }

@media (min-width: 768px) {
  .u-row-gap-md-auto {
    row-gap: auto; } }

@media (min-width: 768px) {
  .u-row-gap-md-none {
    row-gap: 0px; } }

@media (min-width: 768px) {
  .u-row-gap-md-xs {
    row-gap: 4px; } }

@media (min-width: 768px) {
  .u-row-gap-md-sm {
    row-gap: 8px; } }

@media (min-width: 768px) {
  .u-row-gap-md-md {
    row-gap: 16px; } }

@media (min-width: 768px) {
  .u-row-gap-md-lg {
    row-gap: 24px; } }

@media (min-width: 768px) {
  .u-row-gap-md-xl {
    row-gap: 32px; } }

@media (min-width: 768px) {
  .u-row-gap-md-2xl {
    row-gap: 40px; } }

@media (min-width: 768px) {
  .u-row-gap-md-3xl {
    row-gap: 48px; } }

@media (min-width: 768px) {
  .u-row-gap-md-4xl {
    row-gap: 56px; } }

@media (min-width: 768px) {
  .u-row-gap-md-5xl {
    row-gap: 64px; } }

@media (min-width: 768px) {
  .u-row-gap-md-6xl {
    row-gap: 80px; } }

@media (min-width: 768px) {
  .u-row-gap-md-7xl {
    row-gap: 120px; } }

@media (min-width: 768px) {
  .u-row-gap-md-8xl {
    row-gap: 160px; } }

@media (min-width: 768px) {
  .u-row-gap-md-9xl {
    row-gap: 200px; } }

@media (min-width: 992px) {
  .u-row-gap-lg-auto {
    row-gap: auto; } }

@media (min-width: 992px) {
  .u-row-gap-lg-none {
    row-gap: 0px; } }

@media (min-width: 992px) {
  .u-row-gap-lg-xs {
    row-gap: 4px; } }

@media (min-width: 992px) {
  .u-row-gap-lg-sm {
    row-gap: 8px; } }

@media (min-width: 992px) {
  .u-row-gap-lg-md {
    row-gap: 16px; } }

@media (min-width: 992px) {
  .u-row-gap-lg-lg {
    row-gap: 24px; } }

@media (min-width: 992px) {
  .u-row-gap-lg-xl {
    row-gap: 32px; } }

@media (min-width: 992px) {
  .u-row-gap-lg-2xl {
    row-gap: 40px; } }

@media (min-width: 992px) {
  .u-row-gap-lg-3xl {
    row-gap: 48px; } }

@media (min-width: 992px) {
  .u-row-gap-lg-4xl {
    row-gap: 56px; } }

@media (min-width: 992px) {
  .u-row-gap-lg-5xl {
    row-gap: 64px; } }

@media (min-width: 992px) {
  .u-row-gap-lg-6xl {
    row-gap: 80px; } }

@media (min-width: 992px) {
  .u-row-gap-lg-7xl {
    row-gap: 120px; } }

@media (min-width: 992px) {
  .u-row-gap-lg-8xl {
    row-gap: 160px; } }

@media (min-width: 992px) {
  .u-row-gap-lg-9xl {
    row-gap: 200px; } }

@media (min-width: 1200px) {
  .u-row-gap-xl-auto {
    row-gap: auto; } }

@media (min-width: 1200px) {
  .u-row-gap-xl-none {
    row-gap: 0px; } }

@media (min-width: 1200px) {
  .u-row-gap-xl-xs {
    row-gap: 4px; } }

@media (min-width: 1200px) {
  .u-row-gap-xl-sm {
    row-gap: 8px; } }

@media (min-width: 1200px) {
  .u-row-gap-xl-md {
    row-gap: 16px; } }

@media (min-width: 1200px) {
  .u-row-gap-xl-lg {
    row-gap: 24px; } }

@media (min-width: 1200px) {
  .u-row-gap-xl-xl {
    row-gap: 32px; } }

@media (min-width: 1200px) {
  .u-row-gap-xl-2xl {
    row-gap: 40px; } }

@media (min-width: 1200px) {
  .u-row-gap-xl-3xl {
    row-gap: 48px; } }

@media (min-width: 1200px) {
  .u-row-gap-xl-4xl {
    row-gap: 56px; } }

@media (min-width: 1200px) {
  .u-row-gap-xl-5xl {
    row-gap: 64px; } }

@media (min-width: 1200px) {
  .u-row-gap-xl-6xl {
    row-gap: 80px; } }

@media (min-width: 1200px) {
  .u-row-gap-xl-7xl {
    row-gap: 120px; } }

@media (min-width: 1200px) {
  .u-row-gap-xl-8xl {
    row-gap: 160px; } }

@media (min-width: 1200px) {
  .u-row-gap-xl-9xl {
    row-gap: 200px; } }

@media (min-width: 1400px) {
  .u-row-gap-2xl-auto {
    row-gap: auto; } }

@media (min-width: 1400px) {
  .u-row-gap-2xl-none {
    row-gap: 0px; } }

@media (min-width: 1400px) {
  .u-row-gap-2xl-xs {
    row-gap: 4px; } }

@media (min-width: 1400px) {
  .u-row-gap-2xl-sm {
    row-gap: 8px; } }

@media (min-width: 1400px) {
  .u-row-gap-2xl-md {
    row-gap: 16px; } }

@media (min-width: 1400px) {
  .u-row-gap-2xl-lg {
    row-gap: 24px; } }

@media (min-width: 1400px) {
  .u-row-gap-2xl-xl {
    row-gap: 32px; } }

@media (min-width: 1400px) {
  .u-row-gap-2xl-2xl {
    row-gap: 40px; } }

@media (min-width: 1400px) {
  .u-row-gap-2xl-3xl {
    row-gap: 48px; } }

@media (min-width: 1400px) {
  .u-row-gap-2xl-4xl {
    row-gap: 56px; } }

@media (min-width: 1400px) {
  .u-row-gap-2xl-5xl {
    row-gap: 64px; } }

@media (min-width: 1400px) {
  .u-row-gap-2xl-6xl {
    row-gap: 80px; } }

@media (min-width: 1400px) {
  .u-row-gap-2xl-7xl {
    row-gap: 120px; } }

@media (min-width: 1400px) {
  .u-row-gap-2xl-8xl {
    row-gap: 160px; } }

@media (min-width: 1400px) {
  .u-row-gap-2xl-9xl {
    row-gap: 200px; } }

.u-column-gap-auto {
  column-gap: auto; }

.u-column-gap-none {
  column-gap: 0px; }

.u-column-gap-xs {
  column-gap: 4px; }

.u-column-gap-sm {
  column-gap: 8px; }

.u-column-gap-md {
  column-gap: 16px; }

.u-column-gap-lg {
  column-gap: 24px; }

.u-column-gap-xl {
  column-gap: 32px; }

.u-column-gap-2xl {
  column-gap: 40px; }

.u-column-gap-3xl {
  column-gap: 48px; }

.u-column-gap-4xl {
  column-gap: 56px; }

.u-column-gap-5xl {
  column-gap: 64px; }

.u-column-gap-6xl {
  column-gap: 80px; }

.u-column-gap-7xl {
  column-gap: 120px; }

.u-column-gap-8xl {
  column-gap: 160px; }

.u-column-gap-9xl {
  column-gap: 200px; }

@media (max-width: 575px) {
  .u-column-gap-xs-auto {
    column-gap: auto; } }

@media (max-width: 575px) {
  .u-column-gap-xs-none {
    column-gap: 0px; } }

@media (max-width: 575px) {
  .u-column-gap-xs-xs {
    column-gap: 4px; } }

@media (max-width: 575px) {
  .u-column-gap-xs-sm {
    column-gap: 8px; } }

@media (max-width: 575px) {
  .u-column-gap-xs-md {
    column-gap: 16px; } }

@media (max-width: 575px) {
  .u-column-gap-xs-lg {
    column-gap: 24px; } }

@media (max-width: 575px) {
  .u-column-gap-xs-xl {
    column-gap: 32px; } }

@media (max-width: 575px) {
  .u-column-gap-xs-2xl {
    column-gap: 40px; } }

@media (max-width: 575px) {
  .u-column-gap-xs-3xl {
    column-gap: 48px; } }

@media (max-width: 575px) {
  .u-column-gap-xs-4xl {
    column-gap: 56px; } }

@media (max-width: 575px) {
  .u-column-gap-xs-5xl {
    column-gap: 64px; } }

@media (max-width: 575px) {
  .u-column-gap-xs-6xl {
    column-gap: 80px; } }

@media (max-width: 575px) {
  .u-column-gap-xs-7xl {
    column-gap: 120px; } }

@media (max-width: 575px) {
  .u-column-gap-xs-8xl {
    column-gap: 160px; } }

@media (max-width: 575px) {
  .u-column-gap-xs-9xl {
    column-gap: 200px; } }

@media (min-width: 576px) {
  .u-column-gap-sm-auto {
    column-gap: auto; } }

@media (min-width: 576px) {
  .u-column-gap-sm-none {
    column-gap: 0px; } }

@media (min-width: 576px) {
  .u-column-gap-sm-xs {
    column-gap: 4px; } }

@media (min-width: 576px) {
  .u-column-gap-sm-sm {
    column-gap: 8px; } }

@media (min-width: 576px) {
  .u-column-gap-sm-md {
    column-gap: 16px; } }

@media (min-width: 576px) {
  .u-column-gap-sm-lg {
    column-gap: 24px; } }

@media (min-width: 576px) {
  .u-column-gap-sm-xl {
    column-gap: 32px; } }

@media (min-width: 576px) {
  .u-column-gap-sm-2xl {
    column-gap: 40px; } }

@media (min-width: 576px) {
  .u-column-gap-sm-3xl {
    column-gap: 48px; } }

@media (min-width: 576px) {
  .u-column-gap-sm-4xl {
    column-gap: 56px; } }

@media (min-width: 576px) {
  .u-column-gap-sm-5xl {
    column-gap: 64px; } }

@media (min-width: 576px) {
  .u-column-gap-sm-6xl {
    column-gap: 80px; } }

@media (min-width: 576px) {
  .u-column-gap-sm-7xl {
    column-gap: 120px; } }

@media (min-width: 576px) {
  .u-column-gap-sm-8xl {
    column-gap: 160px; } }

@media (min-width: 576px) {
  .u-column-gap-sm-9xl {
    column-gap: 200px; } }

@media (min-width: 768px) {
  .u-column-gap-md-auto {
    column-gap: auto; } }

@media (min-width: 768px) {
  .u-column-gap-md-none {
    column-gap: 0px; } }

@media (min-width: 768px) {
  .u-column-gap-md-xs {
    column-gap: 4px; } }

@media (min-width: 768px) {
  .u-column-gap-md-sm {
    column-gap: 8px; } }

@media (min-width: 768px) {
  .u-column-gap-md-md {
    column-gap: 16px; } }

@media (min-width: 768px) {
  .u-column-gap-md-lg {
    column-gap: 24px; } }

@media (min-width: 768px) {
  .u-column-gap-md-xl {
    column-gap: 32px; } }

@media (min-width: 768px) {
  .u-column-gap-md-2xl {
    column-gap: 40px; } }

@media (min-width: 768px) {
  .u-column-gap-md-3xl {
    column-gap: 48px; } }

@media (min-width: 768px) {
  .u-column-gap-md-4xl {
    column-gap: 56px; } }

@media (min-width: 768px) {
  .u-column-gap-md-5xl {
    column-gap: 64px; } }

@media (min-width: 768px) {
  .u-column-gap-md-6xl {
    column-gap: 80px; } }

@media (min-width: 768px) {
  .u-column-gap-md-7xl {
    column-gap: 120px; } }

@media (min-width: 768px) {
  .u-column-gap-md-8xl {
    column-gap: 160px; } }

@media (min-width: 768px) {
  .u-column-gap-md-9xl {
    column-gap: 200px; } }

@media (min-width: 992px) {
  .u-column-gap-lg-auto {
    column-gap: auto; } }

@media (min-width: 992px) {
  .u-column-gap-lg-none {
    column-gap: 0px; } }

@media (min-width: 992px) {
  .u-column-gap-lg-xs {
    column-gap: 4px; } }

@media (min-width: 992px) {
  .u-column-gap-lg-sm {
    column-gap: 8px; } }

@media (min-width: 992px) {
  .u-column-gap-lg-md {
    column-gap: 16px; } }

@media (min-width: 992px) {
  .u-column-gap-lg-lg {
    column-gap: 24px; } }

@media (min-width: 992px) {
  .u-column-gap-lg-xl {
    column-gap: 32px; } }

@media (min-width: 992px) {
  .u-column-gap-lg-2xl {
    column-gap: 40px; } }

@media (min-width: 992px) {
  .u-column-gap-lg-3xl {
    column-gap: 48px; } }

@media (min-width: 992px) {
  .u-column-gap-lg-4xl {
    column-gap: 56px; } }

@media (min-width: 992px) {
  .u-column-gap-lg-5xl {
    column-gap: 64px; } }

@media (min-width: 992px) {
  .u-column-gap-lg-6xl {
    column-gap: 80px; } }

@media (min-width: 992px) {
  .u-column-gap-lg-7xl {
    column-gap: 120px; } }

@media (min-width: 992px) {
  .u-column-gap-lg-8xl {
    column-gap: 160px; } }

@media (min-width: 992px) {
  .u-column-gap-lg-9xl {
    column-gap: 200px; } }

@media (min-width: 1200px) {
  .u-column-gap-xl-auto {
    column-gap: auto; } }

@media (min-width: 1200px) {
  .u-column-gap-xl-none {
    column-gap: 0px; } }

@media (min-width: 1200px) {
  .u-column-gap-xl-xs {
    column-gap: 4px; } }

@media (min-width: 1200px) {
  .u-column-gap-xl-sm {
    column-gap: 8px; } }

@media (min-width: 1200px) {
  .u-column-gap-xl-md {
    column-gap: 16px; } }

@media (min-width: 1200px) {
  .u-column-gap-xl-lg {
    column-gap: 24px; } }

@media (min-width: 1200px) {
  .u-column-gap-xl-xl {
    column-gap: 32px; } }

@media (min-width: 1200px) {
  .u-column-gap-xl-2xl {
    column-gap: 40px; } }

@media (min-width: 1200px) {
  .u-column-gap-xl-3xl {
    column-gap: 48px; } }

@media (min-width: 1200px) {
  .u-column-gap-xl-4xl {
    column-gap: 56px; } }

@media (min-width: 1200px) {
  .u-column-gap-xl-5xl {
    column-gap: 64px; } }

@media (min-width: 1200px) {
  .u-column-gap-xl-6xl {
    column-gap: 80px; } }

@media (min-width: 1200px) {
  .u-column-gap-xl-7xl {
    column-gap: 120px; } }

@media (min-width: 1200px) {
  .u-column-gap-xl-8xl {
    column-gap: 160px; } }

@media (min-width: 1200px) {
  .u-column-gap-xl-9xl {
    column-gap: 200px; } }

@media (min-width: 1400px) {
  .u-column-gap-2xl-auto {
    column-gap: auto; } }

@media (min-width: 1400px) {
  .u-column-gap-2xl-none {
    column-gap: 0px; } }

@media (min-width: 1400px) {
  .u-column-gap-2xl-xs {
    column-gap: 4px; } }

@media (min-width: 1400px) {
  .u-column-gap-2xl-sm {
    column-gap: 8px; } }

@media (min-width: 1400px) {
  .u-column-gap-2xl-md {
    column-gap: 16px; } }

@media (min-width: 1400px) {
  .u-column-gap-2xl-lg {
    column-gap: 24px; } }

@media (min-width: 1400px) {
  .u-column-gap-2xl-xl {
    column-gap: 32px; } }

@media (min-width: 1400px) {
  .u-column-gap-2xl-2xl {
    column-gap: 40px; } }

@media (min-width: 1400px) {
  .u-column-gap-2xl-3xl {
    column-gap: 48px; } }

@media (min-width: 1400px) {
  .u-column-gap-2xl-4xl {
    column-gap: 56px; } }

@media (min-width: 1400px) {
  .u-column-gap-2xl-5xl {
    column-gap: 64px; } }

@media (min-width: 1400px) {
  .u-column-gap-2xl-6xl {
    column-gap: 80px; } }

@media (min-width: 1400px) {
  .u-column-gap-2xl-7xl {
    column-gap: 120px; } }

@media (min-width: 1400px) {
  .u-column-gap-2xl-8xl {
    column-gap: 160px; } }

@media (min-width: 1400px) {
  .u-column-gap-2xl-9xl {
    column-gap: 200px; } }

.u-d-none {
  display: none; }

.u-d-inline {
  display: inline; }

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

.u-d-block {
  display: block; }

.u-d-table {
  display: table; }

.u-d-table-cell {
  display: table-cell; }

.u-d-table-row {
  display: table-row; }

.u-d-flex {
  display: flex; }

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

.u-d-grid {
  display: grid; }

@media (max-width: 575px) {
  .u-d-xs-none {
    display: none; } }

@media (max-width: 575px) {
  .u-d-xs-inline {
    display: inline; } }

@media (max-width: 575px) {
  .u-d-xs-inline-block {
    display: inline-block; } }

@media (max-width: 575px) {
  .u-d-xs-block {
    display: block; } }

@media (max-width: 575px) {
  .u-d-xs-table {
    display: table; } }

@media (max-width: 575px) {
  .u-d-xs-table-cell {
    display: table-cell; } }

@media (max-width: 575px) {
  .u-d-xs-table-row {
    display: table-row; } }

@media (max-width: 575px) {
  .u-d-xs-flex {
    display: flex; } }

@media (max-width: 575px) {
  .u-d-xs-inline-flex {
    display: inline-flex; } }

@media (max-width: 575px) {
  .u-d-xs-grid {
    display: grid; } }

@media (min-width: 576px) {
  .u-d-sm-none {
    display: none; } }

@media (min-width: 576px) {
  .u-d-sm-inline {
    display: inline; } }

@media (min-width: 576px) {
  .u-d-sm-inline-block {
    display: inline-block; } }

@media (min-width: 576px) {
  .u-d-sm-block {
    display: block; } }

@media (min-width: 576px) {
  .u-d-sm-table {
    display: table; } }

@media (min-width: 576px) {
  .u-d-sm-table-cell {
    display: table-cell; } }

@media (min-width: 576px) {
  .u-d-sm-table-row {
    display: table-row; } }

@media (min-width: 576px) {
  .u-d-sm-flex {
    display: flex; } }

@media (min-width: 576px) {
  .u-d-sm-inline-flex {
    display: inline-flex; } }

@media (min-width: 576px) {
  .u-d-sm-grid {
    display: grid; } }

@media (min-width: 768px) {
  .u-d-md-none {
    display: none; } }

@media (min-width: 768px) {
  .u-d-md-inline {
    display: inline; } }

@media (min-width: 768px) {
  .u-d-md-inline-block {
    display: inline-block; } }

@media (min-width: 768px) {
  .u-d-md-block {
    display: block; } }

@media (min-width: 768px) {
  .u-d-md-table {
    display: table; } }

@media (min-width: 768px) {
  .u-d-md-table-cell {
    display: table-cell; } }

@media (min-width: 768px) {
  .u-d-md-table-row {
    display: table-row; } }

@media (min-width: 768px) {
  .u-d-md-flex {
    display: flex; } }

@media (min-width: 768px) {
  .u-d-md-inline-flex {
    display: inline-flex; } }

@media (min-width: 768px) {
  .u-d-md-grid {
    display: grid; } }

@media (min-width: 992px) {
  .u-d-lg-none {
    display: none; } }

@media (min-width: 992px) {
  .u-d-lg-inline {
    display: inline; } }

@media (min-width: 992px) {
  .u-d-lg-inline-block {
    display: inline-block; } }

@media (min-width: 992px) {
  .u-d-lg-block {
    display: block; } }

@media (min-width: 992px) {
  .u-d-lg-table {
    display: table; } }

@media (min-width: 992px) {
  .u-d-lg-table-cell {
    display: table-cell; } }

@media (min-width: 992px) {
  .u-d-lg-table-row {
    display: table-row; } }

@media (min-width: 992px) {
  .u-d-lg-flex {
    display: flex; } }

@media (min-width: 992px) {
  .u-d-lg-inline-flex {
    display: inline-flex; } }

@media (min-width: 992px) {
  .u-d-lg-grid {
    display: grid; } }

@media (min-width: 1200px) {
  .u-d-xl-none {
    display: none; } }

@media (min-width: 1200px) {
  .u-d-xl-inline {
    display: inline; } }

@media (min-width: 1200px) {
  .u-d-xl-inline-block {
    display: inline-block; } }

@media (min-width: 1200px) {
  .u-d-xl-block {
    display: block; } }

@media (min-width: 1200px) {
  .u-d-xl-table {
    display: table; } }

@media (min-width: 1200px) {
  .u-d-xl-table-cell {
    display: table-cell; } }

@media (min-width: 1200px) {
  .u-d-xl-table-row {
    display: table-row; } }

@media (min-width: 1200px) {
  .u-d-xl-flex {
    display: flex; } }

@media (min-width: 1200px) {
  .u-d-xl-inline-flex {
    display: inline-flex; } }

@media (min-width: 1200px) {
  .u-d-xl-grid {
    display: grid; } }

@media (min-width: 1400px) {
  .u-d-2xl-none {
    display: none; } }

@media (min-width: 1400px) {
  .u-d-2xl-inline {
    display: inline; } }

@media (min-width: 1400px) {
  .u-d-2xl-inline-block {
    display: inline-block; } }

@media (min-width: 1400px) {
  .u-d-2xl-block {
    display: block; } }

@media (min-width: 1400px) {
  .u-d-2xl-table {
    display: table; } }

@media (min-width: 1400px) {
  .u-d-2xl-table-cell {
    display: table-cell; } }

@media (min-width: 1400px) {
  .u-d-2xl-table-row {
    display: table-row; } }

@media (min-width: 1400px) {
  .u-d-2xl-flex {
    display: flex; } }

@media (min-width: 1400px) {
  .u-d-2xl-inline-flex {
    display: inline-flex; } }

@media (min-width: 1400px) {
  .u-d-2xl-grid {
    display: grid; } }

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

.u-filter-combo.is-invalid > .o-input, .u-filter-combo.is-invalid > .o-multiselect__item-checkbox, .u-filter-combo.is-invalid > .c-input-icon__right--box, .u-filter-combo.is-invalid > .c-input-icon__left--box, .u-filter-combo.is-invalid > .c-input-icon__left-and-right--box, .u-filter-combo.is-invalid > .c-input-file, .u-filter-combo.is-invalid > .c-select-ddi-button__modal_responsivo, .u-filter-combo.is-invalid > .c-select-ddi-dropdown-input, .u-form-field-group .u-filter-combo.is-invalid > input, .u-form-field-group .u-filter-combo.is-invalid > textarea, .u-form-field-group .u-filter-combo.is-invalid > select {
  border: 1px solid #F95151 !important; }

.u-ff-primary {
  font-family: 'Inter Tight', Arial, Helvetica, sans-serif !important; }

.u-ff-secondary {
  font-family: "Inter Tight", sans-serif !important; }

.u-fw-300 {
  font-weight: 300; }

.u-fw-400 {
  font-weight: 400; }

.u-fw-500 {
  font-weight: 500; }

.u-fw-600 {
  font-weight: 600; }

.u-fw-700 {
  font-weight: 700; }

.u-fw-800 {
  font-weight: 800; }

.u-fw-900 {
  font-weight: 900; }

.u-fw-light {
  font-weight: 300 !important; }

.u-fw-regular {
  font-weight: 400 !important; }

.u-fw-semi-bold {
  font-weight: 600 !important; }

.u-fw-bold, .c-tp-body-bold2, .c-tp-body-bold1 {
  font-weight: 700 !important; }

.u-fs-xs {
  font-size: 11px !important; }

.u-fs-sm {
  font-size: 12px !important; }

.u-fs-md {
  font-size: 14px !important; }

.u-fs-lg {
  font-size: 16px !important; }

.u-fs-xl {
  font-size: 18px !important; }

.u-fs-2xl {
  font-size: 24px !important; }

.u-fs-3xl {
  font-size: 32px !important; }

.u-fs-4xl {
  font-size: 40px !important; }

.u-fs-5xl {
  font-size: 48px !important; }

.u-fs-6xl {
  font-size: 56px !important; }

@media (max-width: 575px) {
  .u-fs-xs-xs {
    font-size: 11px !important; } }

@media (max-width: 575px) {
  .u-fs-xs-sm {
    font-size: 12px !important; } }

@media (max-width: 575px) {
  .u-fs-xs-md {
    font-size: 14px !important; } }

@media (max-width: 575px) {
  .u-fs-xs-lg {
    font-size: 16px !important; } }

@media (max-width: 575px) {
  .u-fs-xs-xl {
    font-size: 18px !important; } }

@media (max-width: 575px) {
  .u-fs-xs-2xl {
    font-size: 24px !important; } }

@media (max-width: 575px) {
  .u-fs-xs-3xl {
    font-size: 32px !important; } }

@media (max-width: 575px) {
  .u-fs-xs-4xl {
    font-size: 40px !important; } }

@media (max-width: 575px) {
  .u-fs-xs-5xl {
    font-size: 48px !important; } }

@media (max-width: 575px) {
  .u-fs-xs-6xl {
    font-size: 56px !important; } }

@media (min-width: 576px) {
  .u-fs-sm-xs {
    font-size: 11px !important; } }

@media (min-width: 576px) {
  .u-fs-sm-sm {
    font-size: 12px !important; } }

@media (min-width: 576px) {
  .u-fs-sm-md {
    font-size: 14px !important; } }

@media (min-width: 576px) {
  .u-fs-sm-lg {
    font-size: 16px !important; } }

@media (min-width: 576px) {
  .u-fs-sm-xl {
    font-size: 18px !important; } }

@media (min-width: 576px) {
  .u-fs-sm-2xl {
    font-size: 24px !important; } }

@media (min-width: 576px) {
  .u-fs-sm-3xl {
    font-size: 32px !important; } }

@media (min-width: 576px) {
  .u-fs-sm-4xl {
    font-size: 40px !important; } }

@media (min-width: 576px) {
  .u-fs-sm-5xl {
    font-size: 48px !important; } }

@media (min-width: 576px) {
  .u-fs-sm-6xl {
    font-size: 56px !important; } }

@media (min-width: 768px) {
  .u-fs-md-xs {
    font-size: 11px !important; } }

@media (min-width: 768px) {
  .u-fs-md-sm {
    font-size: 12px !important; } }

@media (min-width: 768px) {
  .u-fs-md-md {
    font-size: 14px !important; } }

@media (min-width: 768px) {
  .u-fs-md-lg {
    font-size: 16px !important; } }

@media (min-width: 768px) {
  .u-fs-md-xl {
    font-size: 18px !important; } }

@media (min-width: 768px) {
  .u-fs-md-2xl {
    font-size: 24px !important; } }

@media (min-width: 768px) {
  .u-fs-md-3xl {
    font-size: 32px !important; } }

@media (min-width: 768px) {
  .u-fs-md-4xl {
    font-size: 40px !important; } }

@media (min-width: 768px) {
  .u-fs-md-5xl {
    font-size: 48px !important; } }

@media (min-width: 768px) {
  .u-fs-md-6xl {
    font-size: 56px !important; } }

@media (min-width: 992px) {
  .u-fs-lg-xs {
    font-size: 11px !important; } }

@media (min-width: 992px) {
  .u-fs-lg-sm {
    font-size: 12px !important; } }

@media (min-width: 992px) {
  .u-fs-lg-md {
    font-size: 14px !important; } }

@media (min-width: 992px) {
  .u-fs-lg-lg {
    font-size: 16px !important; } }

@media (min-width: 992px) {
  .u-fs-lg-xl {
    font-size: 18px !important; } }

@media (min-width: 992px) {
  .u-fs-lg-2xl {
    font-size: 24px !important; } }

@media (min-width: 992px) {
  .u-fs-lg-3xl {
    font-size: 32px !important; } }

@media (min-width: 992px) {
  .u-fs-lg-4xl {
    font-size: 40px !important; } }

@media (min-width: 992px) {
  .u-fs-lg-5xl {
    font-size: 48px !important; } }

@media (min-width: 992px) {
  .u-fs-lg-6xl {
    font-size: 56px !important; } }

@media (min-width: 1200px) {
  .u-fs-xl-xs {
    font-size: 11px !important; } }

@media (min-width: 1200px) {
  .u-fs-xl-sm {
    font-size: 12px !important; } }

@media (min-width: 1200px) {
  .u-fs-xl-md {
    font-size: 14px !important; } }

@media (min-width: 1200px) {
  .u-fs-xl-lg {
    font-size: 16px !important; } }

@media (min-width: 1200px) {
  .u-fs-xl-xl {
    font-size: 18px !important; } }

@media (min-width: 1200px) {
  .u-fs-xl-2xl {
    font-size: 24px !important; } }

@media (min-width: 1200px) {
  .u-fs-xl-3xl {
    font-size: 32px !important; } }

@media (min-width: 1200px) {
  .u-fs-xl-4xl {
    font-size: 40px !important; } }

@media (min-width: 1200px) {
  .u-fs-xl-5xl {
    font-size: 48px !important; } }

@media (min-width: 1200px) {
  .u-fs-xl-6xl {
    font-size: 56px !important; } }

@media (min-width: 1400px) {
  .u-fs-2xl-xs {
    font-size: 11px !important; } }

@media (min-width: 1400px) {
  .u-fs-2xl-sm {
    font-size: 12px !important; } }

@media (min-width: 1400px) {
  .u-fs-2xl-md {
    font-size: 14px !important; } }

@media (min-width: 1400px) {
  .u-fs-2xl-lg {
    font-size: 16px !important; } }

@media (min-width: 1400px) {
  .u-fs-2xl-xl {
    font-size: 18px !important; } }

@media (min-width: 1400px) {
  .u-fs-2xl-2xl {
    font-size: 24px !important; } }

@media (min-width: 1400px) {
  .u-fs-2xl-3xl {
    font-size: 32px !important; } }

@media (min-width: 1400px) {
  .u-fs-2xl-4xl {
    font-size: 40px !important; } }

@media (min-width: 1400px) {
  .u-fs-2xl-5xl {
    font-size: 48px !important; } }

@media (min-width: 1400px) {
  .u-fs-2xl-6xl {
    font-size: 56px !important; } }

.u-fw-bold, .c-tp-body-bold2, .c-tp-body-bold1 {
  font-weight: 700; }

.u-fw-semibold {
  font-weight: 600; }

.u-fw-regular {
  font-weight: 400; }

.u-fw-light {
  font-weight: 300; }

.u-form-group {
  width: 100%;
  font-size: 12px;
  margin: 20px 0px; }
  @media (max-width: 576px) {
    .u-form-group {
      font-size: 18px;
      margin: 20px 0px; } }
  .u-form-group--inline {
    display: flex;
    justify-content: flex-end;
    margin: 11px 0px; }
  .u-form-group__titulo {
    display: block;
    margin-bottom: 9px;
    font-size: 14px; }
    @media (min-width: 576px) {
      .u-form-group__titulo {
        font-size: 12px; } }
    .u-form-group__titulo--bold {
      font-weight: 600; }
    .u-form-group__titulo--titulo-inline {
      display: flex;
      justify-content: flex-end;
      width: 25%;
      margin-right: 24px;
      text-align: end; }
  .u-form-group__campo {
    max-width: 100%;
    width: 100%;
    height: 25px;
    padding: 3px 2px;
    border-radius: 4px;
    background: #fff; }
    @media (max-width: 576px) {
      .u-form-group__campo {
        height: 34px;
        padding: 0px 2px; } }
    .u-form-group__campo--textarea {
      height: 50px !important; }
    .u-form-group__campo--campo-inline {
      width: 100%; }
  .u-form-group div.selectize-input {
    min-height: 33px;
    width: 374px; }
  .u-form-group div.selectize-input input {
    width: unset !important;
    top: 4px; }
  .u-form-group div.selectize-control {
    width: 340px !important; }
  .u-form-group div.selectize-dropdown-content {
    background: #fff; }
  .u-form-group label:first-child {
    width: 150px !important; }
  .u-form-group--ajuste-selective-filtro-mapa-calor div.selectize-control {
    padding: unset;
    font-size: 14px; }
  .u-form-group--ajuste-selective-filtro-mapa-calor div.selectize-input {
    width: 290px !important;
    right: 50px !important; }
  .u-form-group--ajuste-selective-filtro-mapa-calor div.selectize-dropdown {
    position: absolute; }
  .u-form-group--ajuste-selective-filtro-mapa-calor div.selectize-dropdown-content {
    width: 17rem; }
  @media (min-width: 576px) {
    .u-form-group--ajuste-selective-filtro-mapa-calor div.selectize-control {
      right: 7%; } }
  @media (max-width: 575px) {
    .u-form-group--ajuste-selective-filtro-mapa-calor {
      justify-content: space-around !important; }
      .u-form-group--ajuste-selective-filtro-mapa-calor div.selectize-input {
        width: 100% !important;
        right: 0px !important; }
      .u-form-group--ajuste-selective-filtro-mapa-calor div.selectize-dropdown-content {
        width: 51vw; } }

.u-form-row {
  width: 100%;
  font-size: 12px;
  margin-bottom: 11px;
  display: flex; }
  @media (max-width: 576px) {
    .u-form-row {
      font-size: 18px;
      margin: 20px 0px; } }
  .u-form-row--espacamento-maior {
    margin-bottom: 21px; }

.u-gap-auto {
  gap: auto; }

.u-gap-none {
  gap: 0px; }

.u-gap-xs {
  gap: 4px; }

.u-gap-sm {
  gap: 8px; }

.u-gap-md {
  gap: 16px; }

.u-gap-lg {
  gap: 24px; }

.u-gap-xl {
  gap: 32px; }

.u-gap-2xl {
  gap: 40px; }

.u-gap-3xl {
  gap: 48px; }

.u-gap-4xl {
  gap: 56px; }

.u-gap-5xl {
  gap: 64px; }

.u-gap-6xl {
  gap: 80px; }

.u-gap-7xl {
  gap: 120px; }

.u-gap-8xl {
  gap: 160px; }

.u-gap-9xl {
  gap: 200px; }

@media (max-width: 575px) {
  .u-gap-xs-auto {
    gap: auto; } }

@media (max-width: 575px) {
  .u-gap-xs-none {
    gap: 0px; } }

@media (max-width: 575px) {
  .u-gap-xs-xs {
    gap: 4px; } }

@media (max-width: 575px) {
  .u-gap-xs-sm {
    gap: 8px; } }

@media (max-width: 575px) {
  .u-gap-xs-md {
    gap: 16px; } }

@media (max-width: 575px) {
  .u-gap-xs-lg {
    gap: 24px; } }

@media (max-width: 575px) {
  .u-gap-xs-xl {
    gap: 32px; } }

@media (max-width: 575px) {
  .u-gap-xs-2xl {
    gap: 40px; } }

@media (max-width: 575px) {
  .u-gap-xs-3xl {
    gap: 48px; } }

@media (max-width: 575px) {
  .u-gap-xs-4xl {
    gap: 56px; } }

@media (max-width: 575px) {
  .u-gap-xs-5xl {
    gap: 64px; } }

@media (max-width: 575px) {
  .u-gap-xs-6xl {
    gap: 80px; } }

@media (max-width: 575px) {
  .u-gap-xs-7xl {
    gap: 120px; } }

@media (max-width: 575px) {
  .u-gap-xs-8xl {
    gap: 160px; } }

@media (max-width: 575px) {
  .u-gap-xs-9xl {
    gap: 200px; } }

@media (min-width: 576px) {
  .u-gap-sm-auto {
    gap: auto; } }

@media (min-width: 576px) {
  .u-gap-sm-none {
    gap: 0px; } }

@media (min-width: 576px) {
  .u-gap-sm-xs {
    gap: 4px; } }

@media (min-width: 576px) {
  .u-gap-sm-sm {
    gap: 8px; } }

@media (min-width: 576px) {
  .u-gap-sm-md {
    gap: 16px; } }

@media (min-width: 576px) {
  .u-gap-sm-lg {
    gap: 24px; } }

@media (min-width: 576px) {
  .u-gap-sm-xl {
    gap: 32px; } }

@media (min-width: 576px) {
  .u-gap-sm-2xl {
    gap: 40px; } }

@media (min-width: 576px) {
  .u-gap-sm-3xl {
    gap: 48px; } }

@media (min-width: 576px) {
  .u-gap-sm-4xl {
    gap: 56px; } }

@media (min-width: 576px) {
  .u-gap-sm-5xl {
    gap: 64px; } }

@media (min-width: 576px) {
  .u-gap-sm-6xl {
    gap: 80px; } }

@media (min-width: 576px) {
  .u-gap-sm-7xl {
    gap: 120px; } }

@media (min-width: 576px) {
  .u-gap-sm-8xl {
    gap: 160px; } }

@media (min-width: 576px) {
  .u-gap-sm-9xl {
    gap: 200px; } }

@media (min-width: 768px) {
  .u-gap-md-auto {
    gap: auto; } }

@media (min-width: 768px) {
  .u-gap-md-none {
    gap: 0px; } }

@media (min-width: 768px) {
  .u-gap-md-xs {
    gap: 4px; } }

@media (min-width: 768px) {
  .u-gap-md-sm {
    gap: 8px; } }

@media (min-width: 768px) {
  .u-gap-md-md {
    gap: 16px; } }

@media (min-width: 768px) {
  .u-gap-md-lg {
    gap: 24px; } }

@media (min-width: 768px) {
  .u-gap-md-xl {
    gap: 32px; } }

@media (min-width: 768px) {
  .u-gap-md-2xl {
    gap: 40px; } }

@media (min-width: 768px) {
  .u-gap-md-3xl {
    gap: 48px; } }

@media (min-width: 768px) {
  .u-gap-md-4xl {
    gap: 56px; } }

@media (min-width: 768px) {
  .u-gap-md-5xl {
    gap: 64px; } }

@media (min-width: 768px) {
  .u-gap-md-6xl {
    gap: 80px; } }

@media (min-width: 768px) {
  .u-gap-md-7xl {
    gap: 120px; } }

@media (min-width: 768px) {
  .u-gap-md-8xl {
    gap: 160px; } }

@media (min-width: 768px) {
  .u-gap-md-9xl {
    gap: 200px; } }

@media (min-width: 992px) {
  .u-gap-lg-auto {
    gap: auto; } }

@media (min-width: 992px) {
  .u-gap-lg-none {
    gap: 0px; } }

@media (min-width: 992px) {
  .u-gap-lg-xs {
    gap: 4px; } }

@media (min-width: 992px) {
  .u-gap-lg-sm {
    gap: 8px; } }

@media (min-width: 992px) {
  .u-gap-lg-md {
    gap: 16px; } }

@media (min-width: 992px) {
  .u-gap-lg-lg {
    gap: 24px; } }

@media (min-width: 992px) {
  .u-gap-lg-xl {
    gap: 32px; } }

@media (min-width: 992px) {
  .u-gap-lg-2xl {
    gap: 40px; } }

@media (min-width: 992px) {
  .u-gap-lg-3xl {
    gap: 48px; } }

@media (min-width: 992px) {
  .u-gap-lg-4xl {
    gap: 56px; } }

@media (min-width: 992px) {
  .u-gap-lg-5xl {
    gap: 64px; } }

@media (min-width: 992px) {
  .u-gap-lg-6xl {
    gap: 80px; } }

@media (min-width: 992px) {
  .u-gap-lg-7xl {
    gap: 120px; } }

@media (min-width: 992px) {
  .u-gap-lg-8xl {
    gap: 160px; } }

@media (min-width: 992px) {
  .u-gap-lg-9xl {
    gap: 200px; } }

@media (min-width: 1200px) {
  .u-gap-xl-auto {
    gap: auto; } }

@media (min-width: 1200px) {
  .u-gap-xl-none {
    gap: 0px; } }

@media (min-width: 1200px) {
  .u-gap-xl-xs {
    gap: 4px; } }

@media (min-width: 1200px) {
  .u-gap-xl-sm {
    gap: 8px; } }

@media (min-width: 1200px) {
  .u-gap-xl-md {
    gap: 16px; } }

@media (min-width: 1200px) {
  .u-gap-xl-lg {
    gap: 24px; } }

@media (min-width: 1200px) {
  .u-gap-xl-xl {
    gap: 32px; } }

@media (min-width: 1200px) {
  .u-gap-xl-2xl {
    gap: 40px; } }

@media (min-width: 1200px) {
  .u-gap-xl-3xl {
    gap: 48px; } }

@media (min-width: 1200px) {
  .u-gap-xl-4xl {
    gap: 56px; } }

@media (min-width: 1200px) {
  .u-gap-xl-5xl {
    gap: 64px; } }

@media (min-width: 1200px) {
  .u-gap-xl-6xl {
    gap: 80px; } }

@media (min-width: 1200px) {
  .u-gap-xl-7xl {
    gap: 120px; } }

@media (min-width: 1200px) {
  .u-gap-xl-8xl {
    gap: 160px; } }

@media (min-width: 1200px) {
  .u-gap-xl-9xl {
    gap: 200px; } }

@media (min-width: 1400px) {
  .u-gap-2xl-auto {
    gap: auto; } }

@media (min-width: 1400px) {
  .u-gap-2xl-none {
    gap: 0px; } }

@media (min-width: 1400px) {
  .u-gap-2xl-xs {
    gap: 4px; } }

@media (min-width: 1400px) {
  .u-gap-2xl-sm {
    gap: 8px; } }

@media (min-width: 1400px) {
  .u-gap-2xl-md {
    gap: 16px; } }

@media (min-width: 1400px) {
  .u-gap-2xl-lg {
    gap: 24px; } }

@media (min-width: 1400px) {
  .u-gap-2xl-xl {
    gap: 32px; } }

@media (min-width: 1400px) {
  .u-gap-2xl-2xl {
    gap: 40px; } }

@media (min-width: 1400px) {
  .u-gap-2xl-3xl {
    gap: 48px; } }

@media (min-width: 1400px) {
  .u-gap-2xl-4xl {
    gap: 56px; } }

@media (min-width: 1400px) {
  .u-gap-2xl-5xl {
    gap: 64px; } }

@media (min-width: 1400px) {
  .u-gap-2xl-6xl {
    gap: 80px; } }

@media (min-width: 1400px) {
  .u-gap-2xl-7xl {
    gap: 120px; } }

@media (min-width: 1400px) {
  .u-gap-2xl-8xl {
    gap: 160px; } }

@media (min-width: 1400px) {
  .u-gap-2xl-9xl {
    gap: 200px; } }

.u-h-unset {
  height: unset !important; }

.u-h-auto {
  height: auto !important; }

.u-h-25 {
  height: 25% !important; }

.u-h-50 {
  height: 50% !important; }

.u-h-75 {
  height: 75% !important; }

.u-h-100 {
  height: 100% !important; }

.u-h-vh-25 {
  height: 25vh !important; }

.u-h-vh-50 {
  height: 50vh !important; }

.u-h-vh-65 {
  height: 65vh !important; }

.u-h-vh-75 {
  height: 75vh !important; }

.u-h-vh-100 {
  height: 100vh !important; }

.u-minh-vh-35 {
  min-height: 35vh !important; }

.u-minh-auto {
  min-height: auto !important; }

.u-minh-none {
  min-height: 0px !important; }

.u-minh-xs {
  min-height: 4px !important; }

.u-minh-sm {
  min-height: 8px !important; }

.u-minh-md {
  min-height: 16px !important; }

.u-minh-lg {
  min-height: 24px !important; }

.u-minh-xl {
  min-height: 32px !important; }

.u-minh-2xl {
  min-height: 40px !important; }

.u-minh-3xl {
  min-height: 48px !important; }

.u-minh-4xl {
  min-height: 56px !important; }

.u-minh-5xl {
  min-height: 64px !important; }

.u-minh-6xl {
  min-height: 80px !important; }

.u-minh-7xl {
  min-height: 120px !important; }

.u-minh-8xl {
  min-height: 160px !important; }

.u-minh-9xl {
  min-height: 200px !important; }

@media (max-width: 575px) {
  .u-minh-xs-auto {
    min-height: auto !important; } }

@media (max-width: 575px) {
  .u-minh-xs-none {
    min-height: 0px !important; } }

@media (max-width: 575px) {
  .u-minh-xs-xs {
    min-height: 4px !important; } }

@media (max-width: 575px) {
  .u-minh-xs-sm {
    min-height: 8px !important; } }

@media (max-width: 575px) {
  .u-minh-xs-md {
    min-height: 16px !important; } }

@media (max-width: 575px) {
  .u-minh-xs-lg {
    min-height: 24px !important; } }

@media (max-width: 575px) {
  .u-minh-xs-xl {
    min-height: 32px !important; } }

@media (max-width: 575px) {
  .u-minh-xs-2xl {
    min-height: 40px !important; } }

@media (max-width: 575px) {
  .u-minh-xs-3xl {
    min-height: 48px !important; } }

@media (max-width: 575px) {
  .u-minh-xs-4xl {
    min-height: 56px !important; } }

@media (max-width: 575px) {
  .u-minh-xs-5xl {
    min-height: 64px !important; } }

@media (max-width: 575px) {
  .u-minh-xs-6xl {
    min-height: 80px !important; } }

@media (max-width: 575px) {
  .u-minh-xs-7xl {
    min-height: 120px !important; } }

@media (max-width: 575px) {
  .u-minh-xs-8xl {
    min-height: 160px !important; } }

@media (max-width: 575px) {
  .u-minh-xs-9xl {
    min-height: 200px !important; } }

@media (min-width: 576px) {
  .u-minh-sm-auto {
    min-height: auto !important; } }

@media (min-width: 576px) {
  .u-minh-sm-none {
    min-height: 0px !important; } }

@media (min-width: 576px) {
  .u-minh-sm-xs {
    min-height: 4px !important; } }

@media (min-width: 576px) {
  .u-minh-sm-sm {
    min-height: 8px !important; } }

@media (min-width: 576px) {
  .u-minh-sm-md {
    min-height: 16px !important; } }

@media (min-width: 576px) {
  .u-minh-sm-lg {
    min-height: 24px !important; } }

@media (min-width: 576px) {
  .u-minh-sm-xl {
    min-height: 32px !important; } }

@media (min-width: 576px) {
  .u-minh-sm-2xl {
    min-height: 40px !important; } }

@media (min-width: 576px) {
  .u-minh-sm-3xl {
    min-height: 48px !important; } }

@media (min-width: 576px) {
  .u-minh-sm-4xl {
    min-height: 56px !important; } }

@media (min-width: 576px) {
  .u-minh-sm-5xl {
    min-height: 64px !important; } }

@media (min-width: 576px) {
  .u-minh-sm-6xl {
    min-height: 80px !important; } }

@media (min-width: 576px) {
  .u-minh-sm-7xl {
    min-height: 120px !important; } }

@media (min-width: 576px) {
  .u-minh-sm-8xl {
    min-height: 160px !important; } }

@media (min-width: 576px) {
  .u-minh-sm-9xl {
    min-height: 200px !important; } }

@media (min-width: 768px) {
  .u-minh-md-auto {
    min-height: auto !important; } }

@media (min-width: 768px) {
  .u-minh-md-none {
    min-height: 0px !important; } }

@media (min-width: 768px) {
  .u-minh-md-xs {
    min-height: 4px !important; } }

@media (min-width: 768px) {
  .u-minh-md-sm {
    min-height: 8px !important; } }

@media (min-width: 768px) {
  .u-minh-md-md {
    min-height: 16px !important; } }

@media (min-width: 768px) {
  .u-minh-md-lg {
    min-height: 24px !important; } }

@media (min-width: 768px) {
  .u-minh-md-xl {
    min-height: 32px !important; } }

@media (min-width: 768px) {
  .u-minh-md-2xl {
    min-height: 40px !important; } }

@media (min-width: 768px) {
  .u-minh-md-3xl {
    min-height: 48px !important; } }

@media (min-width: 768px) {
  .u-minh-md-4xl {
    min-height: 56px !important; } }

@media (min-width: 768px) {
  .u-minh-md-5xl {
    min-height: 64px !important; } }

@media (min-width: 768px) {
  .u-minh-md-6xl {
    min-height: 80px !important; } }

@media (min-width: 768px) {
  .u-minh-md-7xl {
    min-height: 120px !important; } }

@media (min-width: 768px) {
  .u-minh-md-8xl {
    min-height: 160px !important; } }

@media (min-width: 768px) {
  .u-minh-md-9xl {
    min-height: 200px !important; } }

@media (min-width: 992px) {
  .u-minh-lg-auto {
    min-height: auto !important; } }

@media (min-width: 992px) {
  .u-minh-lg-none {
    min-height: 0px !important; } }

@media (min-width: 992px) {
  .u-minh-lg-xs {
    min-height: 4px !important; } }

@media (min-width: 992px) {
  .u-minh-lg-sm {
    min-height: 8px !important; } }

@media (min-width: 992px) {
  .u-minh-lg-md {
    min-height: 16px !important; } }

@media (min-width: 992px) {
  .u-minh-lg-lg {
    min-height: 24px !important; } }

@media (min-width: 992px) {
  .u-minh-lg-xl {
    min-height: 32px !important; } }

@media (min-width: 992px) {
  .u-minh-lg-2xl {
    min-height: 40px !important; } }

@media (min-width: 992px) {
  .u-minh-lg-3xl {
    min-height: 48px !important; } }

@media (min-width: 992px) {
  .u-minh-lg-4xl {
    min-height: 56px !important; } }

@media (min-width: 992px) {
  .u-minh-lg-5xl {
    min-height: 64px !important; } }

@media (min-width: 992px) {
  .u-minh-lg-6xl {
    min-height: 80px !important; } }

@media (min-width: 992px) {
  .u-minh-lg-7xl {
    min-height: 120px !important; } }

@media (min-width: 992px) {
  .u-minh-lg-8xl {
    min-height: 160px !important; } }

@media (min-width: 992px) {
  .u-minh-lg-9xl {
    min-height: 200px !important; } }

@media (min-width: 1200px) {
  .u-minh-xl-auto {
    min-height: auto !important; } }

@media (min-width: 1200px) {
  .u-minh-xl-none {
    min-height: 0px !important; } }

@media (min-width: 1200px) {
  .u-minh-xl-xs {
    min-height: 4px !important; } }

@media (min-width: 1200px) {
  .u-minh-xl-sm {
    min-height: 8px !important; } }

@media (min-width: 1200px) {
  .u-minh-xl-md {
    min-height: 16px !important; } }

@media (min-width: 1200px) {
  .u-minh-xl-lg {
    min-height: 24px !important; } }

@media (min-width: 1200px) {
  .u-minh-xl-xl {
    min-height: 32px !important; } }

@media (min-width: 1200px) {
  .u-minh-xl-2xl {
    min-height: 40px !important; } }

@media (min-width: 1200px) {
  .u-minh-xl-3xl {
    min-height: 48px !important; } }

@media (min-width: 1200px) {
  .u-minh-xl-4xl {
    min-height: 56px !important; } }

@media (min-width: 1200px) {
  .u-minh-xl-5xl {
    min-height: 64px !important; } }

@media (min-width: 1200px) {
  .u-minh-xl-6xl {
    min-height: 80px !important; } }

@media (min-width: 1200px) {
  .u-minh-xl-7xl {
    min-height: 120px !important; } }

@media (min-width: 1200px) {
  .u-minh-xl-8xl {
    min-height: 160px !important; } }

@media (min-width: 1200px) {
  .u-minh-xl-9xl {
    min-height: 200px !important; } }

@media (min-width: 1400px) {
  .u-minh-2xl-auto {
    min-height: auto !important; } }

@media (min-width: 1400px) {
  .u-minh-2xl-none {
    min-height: 0px !important; } }

@media (min-width: 1400px) {
  .u-minh-2xl-xs {
    min-height: 4px !important; } }

@media (min-width: 1400px) {
  .u-minh-2xl-sm {
    min-height: 8px !important; } }

@media (min-width: 1400px) {
  .u-minh-2xl-md {
    min-height: 16px !important; } }

@media (min-width: 1400px) {
  .u-minh-2xl-lg {
    min-height: 24px !important; } }

@media (min-width: 1400px) {
  .u-minh-2xl-xl {
    min-height: 32px !important; } }

@media (min-width: 1400px) {
  .u-minh-2xl-2xl {
    min-height: 40px !important; } }

@media (min-width: 1400px) {
  .u-minh-2xl-3xl {
    min-height: 48px !important; } }

@media (min-width: 1400px) {
  .u-minh-2xl-4xl {
    min-height: 56px !important; } }

@media (min-width: 1400px) {
  .u-minh-2xl-5xl {
    min-height: 64px !important; } }

@media (min-width: 1400px) {
  .u-minh-2xl-6xl {
    min-height: 80px !important; } }

@media (min-width: 1400px) {
  .u-minh-2xl-7xl {
    min-height: 120px !important; } }

@media (min-width: 1400px) {
  .u-minh-2xl-8xl {
    min-height: 160px !important; } }

@media (min-width: 1400px) {
  .u-minh-2xl-9xl {
    min-height: 200px !important; } }

.u-info-adicional {
  margin: 16px 0 25px 0; }
  .u-info-adicional__titulo {
    margin-bottom: 13px;
    display: inline-block; }
  .u-info-adicional__info-linha {
    margin-bottom: 15px; }
  .u-info-adicional__borda-topo {
    border-top: 1px solid #E3E3E3;
    padding-top: 22px; }

.u-inline-radio-check {
  display: flex;
  font-size: 12px;
  margin: 20px 0px; }
  @media (max-width: 576px) {
    .u-inline-radio-check {
      font-size: 18px;
      margin: 20px 0px; } }
  .u-inline-radio-check__titulo {
    margin-right: 20px; }
  .u-inline-radio-check__campo {
    margin-right: 10px; }
    .u-inline-radio-check__campo input[type=radio] {
      height: unset !important; }

.u-lh-xs {
  line-height: 100% !important; }

.u-lh-sm {
  line-height: 130% !important; }

.u-lh-md {
  line-height: 150% !important; }

.u-lh-lg {
  line-height: 180% !important; }

.u-lh-xl {
  line-height: 210% !important; }

.u-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important; }

.u-my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.u-m-auto {
  margin: auto !important; }

.u-mt-auto {
  margin-top: auto !important; }

.u-mb-auto {
  margin-bottom: auto !important; }

.u-ml-auto {
  margin-left: auto !important; }

.u-mr-auto {
  margin-right: auto !important; }

.u-mx-none {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.u-my-none {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

.u-m-none {
  margin: 0px !important; }

.u-mt-none {
  margin-top: 0px !important; }

.u-mb-none {
  margin-bottom: 0px !important; }

.u-ml-none {
  margin-left: 0px !important; }

.u-mr-none {
  margin-right: 0px !important; }

.u-mx-xs {
  margin-left: 4px !important;
  margin-right: 4px !important; }

.u-my-xs {
  margin-top: 4px !important;
  margin-bottom: 4px !important; }

.u-m-xs {
  margin: 4px !important; }

.u-mt-xs {
  margin-top: 4px !important; }

.u-mb-xs {
  margin-bottom: 4px !important; }

.u-ml-xs {
  margin-left: 4px !important; }

.u-mr-xs {
  margin-right: 4px !important; }

.u-mx-sm {
  margin-left: 8px !important;
  margin-right: 8px !important; }

.u-my-sm {
  margin-top: 8px !important;
  margin-bottom: 8px !important; }

.u-m-sm {
  margin: 8px !important; }

.u-mt-sm {
  margin-top: 8px !important; }

.u-mb-sm {
  margin-bottom: 8px !important; }

.u-ml-sm {
  margin-left: 8px !important; }

.u-mr-sm {
  margin-right: 8px !important; }

.u-mx-md {
  margin-left: 16px !important;
  margin-right: 16px !important; }

.u-my-md {
  margin-top: 16px !important;
  margin-bottom: 16px !important; }

.u-m-md {
  margin: 16px !important; }

.u-mt-md {
  margin-top: 16px !important; }

.u-mb-md {
  margin-bottom: 16px !important; }

.u-ml-md {
  margin-left: 16px !important; }

.u-mr-md {
  margin-right: 16px !important; }

.u-mx-lg {
  margin-left: 24px !important;
  margin-right: 24px !important; }

.u-my-lg {
  margin-top: 24px !important;
  margin-bottom: 24px !important; }

.u-m-lg {
  margin: 24px !important; }

.u-mt-lg {
  margin-top: 24px !important; }

.u-mb-lg {
  margin-bottom: 24px !important; }

.u-ml-lg {
  margin-left: 24px !important; }

.u-mr-lg {
  margin-right: 24px !important; }

.u-mx-xl {
  margin-left: 32px !important;
  margin-right: 32px !important; }

.u-my-xl {
  margin-top: 32px !important;
  margin-bottom: 32px !important; }

.u-m-xl {
  margin: 32px !important; }

.u-mt-xl {
  margin-top: 32px !important; }

.u-mb-xl {
  margin-bottom: 32px !important; }

.u-ml-xl {
  margin-left: 32px !important; }

.u-mr-xl {
  margin-right: 32px !important; }

.u-mx-2xl {
  margin-left: 40px !important;
  margin-right: 40px !important; }

.u-my-2xl {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.u-m-2xl {
  margin: 40px !important; }

.u-mt-2xl {
  margin-top: 40px !important; }

.u-mb-2xl {
  margin-bottom: 40px !important; }

.u-ml-2xl {
  margin-left: 40px !important; }

.u-mr-2xl {
  margin-right: 40px !important; }

.u-mx-3xl {
  margin-left: 48px !important;
  margin-right: 48px !important; }

.u-my-3xl {
  margin-top: 48px !important;
  margin-bottom: 48px !important; }

.u-m-3xl {
  margin: 48px !important; }

.u-mt-3xl {
  margin-top: 48px !important; }

.u-mb-3xl {
  margin-bottom: 48px !important; }

.u-ml-3xl {
  margin-left: 48px !important; }

.u-mr-3xl {
  margin-right: 48px !important; }

.u-mx-4xl {
  margin-left: 56px !important;
  margin-right: 56px !important; }

.u-my-4xl {
  margin-top: 56px !important;
  margin-bottom: 56px !important; }

.u-m-4xl {
  margin: 56px !important; }

.u-mt-4xl {
  margin-top: 56px !important; }

.u-mb-4xl {
  margin-bottom: 56px !important; }

.u-ml-4xl {
  margin-left: 56px !important; }

.u-mr-4xl {
  margin-right: 56px !important; }

.u-mx-5xl {
  margin-left: 64px !important;
  margin-right: 64px !important; }

.u-my-5xl {
  margin-top: 64px !important;
  margin-bottom: 64px !important; }

.u-m-5xl {
  margin: 64px !important; }

.u-mt-5xl {
  margin-top: 64px !important; }

.u-mb-5xl {
  margin-bottom: 64px !important; }

.u-ml-5xl {
  margin-left: 64px !important; }

.u-mr-5xl {
  margin-right: 64px !important; }

.u-mx-6xl {
  margin-left: 80px !important;
  margin-right: 80px !important; }

.u-my-6xl {
  margin-top: 80px !important;
  margin-bottom: 80px !important; }

.u-m-6xl {
  margin: 80px !important; }

.u-mt-6xl {
  margin-top: 80px !important; }

.u-mb-6xl {
  margin-bottom: 80px !important; }

.u-ml-6xl {
  margin-left: 80px !important; }

.u-mr-6xl {
  margin-right: 80px !important; }

.u-mx-7xl {
  margin-left: 120px !important;
  margin-right: 120px !important; }

.u-my-7xl {
  margin-top: 120px !important;
  margin-bottom: 120px !important; }

.u-m-7xl {
  margin: 120px !important; }

.u-mt-7xl {
  margin-top: 120px !important; }

.u-mb-7xl {
  margin-bottom: 120px !important; }

.u-ml-7xl {
  margin-left: 120px !important; }

.u-mr-7xl {
  margin-right: 120px !important; }

.u-mx-8xl {
  margin-left: 160px !important;
  margin-right: 160px !important; }

.u-my-8xl {
  margin-top: 160px !important;
  margin-bottom: 160px !important; }

.u-m-8xl {
  margin: 160px !important; }

.u-mt-8xl {
  margin-top: 160px !important; }

.u-mb-8xl {
  margin-bottom: 160px !important; }

.u-ml-8xl {
  margin-left: 160px !important; }

.u-mr-8xl {
  margin-right: 160px !important; }

.u-mx-9xl {
  margin-left: 200px !important;
  margin-right: 200px !important; }

.u-my-9xl {
  margin-top: 200px !important;
  margin-bottom: 200px !important; }

.u-m-9xl {
  margin: 200px !important; }

.u-mt-9xl {
  margin-top: 200px !important; }

.u-mb-9xl {
  margin-bottom: 200px !important; }

.u-ml-9xl {
  margin-left: 200px !important; }

.u-mr-9xl {
  margin-right: 200px !important; }

@media (max-width: 575px) {
  .u-xs-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important; }
  .u-xs-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .u-xs-m-auto {
    margin: auto !important; }
  .u-xs-mt-auto {
    margin-top: auto !important; }
  .u-xs-mb-auto {
    margin-bottom: auto !important; }
  .u-xs-ml-auto {
    margin-left: auto !important; }
  .u-xs-mr-auto {
    margin-right: auto !important; }
  .u-xs-mx-none {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  .u-xs-my-none {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .u-xs-m-none {
    margin: 0px !important; }
  .u-xs-mt-none {
    margin-top: 0px !important; }
  .u-xs-mb-none {
    margin-bottom: 0px !important; }
  .u-xs-ml-none {
    margin-left: 0px !important; }
  .u-xs-mr-none {
    margin-right: 0px !important; }
  .u-xs-mx-xs {
    margin-left: 4px !important;
    margin-right: 4px !important; }
  .u-xs-my-xs {
    margin-top: 4px !important;
    margin-bottom: 4px !important; }
  .u-xs-m-xs {
    margin: 4px !important; }
  .u-xs-mt-xs {
    margin-top: 4px !important; }
  .u-xs-mb-xs {
    margin-bottom: 4px !important; }
  .u-xs-ml-xs {
    margin-left: 4px !important; }
  .u-xs-mr-xs {
    margin-right: 4px !important; }
  .u-xs-mx-sm {
    margin-left: 8px !important;
    margin-right: 8px !important; }
  .u-xs-my-sm {
    margin-top: 8px !important;
    margin-bottom: 8px !important; }
  .u-xs-m-sm {
    margin: 8px !important; }
  .u-xs-mt-sm {
    margin-top: 8px !important; }
  .u-xs-mb-sm {
    margin-bottom: 8px !important; }
  .u-xs-ml-sm {
    margin-left: 8px !important; }
  .u-xs-mr-sm {
    margin-right: 8px !important; }
  .u-xs-mx-md {
    margin-left: 16px !important;
    margin-right: 16px !important; }
  .u-xs-my-md {
    margin-top: 16px !important;
    margin-bottom: 16px !important; }
  .u-xs-m-md {
    margin: 16px !important; }
  .u-xs-mt-md {
    margin-top: 16px !important; }
  .u-xs-mb-md {
    margin-bottom: 16px !important; }
  .u-xs-ml-md {
    margin-left: 16px !important; }
  .u-xs-mr-md {
    margin-right: 16px !important; }
  .u-xs-mx-lg {
    margin-left: 24px !important;
    margin-right: 24px !important; }
  .u-xs-my-lg {
    margin-top: 24px !important;
    margin-bottom: 24px !important; }
  .u-xs-m-lg {
    margin: 24px !important; }
  .u-xs-mt-lg {
    margin-top: 24px !important; }
  .u-xs-mb-lg {
    margin-bottom: 24px !important; }
  .u-xs-ml-lg {
    margin-left: 24px !important; }
  .u-xs-mr-lg {
    margin-right: 24px !important; }
  .u-xs-mx-xl {
    margin-left: 32px !important;
    margin-right: 32px !important; }
  .u-xs-my-xl {
    margin-top: 32px !important;
    margin-bottom: 32px !important; }
  .u-xs-m-xl {
    margin: 32px !important; }
  .u-xs-mt-xl {
    margin-top: 32px !important; }
  .u-xs-mb-xl {
    margin-bottom: 32px !important; }
  .u-xs-ml-xl {
    margin-left: 32px !important; }
  .u-xs-mr-xl {
    margin-right: 32px !important; }
  .u-xs-mx-2xl {
    margin-left: 40px !important;
    margin-right: 40px !important; }
  .u-xs-my-2xl {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .u-xs-m-2xl {
    margin: 40px !important; }
  .u-xs-mt-2xl {
    margin-top: 40px !important; }
  .u-xs-mb-2xl {
    margin-bottom: 40px !important; }
  .u-xs-ml-2xl {
    margin-left: 40px !important; }
  .u-xs-mr-2xl {
    margin-right: 40px !important; }
  .u-xs-mx-3xl {
    margin-left: 48px !important;
    margin-right: 48px !important; }
  .u-xs-my-3xl {
    margin-top: 48px !important;
    margin-bottom: 48px !important; }
  .u-xs-m-3xl {
    margin: 48px !important; }
  .u-xs-mt-3xl {
    margin-top: 48px !important; }
  .u-xs-mb-3xl {
    margin-bottom: 48px !important; }
  .u-xs-ml-3xl {
    margin-left: 48px !important; }
  .u-xs-mr-3xl {
    margin-right: 48px !important; }
  .u-xs-mx-4xl {
    margin-left: 56px !important;
    margin-right: 56px !important; }
  .u-xs-my-4xl {
    margin-top: 56px !important;
    margin-bottom: 56px !important; }
  .u-xs-m-4xl {
    margin: 56px !important; }
  .u-xs-mt-4xl {
    margin-top: 56px !important; }
  .u-xs-mb-4xl {
    margin-bottom: 56px !important; }
  .u-xs-ml-4xl {
    margin-left: 56px !important; }
  .u-xs-mr-4xl {
    margin-right: 56px !important; }
  .u-xs-mx-5xl {
    margin-left: 64px !important;
    margin-right: 64px !important; }
  .u-xs-my-5xl {
    margin-top: 64px !important;
    margin-bottom: 64px !important; }
  .u-xs-m-5xl {
    margin: 64px !important; }
  .u-xs-mt-5xl {
    margin-top: 64px !important; }
  .u-xs-mb-5xl {
    margin-bottom: 64px !important; }
  .u-xs-ml-5xl {
    margin-left: 64px !important; }
  .u-xs-mr-5xl {
    margin-right: 64px !important; }
  .u-xs-mx-6xl {
    margin-left: 80px !important;
    margin-right: 80px !important; }
  .u-xs-my-6xl {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }
  .u-xs-m-6xl {
    margin: 80px !important; }
  .u-xs-mt-6xl {
    margin-top: 80px !important; }
  .u-xs-mb-6xl {
    margin-bottom: 80px !important; }
  .u-xs-ml-6xl {
    margin-left: 80px !important; }
  .u-xs-mr-6xl {
    margin-right: 80px !important; }
  .u-xs-mx-7xl {
    margin-left: 120px !important;
    margin-right: 120px !important; }
  .u-xs-my-7xl {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }
  .u-xs-m-7xl {
    margin: 120px !important; }
  .u-xs-mt-7xl {
    margin-top: 120px !important; }
  .u-xs-mb-7xl {
    margin-bottom: 120px !important; }
  .u-xs-ml-7xl {
    margin-left: 120px !important; }
  .u-xs-mr-7xl {
    margin-right: 120px !important; }
  .u-xs-mx-8xl {
    margin-left: 160px !important;
    margin-right: 160px !important; }
  .u-xs-my-8xl {
    margin-top: 160px !important;
    margin-bottom: 160px !important; }
  .u-xs-m-8xl {
    margin: 160px !important; }
  .u-xs-mt-8xl {
    margin-top: 160px !important; }
  .u-xs-mb-8xl {
    margin-bottom: 160px !important; }
  .u-xs-ml-8xl {
    margin-left: 160px !important; }
  .u-xs-mr-8xl {
    margin-right: 160px !important; }
  .u-xs-mx-9xl {
    margin-left: 200px !important;
    margin-right: 200px !important; }
  .u-xs-my-9xl {
    margin-top: 200px !important;
    margin-bottom: 200px !important; }
  .u-xs-m-9xl {
    margin: 200px !important; }
  .u-xs-mt-9xl {
    margin-top: 200px !important; }
  .u-xs-mb-9xl {
    margin-bottom: 200px !important; }
  .u-xs-ml-9xl {
    margin-left: 200px !important; }
  .u-xs-mr-9xl {
    margin-right: 200px !important; } }

@media (min-width: 576px) {
  .u-sm-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important; }
  .u-sm-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .u-sm-m-auto {
    margin: auto !important; }
  .u-sm-mt-auto {
    margin-top: auto !important; }
  .u-sm-mb-auto {
    margin-bottom: auto !important; }
  .u-sm-ml-auto {
    margin-left: auto !important; }
  .u-sm-mr-auto {
    margin-right: auto !important; }
  .u-sm-mx-none {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  .u-sm-my-none {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .u-sm-m-none {
    margin: 0px !important; }
  .u-sm-mt-none {
    margin-top: 0px !important; }
  .u-sm-mb-none {
    margin-bottom: 0px !important; }
  .u-sm-ml-none {
    margin-left: 0px !important; }
  .u-sm-mr-none {
    margin-right: 0px !important; }
  .u-sm-mx-xs {
    margin-left: 4px !important;
    margin-right: 4px !important; }
  .u-sm-my-xs {
    margin-top: 4px !important;
    margin-bottom: 4px !important; }
  .u-sm-m-xs {
    margin: 4px !important; }
  .u-sm-mt-xs {
    margin-top: 4px !important; }
  .u-sm-mb-xs {
    margin-bottom: 4px !important; }
  .u-sm-ml-xs {
    margin-left: 4px !important; }
  .u-sm-mr-xs {
    margin-right: 4px !important; }
  .u-sm-mx-sm {
    margin-left: 8px !important;
    margin-right: 8px !important; }
  .u-sm-my-sm {
    margin-top: 8px !important;
    margin-bottom: 8px !important; }
  .u-sm-m-sm {
    margin: 8px !important; }
  .u-sm-mt-sm {
    margin-top: 8px !important; }
  .u-sm-mb-sm {
    margin-bottom: 8px !important; }
  .u-sm-ml-sm {
    margin-left: 8px !important; }
  .u-sm-mr-sm {
    margin-right: 8px !important; }
  .u-sm-mx-md {
    margin-left: 16px !important;
    margin-right: 16px !important; }
  .u-sm-my-md {
    margin-top: 16px !important;
    margin-bottom: 16px !important; }
  .u-sm-m-md {
    margin: 16px !important; }
  .u-sm-mt-md {
    margin-top: 16px !important; }
  .u-sm-mb-md {
    margin-bottom: 16px !important; }
  .u-sm-ml-md {
    margin-left: 16px !important; }
  .u-sm-mr-md {
    margin-right: 16px !important; }
  .u-sm-mx-lg {
    margin-left: 24px !important;
    margin-right: 24px !important; }
  .u-sm-my-lg {
    margin-top: 24px !important;
    margin-bottom: 24px !important; }
  .u-sm-m-lg {
    margin: 24px !important; }
  .u-sm-mt-lg {
    margin-top: 24px !important; }
  .u-sm-mb-lg {
    margin-bottom: 24px !important; }
  .u-sm-ml-lg {
    margin-left: 24px !important; }
  .u-sm-mr-lg {
    margin-right: 24px !important; }
  .u-sm-mx-xl {
    margin-left: 32px !important;
    margin-right: 32px !important; }
  .u-sm-my-xl {
    margin-top: 32px !important;
    margin-bottom: 32px !important; }
  .u-sm-m-xl {
    margin: 32px !important; }
  .u-sm-mt-xl {
    margin-top: 32px !important; }
  .u-sm-mb-xl {
    margin-bottom: 32px !important; }
  .u-sm-ml-xl {
    margin-left: 32px !important; }
  .u-sm-mr-xl {
    margin-right: 32px !important; }
  .u-sm-mx-2xl {
    margin-left: 40px !important;
    margin-right: 40px !important; }
  .u-sm-my-2xl {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .u-sm-m-2xl {
    margin: 40px !important; }
  .u-sm-mt-2xl {
    margin-top: 40px !important; }
  .u-sm-mb-2xl {
    margin-bottom: 40px !important; }
  .u-sm-ml-2xl {
    margin-left: 40px !important; }
  .u-sm-mr-2xl {
    margin-right: 40px !important; }
  .u-sm-mx-3xl {
    margin-left: 48px !important;
    margin-right: 48px !important; }
  .u-sm-my-3xl {
    margin-top: 48px !important;
    margin-bottom: 48px !important; }
  .u-sm-m-3xl {
    margin: 48px !important; }
  .u-sm-mt-3xl {
    margin-top: 48px !important; }
  .u-sm-mb-3xl {
    margin-bottom: 48px !important; }
  .u-sm-ml-3xl {
    margin-left: 48px !important; }
  .u-sm-mr-3xl {
    margin-right: 48px !important; }
  .u-sm-mx-4xl {
    margin-left: 56px !important;
    margin-right: 56px !important; }
  .u-sm-my-4xl {
    margin-top: 56px !important;
    margin-bottom: 56px !important; }
  .u-sm-m-4xl {
    margin: 56px !important; }
  .u-sm-mt-4xl {
    margin-top: 56px !important; }
  .u-sm-mb-4xl {
    margin-bottom: 56px !important; }
  .u-sm-ml-4xl {
    margin-left: 56px !important; }
  .u-sm-mr-4xl {
    margin-right: 56px !important; }
  .u-sm-mx-5xl {
    margin-left: 64px !important;
    margin-right: 64px !important; }
  .u-sm-my-5xl {
    margin-top: 64px !important;
    margin-bottom: 64px !important; }
  .u-sm-m-5xl {
    margin: 64px !important; }
  .u-sm-mt-5xl {
    margin-top: 64px !important; }
  .u-sm-mb-5xl {
    margin-bottom: 64px !important; }
  .u-sm-ml-5xl {
    margin-left: 64px !important; }
  .u-sm-mr-5xl {
    margin-right: 64px !important; }
  .u-sm-mx-6xl {
    margin-left: 80px !important;
    margin-right: 80px !important; }
  .u-sm-my-6xl {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }
  .u-sm-m-6xl {
    margin: 80px !important; }
  .u-sm-mt-6xl {
    margin-top: 80px !important; }
  .u-sm-mb-6xl {
    margin-bottom: 80px !important; }
  .u-sm-ml-6xl {
    margin-left: 80px !important; }
  .u-sm-mr-6xl {
    margin-right: 80px !important; }
  .u-sm-mx-7xl {
    margin-left: 120px !important;
    margin-right: 120px !important; }
  .u-sm-my-7xl {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }
  .u-sm-m-7xl {
    margin: 120px !important; }
  .u-sm-mt-7xl {
    margin-top: 120px !important; }
  .u-sm-mb-7xl {
    margin-bottom: 120px !important; }
  .u-sm-ml-7xl {
    margin-left: 120px !important; }
  .u-sm-mr-7xl {
    margin-right: 120px !important; }
  .u-sm-mx-8xl {
    margin-left: 160px !important;
    margin-right: 160px !important; }
  .u-sm-my-8xl {
    margin-top: 160px !important;
    margin-bottom: 160px !important; }
  .u-sm-m-8xl {
    margin: 160px !important; }
  .u-sm-mt-8xl {
    margin-top: 160px !important; }
  .u-sm-mb-8xl {
    margin-bottom: 160px !important; }
  .u-sm-ml-8xl {
    margin-left: 160px !important; }
  .u-sm-mr-8xl {
    margin-right: 160px !important; }
  .u-sm-mx-9xl {
    margin-left: 200px !important;
    margin-right: 200px !important; }
  .u-sm-my-9xl {
    margin-top: 200px !important;
    margin-bottom: 200px !important; }
  .u-sm-m-9xl {
    margin: 200px !important; }
  .u-sm-mt-9xl {
    margin-top: 200px !important; }
  .u-sm-mb-9xl {
    margin-bottom: 200px !important; }
  .u-sm-ml-9xl {
    margin-left: 200px !important; }
  .u-sm-mr-9xl {
    margin-right: 200px !important; } }

@media (min-width: 768px) {
  .u-md-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important; }
  .u-md-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .u-md-m-auto {
    margin: auto !important; }
  .u-md-mt-auto {
    margin-top: auto !important; }
  .u-md-mb-auto {
    margin-bottom: auto !important; }
  .u-md-ml-auto {
    margin-left: auto !important; }
  .u-md-mr-auto {
    margin-right: auto !important; }
  .u-md-mx-none {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  .u-md-my-none {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .u-md-m-none {
    margin: 0px !important; }
  .u-md-mt-none {
    margin-top: 0px !important; }
  .u-md-mb-none {
    margin-bottom: 0px !important; }
  .u-md-ml-none {
    margin-left: 0px !important; }
  .u-md-mr-none {
    margin-right: 0px !important; }
  .u-md-mx-xs {
    margin-left: 4px !important;
    margin-right: 4px !important; }
  .u-md-my-xs {
    margin-top: 4px !important;
    margin-bottom: 4px !important; }
  .u-md-m-xs {
    margin: 4px !important; }
  .u-md-mt-xs {
    margin-top: 4px !important; }
  .u-md-mb-xs {
    margin-bottom: 4px !important; }
  .u-md-ml-xs {
    margin-left: 4px !important; }
  .u-md-mr-xs {
    margin-right: 4px !important; }
  .u-md-mx-sm {
    margin-left: 8px !important;
    margin-right: 8px !important; }
  .u-md-my-sm {
    margin-top: 8px !important;
    margin-bottom: 8px !important; }
  .u-md-m-sm {
    margin: 8px !important; }
  .u-md-mt-sm {
    margin-top: 8px !important; }
  .u-md-mb-sm {
    margin-bottom: 8px !important; }
  .u-md-ml-sm {
    margin-left: 8px !important; }
  .u-md-mr-sm {
    margin-right: 8px !important; }
  .u-md-mx-md {
    margin-left: 16px !important;
    margin-right: 16px !important; }
  .u-md-my-md {
    margin-top: 16px !important;
    margin-bottom: 16px !important; }
  .u-md-m-md {
    margin: 16px !important; }
  .u-md-mt-md {
    margin-top: 16px !important; }
  .u-md-mb-md {
    margin-bottom: 16px !important; }
  .u-md-ml-md {
    margin-left: 16px !important; }
  .u-md-mr-md {
    margin-right: 16px !important; }
  .u-md-mx-lg {
    margin-left: 24px !important;
    margin-right: 24px !important; }
  .u-md-my-lg {
    margin-top: 24px !important;
    margin-bottom: 24px !important; }
  .u-md-m-lg {
    margin: 24px !important; }
  .u-md-mt-lg {
    margin-top: 24px !important; }
  .u-md-mb-lg {
    margin-bottom: 24px !important; }
  .u-md-ml-lg {
    margin-left: 24px !important; }
  .u-md-mr-lg {
    margin-right: 24px !important; }
  .u-md-mx-xl {
    margin-left: 32px !important;
    margin-right: 32px !important; }
  .u-md-my-xl {
    margin-top: 32px !important;
    margin-bottom: 32px !important; }
  .u-md-m-xl {
    margin: 32px !important; }
  .u-md-mt-xl {
    margin-top: 32px !important; }
  .u-md-mb-xl {
    margin-bottom: 32px !important; }
  .u-md-ml-xl {
    margin-left: 32px !important; }
  .u-md-mr-xl {
    margin-right: 32px !important; }
  .u-md-mx-2xl {
    margin-left: 40px !important;
    margin-right: 40px !important; }
  .u-md-my-2xl {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .u-md-m-2xl {
    margin: 40px !important; }
  .u-md-mt-2xl {
    margin-top: 40px !important; }
  .u-md-mb-2xl {
    margin-bottom: 40px !important; }
  .u-md-ml-2xl {
    margin-left: 40px !important; }
  .u-md-mr-2xl {
    margin-right: 40px !important; }
  .u-md-mx-3xl {
    margin-left: 48px !important;
    margin-right: 48px !important; }
  .u-md-my-3xl {
    margin-top: 48px !important;
    margin-bottom: 48px !important; }
  .u-md-m-3xl {
    margin: 48px !important; }
  .u-md-mt-3xl {
    margin-top: 48px !important; }
  .u-md-mb-3xl {
    margin-bottom: 48px !important; }
  .u-md-ml-3xl {
    margin-left: 48px !important; }
  .u-md-mr-3xl {
    margin-right: 48px !important; }
  .u-md-mx-4xl {
    margin-left: 56px !important;
    margin-right: 56px !important; }
  .u-md-my-4xl {
    margin-top: 56px !important;
    margin-bottom: 56px !important; }
  .u-md-m-4xl {
    margin: 56px !important; }
  .u-md-mt-4xl {
    margin-top: 56px !important; }
  .u-md-mb-4xl {
    margin-bottom: 56px !important; }
  .u-md-ml-4xl {
    margin-left: 56px !important; }
  .u-md-mr-4xl {
    margin-right: 56px !important; }
  .u-md-mx-5xl {
    margin-left: 64px !important;
    margin-right: 64px !important; }
  .u-md-my-5xl {
    margin-top: 64px !important;
    margin-bottom: 64px !important; }
  .u-md-m-5xl {
    margin: 64px !important; }
  .u-md-mt-5xl {
    margin-top: 64px !important; }
  .u-md-mb-5xl {
    margin-bottom: 64px !important; }
  .u-md-ml-5xl {
    margin-left: 64px !important; }
  .u-md-mr-5xl {
    margin-right: 64px !important; }
  .u-md-mx-6xl {
    margin-left: 80px !important;
    margin-right: 80px !important; }
  .u-md-my-6xl {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }
  .u-md-m-6xl {
    margin: 80px !important; }
  .u-md-mt-6xl {
    margin-top: 80px !important; }
  .u-md-mb-6xl {
    margin-bottom: 80px !important; }
  .u-md-ml-6xl {
    margin-left: 80px !important; }
  .u-md-mr-6xl {
    margin-right: 80px !important; }
  .u-md-mx-7xl {
    margin-left: 120px !important;
    margin-right: 120px !important; }
  .u-md-my-7xl {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }
  .u-md-m-7xl {
    margin: 120px !important; }
  .u-md-mt-7xl {
    margin-top: 120px !important; }
  .u-md-mb-7xl {
    margin-bottom: 120px !important; }
  .u-md-ml-7xl {
    margin-left: 120px !important; }
  .u-md-mr-7xl {
    margin-right: 120px !important; }
  .u-md-mx-8xl {
    margin-left: 160px !important;
    margin-right: 160px !important; }
  .u-md-my-8xl {
    margin-top: 160px !important;
    margin-bottom: 160px !important; }
  .u-md-m-8xl {
    margin: 160px !important; }
  .u-md-mt-8xl {
    margin-top: 160px !important; }
  .u-md-mb-8xl {
    margin-bottom: 160px !important; }
  .u-md-ml-8xl {
    margin-left: 160px !important; }
  .u-md-mr-8xl {
    margin-right: 160px !important; }
  .u-md-mx-9xl {
    margin-left: 200px !important;
    margin-right: 200px !important; }
  .u-md-my-9xl {
    margin-top: 200px !important;
    margin-bottom: 200px !important; }
  .u-md-m-9xl {
    margin: 200px !important; }
  .u-md-mt-9xl {
    margin-top: 200px !important; }
  .u-md-mb-9xl {
    margin-bottom: 200px !important; }
  .u-md-ml-9xl {
    margin-left: 200px !important; }
  .u-md-mr-9xl {
    margin-right: 200px !important; } }

@media (min-width: 992px) {
  .u-lg-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important; }
  .u-lg-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .u-lg-m-auto {
    margin: auto !important; }
  .u-lg-mt-auto {
    margin-top: auto !important; }
  .u-lg-mb-auto {
    margin-bottom: auto !important; }
  .u-lg-ml-auto {
    margin-left: auto !important; }
  .u-lg-mr-auto {
    margin-right: auto !important; }
  .u-lg-mx-none {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  .u-lg-my-none {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .u-lg-m-none {
    margin: 0px !important; }
  .u-lg-mt-none {
    margin-top: 0px !important; }
  .u-lg-mb-none {
    margin-bottom: 0px !important; }
  .u-lg-ml-none {
    margin-left: 0px !important; }
  .u-lg-mr-none {
    margin-right: 0px !important; }
  .u-lg-mx-xs {
    margin-left: 4px !important;
    margin-right: 4px !important; }
  .u-lg-my-xs {
    margin-top: 4px !important;
    margin-bottom: 4px !important; }
  .u-lg-m-xs {
    margin: 4px !important; }
  .u-lg-mt-xs {
    margin-top: 4px !important; }
  .u-lg-mb-xs {
    margin-bottom: 4px !important; }
  .u-lg-ml-xs {
    margin-left: 4px !important; }
  .u-lg-mr-xs {
    margin-right: 4px !important; }
  .u-lg-mx-sm {
    margin-left: 8px !important;
    margin-right: 8px !important; }
  .u-lg-my-sm {
    margin-top: 8px !important;
    margin-bottom: 8px !important; }
  .u-lg-m-sm {
    margin: 8px !important; }
  .u-lg-mt-sm {
    margin-top: 8px !important; }
  .u-lg-mb-sm {
    margin-bottom: 8px !important; }
  .u-lg-ml-sm {
    margin-left: 8px !important; }
  .u-lg-mr-sm {
    margin-right: 8px !important; }
  .u-lg-mx-md {
    margin-left: 16px !important;
    margin-right: 16px !important; }
  .u-lg-my-md {
    margin-top: 16px !important;
    margin-bottom: 16px !important; }
  .u-lg-m-md {
    margin: 16px !important; }
  .u-lg-mt-md {
    margin-top: 16px !important; }
  .u-lg-mb-md {
    margin-bottom: 16px !important; }
  .u-lg-ml-md {
    margin-left: 16px !important; }
  .u-lg-mr-md {
    margin-right: 16px !important; }
  .u-lg-mx-lg {
    margin-left: 24px !important;
    margin-right: 24px !important; }
  .u-lg-my-lg {
    margin-top: 24px !important;
    margin-bottom: 24px !important; }
  .u-lg-m-lg {
    margin: 24px !important; }
  .u-lg-mt-lg {
    margin-top: 24px !important; }
  .u-lg-mb-lg {
    margin-bottom: 24px !important; }
  .u-lg-ml-lg {
    margin-left: 24px !important; }
  .u-lg-mr-lg {
    margin-right: 24px !important; }
  .u-lg-mx-xl {
    margin-left: 32px !important;
    margin-right: 32px !important; }
  .u-lg-my-xl {
    margin-top: 32px !important;
    margin-bottom: 32px !important; }
  .u-lg-m-xl {
    margin: 32px !important; }
  .u-lg-mt-xl {
    margin-top: 32px !important; }
  .u-lg-mb-xl {
    margin-bottom: 32px !important; }
  .u-lg-ml-xl {
    margin-left: 32px !important; }
  .u-lg-mr-xl {
    margin-right: 32px !important; }
  .u-lg-mx-2xl {
    margin-left: 40px !important;
    margin-right: 40px !important; }
  .u-lg-my-2xl {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .u-lg-m-2xl {
    margin: 40px !important; }
  .u-lg-mt-2xl {
    margin-top: 40px !important; }
  .u-lg-mb-2xl {
    margin-bottom: 40px !important; }
  .u-lg-ml-2xl {
    margin-left: 40px !important; }
  .u-lg-mr-2xl {
    margin-right: 40px !important; }
  .u-lg-mx-3xl {
    margin-left: 48px !important;
    margin-right: 48px !important; }
  .u-lg-my-3xl {
    margin-top: 48px !important;
    margin-bottom: 48px !important; }
  .u-lg-m-3xl {
    margin: 48px !important; }
  .u-lg-mt-3xl {
    margin-top: 48px !important; }
  .u-lg-mb-3xl {
    margin-bottom: 48px !important; }
  .u-lg-ml-3xl {
    margin-left: 48px !important; }
  .u-lg-mr-3xl {
    margin-right: 48px !important; }
  .u-lg-mx-4xl {
    margin-left: 56px !important;
    margin-right: 56px !important; }
  .u-lg-my-4xl {
    margin-top: 56px !important;
    margin-bottom: 56px !important; }
  .u-lg-m-4xl {
    margin: 56px !important; }
  .u-lg-mt-4xl {
    margin-top: 56px !important; }
  .u-lg-mb-4xl {
    margin-bottom: 56px !important; }
  .u-lg-ml-4xl {
    margin-left: 56px !important; }
  .u-lg-mr-4xl {
    margin-right: 56px !important; }
  .u-lg-mx-5xl {
    margin-left: 64px !important;
    margin-right: 64px !important; }
  .u-lg-my-5xl {
    margin-top: 64px !important;
    margin-bottom: 64px !important; }
  .u-lg-m-5xl {
    margin: 64px !important; }
  .u-lg-mt-5xl {
    margin-top: 64px !important; }
  .u-lg-mb-5xl {
    margin-bottom: 64px !important; }
  .u-lg-ml-5xl {
    margin-left: 64px !important; }
  .u-lg-mr-5xl {
    margin-right: 64px !important; }
  .u-lg-mx-6xl {
    margin-left: 80px !important;
    margin-right: 80px !important; }
  .u-lg-my-6xl {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }
  .u-lg-m-6xl {
    margin: 80px !important; }
  .u-lg-mt-6xl {
    margin-top: 80px !important; }
  .u-lg-mb-6xl {
    margin-bottom: 80px !important; }
  .u-lg-ml-6xl {
    margin-left: 80px !important; }
  .u-lg-mr-6xl {
    margin-right: 80px !important; }
  .u-lg-mx-7xl {
    margin-left: 120px !important;
    margin-right: 120px !important; }
  .u-lg-my-7xl {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }
  .u-lg-m-7xl {
    margin: 120px !important; }
  .u-lg-mt-7xl {
    margin-top: 120px !important; }
  .u-lg-mb-7xl {
    margin-bottom: 120px !important; }
  .u-lg-ml-7xl {
    margin-left: 120px !important; }
  .u-lg-mr-7xl {
    margin-right: 120px !important; }
  .u-lg-mx-8xl {
    margin-left: 160px !important;
    margin-right: 160px !important; }
  .u-lg-my-8xl {
    margin-top: 160px !important;
    margin-bottom: 160px !important; }
  .u-lg-m-8xl {
    margin: 160px !important; }
  .u-lg-mt-8xl {
    margin-top: 160px !important; }
  .u-lg-mb-8xl {
    margin-bottom: 160px !important; }
  .u-lg-ml-8xl {
    margin-left: 160px !important; }
  .u-lg-mr-8xl {
    margin-right: 160px !important; }
  .u-lg-mx-9xl {
    margin-left: 200px !important;
    margin-right: 200px !important; }
  .u-lg-my-9xl {
    margin-top: 200px !important;
    margin-bottom: 200px !important; }
  .u-lg-m-9xl {
    margin: 200px !important; }
  .u-lg-mt-9xl {
    margin-top: 200px !important; }
  .u-lg-mb-9xl {
    margin-bottom: 200px !important; }
  .u-lg-ml-9xl {
    margin-left: 200px !important; }
  .u-lg-mr-9xl {
    margin-right: 200px !important; } }

@media (min-width: 1200px) {
  .u-xl-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important; }
  .u-xl-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .u-xl-m-auto {
    margin: auto !important; }
  .u-xl-mt-auto {
    margin-top: auto !important; }
  .u-xl-mb-auto {
    margin-bottom: auto !important; }
  .u-xl-ml-auto {
    margin-left: auto !important; }
  .u-xl-mr-auto {
    margin-right: auto !important; }
  .u-xl-mx-none {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  .u-xl-my-none {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .u-xl-m-none {
    margin: 0px !important; }
  .u-xl-mt-none {
    margin-top: 0px !important; }
  .u-xl-mb-none {
    margin-bottom: 0px !important; }
  .u-xl-ml-none {
    margin-left: 0px !important; }
  .u-xl-mr-none {
    margin-right: 0px !important; }
  .u-xl-mx-xs {
    margin-left: 4px !important;
    margin-right: 4px !important; }
  .u-xl-my-xs {
    margin-top: 4px !important;
    margin-bottom: 4px !important; }
  .u-xl-m-xs {
    margin: 4px !important; }
  .u-xl-mt-xs {
    margin-top: 4px !important; }
  .u-xl-mb-xs {
    margin-bottom: 4px !important; }
  .u-xl-ml-xs {
    margin-left: 4px !important; }
  .u-xl-mr-xs {
    margin-right: 4px !important; }
  .u-xl-mx-sm {
    margin-left: 8px !important;
    margin-right: 8px !important; }
  .u-xl-my-sm {
    margin-top: 8px !important;
    margin-bottom: 8px !important; }
  .u-xl-m-sm {
    margin: 8px !important; }
  .u-xl-mt-sm {
    margin-top: 8px !important; }
  .u-xl-mb-sm {
    margin-bottom: 8px !important; }
  .u-xl-ml-sm {
    margin-left: 8px !important; }
  .u-xl-mr-sm {
    margin-right: 8px !important; }
  .u-xl-mx-md {
    margin-left: 16px !important;
    margin-right: 16px !important; }
  .u-xl-my-md {
    margin-top: 16px !important;
    margin-bottom: 16px !important; }
  .u-xl-m-md {
    margin: 16px !important; }
  .u-xl-mt-md {
    margin-top: 16px !important; }
  .u-xl-mb-md {
    margin-bottom: 16px !important; }
  .u-xl-ml-md {
    margin-left: 16px !important; }
  .u-xl-mr-md {
    margin-right: 16px !important; }
  .u-xl-mx-lg {
    margin-left: 24px !important;
    margin-right: 24px !important; }
  .u-xl-my-lg {
    margin-top: 24px !important;
    margin-bottom: 24px !important; }
  .u-xl-m-lg {
    margin: 24px !important; }
  .u-xl-mt-lg {
    margin-top: 24px !important; }
  .u-xl-mb-lg {
    margin-bottom: 24px !important; }
  .u-xl-ml-lg {
    margin-left: 24px !important; }
  .u-xl-mr-lg {
    margin-right: 24px !important; }
  .u-xl-mx-xl {
    margin-left: 32px !important;
    margin-right: 32px !important; }
  .u-xl-my-xl {
    margin-top: 32px !important;
    margin-bottom: 32px !important; }
  .u-xl-m-xl {
    margin: 32px !important; }
  .u-xl-mt-xl {
    margin-top: 32px !important; }
  .u-xl-mb-xl {
    margin-bottom: 32px !important; }
  .u-xl-ml-xl {
    margin-left: 32px !important; }
  .u-xl-mr-xl {
    margin-right: 32px !important; }
  .u-xl-mx-2xl {
    margin-left: 40px !important;
    margin-right: 40px !important; }
  .u-xl-my-2xl {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .u-xl-m-2xl {
    margin: 40px !important; }
  .u-xl-mt-2xl {
    margin-top: 40px !important; }
  .u-xl-mb-2xl {
    margin-bottom: 40px !important; }
  .u-xl-ml-2xl {
    margin-left: 40px !important; }
  .u-xl-mr-2xl {
    margin-right: 40px !important; }
  .u-xl-mx-3xl {
    margin-left: 48px !important;
    margin-right: 48px !important; }
  .u-xl-my-3xl {
    margin-top: 48px !important;
    margin-bottom: 48px !important; }
  .u-xl-m-3xl {
    margin: 48px !important; }
  .u-xl-mt-3xl {
    margin-top: 48px !important; }
  .u-xl-mb-3xl {
    margin-bottom: 48px !important; }
  .u-xl-ml-3xl {
    margin-left: 48px !important; }
  .u-xl-mr-3xl {
    margin-right: 48px !important; }
  .u-xl-mx-4xl {
    margin-left: 56px !important;
    margin-right: 56px !important; }
  .u-xl-my-4xl {
    margin-top: 56px !important;
    margin-bottom: 56px !important; }
  .u-xl-m-4xl {
    margin: 56px !important; }
  .u-xl-mt-4xl {
    margin-top: 56px !important; }
  .u-xl-mb-4xl {
    margin-bottom: 56px !important; }
  .u-xl-ml-4xl {
    margin-left: 56px !important; }
  .u-xl-mr-4xl {
    margin-right: 56px !important; }
  .u-xl-mx-5xl {
    margin-left: 64px !important;
    margin-right: 64px !important; }
  .u-xl-my-5xl {
    margin-top: 64px !important;
    margin-bottom: 64px !important; }
  .u-xl-m-5xl {
    margin: 64px !important; }
  .u-xl-mt-5xl {
    margin-top: 64px !important; }
  .u-xl-mb-5xl {
    margin-bottom: 64px !important; }
  .u-xl-ml-5xl {
    margin-left: 64px !important; }
  .u-xl-mr-5xl {
    margin-right: 64px !important; }
  .u-xl-mx-6xl {
    margin-left: 80px !important;
    margin-right: 80px !important; }
  .u-xl-my-6xl {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }
  .u-xl-m-6xl {
    margin: 80px !important; }
  .u-xl-mt-6xl {
    margin-top: 80px !important; }
  .u-xl-mb-6xl {
    margin-bottom: 80px !important; }
  .u-xl-ml-6xl {
    margin-left: 80px !important; }
  .u-xl-mr-6xl {
    margin-right: 80px !important; }
  .u-xl-mx-7xl {
    margin-left: 120px !important;
    margin-right: 120px !important; }
  .u-xl-my-7xl {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }
  .u-xl-m-7xl {
    margin: 120px !important; }
  .u-xl-mt-7xl {
    margin-top: 120px !important; }
  .u-xl-mb-7xl {
    margin-bottom: 120px !important; }
  .u-xl-ml-7xl {
    margin-left: 120px !important; }
  .u-xl-mr-7xl {
    margin-right: 120px !important; }
  .u-xl-mx-8xl {
    margin-left: 160px !important;
    margin-right: 160px !important; }
  .u-xl-my-8xl {
    margin-top: 160px !important;
    margin-bottom: 160px !important; }
  .u-xl-m-8xl {
    margin: 160px !important; }
  .u-xl-mt-8xl {
    margin-top: 160px !important; }
  .u-xl-mb-8xl {
    margin-bottom: 160px !important; }
  .u-xl-ml-8xl {
    margin-left: 160px !important; }
  .u-xl-mr-8xl {
    margin-right: 160px !important; }
  .u-xl-mx-9xl {
    margin-left: 200px !important;
    margin-right: 200px !important; }
  .u-xl-my-9xl {
    margin-top: 200px !important;
    margin-bottom: 200px !important; }
  .u-xl-m-9xl {
    margin: 200px !important; }
  .u-xl-mt-9xl {
    margin-top: 200px !important; }
  .u-xl-mb-9xl {
    margin-bottom: 200px !important; }
  .u-xl-ml-9xl {
    margin-left: 200px !important; }
  .u-xl-mr-9xl {
    margin-right: 200px !important; } }

@media (min-width: 1400px) {
  .u-2xl-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important; }
  .u-2xl-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .u-2xl-m-auto {
    margin: auto !important; }
  .u-2xl-mt-auto {
    margin-top: auto !important; }
  .u-2xl-mb-auto {
    margin-bottom: auto !important; }
  .u-2xl-ml-auto {
    margin-left: auto !important; }
  .u-2xl-mr-auto {
    margin-right: auto !important; }
  .u-2xl-mx-none {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  .u-2xl-my-none {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .u-2xl-m-none {
    margin: 0px !important; }
  .u-2xl-mt-none {
    margin-top: 0px !important; }
  .u-2xl-mb-none {
    margin-bottom: 0px !important; }
  .u-2xl-ml-none {
    margin-left: 0px !important; }
  .u-2xl-mr-none {
    margin-right: 0px !important; }
  .u-2xl-mx-xs {
    margin-left: 4px !important;
    margin-right: 4px !important; }
  .u-2xl-my-xs {
    margin-top: 4px !important;
    margin-bottom: 4px !important; }
  .u-2xl-m-xs {
    margin: 4px !important; }
  .u-2xl-mt-xs {
    margin-top: 4px !important; }
  .u-2xl-mb-xs {
    margin-bottom: 4px !important; }
  .u-2xl-ml-xs {
    margin-left: 4px !important; }
  .u-2xl-mr-xs {
    margin-right: 4px !important; }
  .u-2xl-mx-sm {
    margin-left: 8px !important;
    margin-right: 8px !important; }
  .u-2xl-my-sm {
    margin-top: 8px !important;
    margin-bottom: 8px !important; }
  .u-2xl-m-sm {
    margin: 8px !important; }
  .u-2xl-mt-sm {
    margin-top: 8px !important; }
  .u-2xl-mb-sm {
    margin-bottom: 8px !important; }
  .u-2xl-ml-sm {
    margin-left: 8px !important; }
  .u-2xl-mr-sm {
    margin-right: 8px !important; }
  .u-2xl-mx-md {
    margin-left: 16px !important;
    margin-right: 16px !important; }
  .u-2xl-my-md {
    margin-top: 16px !important;
    margin-bottom: 16px !important; }
  .u-2xl-m-md {
    margin: 16px !important; }
  .u-2xl-mt-md {
    margin-top: 16px !important; }
  .u-2xl-mb-md {
    margin-bottom: 16px !important; }
  .u-2xl-ml-md {
    margin-left: 16px !important; }
  .u-2xl-mr-md {
    margin-right: 16px !important; }
  .u-2xl-mx-lg {
    margin-left: 24px !important;
    margin-right: 24px !important; }
  .u-2xl-my-lg {
    margin-top: 24px !important;
    margin-bottom: 24px !important; }
  .u-2xl-m-lg {
    margin: 24px !important; }
  .u-2xl-mt-lg {
    margin-top: 24px !important; }
  .u-2xl-mb-lg {
    margin-bottom: 24px !important; }
  .u-2xl-ml-lg {
    margin-left: 24px !important; }
  .u-2xl-mr-lg {
    margin-right: 24px !important; }
  .u-2xl-mx-xl {
    margin-left: 32px !important;
    margin-right: 32px !important; }
  .u-2xl-my-xl {
    margin-top: 32px !important;
    margin-bottom: 32px !important; }
  .u-2xl-m-xl {
    margin: 32px !important; }
  .u-2xl-mt-xl {
    margin-top: 32px !important; }
  .u-2xl-mb-xl {
    margin-bottom: 32px !important; }
  .u-2xl-ml-xl {
    margin-left: 32px !important; }
  .u-2xl-mr-xl {
    margin-right: 32px !important; }
  .u-2xl-mx-2xl {
    margin-left: 40px !important;
    margin-right: 40px !important; }
  .u-2xl-my-2xl {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .u-2xl-m-2xl {
    margin: 40px !important; }
  .u-2xl-mt-2xl {
    margin-top: 40px !important; }
  .u-2xl-mb-2xl {
    margin-bottom: 40px !important; }
  .u-2xl-ml-2xl {
    margin-left: 40px !important; }
  .u-2xl-mr-2xl {
    margin-right: 40px !important; }
  .u-2xl-mx-3xl {
    margin-left: 48px !important;
    margin-right: 48px !important; }
  .u-2xl-my-3xl {
    margin-top: 48px !important;
    margin-bottom: 48px !important; }
  .u-2xl-m-3xl {
    margin: 48px !important; }
  .u-2xl-mt-3xl {
    margin-top: 48px !important; }
  .u-2xl-mb-3xl {
    margin-bottom: 48px !important; }
  .u-2xl-ml-3xl {
    margin-left: 48px !important; }
  .u-2xl-mr-3xl {
    margin-right: 48px !important; }
  .u-2xl-mx-4xl {
    margin-left: 56px !important;
    margin-right: 56px !important; }
  .u-2xl-my-4xl {
    margin-top: 56px !important;
    margin-bottom: 56px !important; }
  .u-2xl-m-4xl {
    margin: 56px !important; }
  .u-2xl-mt-4xl {
    margin-top: 56px !important; }
  .u-2xl-mb-4xl {
    margin-bottom: 56px !important; }
  .u-2xl-ml-4xl {
    margin-left: 56px !important; }
  .u-2xl-mr-4xl {
    margin-right: 56px !important; }
  .u-2xl-mx-5xl {
    margin-left: 64px !important;
    margin-right: 64px !important; }
  .u-2xl-my-5xl {
    margin-top: 64px !important;
    margin-bottom: 64px !important; }
  .u-2xl-m-5xl {
    margin: 64px !important; }
  .u-2xl-mt-5xl {
    margin-top: 64px !important; }
  .u-2xl-mb-5xl {
    margin-bottom: 64px !important; }
  .u-2xl-ml-5xl {
    margin-left: 64px !important; }
  .u-2xl-mr-5xl {
    margin-right: 64px !important; }
  .u-2xl-mx-6xl {
    margin-left: 80px !important;
    margin-right: 80px !important; }
  .u-2xl-my-6xl {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }
  .u-2xl-m-6xl {
    margin: 80px !important; }
  .u-2xl-mt-6xl {
    margin-top: 80px !important; }
  .u-2xl-mb-6xl {
    margin-bottom: 80px !important; }
  .u-2xl-ml-6xl {
    margin-left: 80px !important; }
  .u-2xl-mr-6xl {
    margin-right: 80px !important; }
  .u-2xl-mx-7xl {
    margin-left: 120px !important;
    margin-right: 120px !important; }
  .u-2xl-my-7xl {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }
  .u-2xl-m-7xl {
    margin: 120px !important; }
  .u-2xl-mt-7xl {
    margin-top: 120px !important; }
  .u-2xl-mb-7xl {
    margin-bottom: 120px !important; }
  .u-2xl-ml-7xl {
    margin-left: 120px !important; }
  .u-2xl-mr-7xl {
    margin-right: 120px !important; }
  .u-2xl-mx-8xl {
    margin-left: 160px !important;
    margin-right: 160px !important; }
  .u-2xl-my-8xl {
    margin-top: 160px !important;
    margin-bottom: 160px !important; }
  .u-2xl-m-8xl {
    margin: 160px !important; }
  .u-2xl-mt-8xl {
    margin-top: 160px !important; }
  .u-2xl-mb-8xl {
    margin-bottom: 160px !important; }
  .u-2xl-ml-8xl {
    margin-left: 160px !important; }
  .u-2xl-mr-8xl {
    margin-right: 160px !important; }
  .u-2xl-mx-9xl {
    margin-left: 200px !important;
    margin-right: 200px !important; }
  .u-2xl-my-9xl {
    margin-top: 200px !important;
    margin-bottom: 200px !important; }
  .u-2xl-m-9xl {
    margin: 200px !important; }
  .u-2xl-mt-9xl {
    margin-top: 200px !important; }
  .u-2xl-mb-9xl {
    margin-bottom: 200px !important; }
  .u-2xl-ml-9xl {
    margin-left: 200px !important; }
  .u-2xl-mr-9xl {
    margin-right: 200px !important; } }

.u-order-0 {
  order: 0 !important; }

.u-order-1 {
  order: 1 !important; }

.u-order-2 {
  order: 2 !important; }

.u-order-3 {
  order: 3 !important; }

.u-order-4 {
  order: 4 !important; }

.u-order-5 {
  order: 5 !important; }

.u-order-6 {
  order: 6 !important; }

.u-order-7 {
  order: 7 !important; }

.u-order-8 {
  order: 8 !important; }

.u-order-9 {
  order: 9 !important; }

@media (max-width: 575px) {
  .u-order-xs-0 {
    order: 0 !important; } }

@media (max-width: 575px) {
  .u-order-xs-1 {
    order: 1 !important; } }

@media (max-width: 575px) {
  .u-order-xs-2 {
    order: 2 !important; } }

@media (max-width: 575px) {
  .u-order-xs-3 {
    order: 3 !important; } }

@media (max-width: 575px) {
  .u-order-xs-4 {
    order: 4 !important; } }

@media (max-width: 575px) {
  .u-order-xs-5 {
    order: 5 !important; } }

@media (max-width: 575px) {
  .u-order-xs-6 {
    order: 6 !important; } }

@media (max-width: 575px) {
  .u-order-xs-7 {
    order: 7 !important; } }

@media (max-width: 575px) {
  .u-order-xs-8 {
    order: 8 !important; } }

@media (max-width: 575px) {
  .u-order-xs-9 {
    order: 9 !important; } }

@media (min-width: 576px) {
  .u-order-sm-0 {
    order: 0 !important; } }

@media (min-width: 576px) {
  .u-order-sm-1 {
    order: 1 !important; } }

@media (min-width: 576px) {
  .u-order-sm-2 {
    order: 2 !important; } }

@media (min-width: 576px) {
  .u-order-sm-3 {
    order: 3 !important; } }

@media (min-width: 576px) {
  .u-order-sm-4 {
    order: 4 !important; } }

@media (min-width: 576px) {
  .u-order-sm-5 {
    order: 5 !important; } }

@media (min-width: 576px) {
  .u-order-sm-6 {
    order: 6 !important; } }

@media (min-width: 576px) {
  .u-order-sm-7 {
    order: 7 !important; } }

@media (min-width: 576px) {
  .u-order-sm-8 {
    order: 8 !important; } }

@media (min-width: 576px) {
  .u-order-sm-9 {
    order: 9 !important; } }

@media (min-width: 768px) {
  .u-order-md-0 {
    order: 0 !important; } }

@media (min-width: 768px) {
  .u-order-md-1 {
    order: 1 !important; } }

@media (min-width: 768px) {
  .u-order-md-2 {
    order: 2 !important; } }

@media (min-width: 768px) {
  .u-order-md-3 {
    order: 3 !important; } }

@media (min-width: 768px) {
  .u-order-md-4 {
    order: 4 !important; } }

@media (min-width: 768px) {
  .u-order-md-5 {
    order: 5 !important; } }

@media (min-width: 768px) {
  .u-order-md-6 {
    order: 6 !important; } }

@media (min-width: 768px) {
  .u-order-md-7 {
    order: 7 !important; } }

@media (min-width: 768px) {
  .u-order-md-8 {
    order: 8 !important; } }

@media (min-width: 768px) {
  .u-order-md-9 {
    order: 9 !important; } }

@media (min-width: 992px) {
  .u-order-lg-0 {
    order: 0 !important; } }

@media (min-width: 992px) {
  .u-order-lg-1 {
    order: 1 !important; } }

@media (min-width: 992px) {
  .u-order-lg-2 {
    order: 2 !important; } }

@media (min-width: 992px) {
  .u-order-lg-3 {
    order: 3 !important; } }

@media (min-width: 992px) {
  .u-order-lg-4 {
    order: 4 !important; } }

@media (min-width: 992px) {
  .u-order-lg-5 {
    order: 5 !important; } }

@media (min-width: 992px) {
  .u-order-lg-6 {
    order: 6 !important; } }

@media (min-width: 992px) {
  .u-order-lg-7 {
    order: 7 !important; } }

@media (min-width: 992px) {
  .u-order-lg-8 {
    order: 8 !important; } }

@media (min-width: 992px) {
  .u-order-lg-9 {
    order: 9 !important; } }

@media (min-width: 1200px) {
  .u-order-xl-0 {
    order: 0 !important; } }

@media (min-width: 1200px) {
  .u-order-xl-1 {
    order: 1 !important; } }

@media (min-width: 1200px) {
  .u-order-xl-2 {
    order: 2 !important; } }

@media (min-width: 1200px) {
  .u-order-xl-3 {
    order: 3 !important; } }

@media (min-width: 1200px) {
  .u-order-xl-4 {
    order: 4 !important; } }

@media (min-width: 1200px) {
  .u-order-xl-5 {
    order: 5 !important; } }

@media (min-width: 1200px) {
  .u-order-xl-6 {
    order: 6 !important; } }

@media (min-width: 1200px) {
  .u-order-xl-7 {
    order: 7 !important; } }

@media (min-width: 1200px) {
  .u-order-xl-8 {
    order: 8 !important; } }

@media (min-width: 1200px) {
  .u-order-xl-9 {
    order: 9 !important; } }

@media (min-width: 1400px) {
  .u-order-2xl-0 {
    order: 0 !important; } }

@media (min-width: 1400px) {
  .u-order-2xl-1 {
    order: 1 !important; } }

@media (min-width: 1400px) {
  .u-order-2xl-2 {
    order: 2 !important; } }

@media (min-width: 1400px) {
  .u-order-2xl-3 {
    order: 3 !important; } }

@media (min-width: 1400px) {
  .u-order-2xl-4 {
    order: 4 !important; } }

@media (min-width: 1400px) {
  .u-order-2xl-5 {
    order: 5 !important; } }

@media (min-width: 1400px) {
  .u-order-2xl-6 {
    order: 6 !important; } }

@media (min-width: 1400px) {
  .u-order-2xl-7 {
    order: 7 !important; } }

@media (min-width: 1400px) {
  .u-order-2xl-8 {
    order: 8 !important; } }

@media (min-width: 1400px) {
  .u-order-2xl-9 {
    order: 9 !important; } }

.u-ps-xs {
  padding: 4px 8px; }

.u-ps-sm {
  padding: 8px 16px; }

.u-ps-md {
  padding: 16px 24px; }

.u-ps-lg {
  padding: 16px 32px; }

.u-px-auto {
  padding-left: auto !important;
  padding-right: auto !important; }

.u-py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important; }

.u-p-auto {
  padding: auto !important; }

.u-pt-auto {
  padding-top: auto !important; }

.u-pb-auto {
  padding-bottom: auto !important; }

.u-pl-auto {
  padding-left: auto !important; }

.u-pr-auto {
  padding-right: auto !important; }

.u-px-none {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.u-py-none {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.u-p-none {
  padding: 0px !important; }

.u-pt-none {
  padding-top: 0px !important; }

.u-pb-none {
  padding-bottom: 0px !important; }

.u-pl-none {
  padding-left: 0px !important; }

.u-pr-none {
  padding-right: 0px !important; }

.u-px-xs {
  padding-left: 4px !important;
  padding-right: 4px !important; }

.u-py-xs {
  padding-top: 4px !important;
  padding-bottom: 4px !important; }

.u-p-xs {
  padding: 4px !important; }

.u-pt-xs {
  padding-top: 4px !important; }

.u-pb-xs {
  padding-bottom: 4px !important; }

.u-pl-xs {
  padding-left: 4px !important; }

.u-pr-xs {
  padding-right: 4px !important; }

.u-px-sm {
  padding-left: 8px !important;
  padding-right: 8px !important; }

.u-py-sm {
  padding-top: 8px !important;
  padding-bottom: 8px !important; }

.u-p-sm {
  padding: 8px !important; }

.u-pt-sm {
  padding-top: 8px !important; }

.u-pb-sm {
  padding-bottom: 8px !important; }

.u-pl-sm {
  padding-left: 8px !important; }

.u-pr-sm {
  padding-right: 8px !important; }

.u-px-md {
  padding-left: 16px !important;
  padding-right: 16px !important; }

.u-py-md {
  padding-top: 16px !important;
  padding-bottom: 16px !important; }

.u-p-md {
  padding: 16px !important; }

.u-pt-md {
  padding-top: 16px !important; }

.u-pb-md {
  padding-bottom: 16px !important; }

.u-pl-md {
  padding-left: 16px !important; }

.u-pr-md {
  padding-right: 16px !important; }

.u-px-lg {
  padding-left: 24px !important;
  padding-right: 24px !important; }

.u-py-lg {
  padding-top: 24px !important;
  padding-bottom: 24px !important; }

.u-p-lg {
  padding: 24px !important; }

.u-pt-lg {
  padding-top: 24px !important; }

.u-pb-lg {
  padding-bottom: 24px !important; }

.u-pl-lg {
  padding-left: 24px !important; }

.u-pr-lg {
  padding-right: 24px !important; }

.u-px-xl {
  padding-left: 32px !important;
  padding-right: 32px !important; }

.u-py-xl {
  padding-top: 32px !important;
  padding-bottom: 32px !important; }

.u-p-xl {
  padding: 32px !important; }

.u-pt-xl {
  padding-top: 32px !important; }

.u-pb-xl {
  padding-bottom: 32px !important; }

.u-pl-xl {
  padding-left: 32px !important; }

.u-pr-xl {
  padding-right: 32px !important; }

.u-px-2xl {
  padding-left: 40px !important;
  padding-right: 40px !important; }

.u-py-2xl {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.u-p-2xl {
  padding: 40px !important; }

.u-pt-2xl {
  padding-top: 40px !important; }

.u-pb-2xl {
  padding-bottom: 40px !important; }

.u-pl-2xl {
  padding-left: 40px !important; }

.u-pr-2xl {
  padding-right: 40px !important; }

.u-px-3xl {
  padding-left: 48px !important;
  padding-right: 48px !important; }

.u-py-3xl {
  padding-top: 48px !important;
  padding-bottom: 48px !important; }

.u-p-3xl {
  padding: 48px !important; }

.u-pt-3xl {
  padding-top: 48px !important; }

.u-pb-3xl {
  padding-bottom: 48px !important; }

.u-pl-3xl {
  padding-left: 48px !important; }

.u-pr-3xl {
  padding-right: 48px !important; }

.u-px-4xl {
  padding-left: 56px !important;
  padding-right: 56px !important; }

.u-py-4xl {
  padding-top: 56px !important;
  padding-bottom: 56px !important; }

.u-p-4xl {
  padding: 56px !important; }

.u-pt-4xl {
  padding-top: 56px !important; }

.u-pb-4xl {
  padding-bottom: 56px !important; }

.u-pl-4xl {
  padding-left: 56px !important; }

.u-pr-4xl {
  padding-right: 56px !important; }

.u-px-5xl {
  padding-left: 64px !important;
  padding-right: 64px !important; }

.u-py-5xl {
  padding-top: 64px !important;
  padding-bottom: 64px !important; }

.u-p-5xl {
  padding: 64px !important; }

.u-pt-5xl {
  padding-top: 64px !important; }

.u-pb-5xl {
  padding-bottom: 64px !important; }

.u-pl-5xl {
  padding-left: 64px !important; }

.u-pr-5xl {
  padding-right: 64px !important; }

.u-px-6xl {
  padding-left: 80px !important;
  padding-right: 80px !important; }

.u-py-6xl {
  padding-top: 80px !important;
  padding-bottom: 80px !important; }

.u-p-6xl {
  padding: 80px !important; }

.u-pt-6xl {
  padding-top: 80px !important; }

.u-pb-6xl {
  padding-bottom: 80px !important; }

.u-pl-6xl {
  padding-left: 80px !important; }

.u-pr-6xl {
  padding-right: 80px !important; }

.u-px-7xl {
  padding-left: 120px !important;
  padding-right: 120px !important; }

.u-py-7xl {
  padding-top: 120px !important;
  padding-bottom: 120px !important; }

.u-p-7xl {
  padding: 120px !important; }

.u-pt-7xl {
  padding-top: 120px !important; }

.u-pb-7xl {
  padding-bottom: 120px !important; }

.u-pl-7xl {
  padding-left: 120px !important; }

.u-pr-7xl {
  padding-right: 120px !important; }

.u-px-8xl {
  padding-left: 160px !important;
  padding-right: 160px !important; }

.u-py-8xl {
  padding-top: 160px !important;
  padding-bottom: 160px !important; }

.u-p-8xl {
  padding: 160px !important; }

.u-pt-8xl {
  padding-top: 160px !important; }

.u-pb-8xl {
  padding-bottom: 160px !important; }

.u-pl-8xl {
  padding-left: 160px !important; }

.u-pr-8xl {
  padding-right: 160px !important; }

.u-px-9xl {
  padding-left: 200px !important;
  padding-right: 200px !important; }

.u-py-9xl {
  padding-top: 200px !important;
  padding-bottom: 200px !important; }

.u-p-9xl {
  padding: 200px !important; }

.u-pt-9xl {
  padding-top: 200px !important; }

.u-pb-9xl {
  padding-bottom: 200px !important; }

.u-pl-9xl {
  padding-left: 200px !important; }

.u-pr-9xl {
  padding-right: 200px !important; }

@media (min-width: 576px) {
  .u-sm-px-auto {
    padding-left: auto !important;
    padding-right: auto !important; }
  .u-sm-py-auto {
    padding-top: auto !important;
    padding-bottom: auto !important; }
  .u-sm-p-auto {
    padding: auto !important; }
  .u-sm-pt-auto {
    padding-top: auto !important; }
  .u-sm-pb-auto {
    padding-bottom: auto !important; }
  .u-sm-pl-auto {
    padding-left: auto !important; }
  .u-sm-pr-auto {
    padding-right: auto !important; }
  .u-sm-px-none {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .u-sm-py-none {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .u-sm-p-none {
    padding: 0px !important; }
  .u-sm-pt-none {
    padding-top: 0px !important; }
  .u-sm-pb-none {
    padding-bottom: 0px !important; }
  .u-sm-pl-none {
    padding-left: 0px !important; }
  .u-sm-pr-none {
    padding-right: 0px !important; }
  .u-sm-px-xs {
    padding-left: 4px !important;
    padding-right: 4px !important; }
  .u-sm-py-xs {
    padding-top: 4px !important;
    padding-bottom: 4px !important; }
  .u-sm-p-xs {
    padding: 4px !important; }
  .u-sm-pt-xs {
    padding-top: 4px !important; }
  .u-sm-pb-xs {
    padding-bottom: 4px !important; }
  .u-sm-pl-xs {
    padding-left: 4px !important; }
  .u-sm-pr-xs {
    padding-right: 4px !important; }
  .u-sm-px-sm {
    padding-left: 8px !important;
    padding-right: 8px !important; }
  .u-sm-py-sm {
    padding-top: 8px !important;
    padding-bottom: 8px !important; }
  .u-sm-p-sm {
    padding: 8px !important; }
  .u-sm-pt-sm {
    padding-top: 8px !important; }
  .u-sm-pb-sm {
    padding-bottom: 8px !important; }
  .u-sm-pl-sm {
    padding-left: 8px !important; }
  .u-sm-pr-sm {
    padding-right: 8px !important; }
  .u-sm-px-md {
    padding-left: 16px !important;
    padding-right: 16px !important; }
  .u-sm-py-md {
    padding-top: 16px !important;
    padding-bottom: 16px !important; }
  .u-sm-p-md {
    padding: 16px !important; }
  .u-sm-pt-md {
    padding-top: 16px !important; }
  .u-sm-pb-md {
    padding-bottom: 16px !important; }
  .u-sm-pl-md {
    padding-left: 16px !important; }
  .u-sm-pr-md {
    padding-right: 16px !important; }
  .u-sm-px-lg {
    padding-left: 24px !important;
    padding-right: 24px !important; }
  .u-sm-py-lg {
    padding-top: 24px !important;
    padding-bottom: 24px !important; }
  .u-sm-p-lg {
    padding: 24px !important; }
  .u-sm-pt-lg {
    padding-top: 24px !important; }
  .u-sm-pb-lg {
    padding-bottom: 24px !important; }
  .u-sm-pl-lg {
    padding-left: 24px !important; }
  .u-sm-pr-lg {
    padding-right: 24px !important; }
  .u-sm-px-xl {
    padding-left: 32px !important;
    padding-right: 32px !important; }
  .u-sm-py-xl {
    padding-top: 32px !important;
    padding-bottom: 32px !important; }
  .u-sm-p-xl {
    padding: 32px !important; }
  .u-sm-pt-xl {
    padding-top: 32px !important; }
  .u-sm-pb-xl {
    padding-bottom: 32px !important; }
  .u-sm-pl-xl {
    padding-left: 32px !important; }
  .u-sm-pr-xl {
    padding-right: 32px !important; }
  .u-sm-px-2xl {
    padding-left: 40px !important;
    padding-right: 40px !important; }
  .u-sm-py-2xl {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .u-sm-p-2xl {
    padding: 40px !important; }
  .u-sm-pt-2xl {
    padding-top: 40px !important; }
  .u-sm-pb-2xl {
    padding-bottom: 40px !important; }
  .u-sm-pl-2xl {
    padding-left: 40px !important; }
  .u-sm-pr-2xl {
    padding-right: 40px !important; }
  .u-sm-px-3xl {
    padding-left: 48px !important;
    padding-right: 48px !important; }
  .u-sm-py-3xl {
    padding-top: 48px !important;
    padding-bottom: 48px !important; }
  .u-sm-p-3xl {
    padding: 48px !important; }
  .u-sm-pt-3xl {
    padding-top: 48px !important; }
  .u-sm-pb-3xl {
    padding-bottom: 48px !important; }
  .u-sm-pl-3xl {
    padding-left: 48px !important; }
  .u-sm-pr-3xl {
    padding-right: 48px !important; }
  .u-sm-px-4xl {
    padding-left: 56px !important;
    padding-right: 56px !important; }
  .u-sm-py-4xl {
    padding-top: 56px !important;
    padding-bottom: 56px !important; }
  .u-sm-p-4xl {
    padding: 56px !important; }
  .u-sm-pt-4xl {
    padding-top: 56px !important; }
  .u-sm-pb-4xl {
    padding-bottom: 56px !important; }
  .u-sm-pl-4xl {
    padding-left: 56px !important; }
  .u-sm-pr-4xl {
    padding-right: 56px !important; }
  .u-sm-px-5xl {
    padding-left: 64px !important;
    padding-right: 64px !important; }
  .u-sm-py-5xl {
    padding-top: 64px !important;
    padding-bottom: 64px !important; }
  .u-sm-p-5xl {
    padding: 64px !important; }
  .u-sm-pt-5xl {
    padding-top: 64px !important; }
  .u-sm-pb-5xl {
    padding-bottom: 64px !important; }
  .u-sm-pl-5xl {
    padding-left: 64px !important; }
  .u-sm-pr-5xl {
    padding-right: 64px !important; }
  .u-sm-px-6xl {
    padding-left: 80px !important;
    padding-right: 80px !important; }
  .u-sm-py-6xl {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }
  .u-sm-p-6xl {
    padding: 80px !important; }
  .u-sm-pt-6xl {
    padding-top: 80px !important; }
  .u-sm-pb-6xl {
    padding-bottom: 80px !important; }
  .u-sm-pl-6xl {
    padding-left: 80px !important; }
  .u-sm-pr-6xl {
    padding-right: 80px !important; }
  .u-sm-px-7xl {
    padding-left: 120px !important;
    padding-right: 120px !important; }
  .u-sm-py-7xl {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .u-sm-p-7xl {
    padding: 120px !important; }
  .u-sm-pt-7xl {
    padding-top: 120px !important; }
  .u-sm-pb-7xl {
    padding-bottom: 120px !important; }
  .u-sm-pl-7xl {
    padding-left: 120px !important; }
  .u-sm-pr-7xl {
    padding-right: 120px !important; }
  .u-sm-px-8xl {
    padding-left: 160px !important;
    padding-right: 160px !important; }
  .u-sm-py-8xl {
    padding-top: 160px !important;
    padding-bottom: 160px !important; }
  .u-sm-p-8xl {
    padding: 160px !important; }
  .u-sm-pt-8xl {
    padding-top: 160px !important; }
  .u-sm-pb-8xl {
    padding-bottom: 160px !important; }
  .u-sm-pl-8xl {
    padding-left: 160px !important; }
  .u-sm-pr-8xl {
    padding-right: 160px !important; }
  .u-sm-px-9xl {
    padding-left: 200px !important;
    padding-right: 200px !important; }
  .u-sm-py-9xl {
    padding-top: 200px !important;
    padding-bottom: 200px !important; }
  .u-sm-p-9xl {
    padding: 200px !important; }
  .u-sm-pt-9xl {
    padding-top: 200px !important; }
  .u-sm-pb-9xl {
    padding-bottom: 200px !important; }
  .u-sm-pl-9xl {
    padding-left: 200px !important; }
  .u-sm-pr-9xl {
    padding-right: 200px !important; } }

@media (min-width: 768px) {
  .u-md-px-auto {
    padding-left: auto !important;
    padding-right: auto !important; }
  .u-md-py-auto {
    padding-top: auto !important;
    padding-bottom: auto !important; }
  .u-md-p-auto {
    padding: auto !important; }
  .u-md-pt-auto {
    padding-top: auto !important; }
  .u-md-pb-auto {
    padding-bottom: auto !important; }
  .u-md-pl-auto {
    padding-left: auto !important; }
  .u-md-pr-auto {
    padding-right: auto !important; }
  .u-md-px-none {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .u-md-py-none {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .u-md-p-none {
    padding: 0px !important; }
  .u-md-pt-none {
    padding-top: 0px !important; }
  .u-md-pb-none {
    padding-bottom: 0px !important; }
  .u-md-pl-none {
    padding-left: 0px !important; }
  .u-md-pr-none {
    padding-right: 0px !important; }
  .u-md-px-xs {
    padding-left: 4px !important;
    padding-right: 4px !important; }
  .u-md-py-xs {
    padding-top: 4px !important;
    padding-bottom: 4px !important; }
  .u-md-p-xs {
    padding: 4px !important; }
  .u-md-pt-xs {
    padding-top: 4px !important; }
  .u-md-pb-xs {
    padding-bottom: 4px !important; }
  .u-md-pl-xs {
    padding-left: 4px !important; }
  .u-md-pr-xs {
    padding-right: 4px !important; }
  .u-md-px-sm {
    padding-left: 8px !important;
    padding-right: 8px !important; }
  .u-md-py-sm {
    padding-top: 8px !important;
    padding-bottom: 8px !important; }
  .u-md-p-sm {
    padding: 8px !important; }
  .u-md-pt-sm {
    padding-top: 8px !important; }
  .u-md-pb-sm {
    padding-bottom: 8px !important; }
  .u-md-pl-sm {
    padding-left: 8px !important; }
  .u-md-pr-sm {
    padding-right: 8px !important; }
  .u-md-px-md {
    padding-left: 16px !important;
    padding-right: 16px !important; }
  .u-md-py-md {
    padding-top: 16px !important;
    padding-bottom: 16px !important; }
  .u-md-p-md {
    padding: 16px !important; }
  .u-md-pt-md {
    padding-top: 16px !important; }
  .u-md-pb-md {
    padding-bottom: 16px !important; }
  .u-md-pl-md {
    padding-left: 16px !important; }
  .u-md-pr-md {
    padding-right: 16px !important; }
  .u-md-px-lg {
    padding-left: 24px !important;
    padding-right: 24px !important; }
  .u-md-py-lg {
    padding-top: 24px !important;
    padding-bottom: 24px !important; }
  .u-md-p-lg {
    padding: 24px !important; }
  .u-md-pt-lg {
    padding-top: 24px !important; }
  .u-md-pb-lg {
    padding-bottom: 24px !important; }
  .u-md-pl-lg {
    padding-left: 24px !important; }
  .u-md-pr-lg {
    padding-right: 24px !important; }
  .u-md-px-xl {
    padding-left: 32px !important;
    padding-right: 32px !important; }
  .u-md-py-xl {
    padding-top: 32px !important;
    padding-bottom: 32px !important; }
  .u-md-p-xl {
    padding: 32px !important; }
  .u-md-pt-xl {
    padding-top: 32px !important; }
  .u-md-pb-xl {
    padding-bottom: 32px !important; }
  .u-md-pl-xl {
    padding-left: 32px !important; }
  .u-md-pr-xl {
    padding-right: 32px !important; }
  .u-md-px-2xl {
    padding-left: 40px !important;
    padding-right: 40px !important; }
  .u-md-py-2xl {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .u-md-p-2xl {
    padding: 40px !important; }
  .u-md-pt-2xl {
    padding-top: 40px !important; }
  .u-md-pb-2xl {
    padding-bottom: 40px !important; }
  .u-md-pl-2xl {
    padding-left: 40px !important; }
  .u-md-pr-2xl {
    padding-right: 40px !important; }
  .u-md-px-3xl {
    padding-left: 48px !important;
    padding-right: 48px !important; }
  .u-md-py-3xl {
    padding-top: 48px !important;
    padding-bottom: 48px !important; }
  .u-md-p-3xl {
    padding: 48px !important; }
  .u-md-pt-3xl {
    padding-top: 48px !important; }
  .u-md-pb-3xl {
    padding-bottom: 48px !important; }
  .u-md-pl-3xl {
    padding-left: 48px !important; }
  .u-md-pr-3xl {
    padding-right: 48px !important; }
  .u-md-px-4xl {
    padding-left: 56px !important;
    padding-right: 56px !important; }
  .u-md-py-4xl {
    padding-top: 56px !important;
    padding-bottom: 56px !important; }
  .u-md-p-4xl {
    padding: 56px !important; }
  .u-md-pt-4xl {
    padding-top: 56px !important; }
  .u-md-pb-4xl {
    padding-bottom: 56px !important; }
  .u-md-pl-4xl {
    padding-left: 56px !important; }
  .u-md-pr-4xl {
    padding-right: 56px !important; }
  .u-md-px-5xl {
    padding-left: 64px !important;
    padding-right: 64px !important; }
  .u-md-py-5xl {
    padding-top: 64px !important;
    padding-bottom: 64px !important; }
  .u-md-p-5xl {
    padding: 64px !important; }
  .u-md-pt-5xl {
    padding-top: 64px !important; }
  .u-md-pb-5xl {
    padding-bottom: 64px !important; }
  .u-md-pl-5xl {
    padding-left: 64px !important; }
  .u-md-pr-5xl {
    padding-right: 64px !important; }
  .u-md-px-6xl {
    padding-left: 80px !important;
    padding-right: 80px !important; }
  .u-md-py-6xl {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }
  .u-md-p-6xl {
    padding: 80px !important; }
  .u-md-pt-6xl {
    padding-top: 80px !important; }
  .u-md-pb-6xl {
    padding-bottom: 80px !important; }
  .u-md-pl-6xl {
    padding-left: 80px !important; }
  .u-md-pr-6xl {
    padding-right: 80px !important; }
  .u-md-px-7xl {
    padding-left: 120px !important;
    padding-right: 120px !important; }
  .u-md-py-7xl {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .u-md-p-7xl {
    padding: 120px !important; }
  .u-md-pt-7xl {
    padding-top: 120px !important; }
  .u-md-pb-7xl {
    padding-bottom: 120px !important; }
  .u-md-pl-7xl {
    padding-left: 120px !important; }
  .u-md-pr-7xl {
    padding-right: 120px !important; }
  .u-md-px-8xl {
    padding-left: 160px !important;
    padding-right: 160px !important; }
  .u-md-py-8xl {
    padding-top: 160px !important;
    padding-bottom: 160px !important; }
  .u-md-p-8xl {
    padding: 160px !important; }
  .u-md-pt-8xl {
    padding-top: 160px !important; }
  .u-md-pb-8xl {
    padding-bottom: 160px !important; }
  .u-md-pl-8xl {
    padding-left: 160px !important; }
  .u-md-pr-8xl {
    padding-right: 160px !important; }
  .u-md-px-9xl {
    padding-left: 200px !important;
    padding-right: 200px !important; }
  .u-md-py-9xl {
    padding-top: 200px !important;
    padding-bottom: 200px !important; }
  .u-md-p-9xl {
    padding: 200px !important; }
  .u-md-pt-9xl {
    padding-top: 200px !important; }
  .u-md-pb-9xl {
    padding-bottom: 200px !important; }
  .u-md-pl-9xl {
    padding-left: 200px !important; }
  .u-md-pr-9xl {
    padding-right: 200px !important; } }

@media (min-width: 992px) {
  .u-lg-px-auto {
    padding-left: auto !important;
    padding-right: auto !important; }
  .u-lg-py-auto {
    padding-top: auto !important;
    padding-bottom: auto !important; }
  .u-lg-p-auto {
    padding: auto !important; }
  .u-lg-pt-auto {
    padding-top: auto !important; }
  .u-lg-pb-auto {
    padding-bottom: auto !important; }
  .u-lg-pl-auto {
    padding-left: auto !important; }
  .u-lg-pr-auto {
    padding-right: auto !important; }
  .u-lg-px-none {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .u-lg-py-none {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .u-lg-p-none {
    padding: 0px !important; }
  .u-lg-pt-none {
    padding-top: 0px !important; }
  .u-lg-pb-none {
    padding-bottom: 0px !important; }
  .u-lg-pl-none {
    padding-left: 0px !important; }
  .u-lg-pr-none {
    padding-right: 0px !important; }
  .u-lg-px-xs {
    padding-left: 4px !important;
    padding-right: 4px !important; }
  .u-lg-py-xs {
    padding-top: 4px !important;
    padding-bottom: 4px !important; }
  .u-lg-p-xs {
    padding: 4px !important; }
  .u-lg-pt-xs {
    padding-top: 4px !important; }
  .u-lg-pb-xs {
    padding-bottom: 4px !important; }
  .u-lg-pl-xs {
    padding-left: 4px !important; }
  .u-lg-pr-xs {
    padding-right: 4px !important; }
  .u-lg-px-sm {
    padding-left: 8px !important;
    padding-right: 8px !important; }
  .u-lg-py-sm {
    padding-top: 8px !important;
    padding-bottom: 8px !important; }
  .u-lg-p-sm {
    padding: 8px !important; }
  .u-lg-pt-sm {
    padding-top: 8px !important; }
  .u-lg-pb-sm {
    padding-bottom: 8px !important; }
  .u-lg-pl-sm {
    padding-left: 8px !important; }
  .u-lg-pr-sm {
    padding-right: 8px !important; }
  .u-lg-px-md {
    padding-left: 16px !important;
    padding-right: 16px !important; }
  .u-lg-py-md {
    padding-top: 16px !important;
    padding-bottom: 16px !important; }
  .u-lg-p-md {
    padding: 16px !important; }
  .u-lg-pt-md {
    padding-top: 16px !important; }
  .u-lg-pb-md {
    padding-bottom: 16px !important; }
  .u-lg-pl-md {
    padding-left: 16px !important; }
  .u-lg-pr-md {
    padding-right: 16px !important; }
  .u-lg-px-lg {
    padding-left: 24px !important;
    padding-right: 24px !important; }
  .u-lg-py-lg {
    padding-top: 24px !important;
    padding-bottom: 24px !important; }
  .u-lg-p-lg {
    padding: 24px !important; }
  .u-lg-pt-lg {
    padding-top: 24px !important; }
  .u-lg-pb-lg {
    padding-bottom: 24px !important; }
  .u-lg-pl-lg {
    padding-left: 24px !important; }
  .u-lg-pr-lg {
    padding-right: 24px !important; }
  .u-lg-px-xl {
    padding-left: 32px !important;
    padding-right: 32px !important; }
  .u-lg-py-xl {
    padding-top: 32px !important;
    padding-bottom: 32px !important; }
  .u-lg-p-xl {
    padding: 32px !important; }
  .u-lg-pt-xl {
    padding-top: 32px !important; }
  .u-lg-pb-xl {
    padding-bottom: 32px !important; }
  .u-lg-pl-xl {
    padding-left: 32px !important; }
  .u-lg-pr-xl {
    padding-right: 32px !important; }
  .u-lg-px-2xl {
    padding-left: 40px !important;
    padding-right: 40px !important; }
  .u-lg-py-2xl {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .u-lg-p-2xl {
    padding: 40px !important; }
  .u-lg-pt-2xl {
    padding-top: 40px !important; }
  .u-lg-pb-2xl {
    padding-bottom: 40px !important; }
  .u-lg-pl-2xl {
    padding-left: 40px !important; }
  .u-lg-pr-2xl {
    padding-right: 40px !important; }
  .u-lg-px-3xl {
    padding-left: 48px !important;
    padding-right: 48px !important; }
  .u-lg-py-3xl {
    padding-top: 48px !important;
    padding-bottom: 48px !important; }
  .u-lg-p-3xl {
    padding: 48px !important; }
  .u-lg-pt-3xl {
    padding-top: 48px !important; }
  .u-lg-pb-3xl {
    padding-bottom: 48px !important; }
  .u-lg-pl-3xl {
    padding-left: 48px !important; }
  .u-lg-pr-3xl {
    padding-right: 48px !important; }
  .u-lg-px-4xl {
    padding-left: 56px !important;
    padding-right: 56px !important; }
  .u-lg-py-4xl {
    padding-top: 56px !important;
    padding-bottom: 56px !important; }
  .u-lg-p-4xl {
    padding: 56px !important; }
  .u-lg-pt-4xl {
    padding-top: 56px !important; }
  .u-lg-pb-4xl {
    padding-bottom: 56px !important; }
  .u-lg-pl-4xl {
    padding-left: 56px !important; }
  .u-lg-pr-4xl {
    padding-right: 56px !important; }
  .u-lg-px-5xl {
    padding-left: 64px !important;
    padding-right: 64px !important; }
  .u-lg-py-5xl {
    padding-top: 64px !important;
    padding-bottom: 64px !important; }
  .u-lg-p-5xl {
    padding: 64px !important; }
  .u-lg-pt-5xl {
    padding-top: 64px !important; }
  .u-lg-pb-5xl {
    padding-bottom: 64px !important; }
  .u-lg-pl-5xl {
    padding-left: 64px !important; }
  .u-lg-pr-5xl {
    padding-right: 64px !important; }
  .u-lg-px-6xl {
    padding-left: 80px !important;
    padding-right: 80px !important; }
  .u-lg-py-6xl {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }
  .u-lg-p-6xl {
    padding: 80px !important; }
  .u-lg-pt-6xl {
    padding-top: 80px !important; }
  .u-lg-pb-6xl {
    padding-bottom: 80px !important; }
  .u-lg-pl-6xl {
    padding-left: 80px !important; }
  .u-lg-pr-6xl {
    padding-right: 80px !important; }
  .u-lg-px-7xl {
    padding-left: 120px !important;
    padding-right: 120px !important; }
  .u-lg-py-7xl {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .u-lg-p-7xl {
    padding: 120px !important; }
  .u-lg-pt-7xl {
    padding-top: 120px !important; }
  .u-lg-pb-7xl {
    padding-bottom: 120px !important; }
  .u-lg-pl-7xl {
    padding-left: 120px !important; }
  .u-lg-pr-7xl {
    padding-right: 120px !important; }
  .u-lg-px-8xl {
    padding-left: 160px !important;
    padding-right: 160px !important; }
  .u-lg-py-8xl {
    padding-top: 160px !important;
    padding-bottom: 160px !important; }
  .u-lg-p-8xl {
    padding: 160px !important; }
  .u-lg-pt-8xl {
    padding-top: 160px !important; }
  .u-lg-pb-8xl {
    padding-bottom: 160px !important; }
  .u-lg-pl-8xl {
    padding-left: 160px !important; }
  .u-lg-pr-8xl {
    padding-right: 160px !important; }
  .u-lg-px-9xl {
    padding-left: 200px !important;
    padding-right: 200px !important; }
  .u-lg-py-9xl {
    padding-top: 200px !important;
    padding-bottom: 200px !important; }
  .u-lg-p-9xl {
    padding: 200px !important; }
  .u-lg-pt-9xl {
    padding-top: 200px !important; }
  .u-lg-pb-9xl {
    padding-bottom: 200px !important; }
  .u-lg-pl-9xl {
    padding-left: 200px !important; }
  .u-lg-pr-9xl {
    padding-right: 200px !important; } }

@media (min-width: 1200px) {
  .u-xl-px-auto {
    padding-left: auto !important;
    padding-right: auto !important; }
  .u-xl-py-auto {
    padding-top: auto !important;
    padding-bottom: auto !important; }
  .u-xl-p-auto {
    padding: auto !important; }
  .u-xl-pt-auto {
    padding-top: auto !important; }
  .u-xl-pb-auto {
    padding-bottom: auto !important; }
  .u-xl-pl-auto {
    padding-left: auto !important; }
  .u-xl-pr-auto {
    padding-right: auto !important; }
  .u-xl-px-none {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .u-xl-py-none {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .u-xl-p-none {
    padding: 0px !important; }
  .u-xl-pt-none {
    padding-top: 0px !important; }
  .u-xl-pb-none {
    padding-bottom: 0px !important; }
  .u-xl-pl-none {
    padding-left: 0px !important; }
  .u-xl-pr-none {
    padding-right: 0px !important; }
  .u-xl-px-xs {
    padding-left: 4px !important;
    padding-right: 4px !important; }
  .u-xl-py-xs {
    padding-top: 4px !important;
    padding-bottom: 4px !important; }
  .u-xl-p-xs {
    padding: 4px !important; }
  .u-xl-pt-xs {
    padding-top: 4px !important; }
  .u-xl-pb-xs {
    padding-bottom: 4px !important; }
  .u-xl-pl-xs {
    padding-left: 4px !important; }
  .u-xl-pr-xs {
    padding-right: 4px !important; }
  .u-xl-px-sm {
    padding-left: 8px !important;
    padding-right: 8px !important; }
  .u-xl-py-sm {
    padding-top: 8px !important;
    padding-bottom: 8px !important; }
  .u-xl-p-sm {
    padding: 8px !important; }
  .u-xl-pt-sm {
    padding-top: 8px !important; }
  .u-xl-pb-sm {
    padding-bottom: 8px !important; }
  .u-xl-pl-sm {
    padding-left: 8px !important; }
  .u-xl-pr-sm {
    padding-right: 8px !important; }
  .u-xl-px-md {
    padding-left: 16px !important;
    padding-right: 16px !important; }
  .u-xl-py-md {
    padding-top: 16px !important;
    padding-bottom: 16px !important; }
  .u-xl-p-md {
    padding: 16px !important; }
  .u-xl-pt-md {
    padding-top: 16px !important; }
  .u-xl-pb-md {
    padding-bottom: 16px !important; }
  .u-xl-pl-md {
    padding-left: 16px !important; }
  .u-xl-pr-md {
    padding-right: 16px !important; }
  .u-xl-px-lg {
    padding-left: 24px !important;
    padding-right: 24px !important; }
  .u-xl-py-lg {
    padding-top: 24px !important;
    padding-bottom: 24px !important; }
  .u-xl-p-lg {
    padding: 24px !important; }
  .u-xl-pt-lg {
    padding-top: 24px !important; }
  .u-xl-pb-lg {
    padding-bottom: 24px !important; }
  .u-xl-pl-lg {
    padding-left: 24px !important; }
  .u-xl-pr-lg {
    padding-right: 24px !important; }
  .u-xl-px-xl {
    padding-left: 32px !important;
    padding-right: 32px !important; }
  .u-xl-py-xl {
    padding-top: 32px !important;
    padding-bottom: 32px !important; }
  .u-xl-p-xl {
    padding: 32px !important; }
  .u-xl-pt-xl {
    padding-top: 32px !important; }
  .u-xl-pb-xl {
    padding-bottom: 32px !important; }
  .u-xl-pl-xl {
    padding-left: 32px !important; }
  .u-xl-pr-xl {
    padding-right: 32px !important; }
  .u-xl-px-2xl {
    padding-left: 40px !important;
    padding-right: 40px !important; }
  .u-xl-py-2xl {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .u-xl-p-2xl {
    padding: 40px !important; }
  .u-xl-pt-2xl {
    padding-top: 40px !important; }
  .u-xl-pb-2xl {
    padding-bottom: 40px !important; }
  .u-xl-pl-2xl {
    padding-left: 40px !important; }
  .u-xl-pr-2xl {
    padding-right: 40px !important; }
  .u-xl-px-3xl {
    padding-left: 48px !important;
    padding-right: 48px !important; }
  .u-xl-py-3xl {
    padding-top: 48px !important;
    padding-bottom: 48px !important; }
  .u-xl-p-3xl {
    padding: 48px !important; }
  .u-xl-pt-3xl {
    padding-top: 48px !important; }
  .u-xl-pb-3xl {
    padding-bottom: 48px !important; }
  .u-xl-pl-3xl {
    padding-left: 48px !important; }
  .u-xl-pr-3xl {
    padding-right: 48px !important; }
  .u-xl-px-4xl {
    padding-left: 56px !important;
    padding-right: 56px !important; }
  .u-xl-py-4xl {
    padding-top: 56px !important;
    padding-bottom: 56px !important; }
  .u-xl-p-4xl {
    padding: 56px !important; }
  .u-xl-pt-4xl {
    padding-top: 56px !important; }
  .u-xl-pb-4xl {
    padding-bottom: 56px !important; }
  .u-xl-pl-4xl {
    padding-left: 56px !important; }
  .u-xl-pr-4xl {
    padding-right: 56px !important; }
  .u-xl-px-5xl {
    padding-left: 64px !important;
    padding-right: 64px !important; }
  .u-xl-py-5xl {
    padding-top: 64px !important;
    padding-bottom: 64px !important; }
  .u-xl-p-5xl {
    padding: 64px !important; }
  .u-xl-pt-5xl {
    padding-top: 64px !important; }
  .u-xl-pb-5xl {
    padding-bottom: 64px !important; }
  .u-xl-pl-5xl {
    padding-left: 64px !important; }
  .u-xl-pr-5xl {
    padding-right: 64px !important; }
  .u-xl-px-6xl {
    padding-left: 80px !important;
    padding-right: 80px !important; }
  .u-xl-py-6xl {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }
  .u-xl-p-6xl {
    padding: 80px !important; }
  .u-xl-pt-6xl {
    padding-top: 80px !important; }
  .u-xl-pb-6xl {
    padding-bottom: 80px !important; }
  .u-xl-pl-6xl {
    padding-left: 80px !important; }
  .u-xl-pr-6xl {
    padding-right: 80px !important; }
  .u-xl-px-7xl {
    padding-left: 120px !important;
    padding-right: 120px !important; }
  .u-xl-py-7xl {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .u-xl-p-7xl {
    padding: 120px !important; }
  .u-xl-pt-7xl {
    padding-top: 120px !important; }
  .u-xl-pb-7xl {
    padding-bottom: 120px !important; }
  .u-xl-pl-7xl {
    padding-left: 120px !important; }
  .u-xl-pr-7xl {
    padding-right: 120px !important; }
  .u-xl-px-8xl {
    padding-left: 160px !important;
    padding-right: 160px !important; }
  .u-xl-py-8xl {
    padding-top: 160px !important;
    padding-bottom: 160px !important; }
  .u-xl-p-8xl {
    padding: 160px !important; }
  .u-xl-pt-8xl {
    padding-top: 160px !important; }
  .u-xl-pb-8xl {
    padding-bottom: 160px !important; }
  .u-xl-pl-8xl {
    padding-left: 160px !important; }
  .u-xl-pr-8xl {
    padding-right: 160px !important; }
  .u-xl-px-9xl {
    padding-left: 200px !important;
    padding-right: 200px !important; }
  .u-xl-py-9xl {
    padding-top: 200px !important;
    padding-bottom: 200px !important; }
  .u-xl-p-9xl {
    padding: 200px !important; }
  .u-xl-pt-9xl {
    padding-top: 200px !important; }
  .u-xl-pb-9xl {
    padding-bottom: 200px !important; }
  .u-xl-pl-9xl {
    padding-left: 200px !important; }
  .u-xl-pr-9xl {
    padding-right: 200px !important; } }

@media (min-width: 1400px) {
  .u-2xl-px-auto {
    padding-left: auto !important;
    padding-right: auto !important; }
  .u-2xl-py-auto {
    padding-top: auto !important;
    padding-bottom: auto !important; }
  .u-2xl-p-auto {
    padding: auto !important; }
  .u-2xl-pt-auto {
    padding-top: auto !important; }
  .u-2xl-pb-auto {
    padding-bottom: auto !important; }
  .u-2xl-pl-auto {
    padding-left: auto !important; }
  .u-2xl-pr-auto {
    padding-right: auto !important; }
  .u-2xl-px-none {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .u-2xl-py-none {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .u-2xl-p-none {
    padding: 0px !important; }
  .u-2xl-pt-none {
    padding-top: 0px !important; }
  .u-2xl-pb-none {
    padding-bottom: 0px !important; }
  .u-2xl-pl-none {
    padding-left: 0px !important; }
  .u-2xl-pr-none {
    padding-right: 0px !important; }
  .u-2xl-px-xs {
    padding-left: 4px !important;
    padding-right: 4px !important; }
  .u-2xl-py-xs {
    padding-top: 4px !important;
    padding-bottom: 4px !important; }
  .u-2xl-p-xs {
    padding: 4px !important; }
  .u-2xl-pt-xs {
    padding-top: 4px !important; }
  .u-2xl-pb-xs {
    padding-bottom: 4px !important; }
  .u-2xl-pl-xs {
    padding-left: 4px !important; }
  .u-2xl-pr-xs {
    padding-right: 4px !important; }
  .u-2xl-px-sm {
    padding-left: 8px !important;
    padding-right: 8px !important; }
  .u-2xl-py-sm {
    padding-top: 8px !important;
    padding-bottom: 8px !important; }
  .u-2xl-p-sm {
    padding: 8px !important; }
  .u-2xl-pt-sm {
    padding-top: 8px !important; }
  .u-2xl-pb-sm {
    padding-bottom: 8px !important; }
  .u-2xl-pl-sm {
    padding-left: 8px !important; }
  .u-2xl-pr-sm {
    padding-right: 8px !important; }
  .u-2xl-px-md {
    padding-left: 16px !important;
    padding-right: 16px !important; }
  .u-2xl-py-md {
    padding-top: 16px !important;
    padding-bottom: 16px !important; }
  .u-2xl-p-md {
    padding: 16px !important; }
  .u-2xl-pt-md {
    padding-top: 16px !important; }
  .u-2xl-pb-md {
    padding-bottom: 16px !important; }
  .u-2xl-pl-md {
    padding-left: 16px !important; }
  .u-2xl-pr-md {
    padding-right: 16px !important; }
  .u-2xl-px-lg {
    padding-left: 24px !important;
    padding-right: 24px !important; }
  .u-2xl-py-lg {
    padding-top: 24px !important;
    padding-bottom: 24px !important; }
  .u-2xl-p-lg {
    padding: 24px !important; }
  .u-2xl-pt-lg {
    padding-top: 24px !important; }
  .u-2xl-pb-lg {
    padding-bottom: 24px !important; }
  .u-2xl-pl-lg {
    padding-left: 24px !important; }
  .u-2xl-pr-lg {
    padding-right: 24px !important; }
  .u-2xl-px-xl {
    padding-left: 32px !important;
    padding-right: 32px !important; }
  .u-2xl-py-xl {
    padding-top: 32px !important;
    padding-bottom: 32px !important; }
  .u-2xl-p-xl {
    padding: 32px !important; }
  .u-2xl-pt-xl {
    padding-top: 32px !important; }
  .u-2xl-pb-xl {
    padding-bottom: 32px !important; }
  .u-2xl-pl-xl {
    padding-left: 32px !important; }
  .u-2xl-pr-xl {
    padding-right: 32px !important; }
  .u-2xl-px-2xl {
    padding-left: 40px !important;
    padding-right: 40px !important; }
  .u-2xl-py-2xl {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .u-2xl-p-2xl {
    padding: 40px !important; }
  .u-2xl-pt-2xl {
    padding-top: 40px !important; }
  .u-2xl-pb-2xl {
    padding-bottom: 40px !important; }
  .u-2xl-pl-2xl {
    padding-left: 40px !important; }
  .u-2xl-pr-2xl {
    padding-right: 40px !important; }
  .u-2xl-px-3xl {
    padding-left: 48px !important;
    padding-right: 48px !important; }
  .u-2xl-py-3xl {
    padding-top: 48px !important;
    padding-bottom: 48px !important; }
  .u-2xl-p-3xl {
    padding: 48px !important; }
  .u-2xl-pt-3xl {
    padding-top: 48px !important; }
  .u-2xl-pb-3xl {
    padding-bottom: 48px !important; }
  .u-2xl-pl-3xl {
    padding-left: 48px !important; }
  .u-2xl-pr-3xl {
    padding-right: 48px !important; }
  .u-2xl-px-4xl {
    padding-left: 56px !important;
    padding-right: 56px !important; }
  .u-2xl-py-4xl {
    padding-top: 56px !important;
    padding-bottom: 56px !important; }
  .u-2xl-p-4xl {
    padding: 56px !important; }
  .u-2xl-pt-4xl {
    padding-top: 56px !important; }
  .u-2xl-pb-4xl {
    padding-bottom: 56px !important; }
  .u-2xl-pl-4xl {
    padding-left: 56px !important; }
  .u-2xl-pr-4xl {
    padding-right: 56px !important; }
  .u-2xl-px-5xl {
    padding-left: 64px !important;
    padding-right: 64px !important; }
  .u-2xl-py-5xl {
    padding-top: 64px !important;
    padding-bottom: 64px !important; }
  .u-2xl-p-5xl {
    padding: 64px !important; }
  .u-2xl-pt-5xl {
    padding-top: 64px !important; }
  .u-2xl-pb-5xl {
    padding-bottom: 64px !important; }
  .u-2xl-pl-5xl {
    padding-left: 64px !important; }
  .u-2xl-pr-5xl {
    padding-right: 64px !important; }
  .u-2xl-px-6xl {
    padding-left: 80px !important;
    padding-right: 80px !important; }
  .u-2xl-py-6xl {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }
  .u-2xl-p-6xl {
    padding: 80px !important; }
  .u-2xl-pt-6xl {
    padding-top: 80px !important; }
  .u-2xl-pb-6xl {
    padding-bottom: 80px !important; }
  .u-2xl-pl-6xl {
    padding-left: 80px !important; }
  .u-2xl-pr-6xl {
    padding-right: 80px !important; }
  .u-2xl-px-7xl {
    padding-left: 120px !important;
    padding-right: 120px !important; }
  .u-2xl-py-7xl {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .u-2xl-p-7xl {
    padding: 120px !important; }
  .u-2xl-pt-7xl {
    padding-top: 120px !important; }
  .u-2xl-pb-7xl {
    padding-bottom: 120px !important; }
  .u-2xl-pl-7xl {
    padding-left: 120px !important; }
  .u-2xl-pr-7xl {
    padding-right: 120px !important; }
  .u-2xl-px-8xl {
    padding-left: 160px !important;
    padding-right: 160px !important; }
  .u-2xl-py-8xl {
    padding-top: 160px !important;
    padding-bottom: 160px !important; }
  .u-2xl-p-8xl {
    padding: 160px !important; }
  .u-2xl-pt-8xl {
    padding-top: 160px !important; }
  .u-2xl-pb-8xl {
    padding-bottom: 160px !important; }
  .u-2xl-pl-8xl {
    padding-left: 160px !important; }
  .u-2xl-pr-8xl {
    padding-right: 160px !important; }
  .u-2xl-px-9xl {
    padding-left: 200px !important;
    padding-right: 200px !important; }
  .u-2xl-py-9xl {
    padding-top: 200px !important;
    padding-bottom: 200px !important; }
  .u-2xl-p-9xl {
    padding: 200px !important; }
  .u-2xl-pt-9xl {
    padding-top: 200px !important; }
  .u-2xl-pb-9xl {
    padding-bottom: 200px !important; }
  .u-2xl-pl-9xl {
    padding-left: 200px !important; }
  .u-2xl-pr-9xl {
    padding-right: 200px !important; } }

.u-position-static {
  position: static !important; }

.u-position-relative {
  position: relative !important; }

.u-position-absolute {
  position: absolute !important; }

.u-position-fixed {
  position: fixed !important; }

.u-position-sticky {
  position: sticky !important; }

.u-position-unset {
  position: unset !important; }

.u-position-inherit {
  position: inherit !important; }

@media (min-width: 576px) {
  .u-position-sm-static {
    position: static !important; }
  .u-position-sm-relative {
    position: relative !important; }
  .u-position-sm-absolute {
    position: absolute !important; }
  .u-position-sm-fixed {
    position: fixed !important; }
  .u-position-sm-sticky {
    position: sticky !important; }
  .u-position-sm-unset {
    position: unset !important; }
  .u-position-sm-inherit {
    position: inherit !important; } }

@media (min-width: 768px) {
  .u-position-md-static {
    position: static !important; }
  .u-position-md-relative {
    position: relative !important; }
  .u-position-md-absolute {
    position: absolute !important; }
  .u-position-md-fixed {
    position: fixed !important; }
  .u-position-md-sticky {
    position: sticky !important; }
  .u-position-md-unset {
    position: unset !important; }
  .u-position-md-inherit {
    position: inherit !important; } }

@media (min-width: 992px) {
  .u-position-lg-static {
    position: static !important; }
  .u-position-lg-relative {
    position: relative !important; }
  .u-position-lg-absolute {
    position: absolute !important; }
  .u-position-lg-fixed {
    position: fixed !important; }
  .u-position-lg-sticky {
    position: sticky !important; }
  .u-position-lg-unset {
    position: unset !important; }
  .u-position-lg-inherit {
    position: inherit !important; } }

@media (min-width: 1200px) {
  .u-position-xl-static {
    position: static !important; }
  .u-position-xl-relative {
    position: relative !important; }
  .u-position-xl-absolute {
    position: absolute !important; }
  .u-position-xl-fixed {
    position: fixed !important; }
  .u-position-xl-sticky {
    position: sticky !important; }
  .u-position-xl-unset {
    position: unset !important; }
  .u-position-xl-inherit {
    position: inherit !important; } }

.u-rotate-0 {
  transform: rotate(0deg) !important; }

.u-rotate-45 {
  transform: rotate(45deg) !important; }

.u-rotate-60 {
  transform: rotate(60deg) !important; }

.u-rotate-90 {
  transform: rotate(90deg) !important; }

.u-rotate-180 {
  transform: rotate(180deg) !important; }

.u-rotate-270 {
  transform: rotate(270deg) !important; }

.u-text-wrap {
  white-space: normal !important; }

.u-text-nowrap {
  white-space: nowrap !important; }

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

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

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

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

.u-text-align-start {
  text-align: start; }

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

.u-text-decoration-underline {
  text-decoration: underline !important; }

.u-text-decoration-line-through {
  text-decoration: line-through !important; }

.u-text-decoration-none {
  text-decoration: none !important; }

.u-text-center {
  text-align: center !important; }

.u-text-left {
  text-align: left !important; }

.u-text-right {
  text-align: right !important; }

.u-text-start {
  text-align: start !important; }

@media (min-width: 768px) {
  .u-md-text-wrap {
    white-space: normal !important; }
  .u-md-text-nowrap {
    white-space: nowrap !important; }
  .u-md-text-align-unset {
    text-align: unset; } }

.u-w-auto {
  width: auto !important; }

.u-w-unset {
  width: unset !important; }

.u-w-25 {
  width: 25% !important; }

.u-w-50 {
  width: 50% !important; }

.u-w-60 {
  width: 60% !important; }

.u-w-70 {
  width: 70% !important; }

.u-w-75 {
  width: 75% !important; }

.u-w-80 {
  width: 80% !important; }

.u-w-85 {
  width: 85% !important; }

.u-w-90 {
  width: 90% !important; }

.u-w-100 {
  width: 100% !important; }

.u-w-webkit-fill {
  width: -webkit-fill-available !important; }

.u-minw-auto {
  min-width: auto !important; }

.u-minw-50 {
  min-width: 50% !important; }

.u-minw-80 {
  min-width: 80% !important; }

.u-minw-100 {
  min-width: 100% !important; }

.u-minw-none {
  min-width: none !important; }

.u-wmax-auto {
  max-width: auto !important; }

.u-wmax-25 {
  max-width: 25% !important; }

.u-wmax-50 {
  max-width: 50% !important; }

.u-wmax-90 {
  max-width: 90% !important; }

.u-wmax-100 {
  max-width: 100% !important; }

.u-wmax-none {
  max-width: none !important; }

.u-wmax-fit-content {
  max-width: fit-content !important; }

@media (min-width: 576px) {
  .u-w-sm-auto {
    width: auto !important; }
  .u-w-sm-unset {
    width: unset !important; }
  .u-w-sm-fit-content {
    width: fit-content !important; }
  .u-w-sm-max-content {
    width: max-content !important; }
  .u-w-sm-25 {
    width: 25% !important; }
  .u-w-sm-40 {
    width: 40% !important; }
  .u-w-sm-50 {
    width: 50% !important; }
  .u-w-sm-60 {
    width: 60% !important; }
  .u-w-sm-70 {
    width: 70% !important; }
  .u-w-sm-75 {
    width: 75% !important; }
  .u-w-sm-80 {
    width: 80% !important; }
  .u-w-sm-85 {
    width: 85% !important; }
  .u-w-sm-90 {
    width: 90% !important; }
  .u-w-sm-100 {
    width: 100% !important; }
  .u-minw-sm-auto {
    min-width: auto !important; }
  .u-minw-sm-50 {
    min-width: 50% !important; }
  .u-minw-sm-100 {
    min-width: 100% !important; }
  .u-minw-sm-none {
    min-width: none !important; }
  .u-wmax-sm-auto {
    max-width: auto !important; }
  .u-wmax-sm-50 {
    max-width: 50% !important; }
  .u-wmax-sm-70 {
    max-width: 70% !important; }
  .u-wmax-sm-100 {
    max-width: 100% !important; }
  .u-wmax-sm-none {
    max-width: none !important; } }

@media (min-width: 768px) {
  .u-w-md-auto {
    width: auto !important; }
  .u-w-md-max-content {
    width: max-content !important; }
  .u-w-md-unset {
    width: unset !important; }
  .u-w-md-25 {
    width: 25% !important; }
  .u-w-md-40 {
    width: 40% !important; }
  .u-w-md-50 {
    width: 50% !important; }
  .u-w-md-60 {
    width: 60% !important; }
  .u-w-md-70 {
    width: 70% !important; }
  .u-w-md-75 {
    width: 75% !important; }
  .u-w-md-80 {
    width: 80% !important; }
  .u-w-md-85 {
    width: 85% !important; }
  .u-w-md-90 {
    width: 90% !important; }
  .u-w-md-100 {
    width: 100% !important; }
  .u-minw-md-auto {
    min-width: auto !important; }
  .u-minw-md-50 {
    min-width: 50% !important; }
  .u-minw-md-100 {
    min-width: 100% !important; }
  .u-minw-md-none {
    min-width: none !important; }
  .u-wmax-md-auto {
    max-width: auto !important; }
  .u-wmax-md-50 {
    max-width: 50% !important; }
  .u-wmax-md-100 {
    max-width: 100% !important; }
  .u-wmax-md-none {
    max-width: none !important; } }

@media (min-width: 992px) {
  .u-w-lg-auto {
    width: auto !important; }
  .u-w-lg-unset {
    width: unset !important; }
  .u-w-lg-fit-content {
    width: fit-content !important; }
  .u-w-lg-max-content {
    width: max-content !important; }
  .u-w-lg-25 {
    width: 25% !important; }
  .u-w-lg-40 {
    width: 40% !important; }
  .u-w-lg-30 {
    width: 30% !important; }
  .u-w-lg-50 {
    width: 50% !important; }
  .u-w-lg-60 {
    width: 60% !important; }
  .u-w-lg-70 {
    width: 70% !important; }
  .u-w-lg-75 {
    width: 75% !important; }
  .u-w-lg-80 {
    width: 80% !important; }
  .u-w-lg-85 {
    width: 85% !important; }
  .u-w-lg-90 {
    width: 90% !important; }
  .u-w-lg-100 {
    width: 100% !important; }
  .u-minw-lg-auto {
    min-width: auto !important; }
  .u-minw-lg-50 {
    min-width: 50% !important; }
  .u-minw-lg-100 {
    min-width: 100% !important; }
  .u-minw-lg-none {
    min-width: none !important; }
  .u-wmax-lg-auto {
    max-width: auto !important; }
  .u-wmax-lg-50 {
    max-width: 50% !important; }
  .u-wmax-lg-100 {
    max-width: 100% !important; }
  .u-wmax-lg-none {
    max-width: none !important; } }

@media (min-width: 1200px) {
  .u-w-xl-auto {
    width: auto !important; }
  .u-w-xl-unset {
    width: unset !important; }
  .u-w-xl-fit-content {
    width: fit-content !important; }
  .u-w-xl-max-content {
    width: max-content !important; }
  .u-w-xl-25 {
    width: 25% !important; }
  .u-w-xl-50 {
    width: 50% !important; }
  .u-w-xl-60 {
    width: 60% !important; }
  .u-w-xl-70 {
    width: 70% !important; }
  .u-w-xl-75 {
    width: 75% !important; }
  .u-w-xl-80 {
    width: 80% !important; }
  .u-w-xl-85 {
    width: 85% !important; }
  .u-w-xl-90 {
    width: 90% !important; }
  .u-w-xl-100 {
    width: 100% !important; }
  .u-minw-xl-auto {
    min-width: auto !important; }
  .u-minw-xl-50 {
    min-width: 50% !important; }
  .u-minw-xl-100 {
    min-width: 100% !important; }
  .u-minw-xl-none {
    min-width: none !important; }
  .u-wmax-xl-auto {
    max-width: auto !important; }
  .u-wmax-xl-50 {
    max-width: 50% !important; }
  .u-wmax-xl-60 {
    max-width: 60% !important; }
  .u-wmax-xl-80 {
    max-width: 80% !important; }
  .u-wmax-xl-100 {
    max-width: 100% !important; }
  .u-wmax-xl-none {
    max-width: none !important; } }

@media (min-width: 1400px) {
  .u-w-2xl-auto {
    width: auto !important; }
  .u-w-2xl-unset {
    width: unset !important; }
  .u-w-2xl-fit-content {
    width: fit-content !important; }
  .u-w-2xl-max-content {
    width: max-content !important; }
  .u-w-2xl-25 {
    width: 25% !important; }
  .u-w-2xl-50 {
    width: 50% !important; }
  .u-w-2xl-60 {
    width: 60% !important; }
  .u-w-2xl-70 {
    width: 70% !important; }
  .u-w-2xl-75 {
    width: 75% !important; }
  .u-w-2xl-80 {
    width: 80% !important; }
  .u-w-2xl-85 {
    width: 85% !important; }
  .u-w-2xl-90 {
    width: 90% !important; }
  .u-w-2xl-100 {
    width: 100% !important; }
  .u-minw-2xl-auto {
    min-width: auto !important; }
  .u-minw-2xl-50 {
    min-width: 50% !important; }
  .u-minw-2xl-100 {
    min-width: 100% !important; }
  .u-minw-2xl-none {
    min-width: none !important; }
  .u-wmax-2xl-auto {
    max-width: auto !important; }
  .u-wmax-2xl-50 {
    max-width: 50% !important; }
  .u-wmax-2xl-75 {
    max-width: 75% !important; }
  .u-wmax-2xl-100 {
    max-width: 100% !important; }
  .u-wmax-2xl-none {
    max-width: none !important; } }

@media (min-width: 1600px) {
  .u-w-3xl-auto {
    width: auto !important; }
  .u-w-3xl-unset {
    width: unset !important; }
  .u-w-3xl-25 {
    width: 25% !important; }
  .u-w-3xl-50 {
    width: 50% !important; }
  .u-w-3xl-60 {
    width: 60% !important; }
  .u-w-3xl-70 {
    width: 70% !important; }
  .u-w-3xl-75 {
    width: 75% !important; }
  .u-w-3xl-80 {
    width: 80% !important; }
  .u-w-3xl-85 {
    width: 85% !important; }
  .u-w-3xl-90 {
    width: 90% !important; }
  .u-w-3xl-100 {
    width: 100% !important; }
  .u-minw-3xl-auto {
    min-width: auto !important; }
  .u-minw-3xl-50 {
    min-width: 50% !important; }
  .u-minw-3xl-100 {
    min-width: 100% !important; }
  .u-minw-3xl-none {
    min-width: none !important; }
  .u-wmax-3xl-auto {
    max-width: auto !important; }
  .u-wmax-3xl-50 {
    max-width: 50% !important; }
  .u-wmax-3xl-75 {
    max-width: 75% !important; }
  .u-wmax-3xl-100 {
    max-width: 100% !important; }
  .u-wmax-3xl-none {
    max-width: none !important; } }

@media (min-width: 1920px) {
  .u-w-4xl-auto {
    width: auto !important; }
  .u-w-4xl-unset {
    width: unset !important; }
  .u-w-4xl-25 {
    width: 25% !important; }
  .u-w-4xl-50 {
    width: 50% !important; }
  .u-w-4xl-60 {
    width: 60% !important; }
  .u-w-4xl-70 {
    width: 70% !important; }
  .u-w-4xl-75 {
    width: 75% !important; }
  .u-w-4xl-80 {
    width: 80% !important; }
  .u-w-4xl-85 {
    width: 85% !important; }
  .u-w-4xl-90 {
    width: 90% !important; }
  .u-w-4xl-100 {
    width: 100% !important; }
  .u-minw-4xl-auto {
    min-width: auto !important; }
  .u-minw-4xl-50 {
    min-width: 50% !important; }
  .u-minw-4xl-100 {
    min-width: 100% !important; }
  .u-minw-4xl-none {
    min-width: none !important; }
  .u-wmax-4xl-auto {
    max-width: auto !important; }
  .u-wmax-4xl-50 {
    max-width: 50% !important; }
  .u-wmax-4xl-75 {
    max-width: 75% !important; }
  .u-wmax-4xl-100 {
    max-width: 100% !important; }
  .u-wmax-4xl-none {
    max-width: none !important; } }

.u-w-unset {
  width: unset !important; }

.u-minw-auto {
  min-width: auto !important; }

.u-minw-25 {
  min-width: 25% !important; }

.u-minw-50 {
  min-width: 50% !important; }

.u-minw-100 {
  min-width: 100% !important; }

.u-minw-none {
  min-width: none !important; }

.u-maxw-auto {
  max-width: auto !important; }

.u-maxw-50 {
  max-width: 50% !important; }

.u-maxw-85 {
  max-width: 85% !important; }

.u-maxw-100 {
  max-width: 100% !important; }

.u-maxw-none {
  max-width: none !important; }

.u-vw-50 {
  width: 50vw !important; }

.u-vw-100 {
  width: 100vw !important; }

.u-vh-50 {
  height: 50vh !important; }

.u-vh-100 {
  height: 100vh !important; }

@media (min-width: 576px) {
  .u-sm-w-unset {
    width: unset !important; }
  .u-sm-minw-auto {
    min-width: auto !important; }
  .u-sm-minw-25 {
    min-width: 25% !important; }
  .u-sm-minw-50 {
    min-width: 50% !important; }
  .u-sm-minw-100 {
    min-width: 100% !important; }
  .u-sm-minw-none {
    min-width: none !important; }
  .u-sm-maxw-auto {
    max-width: auto !important; }
  .u-sm-maxw-50 {
    max-width: 50% !important; }
  .u-sm-maxw-100 {
    max-width: 100% !important; }
  .u-sm-maxw-none {
    max-width: none !important; }
  .u-sm-vw-50 {
    width: 50vw !important; }
  .u-sm-vw-100 {
    width: 100vw !important; }
  .u-sm-vh-50 {
    height: 50vh !important; }
  .u-sm-vh-100 {
    height: 100vh !important; } }

@media (min-width: 768px) {
  .u-md-w-unset {
    width: unset !important; }
  .u-md-minw-auto {
    min-width: auto !important; }
  .u-md-minw-25 {
    min-width: 25% !important; }
  .u-md-minw-50 {
    min-width: 50% !important; }
  .u-md-minw-100 {
    min-width: 100% !important; }
  .u-md-minw-none {
    min-width: none !important; }
  .u-md-maxw-auto {
    max-width: auto !important; }
  .u-md-maxw-50 {
    max-width: 50% !important; }
  .u-md-maxw-100 {
    max-width: 100% !important; }
  .u-md-maxw-none {
    max-width: none !important; }
  .u-md-vw-50 {
    width: 50vw !important; }
  .u-md-vw-100 {
    width: 100vw !important; }
  .u-md-vh-50 {
    height: 50vh !important; }
  .u-md-vh-100 {
    height: 100vh !important; } }

@media (min-width: 992px) {
  .u-lg-w-unset {
    width: unset !important; }
  .u-lg-minw-auto {
    min-width: auto !important; }
  .u-lg-minw-25 {
    min-width: 25% !important; }
  .u-lg-minw-50 {
    min-width: 50% !important; }
  .u-lg-minw-100 {
    min-width: 100% !important; }
  .u-lg-minw-none {
    min-width: none !important; }
  .u-lg-maxw-auto {
    max-width: auto !important; }
  .u-lg-maxw-50 {
    max-width: 50% !important; }
  .u-lg-maxw-75 {
    max-width: 75% !important; }
  .u-lg-maxw-100 {
    max-width: 100% !important; }
  .u-lg-maxw-none {
    max-width: none !important; }
  .u-lg-vw-50 {
    width: 50vw !important; }
  .u-lg-vw-100 {
    width: 100vw !important; }
  .u-lg-vh-50 {
    height: 50vh !important; }
  .u-lg-vh-100 {
    height: 100vh !important; }
  .u-lg-w-70 {
    width: 70% !important; } }

@media (min-width: 1200px) {
  .u-xl-w-unset {
    width: unset !important; }
  .u-xl-minw-auto {
    min-width: auto !important; }
  .u-xl-minw-25 {
    min-width: 25% !important; }
  .u-xl-minw-50 {
    min-width: 50% !important; }
  .u-xl-minw-100 {
    min-width: 100% !important; }
  .u-xl-minw-none {
    min-width: none !important; }
  .u-xl-maxw-auto {
    max-width: auto !important; }
  .u-xl-maxw-50 {
    max-width: 50% !important; }
  .u-xl-maxw-100 {
    max-width: 100% !important; }
  .u-xl-maxw-none {
    max-width: none !important; }
  .u-xl-vw-50 {
    width: 50vw !important; }
  .u-xl-vw-100 {
    width: 100vw !important; }
  .u-xl-vh-50 {
    height: 50vh !important; }
  .u-xl-vh-100 {
    height: 100vh !important; } }

@media (min-width: 1400px) {
  .u-2xl-w-unset {
    width: unset !important; }
  .u-2xl-minw-auto {
    min-width: auto !important; }
  .u-2xl-minw-25 {
    min-width: 25% !important; }
  .u-2xl-minw-50 {
    min-width: 50% !important; }
  .u-2xl-minw-100 {
    min-width: 100% !important; }
  .u-2xl-minw-none {
    min-width: none !important; }
  .u-2xl-maxw-auto {
    max-width: auto !important; }
  .u-2xl-maxw-50 {
    max-width: 50% !important; }
  .u-2xl-maxw-70 {
    max-width: 70% !important; }
  .u-2xl-maxw-80 {
    max-width: 80% !important; }
  .u-2xl-maxw-100 {
    max-width: 100% !important; }
  .u-2xl-maxw-none {
    max-width: none !important; }
  .u-2xl-vw-50 {
    width: 50vw !important; }
  .u-2xl-vw-100 {
    width: 100vw !important; }
  .u-2xl-vh-50 {
    height: 50vh !important; }
  .u-2xl-vh-100 {
    height: 100vh !important; } }

@media (max-width: 768px) {
  .u-w-maxmd-100 {
    width: 100% !important; } }

.u-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 768px) {
    .u-container .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .u-container .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .u-container .container {
      width: 1170px; } }

.u-row {
  display: flex; }

.u-col-1 {
  flex: 0 0 auto;
  width: 8.33333%; }

.u-col-2 {
  flex: 0 0 auto;
  width: 16.66667%; }

.u-col-3 {
  flex: 0 0 auto;
  width: 25%; }

.u-col-4 {
  flex: 0 0 auto;
  width: 33.33333%; }

.u-col-5 {
  flex: 0 0 auto;
  width: 41.66667%; }

.u-col-6 {
  flex: 0 0 auto;
  width: 50%; }

.u-col-7 {
  flex: 0 0 auto;
  width: 58.33333%; }

.u-col-8 {
  flex: 0 0 auto;
  width: 66.66667%; }

.u-col-9 {
  flex: 0 0 auto;
  width: 75%; }

.u-col-10 {
  flex: 0 0 auto;
  width: 83.33333%; }

.u-col-11 {
  flex: 0 0 auto;
  width: 91.66667%; }

.u-col-12 {
  flex: 0 0 auto;
  width: 100%; }

@media (min-width: 576px) {
  .u-col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .u-col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .u-col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .u-col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .u-col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .u-col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .u-col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .u-col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .u-col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .u-col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .u-col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .u-col-sm-12 {
    flex: 0 0 auto;
    width: 100%; } }

@media (min-width: 768px) {
  .u-col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .u-col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .u-col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .u-col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .u-col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .u-col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .u-col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .u-col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .u-col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .u-col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .u-col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .u-col-md-12 {
    flex: 0 0 auto;
    width: 100%; } }

@media (min-width: 992px) {
  .u-col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .u-col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .u-col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .u-col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .u-col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .u-col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .u-col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .u-col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .u-col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .u-col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .u-col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .u-col-lg-12 {
    flex: 0 0 auto;
    width: 100%; } }

.u-form-field-group {
  font-size: 14px;
  width: 100%;
  display: block; }
  .u-form-field-group label {
    font-weight: 600;
    display: block; }
  .u-form-field-group input, .u-form-field-group textarea, .u-form-field-group select {
    max-width: 100%; }
    .u-form-field-group input .selectize-input input:hover, .u-form-field-group textarea .selectize-input input:hover, .u-form-field-group select .selectize-input input:hover {
      border: none !important;
      border-color: transparent !important; }

@media screen and (max-width: 480px) {
  .u-responsive-center {
    width: 100%;
    display: block;
    text-align: center;
    justify-content: center; } }

.u-bs-border-box {
  box-sizing: border-box; }

u-index-2 {
  z-index: 2; }

.u-overflow-visible {
  overflow: visible !important; }

.u-overflow-hidden {
  overflow: hidden !important; }

.u-overflow-scroll {
  overflow: scroll !important; }

.u-overflow-auto {
  overflow: auto !important; }

.u-overflow-unset {
  overflow: unset !important; }

@media (max-width: 575px) {
  .u-overflow-xs-visible {
    overflow: visible !important; } }

@media (max-width: 575px) {
  .u-overflow-xs-hidden {
    overflow: hidden !important; } }

@media (max-width: 575px) {
  .u-overflow-xs-scroll {
    overflow: scroll !important; } }

@media (max-width: 575px) {
  .u-overflow-xs-auto {
    overflow: auto !important; } }

@media (max-width: 575px) {
  .u-overflow-xs-unset {
    overflow: unset !important; } }

@media (min-width: 576px) {
  .u-overflow-sm-visible {
    overflow: visible !important; } }

@media (min-width: 576px) {
  .u-overflow-sm-hidden {
    overflow: hidden !important; } }

@media (min-width: 576px) {
  .u-overflow-sm-scroll {
    overflow: scroll !important; } }

@media (min-width: 576px) {
  .u-overflow-sm-auto {
    overflow: auto !important; } }

@media (min-width: 576px) {
  .u-overflow-sm-unset {
    overflow: unset !important; } }

@media (min-width: 768px) {
  .u-overflow-md-visible {
    overflow: visible !important; } }

@media (min-width: 768px) {
  .u-overflow-md-hidden {
    overflow: hidden !important; } }

@media (min-width: 768px) {
  .u-overflow-md-scroll {
    overflow: scroll !important; } }

@media (min-width: 768px) {
  .u-overflow-md-auto {
    overflow: auto !important; } }

@media (min-width: 768px) {
  .u-overflow-md-unset {
    overflow: unset !important; } }

@media (min-width: 992px) {
  .u-overflow-lg-visible {
    overflow: visible !important; } }

@media (min-width: 992px) {
  .u-overflow-lg-hidden {
    overflow: hidden !important; } }

@media (min-width: 992px) {
  .u-overflow-lg-scroll {
    overflow: scroll !important; } }

@media (min-width: 992px) {
  .u-overflow-lg-auto {
    overflow: auto !important; } }

@media (min-width: 992px) {
  .u-overflow-lg-unset {
    overflow: unset !important; } }

@media (min-width: 1200px) {
  .u-overflow-xl-visible {
    overflow: visible !important; } }

@media (min-width: 1200px) {
  .u-overflow-xl-hidden {
    overflow: hidden !important; } }

@media (min-width: 1200px) {
  .u-overflow-xl-scroll {
    overflow: scroll !important; } }

@media (min-width: 1200px) {
  .u-overflow-xl-auto {
    overflow: auto !important; } }

@media (min-width: 1200px) {
  .u-overflow-xl-unset {
    overflow: unset !important; } }

@media (min-width: 1400px) {
  .u-overflow-2xl-visible {
    overflow: visible !important; } }

@media (min-width: 1400px) {
  .u-overflow-2xl-hidden {
    overflow: hidden !important; } }

@media (min-width: 1400px) {
  .u-overflow-2xl-scroll {
    overflow: scroll !important; } }

@media (min-width: 1400px) {
  .u-overflow-2xl-auto {
    overflow: auto !important; } }

@media (min-width: 1400px) {
  .u-overflow-2xl-unset {
    overflow: unset !important; } }

.u-overflow-tracking-pad::-webkit-scrollbar-track {
  background: #f1f1f1; }

.u-overflow-tracking-pad::-webkit-scrollbar {
  width: 0;
  height: 0; }

.u-overflow-tracking-pad::-webkit-scrollbar-track {
  background: #FFFFFF; }

.u-overflow-tracking-pad::-webkit-scrollbar-thumb {
  background: #E3E3E3; }

.u-overflow-tracking-pad::-webkit-scrollbar-thumb:hover {
  background: #E3E3E3; }

.u-d-grid--gap-auto {
  gap: auto; }

.u-d-grid--column-gap-auto {
  column-gap: auto; }

.u-d-grid--row-gap-auto {
  row-gap: auto; }

.u-d-grid--gap-none {
  gap: 0px; }

.u-d-grid--column-gap-none {
  column-gap: 0px; }

.u-d-grid--row-gap-none {
  row-gap: 0px; }

.u-d-grid--gap-xs {
  gap: 4px; }

.u-d-grid--column-gap-xs {
  column-gap: 4px; }

.u-d-grid--row-gap-xs {
  row-gap: 4px; }

.u-d-grid--gap-sm {
  gap: 8px; }

.u-d-grid--column-gap-sm {
  column-gap: 8px; }

.u-d-grid--row-gap-sm {
  row-gap: 8px; }

.u-d-grid--gap-md {
  gap: 16px; }

.u-d-grid--column-gap-md {
  column-gap: 16px; }

.u-d-grid--row-gap-md {
  row-gap: 16px; }

.u-d-grid--gap-lg {
  gap: 24px; }

.u-d-grid--column-gap-lg {
  column-gap: 24px; }

.u-d-grid--row-gap-lg {
  row-gap: 24px; }

.u-d-grid--gap-xl {
  gap: 32px; }

.u-d-grid--column-gap-xl {
  column-gap: 32px; }

.u-d-grid--row-gap-xl {
  row-gap: 32px; }

.u-d-grid--gap-2xl {
  gap: 40px; }

.u-d-grid--column-gap-2xl {
  column-gap: 40px; }

.u-d-grid--row-gap-2xl {
  row-gap: 40px; }

.u-d-grid--gap-3xl {
  gap: 48px; }

.u-d-grid--column-gap-3xl {
  column-gap: 48px; }

.u-d-grid--row-gap-3xl {
  row-gap: 48px; }

.u-d-grid--gap-4xl {
  gap: 56px; }

.u-d-grid--column-gap-4xl {
  column-gap: 56px; }

.u-d-grid--row-gap-4xl {
  row-gap: 56px; }

.u-d-grid--gap-5xl {
  gap: 64px; }

.u-d-grid--column-gap-5xl {
  column-gap: 64px; }

.u-d-grid--row-gap-5xl {
  row-gap: 64px; }

.u-d-grid--gap-6xl {
  gap: 80px; }

.u-d-grid--column-gap-6xl {
  column-gap: 80px; }

.u-d-grid--row-gap-6xl {
  row-gap: 80px; }

.u-d-grid--gap-7xl {
  gap: 120px; }

.u-d-grid--column-gap-7xl {
  column-gap: 120px; }

.u-d-grid--row-gap-7xl {
  row-gap: 120px; }

.u-d-grid--gap-8xl {
  gap: 160px; }

.u-d-grid--column-gap-8xl {
  column-gap: 160px; }

.u-d-grid--row-gap-8xl {
  row-gap: 160px; }

.u-d-grid--gap-9xl {
  gap: 200px; }

.u-d-grid--column-gap-9xl {
  column-gap: 200px; }

.u-d-grid--row-gap-9xl {
  row-gap: 200px; }

.u-d-grid--col-auto {
  grid-template-columns: auto; }

.u-d-grid--row-auto {
  grid-template-rows: auto; }

.u-d-grid--col-1fr {
  grid-template-columns: 1fr; }

.u-d-grid--row-1fr {
  grid-template-rows: 1fr; }

.u-d-grid--col-2fr {
  grid-template-columns: 2fr; }

.u-d-grid--row-2fr {
  grid-template-rows: 2fr; }

.u-d-grid--cols-2 {
  grid-template-columns: repeat(2, 1fr); }

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

.u-d-grid--cols-3 {
  grid-template-columns: repeat(3, 1fr); }

.u-d-grid--rows-3 {
  grid-template-rows: repeat(3, 1fr); }

.u-d-grid--cols-4 {
  grid-template-columns: repeat(4, 1fr); }

.u-d-grid--rows-4 {
  grid-template-rows: repeat(4, 1fr); }

.u-d-grid--cols-5 {
  grid-template-columns: repeat(5, 1fr); }

.u-d-grid--rows-5 {
  grid-template-rows: repeat(5, 1fr); }

.u-d-grid--cols-6 {
  grid-template-columns: repeat(6, 1fr); }

.u-d-grid--rows-6 {
  grid-template-rows: repeat(6, 1fr); }

@media (min-width: 0) {
  .u-d-grid--cols-xs-2 {
    grid-template-columns: repeat(2, 1fr); }
  .u-d-grid--rows-xs-2 {
    grid-template-rows: repeat(2, 1fr); }
  .u-d-grid--cols-xs-3 {
    grid-template-columns: repeat(3, 1fr); }
  .u-d-grid--rows-xs-3 {
    grid-template-rows: repeat(3, 1fr); }
  .u-d-grid--cols-xs-4 {
    grid-template-columns: repeat(4, 1fr); }
  .u-d-grid--rows-xs-4 {
    grid-template-rows: repeat(4, 1fr); }
  .u-d-grid--cols-xs-5 {
    grid-template-columns: repeat(5, 1fr); }
  .u-d-grid--rows-xs-5 {
    grid-template-rows: repeat(5, 1fr); }
  .u-d-grid--cols-xs-6 {
    grid-template-columns: repeat(6, 1fr); }
  .u-d-grid--rows-xs-6 {
    grid-template-rows: repeat(6, 1fr); } }

@media (min-width: 576px) {
  .u-d-grid--cols-sm-2 {
    grid-template-columns: repeat(2, 1fr); }
  .u-d-grid--rows-sm-2 {
    grid-template-rows: repeat(2, 1fr); }
  .u-d-grid--cols-sm-3 {
    grid-template-columns: repeat(3, 1fr); }
  .u-d-grid--rows-sm-3 {
    grid-template-rows: repeat(3, 1fr); }
  .u-d-grid--cols-sm-4 {
    grid-template-columns: repeat(4, 1fr); }
  .u-d-grid--rows-sm-4 {
    grid-template-rows: repeat(4, 1fr); }
  .u-d-grid--cols-sm-5 {
    grid-template-columns: repeat(5, 1fr); }
  .u-d-grid--rows-sm-5 {
    grid-template-rows: repeat(5, 1fr); }
  .u-d-grid--cols-sm-6 {
    grid-template-columns: repeat(6, 1fr); }
  .u-d-grid--rows-sm-6 {
    grid-template-rows: repeat(6, 1fr); } }

@media (min-width: 768px) {
  .u-d-grid--cols-md-2 {
    grid-template-columns: repeat(2, 1fr); }
  .u-d-grid--rows-md-2 {
    grid-template-rows: repeat(2, 1fr); }
  .u-d-grid--cols-md-3 {
    grid-template-columns: repeat(3, 1fr); }
  .u-d-grid--rows-md-3 {
    grid-template-rows: repeat(3, 1fr); }
  .u-d-grid--cols-md-4 {
    grid-template-columns: repeat(4, 1fr); }
  .u-d-grid--rows-md-4 {
    grid-template-rows: repeat(4, 1fr); }
  .u-d-grid--cols-md-5 {
    grid-template-columns: repeat(5, 1fr); }
  .u-d-grid--rows-md-5 {
    grid-template-rows: repeat(5, 1fr); }
  .u-d-grid--cols-md-6 {
    grid-template-columns: repeat(6, 1fr); }
  .u-d-grid--rows-md-6 {
    grid-template-rows: repeat(6, 1fr); } }

@media (min-width: 992px) {
  .u-d-grid--cols-lg-2 {
    grid-template-columns: repeat(2, 1fr); }
  .u-d-grid--rows-lg-2 {
    grid-template-rows: repeat(2, 1fr); }
  .u-d-grid--cols-lg-3 {
    grid-template-columns: repeat(3, 1fr); }
  .u-d-grid--rows-lg-3 {
    grid-template-rows: repeat(3, 1fr); }
  .u-d-grid--cols-lg-4 {
    grid-template-columns: repeat(4, 1fr); }
  .u-d-grid--rows-lg-4 {
    grid-template-rows: repeat(4, 1fr); }
  .u-d-grid--cols-lg-5 {
    grid-template-columns: repeat(5, 1fr); }
  .u-d-grid--rows-lg-5 {
    grid-template-rows: repeat(5, 1fr); }
  .u-d-grid--cols-lg-6 {
    grid-template-columns: repeat(6, 1fr); }
  .u-d-grid--rows-lg-6 {
    grid-template-rows: repeat(6, 1fr); } }

@media (min-width: 1200px) {
  .u-d-grid--cols-xl-2 {
    grid-template-columns: repeat(2, 1fr); }
  .u-d-grid--rows-xl-2 {
    grid-template-rows: repeat(2, 1fr); }
  .u-d-grid--cols-xl-3 {
    grid-template-columns: repeat(3, 1fr); }
  .u-d-grid--rows-xl-3 {
    grid-template-rows: repeat(3, 1fr); }
  .u-d-grid--cols-xl-4 {
    grid-template-columns: repeat(4, 1fr); }
  .u-d-grid--rows-xl-4 {
    grid-template-rows: repeat(4, 1fr); }
  .u-d-grid--cols-xl-5 {
    grid-template-columns: repeat(5, 1fr); }
  .u-d-grid--rows-xl-5 {
    grid-template-rows: repeat(5, 1fr); }
  .u-d-grid--cols-xl-6 {
    grid-template-columns: repeat(6, 1fr); }
  .u-d-grid--rows-xl-6 {
    grid-template-rows: repeat(6, 1fr); } }

@media (min-width: 1400px) {
  .u-d-grid--cols-2xl-2 {
    grid-template-columns: repeat(2, 1fr); }
  .u-d-grid--rows-2xl-2 {
    grid-template-rows: repeat(2, 1fr); }
  .u-d-grid--cols-2xl-3 {
    grid-template-columns: repeat(3, 1fr); }
  .u-d-grid--rows-2xl-3 {
    grid-template-rows: repeat(3, 1fr); }
  .u-d-grid--cols-2xl-4 {
    grid-template-columns: repeat(4, 1fr); }
  .u-d-grid--rows-2xl-4 {
    grid-template-rows: repeat(4, 1fr); }
  .u-d-grid--cols-2xl-5 {
    grid-template-columns: repeat(5, 1fr); }
  .u-d-grid--rows-2xl-5 {
    grid-template-rows: repeat(5, 1fr); }
  .u-d-grid--cols-2xl-6 {
    grid-template-columns: repeat(6, 1fr); }
  .u-d-grid--rows-2xl-6 {
    grid-template-rows: repeat(6, 1fr); } }

@media (min-width: 1600px) {
  .u-d-grid--cols-3xl-2 {
    grid-template-columns: repeat(2, 1fr); }
  .u-d-grid--rows-3xl-2 {
    grid-template-rows: repeat(2, 1fr); }
  .u-d-grid--cols-3xl-3 {
    grid-template-columns: repeat(3, 1fr); }
  .u-d-grid--rows-3xl-3 {
    grid-template-rows: repeat(3, 1fr); }
  .u-d-grid--cols-3xl-4 {
    grid-template-columns: repeat(4, 1fr); }
  .u-d-grid--rows-3xl-4 {
    grid-template-rows: repeat(4, 1fr); }
  .u-d-grid--cols-3xl-5 {
    grid-template-columns: repeat(5, 1fr); }
  .u-d-grid--rows-3xl-5 {
    grid-template-rows: repeat(5, 1fr); }
  .u-d-grid--cols-3xl-6 {
    grid-template-columns: repeat(6, 1fr); }
  .u-d-grid--rows-3xl-6 {
    grid-template-rows: repeat(6, 1fr); } }

@media (min-width: 1920px) {
  .u-d-grid--cols-4xl-2 {
    grid-template-columns: repeat(2, 1fr); }
  .u-d-grid--rows-4xl-2 {
    grid-template-rows: repeat(2, 1fr); }
  .u-d-grid--cols-4xl-3 {
    grid-template-columns: repeat(3, 1fr); }
  .u-d-grid--rows-4xl-3 {
    grid-template-rows: repeat(3, 1fr); }
  .u-d-grid--cols-4xl-4 {
    grid-template-columns: repeat(4, 1fr); }
  .u-d-grid--rows-4xl-4 {
    grid-template-rows: repeat(4, 1fr); }
  .u-d-grid--cols-4xl-5 {
    grid-template-columns: repeat(5, 1fr); }
  .u-d-grid--rows-4xl-5 {
    grid-template-rows: repeat(5, 1fr); }
  .u-d-grid--cols-4xl-6 {
    grid-template-columns: repeat(6, 1fr); }
  .u-d-grid--rows-4xl-6 {
    grid-template-rows: repeat(6, 1fr); } }

.u-d-grid--justify-start {
  justify-items: start; }

.u-d-grid--align-start {
  align-items: start; }

.u-d-grid--justify-end {
  justify-items: end; }

.u-d-grid--align-end {
  align-items: end; }

.u-d-grid--justify-center {
  justify-items: center; }

.u-d-grid--align-center {
  align-items: center; }

.u-d-grid--justify-stretch {
  justify-items: stretch; }

.u-d-grid--align-stretch {
  align-items: stretch; }

.u-d-grid--justify-content-start {
  justify-content: start; }

.u-d-grid--align-content-start {
  align-content: start; }

.u-d-grid--justify-content-end {
  justify-content: end; }

.u-d-grid--align-content-end {
  align-content: end; }

.u-d-grid--justify-content-center {
  justify-content: center; }

.u-d-grid--align-content-center {
  align-content: center; }

.u-d-grid--justify-content-space-between {
  justify-content: space-between; }

.u-d-grid--align-content-space-between {
  align-content: space-between; }

.u-d-grid--justify-content-space-around {
  justify-content: space-around; }

.u-d-grid--align-content-space-around {
  align-content: space-around; }

.u-d-grid--justify-content-space-evenly {
  justify-content: space-evenly; }

.u-d-grid--align-content-space-evenly {
  align-content: space-evenly; }

.u-d-grid--auto-flow-row {
  grid-auto-flow: row; }

.u-d-grid--auto-flow-column {
  grid-auto-flow: column; }

.u-d-grid--auto-flow-dense {
  grid-auto-flow: dense; }

.u-d-grid--auto-flow-row dense {
  grid-auto-flow: row dense; }

.u-d-grid--auto-flow-column dense {
  grid-auto-flow: column dense; }
