:root {
  --primary: #0D405F;
  --warning: #f58220;
  --light: #f6f6f6;
  --cassiopeia-color-link: #f58220;
  --cassiopeia-color-hover: #c05d09;
}
.btn-warning {
  --btn-color: #fff;
  --btn-bg: #f58220;
  --btn-border-color: #f58220;
  --btn-hover-color: #fff;
  --btn-hover-bg: #e56f0a;
  --btn-hover-border-color: #d8690a;
  --btn-focus-shadow-rgb: 185,122,38;
  --btn-active-color: #fff;
  --btn-active-bg: #e56f0a;
  --btn-active-border-color: #d8690a;
  --btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  --btn-disabled-color: #fff;
  --btn-disabled-bg: #e56f0a;
  --btn-disabled-border-color: #d8690a;
}
.btn-secondary {
  border: 0;
  background-color: transparent;
}
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:hover {
  background-color: transparent !important;
}
.container-header {
  background-color: #ffffff;
  background-image: none;
  box-shadow: 0 0.1rem 0 rgba(0, 0, 0, 0.05);
}
.container-banner h2,
.container-banner .h2 {
  --cassiopeia-font-weight-headings: 400;
}
.container-header .container-nav {
  padding: 0.25rem 0.5rem;
  align-items: center;
}
.container-header .container-nav a {
  color: rgba(0, 0, 0, 0.5) !important;
  font-size: 0.8rem;
}
.container-header .container-nav a:hover,
.container-header .container-nav .active a {
  color: rgba(0, 0, 0, 0.7) !important;
}
@media (min-width: 992px) {
  .mainmenu {
    min-width: 42rem;
  }
}
div.mod-languages ul li {
  margin: 0;
  padding: 0 !important;
}
div.mod-languages ul li.lang-active {
  background-color: #f58220 !important;
}
div.mod-languages ul li:hover {
  background-color: #f6f6f6;
}
div.mod-languages ul li a {
  display: block;
}
div.mod-languages ul li.lang-active a {
  color: #ffffff;
}
.header-saas {
  width: 28rem;
}
.header-digital-funding {
  position: absolute !important;
  right: 0;
  top: 2rem;
}
.header-digital-funding img {
  width: 12rem;
}
#mod-custom391 {
  padding: 3rem 0;
  min-height: 45rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
#mod-custom391::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(67, 81, 82, 0.5);
}
#mod-custom391 > * {
  z-index: 2;
  position: relative;
}
.mod-articlesnews.products .newsflash-image {
  min-height: 20rem;
  max-height: 20rem;
}
.mod-articlesnews.products .newsflash-image img {
  height: 20rem;
}
.mod-articlesnews.products .newsflash-image ~ img {
  height: 3rem;
}
.mod-articlesnews.products p {
  padding-right: 3rem;
}
#position-solutions {
  background-image: url("../images/solutions.png");
  background-size: cover;
  background-position: center center;
}
#position-solutions h3 {
  color: #fff !important;
}
.appinfo-description .newsflash-image {
  margin-bottom: 0;
  margin-right: 0.5rem;
  width: 12rem;
}
@media(min-width: 768px) {
  .appinfo-description .newsflash-content {
    width: calc(100% - 13rem);
  }
}
.appinfo-description .newsflash-content img {
  max-height: 4rem;
}