body .home-slider {
  height: calc(100vh - 110px);
  min-height: 380px;
  background: #00b8e9;
  position: relative; }
  body .home-slider::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(48, 56, 66, 0.6);
    z-index: 1;
    display: block; }
  body .home-slider #sliderControls {
    width: 100%; }
  body .home-slider .slide-title-container {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    text-shadow: rgba(48, 56, 66, 0.5) 0px 4px 10px;
    max-width: 640px; }
    body .home-slider .slide-title-container h2 {
      color: #fff;
      font-weight: 600;
      font-size: 3rem; }
    body .home-slider .slide-title-container p {
      color: #fff;
      font-weight: 400;
      font-size: 2rem; }
    @media (max-width: 991px) {
      body .home-slider .slide-title-container h2 {
        font-size: 2rem; }
      body .home-slider .slide-title-container p {
        font-size: 1.4rem; } }
  body .home-slider .carousel-item {
    height: calc(100vh - 110px);
    min-height: 380px; }
    body .home-slider .carousel-item img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  body .home-slider .floating-menu {
    position: absolute;
    bottom: 10%;
    right: 10%;
    z-index: 4; }
    body .home-slider .floating-menu #floating-menu-checkbox + ul {
      margin: 0px;
      padding: 0px 0px 4px 0px;
      display: none; }
      body .home-slider .floating-menu #floating-menu-checkbox + ul li {
        display: flex;
        justify-content: center;
        list-style-type: none;
        position: relative;
        opacity: 0;
        transform: translateX(-100px);
        padding: 4px;
        transition: opacity ease-in-out 0.4s, transform ease-in-out 0.4s; }
        body .home-slider .floating-menu #floating-menu-checkbox + ul li.visible {
          transform: translateX(0px);
          opacity: 1; }
        body .home-slider .floating-menu #floating-menu-checkbox + ul li a {
          display: flex;
          width: 50px;
          height: 50px;
          border-radius: 50%;
          justify-content: center;
          align-items: center;
          text-decoration: none;
          color: #fff;
          position: relative; }
          body .home-slider .floating-menu #floating-menu-checkbox + ul li a::after {
            content: attr(data-tooltip);
            position: absolute;
            right: calc(100% + 20px);
            top: 50%;
            transform: translateY(-50%);
            z-index: 1;
            display: block;
            padding: 4px 10px;
            border-radius: 50px;
            color: #fff;
            font-size: 12px;
            opacity: 0;
            white-space: nowrap;
            transition: left ease-in-out 0.2s, right ease-in-out 0.2s,
 opacity ease-in-out 0.4s; }
          body .home-slider .floating-menu #floating-menu-checkbox + ul li a:hover::after {
            right: calc(100% + 5px);
            opacity: 1; }
        body .home-slider .floating-menu #floating-menu-checkbox + ul li:nth-child(1) a {
          background-color: #CBC34B; }
          body .home-slider .floating-menu #floating-menu-checkbox + ul li:nth-child(1) a::after {
            background-color: rgba(203, 195, 75, 0.6); }
        body .home-slider .floating-menu #floating-menu-checkbox + ul li:nth-child(2) a {
          background-color: #E83D7B; }
          body .home-slider .floating-menu #floating-menu-checkbox + ul li:nth-child(2) a::after {
            background-color: rgba(232, 61, 123, 0.6); }
        body .home-slider .floating-menu #floating-menu-checkbox + ul li:nth-child(3) a {
          background-color: #00b8e9; }
          body .home-slider .floating-menu #floating-menu-checkbox + ul li:nth-child(3) a::after {
            background-color: rgba(0, 184, 233, 0.6); }
        body .home-slider .floating-menu #floating-menu-checkbox + ul li:nth-child(4) a {
          background-color: #F49231; }
          body .home-slider .floating-menu #floating-menu-checkbox + ul li:nth-child(4) a::after {
            background-color: rgba(244, 146, 49, 0.6); }
    body .home-slider .floating-menu #floating-menu-checkbox ~ .main-button {
      width: 60px;
      height: 60px;
      position: relative;
      transform: rotateZ(0deg);
      background: linear-gradient(160deg, #f9c592, #F49231);
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      color: #fff;
      font-size: 26px;
      transition: transform ease 0.4s; }
    body .home-slider .floating-menu #floating-menu-checkbox:checked ~ .main-button {
      transform: rotateZ(180deg); }
  body .home-slider::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 80px;
    background-image: url(../assets/index-slider-curve.svg);
    background-size: 1920px 80px;
    background-position: center 1px;
    background-repeat: no-repeat; }
  @media (max-width: 991px) {
    body .home-slider {
      height: calc(100vh - 240px);
      min-height: 400px;
      margin-top: 240px; } }

body .body-container h4 {
  color: #303842;
  font-size: 1.2rem; }

body .body-container p {
  color: #888AA7;
  font-size: 1rem; }

body .footer-container a {
  display: inline-block;
  font-size: 0.9rem;
  color: #F49231;
  text-decoration: underline;
  font-weight: 700; }

body .cs-section {
  position: relative; }
  body .cs-section::before {
    position: absolute;
    width: 100%;
    height: calc(100% - 200px);
    background-color: #fff;
    bottom: 0px;
    left: 0px;
    content: ""; }

body .frames-container {
  width: 100%;
  max-width: 460px;
  height: 340px;
  position: relative; }
  body .frames-container > div {
    display: block;
    position: absolute;
    z-index: 1;
    transform: translateX(-50%);
    overflow: hidden; }
    body .frames-container > div:nth-child(2) {
      width: 210px;
      height: 210px;
      border-radius: 32px;
      border: solid 6px #fff;
      top: 0px;
      left: 55%;
      box-shadow: rgba(48, 56, 66, 0.1) 0px 10px 20px;
      background-color: #fff; }
    body .frames-container > div:nth-child(3) {
      width: 110px;
      height: 110px;
      border-radius: 24px;
      border: solid 6px #fff;
      top: 50px;
      left: 25%;
      box-shadow: rgba(48, 56, 66, 0.1) 0px 10px 20px;
      background-color: #fff; }
    body .frames-container > div:nth-child(1) {
      width: 160px;
      height: 160px;
      border-radius: 28px;
      border: solid 6px #fff;
      top: 170px;
      left: 40%;
      box-shadow: rgba(48, 56, 66, 0.1) 0px 10px 20px;
      background-color: #fff; }
    body .frames-container > div > img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

body .cs-card,
body .cs-card:link {
  width: 100%;
  max-width: 280px;
  background-color: #fff;
  box-shadow: rgba(48, 56, 66, 0.1) 0px 10px 20px;
  padding: 20px;
  border-radius: 10px;
  text-decoration: none;
  border: solid 3px rgba(244, 146, 49, 0);
  transition: border ease 0.4s; }
  body .cs-card .icon-container,
  body .cs-card:link .icon-container {
    min-height: 120px;
    position: relative; }
    body .cs-card .icon-container .icon,
    body .cs-card:link .icon-container .icon {
      width: 80px;
      height: 80px;
      border-radius: 24px;
      background: linear-gradient(160deg, #f9c592, #F49231);
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 34px;
      text-decoration: none; }
    body .cs-card .icon-container::before,
    body .cs-card:link .icon-container::before {
      content: "";
      width: 90px;
      height: 90px;
      position: absolute;
      top: 18px;
      left: 18px;
      z-index: 0;
      display: block;
      background-image: url(../assets/cs-card-icon-shadow.svg); }
  body .cs-card .title-container,
  body .cs-card:link .title-container {
    color: #303842; }
    body .cs-card .title-container h6,
    body .cs-card:link .title-container h6 {
      font-weight: 600; }
    body .cs-card .title-container span img,
    body .cs-card:link .title-container span img {
      position: relative;
      transform: scaleX(-1); }
  body .cs-card:hover,
  body .cs-card:link:hover {
    border-color: #f49231; }

body .news-section {
  background-color: #fff;
  position: relative;
  padding-bottom: 60px; }
  body .news-section .news-navigation-container button {
    width: 40px;
    height: 40px;
    border: solid 1px #efeff3;
    background-color: rgba(244, 146, 49, 0);
    color: #888AA7;
    transition: all ease 0.4s; }
    body .news-section .news-navigation-container button:hover {
      background-color: #f49231;
      border-color: #F49231;
      color: #fff; }
  body .news-section .news-column {
    display: flex;
    justify-content: center;
    padding: 0px 0px;
    width: 0%;
    overflow: hidden;
    transition: width ease 0.4s; }
    body .news-section .news-column.active {
      width: 100%; }
      @media (min-width: 476px) {
        body .news-section .news-column.active {
          width: 50%; }
          body .news-section .news-column.active + .news-column {
            width: 50%; } }
      @media (min-width: 768px) {
        body .news-section .news-column.active {
          width: 33.3333%; }
          body .news-section .news-column.active + .news-column,
          body .news-section .news-column.active + .news-column + .news-column {
            width: 33.3333%; } }
      @media (min-width: 992px) {
        body .news-section .news-column.active {
          width: 25%; }
          body .news-section .news-column.active + .news-column,
          body .news-section .news-column.active + .news-column + .news-column,
          body .news-section .news-column.active + .news-column + .news-column + .news-column {
            width: 25%; } }
  body .news-section .news-card,
  body .news-section .news-card:link {
    width: 100%;
    max-width: 280px;
    background-color: #00b8e9;
    box-shadow: rgba(48, 56, 66, 0.1) 0px 10px 20px;
    padding: 0px;
    margin: 0px 10px;
    border-radius: 18px;
    text-decoration: none;
    height: 280px;
    overflow: hidden;
    position: relative;
    z-index: 1; }
    body .news-section .news-card::before,
    body .news-section .news-card:link::before {
      content: "";
      position: absolute;
      z-index: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(48, 56, 66, 0.5);
      transition: background-color ease 0.4s; }
    body .news-section .news-card img,
    body .news-section .news-card:link img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    body .news-section .news-card .headline,
    body .news-section .news-card:link .headline {
      position: absolute;
      z-index: 2;
      bottom: 20px;
      height: 30%;
      padding: 10px;
      color: #fff; }
      body .news-section .news-card .headline h6,
      body .news-section .news-card:link .headline h6 {
        line-height: 1.4;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
    body .news-section .news-card::after,
    body .news-section .news-card:link::after {
      content: "";
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 80%;
      background: linear-gradient(0deg, rgba(0, 184, 233, 0.95), rgba(0, 184, 233, 0));
      left: 0px;
      bottom: 0px;
      transition: height ease 0.4s; }
    body .news-section .news-card:hover::before,
    body .news-section .news-card:link:hover::before {
      background-color: rgba(48, 56, 66, 0); }
    body .news-section .news-card:hover::after,
    body .news-section .news-card:link:hover::after {
      height: 100%; }
  body .news-section::before {
    content: "";
    right: 20px;
    bottom: 0px;
    position: absolute;
    z-index: 0;
    width: 50%;
    height: 12vw;
    background-image: url(../assets/news-pattern.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }

body .kpis-section {
  background-color: #fff;
  padding-bottom: 90px; }
  body .kpis-section-content {
    padding: 40px 0px;
    display: flex; }
    body .kpis-section-content > div {
      background-color: #f8fbff;
      padding: 20px; }
      body .kpis-section-content > div .body label {
        color: #F49231;
        font-weight: 600; }
      body .kpis-section-content > div .body .form-control {
        background: transparent; }
  body .kpis-section-numbers {
    display: flex; }
    body .kpis-section-numbers > div {
      box-shadow: rgba(48, 56, 66, 0.1) -40px 40px 20px;
      padding: 20px 40px; }
      body .kpis-section-numbers > div .count-col {
        padding: 20px;
        position: relative; }
        body .kpis-section-numbers > div .count-col:nth-child(1)::before {
          content: "";
          background-color: rgba(0, 184, 233, 0.2);
          top: 0px;
          right: 0px;
          transform: translateX(50%);
          width: 2px;
          height: 100%;
          position: absolute; }
        body .kpis-section-numbers > div .count-col:nth-child(2)::before {
          content: "";
          background-color: rgba(0, 184, 233, 0.2);
          bottom: 0px;
          left: 0px;
          transform: translateY(50%);
          height: 2px;
          width: 100%;
          position: absolute; }
        body .kpis-section-numbers > div .count-col:nth-child(4)::before {
          content: "";
          background-color: rgba(0, 184, 233, 0.2);
          top: 0px;
          left: 0px;
          transform: translateX(-50%);
          width: 2px;
          height: 100%;
          position: absolute; }
        body .kpis-section-numbers > div .count-col:nth-child(3)::before {
          content: "";
          background-color: rgba(0, 184, 233, 0.2);
          top: 0px;
          left: 0px;
          transform: translateY(-50%);
          height: 2px;
          width: 100%;
          position: absolute; }
        @media (max-width: 575px) {
          body .kpis-section-numbers > div .count-col::before {
            width: 100% !important;
            height: 2px !important;
            top: auto !important;
            left: 0 !important;
            bottom: 0 !important;
            right: auto !important;
            transform: translateX(0) translateY(0) !important; } }
      body .kpis-section-numbers > div .symbol-container {
        margin-bottom: 10px; }
        body .kpis-section-numbers > div .symbol-container .symbol {
          width: 60px;
          height: 60px;
          background-color: rgba(244, 146, 49, 0.25);
          border-radius: 50%;
          margin: 0px auto;
          display: flex;
          justify-content: center;
          align-items: center;
          color: #F49231;
          font-size: 32px;
          line-height: 1; }
      body .kpis-section-numbers > div .count-container h4 {
        color: #F49231;
        font-weight: 600;
        font-size: 30px;
        position: relative;
        line-height: 1;
        margin-bottom: 20px; }
        body .kpis-section-numbers > div .count-container h4::after {
          font-size: 11px;
          color: #303842;
          content: attr(data-count-subject);
          font-weight: 400;
          position: absolute;
          top: 100%;
          display: flex;
          right: 0; }
      body .kpis-section-numbers > div .subject-container {
        color: #00b8e9; }

body .app-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background: linear-gradient(28deg, #00b8e9, #a7ecff); }
  body .app-section .mobile-container img {
    width: 40%;
    height: auto; }
  body .app-section h2,
  body .app-section p,
  body .app-section ol li {
    color: #fff; }
  body .app-section h2 {
    font-size: 1.6rem;
    font-weight: 600; }
  body .app-section .store-button {
    width: 150px;
    height: 50px;
    border-radius: 16px;
    background-color: transparent;
    border: none;
    margin: 0px 4px;
    padding: 0px; }
    body .app-section .store-button img {
      width: 100%;
      height: 100%;
      object-fit: contain; }

body[dir="rtl"] .home-slider .floating-menu {
  left: 10%;
  right: auto; }
  body[dir="rtl"] .home-slider .floating-menu #floating-menu-checkbox + ul li {
    transform: translateX(100px); }
    body[dir="rtl"] .home-slider .floating-menu #floating-menu-checkbox + ul li.visible {
      transform: translateX(0px); }
    body[dir="rtl"] .home-slider .floating-menu #floating-menu-checkbox + ul li a::after {
      right: auto;
      left: calc(100% + 20px); }
    body[dir="rtl"] .home-slider .floating-menu #floating-menu-checkbox + ul li a:hover::after {
      left: calc(100% + 5px); }

body[dir="rtl"] .cs-card .icon-container::before,
body[dir="rtl"] .cs-card:link .icon-container::before {
  right: 18px;
  left: auto; }

body[dir="rtl"] .cs-card .title-container span img,
body[dir="rtl"] .cs-card:link .title-container span img {
  transform: scaleX(1); }

body[dir="rtl"] .news-section::before {
  left: 20px;
  right: auto; }

body[dir="rtl"] .kpis-section-numbers > div {
  box-shadow: rgba(48, 56, 66, 0.1) 40px 40px 20px; }
  body[dir="rtl"] .kpis-section-numbers > div .count-col:nth-child(1)::before {
    top: 0px;
    left: 0px;
    right: auto;
    transform: translateX(-50%); }
  body[dir="rtl"] .kpis-section-numbers > div .count-col:nth-child(2)::before {
    bottom: 0px;
    left: 0px;
    right: auto;
    transform: translateY(50%); }
  body[dir="rtl"] .kpis-section-numbers > div .count-col:nth-child(4)::before {
    top: 0px;
    right: 0px;
    left: auto;
    transform: translateX(50%); }
  body[dir="rtl"] .kpis-section-numbers > div .count-col:nth-child(3)::before {
    top: 0px;
    left: 0px;
    right: auto;
    transform: translateY(-50%); }
  body[dir="rtl"] .kpis-section-numbers > div .count-container h4::after {
    left: 0;
    right: auto; }