








@-webkit-keyframes gradient-shift {
  0% {
    background-position: 0% 100%; }
  50% {
    background-position: 100% 100%; }
  100% {
    background-position: 0% 100%; } }
@keyframes gradient-shift {
  0% {
    background-position: 0% 100%; }
  50% {
    background-position: 100% 100%; }
  100% {
    background-position: 0% 100%; } }




.hero__anchors {
  background: #000003; }
  .hero__anchors a {
    background: none; }
    .hero__anchors a:hover, .hero__anchors a:focus {
      color: white; }

@media (max-width: 63.9375em) {
  .lcg-tabs {
    display: none; } }

@media (min-width: 64em) {
  .lcg-tabs-panel:not(.is-active) {
    display: none; }
  .lcg-tabs .tabs-title {
    font-size: 1.2rem;
    line-height: 1.25;
    font-weight: bold;
    margin-top: 8px;
    border-bottom: 5px solid transparent;
    padding-bottom: 16px; } }
  @media (min-width: 64em) and (min-width: 64em) {
    .lcg-tabs .tabs-title {
      font-size: 1.5rem; } }

@media (min-width: 64em) {
    .lcg-tabs .tabs-title a {
      text-decoration: none;
      color: #000003; }
    .lcg-tabs .tabs-title.is-active {
      border-color: #000003; } }

.development-panel .card-title {
  margin-top: 32px; }

@media screen and (max-width: 63.9375em) {
  .development-panel {
    transform: translate(0, 0); } }

[id*='low-code-card-'] [class*='heading'].card-title {
  color: white;
  font-weight: 400;
  font-size: 2rem; }

[id*='low-code-card-'] .mt1 {
  margin-bottom: 2rem; }

.tab-nav {
  background: #000003; }

.tab-nav__item {
  background-color: inherit !important;
  border-right: 1px solid white; }
  .tab-nav__item:last-of-type {
    border-right: none; }
  .tab-nav__item:hover, .tab-nav__item:focus {
    background: blue; }
  .tab-nav__item a {
    background: inherit;
    color: white; }

.tab-nav__item.anchor-link:last-child {
  border-right: none !important; }

ul.development-benefits {
  margin-left: 1rem; }
  ul.development-benefits li {
    list-style: inherit; }

#manifesto {
  counter-reset: countedCards; }
  #manifesto .principlesCard {
    display: flex;
    position: relative; }
  #manifesto .principlesCard__figure {
    flex: 0 0 100px;
    position: relative; }
    #manifesto .principlesCard__figure img {
      max-height: 30px; }
  #manifesto .principlesCard__text {
    flex: 0 0 1;
    position: relative; }
  #manifesto .principlesCard::before {
    counter-increment: countedCards;
    content: "0" counter(countedCards);
    display: block;
    position: absolute;
    line-height: 1;
    top: 8px;
    left: 8px;
    font-style: normal;
    font-size: 6em;
    font-weight: bold;
    opacity: 0.15; }

.valueCard {
  background: rgba(255, 255, 255, 0.5);
  padding: 24px 16px;
  height: 100%; }

.valueCard__title {
  text-transform: uppercase;
  font-weight: bold; }

.valueCard__number {
  display: block;
  font-size: 310%;
  font-weight: 400; }

#news-cards a.arrow-link {
  color: #000003; }
  #news-cards a.arrow-link::after {
    color: #0cabf9; }

.outside-card-icon {
  flex: 0 1 60px;
  margin-right: 1rem;
  text-align: center; }

.outside-card-text {
  flex: 1; }

#essentials {
  background-image: linear-gradient(90deg, #0cabf9, #00338c); }

/*# sourceMappingURL=low-code-guide.min.css.map */
