a {
    text-decoration: none;
    color: #666;
  }
  
  ul {
    list-style-type: none;
  }
  
  input,
  textarea,
  button {
    outline: none;
  }
  
  .text-blue-50 {
    color: #eff6ff !important;
  }
  
  .text-blue-100 {
    color: #dbeafe !important;
  }
  
  .text-blue-200 {
    color: #bfdbfe !important;
  }
  
  .text-blue-300 {
    color: #93c5fd !important;
  }
  
  .text-blue-400 {
    color: #60a5fa !important;
  }
  
  .text-blue-500 {
    color: #3b82f6 !important;
  }
  
  .text-blue-600 {
    color: #2563eb !important;
  }
  
  .text-blue-700 {
    color: #1d4ed8 !important;
  }
  
  .text-blue-800 {
    color: #1e40af !important;
  }
  
  .text-blue-900 {
    color: #1e3a8a !important;
  }
  
  .text-gray-50 {
    color: #f9fafb !important;
  }
  
  .text-gray-100 {
    color: #f3f4f6 !important;
  }
  
  .text-gray-200 {
    color: #e5e7eb !important;
  }
  
  .text-gray-300 {
    color: #d1d5db !important;
  }
  
  .text-gray-400 {
    color: #9ca3af !important;
  }
  
  .text-gray-500 {
    color: #6b7280 !important;
  }
  
  .text-gray-600 {
    color: #4b5563 !important;
  }
  
  .text-gray-700 {
    color: #374151 !important;
  }
  
  .text-gray-800 {
    color: #1f2937 !important;
  }
  
  .text-gray-900 {
    color: #111827 !important;
  }
  
  .text-green-50 {
    color: #ecfdf5 !important;
  }
  
  .text-green-100 {
    color: #d1fae5 !important;
  }
  
  .text-green-200 {
    color: #a7f3d0 !important;
  }
  
  .text-green-300 {
    color: #6ee7b7 !important;
  }
  
  .text-green-400 {
    color: #34d399 !important;
  }
  
  .text-green-500 {
    color: #10b981 !important;
  }
  
  .text-green-600 {
    color: #059669 !important;
  }
  
  .text-green-700 {
    color: #047857 !important;
  }
  
  .text-green-800 {
    color: #065f46 !important;
  }
  
  .text-green-900 {
    color: #064e3b !important;
  }
  
  .text-indigo-50 {
    color: #eef2ff !important;
  }
  
  .text-indigo-100 {
    color: #e0e7ff !important;
  }
  
  .text-indigo-200 {
    color: #c7d2fe !important;
  }
  
  .text-indigo-300 {
    color: #a5b4fc !important;
  }
  
  .text-indigo-400 {
    color: #818cf8 !important;
  }
  
  .text-indigo-500 {
    color: #6366f1 !important;
  }
  
  .text-indigo-600 {
    color: #4f46e5 !important;
  }
  
  .text-indigo-700 {
    color: #4338ca !important;
  }
  
  .text-indigo-800 {
    color: #3730a3 !important;
  }
  
  .text-indigo-900 {
    color: #312e81 !important;
  }
  
  .text-pink-50 {
    color: #fdf2f8 !important;
  }
  
  .text-pink-100 {
    color: #fce7f3 !important;
  }
  
  .text-pink-200 {
    color: #fbcfe8 !important;
  }
  
  .text-pink-300 {
    color: #f9a8d4 !important;
  }
  
  .text-pink-400 {
    color: #f472b6 !important;
  }
  
  .text-pink-500 {
    color: #ec4899 !important;
  }
  
  .text-pink-600 {
    color: #db2777 !important;
  }
  
  .text-pink-700 {
    color: #be185d !important;
  }
  
  .text-pink-800 {
    color: #9d174d !important;
  }
  
  .text-pink-900 {
    color: #831843 !important;
  }
  
  .text-purple-50 {
    color: #f5f3ff !important;
  }
  
  .text-purple-100 {
    color: #ede9fe !important;
  }
  
  .text-purple-200 {
    color: #ddd6fe !important;
  }
  
  .text-purple-300 {
    color: #c4b5fd !important;
  }
  
  .text-purple-400 {
    color: #a78bfa !important;
  }
  
  .text-purple-500 {
    color: #8b5cf6 !important;
  }
  
  .text-purple-600 {
    color: #7c3aed !important;
  }
  
  .text-purple-700 {
    color: #6d28d9 !important;
  }
  
  .text-purple-800 {
    color: #5b21b6 !important;
  }
  
  .text-purple-900 {
    color: #4c1d95 !important;
  }
  
  .text-red-50 {
    color: #fef2f2 !important;
  }
  
  .text-red-100 {
    color: #fee2e2 !important;
  }
  
  .text-red-200 {
    color: #fecaca !important;
  }
  
  .text-red-300 {
    color: #fca5a5 !important;
  }
  
  .text-red-400 {
    color: #f87171 !important;
  }
  
  .text-red-500 {
    color: #ef4444 !important;
  }
  
  .text-red-600 {
    color: #dc2626 !important;
  }
  
  .text-red-700 {
    color: #b91c1c !important;
  }
  
  .text-red-800 {
    color: #991b1b !important;
  }
  
  .text-red-900 {
    color: #7f1d1d !important;
  }
  
  .text-yellow-50 {
    color: #fffbeb !important;
  }
  
  .text-yellow-100 {
    color: #fef3c7 !important;
  }
  
  .text-yellow-200 {
    color: #fde68a !important;
  }
  
  .text-yellow-300 {
    color: #fcd34d !important;
  }
  
  .text-yellow-400 {
    color: #fbbf24 !important;
  }
  
  .text-yellow-500 {
    color: #f59e0b !important;
  }
  
  .text-yellow-600 {
    color: #d97706 !important;
  }
  
  .text-yellow-700 {
    color: #b45309 !important;
  }
  
  .text-yellow-800 {
    color: #92400e !important;
  }
  
  .text-yellow-900 {
    color: #78350f !important;
  }
  
  .text-white {
    color: #ffffff !important;
  }
  
  .text-black {
    color: #000000 !important;
  }
  
  .bg-blue-50 {
    background-color: #eff6ff;
  }
  
  .bg-blue-100 {
    background-color: #dbeafe;
  }
  
  .bg-blue-200 {
    background-color: #bfdbfe;
  }
  
  .bg-blue-300 {
    background-color: #93c5fd;
  }
  
  .bg-blue-400 {
    background-color: #60a5fa;
  }
  
  .bg-blue-500 {
    background-color: #3b82f6;
  }
  
  .bg-blue-600 {
    background-color: #2563eb;
  }
  
  .bg-blue-700 {
    background-color: #1d4ed8;
  }
  
  .bg-blue-800 {
    background-color: #1e40af;
  }
  
  .bg-blue-900 {
    background-color: #1e3a8a;
  }
  
  .bg-gray-50 {
    background-color: #f9fafb;
  }
  
  .bg-gray-100 {
    background-color: #f3f4f6;
  }
  
  .bg-gray-200 {
    background-color: #e5e7eb;
  }
  
  .bg-gray-300 {
    background-color: #d1d5db;
  }
  
  .bg-gray-400 {
    background-color: #9ca3af;
  }
  
  .bg-gray-500 {
    background-color: #6b7280;
  }
  
  .bg-gray-600 {
    background-color: #4b5563;
  }
  
  .bg-gray-700 {
    background-color: #374151;
  }
  
  .bg-gray-800 {
    background-color: #1f2937;
  }
  
  .bg-gray-900 {
    background-color: #111827;
  }
  
  .bg-green-50 {
    background-color: #ecfdf5;
  }
  
  .bg-green-100 {
    background-color: #d1fae5;
  }
  
  .bg-green-200 {
    background-color: #a7f3d0;
  }
  
  .bg-green-300 {
    background-color: #6ee7b7;
  }
  
  .bg-green-400 {
    background-color: #34d399;
  }
  
  .bg-green-500 {
    background-color: #10b981;
  }
  
  .bg-green-600 {
    background-color: #059669;
  }
  
  .bg-green-700 {
    background-color: #047857;
  }
  
  .bg-green-800 {
    background-color: #065f46;
  }
  
  .bg-green-900 {
    background-color: #064e3b;
  }
  
  .bg-indigo-50 {
    background-color: #eef2ff;
  }
  
  .bg-indigo-100 {
    background-color: #e0e7ff;
  }
  
  .bg-indigo-200 {
    background-color: #c7d2fe;
  }
  
  .bg-indigo-300 {
    background-color: #a5b4fc;
  }
  
  .bg-indigo-400 {
    background-color: #818cf8;
  }
  
  .bg-indigo-500 {
    background-color: #6366f1;
  }
  
  .bg-indigo-600 {
    background-color: #4f46e5;
  }
  
  .bg-indigo-700 {
    background-color: #4338ca;
  }
  
  .bg-indigo-800 {
    background-color: #3730a3;
  }
  
  .bg-indigo-900 {
    background-color: #312e81;
  }
  
  .bg-pink-50 {
    background-color: #fdf2f8;
  }
  
  .bg-pink-100 {
    background-color: #fce7f3;
  }
  
  .bg-pink-200 {
    background-color: #fbcfe8;
  }
  
  .bg-pink-300 {
    background-color: #f9a8d4;
  }
  
  .bg-pink-400 {
    background-color: #f472b6;
  }
  
  .bg-pink-500 {
    background-color: #ec4899;
  }
  
  .bg-pink-600 {
    background-color: #db2777;
  }
  
  .bg-pink-700 {
    background-color: #be185d;
  }
  
  .bg-pink-800 {
    background-color: #9d174d;
  }
  
  .bg-pink-900 {
    background-color: #831843;
  }
  
  .bg-purple-50 {
    background-color: #f5f3ff;
  }
  
  .bg-purple-100 {
    background-color: #ede9fe;
  }
  
  .bg-purple-200 {
    background-color: #ddd6fe;
  }
  
  .bg-purple-300 {
    background-color: #c4b5fd;
  }
  
  .bg-purple-400 {
    background-color: #a78bfa;
  }
  
  .bg-purple-500 {
    background-color: #8b5cf6;
  }
  
  .bg-purple-600 {
    background-color: #7c3aed;
  }
  
  .bg-purple-700 {
    background-color: #6d28d9;
  }
  
  .bg-purple-800 {
    background-color: #5b21b6;
  }
  
  .bg-purple-900 {
    background-color: #4c1d95;
  }
  
  .bg-red-50 {
    background-color: #fef2f2;
  }
  
  .bg-red-100 {
    background-color: #fee2e2;
  }
  
  .bg-red-200 {
    background-color: #fecaca;
  }
  
  .bg-red-300 {
    background-color: #fca5a5;
  }
  
  .bg-red-400 {
    background-color: #f87171;
  }
  
  .bg-red-500 {
    background-color: #ef4444;
  }
  
  .bg-red-600 {
    background-color: #dc2626;
  }
  
  .bg-red-700 {
    background-color: #b91c1c;
  }
  
  .bg-red-800 {
    background-color: #991b1b;
  }
  
  .bg-red-900 {
    background-color: #7f1d1d;
  }
  
  .bg-yellow-50 {
    background-color: #fffbeb;
  }
  
  .bg-yellow-100 {
    background-color: #fef3c7;
  }
  
  .bg-yellow-200 {
    background-color: #fde68a;
  }
  
  .bg-yellow-300 {
    background-color: #fcd34d;
  }
  
  .bg-yellow-400 {
    background-color: #fbbf24;
  }
  
  .bg-yellow-500 {
    background-color: #f59e0b;
  }
  
  .bg-yellow-600 {
    background-color: #d97706;
  }
  
  .bg-yellow-700 {
    background-color: #b45309;
  }
  
  .bg-yellow-800 {
    background-color: #92400e;
  }
  
  .bg-yellow-900 {
    background-color: #78350f;
  }
  
  .bg-white {
    background-color: #ffffff;
  }
  
  .bg-black {
    background-color: #000000;
  }
  
  .zcw-mask {
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(11, 11, 11, 0.6);
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .zcw-mask .custom-box {
    width: 800px;
    border-radius: 6px;
    overflow: hidden;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  
  .zcw-mask .custom-box::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(11, 11, 11, 0.6);
  }
  
  .zcw-mask .custom-box .close {
    font-size: 20px;
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 99;
    cursor: pointer;
  }
  
  .zcw-mask .custom-box .custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .zcw-mask .custom-box .custom .left {
    width: 370px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* background: url(https://picsum.photos/600/600?random=1); */
    background-size: cover;
    position: relative;
  }
  
  .zcw-mask .custom-box .custom .left::before {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(11, 11, 11, 0.6);
    background-color: rgba(11, 11, 11, 0.9);
    position: absolute;
    z-index: 92;
  }
  
  .zcw-mask .custom-box .custom .left .box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 93;
    padding: 50px;
  }
  
  .zcw-mask .custom-box .custom .left .box .name {
    font-weight: bold;
    font-size: 32px;
  }
  
  .zcw-mask .custom-box .custom .left .box .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 20px;
  }
  
  .zcw-mask .custom-box .custom .left .box .item span {
    font-size: 12px;
    text-transform: uppercase;
  }
  
  .zcw-mask .custom-box .custom .left .box .item strong {
    margin-top: 10px;
    font-weight: normal;
    font-size: 16px;
  }
  
  .zcw-mask .custom-box .custom .left .box .item img {
    height: 80px;
    margin-left: -20px;
  }
  
  .zcw-mask .custom-box .custom .right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  
  .zcw-mask .custom-box .custom .right .close {
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
    color: #999;
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
  }
  
  .zcw-mask .custom-box .custom .right h2 {
    font-size: 30px;
    font-weight: bolder;
    margin-top: 0;
  }
  
  .zcw-mask .custom-box .custom .right span {
    font-size: 13px;
  }
  
  .zcw-mask .custom-box .custom .right .row {
    margin-top:10px;
  }
  
  .zcw-mask .custom-box .custom .right .row .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  .zcw-mask .custom-box .custom .right .row .item label {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 12px;
  }
  
  .zcw-mask .custom-box .custom .right .row .item label i {
    font-style: normal;
    font-weight: bold;
  }
  
  .zcw-mask .custom-box .custom .right .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .zcw-mask .custom-box .custom .right .row .item {
    width: 46%;
  }
  
  .zcw-mask .custom-box .custom .right .row .item input {
    border-radius: 22px;
    border: solid 1px #ccc;
    padding: 10px;
    font-size: 14px;
    color: #666;
  }
  
  .zcw-mask .custom-box .custom .right .row .item textarea {
    border-radius: 22px;
    border: solid 1px #ccc;
    padding: 10px;
    font-size: 14px;
    color: #666;
    padding: 0;
    border-radius: 6px;
    resize: none;
  }
  
  .zcw-mask .custom-box .custom .right .row:last-of-type {
    text-align: center;
  }
  
  .zcw-mask .custom-box .custom .right .row:last-of-type button {
    border-radius: 22px;
    border: solid 1px #ccc;
    padding: 10px;
    font-size: 14px;
    color: #666;
    padding: 10px 50px;
    font-size: 12px;
    letter-spacing: 1px;
    background-color: #205de9;
    text-transform: uppercase;
    cursor: pointer;
  }
  
  @media screen and (max-width: 768px) {
    .zcw-mask .custom-box {
      max-width: 90%;
      height: 90vh;
      overflow: auto;
    }
    .zcw-mask .custom-box .custom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      flex-direction: column-reverse;
    }
    .zcw-mask .custom-box .custom .left {
      padding: 0;
      width: 100%;
      height: 500px;
      overflow: hidden;
    }
    .zcw-mask .custom-box .custom .left .box {
      padding: 20px;
    }
    .zcw-mask .custom-box .custom .left .box .item {
      margin-top: 20px;
    }
    .zcw-mask .custom-box .custom .right {
      padding: 15px;
    }
    .zcw-mask .custom-box .custom .right .row {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
    .zcw-mask .custom-box .custom .right .row .item {
      width: 100% !important;
      margin-bottom: 10px;
    }
    #why .grid-title-section{
      flex-direction: column!important;
    }
  }
  

