* {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    color: rgba(20, 20, 20, 1);
    margin: 0 auto;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: rgba(255, 255, 255, 1);
    scroll-behavior: smooth;
    text-align: center;
    width: 100%;

    background-color: rgba(240, 240, 240, 1);
}

section {
    clear: both;
}

figure {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
select {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1.5em;
}

    h1 {
    font-size: 2.2em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.6em;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1em;
}

p {
    font-size: 1em;
}

a {
    text-decoration: none;
    color: inherit;
}

table {
    border-collapse: collapse; 
}

input {
    font-size: 1em;
    padding: 0.5em;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

label {
    display: block;
}

img {
    display: block;
    width: 100%;
    /* height: 100%; */
    margin: 0 auto;
}

.wrapper {
    width: 100%;
    max-width: 1920px;
    margin: auto;
    padding-top: 56px;

    background-color: rgba(255, 255, 255, 1);
}
.wrapper > section {
    margin: 0 auto;
}

.bg-gradient-cyan {
    background: linear-gradient(180deg, #BCD7DD 0%, #B1D5DD 18%, #96D1DD 48%, #6ACADD 86%, #59C8DD 100%);
}
.bg-gradient-green {
    background: linear-gradient(180deg, #CEEBC8 0%, #ACE0C0 19%, #57C5AF 60%, #00A99D 100%);
}

.shadow {
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25);
}
.margin-top {
    margin-top: 0 !important;
}
.banner {
    position: relative;
    width: 100%;
}
.banner figure{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.banner figure h1 {
    position: absolute;
    text-align: left;
}
.cover {
    width: 100%;
    height: 500px;
    margin-top: 0em !important;
    position: relative;

    display: flex !important;
    justify-content: space-around;
    align-items: center;
}

.cover div {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}
.cover div a {
    display: block;
    width: 40px;
    margin: 0.5em;
}
.hilight figure {
    position: absolute;
    width: 50%;
    max-width: 350px;
    bottom: 40px;
    left: -70px;
    z-index: 1;
    opacity: 0.2;
}
.hilight h1 {
    color: rgba(255, 255, 255, 1);
    width: 90%;
    margin: auto;
    display: inherit;
    z-index: 2;
}
.hilight span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 1;
}
.bg-slide2 {
    background-image: url("../img/slide2.webp");
    background-position: 85% 50%;
    background-size: 250%;
}
.bg-slide3 {
    background-image: url("../img/slide3.webp");
    background-position: 50% 0%;
    background-size: 300%;
}
.content01 {
    width: 90%;
    max-width: 1200px;
}
.content01 h1 {
    background: linear-gradient(180deg, #BCD7DD 0%, #B1D5DD 18%, #96D1DD 48%, #6ACADD 86%, #59C8DD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.content01 h1 { 
    margin: 1em auto;
}
.content01 p {
    margin: 2em auto;
}
.provenTrackRecord figure{
    height: 500px;
    background-image: url("../img/Proven_Track_Record.webp");
}
.provenTrackRecord figure h1 {
    width: 250px;
    margin: 0 0.2em;
    color: rgba(255, 255, 255, 1);
    
    top: 40px;
    right: 10px;
}
.unmatched figure{
    height: 500px;
    background-image: url("../img/Unmatched_Expertise.webp");
    background-position: 50% 50%;

    display: flex;
    flex-flow: column;
    justify-content: center;
}
.unmatched figure h1 {
    width: 90%;
    margin: auto;
    text-align: center;

    position: inherit;
}
.worldClass figure {
    height: 500px;
    background-image: url("../img/WorldClass_Digital_Lending.webp");
    background-position: 50% 50%;
    background-size: cover;

    display: flex;
    flex-flow: column wrap;
    justify-content: flex-end;
    align-items: center;
}
.worldClass figure h1 {
    width: auto;
    color: rgba(255, 255, 255, 1);
    margin-left: 3%;
    margin-bottom: 10%;
}
.worldClass figure h1 span {
    display: inline;
}
.worldClass figure h1 span:first-child {
    margin-right: 0.3em;
}

.TN-Service > div {
    width: 90%;
    margin: auto;
}
.TN-Service > div h3 {
    margin: 1em auto;
}
.TN-Service > div > div {
    width: 100%;
    max-width: 1600px;
    margin: auto;    
}
.TN-Service > div > div figure {
    width: 100%;
    height: 300px;
    background-size: cover;
    border-radius: 15px;

    background-size: cover;
    background-position: 50% 50%;

}
.TN-Service > div:first-child > div figure {
    background-image: url("../img/TN_Service01.webp");
}
.TN-Service > div:nth-child(2) > div figure {
    background-image: url("../img/TN_Service02.webp");
}
.TN-Service > div:last-child > div figure {
    background-image: url("../img/TN_Service03.webp");
}
.TN-Service > div > div > div p, 
.TN-Service > div > div > div ul {
    text-align: left;
    margin: 1em 0;
}
.TN-Service > div > div > div ul {
    margin-left: 1em;
}

.success {
    width: 100%;
    height: 500px;

    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;
}
.success h1 {
    color: rgba(255, 255, 255, 1);
}
.success figure {
    width: 300px;
    opacity: 0.3;
    display: none;
}

.success-card > div {
    width: 90%;
    max-width: 1400px;
    margin: 2em auto;
    padding: 1em;
    border-radius: 15px;
}
.success-card > div figure{
    width: 90%;
    margin: auto;
}

.success-card > div > div * {
    text-align: left;
    margin: 1em 0;
}

.support figure {
    height: 500px;
    background-image: url("../img/support.webp");
    background-position: 25% 80%;
    background-size: 300%;

    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.support figure h1 {
    color: rgba(255, 255, 255, 1);
    top: 1em;
    left: 1em;
}
.support figure a {
    font-size: 1em;
    background-color: rgba(255, 255, 255, 1);
    padding: 0.5em 1em;
    border-radius: 35px;
    margin-bottom: 2em;
}

.contact-hilight {
    justify-content: space-around;
}
.contact-hilight h1 {
    width: 90%;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}
.contact-hilight figure {
    width: 30%;
    opacity: 0.3;

    position: absolute;
    left: 1em;
    bottom: 1em;
}

.contact-address {
    width: 90%;
    max-width: 1000px;
}
.contact-address > div {
    width: 100%;
    margin-top: 2em;
}
.contact-address > div:first-child img {
    width: 180px;
    margin: 0;
}

.contact-address > div:last-child {
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content:space-between;
    align-items:flex-start;
}
.contact-address > div:last-child > div {
    margin: 1em 0;
}
.contact-address > div:last-child > div h5,
.contact-address > div:last-child > div p {
    text-align: left;
}
.contact-address > div:last-child > div:last-child h5 {
    display: block;
}
.contact-address > div:last-child > div:last-child p span {
    display: inline-block;
    vertical-align: middle;
    
}
.contact-address > div:last-child > div:last-child p span img{
    width: 36px;
    margin: 0.5em;
}

.contact-img figure {
    width: 90%;
    max-width: 800px;
    margin: auto;
}
.contact-img figure img {
    border-radius: 15px;
}

/* footer */
footer {
    width: 100%;
    margin: 1em auto 0;
    padding-bottom: 40px;
}
footer section {
    width: 94%;
    max-width: 1400px;
    margin: auto;
    padding: 1em 2em;
    background-color: rgba(0,0,0,1);
    border-radius: 40px;
    
    color: rgba(255, 255, 255, 1);
    text-align: left;

    position: relative;
}
footer section > div {
    margin-top: 0.8em;
    margin-bottom: 0.2em;
}
footer section > div:first-child {
    position: absolute;
    top: 0;
    right: 0;
    margin: 2em;
}
footer section > div:first-child a img{
    width: 36px;
    margin: 0.2em;
    display: inline;
}
footer section > div:nth-child(2) {
    width: 100%;
}
footer section > div:nth-child(2) img{
    height: fit-content;
    width: 200px;
    margin: 0;
}

footer section > div:last-child div {
    margin: 1em 0;
}
footer section > div:last-child {
    width: 100%;
    margin: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

footer section > div:last-child > div:last-child p span img {
    width: 36px;
    margin: 0.5em;
}

footer section > div:last-child > div:last-child p {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
}
footer hr {
    width: 90%;
    max-width: 1500px;
    margin: 1em auto;
    border-top: 1px dotted rgba(50, 50, 50, 1);
}
footer ul {
    width: 80%;
    max-width: 1200px;
    margin: auto;

    display: flex;
    flex-flow: column wrap;
    align-items: baseline;
    justify-content: flex-start;
}
footer ul li {
    list-style: none;
}