@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&display=swap");

.tnfd strong {
  color: #0082de;
}
.tnfd a {
  text-decoration: none;
}


.tnfd .lightblue {background-color:#83CBEB;}


.tnfd dl.tnfd_overview {
  display:block;
  width:100%;
}

.tnfd dl.tnfd_overview dt,
.tnfd dl.tnfd_overview dd {display:inline-block;vertical-align:top;}

.tnfd dl.tnfd_overview dt {
  width:55%;
}

.tnfd dl.tnfd_overview dd {
  width:40%;
  padding-left:40px;
}


.tnfd .tnfd_linkArea {
  display:block;
  width:100%;
  text-align:center;
}

.tnfd .tnfd_linkArea a {
  font-size:1.5em;
  color:#fff;
  font-weight:bold;
  padding:20px 40px;
  margin:0 auto;
  background-color:#83CBEB;
}

@media screen and (max-width: 749px) {
.tnfd dl.tnfd_overview dt,
.tnfd dl.tnfd_overview dd {display:block;width:100%;}
.tnfd dl.tnfd_overview dd {padding-left:0;padding-top:20px;}
.tnfd .tnfd_linkArea a {font-size:1em;}
}




.tnfd ol li dl dt {background-color:#83CBEB;}



.tnfd ol {list-style-type:none;border:solid 2px #444;}


.tnfd ol>li {width:100%;border-bottom:solid 1px #444;}
.tnfd ol>li:last-child {border:none;}
.tnfd ol li ul {list-style-type: disc;padding-left:30px;margin-top:0!important;}
.tnfd ol li dl {
  display:table;
  width:100%;
}

.tnfd ol li dl dt {
  display:table-cell;
  width:20%;
  color:#fff;
}

.tnfd ol li dl dd {
  display:table-cell;
  width:80%;
}


.tnfd ol li dl dt,
.tnfd ol li dl dd {vertical-align:middle;padding:10px;}

.tnfd ol li dl dt span,
.tnfd ol li dl dt p {display:inline-block;}





.tnfd  table {
  width:100%;
  border-collapse: collapse;
  border: 2px solid rgb(40, 40, 40);
  table-layout: fixed;
}

.tnfd  table thead {
  color:#fff;
  background-color:#83CBEB;
}

.tnfd  table th,
.tnfd  table td {
  border: 1px solid rgb(160 160 160);
  padding: 8px 10px;
  text-align:left;
  vertical-align:middle;
  width:25%;
  word-break: break-all;
}

.tnfd  table th:nth-child(1) {width:15%;}
.tnfd  table th:nth-child(2) {width:55%;}
.tnfd  table th:nth-child(3) {width:15%;}
.tnfd  table th:nth-child(4) {width:15%;}















.tnfd .tnfd-features {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.tnfd .feature {
  /* background-color: #00adef; */
  color: #0082de;
}

.tnfd .feature-trapezoid {
  width: 100%;
  height: 1.25rem;
  background-color: #e5f7fd;
  clip-path: polygon(0 100%, 100% 100%, 92% 0, 0 0);
}

.tnfd .feature-body {
  margin-top: -1px;
  display: flex;
  flex-direction: column-reverse;
  background-color: #e5f7fd;
  height: 100%;
}

.tnfd .feature-body .feature-description {
  margin-top: -1rem;
  text-align: center;
  padding: 0 1rem 1.5rem;
  line-height: 1.5;
  /* min-height: 9rem; */
  height: 100%;
}
.tnfd .feature-description span {
  display: block;
}

.tnfd .feature-description span.small {
  font-size: 0.75rem;
}

.tnfd .feature-image__container {
  width: 100%;
  aspect-ratio: 1 / 1;
  position: relative;
  display: flex;
  justify-content: center;
}

.tnfd .future-image__circle {
  margin-top: 0.5rem;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 85%;
  height: 85%;
  background-color: #fff;
  border-radius: 50%;
}

.tnfd .-logo .future-image__circle {
  width: 90%;
  height: 90%;
  background-color: transparent;
}

.tnfd .future-image {
  width: 70%;
  height: 70%;
}

.tnfd .feature:nth-child(4) .future-image {
  width: 83%;
  height: 83%;
}

@media screen and (max-width: 1024px) {
  .tnfd .tnfd-features {
    gap: 1rem;
  }
}

@media screen and (max-width: 749px) {





  .tnfd .feature:nth-child(odd) {
    grid-column: 1/3;
  }
  .tnfd .feature:nth-child(even) {
    grid-column: 3/5;
  }

  .tnfd .feature:nth-child(3),
  .tnfd .feature:nth-child(4) {
    grid-row: 2;
  }
}


