.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  width: 100%
}

.w-nav-overlay [data-nav-menu-open] {
  top: 0
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto
}

.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto
}

.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0
}

.old-w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000
}

.old-w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-right: auto;
  margin-left: auto
}

.old-w-nav-link.old-w--current {
  color: #0082f3
}

.old-w-nav-menu {
  position: relative;
  float: right
}

.old-w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.old-w-nav-button:focus {
  outline: 0
}

.old-w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white
}

.old-w-nav[data-collapse="all"] .old-w-nav-button {
  display: block
}

.old-w-nav-menu {
  position: relative;
  float: right
}

.old-w-nav[data-collapse="all"] .old-w-nav-menu {
  display: none;
}

@media screen and (max-width:991px) {
  .old-w-nav[data-collapse="medium"] .old-w-nav-menu {
    display: none;
    z-index: 98;
    background: transparent;
    border: none;
    box-shadow: none;
  }

  .old-w-nav[data-collapse="medium"] .old-w-nav-menu.bg-colored {
    /* -webkit-backdrop-filter: blur(8px); */
    /* backdrop-filter: blur(8px); */
    /* background-color: rgba(66, 131, 248, 0.5); */
    background-color: transparent;
  }

  .old-w-nav[data-collapse="medium"] .old-w-nav-button {
      display: block
  }
}

@media screen and (max-width:767px) {
  .old-w-nav[data-collapse="small"] .old-w-nav-menu {
    display: none;
    z-index: 98;
    background: transparent;
    border: none;
    box-shadow: none;
  }
  
  .old-w-nav[data-collapse="small"] .old-w-nav-menu.bg-colored {
    /* -webkit-backdrop-filter: blur(8px); */
    /* backdrop-filter: blur(8px); */
    /* background-color: rgba(66, 131, 248, 0.5); */
    background-color: transparent;
  }

  .old-w-nav[data-collapse="small"] .old-w-nav-button {
      display: block
  }

  .old-w-nav-brand {
      padding-right: 10px
  }
}

@media screen and (max-width:479px) {
  .old-w-nav[data-collapse="tiny"] .old-w-nav-menu {
      display: none
  }

  .old-w-nav[data-collapse="tiny"] .old-w-nav-button {
      display: block
  }
}

/* Keep at the top */

body {
  font-family: Almarai, Cairo, Thicccboi, sans-serif;
  color: #676788;
  /* font-size: 18px; */
  font-size: clamp(18px, 1.32vw, 1.32vw);
  line-height: 1.611em;
  font-weight: 500;
}

.old-w-container {
  margin-right: auto;
  margin-left: auto;
  max-width: 940px
}

.old-w-container:before,
.old-w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2
}

.old-w-container:after {
  clear: both
}

.old-w-container .old-w-row {
  margin-right: -10px;
  margin-left: -10px
}



@media screen and (max-width:991px) {
  .old-w-container {
      max-width: 728px
  }
}

@media screen and (max-width:767px) {
  .old-w-row,
  .old-w-container .old-w-row {
      margin-right: 0;
      margin-left: 0
  }
}

@media screen and (max-width:479px) {
  .old-w-container {
      max-width: none
  }
}

.old-w-container {
  margin-right: auto;
  margin-left: auto;
  max-width: 940px
}

.old-w-container:before,
.old-w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2
}

.old-w-container:after {
  clear: both
}

.old-w-container .old-w-row {
  margin-right: -10px;
  margin-left: -10px
}

.old-w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0
}

@media screen and (max-width:991px) {
  .old-w-container {
      max-width: 728px
  }
}

@media screen and (max-width:767px) {
  .old-w-row,
  .old-w-container .old-w-row {
      margin-right: 0;
      margin-left: 0
  }
}

@media screen and (max-width:479px) {
  .old-w-container {
    max-width: none
  }

  .old-first-perk-content {
    max-width: 392px;
  }

  .old-first-perk-content {
    max-width: 392px;
  }
}

.old-w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}


/* Keep at the top */


/* Navbar Styling */
.old-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  /* padding-top: 28px;
  padding-bottom: 28px; */
  padding: clamp(28px, 2.1vw, 2.1vw);
  background-color: transparent;
  transition: all 350ms ease, border 100ms, border-radius 100ms, height 250ms ease-out;
  width: fit-content;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.0);
  /* border-radius: 1rem; */
  border-radius: clamp(3rem, 10vw, 10vw);
  height: clamp(94px, 7vw, 7vw);
  /* height: 94px; */
  /* height: 11.85vh; */
}

.old-header.old-w-nav.scrolled {
  /* border-radius: 0 30px 30px 0; */
  /* background-color: rgba(255, 255, 255, 0.5); */
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  /* border-radius: 0 0 16px 16px; */
  /* border-radius: 3rem; */
  border-radius: clamp(3rem, 10vw, 10vw);
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.7) 100%);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.old-header-logo {
  /* max-width: 136px; */
  min-width: 136px;
  max-width: 10vw;
}

.old-header-navigation {
  display: flex;
  margin-bottom: 0px;
  padding-right: 0px;
  justify-content: flex-end;
  align-items: center;
  list-style-type: none;
  gap: clamp(32px, 2.35vw, 2.35vw);
}

.old-nav-item-wrapper {
  /* margin-left: 32px; */
  margin-bottom: 0px;
  line-height: 1em;
}

.old-nav-item-wrapper.old-button-mobile {
  display: none;
}

.old-nav-link {
  color: #ffffff;
  line-height: 1em;
  text-decoration: none;
}

.old-nav-link:hover {
  color: rgba(255, 255, 255, 0.6);
}

.old-nav-link.gold:hover {
  color: rgba(246, 249, 66, 0.6);
}

/* .old-nav-link.scrolled {
  color: #050299;
}

.old-nav-link.scrolled:hover {
  color: rgb(5, 2, 153, 0.6);
} */

.old-header-root:has(.scrolled) .old-nav-link:not(.gold) {
  /* color: #050299; */
  color: #fff;
  text-shadow: 0 0 10px #05029980;
}

.old-header-root:has(.scrolled) .old-nav-link:not(.gold):hover {
  color: rgb(5, 2, 153, 0.6);
}

.old-nav-link.gold {
  font-weight: 700;
  color: #f6f942;
  line-height: 1em;
  text-decoration: none;
}

.old-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  direction: rtl;
}

.old-header-wrapper.old-center-align {
  justify-content: center;
}

.old-split-content.old-header-right {
  margin-right: 10px;
  margin-left: 4rem;
}

.old-split-content.old-header-left {
  display: flex;
  align-items: center;
}

.old-split-content.old-header-center {
  display: flex;
  align-items: center;
}

.old-brand {
  padding-right: 0px;
  transition-property: transform;
  transform-style: preserve-3d;
}

.old-brand:hover {
  transform: scale3d(1.05, 1.05, 1.01);
}

.old-bg {
  position: absolute;
  transform: translate(0px, 0px);
}

.old-bg.old-header {
  width: 100%;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  overflow: hidden;
  background-color: #fff;
  opacity: 0.95;
  height: 100%;
  transition: height 350ms ease;
}

.old-header-menu-button-icon-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.old-header:has(.old-w-nav-button.w--open) .old-bg.old-header {
  height: 100vh;
}

.old-header:has(.old-w-nav-button.w--open) {
  transition: height 350ms ease-in;
  height: 100vh;
}

.old-header-root {
  position: -webkit-sticky;
  position: sticky;
  /* top: 0; */
  /* top: 1rem; */
  top: clamp(1rem, 1.15vw, 1.15vw);
  height: 0;
  padding: 0;
  z-index: 1000;
}

.padding-correction {
  /* padding-top: 76px; */
}

@media screen and (max-width: 991px){
  .old-header-root {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 0;
    padding: 0;
  }

  .old-header-navigation {
    margin-left: 24px;
    margin-right: 24px;
    flex-direction: column;
    align-items: stretch;
  }

  .old-header {
    width: revert;
    margin: revert;
  }

  .old-bg.old-header {
    z-index: 98;
  }

  .old-nav-item-wrapper {
    display: flex;
    margin-left: 0px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .old-nav-item-wrapper.old-button-mobile {
    display: block;
    margin-top: 120px;
  }

  .old-nav-link {
    font-size: 30px;
  }

  .old-menu-button {
    width: 46px;
    max-height: 46px;
    min-height: 46px;
    min-width: 46px;
    padding: 0px;
    border-radius: 9px;
    background-color: #050229;
    transition: background-color 350ms ease;
    color: #fff;
    font-size: 30px;
  }

  .old-menu-button.w--open {
    background-color: #050229;
  }

  .old-nav-menu {
    position: fixed;
    display: flex;
    overflow: auto;
    width: 100vw;
    max-height: 100vh;
    max-width: 100%;
    padding-top: 106px;
    padding-bottom: 40px;
    border-style: solid;
    border-width: 1px;
    border-color: #e4e4eb;
    background-color: #fff;
    box-shadow: 0 4px 10px 0 rgba(74, 58, 255, 0.18);
  }

  .old-split-content.old-header-right {
    position: relative;
    z-index: 99;
  }

  .old-split-content.old-header-left {
    position: relative;
    z-index: 99;
  }

  .old-split-content.old-header-center {
    margin-left: 20px;
    margin-right: auto;
  }

  .old-icon-wrapper {
    display: flex;
    width: 20px;
    min-height: 16px;
    flex-direction: column;
    justify-content: space-between;
  }

  .old-header-menu-button-icon-top {
    width: 100%;
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    background-color: #fff;
  }

  .old-header-menu-button-icon-medium {
    width: 100%;
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    background-color: #fff;
  }

  .old-header-menu-button-icon-bottom {
    width: 100%;
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    background-color: #fff;
  }

  .old-header.old-w-nav {
    top: 1.5rem;
    position: relative;
    margin: 0 1.5rem;
  }
}

@media screen and (max-width: 767px){
  .old-nav-item-wrapper {
    display: flex;
    margin-left: 0px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .old-nav-link {
    font-size: 26px;
  }

  .padding-correction {
    padding-top: 32px;
  }

  .old-header {
    padding-top: 23px;
    padding-bottom: 23px;
    width: revert;
    margin: revert;
  }

  .old-nav-menu {
    position: absolute;
    padding-top: 96px;
  }

  .old-header.old-w-nav {
    top: 1.5rem;
    position: relative;
    margin: 0 1.5rem;
  }

  .old-header.old-w-nav.scrolled {
    /* border-radius: 0; */
  }

  .old-header.old-w-nav {
    /* border-radius: 0 30px 30px 0; */
    /* background-color: rgba(255, 255, 255, 0.5); */
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    /* border-radius: 0 0 16px 16px; */
    border-radius: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.7) 100%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  }

  .old-header-root:has(.mobile-scrolled) .old-nav-link:not(.gold) {
    /* color: #050299; */
    color: #fff;
    text-shadow: 0 0 10px rgba(5, 2, 151, 0.6);
  }

  .old-header-navigation {
    margin-left: 0;
    margin-right: 0;
  }
  
}

@media screen and (max-width: 479px){
  .old-nav-item-wrapper {
    display: flex;
    margin-left: 0px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .old-nav-link {
    font-size: 24px;
  }

  .padding-correction {
    padding-top: 88px;
  }

  .old-header-root {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 0;
    padding: 0;
  }
  
  .old-header {
    padding: 12px 24px;
    width: revert;
    margin: revert;
  }

  .old-header-navigation {
    margin-left: 0;
    margin-right: 0;
  }

  .old-menu-button {
    font-size: 26px;
  }

  .old-nav-menu {
    position: absolute;
    padding-top: 85px;
  }

  .old-icon-wrapper {
    width: 20px;
  }

  .old-split-content.old-header-center {
    margin-left: 10px;
  }

  .old-header.old-w-nav {
    top: 1.25rem;
    position: relative;
    margin: 0 1.5rem;
  }

  .old-header.old-w-nav.scrolled {
    /* border-radius: 0; */
  }

  .old-header.old-w-nav {
    height: 70px;
    border-radius: 35px;
  }
}

/* Navbar Styling */


.old-bg-neutral-200 {
  background-color: #f9f9fb;
}


/* Newely added */

.old-first-perks-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  direction: rtl;
}

@media screen and (max-width: 991px) {
  .old-first-perks-wrapper {
    flex-direction: column;
    max-width: 720px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .old-first-perks-wrapper {
    flex-direction: column;
    max-width: 556px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 429px) {
  .old-first-perks-wrapper {
    flex-direction: column;
    max-width: 392px;
    margin: 0 auto;
  }
}


.old-first-perks-content {
  max-width: 484px;
}

.old-visible-on-mobile {
  display: none;
}

.old-image-wrapper {
  display: flex;
  overflow: hidden;
  align-items: center;
  transform: translate(0px, 0px);
}

.old-image-wrapper.old-first-perks {
  position: relative;
  width: 100%;
  max-width: 576px;
  margin-left: 20px;
  margin-right: 20px;
  justify-content: center;
  border-radius: 60px;
}

.old-bg.old-first-perks {
  position: static;
}

.old-paragraph.old-first-perks {
  margin-bottom: 28px;
}


.old-visible-on-big-screen {
  display: flex;
  flex-direction: column;
}

.old-ecom-subtitle-style {
  position: absolute;
  z-index: 1;
  width: 50%;
  max-width: 100%;
  top: 50px;
}

.old-image.old-first-perks-90w-no-shadow {
  position: absolute;
  z-index: 1;
  width: 100%;
  max-width: 90%;
}

.old-title.old-first-perks {
  margin-bottom: 36px;
}

.old-h2 {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #050229;
  font-size: 48px;
  line-height: 1.167em;
  font-weight: 800;
}

.old-first-perks-grid {
  max-width: 431px;
  grid-row-gap: 28px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.old-first-perk-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.old-image.old-first-perk-icon {
  width: 56px;
  min-height: 56px;
  min-width: 56px;
  margin-left: 25px;
  border-radius: 17px;
}

.old-title.old-h5-size {
  color: #050229;
  font-size: 18px;
  line-height: 1.333em;
  font-weight: 800;
}

.old-title.old-h5-size.old-first-perk {
  margin-bottom: 8px;
  margin-top: 0;
}

.old-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.old-section.old-bg-neutral-200 {
  overflow: hidden;
}

.old-container-default {
  /* max-width: 1272px; */
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.old-paragraph.old-first-perk {
  margin-bottom: 0px;
}


@media screen and (max-width: 991px) {
  .old-h2 {
    margin-bottom: 20px;
    font-size: 40px;
  }

  .old-h3 {
    margin-top: 0px;
    margin-bottom: 24px;
    color: #050229;
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 800;
  }

  .old-first-perks-content {
    width: 100%;
    max-width: 720px;
    margin-bottom: 60px;
  }

  .old-image-wrapper.old-first-perks {
    max-width: 720px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .old-paragraph.old-first-perks {
    max-width: 490px;
    margin-bottom: 40px;
  }

  .old-title.old-first-perks {
    margin-bottom: 20px;
  }

  .old-section {
    padding-top: 144px;
    padding-bottom: 144px;
  }
}


@media screen and (max-width: 767px) {
  .old-h2 {
    margin-bottom: 10px;
    font-size: 33px;
  }

  .old-h3 {
    font-size: 22px;
  }

  .old-first-perks-content {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .old-image-wrapper.old-first-perks {
    border-radius: 50px;
  }

  .old-paragraph.old-first-perks {
    margin-bottom: 35px;
  }

  .old-ecom-subtitle-style {
    top: 60px;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }

  .old-title.old-first-perks {
    margin-left: 10px;
    margin-bottom: 16px;
  }

  .old-first-perks-grid {
    grid-row-gap: 23px;
  }

  .old-image.old-first-perk-icon {
    margin-left: 20px;
  }

  .old-title.old-h5-size.old-first-perk {
    margin-bottom: 6px;
  }

  .old-section {
    padding-top: 115px;
    padding-bottom: 115px;
  }
}


@media screen and (max-width: 479px) {
  .old-h2 {
    font-size: 28px;
  }

  .old-h3 {
    font-size: 20px;
  }

  .old-first-perks-content {
    margin-top: 2rem;
    max-width: 392px;
  }

  .old-visible-on-mobile{
    display: flex;
    flex-direction: column;
  }

  .old-image-wrapper.old-first-perks {
    border-radius: 40px;
  }

  .old-paragraph.old-first-perks {
    margin-bottom: 30px;
  }

  .old-title.old-first-perks {
    margin-left: 0px;
    margin-bottom: 10px;
  }

  .old-title.old-h5-size {
    font-size: 16px;
  }

  .old-visible-on-big-screen{
    display: none;
  }

  .old-first-perks-grid {
    max-width: 392px;
  }

  .old-first-perk-wrapper {
    flex-wrap: wrap;
  }

  .old-image.old-first-perk-icon {
    width: 45px;
    min-height: 45px;
    min-width: 45px;
    margin-left: 15px;
    margin-bottom: 10px;
    border-radius: 13px;
  }

  .old-section {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .old-container-default {
    padding-left: 0;
    padding-right: 0;
  }
}


/* Website Section Styling */

.old-content-top {
  display: flex;
  justify-content: space-between;
}

.old-content-top.old-home-features {
  margin-bottom: 48px;
  align-items: flex-end;
  direction: rtl;
}

.old-split-content.old-content-top-home-features-left {
  max-width: 529px;
}

.old-title.old-home-features {
  margin-bottom: 0px;
}

.old-home-features-grid {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  direction: rtl;
}

@media screen and (max-width: 991px) {
  .old-split-content.old-content-top-home-features-left {
    max-width: 360px;
  }

  .old-home-features-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    max-width: 720px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .old-content-top.old-home-features {
    margin-bottom: 40px;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .old-split-content.old-content-top-home-features-left {
    margin-left: auto;
    margin-bottom: 30px;
    margin-right: auto;
  }

  .old-home-features-grid {
    grid-row-gap: 35px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 556px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 479px) {
  .old-content-top {
    flex-direction: column;
    align-items: stretch;
  }

  .old-home-features-grid { 
    max-width: 392px;
    margin: 0 auto;
  }
}



/* */

.old-button-primary {
  padding: 22px 40px;
  border-radius: 14px;
  background-color: #050229;
  transition: background-color 300ms ease;
  color: #fff;
  line-height: 1.111em;
  font-weight: 800;
  text-align: center;
}

.old-button-primary:hover {
  background-color: rgba(5, 2, 41, 0.6);
  color: #fff;
}

@media screen and (max-width: 479px) {
  .old-button-primary {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.old-dashboard-button-style {
  position: absolute;
  z-index: 1;
  width: 50%;
  max-width: 100%;
  bottom: 100px;
}

.old-card {
  overflow: hidden;
  border-radius: 36px;
  background-color: #fff;
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.02), 0 2px 6px 0 rgba(0, 0, 0, 0.01), 0 10px 34px 0 rgba(0, 0, 0, 0.03);
  transform: translate(0px, 0px);
}

.old-card.old-home-feature {
  padding: 71px 32px 63px;
}

.old-card.old-home-feature.old-featured {
  display: flex;
  padding: 67px 48px 72px;
  justify-content: space-between;
  align-items: flex-start;
}

.old-split-content.old-card-home-feature-custom {
  max-width: 500px;
  margin-left: 10px;
  -ms-grid-row-align: center;
  align-self: center;
  direction: rtl;
}

.old-image.old-card-home-feature-icon {
  width: 72px;
  min-height: 72px;
  min-width: 72px;
  margin-bottom: 32px;
  border-radius: 22px;
}

.old-image.old-card-home-feature-website {
  width: 100%;
  max-width: 65%;
  margin-left: -170px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.old-title.old-card-home-feature {
  margin-bottom: 12px;
  font-size: 23px;
  line-height: 1.565em;
}

.old-paragraph.old-card-home-feature {
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 1.706em;
}

@media screen and (max-width: 479px) {
  .old-card {
    border-radius: 25px;
  }

  .old-card.old-home-feature {
    padding-top: 40px;
    padding-bottom: 35px;
  }

  .old-card.old-home-feature.old-featured {
    padding: 45px 20px 50px;
  }

  .old-image.old-card-home-feature-icon {
    width: 65px;
    min-height: 65px;
    min-width: 65px;
    margin-bottom: 20px;
  }

  .old-image.old-card-home-feature-website {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }

  .old-title.old-card-home-feature {
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 767px) {
  .old-card {
    border-radius: 30px;
  }

  .old-card.old-home-feature {
    padding: 50px 20px 44px;
    text-align: center;
  }

  .old-card.old-home-feature.old-featured {
    padding: 56px 32px 60px;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .old-split-content.old-card-home-feature-custom {
    max-width: 368px;
    margin-left: 10px;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .old-image.old-card-home-feature-icon {
    margin-bottom: 27px;
  }

  .old-image.old-card-home-feature-website {
    width: 100%;
    max-width: 75%;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }

  .old-title.old-card-home-feature {
    margin-bottom: 10px;
  }

  .old-dashboard-button-style {
    bottom: 30px;
  }
}


@media screen and (max-width: 991px) {
  .old-card.old-home-feature {
    padding-top: 60px;
    padding-bottom: 53px;
  }

  .slider-4._3.w-slider.mobile .w-layout-blockcontainer.container-18.w-container {
    padding: 0 0 1.5rem 0;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    place-items: center;
  }

  .slider-4._3.w-slider.mobile .w-slider-arrow-right, 
  .slider-4._3.w-slider.mobile .w-slider-arrow-left {
    height: 100%;
    display: flex;
    place-content: center;
    place-items: center;
    flex-direction: column;
  }

  .slider-4._3.w-slider.mobile .icon.w-icon-slider-right, 
  .slider-4._3.w-slider.mobile .icon-2.w-icon-slider-left {
    width: 48px;
    height: 48px;
    font-size: 30px;
    font-weight: 900;
    border-radius: 60px;
    color: transparent;
    margin: 0;
    position: relative;
  }
}



#w-node-_0f8c0aa7-29e3-48db-ff11-a7f0174c08cc-60f21a1a {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_0f8c0aa7-29e3-48db-ff11-a7f0174c08cc-60f21a1a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  .slider-4._3.w-slider.mobile .w-layout-blockcontainer.container-18.w-container {
    padding: 0;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    place-items: center;
  }

  .slider-4._3.w-slider.mobile .w-slider-arrow-right, 
  .slider-4._3.w-slider.mobile .w-slider-arrow-left {
    height: 100%;
    display: flex;
    place-content: center;
    place-items: center;
    flex-direction: column;
  }

  .slider-4._3.w-slider.mobile .icon.w-icon-slider-right, 
  .slider-4._3.w-slider.mobile .icon-2.w-icon-slider-left {
    width: 48px;
    height: 48px;
    font-size: 30px;
    font-weight: 900;
    border-radius: 60px;
    color: transparent;
    margin: 0;
    position: relative;
  }
}

@media screen and (max-width: 479px) {
  .slider-4._3.w-slider.mobile .w-layout-blockcontainer.container-18.w-container {
    padding: 0;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    place-items: center;
  }

  .slider-4._3.w-slider.mobile .w-slider-arrow-right, 
  .slider-4._3.w-slider.mobile .w-slider-arrow-left {
    height: 100%;
    display: flex;
    place-content: center;
    place-items: center;
    flex-direction: column;
  }

  .slider-4._3.w-slider.mobile .icon.w-icon-slider-right, 
  .slider-4._3.w-slider.mobile .icon-2.w-icon-slider-left {
    width: 48px;
    height: 48px;
    font-size: 30px;
    font-weight: 900;
    border-radius: 60px;
    color: transparent;
    margin: 0;
    position: relative;
  }
}

.w-layout-blockcontainer.container-18.w-container::before, 
.w-layout-blockcontainer.container-18.w-container::after {
  content: unset;
}

#w-node-_11db2e61-bcc4-6818-47ef-caedd914c8c0-9426d7ca {
  height: auto !important;
}

#w-node-_11db2e61-bcc4-6818-47ef-caedd914c8c0-9426d7ca::before,
#w-node-_11db2e61-bcc4-6818-47ef-caedd914c8c0-9426d7ca::after {
  content: unset !important;
}
.no-content, .no-content::before, .no-content::after {
  content: unset;
}

.link-style {
  text-decoration: none;
  color: #1c191c;
}

.link-style:hover {
  cursor: pointer;
}