:root {
  --s-e-green: #00AC86;
  --box-hover: 0px 20px 40px rgba(1, 12, 28, .07);
}

.color-sys-el {
  color: var(--s-e-green);
}

.sys-el-implement-list li:nth-child(1):after {
  background: url(/application/images/cases/sys-el-result-1.svg) no-repeat 50% 50%/cover;
}

.sys-el-implement-list li:nth-child(2):after {
  background: url(/application/images/cases/sys-el-result-2.svg) no-repeat 50% 50%/cover;
}

.sys-el-implement-list li:nth-child(3):after {
  background: url(/application/images/cases/sys-el-result-3.svg) no-repeat 50% 50%/cover;
}

.sys-el-gen-ai-btn {
  white-space: normal;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sys-el-gen-ai-btn .li_orange-title {
    display: block;
    margin-right: auto;
    padding-right: 68px;
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  .sys-el-gen-ai-btn .li_orange-title {
    display: block;
    margin-right: auto;
    padding-right: 36px;
    font-weight: 600;
  }
}

.sys-el-decaled {
  position: relative;
}
.sys-el-decaled:before {
  position: absolute;
  content: "";
  top: 50%;
  width: 40%;
  background: url(/application/images/cases/sys-el-decal-2.webp) no-repeat 50% 50%/cover;
  mix-blend-mode: color-dodge;
  transform: translateY(-50%);
  aspect-ratio: 813/3709;
}
@media (max-width: 767px) {
  .sys-el-decaled:before {
    width: 66%;
  }
}
.sys-el-decaled.decal-1:before {
  left: 0;
  transform: translateY(-50%) scaleX(-1);
}
.sys-el-decaled.decal-2:before {
  right: 0;
}
.sys-el-padding {
  padding-left: clamp(1px, 17.817vw - 176.57px, 80px);
}
@media (max-width: 991px) {
  .sys-el-padding {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .sys-el-slider.sed-plus-mobile-slider {
    margin-bottom: 64px;
  }
}
.sys-el-slider.sed-plus-mobile-slider .slick-arrow {
  top: auto;
  bottom: -48px;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.1);
}
.sys-el-slider.sed-plus-mobile-slider .slick-arrow.slick-prev {
  left: calc(50% - 64px);
}
.sys-el-slider.sed-plus-mobile-slider .slick-arrow.slick-prev:after {
  top: 26px;
  left: 15px;
}
.sys-el-slider.sed-plus-mobile-slider .slick-arrow.slick-prev:before {
  top: 19px;
  left: 15px;
}
.sys-el-slider.sed-plus-mobile-slider .slick-arrow.slick-next {
  right: calc(50% - 64px);
}
.sys-el-slider.sed-plus-mobile-slider .slick-arrow.slick-next:after {
  top: 26px;
  left: 15px;
}
.sys-el-slider.sed-plus-mobile-slider .slick-arrow.slick-next:before {
  top: 19px;
  left: 15px;
}
.sys-el-link {
  color: #007F9E;
  font-weight: 700;
  text-decoration: underline;
}
@media (hover: hover) {
  .sys-el-link:hover {
    color: #007F9E;
    font-weight: 700;
    text-decoration: underline;
  }
}
.sys-el-totals {
  position: relative;
  left: 0;
  width: 690px;
  aspect-ratio: 690/400;
}
@media (min-width: 992px) and (max-width: 1500px) {
  .sys-el-totals {
    position: relative;
    left: 407px;
    right: 93px;
    width: 645px;
    aspect-ratio: 690/436;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sys-el-totals {
    width: 314px;
    aspect-ratio: 314/321;
  }
}
@media (max-width: 767px) {
  .sys-el-totals {
    margin: 0 auto;
    width: 285px;
    aspect-ratio: 285/459;
  }
}
.sys-el-totals-item {
  position: absolute;
  width: 240px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sys-el-totals-item {
    width: 186px;
  }
}
@media (max-width: 767px) {
  .sys-el-totals-item {
    width: 186px;
    text-align: center;
  }
}
.sys-el-totals-item:nth-child(1) {
  top: 50px;
  left: 268px;
}
@media (min-width: 992px) and (max-width: 1500px) {
  .sys-el-totals-item:nth-child(1) {
    top: 72px;
    left: 233px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sys-el-totals-item:nth-child(1) {
    top: 12px;
    left: 97px;
  }
}
@media (max-width: 767px) {
  .sys-el-totals-item:nth-child(1) {
    top: 21px;
    left: 87px;
    animation-delay: unset;
  }
}
.sys-el-totals-item:nth-child(1) p:first-child:before {
  top: -50px;
  left: 11px;
  background: url("/application/images/cases/sys-el-window-top.svg") no-repeat center/cover;
  width: 30px;
  height: 46px;
}
@media (min-width: 992px) and (max-width: 1500px) {
  .sys-el-totals-item:nth-child(1) p:first-child:before {
    width: 23px;
    height: auto;
    aspect-ratio: 30/46;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sys-el-totals-item:nth-child(1) p:first-child:before {
    top: -24px;
    left: 7px;
    background: url("/application/images/cases/sys-el-window-top_mobile.svg") no-repeat center/auto;
    width: 7px;
    height: 19px;
    box-shadow: 0px 0px 8.5px 0px rgba(255, 255, 255, 0.57);
  }
}
@media (max-width: 767px) {
  .sys-el-totals-item:nth-child(1) p:first-child:before {
    top: -40px;
    left: 50%;
    background: url("/application/images/cases/sys-el-window-top_mobile.svg") no-repeat center/cover;
    width: 11px;
    height: 29px;
    transform: translateX(-50%);
    box-shadow: 0px 0px 8.5px 0px rgba(255, 255, 255, 0.57);
  }
}
.sys-el-totals-item:nth-child(2) {
  top: 60%;
  left: 0;
  animation-delay: 0.5s;
}
@media (min-width: 992px) and (max-width: 1500px) {
  .sys-el-totals-item:nth-child(2) {
    left: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sys-el-totals-item:nth-child(2) {
    top: 200px;
    left: 30px;
  }
}
@media (max-width: 767px) {
  .sys-el-totals-item:nth-child(2) {
    top: 176px;
    left: -1px;
    animation-delay: unset;
  }
}
.sys-el-totals-item:nth-child(2) p:first-child:before {
  top: -25px;
  left: 29px;
  background: url("/application/images/cases/sys-el-window-left.svg") no-repeat center/cover;
  width: 29px;
  height: 25px;
}
@media (min-width: 992px) and (max-width: 1500px) {
  .sys-el-totals-item:nth-child(2) p:first-child:before {
    width: 20px;
    transform: rotate(261deg);
    aspect-ratio: 29/25;
  }
}
@media (max-width: 991px) {
  .sys-el-totals-item:nth-child(2) p:first-child:before {
    top: -34px;
    left: 7px;
    background: url("/application/images/cases/sys-el-window-left_mobile.svg") no-repeat center/auto;
    width: 4px;
    height: 24px;
    box-shadow: 0px 0px 8.5px 0px rgba(255, 255, 255, 0.57);
  }
}
@media (max-width: 767px) {
  .sys-el-totals-item:nth-child(2) p:first-child:before {
    top: -34px;
    left: 50%;
    width: 8px;
    height: 24px;
    background: url("/application/images/cases/sys-el-window-top_mobile.svg") no-repeat center/cover;
    transform: translateX(-50%) scaleX(-1);
    box-shadow: 0px 0px 8.5px 0px rgba(255, 255, 255, 0.57);
  }
}
.sys-el-totals-item:nth-child(3) {
  top: 200px;
  right: 11px;
  animation-delay: 1s;
}
@media (min-width: 992px) and (max-width: 1500px) {
  .sys-el-totals-item:nth-child(3) {
    right: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sys-el-totals-item:nth-child(3) {
    top: 106px;
    right: -53px;
  }
}
@media (max-width: 767px) {
  .sys-el-totals-item:nth-child(3) {
    top: 306px;
    right: -7px;
    animation-delay: unset;
  }
}
.sys-el-totals-item:nth-child(3) p:first-child:before {
  top: -36px;
  left: 7px;
  background: url("/application/images/cases/sys-el-window-right.svg") no-repeat center/cover;
  width: 31px;
  height: 30px;
}
@media (min-width: 992px) and (max-width: 1500px) {
  .sys-el-totals-item:nth-child(3) p:first-child:before {
    top: -22px;
    left: 12px;
    background: url(/application/images/cases/sys-el-window-right.svg) no-repeat 50%/cover;
    width: 17px;
    height: auto;
    aspect-ratio: 30/31;
  }
}
@media (max-width: 991px) {
  .sys-el-totals-item:nth-child(3) p:first-child:before {
    top: -13px;
    left: 8px;
    width: 6px;
    height: 4px;
    background: url("/application/images/cases/sys-el-window-right_mobile.svg") no-repeat center/cover;
    box-shadow: 0px 0px 8.5px 0px rgba(255, 255, 255, 0.57);
  }
}
@media (max-width: 767px) {
  .sys-el-totals-item:nth-child(3) p:first-child:before {
    top: -40px;
    left: 50%;
    background: url("/application/images/cases/sys-el-window-top_mobile.svg") no-repeat center/cover;
    width: 11px;
    height: 29px;
    transform: translateX(-50%);
    box-shadow: 0px 0px 8.5px 0px rgba(255, 255, 255, 0.57);
  }
}
.sys-el-totals-item:nth-child(4) {
  bottom: 30px;
  left: 268px;
  animation-delay: 1.5s;
}
@media (min-width: 992px) and (max-width: 1500px) {
  .sys-el-totals-item:nth-child(4) {
    left: 256px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sys-el-totals-item:nth-child(4) {
    bottom: -19px;
    left: 192px;
  }
}
@media (max-width: 767px) {
  .sys-el-totals-item:nth-child(4) {
    bottom: 36px;
    left: 9px;
    animation-delay: unset;
  }
}
.sys-el-totals-item:nth-child(4) p:first-child:before {
  top: -53px;
  left: 11px;
  background: url("/application/images/cases/sys-el-window-bottom.svg") no-repeat center/cover;
  width: 31px;
  height: 44px;
}
@media (min-width: 992px) and (max-width: 1500px) {
  .sys-el-totals-item:nth-child(4) p:first-child:before {
    top: -27px;
    left: 4px;
    width: 17px;
    height: auto;
    aspect-ratio: 29/25;
  }
}
@media (max-width: 991px) {
  .sys-el-totals-item:nth-child(4) p:first-child:before {
    top: -12px;
    left: 6px;
    width: 6px;
    height: 4px;
    background: url("/application/images/cases/sys-el-window-right_mobile.svg") no-repeat center/cover;
    box-shadow: 0px 0px 8.5px 0px rgba(255, 255, 255, 0.57);
  }
}
@media (max-width: 767px) {
  .sys-el-totals-item:nth-child(4) p:first-child:before {
    top: -34px;
    left: 50%;
    width: 8px;
    height: 24px;
    background: url("/application/images/cases/sys-el-window-top_mobile.svg") no-repeat center/cover;
    transform: translateX(-50%) scaleX(-1);
    box-shadow: 0px 0px 8.5px 0px rgba(255, 255, 255, 0.57);
  }
}
.sys-el-totals-item p {
  color: #fff;
}
.sys-el-totals-item p:nth-child(1) {
  position: relative;
  padding-bottom: clamp(4px, 0.893vw - 2.857px, 10px);
  font-family: "Unbounded";
  font-size: clamp(26px, 2.976vw + 3.143px, 46px);
  font-weight: 700;
  line-height: 1;
}
.sys-el-totals-item p:nth-child(1):before {
  position: absolute;
  content: "";
  /*animation: windows-on 3s linear;
  animation-fill-mode: both;
  animation-delay: 2s;*/
}
.sys-el-totals-item p:nth-child(2) {
  font-size: clamp(14px, 11.667px + 0.648vw, 21px);
  padding: 0;
}
.sys-el-header {
  position: relative;
  margin: 0 auto;
  width: 1920px;
  height: auto;
  background: url("/application/images/cases/sys-el-header-bg.webp") no-repeat center/cover, #03060F;
  aspect-ratio: 1920/953;
}
@media (min-width: 992px) and (max-width: 1600px) {
  .sys-el-header {
    width: 1280px;
    height: auto;
    background: url("/application/images/cases/sys-el-header-bg_note.webp") no-repeat 50% 0%/contain, #03060F;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sys-el-header {
    width: 768px;
    height: auto;
    background: url("/application/images/cases/sys-el-header-bg_tablet.webp") no-repeat 50% 0%/contain, #03060F;
  }
}
@media (max-width: 767px) {
  .sys-el-header {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    width: 375px;
    height: 800px;
    background: url("/application/images/cases/sys-el-header-bg_mobile.webp") no-repeat center/cover, #03060F;
  }
}
.sys-el-header:after, .sys-el-header:before {
  position: absolute;
  content: "";
  top: 0;
  width: 16%;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1600px) {
  .sys-el-header:after, .sys-el-header:before {
    display: none;
  }
}
@media (min-width: 770px) and (max-width: 991px) {
  .sys-el-header:after, .sys-el-header:before {
    display: block;
    width: 10%;
  }
}
@media (min-width: 767px) and (max-width: 769px) {
  .sys-el-header:after, .sys-el-header:before {
    display: none;
  }
}
@media (max-width: 376px) and (max-width: 766px) {
  .sys-el-header:after, .sys-el-header:before {
    display: block;
    width: 10%;
  }
}
@media (max-width: 375px) {
  .sys-el-header:after, .sys-el-header:before {
    display: none;
  }
}
.sys-el-header:after {
  left: 0;
  background: linear-gradient(90deg, #03060F 0%, rgba(3, 6, 15, 0) 100%);
}
.sys-el-header:before {
  right: 0;
  background: linear-gradient(90deg, rgba(3, 6, 15, 0) 0%, #03060F 100%);
}
.sys-el-header .viewPlace {
  z-index: 1;
}
.sys-el-header-wrap {
  padding-top: 87px;
  max-width: 1500px;
}
@media (min-width: 992px) and (max-width: 1600px) {
  .sys-el-header-wrap {
    padding-top: 80px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .sys-el-header-wrap {
    padding-top: 92px;
  }
}
@media (max-width: 767px) {
  .sys-el-header-wrap {
    padding-top: 0px;
  }
}
.sys-el-case {
  background: #03060F;
}
.sys-el-case h1,
.sys-el-case h2,
.sys-el-case h3 {
  font-family: "Unbounded";
  line-height: 140%;
  color: #fff;
  text-transform: uppercase;
}
.sys-el-case h1 {
  padding: 32px 0 0 0;
  max-width: 850px;
  font-size: clamp(26px, 2.679vw + 5.429px, 44px);
  line-height: 125%;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sys-el-case h1 {
    padding: 48px 0 0 0;
  }
}
@media (max-width: 767px) {
  .sys-el-case h1 {
    padding: 64px 0 0 0;
    font-size: clamp(21px, 1.272vw + 16.229px, 26px);
    text-align: left;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .sys-el-case h1 {
    position: absolute;
  }
}
.sys-el-case h2 {
  font-size: clamp(26px, 2.976vw + 3.143px, 46px);
  font-weight: 400;
  line-height: 140%;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .sys-el-case h2 {
    text-align: left !important;
    font-size: clamp(22px, 1.018vw + 18.183px, 26px);
  }
}
.sys-el-case h3 {
  font-size: clamp(18px, 12px + 1.667vw, 36px);
  font-weight: 400;
}
.sys-el-case h3 a {
  color: #FF8600;
  text-decoration: underline;
}
.sys-el-case h4 {
  padding: 0 0 24px 0;
  font-family: "Montserrat";
  font-size: clamp(18px, 2.083vw + 2px, 32px);
  font-weight: 600;
  line-height: 140%;
  color: #fff;
}
.sys-el-case ul li,
.sys-el-case p {
  font-family: "Montserrat";
  font-size: clamp(14px, 11.667px + 0.648vw, 21px);
  line-height: 140%;
  color: #fff;
}
.sys-el-case .p-104 {
  padding: clamp(48px, 8.333vw - 16px, 104px) 0;
}
.sys-el-case .viewPlace_1400 {
  padding: 0 80px;
  max-width: 1580px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sys-el-case .viewPlace_1400 {
    padding: 0 64px;
  }
}
@media (max-width: 767px) {
  .sys-el-case .viewPlace_1400 {
    padding: 0 16px;
  }
}
.sys-el-case .viewPlace_1400.viewPlace h2 {
  padding-top: 0;
}
.sys-el-case .menu-scrolled {
  backdrop-filter: blur(7.5px);
  border-bottom: none;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.4s ease-in-out;
  margin-top: -150px;
  z-index: 9;
  box-shadow: 0 4px 5px rgba(0, 172, 134, 0.1);
  width: 100%;
}
.sys-el-case .menu-scrolled .menu-item {
  transition: all 0.3s ease-in-out;
}
@media (hover: hover) {
  .sys-el-case .menu-scrolled .menu-item:hover {
    color: #ff7a00;
  }
}
.sys-el-case .menu-scrolled.scrolled {
  margin-top: 0;
}
.sys-el-case .menu-scrolled:not(active) {
  color: var(--white);
}
.sys-el-case .image-reveal-wrapper {
  position: relative;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
}
.sys-el-case .reveal-image {
  display: block;
  width: 100%;
  height: auto;
  transform: translateY(100px) scale(0.5);
  transition: none;
  border-radius: 10px;
}
.sys-el-case .sys-el-contracts-left {
  width: calc(50% - 0.5208333333vw);
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sys-el-case .sys-el-contracts-left a {
  transition: none;
}
.sys-el-case .sys-el-contracts-right {
  width: calc(50% - 0.5208333333vw);
}
@media (max-width: 767px) {
  .sys-el-case .sys-el-contracts-right {
    width: 100%;
  }
}
.sys-el-case .sys-el-contracts-right-inner {
  display: flex;
  flex-direction: column;
  gap: 5vw;
}
@media (max-width: 991px) {
  .sys-el-case .sys-el-gen-ai-btns-wrap {
    display: flex !important;
    flex-direction: column;
  }
  .sys-el-case .sys-el-gen-ai-btns-wrap .sys-el-gen-ai-btn {
    display: block !important;
    padding: 28px 58px 28px 24px !important;
    text-align: left;
    color: #fff !important;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    backdrop-filter: blur(22px);
  }
  .sys-el-case .sys-el-gen-ai-btns-wrap .sys-el-gen-ai-btn:before {
    display: none;
  }
  .sys-el-case .sys-el-gen-ai-btns-wrap .sys-el-gen-ai-btn:after {
    position: absolute;
    content: "";
    top: 21px;
    right: 21px;
    width: 36px;
    height: 36px;
    background: url("/application/images/cases/sys-el-switcher-arrow.svg") no-repeat center/auto, linear-gradient(90deg, #FB9A2C 0%, #FE8601 100%) !important;
    border-radius: 50%;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
  }
  .sys-el-case .sys-el-gen-ai-btns-wrap .sys-el-gen-ai-btn.li_orange_active {
    font-weight: 700 !important;
  }
  .sys-el-case .sys-el-gen-ai-btns-wrap .sys-el-gen-ai-btn.li_orange_active .d-block.d-lg-none {
    padding-top: 28px;
  }
  .sys-el-case .sys-el-gen-ai-btns-wrap .sys-el-gen-ai-btn.li_orange_active .d-block.d-lg-none p:last-child {
    padding-bottom: 0;
  }
  .sys-el-case .sys-el-gen-ai-btns-wrap .sys-el-gen-ai-btn.li_orange_active:after {
    transition: all 0.3s ease-in-out;
    transform: rotate(180deg);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sys-el-case .sys-el-gen-ai-btns-wrap .sys-el-gen-ai-btn {
    padding: 28px 58px 28px 24px !important;
  }
}
@media (max-width: 767px) {
  .sys-el-case .sys-el-gen-ai-btns-wrap .sys-el-gen-ai-btn {
    padding: 30px 16px !important;
  }
  .sys-el-case .sys-el-gen-ai-btns-wrap .sys-el-gen-ai-btn.li_orange_active {
    padding: 30px 16px 16px 16px !important;
  }
  .sys-el-case .sys-el-gen-ai-btns-wrap .sys-el-gen-ai-btn:after {
    position: absolute;
    content: "";
    top: 24px;
    right: 16px;
    width: 30px;
    height: 30px;
  }
}
.sys-el-choice {
  display: grid;
  grid-template-columns: 34% auto;
  gap: clamp(48px, -58.286px + 10.714vw, 96px);
}
@media (max-width: 767px) {
  .sys-el-choice {
    display: flex;
    flex-direction: column-reverse;
  }
}
.sys-el-choice img {
  display: block;
  border-radius: 10px;
  aspect-ratio: 504/514;
}
@media (max-width: 767px) {
  .sys-el-choice img {
    aspect-ratio: 343/260;
  }
}
.sys-el-choice h2 {
  padding-top: 20px;
}
.sys-el-choice p {
  padding-left: clamp(0.1px, -221.429px + 22.321vw, 100px);
}
.sys-el-factors {
  position: relative;
  display: grid;
  padding-top: 20px;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  z-index: 1;
}
@media (max-width: 991px) {
  .sys-el-factors {
    grid-template-columns: minmax(auto, 460px);
    justify-content: center;
    gap: 0;
  }
}
.sys-el-factors-item {
  padding: 20px 16px 16px 16px;
}
.sys-el-factors-item:nth-child(2) {
  animation-delay: 0.5s;
}
@media (max-width: 991px) {
  .sys-el-factors-item:nth-child(2) {
    animation-delay: 0s;
  }
}
.sys-el-factors-item:nth-child(3) {
  animation-delay: 1s;
}
@media (max-width: 991px) {
  .sys-el-factors-item:nth-child(3) {
    animation-delay: 0s;
  }
}
.sys-el-factors-item-step {
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  font-size: clamp(48px, 3.75vw + 30px, 84px);
  font-weight: 600;
  font-family: "Unbounded";
  line-height: 1;
}
@media (max-width: 767px) {
  .sys-el-factors-item-step {
    font-weight: 400;
  }
}
.sys-el-factors-item-v {
  position: relative;
  margin: 16px auto;
  width: 50px;
  height: 50px;
  background: url("/application/images/cases/sys-el-mark-v.svg") no-repeat center/cover;
  z-index: 1;
}
.sys-el-factors-item-v .start-dot-1,
.sys-el-factors-item-v .end-dot-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 1px;
  transform: translate(-50%, -50%);
}
.sys-el-factors-item-title {
  padding: 0 0 clamp(16px, 1.19vw + 6.857px, 24px) 0 !important;
  text-align: center;
}
.sys-el-factors-item p {
  padding-bottom: 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.7) !important;
}
.sys-el-implement {
  display: grid;
  padding-top: 24px;
  padding-bottom: clamp(32px, -22.857px + 7.143vw, 80px);
  grid-template-columns: auto 36%;
  gap: clamp(48px, -58.286px + 10.714vw, 96px);
}
@media (max-width: 991px) {
  .sys-el-implement {
    grid-template-columns: 1fr;
  }
}
.sys-el-implement .sed-plus-clients-item.video-link.client-s-el {
  max-width: 531px;
  background: #fff9f2 url(/application/images/cases/sys-el-case-vid-bg.png) no-repeat 50% 50%/cover;
  aspect-ratio: 531/330;
}
@media (max-width: 991px) {
  .sys-el-implement .sed-plus-clients-item.video-link.client-s-el {
    margin: 0 auto;
    max-width: 480px;
  }
}
.sys-el-implement-list {
  padding-top: 12px;
  list-style-type: none;
  list-style-image: none;
}
.sys-el-implement-list li {
  position: relative;
  padding-left: calc(clamp(32px, 28px + 1.111vw, 44px) + 16px);
  padding-bottom: 24px;
}
.sys-el-implement-list li:last-child {
  padding-bottom: 0;
}
.sys-el-implement-list li:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: clamp(32px, 28px + 1.111vw, 44px);
  height: clamp(32px, 28px + 1.111vw, 44px);
}
.sys-el-border-decals {
  position: relative;
  padding: clamp(24px, -1.143px + 3.274vw, 46px) clamp(16px, -57.143px + 9.524vw, 80px);
}
.sys-el-border-decals:after, .sys-el-border-decals:before {
  position: absolute;
  content: "";
  left: 50%;
  width: 30%;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
}
.sys-el-border-decals:after {
  top: 0;
  transform: translateX(-40%);
}
.sys-el-border-decals:before {
  bottom: 0;
  transform: translateX(-60%);
}
.sys-el-contracts {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.sys-el-contracts-left a {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  aspect-ratio: 600/271;
}
.sys-el-contracts-left a:first-child {
  position: relative;
}
.sys-el-contracts-left a img {
  border-radius: 10px;
}
.sys-el-contracts-left {
  /*img {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      max-width: 100%;
      aspect-ratio: 600 / 271;                    

      &:first-child {
          position: relative;
      }                    
  }*/
}
.sys-el-contracts-right-item {
  position: relative;
  padding-left: 28px;
}
.sys-el-contracts-right-item:before {
  position: absolute;
  content: "";
  left: 0;
  width: 4px;
  height: 100%;
  border-radius: 4px;
  background: #22866B;
}
.sys-el-contracts-right-num {
  padding: 0;
  font-size: 1rem !important;
  color: #22866B !important;
  font-weight: 600;
}
.sys-el-contracts-right h4 {
  padding-bottom: 48px;
  line-height: 120%;
}
.sys-el-contracts-right-text {
  padding: 0;
  font-size: clamp(14px, 11.667px + 0.648vw, 21px);
  line-height: 140%;
  color: rgba(255, 255, 255, 0.7) !important;
}
.sys-el-business {
  margin: 0 auto;
  max-width: 1920px;
  background: url("/application/images/cases/sys-el-business-bg.webp") no-repeat center/cover, #03060F;
  height: 1135px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sys-el-business {
    width: 100%;
    max-width: 100%;
    background: url("/application/images/cases/sys-el-business-bg_tablet.webp") no-repeat center/contain, #03060F;
    height: auto;
    aspect-ratio: 768/659;
  }
}
@media (max-width: 767px) {
  .sys-el-business {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 880px;
    background: url("/application/images/cases/sys-el-business-bg_mobile.webp") no-repeat center/contain;
    aspect-ratio: 750/1290;
  }
}
.sys-el-business-wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(auto, 400px));
  justify-content: center;
  row-gap: 218px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sys-el-business-wrap {
    row-gap: 140px;
  }
}
@media (max-width: 767px) {
  .sys-el-business-wrap {
    grid-template-columns: repeat(1, minmax(auto, 320px));
    row-gap: 24px;
    min-height: 800px;
  }
}
.sys-el-business-point {
  position: relative;
  padding: clamp(36px, 2.679vw + 15.429px, 54px) clamp(1px, 2.232vw - 16.143px, 16px) 0 clamp(1px, 2.232vw - 16.143px, 16px);
  text-align: center;
}
.sys-el-business-point:nth-child(n+2) p:first-child {
  padding-bottom: 12px;
  font-size: clamp(22px, 14px + 2.222vw, 46px);
  font-family: "Unbounded";
  font-weight: bold;
  line-height: 1;
}
.sys-el-business-point p {
  padding-bottom: 0;
}
.sys-el-business-point:nth-child(1) {
  grid-area: 1/2/3/3;
}
.sys-el-business-point:nth-child(2) {
  grid-area: 2/1/4/2;
}
.sys-el-business-point:nth-child(3) {
  grid-area: 2/3/4/4;
}
.sys-el-business-point:nth-child(4) {
  grid-area: 3/2/5/3;
}
.sys-el-business-point:nth-child(5) {
  grid-area: 4/1/6/2;
}
.sys-el-business-point:nth-child(6) {
  grid-area: 4/3/6/4;
}
@media (max-width: 767px) {
  .sys-el-business-point {
    grid-area: auto !important;
  }
}
.sys-el-business-point:before {
  position: absolute;
  content: "";
  top: 5px;
  left: 50%;
  width: 19px;
  height: 19px;
  background: #FF8600;
  transform: translateX(-50%);
  border-radius: 50%;
  animation: radial-orange-pulse-v 2s infinite linear;
}
@media (max-width: 991px) {
  .sys-el-gen-ai-switcher .dependent-block .d-grid.grid-items_2 {
    display: block !important;
  }
}
.sys-el-gen-ai-switcher .dependent-block .d-grid.grid-items_2 img {
  display: block;
  margin: 0 auto;
}
.sys-el-gen-ai-switcher .dependent-block h4 {
  text-align: left;
}
@media (min-width: 768px) {
  .sys-el-gen-ai-switcher .dependent-block h4 {
    display: none;
  }
}
.sys-el-gen-ai-btn {
  position: relative;
  display: grid !important;
  margin: 0 !important;
  padding: 18px 32px !important;
  place-items: center;
  color: rgba(255, 255, 255, 0.5) !important;
  text-align: center;
  font-weight: 400 !important;
  line-height: 120% !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  background: none;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  overflow: hidden;
}
.sys-el-gen-ai-btn:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #FD9D33;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.sys-el-gen-ai-btns-wrap {
  display: grid;
  margin: 0 !important;
  padding: 48px 0 0 0 !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  font-family: inherit;
}
@media (max-width: 767px) {
  .sys-el-gen-ai-btns-wrap {
    display: none !important;
  }
}
.sys-el-gen-ai-btn.li_orange_active {
  background: linear-gradient(88.53deg, #FF8600 0.96%, #FD9D33 101.1%);
  color: rgb(255, 255, 255) !important;
  border: 1px solid transparent !important;
}
@media (hover: hover) {
  .sys-el-gen-ai-btn:hover {
    color: rgb(255, 255, 255) !important;
    border: 1px solid transparent !important;
    cursor: pointer;
  }
  .sys-el-gen-ai-btn:hover:before {
    opacity: 1;
  }
}
@media (max-width: 1279px) {
  .sys-el-gen-ai-btn {
    padding: 16px 24px !important;
  }
}
.sys-el-quote {
  position: relative;
}
.sys-el-quote p {
  margin: 0 auto;
  max-width: 1260px;
}
.sys-el-quote:after {
  position: absolute;
  content: "";
  top: 33%;
  left: 0;
  width: clamp(85px, 30px + 15.278vw, 250px);
  background: url("/application/images/cases/sys-el-quotes.svg") no-repeat center/cover;
  aspect-ratio: 250/190;
}
@media (max-width: 767px) {
  .sys-el-quote:after {
    top: 16px;
    left: 16px;
  }
}
.sys-el-quote-photo {
  display: block;
  margin: 0 auto clamp(16px, 7.333px + 2.407vw, 42px) auto;
  width: clamp(105px, 79.667px + 7.037vw, 181px);
}
.sys-el-quote-post {
  padding-bottom: clamp(20px, 16.667px + 0.926vw, 30px);
  text-align: center;
  font-size: clamp(12px, 10px + 0.556vw, 18px) !important;
  color: rgba(255, 255, 255, 0.58) !important;
}
.sys-el-accounting-wrap {
  display: grid;
  gap: 48px;
}
@media (max-width: 991px) {
  .sys-el-accounting-wrap {
    display: flex;
    flex-direction: column;
    gap: 36px;
  }
}
.sys-el-accounting-item {
  display: grid;
  gap: clamp(42px, 12.286px + 3.869vw, 68px);
}
@media (max-width: 991px) {
  .sys-el-accounting-item {
    gap: 16px;
  }
}
.sys-el-accounting-item:nth-of-type(odd) {
  grid-template-columns: auto 40%;
}
@media (max-width: 991px) {
  .sys-el-accounting-item:nth-of-type(odd) {
    flex-direction: column;
  }
}
.sys-el-accounting-item:nth-of-type(odd) .sys-el-accounting-item-pic {
  background-image: url("/application/images/cases/sys-el-accounting-pic-1.png");
}
.sys-el-accounting-item:nth-of-type(even) {
  grid-template-columns: 40% auto;
}
@media (max-width: 991px) {
  .sys-el-accounting-item:nth-of-type(even) {
    flex-direction: column-reverse;
  }
}
.sys-el-accounting-item:nth-of-type(even) .sys-el-accounting-item-pic {
  background-image: url("/application/images/cases/sys-el-accounting-pic-2.png");
}
.sys-el-accounting-item p {
  color: rgba(255, 255, 255, 0.7);
}
.sys-el-accounting-item-pic {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  aspect-ratio: 580/430;
}
@media (max-width: 991px) {
  .sys-el-accounting-item-pic {
    aspect-ratio: 622/281;
  }
}
@media (max-width: 991px) {
  .sys-el-accounting-item {
    display: flex;
  }
}
.sys-el-cases {
  margin: 0 auto;
  max-width: 1920px;
  height: auto;
  background: url("/application/images/cases/sys-el-cases-bg.webp") no-repeat center/contain;
  aspect-ratio: 1920/958;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sys-el-cases {
    width: 100%;
    max-width: 100%;
    background: url("/application/images/cases/sys-el-cases-bg_mobile.webp") no-repeat center/contain;
    aspect-ratio: 1536/1120;
  }
}
@media (max-width: 767px) {
  .sys-el-cases {
    width: 100%;
    max-width: 100%;
    background: url("/application/images/cases/sys-el-cases-bg_mobile-s.webp") no-repeat 50% 100%/375px 429px;
    min-height: 860px;
  }
}
.sys-el-cases-wrap {
  display: grid;
  padding-top: 64px;
  grid-template-columns: repeat(2, clamp(260px, 27.679vw + 47.429px, 446px));
  row-gap: 160px;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sys-el-cases-wrap {
    padding-top: 48px;
    row-gap: 64px;
  }
}
@media (max-width: 767px) {
  .sys-el-cases-wrap {
    grid-template-columns: repeat(1, minmax(auto, 360px));
    justify-content: center;
    padding-top: 32px;
    row-gap: 32px;
  }
}
.sys-el-cases-item {
  position: relative;
  padding: clamp(16px, 2.381vw - 2.286px, 32px);
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  backdrop-filter: blur(22px);
}
.sys-el-cases-item:nth-child(1) {
  grid-area: 1/1/2/2;
}
.sys-el-cases-item:nth-child(2) {
  grid-area: 1/2/2/3;
}
.sys-el-cases-item:nth-child(3) {
  grid-area: 2/1/3/2;
}
.sys-el-cases-item:nth-child(4) {
  grid-area: 2/2/3/3;
}
@media (max-width: 767px) {
  .sys-el-cases-item {
    grid-area: auto !important;
  }
}
.sys-el-cases-item:before {
  position: absolute;
  content: "";
  top: -25px;
  right: -25px;
  width: 50px;
  height: 50px;
  background: url("/application/images/icon-approved.svg") no-repeat center/cover;
}
@media (max-width: 767px) {
  .sys-el-cases-item:before {
    top: -16px;
    right: auto;
    left: 50%;
    width: 32px;
    height: 32px;
    transform: translateX(-50%);
  }
}
.sys-el-cases-item:nth-child(odd):before {
  left: -25px;
}
@media (max-width: 767px) {
  .sys-el-cases-item:nth-child(odd):before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.sys-el-cases-item p {
  padding-bottom: 0;
}
.sys-el-b-effect-wrap {
  display: grid;
  grid-template-columns: repeat(27, 1fr);
  gap: 24px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sys-el-b-effect-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .sys-el-b-effect-wrap {
    grid-template-columns: minmax(auto, 360px);
    justify-content: center;
    gap: 16px;
  }
}
.sys-el-b-effect-item {
  padding: clamp(24px, 1.19vw + 14.857px, 32px);
  background: rgba(255, 255, 255, 0.14);
  border-radius: 10px;
}
@media (max-width: 991px) {
  .sys-el-b-effect-item h3 {
    text-align: center;
  }
}
.sys-el-b-effect-item h3, .sys-el-b-effect-item p {
  padding: 0;
}
.sys-el-b-effect-item h4 {
  padding: 0 0 8px 0;
  font-family: "Unbounded";
  font-size: clamp(22px, 2.222vw + 14px, 46px);
  font-weight: bold;
  line-height: 100%;
  color: rgb(255, 134, 0);
}
.sys-el-b-effect-item:nth-child(1) {
  padding: clamp(24px, 1.19vw + 14.857px, 32px) clamp(24px, 1.19vw + 14.857px, 32px) clamp(24px, 1.19vw + 14.857px, 32px) 0;
  grid-area: 1/1/2/11;
  background: none;
}
.sys-el-b-effect-item:nth-child(2) {
  grid-area: 1/11/4/19;
  background: rgba(255, 255, 255, 0.14) url("/application/images/cases/sys-el-b-effect-bg.webp") no-repeat center/cover;
}
.sys-el-b-effect-item:nth-child(3) {
  grid-area: 1/19/2/28;
}
.sys-el-b-effect-item:nth-child(4) {
  grid-area: 2/1/3/11;
}
.sys-el-b-effect-item:nth-child(5) {
  grid-area: 2/19/3/28;
}
.sys-el-b-effect-item:nth-child(6) {
  grid-area: 3/1/4/11;
}
.sys-el-b-effect-item:nth-child(7) {
  grid-area: 3/19/4/28;
}
@media (min-width: 767px) and (max-width: 991px) {
  .sys-el-b-effect-item:nth-child(1) {
    grid-area: 1/1/2/3;
  }
  .sys-el-b-effect-item:nth-child(2) {
    grid-area: 2/2/4/3;
    background: rgba(255, 255, 255, 0.14) url("/application/images/cases/sys-el-b-effect-bg_mobile.webp") no-repeat center/cover;
  }
  .sys-el-b-effect-item:nth-child(3) {
    grid-area: 2/1/3/2;
  }
  .sys-el-b-effect-item:nth-child(4) {
    grid-area: 3/1/4/2;
  }
  .sys-el-b-effect-item:nth-child(5) {
    grid-area: 4/1/5/2;
  }
  .sys-el-b-effect-item:nth-child(6) {
    grid-area: 4/2/5/3;
  }
  .sys-el-b-effect-item:nth-child(7) {
    grid-area: 5/1/6/3;
  }
}
@media (max-width: 767px) {
  .sys-el-b-effect-item:nth-child(1) {
    grid-area: 1/1/2/2;
  }
  .sys-el-b-effect-item:nth-child(2) {
    grid-area: 4/1/5/2;
    background: rgba(255, 255, 255, 0.14) url("/application/images/cases/sys-el-b-effect-bg_mobile.webp") no-repeat center/cover;
    aspect-ratio: 301/341;
  }
  .sys-el-b-effect-item:nth-child(3) {
    grid-area: 2/1/3/2;
  }
  .sys-el-b-effect-item:nth-child(4) {
    grid-area: 3/1/4/2;
  }
  .sys-el-b-effect-item:nth-child(5) {
    grid-area: 5/1/6/2;
  }
  .sys-el-b-effect-item:nth-child(6) {
    grid-area: 6/1/7/2;
  }
  .sys-el-b-effect-item:nth-child(7) {
    grid-area: 7/1/8/2;
  }
}
.sys-el-project .sys-el-gen-ai-switcher {
  display: grid;
  grid-template-columns: 44% minmax(auto, 1fr);
  gap: clamp(32px, 4.762vw - 4.571px, 64px);
}
@media (max-width: 991px) {
  .sys-el-project .sys-el-gen-ai-switcher {
    grid-template-columns: 1fr;
  }
}
.sys-el-project .sys-el-gen-ai-switcher .sys-el-gen-ai-btns-wrap {
  display: flex;
  flex-direction: column;
  padding: 0 !important;
  gap: 24px;
}
.sys-el-project .sys-el-gen-ai-switcher .sys-el-gen-ai-btns-wrap .sys-el-gen-ai-btn {
  display: block !important;
  padding: clamp(16px, 2.381vw - 2.286px, 32px) 88px clamp(16px, 2.381vw - 2.286px, 32px) clamp(24px, 2.381vw + 5.714px, 40px) !important;
  text-align: left;
  white-space: normal;
}
.sys-el-project .sys-el-gen-ai-switcher .sys-el-gen-ai-btns-wrap .sys-el-gen-ai-btn:before {
  top: 0;
  left: 0;
}
.sys-el-project .sys-el-gen-ai-switcher .sys-el-gen-ai-btns-wrap .sys-el-gen-ai-btn:after {
  position: absolute;
  content: "";
  top: calc(50% - 24px);
  right: 40px;
  width: 48px;
  height: 48px;
  background: url("/application/images/cases/sys-el-switcher-arrow_grey.svg") no-repeat center/auto;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease-in-out;
}
.sys-el-project .sys-el-gen-ai-switcher .sys-el-gen-ai-btns-wrap .sys-el-gen-ai-btn.li_orange_active:after {
  background: rgba(255, 255, 255, 0.3) url("/application/images/cases/sys-el-switcher-arrow.svg") no-repeat center/auto;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (hover: hover) {
  .sys-el-project .sys-el-gen-ai-switcher .sys-el-gen-ai-btns-wrap .sys-el-gen-ai-btn:hover:after {
    background: rgba(255, 255, 255, 0.3) url("/application/images/cases/sys-el-switcher-arrow.svg") no-repeat center/auto;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
  }
}
@media (max-width: 991px) {
  .sys-el-project .sys-el-gen-ai-switcher .sys-el-gen-ai-btns-wrap .sys-el-gen-ai-btn {
    display: block !important;
    text-align: left;
    color: #fff !important;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    backdrop-filter: blur(22px);
  }
  .sys-el-project .sys-el-gen-ai-switcher .sys-el-gen-ai-btns-wrap .sys-el-gen-ai-btn:before {
    display: none;
  }
  .sys-el-project .sys-el-gen-ai-switcher .sys-el-gen-ai-btns-wrap .sys-el-gen-ai-btn:after {
    position: absolute;
    content: "";
    top: 21px;
    right: 21px;
    width: 36px;
    height: 36px;
    background: url("/application/images/cases/sys-el-switcher-arrow.svg") no-repeat center/auto, linear-gradient(90deg, #FB9A2C 0%, #FE8601 100%) !important;
    border-radius: 50%;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
  }
  .sys-el-project .sys-el-gen-ai-switcher .sys-el-gen-ai-btns-wrap .sys-el-gen-ai-btn.li_orange_active {
    font-weight: 700 !important;
  }
  .sys-el-project .sys-el-gen-ai-switcher .sys-el-gen-ai-btns-wrap .sys-el-gen-ai-btn.li_orange_active .d-block.d-lg-none {
    padding-top: 28px;
  }
  .sys-el-project .sys-el-gen-ai-switcher .sys-el-gen-ai-btns-wrap .sys-el-gen-ai-btn.li_orange_active .d-block.d-lg-none p:last-child {
    padding-bottom: 0;
  }
  .sys-el-project .sys-el-gen-ai-switcher .sys-el-gen-ai-btns-wrap .sys-el-gen-ai-btn.li_orange_active:after {
    transition: all 0.3s ease-in-out;
    transform: rotate(180deg);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sys-el-project .sys-el-gen-ai-switcher .sys-el-gen-ai-btns-wrap .sys-el-gen-ai-btn {
    padding: 28px 58px 28px 24px !important;
  }
}
@media (max-width: 767px) {
  .sys-el-project .sys-el-gen-ai-switcher .sys-el-gen-ai-btns-wrap .sys-el-gen-ai-btn {
    padding: 30px 16px !important;
  }
  .sys-el-project .sys-el-gen-ai-switcher .sys-el-gen-ai-btns-wrap .sys-el-gen-ai-btn.li_orange_active {
    padding: 30px 16px 16px 16px !important;
  }
  .sys-el-project .sys-el-gen-ai-switcher .sys-el-gen-ai-btns-wrap .sys-el-gen-ai-btn:after {
    position: absolute;
    content: "";
    top: 24px;
    right: 16px;
    width: 30px;
    height: 30px;
  }
}
.sys-el-project-list {
  position: relative;
  padding-left: 24px;
  list-style: none;
}
.sys-el-project-list li {
  padding: 0 0 32px 32px;
  font-weight: 400;
}
.sys-el-project-list li:last-child {
  padding: 0 0 0 32px;
}
.sys-el-project-list li:before, .sys-el-project-list li:after {
  position: absolute;
  content: "";
}
.sys-el-project-list li:before {
  top: 4px;
  left: 0;
  height: 20px;
  width: 20px;
  background: url("/application/images/cases/sys-el-project-list-bullet.svg") no-repeat center/cover;
  border-radius: 50%;
  box-shadow: 0px 4px 17.5px 0px rgba(0, 172, 134, 0.32);
  z-index: 1;
}
.sys-el-project-list li:after {
  top: 12px;
  left: 9px;
  width: 1px;
  height: 100%;
  border-left: 1px dashed rgba(255, 255, 255, 0.3);
}
.sys-el-project-list li:last-child:after {
  display: none;
}
@media (max-width: 991px) {
  .sys-el-project-list {
    padding: 0 !important;
  }
}
.sys-el-form {
  margin: 0 auto;
  max-width: 1920px;
  background-image: url(/application/images/cases/sys-el-footer-bg.webp);
  background-size: cover;
  background-position: 50% 50%;
}
.sys-el-form h2 {
  font-family: "Unbounded";
  font-size: clamp(22px, 14px + 2.222vw, 46px);
  font-weight: 400;
  line-height: 140%;
  color: #fff;
  text-transform: uppercase;
}
.sys-el-form p {
  font-family: "Montserrat";
  font-size: clamp(14px, 11.667px + 0.648vw, 21px);
  line-height: 140%;
  color: #fff;
}
.sys-el-form .form_subscription input,
.sys-el-form .form_subscription select,
.sys-el-form .form_subscription textarea,
.sys-el-form .form_subscription .default.text {
  font-family: "Montserrat" !important;
  font-weight: 300 !important;
  font-size: 14px;
}
.sys-el-form .form_subscription p {
  font-size: 1rem;
}
.sys-el-form .form_subscription a[href="/privacy_policy"] {
  color: #FF8600;
}