* {
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1;
  border: 0;
  outline: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #005157;
  color: #fff;
  height: 50px;
  padding: 10px;
}

.cls_018 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}

.cls_018 .cls_017 {
  margin-left: 8px;
  color: #dc1f01;
  font-weight: 900;
  font-size: 24px;
}

.cls_008 a {
  text-decoration: none;
  color: #fff;
  border: 0;
  outline: 0;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 20px;
  background: transparent;
  border: 2px solid #53b16b;
}

.cls_008 a:last-child {
  background: #ff2400;
  margin-left: 10px;
}

.cls_019 {
  position: absolute;
  top: 0;
  margin-top: 50px;
  left: 0;
  z-index: 9999;
  flex-direction: column;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}
.cls_019 > li {
  margin: 0 1rem;
  overflow: hidden;
}
.cls_019 > li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #80858f;
}
.cls_021 {
  display: flex;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#menu-toggle {
  display: none;
}
.cls_020,
.cls_020::before,
.cls_020::after {
  display: block;
  background-color: #a9a9a9;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0cls_001, 1, 0cls_002, 1);
  border-radius: 2px;
}
.cls_020::before {
  content: "";
  margin-top: -8px;
}
.cls_020::after {
  content: "";
  margin-top: 8px;
}
#menu-toggle:checked + .cls_021 .cls_020::before {
  margin-top: 0px;
  transform: rotate(405deg);
}
#menu-toggle:checked + .cls_021 .cls_020 {
  background: rgba(255, 255, 255, 0);
}
#menu-toggle:checked + .cls_021 .cls_020::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}
@media (min-width: 100px) {
  .cls_021 {
    display: flex;
  }
  .cls_019 {
    position: absolute;
    top: 0;
    margin-top: 50px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  #menu-toggle ~ .cls_019 li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0cls_001, 1, 0cls_002, 1);
  }
  #menu-toggle:checked ~ .cls_019 li {
    border: 1px solid #333;
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0cls_001, 1, 0cls_002, 1);
  }
  .cls_019 > li {
    display: flex;
    justify-content: flex-start;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: #03060a;
  }
  .cls_019 > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
}

.cls_004 {
  text-align: center;
}

.cls_015 p {
  align-self: center;
  text-align: center;
}

.cls_003 ul {
  list-style: none;
}

.cls_003 ul li a,
body a {
  text-decoration: none;
}

.cls_015 p,
footer {
  text-align: center;
}

.cls_009 table,
table {
  width: 100%;
  border-collapse: collapse;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #0e0f15;
  padding: 0;
  margin: 0;
}

/* benefits */

.cls_007 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 15px;
  margin-bottom: 30px;
}

.cls_005 {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  width: 200px;
  margin-bottom: 25px;
  text-align: center;
}

.cls_005 span {
  color: #24ba9d;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 10px;
}

@media (max-width: 900px) {
  .cls_005 {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .cls_005 img {
    height: 40px;
  }
  .cls_007 {
    align-items: flex-start;
    padding: 0;
  }
  .cls_005 span {
    font-size: 14px;
  }
  /* .cls_005 {
        width: 100%;
    } */
}

.cls_015 {
  flex-direction: column;
  padding: 15px 10px;
  max-width: 1280px;
}

.cls_015 h1 {
  margin: 0 0 15px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}

.cls_015 p {
  margin: 0 0 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}

.cls_003 {
  width: 100%;
  max-width: 1100px;
  margin: 40px auto 0;
}

.cls_003 ul {
  background: #13171f;
  padding: 30px 15px 15px;
}

.cls_003 ul li {
  margin-left: 10px;
  margin-bottom: 15px;
  padding-left: 5px;
}

.cls_003 ul li::marker {
  content: "#";
  color: #00bcd4;
}

.cls_003 ul li a {
  font-size: 15px;
  color: #00bcd4;
}

.cls_003 ul li a:hover {
  text-decoration: underline;
}

.cls_024 {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  padding: 0 15px 15px;
  border-radius: 5px;
  margin-bottom: 40px;
  background-color: #13171f;
}

.cls_024 span {
  background: #24ba9d;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 0 0 5px 5px;
  margin-bottom: 15px;
}

.cls_024 p {
  margin-bottom: 15px;
  font-size: 14px;
  color: #969696;
}

.cls_015 .cls_024 a {
  padding: 12px 32px;
  font-style: normal;
  font-weight: 500;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  transition: 0.5s;
  background: #ff2400;
  color: #fff;
  text-transform: uppercase;
}

.cls_009 td,
td,
th {
  padding: 10px;
  line-height: 1.4;
  font-size: 14px;
}

table caption {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

table a {
  text-decoration: underline;
}

.cls_009 {
  margin: 0 auto;
  padding: 40px 10px;
}

.cls_009 a {
  color: #dc1f01;
}

.cls_009 h2 {
  margin: 0 0 25px;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  text-align: center;
  text-transform: uppercase;
  color: #00bcd4;
}

.cls_009 ol li,
.cls_009 p,
.cls_009 ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
  font-size: 15px;
  margin-left: 15px;
}

.cls_009 ol,
.cls_009 p,
.cls_009 ul {
  margin: 0 0 25px;
  list-style-position: inside;
}

footer {
  margin: 0 auto;
  padding: 10px 0;
  border-radius: 12px;
}

.cls_009 td,
.cls_009 tr {
  border: 1px solid #4b30bc;
}

footer small {
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 1;
}

thead {
  background: #0c0d22;
  color: #fff;
}

thead th {
  padding: 10px 0;
  text-transform: uppercase;
  font-size: 13px;
}

tr:nth-child(2n) {
  background-color: #211a3e;
  background-color: var(--tr-even-bck);
}

.cls_009 table {
  border-spacing: 0;
  color: #fff;
}

.cls_009 td {
  text-align: left;
  font-weight: 400;
}

@media screen and (max-width: 425px) {
  .cls_004 img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .cls_018 .cls_017 {
    font-size: 22px;
    margin-left: 6px;
  }
  .cls_008 a {
    font-size: 14px;
    padding: 8px 16px;
  }
  .cls_008 a:last-child {
    margin-left: 6px;
  }
  footer {
    padding: 18px 0;
  }
  footer {
    border-radius: 0;
  }
}

@media (max-width: 768px) {
  .cls_003 {
    padding: 0 15px;
  }
}

tbody {
  background: #13171f;
  color: #fff;
}

th {
  border-right: 1px solid #000;
}

td {
  border: 1px solid #000;
}

#faq summary {
  font-size: 17px;
  color: #24ba9d;
  margin-bottom: 10px;
}

#faq details {
  margin-bottom: 20px;
}

.cls_023 {
  overflow-x: auto;
  width: auto;
  margin-bottom: 25px;
}

.cls_016 {
  list-style: none;
}
