/* === DESKTOP FIRST === */
/* xl <= Extra extra large (xxl) */
/* lg <= Extra large (xl) */
/* md <= Large (lg) */
/* sm <= Medium (md) */
@media (max-width: 992px) {
  body {
    font-size: 14px;
  }

  #client {
    display: block;
  }

  .sectionTitle {
    font-size: 1.5rem;
  }

  .button {
    padding: 12px 20px;
    font-weight: 400;
    border-radius: 12px;
  }

  #header .client {
    display: none;
  }
  #header .headerWrapper {
    display: flex;
    align-items: center;
    height: 80px;
    width: 100%;
    flex-grow: 1;
  }
  #header .headerWrapper .logo {
    height: 60px;
    width: 150px;
    display: flex;
    align-items: center;
  }
  #header .headerWrapper .logo img {
    object-fit: contain;
    height: 100%;
  }
  #header .headerWrapper .logo h6 {
    font-weight: 800;
    font-size: 1.35rem;
    margin-bottom: 0;
  }
  #header .headerWrapper .menu {
    display: none;
  }
  #header .headerWrapper .headerActions {
    margin-left: auto;
    overflow: visible;
  }

  #banner {
    position: relative;
    height: auto;
    padding: 80px 0;
    align-items: center;
    background: #F6F9FF;
  }
  #banner .line {
    position: absolute;
    right: -30px;
    bottom: 5%;
    z-index: 0;
  }
  #banner .line img {
    z-index: 0;
  }
  #banner .mainTitle {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 20px;
  }
  #banner .mainTitle span {
    color: #0c63e4;
  }
  #banner .mainDescription {
    position: relative;
    color: #656b8a;
    margin-bottom: 30px;
    z-index: 10;
  }
  #banner .actions {
    z-index: 10;
    position: relative;
    display: flex;
    gap: 10px;
  }
  #banner .actions .video {
    color: #9D9595;
    font-weight: 500;
  }
  #banner .mainImageWrapper {
    margin-top: 30px;
    position: relative;
    z-index: 100;
  }

  #about {
    background: #F6F9FF;
    position: relative;
    padding: 60px 0;
  }
  #about .sectionTitle {
    text-align: center;
    margin-bottom: 20px;
  }
  #about .text {
    text-align: center;
  }

  #orders {
    background: #F6F9FF;
    position: relative;
    padding: 60px 0;
  }
  #orders .sectionContent {
    padding: 0;
  }
  #orders .sectionTitle {
    margin-bottom: 20px;
  }
  #orders .actions {
    margin-top: 25px;
  }

  #reports {
    background: #F6F9FF;
    position: relative;
    padding: 40px 0;
  }
  #reports .sectionContent {
    padding: 0 60px 0 0;
  }
  #reports .sectionTitle {
    margin-bottom: 20px;
  }
  #reports .options {
    margin-top: 30px;
  }
  #reports .options .dop {
    display: block;
    margin-bottom: 15px;
    font-size: 0.9rem;
  }
  #reports .options .item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  #reports .options .item.more {
    height: 35px;
    color: #ccc;
  }
  #reports .options .item .icon {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #2F80ED;
  }
  #reports .options .item .icon i {
    font-size: 0.9rem;
    color: #2F80ED;
  }
  #reports .options .item span {
    font-size: 0.9rem;
    font-weight: 600;
  }
  #reports .actions {
    margin-top: 25px;
  }

  #features {
    background: #F6F9FF;
    position: relative;
    padding: 40px 0;
  }
  #features .sectionTitle {
    text-align: center;
    margin-bottom: 20px;
  }
  #features .sectionText {
    text-align: center;
  }
  #features .featuresList {
    margin-top: 40px;
  }
  #features .featuresList .mainItem {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    min-height: 300px;
    border-radius: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 30px;
    background-image: url("/images/bg.svg"), linear-gradient(45deg, #2F80ED, #56CCF2);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%;
  }
  #features .featuresList .mainItem .itemInfo {
    padding: 30px 0;
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    flex-grow: 1;
  }
  #features .featuresList .mainItem .itemInfo .itemTitle {
    font-size: 1.3rem;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.4;
    color: #fff;
  }
  #features .featuresList .mainItem .itemInfo .itemDescription {
    color: #eee;
  }
  #features .featuresList .mainItem .itemImage {
    width: 100%;
    margin-left: auto;
    padding: 0;
  }
  #features .featuresList .secondaryItem {
    z-index: 10;
    position: relative;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    min-height: 300px;
    border-radius: 20px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    margin-bottom: 30px;
    overflow: hidden;
  }
  #features .featuresList .secondaryItem.first {
    background: url("/images/bg.svg"), linear-gradient(45deg, #ACB6E5, #6bd8c4);
  }
  #features .featuresList .secondaryItem.second {
    background: url("/images/bg.svg"), linear-gradient(45deg, #BE93C5, #7BC6CC);
  }
  #features .featuresList .secondaryItem .itemInfo {
    padding: 30px 0 0 0;
    width: 100%;
  }
  #features .featuresList .secondaryItem .itemInfo .itemTitle {
    font-size: 1.3rem;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.4;
    color: #fff;
  }
  #features .featuresList .secondaryItem .itemInfo .itemDescription {
    color: #fff;
  }
  #features .featuresList .secondaryItem .itemImage {
    width: 700px;
    height: 230px;
  }
  #features .featuresList .secondaryItem .itemImage img {
    position: absolute;
    bottom: 0;
    left: 0px;
  }

  #moreFeatures {
    background: #F6F9FF;
    position: relative;
    padding: 60px 0;
  }
  #moreFeatures .sectionHeader {
    margin-bottom: 60px;
  }
  #moreFeatures .sectionHeader .sectionTitle {
    margin-bottom: 20px;
  }
  #moreFeatures .item {
    margin-bottom: 40px;
  }
  #moreFeatures .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #0398E2;
    margin-bottom: 10px;
    color: #fff;
  }
  #moreFeatures .item .name {
    display: block;
    font-weight: 700;
    font-size: 0.8rem;
    margin-bottom: 7px;
  }
  #moreFeatures .item .description {
    font-size: 0.7rem;
    padding-right: 10px;
  }

  #kek .kekWrapper {
    background-image: url("/images/bg.svg"), linear-gradient(45deg, #2F80ED, #56CCF2);
  }

  #callToAction {
    position: relative;
    padding: 10px 0 0px 0;
  }
  #callToAction .sl {
    position: absolute;
    top: 0;
  }
  #callToAction .sectionTitle {
    margin-bottom: 20px;
  }
  #callToAction .actions {
    margin-top: 25px;
  }
  #callToAction .imgContainer {
    padding-right: 0;
    margin-bottom: 30px;
  }
  #callToAction img {
    z-index: 0;
  }

  #footer {
    position: relative;
  }
  #footer .footerWrapper {
    border-top: 1px solid #eee;
    display: flex;
    justify-content: normal;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    font-size: 0.8rem;
    color: #777;
  }
  #footer .footerWrapper .links {
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0px;
    margin-top: 10px;
  }
}
/* xs <= Small (sm) */

/*# sourceMappingURL=media.css.map */
