html, body {
  position: relative;
  height: 100%; }

.topnav {
  background-color: #000;
  overflow: hidden; }

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #fff;
  padding: 15px 15px;
  text-align: center;
  text-decoration: none;
  font-size: 22px; }

.navspace {
  height: 75px;
  max-width: auto; }

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black; }

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #000;
  color: white; }

.topnav input[type=text] {
  float: right;
  padding: 6px;
  border: none;
  margin-top: 8px;
  margin-right: 16px;
  font-size: 17px; }

@media screen and (max-width: 600px) {
  .topnav a, .topnav input[type=text] {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px; }

  .topnav input[type=text] {
    border: 1px solid #ccc; } }
.banner {
  position: relative;
  text-align: center;
  color: #fff; }

.banner_text {
  position: absolute;
  top: 20%;
  left: 20%;
  transform: -50%, -50%;
  margin-left: 5%;
  margin-right: 25%; }

.r_box {
  margin-left: 40%;
  position: relative;
  margin-right: 10%; }

.box {
  margin-left: 10%;
  height: 333px; }

.signup {
  text-decoration: none;
  display: block;
  text-align: center;
  background: #269EF6;
  border-radius: 55px;
  margin-left: 35%;
  margin-right: 45%;
  font-size: 20px;
  text-decoration-color: #000; }

.l_box {
  margin-left: 2%;
  margin-right: 50%; }

h1 {
  font-size: 60px; }

h2 {
  font-size: 24px; }

.gray_x {
  margin-left: 5%;
  margin-right: 5%;
  background: #707070;
  font-size: 7px; }

.gray_x_thin {
  margin-left: 0%;
  margin-right: 10%;
  background: #707070;
  font-size: 2px; }

.gray_x_thinner {
  margin-left: 0%;
  margin-right: 50%;
  background: #707070;
  font-size: 1px; }

body {
  background: #020202;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  margin: 0; }
  body img {
    border-radius: 3%; }

.swiper-container_0 {
  background: #0D0D0D;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 25px; }

.swiper-container_1 {
  background: #020202;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 50px; }

.swiper-container_2 {
  background: #020202;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 50px; }

.row_0 .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
  transition: 250ms all; }
  .row_0 .swiper-slide:hover {
    transform: scale(1.1); }

.row_1 {
  margin-left: 50px;
  margin-right: 50px; }
  .row_1 img {
    max-width: 400px;
    height: auto; }
  .row_1 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #020202;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 250ms all; }
    .row_1 .swiper-slide:hover {
      transform: scale(1.2); }

.row_2 {
  margin-left: 50px;
  margin-right: 50px; }
  .row_2 img {
    max-width: 400px;
    height: auto; }
  .row_2 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #020202;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 250ms all; }
    .row_2 .swiper-slide:hover {
      transform: scale(1.2); }

.foot_col {
  float: left;
  padding-left: 25px;
  width: 75px;
  overflow-y: auto;
  display: block; }

.foot_col2 {
  float: left;
  padding-left: 25px;
  width: 100px;
  overflow-y: auto;
  display: block; }

.foot_col3 {
  float: left;
  padding-left: 25px;
  width: 100px;
  overflow-y: auto;
  display: block; }

.footer {
  height: 110px;
  bottom: 0px;
  background: #269EF6;
  padding: 5px 5px;
  color: #000; }
  .footer img {
    height: 75px;
    max-width: auto; }
