@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --bs-border-radius: 5px;
  --bs-border-radius-lg: 5px;
  --bs-border-radius-sm: 4px;
  --bs-border-radius-xl: 8px;
}

.h2, body, h2 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
  font-weight: 400;
}

a {
  -webkit-transition-duration: 250ms;
  -moz-transition-timing-function: ease;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, time {
  display: block;
}

body {
  line-height: 1;
  color: #000;
  line-height: 1.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body, html {
  width: 100%;
  height: 100%;
  font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 2rem;
}

a, button {
  outline: 0;
}
ol.numbered,ol.numbered ol {
  counter-reset: item;
}
ol.numbered li {
  display: block;
  position: relative;
}
ol.numbered li:before {
  content: counters(item, ".")".";
  counter-increment: item;
  position: absolute;
  margin-right: 100%;
  right: 10px;
}

a[href] img {
  cursor: pointer;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin-bottom: 2rem;
}

sub, sup {
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
  vertical-align: super;
}

sub {
  bottom: -0.25em;
  vertical-align: sub;
}

img {
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, select, textarea {
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  padding: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

button[disabled], input[disabled] {
  cursor: default;
}

.toggle-nav, a {
  outline: 0;
  cursor: pointer;
}

input[type=checkbox], input[type=radio] {
  padding: 0;
  *height: 0.8125rem;
  *width: 0.8125rem;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
}

input[type=radio] {
  -webkit-appearance: radio;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

hr {
  height: 0.0625rem;
  border: 0;
}

*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizelegibility;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  display: block;
}

.h2, h2 {
  color: #1d3c70;
  font-size: 2.5rem;
  font-style: italic;
  padding: 0.5625rem 0 1.5625rem;
  font-weight: 300;
}

.web-page__content h3, .web-page__content h4, .web-page__content h5, .web-page__content h6 {
  margin-bottom: 0.5625rem;
}

a {
  text-decoration: underline;
  color: #365fd6;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

a:hover {
  text-decoration: none;
}

.web-header__menu__item a {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
}

a:hover {
  color: #30a24e;
}

.icon {
  display: inline-block;
}

img[data-lazy], img[data-src] {
  visibility: hidden;
}

.icon {
  vertical-align: middle;
  background-image: url(../images/icons-products.svg);
}

.icon__cd {
  width: 2.125rem;
  height: 2.125rem;
  background-position: -0.9375rem -19.6875rem;
}

.icon__crm {
  width: 2.125rem;
  height: 2.125rem;
  background-position: -19.6875rem -7.1875rem;
}

.icon__erp {
  width: 2.125rem;
  height: 2.125rem;
  background-position: -8.9375rem -19.6875rem;
}

.icon__idm {
  width: 2.125rem;
  height: 2.125rem;
  background-position: -24.1rem -6.98rem;
}

.icon__jk {
  width: 2.125rem;
  height: 2.125rem;
  background-position: -19.6875rem -15.1875rem;
}

.icon__ocr {
  width: 2.125rem;
  height: 2.125rem;
  background-position: -4.9375rem -19.6875rem;
}

.icon__pt {
  width: 2.125rem;
  height: 2.125rem;
  background-position: -12.9375rem -19.6875rem;
}

.icon__qms {
  width: 2.125rem;
  height: 2.125rem;
  background-position: -20.9375rem -19.6875rem;
}

.icon__dd {
  width: 2.125rem !important;
  height: 2.125rem !important;
  background-position: -486px -243px;
  margin-bottom: 18px;
}


.web-page__breadcrumb {
  font-weight: 400;
}

.js-animated {
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.no-animation .js-animated {
  opacity: 1;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  background-color: #faf6f7;
}

@media screen and (max-width: 85.3125em) {
  body {
    background-position: 50% -6.25rem;
  }
}
@media screen and (max-width: 63.9375em) {
  body {
    background-position: right -8.75rem;
    background-size: 130% auto;
  }
}
@media screen and (max-width: 49.9375em) {
  body {
    background-position: right -6.25rem;
  }
}
@media screen and (max-width: 39.9375em) {
  body {
    background-size: 160% auto;
    background-position: right -3.125rem;
  }
}
@media screen and (max-width: 29.9375em) {
  body {
    background-position: right -1.25rem;
  }
}
.box-detail, .container, .web-page__content dl {
  *zoom: 1;
}

.box-detail:after, .container:after, .web-page__content dl:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  margin: 0 auto;
  position: relative;
}

.web-header__lang img, .web-header__menu__item a {
  -o-transition-duration: 250ms;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
}

.web-page__breadcrumb {
  display: block;
  text-transform: uppercase;
  font-size: 0.6875rem;
  margin-bottom: 4.3125rem;
  color: #6c6c6c;
  font-weight: 300;
}

.web-page__content, .web-page__content p a {
  font-weight: 400;
}

.web-page__breadcrumb a, .web-page__breadcrumb p {
  display: inline-block;
  color: #6c6c6c;
  line-height: 1rem;
}

.web-page__content {
  color: #4b6ea0;
  font-size: 1.25rem;
  font-weight: 300;
}

.web-page__content p {
  padding-bottom: 1.1rem;
}

.web-page__content p a {
  font-weight: 500;
}

.web-page__content p .iwb {
  border: 4px solid white;
}

.web-page__content iframe, .web-page__content video {
  max-width: 100%;
}

.web-page__content video {
  height: auto;
}

.web-page__content iframe[src*="youtube"] {
  display: block;
  height: auto;
  aspect-ratio: 16 / 9;
}

.web-page__content td {
  padding-right: 1.5625rem;
  padding-bottom: 0.5625rem;
}

@media screen and (max-width: 47.9375em) {
  .web-page__content table {
    max-width: 100%;
  }

  .web-page__content table[style*="width"] {
    width: 100% !important;
  }

  .web-page__content th, .web-page__content td,
  .web-page__content th *, .web-page__content td * {
    overflow-wrap: anywhere !important;
  }

  .web-page__content td {
    padding-right: 0.75rem;
  }

  .web-page__content td:last-child {
    padding-right: 0;
  }
}

.web-header__menu, .web-page__content strong {
  font-weight: 400;
}

.web-page__content a {
  color: #1d3c70;
  text-decoration: underline;
}

.web-page__content a:hover {
  text-decoration: none;
}

.web-page__content strong {
  font-weight: 500;
}

.web-page__content ul {
  display: block;
  list-style: none;
  padding-top:0.35rem;
  padding-bottom:0.9rem;
}
.web-page__content ol {
  padding-top:0.35rem;
  padding-bottom:0.9rem;
}

.web-page__content p + ul,
.web-page__content p + ol {
  padding-top: 0.15rem;
}

.web-page__content h2 + ul,
.web-page__content h2 + ol,
.web-page__content h3 + ul,
.web-page__content h3 + ol,
.web-page__content h4 + ul,
.web-page__content h4 + ol {
  padding-top: 0.2rem;
}

.web-page__content ul ul,
.web-page__content ul ol,
.web-page__content ol ul,
.web-page__content ol ol {
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}

.web-page__content ul.styled li {
  color: #626262;
}

.web-page__content ul.styled li:before {
  background-color: #4B6EA0;
}

.web-page__content ul li {
  position: relative;
  padding-left: 28px;
}

.web-page__content ul li:before {
  display: block;
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0;
  width: 1.0625rem;
  height: 1.0625rem;
  border: 0.0625rem solid #4B6EA0;
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  border-radius: 1.25rem;
}

.web-page__content ul.two-columns {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-gap: 4.375rem;
  -webkit-column-gap: 4.375rem;
  -moz-column-gap: 4.375rem;
}

.web-page__content dl {
  padding-bottom: 1.5625rem;
}

.web-page__content dl dt {
  float: left;
  width: 15rem;
  clear: left;
}

.web-page__content dl dd {
  margin-left: 15.625rem;
}

@media screen and (max-width: 30em) {
  .web-page__content dl dt {
    float: none;
    width: auto;
  }
  .web-page__content dl dd {
    margin-left: 0;
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 37.5em) {
  .web-page__content p,
  .web-page__content ol li,
  .web-page__content th,
  .web-page__content td,
  .web-page__content dt,
  .web-page__content dd {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .web-page__content h2 {
    font-size: 1.875rem;
    line-height: 1.2;
  }
}
.web-header {
  display: block;
  width: 100%;
  padding-top: 3rem;
  height: 21.375rem;
}

.web-header__lang {
  float: right;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  position: relative;
  margin-left: 1.25rem;
  line-height: 38px;
}

.web-header__lang img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  max-width: 100%;
  max-height: 100%;
  -webkit-box-shadow: 0 0 0.3875rem 0.05rem #97BFD8;
  -moz-box-shadow: 0 0 0.3875rem 0.05rem #97BFD8;
  box-shadow: 0 0 0.3875rem 0.05rem #97BFD8;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 250ms;
  -moz-transition-duration: 250ms;
  transition-duration: 250ms;
  transition-timing-function: ease;
}

.web-header__lang:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

@media screen and (max-width: 64.9375em) {
  .web-header__lang {
    margin-right: 3.75rem;
    margin-left: 0;
  }
}
@media screen and (max-width: 85.3125em) {
  .web-header {
    padding-top: 1.875rem;
    background-size: 120% auto;
  }
}
@media screen and (max-width: 63.9375em) {
  .web-header {
    padding-top: 1.875rem;
    background-size: auto 9.375rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .web-header {
    padding-top: 1.25rem;
    background-size: auto 8.125rem;
    background-position: 60% 0;
  }
}
.web-header__logo {
  display: block;
  float: left;
  width: 11.875rem;
  height: 2.375rem;
  margin-left: 3rem;
  background: url(../images/logo-header-mobile.svg) top center no-repeat;
}

@media screen and (max-width: 80em) {
  .web-header__logo {
    margin-left: 1.25rem;
  }
}
@media screen and (max-width: 30em) {
  .web-header__lang {
    margin-right: 3.125rem;
  }
  .web-header__logo {
    margin-left: -0.5rem;
  }
}
.web-header__menu {
  display: block;
  float: right;
  font-size: 0;
  font-weight: 300;
}

.web-footer__backtotop, .web-header__menu__item--active a {
  font-weight: 400;
}

.web-header__menu__item {
  display: inline-block;
  position: relative;
  font-size: 1.1875rem;
}

.web-header__menu__item a, .web-header__menu__item a:after {
  display: block;
  -webkit-transition-duration: 250ms;
  -moz-transition-duration: 250ms;
}

.web-header__menu__item a {
  position: relative;
  padding: 0.5rem 0.625rem;
  color: #fff;
  transition-property: all;
  transition-duration: 250ms;
  transition-timing-function: ease;
  text-decoration: none;
}

.web-footer__backtotop a, .web-header__menu__item a:after {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
}

.toggle-nav, .web-header__menu__item a:after {
  -o-transition-duration: 250ms;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
}

.web-header__menu__item a:hover {
  color: #f60;
}

.web-header__menu__item a:after {
  content: "";
  position: absolute;
  bottom: 0.5625rem;
  left: 0;
  right: 0;
  width: calc(100% - 1.25rem);
  margin: auto;
  height: 0.0625rem;
  background: #FFF;
  transition-property: all;
  transition-duration: 250ms;
  transition-timing-function: ease;
}

.toggle-nav, .toggle-nav__span {
  position: absolute;
  -webkit-transition-duration: 250ms;
  -moz-transition-duration: 250ms;
}

.web-header__menu__item a:hover:after {
  width: 0;
}

.web-header__menu__item--active a {
  text-decoration: none;
  color: #f60;
  font-weight: 500;
}

.web-header__menu__item--active a:after {
  display: none;
}

.web-header__menu__item:after {
  display: block;
  position: absolute;
  content: "";
  width: 0.0625rem;
  height: 0.5rem;
  bottom: 0.875rem;
  right: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.5);
}

.web-header__menu__item:last-child:after {
  display: none;
}

@media screen and (min-width: 65em) {
  .web-header__menu {
    display: block !important;
  }
}
@media screen and (max-width: 74.9375em) {
  .web-header__menu__item a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 64.9375em) {
  .web-header__menu {
    display: none;
    background: #FFF;
    position: absolute;
    top: 3.125rem;
    left: 1.25rem;
    right: 1.25rem;
    z-index: 9999;
    max-height: calc(100vh - 4.5rem);
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.3);
  }
  .web-header__menu__item {
    display: block;
    width: 100%;
  }
  .web-header__menu__item a {
    display: block;
    color: #1d3c70;
    padding: 0.9375rem;
    font-size: 1.125rem;
    text-decoration: none;
  }
  .web-header__menu__item a:focus, .web-header__menu__item--active a {
    color: #bf4a00;
  }
}
.toggle-nav {
  display: none;
  float: right;
  top: 20px;
  right: 1.25rem;
  margin: 0;
  width: 2.375rem;
  height: 2.375rem;
  border: 0.0625rem solid #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: 0 0;
  -webkit-transition-property: 200;
  -moz-transition-property: 200;
  -o-transition-property: 200;
  transition-property: 200;
  transition-duration: 250ms;
  transition-timing-function: ease;
}

.toggle-nav__span, .toggle-nav__span--middle {
  -o-transition-duration: 250ms;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
}

.toggle-nav__span {
  display: block;
  height: 0.125rem;
  left: 0.6875rem;
  right: 0.6875rem;
  background: #FFF;
  -webkit-border-radius: 0.125rem;
  -moz-border-radius: 0.125rem;
  border-radius: 0.125rem;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-duration: 250ms;
  transition-timing-function: ease;
}

.web-footer__backtotop a, .toggle-nav__span--middle {
  -webkit-transition-duration: 250ms;
  -moz-transition-duration: 250ms;
}

.toggle-nav__span--top {
  top: 0.6875rem;
}

.toggle-nav__span--middle {
  top: 50%;
  margin-top: -0.0625rem;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  transition-duration: 250ms;
  transition-timing-function: ease;
}

.web-footer__backtotop a {
  text-align: center;
  text-transform: uppercase;
  -o-transition-duration: 250ms;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
}

.toggle-nav__span--bottom {
  bottom: 0.6875rem;
}

.toggle-nav.active .toggle-nav__span--top {
  top: 50%;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  margin-top: -0.0625rem;
}

.toggle-nav.active .toggle-nav__span--middle {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.toggle-nav.active .toggle-nav__span--bottom {
  bottom: 50%;
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  transform: rotate(-225deg);
  margin-bottom: -0.0625rem;
}

@media screen and (max-width: 64.9375em) {
  .toggle-nav {
    display: block;
  }
}
@media screen and (max-width: 47.9375em) {
  .web-footer {
    padding-top: 10.625rem;
    text-align: center;
  }
}
.web-footer__logo {
  display: block;
  float: left;
  width: 11.875rem;
  height: 2.875rem;
  margin-left: 3rem;
  background: url(../images/logo-footer.svg) top center no-repeat;
}

@media screen and (max-width: 47.9375em) {
  .web-footer__logo {
    float: none;
    margin: 0 auto 1.25rem;
  }
}
.web-footer__backtotop {
  display: block;
  position: absolute;
  width: 6.875rem;
  height: 6.25rem;
  left: 0;
  right: 0;
  top: -3rem;
  margin: auto;
  font-weight: 300;
}

.web-footer__backtotop a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  color: #426899;
  text-decoration: none;
  background: url(../images/chevron-up.svg) bottom center no-repeat;
  transition-property: all;
  transition-duration: 250ms;
  transition-timing-function: ease;
}

.list-items__item__title:after {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
}

.list-items__item a i {
  -webkit-transition-duration: 250ms;
  -moz-transition-duration: 250ms;
}

.web-footer__backtotop a:hover {
  text-decoration: underline;
  background-position: center 3.125rem;
}

.web-footer__social {
  display: block;
  text-decoration: none;
  color: #fff;
}

@media screen and (max-width: 30em) {
  .web-footer__backtotop {
    top: -3rem;
  }
}
.list-items__item a i, .list-items__item__title:after {
  -o-transition-duration: 250ms;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
}

.web-footer__social {
  float: right;
  margin-right: 3.25rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.web-footer__social img, .web-footer__social p {
  display: inline-block;
  vertical-align: middle;
}

.web-footer__social img {
  margin-right: 0.9375rem;
}

.list-items__item a, .list-items__item a:hover .list-items__item__description, .list-items__item a:hover .list-items__item__title {
  text-decoration: none;
  text-decoration: none;
}

.web-footer__social:hover {
  color: #fff;
}

@media screen and (max-width: 59.9375em) {
  .web-page__content ul.two-columns {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
  }
  .web-footer__social {
    margin-right: 0;
  }
  .web-footer__logo {
    margin-left: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .web-footer__social {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .web-footer__logo {
    display: block;
    float: none;
    margin: 0 auto;
  }
}
.box-detail {
  margin-bottom: 3.4375rem;
}

.box-detail blockquote, .list-items {
  font-weight: 400;
}

.box-detail blockquote {
  font-style: italic;
  font-weight: 300;
  font-size: 1.5625rem;
  line-height: 1.8125rem;
  color: #1d3c70;
}

@media screen and (max-width: 30em) {
  .box-detail blockquote {
    font-size: 1.25rem;
    line-height: 1.25;
  }
}
.list-items__item__title:after {
  content: "";
  bottom: 0;
  left: 0;
  height: 0.0625rem;
}

.list-items {
  display: block;
  font-weight: 300;
  max-width: 40.625rem;
}

.list-items__item {
  display: block;
  margin-bottom: 2.375rem;
  color: #1d3c70;
}

.list-items__item a {
  display: block;
  position: relative;
  color: inherit;
  padding-left: 3.5625rem;
}

.list-items__item a i {
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-duration: 250ms;
  transition-timing-function: ease;
  position: absolute;
  top: 0.3125rem;
  left: 0;
}

.list-items__item a:hover i {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
}

.list-items__item__title {
  display: inline-block;
  position: relative;
  font-size: 2.5rem;
  line-height: 2.625rem;
  font-style: italic;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 1.5625rem;
}

.list-items__item__title:after {
  display: block;
  position: absolute;
  right: 0;
  width: 0;
  margin: auto;
  background: #4b6ea0;
  transition-property: all;
  -webkit-transition-duration: 250ms;
  -moz-transition-duration: 250ms;
  transition-duration: 250ms;
  transition-timing-function: ease;
}

.list-items__item a:hover .list-items__item__title:after {
  width: 100%;
}

.list-items__item__description {
  display: block;
  font-size: 1.25rem;
  line-height: 1.8125rem;
}

.list-items--secondary .list-items__item a {
  padding-left: 0;
}

@media screen and (max-width: 80em) {
  .list-items__item__title:after {
    display: none;
  }
}
@media screen and (max-width: 37.5em) {
  .list-items__item__title {
    font-size: 1.875rem;
    line-height: 2rem;
  }
  .list-items__item__description {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 30em) {
  .list-items__item > a {
    padding-left: 0;
  }
  .list-items__item__title {
    margin-bottom: 0.3125rem;
  }
  .list-items__item i {
    display: none;
  }
}
.search {
  position: absolute;
  right: 0;
  overflow: hidden;
  top: 15px;
  z-index: 50;
}

@media screen and (max-width: 85.3125em) {
  .search {
    top: 15px;
  }
}
.search__in {
  height: 35px;
  position: relative;
  -webkit-transform: translateX(155px);
  -ms-transform: translateX(155px);
  transform: translateX(155px);
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  -o-transition: transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  background-color: #fff;
  border-radius: 5px;
}

.search.active .search__in {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.search button {
  display: block;
  padding: 0;
  margin: 0;
  width: 35px;
  height: 100%;
  background: transparent;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.search.active button {
  pointer-events: auto;
}

.search svg {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px;
  fill: #f60;
}

.search input {
  height: 100%;
  width: 200px;
  padding: 0 10px 0 45px;
  line-height: 35px;
  font-family: inherit;
  font-size: inherit;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.search.active input {
  cursor: text;
}

.search input::-webkit-input-placeholder {
  font-style: italic;
}

.search input::-moz-placeholder {
  font-style: italic;
}

.search input:-ms-input-placeholder {
  font-style: italic;
}

.search input::-ms-input-placeholder {
  font-style: italic;
}

.search input::placeholder {
  font-style: italic;
}

.search input:focus {
  background-color: transparent;
  border: 0;
  outline: none;
}

.web-header__menu__item--search {
  display: none;
}

@media screen and (max-width: 62rem) {
  .search {
    display: none;
  }
  .search--mobile {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    border: 1px solid #939598;
    border-radius: 5px;
  }
  .search--mobile button {
    pointer-events: auto;
  }
  .search--mobile input {
    width: 100%;
  }
  .search--mobile .search__in {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .web-header__menu__item--search {
    display: block;
    padding: 20px 15px 10px;
  }
}
html,
body,
.cover,
.overlay {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.mainpage {
  position: relative;
  overflow-x: hidden;
}

a:hover {
  color: #bf4a00;
}

body {
  background: none;
  overflow-x: hidden;
  position: relative;
}

body#home {
  background: url("../images/header-home.png") no-repeat center top;
  background-size: auto 1354px;
}

ul {
  padding-left: 0px !important;
}

h2 {
  font-style: normal;
}

.cover {
  position: relative;
  color: rgb(255, 255, 255);
  height: 550px;
  padding-bottom: 0%;
  background: url("../images/header-page.png") no-repeat center bottom;
  margin-bottom: 50px;
}

#home .cover {
  padding-bottom: 70.52%;
  height: 0px;
  margin-bottom: 0px;
  background: none;
}

.filler {
  position: absolute;
  top: 30px;
  right: 57px;
  left: 0px;
  width: 100%;
  margin: 0;
  z-index: 2;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 550px;
}

#home .overlay {
  bottom: 0;
  height: auto;
}

.cover h1 {
  font-weight: 600;
  font-size: 5rem;
  margin-top: 120px;
}

.cover h1 {
  font-weight: 600;
  font-size: 3.125rem;
  margin-top: 50px;
}

#home .cover h1 {
  margin-top: 0px;
  font-size: 5rem;
}

.cover p {
  font-size: 2.5rem;
}

.cover #topnav a,
.web-header__lang,
.web-header__lang--desktop a {
  color: #fff;
  text-decoration: none;
}


body#home .cover {
  margin-bottom: 0rem;
}

.container {
  width: 86.875rem;
}

.web-header {
  z-index: 3;
  position: relative;
}

.web-header__logo {
  margin-left: 0px;
}

.web-page__breadcrumb,
.web-page__breadcrumb p,
.web-page__breadcrumb a {
  font-size: 0.6875rem !important;
  color: #ffffff;
  margin-bottom: 0px;
  margin-top: 10px;
}

.icon {
  background-size: 40.4188rem 22.75rem;
}

.icon__ep {
  width: 2.125rem;
  height: 2.125rem;
  background-position: -29.625rem -6.9375rem;
}

.icon__pv {
  width: 2.125rem;
  height: 2.125rem;
  background-position: -35.25rem -6.9375rem;
}

.icon__dms {
  width: 2.125rem !important;
  height: 2.125rem !important;
  background-position: -386px -243px;
  margin-bottom:18px;
}

.list-items__item a:hover .list-items__item__title:after {
  width: 0%;
}

#js-navigation {
  margin: 0px;
  padding: 0px;
}

#topnav ul,
#topnav li {
  margin: 0px;
  padding: 0px;
  text-align: right;
  list-style-type: none;
  font-size: 1.375rem;
}

#topnav li a:hover,
li.web-header__menu__item--active a,
#topnav li.web-header__menu__item--active a,
.web-header__menu li a:hover {
  color: #ff6600;
  font-weight: 600;
}

.web-header__logo--desktop {
  margin-top: 46px;
  margin-bottom: 0%;
}

#home .web-header__logo--desktop {
  margin-top: 15%;
  margin-bottom: 12%;
}

.cover .web-header__lang--desktop {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 1.25rem;
}

.web-header__lang--desktop a:hover {
  text-decoration: underline;
}

.btn {
  border-radius: 5px !important;
}

.btn.btn-primary {
  background-color: #bf4a00;
  color: #fff;
  border: solid 1px #bf4a00;
}

.btn:not(.btn-primary):hover {
  background-color: #354d7b !important;
  border-color: #354d7b !important;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus-visible,
.btn.btn-primary:active {
  background-color: #a63f00 !important;
  border-color: #a63f00 !important;
  color: #fff;
}

.cta-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.quick-tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 24px;
  margin-bottom: 40px;
}

.quick-tile {
  position: relative;
  padding: 24px 28px;
  background-color: #ffffff;
  border-left: solid 3px #ff6600;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.18s ease, transform 0.18s ease;
}

.quick-tile:hover {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.35);
  transform: translateY(-3px);
}

.quick-tile > strong:after {
  content: "\00a0\2192";
  color: #ff6600;
  opacity: 0;
  transition: opacity 0.18s ease;
}

.quick-tile:hover > strong:after {
  opacity: 1;
}

h3:has(+ .quick-tiles) {
  margin-bottom: 14px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8494ad;
}

@media (prefers-reduced-motion: reduce) {
  .quick-tile,
  .quick-tile > strong:after {
    transition: none;
  }

  .quick-tile:hover {
    transform: none;
  }
}

.quick-tile > strong > a {
  font-size: 1.125rem;
  color: #052258;
  text-decoration: none;
}

.quick-tile:hover > strong > a {
  color: #bf4a00;
}

.quick-tile > strong > a:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.quick-tile span a {
  position: relative;
  color: #bf4a00;
  text-decoration: none;
}

.quick-tile span a:hover {
  color: #052258;
}

.quick-tile span {
  display: block;
  margin-top: 10px;
  font-size: 0.9375rem;
  line-height: 1.4;
  color: #52627d;
}

@media screen and (max-width: 63.9375em) {
  .quick-tiles {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 39.9375em) {
  .quick-tiles {
    grid-template-columns: 1fr;
  }
}

.hp-blocks > div {
  background-color: #052258;
  color: #ffffff;
}

.hp-blocks > div h3 {
  font-weight: bold;
  font-size: 30px;
  padding-right: 0px;
  display: block;
  padding-bottom: 20px;
  float: left;
  margin-bottom: 20px;
  position: relative;
}

@-webkit-keyframes border {
  from {
    width: 0px;
  }
  to {
    width: 60%;
  }
}
.hp-blocks > div h3:after {
  content: "";
  display: block;
  margin: auto;
  height: 2px;
  width: 0px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: rgb(255, 255, 255);
  -webkit-animation-name: border;
  -webkit-animation-duration: 4s;
  -webkit-animation-fill-mode: forwards;
  animation-name: border;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}

.anim-line {
  position: relative;
  display: block;
}

@-webkit-keyframes borderh3 {
  from {
    width: 0px;
  }
  to {
    width: 450px;
  }
}
.anim-line:after {
  content: "";
  display: block;
  margin: auto;
  height: 3px;
  width: 0px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #ff6600;
  -webkit-animation-name: borderh3;
  -webkit-animation-duration: 4s;
  -webkit-animation-fill-mode: forwards;
  animation-name: borderh3;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}

.anim-line.anim-blue:after {
  background: #6a9cc3;
}

.anim-line.anim-ref:after {
  -webkit-animation-name: border;
  animation-name: border;
  height: 2px;
}

@-webkit-keyframes borderh4 {
  from {
    width: 0px;
  }
  to {
    width: 200px;
  }
}
.anim-white:after {
  content: "";
  display: block;
  margin: auto;
  height: 1px;
  width: 0px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #ffffff;
  -webkit-animation-name: borderh4;
  -webkit-animation-duration: 4s;
  -webkit-animation-fill-mode: forwards;
  animation-name: borderh4;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}

.product .icon, .card-body .icon {
  width: 3.125rem;
  height: 3.1875rem;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  margin-left: 14px;
}

.hp-blocks > div p {
  display: block;
  clear: both;
  min-height: 48px;
}

.hp-blocks > div a {
  color: #ffffff;
}

.hp-blocks > div a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.hp-blocks > div:nth-child(2) {
  background-color: #354d7b;
  margin-top: -14px;
  -webkit-box-shadow: 0px 0px 47px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 47px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 47px 0px rgba(0, 0, 0, 0.75);
}

.hp-blocks > div:nth-child(3) {
  background-color: #4b6ea0;
}

#home .hp-blocks > div:first-child {
  border-radius: 5px 0 0 5px;
}

#home .hp-blocks > div:nth-child(2) {
  border-radius: 5px 5px 0 0;
}

#home .hp-blocks > div:last-child {
  border-radius: 0 5px 5px 0;
}

.hp-blocks > div > div {
  padding: 45px;
  padding-bottom: 160px;
}

.hp-blocks > div:nth-child(2) div {
  padding-top: 59px;
}

.card {
  border-radius: 5px !important;
  border: 0px !important;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  padding: 30px 40px;
}

#reference .container-lg {
  background: url("../images/polygon-band.png") no-repeat left 340px;
}

#reference .card {
  padding-left: 0px;
  padding-right: 0px;
  display: block;
  border-bottom: solid 1px #ff6600 !important;
}

#reference .col-md-4:nth-child(3) {
  margin-bottom: 150px;
}

#reference .card .card-body {
  padding-left: 40px;
  padding-right: 40px;
}

#reference .card-img-top {
  max-height: 140px;
  width: auto;
}

#reference h2 {
  display: block;
  height: 94px;
}

#application .row > [class*="col-"] {
  display: flex;
}

#application .card {
  width: 100%;
}

#application .card-body {
  display: flex;
  flex-direction: column;
}

#application .card-title {
  min-height: 94px;
}

#application .card-text {
  min-height: 168px;
  flex: 1 1 auto;
}

.pt-50 {
  padding-top: 50px;
}

.f-55 {
  font-size: 55px;
}

.f-30 {
  font-size: 30px;
}

.f-25 {
  font-size: 25px !important;
}

.f-20 {
  font-size: 20px;
}

.f-18 {
  font-size: 18px;
}

.orange {
  color: #bf4a00 !important;
}

.blue {
  color: #052258;
}

.container-bg {
  height: 501px;
  background: url("../images/polygon-band.png") no-repeat center top;
  margin-top: -150px;
  position: relative;
  z-index: 2;
  width: 100%;
}

.polygon-band {
  height: 275px;
  width: 54%;
  margin-top: -225px;
  position: relative;
  z-index: -1;
  background: url("../images/polygon-band.png") no-repeat right top;
  background-size: auto 275px;
}

#partners {
  font-size: 15px;
}

#partners img {
  margin: 0px 0px;
  max-width: 240px;
  max-width: min(calc(100% + 32px), 240px);
  max-height: 150px;
}

#contact-map > div {
  background-color: #2e4674;
  color: #fff;
  padding-left: 45px;
  padding-top: 30px;
  padding-bottom: 30px;
}

#contact-map > div:nth-child(2) {
  background-color: #bf4a00;
}

#contact-map > div:first-child {
  border-top-left-radius: 5px;
}

#contact-map > div:nth-child(2) {
  border-top-right-radius: 5px;
}

#contact-map-image img {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

@media screen and (max-width: 47.9375em) {
  #contact-map > div:first-child {
    border-radius: 5px 5px 0 0;
  }
  #contact-map > div:nth-child(2) {
    border-top-right-radius: 0;
  }
}

#contact-map a,
.web-footer__menu a,
#footer-bottom a {
  color: #fff;
  text-decoration: none;
}

#contact-map a:hover,
#footer-bottom a:hover {
  text-decoration: underline;
}

.web-footer__menu a:hover {
  color: #ff6600;
}

.btn.btn-outline-primary {
  color: #bf4a00;
  border: solid 1px #bf4a00 !important;
}

#footer-bottom {
  border: none;
}

.web-footer {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 0rem;
  height: auto;
  background: none;
}

.web-footer__bottom {
  background-color: #052258;
  margin-top: -235px;
  padding-top: 190px;
}

.web-footer__brand {
  background-image: url(../images/polygon-band.png);
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 125px;
  padding-bottom: 170px;
  text-align: center;
  position: relative;
  z-index: 10;
  height: 501px;
}

.web-footer__logo {
  display: block;
  float: none !important;
  width: auto;
  height: auto;
  margin-left: 0rem;
  background: none;
}

.web-footer__logo img {
  width: 279px;
  height: 3.5rem;
}

.web-footer__menu {
  float: right;
  margin-right: 0rem;
}

.web-footer__menu li,
.web-footer__menu ul {
  list-style-type: none;
}

.web-footer__menu li a {
  font-size: 16px !important;
}

.web-footer__social {
  float: none !important;
  margin-right: 0rem;
  font-size: 1rem;
  line-height: normal;
}

.copyright {
  color: rgba(255, 255, 255, 0.5);
}

.btn.btn-primary {
  padding: 11px 24px;
  font-size: 16px !important;
}

.btn.btn-primary.btn-sm {
  padding: 8px 18px;
  font-size: 14px !important;
}

.toggle-nav {
  top: 47px;
  right: 30px;
}

ul.two-columns {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-gap: 4.375rem;
  -webkit-column-gap: 4.375rem;
  -moz-column-gap: 4.375rem;
  page-break-inside: avoid;
}

#reference-detail p,
#reference-detail ul {
  font-size: 20px;
}

#reference-detail ul,
#reference-detail li {
  list-style-type: none;
}

#reference-detail ul li {
  font-weight: 600;
  margin-bottom: 30px;
}

#reference-detail ul ul li,
#reference-detail ul.ordered-list li {
  font-weight: normal;
  padding-left: 30px;
  margin-bottom: 0px;
  position: relative;
}

#reference-detail ul.ordered-list li {
  padding-left: 30px;
}

#reference-detail ul ul li::before,
#reference-detail ul.ordered-list li::before {
  content: "- ";
  position: absolute;
  display: block;
  left: 15px;
  top: 0px;
}

#reference-detail dl dt {
  float: left;
  width: 15rem;
  clear: left;
  font-size: 20px;
}

#reference-detail dl dd {
  margin-left: 15.625rem;
  font-size: 20px;
}

#reference-detail .box-detail {
  margin-bottom: 0rem;
}

img {
  max-width: 100%;
}

.web-footer__backtotop {
  height: 4.25em;
  top: -2rem;
}

.web-footer__backtotop a {
  color: #d0d0d0;
}

.web-page__content ul li::before {
  top: 0.4rem;
}

#products .product{
 padding: 30px !important;
}
@media screen and (max-width: 86.875rem) {
  .img-devices {
    margin-top: 180px;
  }
}
@media screen and (max-width: 82.5rem) {
  .cover {
    padding-bottom: 0px;
    margin-bottom: 50px;
  }
  #home .cover {
    height: 1354px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 993px) and (max-width: 82.5rem) {
  body#home {
    background-size: 100%;
  }
  #home .cover {
    height: 0px;
    padding-bottom: 70.52%;
  }
}
@media screen and (min-width: 993px) and (max-width: 1090px) {
  #home #development {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}
@media screen and (max-width: 75rem) {
  #partners img {
    margin: 0px;
    max-width: 300px;
    max-width: min(calc(100% + 32px), 300px);
  }
  #reference-detail ul.two-columns {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
  }
  .web-header__menu {
    top: 6.125rem;
  }
}
@media screen and (max-width: 992px) {
  .polygon-band {
    width: 100%;
  }
  .img-devices {
    margin-top: 30px;
  }
  .filler {
    top: 70px;
  }
  body#home {
    background: url("../images/header-home-mobile.png") no-repeat center top;
    background-size: 100% 460px;
  }
  .cover {
    height: 440px;
  }
  #home .cover {
    height: 460px;
  }
  .web-header {
    padding-top: 3rem;
    height: auto;
  }
  .cover h1 {
    font-weight: 600;
    font-size: 2rem;
  }
  #home .cover h1 {
    margin-top: 85px;
    font-size: 3rem;
  }
  .cover p {
    font-size: 1.5rem;
    margin-bottom: 70px !important;
    margin-top: 20px !important;
  }
  #topnav {
    display: none;
  }
  .pt-50 {
    padding-top: 0px !important;
  }
  .web-footer__logo {
    width: 100%;
    text-align: center;
    padding-top: 0px;
    margin-top: 0px;
  }
  .web-footer__menu,
  .web-footer__social {
    text-align: center;
    float: none;
  }
  .web-footer__menu ul.text-end {
    padding: 0px;
    text-align: center !important;
  }
  .web-footer__bottom {
    text-align: center !important;
  }
}
@media screen and (max-width: 47.9375em) {
  #home .hp-blocks .col-4:first-child div {
    padding-left: 18px;
  }
  #home .hp-blocks .col-4:last-child div {
    padding-right: 18px;
  }
  .web-footer__logo img {
    width: 205px;
    height: auto;
  }
  .cover {
    height: 440px;
  }
  #home .cover p {
    margin-bottom: 30px !important;
  }
  #home .cover {
    height: 425px;
  }
  #partners img {
    max-width: 100%;
  }
  #footer-bottom p,
  #footer-bottom a {
    font-size: 14px;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    float: none;
  }
  @-webkit-keyframes borderh4 {
    from {
      width: 0px;
    }
    to {
      width: 80%;
    }
  }
  @-webkit-keyframes borderh3 {
    from {
      width: 0px;
    }
    to {
      width: 80%;
    }
  }
  .web-page__breadcrumb {
    margin-bottom: 1.5rem;
  }
  .web-page__breadcrumb,
  .web-page__breadcrumb p,
  .web-page__breadcrumb a {
    font-size: 0.8125rem !important;
  }
  .web-page__breadcrumb a,
  .web-page__breadcrumb p {
    padding: 0.25rem 0;
  }
  .web-footer__menu li a {
    display: inline-block;
    padding: 0.3rem 0;
  }
  #reference-detail dl dt,
  #reference-detail dl dd {
    width: 100%;
    clear: both;
    margin-left: 0px;
  }
  body#home {
    background: url("../images/polygon-home-mobile.png") no-repeat center 380px, linear-gradient(to bottom, #052258 0%, #052258 690px, #ffffff 690px, #ffffff 100%) no-repeat;
  }
  #home #development {
    display: block !important;
  }
  .hp-blocks > div h3 {
    font-size: 25px;
  }
  #home .hp-blocks > div h3 {
    font-size: 20px;
  }
  .hp-blocks > div p {
    font-size: 14px;
  }
  #home .hp-blocks > div p {
    font-size: 12px;
  }
  #home .hp-blocks > div > div {
    padding: 30px 5px 90px 15px;
  }
  #home .hp-blocks > div:nth-child(2) div {
    padding-top: 44px;
  }
  .btn {
    margin-left: 0px;
  }
  .btn:not(.btn-primary) {
    font-size: 12px !important;
    padding: 8px 10px !important;
  }
  .hp-blocks > div .btn {
    margin-right: -30px;
  }
  .container-bg {
    height: 350px;
    background: url("../images/polygon-band.png") no-repeat center top;
    background-size: auto;
    background-size: 200%;
    margin-top: -80px;
  }
  .web-footer__brand {
    height: 230px;
    background-size: auto 230px;
    padding-top: 75px;
  }
  .web-footer__backtotop {
    top: 120px;
  }
  .web-footer__bottom {
    margin-top: -125px;
    padding-top: 120px;
    position: relative;
  }
  #home .web-footer {
    z-index: 10;
    margin-top: -125px;
  }
  #img-mobile {
    text-align: center;
      }
      #top-home {
    padding-top:575px;
  }
}
@media screen and (max-width: 37.5em) {
  #top-home {
    padding-top:550px;
  }
  .web-page__content ul li {
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding-left: 1.75rem;
    margin-bottom: 0.5rem;
  }
  .web-page__content ul li:last-child {
    margin-bottom: 0;
  }
  .web-page__content ul li::before {
    top: 0.2rem;
  }
 
  #img-mobile img {
    position: relative;
   
    bottom: -120px;

    max-width: 270px;
  }
  #img-mobile {
    height: 550px;
  }
}
@media screen and (max-width: 30em) {

  .cover h1 {
    font-weight: 600;
    font-size: 2rem;
  }
  #img-mobile img {
    max-width: 200px;
    bottom: -40px;
  }
  body#home {
    background: url("../images/polygon-home-mobile.png") no-repeat center 200px, linear-gradient(to bottom, #052258 0%, #052258 690px, #fff 690px, #fff 100%) no-repeat;
  }
  #home .cover {
    height: 450px;
  }
  #home .cover h1 {
    font-size: 2.5rem;
  }
  .cover p {
    font-size: 1.3rem;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
  .overlay {
    height: auto;
  }
  #top-home {
    padding-top:330px;
  }
  .f-55 {
    font-size: 2rem;
  }
  #home .web-footer {
    margin-top: -90px;
  }
  #img-mobile {
    height: 400px;
    position: relative;
  }
  
  .container-bg {
    height: 220px;
  }
  .f-m-22 {
    font-size: 22px !important;
  }
  .f-m-20 {
    font-size: 20px !important;
  }
  .f-m-15 {
    font-size: 15px !important;
  }
  .f-m-14 {
    font-size: 14px !important;
  }
  .f-m-12 {
    font-size: 12px !important;
  }
  .web-footer__social img {
    margin-right: 0.5rem;
  }
  #home .hp-blocks > div h3 {
    font-size: 17px;
  }
}
@media screen and (max-width: 23.75rem) {
  #home .hp-blocks > div h3 {
    font-size: 14px;
  }
}
@media screen and (min-width: 82.5006rem) {
  body#home,
  body {
    background-size: 100%;
  }
}
@media screen and (min-width: 1920px) {
  body {
    background-size: 100% 1036px;
  }
  body#home {
    background-size: 100% 1354px;
  }
  .cover {
    height: 551px;
    padding-bottom: 0px;
    background-size: 100% 1036px;
  }
  #home .cover {
    height: 1354px;
    padding-bottom: 0px;
  }
}
@media screen and (orientation: landscape) and (max-width: 64em) and (max-height: 30em) {
  .f-m-22 {
    font-size: 22px !important;
  }
  .f-m-20 {
    font-size: 20px !important;
  }
  .f-m-15 {
    font-size: 15px !important;
  }
  .f-m-14 {
    font-size: 14px !important;
  }
  .f-m-12 {
    font-size: 12px !important;
  }
  .f-55 {
    font-size: 2rem;
  }
  .cover h1,
  #home .cover h1 {
    font-size: 2rem;
    font-weight: 600;
    margin-top: 0px !important;
    padding-top: 0px !important;
  }
  .cover p {
    font-size: 1.3rem;
    margin-bottom: 0px !important;
  }
  .hp-blocks > div h3 {
    font-size: 20px;
  }
  #home .hp-blocks > div h3 {
    font-size: 17px;
  }
  .hp-blocks > div p {
    font-size: 14px;
  }
  #home .hp-blocks > div p {
    font-size: 12px;
  }
  .web-page__content p,
  .web-page__content ul li {
    font-size: 1.125rem;
  }
  body#home {
    background: url("../images/polygon-home-mobile.png") left 90px no-repeat, linear-gradient(to bottom, #052258 0%, #052258 690px, #ffffff 690px, #ffffff 100%) no-repeat;
  }
  .cover {
    height: auto !important;
    min-height: 55vh !important;
    margin-bottom: 30px !important;
  }
  #home .cover {
    height: auto !important;
    min-height: 100vh !important;
    margin-bottom: 0px !important;
  }
  h2.d-none {
    display: none !important;
  }
}
@media screen and (orientation: landscape) {
  #home .cover {
    margin-top: 0px;
  }
  #home #development {
    display: block !important;
  }
}
.container-lg {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
@media screen and (max-width: 47.9375em), screen and (orientation: landscape) and (max-width: 64em) and (max-height: 30em) {
  .btn.btn-primary:not(.btn-sm) {
    padding: 10px 20px;
    font-size: 15px !important;
  }
}