/*BLUE #4dabf7*/
.w-1 {
  width: 100%;
  max-width: 80rem;
}
.container-w {
  width: 100%;
  max-width: 150rem;
}

.w-2 {
  width: 100%;
  max-width: 120rem;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.w-full {
  width: 100%;
}

.wx-full {
  max-width: 100%;
}

.h-full {
  height: 100%;
}

.align {
  align-items: center;
}

.flex {
  display: flex;
}

.fd-col {
  flex-direction: column;
}

.jc {
  justify-content: center;
}

.gap-1 {
  gap: 1rem;
}
.gap-2 {
  gap: 2rem;
}
.gap-3 {
  gap: 3rem;
}
.gap-5 {
  gap: 5rem;
}
.gap-4 {
  gap: 4rem;
}

.ov-x {
  overflow: hidden;
}

.h3-2 {
  font-size: 2rem;
}

.fs-1-5 {
  font-size: 1.5rem;
}

.fs-2 {
  font-size: 2rem;
}
.fs-1 {
  font-size: 1.3rem;
}
.s-icon {
  font-size: 2.5rem;
}

.bold {
  font-weight: bold;
}

.pointer {
  cursor: pointer;
}

.mgt-5 {
  margin-top: 5rem;
}
.mgt-3 {
  margin-top: 3rem;
}

.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.p-4 {
  padding: 1rem;
}

.p-3 {
  padding: 3rem;
}
.p-2 {
  padding: 2rem;
}
.p-1 {
  padding: 1rem;
}
.border {
  border: 1px solid #dee2e6;
}

.gray-3 {
  background-color: #dee2e6;
}

.gray-1 {
  background-color: #f1f3f5;
}

.white-bg {
  background-color: white;
}

.b-1 {
  border-radius: 1rem;
}

.box-shadow-1 {
  box-shadow: 0 0 15px -3px rgba(173, 181, 189, 0.2);
}
 .grid {
  display: grid;
 }

 .space-between {
  justify-content: space-between;
 }

 .relative {
   position: relative;
 }

 .absolute {
   position: absolute;
 }
 
 .m-shadow {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.gap-1 {
  gap: 1rem;
}
.gap-2 {
  gap: 2rem;
}
.gap-3 {
  gap: 3rem;
}
.gap-5 {
  gap: 5rem;
}
.gap-4 {
  gap: 4rem;
}
.blue-bg {
  background-color: #5293f4;
}



