@import url("responsive.css");

html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Inter, Arial, sans-serif;
}
p {
    line-height: 1.7;
    font-size: 1.1rem;
    color: #6c6c89;
}
p strong {
    font-weight: 500;
    color: #121217;
}
.header {
    display: flex;
    align-items: center;
    height: 100px;
    padding: 0 150px;
    background-color: #101e45;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
}
.header .branding {
    display: block;
}
.header .branding > img {
    width: 160px;
}
.header .navbar {
    margin-left: 100px;
    width: 100%;
}
.header .navbar a {
    margin-right: 25px;
    color: #ffffffba;
    text-decoration: none;
    display: inline-block;
    font-size: 1.1rem;
    transition: color 200ms;
}
.header .navbar a:hover {
    color: white;
}
.header .right .button {
    display: inline-block;
    background-color: white;
    padding: 10px 15px;
    border-radius: 50px;
    text-decoration: none;
    color: black;
    font-size: 1rem;
    font-weight: 500;
    margin-top: 15px;
    transition: color 200ms;
    width: 100%;
    text-align: center;
}
.body .intro-box {
    padding: 100px 150px;
    background-color: #101e45;
    display: flex;
}
.body .intro-box.intro-home {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1008%26quot%3b)' fill='none'%3e%3cpath d='M676.34 648.15C814.81 584.82 748.25 147.99 1017.7 143.72 1287.14 139.45 1524.64 310.49 1700.41 311.72' stroke='rgba(51%2c121%2c194%2c0.58)' stroke-width='2'%3e%3c/path%3e%3cpath d='M718.92 584.94C881.8 536.9 936.11 77.55 1168.37 75.62 1400.63 73.69 1486.6 339.46 1617.82 350.02' stroke='rgba(51%2c121%2c194%2c0.58)' stroke-width='2'%3e%3c/path%3e%3cpath d='M859.78 605.61C969.44 533.56 912.07 143.69 1103.93 141.03 1295.8 138.37 1456.87 370.21 1592.24 376.23' stroke='rgba(51%2c121%2c194%2c0.58)' stroke-width='2'%3e%3c/path%3e%3cpath d='M592.51 636.63C774 603.47 864.13 149.44 1145.98 148.46 1427.82 147.48 1545.18 415.47 1699.44 422.86' stroke='rgba(51%2c121%2c194%2c0.58)' stroke-width='2'%3e%3c/path%3e%3cpath d='M448.19 581.99C626.43 571.76 738.3 256.3 1078.62 246.52 1418.94 236.74 1545.21 69.05 1709.05 67.32' stroke='rgba(51%2c121%2c194%2c0.58)' stroke-width='2'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1008'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
    background-size: cover;
}
.body .intro-box .content {
    color: white;
    width: 50%;
    min-width: 50%;
}
.body .intro-box.center .content {
    width: 100% !important;
    text-align: center;
}
.body .intro-box .content h1 {
    font-weight: 500;
    line-height: 1;
    font-size: 4.5rem;
    font-family: "Plus Jakarta Sans", sans-serif;
    letter-spacing: -.04em;
}
.body .intro-box .content p {
    color: rgb(255 255 255 / 62%);
    line-height: 1.7;
    font-size: 1.2rem;
}
.body .intro-box .content h1 .highlight {
    color: #8fa3ff;
}
.body .intro-box .content .button {
    display: inline-block;
    background-color: white;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    color: black;
    font-size: 1.2rem;
    font-weight: 500;
    margin-top: 15px;
    transition: color 200ms;
}
.body .intro-box .content .button:hover {
    color: #084ebf;
}
.body .intro-box .right {
    width: 100%;
}
.footer {
    background-color: #0f2049;
    padding:30px 150px;
    color: #ffffff;
    overflow: auto;
    display: block;
}
.footer .brand {
    float: left;
    margin-right: 70px;
    width: 40%;
}
.footer .brand > img {
    width: 140px;
    display: block;
    margin: -25px 0px -50px;
    margin-right: 30px;
}
.footer .brand h3 {
    font-size: 24px;
	margin: 30px 0 7px;
    font-weight: 500;
}
.footer .brand > span {
    font-size: 0.875rem;
    color: rgba(255,255,255,.6);
    font-weight: 400;
    margin-top: 30px;
    display: block;
    line-height: 20px;
}
.footer .brand > span > a {
    color: inherit;
}
.footer .brand .social-ic a {
    display: inline-block;
    margin: 5px 20px 25px 0;
    cursor: pointer;
    transition: color 0.15s ease 0s;
    width: 30px;
    color: rgb(255 255 255 / 62%);
}
.footer .brand .social-ic a:hover {
    color: rgb(255 255 255);
}
.footer .in ul {
    list-style: outside none none;
    margin: 25px 0 25px 20px;
    padding: 0;
	float: left;
	width: 15%;
}
.footer .in ul > li.tp {
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 15px;
}
.footer .in ul > li > a {
    display: inline-block;
    text-decoration: none;
    font-size: 1rem;
    color: rgba(255,255,255,.6);
    padding: 10px 0;
    font-weight: 400;
    transition: color 200ms;
}
.footer .in ul > li > a:hover {
    color: white;
}

.body .section {
    padding: 100px 150px;
}
.body .section .topic {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1rem;
    margin: 0px 0px 32px;
    color: #0038d4;
    letter-spacing: 2px;
}
.body .section .topic.light {
    color: #c1d1ff;
}
.body .section .large {
    font-size: 2.5rem;
    line-height: 1.25;
    letter-spacing: -.03em;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
}
.body .section .flexbox {
    display: flex;
    margin: 100px 0px 0px 0px;
    flex-wrap: wrap;
    padding: 15px 2%;
}
.body .section .flexbox .box {
    flex: 33.3%;
    width: 100%;
    min-width: 145px;
    margin: 2% 0%;
    padding: 30px 30px;
    border-radius: 5px;
    position: relative;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    cursor: default;
    transition: background-color 200ms;
}
.body .section .flexbox .box:hover {
    background-color: #00000008;
}
.body .section .flexbox .box h3 {
    font-size: 2.2rem;
    line-height: 1.2;
    letter-spacing: -.02em;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
}
.body .section .flexbox .box p {
    line-height: 1.7;
    font-size: 1.1rem;
    color: #6c6c89;
}
.body .section .flexbox .box p strong {
    font-weight: 500;
    color: #121217;
}
.body .section .flexbox .box .link-btn {
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 500;
    color: #5271ff;
}
.body .section.brands {
    background-color: #f6f6f6;
    text-align: center;
}
.body .brands .brand-images {
    width: 85%;
    display: inline-block;
}
.body .brands .brand-images .brand {
    height: 200px;
    width: 200px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    display: inline-block;
    margin-right: 75px;
    transition: all 200ms;
}
.body .brands .brand-images .brand:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.body .prefooter {
    background: #0f2049;
    color: white;
    display: flex;
}
.body .prefooter .left {
    width: 100%;
    min-width: 50%;
}
.body .prefooter .right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: right;
}
.body .prefooter .right .button {
    display: inline-flex;
    background-color: white;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    color: black;
    font-size: 1.2rem;
    font-weight: 500;
    transition: color 200ms;
}
.body .prefooter .right .button:hover {
    color: #084ebf;
}
.body .prefooter .right .button svg {
    width: 22px;
    margin-left: 5px;
}