﻿@font-face {
  font-family: "Haptic";
  src: url("/Fonts/GT-Haptik-ZS-Regular.woff2") format("woff2");
  font-weight: normal;
}
@font-face {
  font-family: "Haptic";
  src: url("/Fonts/GT-Haptik-ZS-Medium.woff2") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "Haptic";
  src: url("/Fonts/GT-Haptik-ZS-Bold.woff2") format("woff2");
  font-weight: 900;
}
body {
  font-family: "Haptic", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

header {
  background: url("/images/banner.jpg") no-repeat top center;
  background-size: cover;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .banner-text h1 {
  color: #fff;
  font-size: 62px;
}

.content {
  background: #256BF6;
  background: linear-gradient(180deg, rgb(37, 107, 246) 0%, rgb(1, 23, 70) 85%);
  color: #fff;
  box-sizing: border-box;
  padding: 50px 0;
}
.content .intro {
  box-sizing: border-box;
  padding: 30px 0;
  text-align: center;
}
.content .intro h2 {
  font-weight: normal;
}
.content .intro p {
  font-size: 14px;
}
.content .box-wrapper {
  display: flex;
  justify-content: space-between;
}
.content .box-wrapper .box-item {
  width: 30%;
}
.content .box-wrapper .box-item .box-image {
  width: 100%;
}
.content .box-wrapper .box-item .box-image img {
  width: 100%;
}
.content .box-wrapper .box-item .box-text {
  margin-top: 20px;
}
.content .box-wrapper .box-item .box-text h4 {
  font-size: 18px;
}
.content .box-wrapper .box-item .box-text a {
  color: #FE00E2;
  font-size: 14px;
  text-decoration: none;
}
.content .box-wrapper .box-item .box-text a:hover {
  color: #ffa4f5;
}

footer {
  background-color: #fff;
  box-sizing: border-box;
  padding: 50px 0;
}
footer img {
  height: 30px;
}
