@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap";

/* src/styles.scss */
@font-face {
  font-family: "ProductSans";
  src: url("./media/ProductSansRegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ProductSans";
  src: url("./media/ProductSansBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ProductSans";
  src: url("./media/ProductSansItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "ProductSans";
  src: url("./media/ProductSansBoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  scroll-behavior: smooth;
}
html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.owl-carousel {
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.owl-carousel .owl-stage {
  display: flex !important;
  align-items: flex-start;
}
.owl-carousel .owl-item {
  height: 427px !important;
  margin-right: 10px;
  opacity: 0.7;
  transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.owl-carousel .owl-item .slide-img {
  margin: 0;
}
.owl-carousel .owl-item .slide-info aside {
  width: 353px;
  font-family: "Montserrat", sans-serif;
  display: flex;
  flex-flow: row wrap;
}
.owl-carousel .owl-item .slide-info h3 {
  width: 100%;
  font-size: 32px;
  font-family: "ProductSans", sans-serif;
  margin: 0 0 1em 0;
}
.owl-carousel .owl-item .slide-info p {
  margin: 0;
  font-size: 18px;
  line-height: 25px;
}
.owl-carousel .owl-item .slide-info .slide-btn {
  width: 131px;
  height: 34px;
  cursor: pointer;
  color: #1740FF;
  position: relative;
  border: none;
  background: transparent;
  border-image:
    linear-gradient(white, white),
    linear-gradient(
      90deg,
      #203bff 0%,
      #297bf8 100%);
  border-radius: 15px;
  margin: 4em 0 0 0;
}
.owl-carousel .owl-item .slide-info .slide-btn:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 2px;
  background-image:
    linear-gradient(
      90deg,
      #203BFF 0%,
      #297BF8 100%);
  z-index: 1;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  border: none;
}
.owl-carousel .owl-item.active.center {
  width: 747px !important;
  height: 453px !important;
  margin-right: 10px;
  margin-left: 0 !important;
  opacity: 1 !important;
  transform: translateX(0) !important;
  z-index: 1;
  border-image:
    linear-gradient(white, white),
    linear-gradient(
      90deg,
      #203bff 0%,
      #297bf8 100%);
}
.owl-carousel .owl-item.active.center .slide-img {
  width: 272px;
  margin: 0;
  display: none;
}
.owl-carousel .owl-item.active.center .slide-info {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em;
  box-sizing: border-box;
}
.owl-carousel .owl-item.active.center .slide-info figure {
  margin: 0;
}
.owl-carousel .owl-item.active.center .slide-info:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 2px;
  background-image:
    linear-gradient(
      90deg,
      #203BFF 0%,
      #297BF8 100%);
  z-index: 1;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  border: none;
}
.owl-item {
  width: fit-content !important;
}
.owl-carousel .owl-item.active.center img {
  width: fit-content !important;
  height: 357px !important;
}
.owl-carousel .owl-item:first-child {
  margin-left: 0;
}
.owl-carousel .owl-stage-outer {
  overflow: visible !important;
}
.slider__wrapper {
  overflow: hidden;
}
.slider__wrapper .slide {
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  height: 400px;
  border-radius: 12px;
}
.slider__wrapper .active-slide {
  width: 747px;
  display: flex;
  justify-content: space-between;
  border-image:
    linear-gradient(white, white),
    linear-gradient(
      90deg,
      #203bff 0%,
      #297bf8 100%);
}
.slider__wrapper .active-slide:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 2px;
  background-image:
    linear-gradient(
      90deg,
      #203BFF 0%,
      #297BF8 100%);
  z-index: 1;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  border: none;
}
.slider__wrapper .active-slide .slide-info {
  display: flex;
  gap: 20px;
  padding: 20px;
  flex: 1;
}
.slider__wrapper .active-slide .slide-info aside {
  max-width: 400px;
}
.slider__wrapper .active-slide .slide-info figure img {
  width: 200px;
  height: auto;
  border-radius: 8px;
}
.slider__wrapper .inactive-slide {
  width: 233px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ddd;
}
.slider__wrapper .slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.sistems-link {
  color: #1740FF;
}
.benefits-list {
  list-style: circle;
}
.benefits-list li {
  margin: 0 0 16px;
}
.terminal-link {
  text-decoration: none;
  color: #1740FF;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
