* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    line-height: 1;
    outline: none;
}
article,
footer,
header,
nav,
section {
    display: block;
}
body {
    background-color: #fff;
    background-image: url("./img/body.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    font-display: swap;
    color: #222;
    -webkit-text-size-adjust: none;
    -webkit-animation: fade-in 1s linear;
    -moz-animation: fade-in 1s linear;
    -o-animation: fade-in 1s linear;
    animation: fade-in 1s linear;
}
@-webkit-keyframes fade-in {   0% { opacity: 0; }   100% { opacity: 1; }   }
@-moz-keyframes    fade-in {   0% { opacity: 0; }   100% { opacity: 1; }   }
@-o-keyframes      fade-in {   0% { opacity: 0; }   100% { opacity: 1; }   }
@keyframes         fade-in {   0% { opacity: 0; }   100% { opacity: 1; }   }
section {
    padding: 45px 0;
    overflow: hidden;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #666;
}
img {
    max-width: 100%;
    height: auto;
}
h1,
h2 {
    font-weight: 500;
    position: relative;
    color: #333;
}
h1 {
    margin-bottom: 30px;
    font-size: 28px;
}
h2 {
    font-size: 26px;
    margin-bottom: 35px;
}
.inner {
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
    cursor: default;
}
.center {
    text-align: center;
}
.right {
    text-align:right;
}
.grid {
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.aic {
    align-items: center;
}
.cols-2 {
    grid-template-columns: repeat(2,1fr);   
}
.cols-3 {
    grid-template-columns: repeat(3,1fr);   
}
.cols-4 {
    grid-template-columns: repeat(4,1fr);           
}
.cols-1-2-1 {
    grid-template-columns: 25% 1fr 25%;     
}
.btn a {
    display: inline-block;
    padding: 15px 25px;
    background-color: #3e64ff;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1.3px;
    border-radius: 6px;
}
td.btn a {
	padding: 3px 6px;
	border-radius: 4px;	
	font-size: 14px;
	text-transform: none;
}
.btn:hover {
    opacity: 0.7;
    color: #fff;
}
.psr {
    position: relative;
}
/* Header */
.header {
    padding: 15px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
.logo img {
    height: 50px;
    width: auto;
}
/* Menu */
.menu ul,
.f-menu ul {
    display: flex;
    list-style-type: none;
}
.menu ul {
    text-align: center;
    justify-content: space-between;
    padding: 15px 70px;
}
.f-menu ul {
    justify-content: end;    
}
.menu a {
    color: #3e4c5c;
    font-weight: 400;
}
.menu a:hover {
    color: #3e64ff;
}
/* Top contact */
.top-phone {
    font-size: 18px;
    font-weight: 500;
    margin-right: 10px;
}
.top-phone svg {
    width: 18px;
    fill: #6d60ff;
    position: relative;
    top: 2px;
}
/* Intro */
.intro {
    position: relative;
    padding: 140px 0px 100px;
    margin-bottom: 50px;
    overflow: hidden;
}
.intro .inner {
    position: relative;
    z-index: 2;
}
.intro::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url("./img/herobg.png"), radial-gradient(circle, rgba(204, 243, 255, 0.7), rgba(213, 245, 255, 0.7), rgba(221, 247, 255, 0.7), rgba(230, 249, 255, 0.7), rgba(238, 251, 255, 0.7));
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.slogan {
    font-size: 45px;
    text-transform: uppercase;
    color: #1f2933;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
}
.slogan span {
    color: #3e64ff;
}
.slogan, 
.subslogan {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}
.subslogan {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
}
.head-img {
    position: absolute;
    left: 0;
    top: 0;
}
/* Middle */
.content {
    padding: 64px;
    border: 1px solid #dfe8fc;
    background-image: url("./img/herobg.png"), linear-gradient(to bottom, #ffffff, #f9f9fe, #f1f3fd, #e9edfd, #dfe8fc);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    border-radius: 16px;
}
.content p {
    line-height: 1.5;
    margin-bottom: 15px;
}
.content p:last-child {
    margin-bottom: 0;
}
.content img {
	float: left;
	width: 300px;
	margin: 0 15px 10px 0;
}
h2 {
    font-size: 26px;
    color: #444;
    font-weight: 700;
    margin-bottom: 25px;
}
.lb {
    padding-left: 24px;
    border-left: 2px solid #99adff;
}
/* Table */
table {
    width: 100%;
    border: none;
    margin-top: 30px;
    border: none;
    padding: 5px;
    background-color: #fff;
    border-radius: 12px
}
thead th {
    width: 25%;
    font-weight: 500;
    text-align: left;
    border: none;
    padding: 10px 15px;
    background: #4c7efe;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}
th:first-child {
    border-radius: 10px 0 0 0;
}
th:last-child {
    border-radius: 0 10px 0 0;
}
tbody td {
    text-align: left;
    border: none;
    padding: 10px 15px;
    font-weight: 400;
    font-size: 15px;
    vertical-align: top;
    line-height: 1.3;
}
tbody tr:nth-child(even){
    background: #e6ffee;
}
tbody td:first-child {
    border-radius: 8px 0 0 8px;
}
tbody td:last-child {
    border-radius: 0 8px 8px 0;
}
td a {
	display: inline-block;
	word-wrap: anywhere;
}
@media screen and (max-width: 667px) {
    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    table tr {
        display: block;
        margin-bottom: .625em;
    }
    table td {
        display: block;
        width: 100%;
        padding: 5px;
    }
    tbody tr:nth-child(even) {
        background: transparent;
    }
    tbody td:nth-child(odd) {
        font-weight: 500;
    }
    table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    table td:last-child {
        border-bottom: 0;
    }
}
/* Footer */
.footer {
    margin-top: 50px;
    background: #050c27;
    font-size: 14px;
    font-weight: 300;
}
.footer .inner {
    padding: 0 0 30px;
}
.disclaimer {
    padding: 30px 0;
}
.disclaimer .inner {
    color: #bbc7f6;
    border-bottom: 1px solid #0f2271;
    line-height: 1.5;
}
.disclaimer svg {
    float: left;
    fill: #4dff88;
    width: 37px;
    height: 37px;
    margin-right: 15px;
    margin-top: 1px;
}
.footer,
.f-menu a {
    color: #b4b6bb;
}
.f-menu a:hover {
    color: #3e64ff;
}
.f-menu li:first-child {
    margin-left: 0;
}
.f-menu li {
    margin-left: 10px;
}
/* Back to top button */
#back-to-top {
    position: fixed; 
    z-index: 999; 
    display: none; 
    bottom: 50px; 
    right: 15px;
    color: #fff; 
    background: #5bab68; 
    text-align:center;
    cursor: pointer;
    border-radius: 5px;
}
#back-to-top,
#back-to-top svg {
    fill: #fff;
    height: 40px;
    width: 40px;
}
#back-to-top:hover{
    background:#eee;
}
#back-to-top:hover svg {
    fill: #666;
}
@media (max-width: 1024px) {
    .inner {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 812px) {
    .inner {
        padding: 0 15px;
    }
    .inner.content {
        padding: 20px;
    }
    .footer .disclaimer .inner {
        padding: 0 10px;
    }
    .footer > .inner {
        padding: 30px 10px;
    }
    .cols-4 {
        grid-template-columns: repeat(2,1fr);           
    }
    .cols-1-2-1 {
        grid-template-columns: 15% 1fr 25%;
    }
    .menu ul {
        padding: 10px 30px;
    }
}
@media (max-width: 667px) {
    .intro {
        padding: 40px 0;
    }
    .slogan {
        margin-bottom: 20px;
        font-size: 28px;
    }
    .subslogan {
        font-size: 16px;
    }
    .f-menu ul {
        justify-content: center;
    }
    .disclaimer {
        padding: 0;
    }
}
@media (max-width: 549px) {
    .cols-2,
    .cols-3,
    .cols-1-2-1 {
        grid-template-columns: repeat(1,1fr);
    }
    .header,
    .right,
    .footer {
        text-align: center;
    }
    .header {
        position: relative;
    }
    .intro {
        padding: 15px 0 100px;
    }
    .menu ul {
        padding: 15px;
    }
    table thead th,
    table tbody td {
        font-size: 14px;
    }
    td {
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .disclaimer svg {
        float: none;
        margin: 0 auto 10px;
        display: block;
    }
	.content img {
		float: none;
		width: 100%;
		margin: 0 0 15px;
	}
}
