.code[data-v-71d80095] {
  background-color: #000;
  color: #fff;
  font-family: 'monospace';
  font-size: 12px;
  line-height: 1.2;
  max-height: 50vh;
  overflow: scroll;
  padding: 10px;
  white-space: pre;
}
.code[data-v-71d80095] .string {
  color: #6495ed;
}
.code[data-v-71d80095] .key {
  color: orange;
}
.btn-outline-light-emag:focus,
.btn-outline-light-emag:hover {
  background-color: #fff;
  border-color: #fff;
  color: #021d49;
}
.btn-outline-light-emag .img-icon-white,
.component-button .btn-primary .img-icon-blue,
.component-button .btn-secondary .img-icon-white {
  display: none;
}
.component-focus-image {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 5rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  .component-focus-image {
    flex-direction: row;
    margin-top: 0;
  }
}
.component-focus-image .side {
  padding-bottom: 4.5rem;
}
@media (min-width: 992px) {
  .component-focus-image .side {
    padding-bottom: 15rem;
  }
}
.component-focus-image .side--img {
  background-color: #1d4289;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .component-focus-image .side--img {
    flex: 0 0 46.39%;
    max-width: 640px;
    padding: 4.4rem 0 4.2rem;
  }
}
.component-focus-image .side--img picture {
  display: block;
  overflow: hidden;
}
.component-focus-image .side--img picture img {
  transition: transform 0.15s;
  max-height: 630px;
}
@media (min-width: 992px) {
  .component-focus-image .side--img picture {
    transform: translateX(12%);
  }
}
.component-focus-image .side--img picture:hover img {
  transform: scale(1.2);
}
.component-focus-image .side--content {
  flex-grow: 1;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .component-focus-image .side--content {
    padding-bottom: 116px;
    padding-left: 12%;
  }
}
.side--content .h4 {
  margin: 160px 0 40px 0;
}
.component-focus-image .image {
  position: relative;
}
.component-focus-image .image__title {
  background-image: linear-gradient(
    180deg,
    rgba(5, 16, 57, 0.57),
    rgba(88, 95, 122, 0)
  );
  bottom: -6.2rem;
  height: auto;
  left: 0;
  padding: 3rem 1.5rem;
  position: absolute;
  text-align: center;
  width: 100%;
}
@media (min-width: 992px) {
  .component-focus-image .image__title {
    bottom: auto;
    height: 50%;
    padding: 3rem 12rem;
    top: calc(100% - 9rem);
  }
}
.component-focus-image .image__title span {
  color: #fff;
  font-family: Nunito Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 3.7rem;
  font-weight: 900;
  letter-spacing: -1.44px;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .component-focus-image .image__title span {
    font-size: 3rem;
  }
}
.component-focus-image .image__title .img-cross {
  display: none;
  position: absolute;
  right: 30px;
  top: 165px;
}
@media (min-width: 992px) {
  .component-focus-image .image__title .img-cross {
    display: block;
  }
}
.component-focus-image .image__title .img-cross--2 {
  height: 32px;
  right: 115px;
  top: 149px;
  width: 32px;
}
.component-focus-image .text .btn-row {
  text-align: center;
}
@media (min-width: 992px) {
  .component-focus-image .text {
    min-width: 42rem;
    width: 60%;
  }
  .component-focus-image .text:before {
    /* background-color: hsla(0, 0%, 40%, 0.502); */
    content: '';
    display: block;
    height: 132px;
    margin-bottom: 43px;
    margin-left: 113px;
    width: 1px;
  }
  .component-focus-image .text .btn-row {
    text-align: left;
  }
}
.component-focus-image .h2 {
  margin-bottom: 3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .component-focus-image .h2 {
    text-align: left;
  }
}
.component-focus-image .h3 {
  margin-bottom: 3rem;
}
