:root {
  --bs-red: #BE0F34;
  --bs-purple: #7B0051;
  --bs-gray: #44463E;
  --bs-black: #000000;
  --bs-dark-grey: #2E2E27;
  --bs-dark-blue: #39428F;
  --bs-dark-green: #2D6944;
  --bs-light-green: #DEEFE3;
  --bs-light-blue: #DBEBF0;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #BE0F34;
  --bs-secondary: #000000;
  --bs-success: #7952b3;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #BE0F34;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 190, 15, 52;
  --bs-secondary-rgb: 0, 0, 0;
  --bs-success-rgb: 121, 82, 179;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 190, 15, 52;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 0, 0, 0;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "myriad-pro", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #000000;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #E5E5E5;
  --bs-border-color-translucent: rgba(0, 0, 0, .175);
  --bs-border-radius: .4rem;
  --bs-border-radius-sm: .25rem;
  --bs-border-radius-lg: .5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #000000;
  --bs-link-hover-color: black;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd ;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family) !important;
  font-size: var(--bs-body-font-size) !important;
  font-weight: var(--bs-body-font-weight) !important;
  line-height: var(--bs-body-line-height) !important;
  color: var(--bs-body-color) !important;
  text-align: var(--bs-body-text-align) !important;
  background-color: var(--bs-body-bg) !important;
  -webkit-text-size-adjust: 100% !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-family: myriad-pro, system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Noto Sans, Liberation Sans, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  font-weight: 700;
  line-height: 1.25;
  color: #000;
}

.h1,
h1 {
  font-size: clamp(3.75rem, 2.4296rem + 5.6338vw, 7.5rem);
}

.h2,
h2 {
  font-size: clamp(1.5625rem, 1.4965rem + 0.2817vw, 1.75rem);
}

.h3,
h3 {
  font-size: clamp(1.4375rem, 1.3935rem + 0.1878vw, 1.5625rem);
  font-weight: 500;
}

.h4,
h4 {
  font-size: clamp(1.25rem, 1.206rem + 0.1878vw, 1.375rem);
}

.h5,
h5 {
  font-size: clamp(1rem, 0.9545rem + 0.2273vw, 1.125rem);
}

.h6,
h6 {
  font-size: 0.75rem;
}

.display-4 {
  font-size: clamp(2.4375rem, 0.8433rem + 2.5352vw, 3.125rem);
  font-family: din-condensed, sans-serif;
  font-weight: 700;
  line-height: 0.8;
  text-transform: uppercase;
}

.display-5 {
  font-size: clamp(1.4375rem, 0.8433rem + 2.5352vw, 3.125rem);
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  line-height: 0.8;
}

.display-6 {
  font-size: clamp(1rem, 0.6479rem + 1.5023vw, 2rem);
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  line-height: 0.8;
}

p {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}

a:hover {
  color: var(--bs-link-hover-color);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a:focus {
  outline-offset: 2px;
}

nav a:focus,
a:focus,
button:focus,
.btn:focus {
  outline: 2px dotted #000000;
}

.usw-banner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  padding-right: 1.563rem;
  /* background-color:#ccc; */
}

/* Small gap at right  */
@media (min-width: 1200px) {
  .usw-banner {
    padding-right: 3.125rem;
  }
}
/* Right aligns the menu and search icon into middle of container */
.usw-banner__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.usw-banner__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.usw-banner__logo {
  position: relative;
  width: 7.5rem;
  height: 7.5rem;
  margin-right: auto;
}
.usw-banner__logo a {
  display: block;
  height: 100%;
  outline-color: #fff;
}
.usw-banner__logo .sr-only {
  filter: contrast(1);
}
.usw-banner__logo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-bottom-right-radius: 2.625rem;
}
.usw-banner__logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain; /* Ensures the image scales correctly */
}
@media (min-width: 1200px) {
  .usw-banner__logo {
    width: 8.75rem;
    height: 8.75rem;
  }
  .usw-banner__logo::before {
    border-bottom-right-radius: 3.125rem;
  }
}

.banner--invert .usw-banner__logo {
  border-bottom-right-radius: 2.625rem;
}
@media (min-width: 1200px) {
  .banner--invert .usw-banner__logo {
    border-bottom-right-radius: 3.125rem;
  }
}

.usw-banner__logo {
  position: relative;
  width: 7.5rem;
  height: 7.5rem;
  margin-right: auto;
}
.usw-banner__logo a {
  display: block;
  height: 100%;
  outline-color: #fff;
}
.usw-banner__logo .sr-only {
  filter: contrast(1);
}
.usw-banner__logo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-bottom-right-radius: 2.625rem;
}
.usw-banner__logo svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #be0f34;
}
@media (min-width: 1200px) {
  .usw-banner__logo {
    width: 8.75rem;
    height: 8.75rem;
  }
  .usw-banner__logo::before {
    border-bottom-right-radius: 3.125rem;
  }
}

.banner--invert .usw-banner__logo {
  border-bottom-right-radius: 2.625rem;
}
@media (min-width: 1200px) {
  .banner--invert .usw-banner__logo {
    border-bottom-right-radius: 3.125rem;
  }
}

.usw-banner__quick-links li:not(:last-child) {
  margin-bottom: 2px;
}
.usw-banner__quick-links li a {
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.14;
}
.usw-banner__quick-links li a:hover, .usw-banner__quick-links li a:focus {
  text-decoration: underline;
  text-underline-offset: 0.25rem;
  text-decoration-thickness: 2px;
}
@media (min-width: 992px) {
  .usw-banner__quick-links li a:hover, .usw-banner__quick-links li a:focus {
    text-underline-offset: 0.25rem;
  }
}
@media (max-width: 1199.98px) {
  .usw-banner__quick-links {
    display: none;
  }
}
@media (min-width: 1200px) {
  .usw-banner__quick-links {
    display: flex;
    margin-bottom: 0;
  }
  .usw-banner__quick-links li:not(:last-child) {
    margin-right: 1.25rem;
    margin-bottom: 0;
  }
}

.nav__inner .usw-banner__quick-links {
  display: block;
  width: 100%;
  margin-bottom: 2.5rem;
}
.nav__inner .usw-banner__quick-links li a {
  color: #fff;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .nav__inner .usw-banner__quick-links {
    padding-top: 6.25rem;
    margin-bottom: 0.625rem;
  }
  .nav__inner .usw-banner__quick-links + *,
  .nav__inner .usw-banner__quick-links + * + * {
    padding-top: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .nav__inner .usw-banner__quick-links {
    display: none;
  }
}

@media (min-width: 1200px) {
  .usw-banner--invert .usw-banner__quick-links a {
    color: #fff;
  }
  .usw-banner--invert .usw-banner__quick-links a:focus {
    outline-color: #fff;
  }
}
.usw-banner__quick-links .language-switcher a {
  font-weight: 500;
}

@media (min-width: 1200px) {
  .usw-banner__menu-toggle {
    display: none;
  }
  .usw-banner__search-toggle {
    margin-left: 1rem !important;
  }
}
.usw-banner__menu-toggle,
.usw-banner__search-toggle {
  position: relative;
  padding: 0.5rem;
  border: none;
  color: #FFF;
  font-size: 1.563rem;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.usw-banner__menu-toggle:hover,
.usw-banner__search-toggle:hover {
  color: #FFF;
}
.usw-banner__menu-toggle:focus-visible,
.usw-banner__search-toggle:focus-visible {
  outline-color: #fff;
  color: #FFF;
}

.red-logo .usw-banner__menu-toggle:focus-visible,
.red-logo .usw-banner__search-toggle:focus-visible {
  outline-color: #000;
}

.usw-banner__menu-toggle {
  margin-right: 0.313rem;
}
@media (min-width: 1200px) {
  .usw-banner__menu-toggle {
    margin-left: 2.5rem;
  }
}

.usw-banner__search-toggle svg {
  width: 1.563rem;
  height: 1.5rem;
}

@media (min-width: 992px) {
  .banner--split .usw-banner__menu-toggle:focus-visible,
  .banner--split .usw-banner__search-toggle:focus-visible {
    outline-color: #000;
  }
}
.inner {
  margin-left: auto;
  margin-right: auto;
  width: 82%;
  max-width: 1600px;
}

@media (max-width: 991.98px) {
  .usw-masthead-media-inner .usw-masthead__text:last-child {
    margin-bottom: 0;
  }
}
.usw-masthead.bg-red:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 1;
}

.bg-red {
  background-color: #be0f34;
}

.invert {
  color: #fff;
}

.invert h6,
.invert .h6,
.invert h5,
.invert .h5,
.invert h4,
.invert .h4,
.invert h3,
.invert .h3,
.invert h2,
.invert .general-content p:first-child strong,
.general-content p:first-child .invert strong,
.invert .h2,
.invert h1,
.invert .h1,
.invert a:not(.btn) {
  color: #fff;
}

.usw-masthead__inner {
  padding-top: 11.875rem;
  padding-bottom: 1rem;
}

@media (min-width: 992px) {
  .usw-masthead__inner {
    padding-top: 11.563rem;
    padding-bottom: 1rem;
  }
}
.usw-masthead__text {
  z-index: 2;
}

@media (max-width: 991.98px) {
  .usw-masthead__text {
    margin-bottom: 3.125rem;
  }
  .usw-masthead-media-inner .usw-masthead__text:last-child {
    margin-bottom: 0;
  }
}
.display-3 {
  font-size: clamp(3.75rem, 2.4296rem + 5.6338vw, 7.5rem);
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  line-height: 0.8;
}

.display-3 {
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

@media screen and (min-width: 1919px) {
  .display-3 {
    font-size: 8.75rem;
  }
}
.usw-banner__breadcrumbs {
  display: flex;
  align-items: center;
  position: absolute;
  left: calc(100% + 1.875rem);
  width: 40vw;
  height: 100%;
}

[class^=usw-masthead] .usw-banner__breadcrumbs {
  position: relative;
  left: 0;
  height: auto;
  margin-bottom: 1.25rem;
  width: 100%;
}

.usw-banner__breadcrumbs a {
  text-decoration-color: transparent;
  color: #fff;
}

.usw-banner__breadcrumbs a:focus {
  outline: 2px dotted #FFF;
}

.usw-banner__breadcrumbs ul {
  display: flex;
}

.usw-banner__breadcrumbs ul li {
  display: flex;
  align-items: center;
  position: relative;
}

.usw-banner__breadcrumbs ul li a {
  position: relative;
  text-transform: capitalize;
  display: inline;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 600;
  z-index: 2;
  color: #000;
  filter: contrast(1);
}

.usw-banner__breadcrumbs ul li a:hover {
  text-decoration-color: #000;
  text-decoration-thickness: 1px;
}

[class^=usw-masthead].invert .usw-banner__breadcrumbs ul li a:hover {
  text-decoration-color: #fff;
}

@media (min-width: 992px) {
  .usw-banner__breadcrumbs ul li a {
    font-size: 0.875rem;
  }
}
.usw-banner__breadcrumbs ul li:last-child a {
  font-weight: 400;
}

.usw-banner__breadcrumbs ul li:not(:last-child) {
  margin-right: 0.75rem;
  padding-right: 0.75rem;
}

.usw-banner__breadcrumbs ul li:not(:last-child):after {
  content: "";
  position: absolute;
  right: -4px;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml,<svg width="6" height="9" viewBox="0 0 6 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.56631 1.00738L1.56638 1.00732L1.56321 1.0044C1.40787 0.861601 1.16628 0.865776 1.01607 1.01395L1.01607 1.01395C0.865195 1.1628 0.860817 1.40342 1.00639 1.55753L1.00635 1.55757L1.00886 1.56005L4.07845 4.58834L1.01014 7.50939L1.01004 7.50929L1.00639 7.51315C0.860825 7.66726 0.865189 7.90787 1.01607 8.05673L1.01607 8.05673C1.16626 8.2049 1.40787 8.20909 1.56321 8.06628L1.56324 8.06631L1.56519 8.0644L5.06966 4.66137L5.14239 4.59074L5.07078 4.51899L1.56631 1.00738Z" fill="black" stroke="black" stroke-width="0.2"/></svg>');
  background-size: 6px;
  background-repeat: no-repeat;
  background-position: right center;
}

[class^=usw-masthead].invert .usw-banner__breadcrumbs ul li:not(:last-child):after {
  background-image: url('data:image/svg+xml,<svg width="6" height="9" viewBox="0 0 6 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.56631 1.00738L1.56638 1.00732L1.56321 1.0044C1.40787 0.861601 1.16628 0.865776 1.01607 1.01395L1.01607 1.01395C0.865195 1.1628 0.860817 1.40342 1.00639 1.55753L1.00635 1.55757L1.00886 1.56005L4.07845 4.58834L1.01014 7.50939L1.01004 7.50929L1.00639 7.51315C0.860825 7.66726 0.865189 7.90787 1.01607 8.05673L1.01607 8.05673C1.16626 8.2049 1.40787 8.20909 1.56321 8.06628L1.56324 8.06631L1.56519 8.0644L5.06966 4.66137L5.14239 4.59074L5.07078 4.51899L1.56631 1.00738Z" fill="white" stroke="white" stroke-width="0.2"/></svg>');
}

@media (min-width: 992px) {
  .usw-banner__breadcrumbs ul li:not(:last-child):after {
    background-size: 7px;
  }
}
@media (max-width: 575.98px) {
  .usw-banner__breadcrumbs {
    left: 1.25rem;
    top: calc(100% + 1.25rem);
    bottom: auto;
    height: auto;
  }
  [class^=usw-masthead] .usw-banner__breadcrumbs {
    left: 0;
    top: 0;
  }
}
.usw-nav__header {
  width: 100%;
  position: absolute;
  top: 1.438rem;
  z-index: 1001;
}

@media (min-width: 1200px) {
  .usw-nav__header {
    top: 2.5rem;
  }
}
.usw-nav__header .btn-close {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/></svg>");
}

.usw-nav__header .btn-close:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.2509803922);
}

.usw-nav__header .btn-close.dropdown-open {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23032436'><path d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/></svg>");
}

@media (min-width: 1400px) {
  .usw-nav__header .usw-nav__inner {
    width: 82%;
  }
}
.usw-nav__inner {
  margin-left: auto;
  margin-right: auto;
  width: 82%;
}

@media (min-width: 1400px) {
  .usw-nav__inner {
    width: 75%;
  }
}
.usw-nav__primary {
  padding-top: 6.25rem;
  padding-bottom: 5rem;
  background-color: #000;
}

@media (min-width: 992px) {
  .usw-nav__primary {
    display: flex;
    flex: 1;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .usw-nav__primary .usw-nav__inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .usw-nav__links {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    width: 100%;
  }
}
.usw-nav-menu {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .usw-nav-menu:hover .usw-nav-menu__item button {
    opacity: 0.65;
  }
  .usw-nav-menu:hover .usw-nav-menu__item button.show,
  .usw-nav-menu:hover .usw-nav-menu__item button:hover,
  .usw-nav-menu:hover .usw-nav-menu__item button.show:hover {
    opacity: 1;
  }
}
.usw-nav-menu ul {
  list-style: none;
  padding-left: 0;
}

.usw-nav-menu__item {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  max-width: 27.563rem;
}

.usw-nav-menu__item:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1919px) {
  .usw-nav-menu__item {
    max-width: 29.563rem;
  }
}
.usw-nav-menu button {
  display: block;
  padding: 0;
  background-color: transparent;
  border: 0;
  font-size: clamp(2.75rem, 1.9577rem + 3.3803vw, 5rem);
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  line-height: 77%;
  letter-spacing: -0.02em;
  color: #fff;
  box-shadow: none;
  text-decoration-color: transparent;
  text-transform: uppercase;
}

.usw-nav-menu button:focus {
  outline-color: #fff;
}

@media (min-width: 992px) {
  .usw-nav-menu button {
    transition: opacity 0.3s;
  }
}
.usw-nav-menu button:after {
  content: none;
}

@media screen and (min-width: 1919px) {
  .usw-nav-menu button {
    font-size: 6.25rem;
  }
}
.usw-nav-menu a {
  display: block;
  padding: 0;
  background-color: transparent;
  border: 0;
  font-size: clamp(2.75rem, 1.9577rem + 3.3803vw, 5rem);
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  line-height: 77%;
  letter-spacing: -0.02em;
  color: #fff;
  box-shadow: none;
  text-decoration-color: transparent;
  text-transform: uppercase;
}

.usw-nav-menu__item {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  max-width: 100%;
}

.offcanvas,
.offcanvas-xxl,
.offcanvas-xl,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 100%;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 0;
  --bs-offcanvas-padding-y: 0;
  --bs-offcanvas-color: #FFF;
  --bs-offcanvas-bg: #000;
  --bs-offcanvas-border-width: 0;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 ;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: transform 0.65s ease-in-out;
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translate(-100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translate(100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.showing,
  .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.showing,
  .offcanvas-sm.hiding,
  .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: transform 0.65s ease-in-out;
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translate(-100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translate(100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.showing,
  .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.showing,
  .offcanvas-md.hiding,
  .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: transform 0.65s ease-in-out;
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translate(-100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translate(100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.showing,
  .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.showing,
  .offcanvas-lg.hiding,
  .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: transform 0.65s ease-in-out;
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translate(-100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translate(100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.showing,
  .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.showing,
  .offcanvas-xl.hiding,
  .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: transform 0.65s ease-in-out;
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translate(-100%);
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translate(100%);
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.showing,
  .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.showing,
  .offcanvas-xxl.hiding,
  .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  box-shadow: var(--bs-offcanvas-box-shadow);
  transition: transform 0.65s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translate(-100%);
}

.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translate(100%);
}

.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}

.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}

.offcanvas.showing,
.offcanvas.show:not(.hiding) {
  transform: none;
}

.offcanvas.showing,
.offcanvas.hiding,
.offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.offcanvas-backdrop.fade {
  opacity: 0;
}

.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1;
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.text-reset {
  --bs-text-opacity: 1;
  color: #FFF !important;
}

.btn-close {
  box-sizing: content-box;
  width: 1.625rem;
  height: 1.625rem;
  padding: 0.25em;
  color: #39428f;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2339428F'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1.625rem auto no-repeat;
  border: 0;
  border-radius: 0.4rem;
  opacity: 1;
}

.btn-close:hover {
  color: #39428f;
  text-decoration: none;
  opacity: 0.75;
}

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(57, 66, 143, 0.2509803922);
  opacity: 1;
}

.btn-close:disabled,
.btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.usw-site-footer {
  position: relative;
  padding: 2.5rem 0 4rem;
  margin-top: 5rem;
}

.usw-site-footer a {
  display: flex;
  color: inherit;
}

.usw-site-footer a.usw-site-footer__reveal {
  color: #fff;
}

.usw-site-footer.active {
  background: #000000;
  color: #fff;
}

.usw-site-footer.active a:focus,
.usw-site-footer.active button:focus,
.usw-site-footer.active .btn:focus {
  outline-color: #fff;
}

@media (min-width: 992px) {
  .usw-site-footer {
    padding: 4.375rem 0 6.25rem;
  }
}
.usw-site-footer__wrapper {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .usw-site-footer__wrapper {
    flex-wrap: nowrap;
  }
}
.usw-site-footer__leg nav a,
.usw-site-footer__leg p {
  display: flex;
  font-size: 1rem;
  letter-spacing: -0.02em;
  text-decoration-color: transparent;
  line-height: 112%;
  color: inherit;
}

.usw-site-footer__leg p {
  margin-bottom: 0;
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  .usw-site-footer__leg p {
    margin-top: 0;
    justify-content: end;
  }
}
.usw-site-footer__leg--img {
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 9.063rem;
  margin-top: 1.875rem;
}

@media (min-width: 768px) {
  .usw-site-footer__leg--img {
    margin-left: auto;
    margin-top: 0;
  }
}
.usw-site-footer__leg .usw-site-footer__nav {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}

.usw-site-footer__leg .usw-site-footer__nav li:not(:first-child) {
  margin-top: 0.5rem;
}

@media (min-width: 992px) {
  .usw-site-footer__leg .usw-site-footer__nav li:not(:first-child) {
    margin-left: 1.25rem;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .usw-site-footer__leg .usw-site-footer__nav li:not(:first-child) {
    margin-left: 3.125rem;
  }
}
.usw-site-footer__leg .usw-site-footer__nav a {
  text-decoration-color: transparent;
}

.usw-site-footer__leg .usw-site-footer__nav a:hover {
  text-decoration-color: inherit;
}

.usw-site-footer__leg .usw-site-footer__nav + p {
  margin-top: 1.875rem;
  justify-content: flex-start;
}

@media (min-width: 992px) {
  .usw-site-footer__leg .usw-site-footer__nav + p {
    margin-top: 5rem;
  }
}
@media (min-width: 992px) {
  .usw-site-footer__leg .usw-site-footer__nav {
    flex-direction: row;
    align-items: center;
  }
}
.usw-site-footer__socials {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: flex-end;
}

.usw-site-footer__socials .h6 {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 123%;
  font-family: myriad-pro, system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Noto Sans, Liberation Sans, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  letter-spacing: -0.02em;
  margin-bottom: 1.25rem;
  color: inherit;
}

@media (min-width: 768px) {
  .usw-site-footer__socials .h6 {
    margin-right: 1.875rem;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .usw-site-footer__socials .h6 {
    font-size: 1.625rem;
  }
}
.usw-site-footer__socials ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.usw-site-footer__socials ul li {
  display: flex;
  align-items: center;
}

.usw-site-footer__socials ul li a {
  display: flex;
  padding: 10px 1px;
  font-size: 1.2rem;
  text-decoration: none;
}

.usw-site-footer__socials ul li a:hover {
  color: #be0f34;
}

.usw-site-footer__socials ul li:not(:first-child) {
  margin-left: 1.25rem;
}

@media (min-width: 768px) {
  .usw-site-footer__socials {
    flex-direction: row;
  }
}
.home-page-section .card {
  border-color: #000000;
  border-width: 2px;
  position: relative;
}

.card {
  border-radius: 0;
}

.btn-primary {
  background-color: #000;
  letter-spacing: 0.08em;
  font-size: 1rem;
  border-radius: 0;
  font-weight: 600;
  margin: 0 1.25rem 1.25rem 0;
  border: 2px solid #000000;
  text-transform: uppercase;
  text-underline-offset: 4px;
  letter-spacing: 0.08em;
  color: #FFF;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #000;
  border: 2px solid #000000;
  color: #FFF;
  text-decoration: underline;
  text-decoration-color: #FFF;
  text-decoration-thickness: 2px;
}

.card .btn-primary {
  position: relative;
  bottom: 0;
}
@media (min-width: 768px) {
  .card .btn-primary {
    position: absolute;
  }
}

.btn-default {
  background-color: #FFF;
  letter-spacing: 0.08em;
  font-size: 1rem;
  border-radius: 0;
  font-weight: 600;
  margin: 0 1.25rem 1.25rem 0;
  border: 2px solid #000000;
  text-transform: uppercase;
  text-underline-offset: 4px;
  letter-spacing: 0.08em;
  color: #000;
}
.btn-default:hover, .btn-default:focus {
  background-color: #fff;
  border: 2px solid #000000;
  color: #000;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.nav-link {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 1.1rem;
  margin: 0 1.25rem 1.25rem 0;
  font-weight: 700;
}

legend {
  border: 0px;
}

label {
  margin-top: 0;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  font-family: myriad-pro, system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Noto Sans, Liberation Sans, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  font-weight: 600;
  line-height: 1.25;
  font-size: 1rem;
}

.input-group-addon,
.input-group-addon.active {
  font-size: 1.9rem;
  border: 0.125rem solid #000000;
}
.input-group-addon:focus,
.input-group-addon.active:focus {
  outline: 0.125rem dotted #000000;
  outline-offset: 0.125rem;
  border-color: #000;
  box-shadow: none;
}

.iconBorder {
  border: none;
}

.form-control,
select {
  padding: 0.875rem 1.125rem;
  border: 0.125rem solid #000000;
  border-radius: 0;
  text-decoration-color: transparent;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.08em;
  font-size: 1rem;
}
.form-control:focus,
select:focus {
  outline: 0.125rem dotted #000000;
  outline-offset: 0.125rem;
  border-color: #000;
  box-shadow: none;
}

input.form-control {
  padding: 0.875rem 1.125rem;
  border: 0.125rem solid #000000;
  border-radius: 0;
  text-decoration-color: transparent;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.08em;
  font-size: 1rem;
}
input.form-control:focus {
  outline: 0.125rem dotted #000000;
  outline-offset: 0.125rem;
  border-color: #000;
  box-shadow: none;
}

.crmEntityFormView .cell {
  padding: 20px 20px 0 0;
}

.login-heading-section {
  margin-top: 1rem;
}

.event-selection select {
  margin: 5px 0;
  padding: 0.875rem 1.125rem;
  border-radius: 3px;
}

.alert {
  border-radius: 0;
}

.application-tile, .no-bookings, .loading-applications {
  border-radius: 0px;
}

html[dir=ltr] .crmEntityFormView .cell.checkbox-cell:first-child {
  padding: 20px 20px 0 0;
}

.home-page-section .card-text {
  color: #000;
}

.col-form-label {
  text-align: left;
}
