:root {
  --section-padding: 7.5rem;
  --section-padding-medium: 5.625rem;
  --section-padding-small: 3.75rem;
  --section-padding-very-small: 1.875rem;
  --cf-horizontal-gap: 2.5rem;
  --cf-vertical-gap: 1.875rem;
  --gap-xs: 0.3125rem;
  --gap-sm: 0.625rem;
  --gap-lg: 1.25rem;
  --gap-xl: 1.875rem;
  --std-transition: 0.5s ease-out;
}

.pixelcard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pixelcard .card-media {
  line-height: 0;
}
.pixelcard .card-content,
.pixelcard .card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.pixelcard .card-headline,
.pixelcard .card-subheadline,
.pixelcard .card-line {
  display: block;
}

.card-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  width: 100%;
  height: auto;
  position: relative;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.31);
          box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.31);
}
.card-contacts::before {
  content: "";
  display: block;
  width: 285px;
  height: 204px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: -50px;
  top: -50px;
}
.card-contacts::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 30px;
  left: -30px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.31);
          box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.31);
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .card-contacts::after {
    top: 20px;
    left: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .card-contacts::after {
    top: 10px;
    left: -10px;
  }
}
.card-contacts .card-media {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  line-height: 0;
}
.card-contacts .card-media::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(4, 40, 76, 0.25);
}
.card-contacts .card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  width: 100%;
  height: auto;
  position: relative;
  padding: 40px 30px;
}
.card-contacts .card-content a {
  text-decoration: none;
}
.card-contacts .card-content span {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  font-size: 1.125rem;
}
.card-contacts .card-content span.card-headline {
  font-family: "Rift Soft";
  font-size: 1.4375rem;
  font-weight: 600;
  color: var(--ci-color-primary);
  text-transform: uppercase;
}
.card-contacts .card-content .card-inner {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 25px;
}/*# sourceMappingURL=card.css.map */