.elementor-kit-259{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#54595F;--e-global-color-text:#FFFFFF;--e-global-color-accent:#4874F2;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-259 button,.elementor-kit-259 input[type="button"],.elementor-kit-259 input[type="submit"],.elementor-kit-259 .elementor-button{background-color:transparent;text-transform:uppercase;color:#FFFFFF;background-image:linear-gradient(90deg, #4874F2 0%, #092985 100%);border-radius:21px 21px 21px 21px;padding:15px 15px 15px 15px;}.elementor-kit-259 e-page-transition{background-color:#FFBC7D;}.elementor-kit-259 h1{color:#FFFFFF;font-size:40px;font-weight:600;}.elementor-kit-259 h2{color:#FFFFFF;font-size:30px;font-weight:600;line-height:36px;}.elementor-kit-259 h3{color:#FFFFFF;}.elementor-kit-259 button:hover,.elementor-kit-259 button:focus,.elementor-kit-259 input[type="button"]:hover,.elementor-kit-259 input[type="button"]:focus,.elementor-kit-259 input[type="submit"]:hover,.elementor-kit-259 input[type="submit"]:focus,.elementor-kit-259 .elementor-button:hover,.elementor-kit-259 .elementor-button:focus{box-shadow:0px 2px 24px 0px rgba(48, 61.00000000000019, 228, 0.52);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-259 h1{font-size:28px;}.elementor-kit-259 h2{font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.txt p {
    margin-top: 0;
    font-size: 18px;
}
.card-title p {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}
.card-list ul {
    margin: 0;
    padding: 0 0 0 25px;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.table {
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
  margin-bottom: 0;
  border: none;
}
.table tr th {
  font-weight: 600;
  color: #fff;
  padding: 15px;
  border: none;
  color: #fff;
  text-align: left;
  background: linear-gradient(180deg, #2DB4FF 0%, #563DFF 100%);
  text-transform: uppercase;
}
.table tr:not(:last-child) {
    border-bottom: 1px solid #10121A;
}
.table tr td {
  color: #fff;
  padding: 15px;
  font-weight: 500;
  border: none;
}
.table-wrap {
    border-radius: 16px;
    overflow: hidden;
    background: #23262D;
}
.num-list ol {
    counter-reset: item;
    list-style: none;
    margin: 0;
    padding: 0 0 0 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.num-list ol li {
    counter-increment: item;
    position: relative;
    background: linear-gradient(93.39deg, #2DB4FF -6.43%, #1B25B6 117.27%);
    padding: 16px;
    border-radius: 16px;
}
.num-list.num-list-1 ol li {
    background: linear-gradient(93.39deg, #1A203D -6.43%, #1B25B6 117.27%);
}
.num-list ol li::before {
    content: counter(item);
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: -40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 29px;
    height: 29px;
    color: #1B25B6;
    font-weight: 600;
}
.num-list-2 ol {
    counter-reset: item;
    list-style: none;
    margin: 0;
    padding: 0 0 0 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.num-list-2 ol li {
    counter-increment: item;
    position: relative;
    border: 1.5px solid;
    background: #24262F;
    border: 1px solid #BC1B9F;
    padding: 16px;
    border-radius: 16px;
}
.num-list-2 ol li::before {
    content: counter(item);
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: -40px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #2DB4FF 0%, #563DFF 100%);
    width: 29px;
    height: 29px;
    color: #fff;
}
@media (max-width: 768px) {
    .table {
        display: block;
    }
    .card-title p {
        font-size: 16px;
    }
    .txt p {
        font-size: 16px;
    }
}/* End custom CSS */