/* ================== Normalize =================== */
/* Fonts */
/* Color */
* {
  box-sizing: border-box; }

body, html {
  min-height: 100%; }

body {
  width: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  display: block; }

input,
textarea {
  padding: 0;
  margin: 0;
  outline: none;
  line-height: 1; }

input:focus,
input:active {
  outline: none;
  outline: 0;
  outline-offset: 0; }

button {
  border: none;
  background: transparent;
  text-decoration: none;
  line-height: 1; }
  button:hover {
    border: none; }
  button:focus {
    outline: none; }

a {
  text-decoration: none;
  line-height: 1; }

p {
  padding: 0;
  margin: 0; }

/* ================== Layout =================== */
body {
  background: #fff;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  min-width: 320px;
  font-size: 16px;
  line-height: 1.4;
  color: #fff; }
  body.body-hidden {
    overflow: hidden; }

/* ================== General =================== */
.main {
  width: 100%;
  height: auto;
  position: relative; }

.container {
  width: 100%;
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
  height: auto;
  position: relative; }

section {
  position: relative;
  width: 100%;
  height: auto;
  overflow-x: hidden; }

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center; }
  .swiper-pagination-bullet {
    width: 32px;
    height: 3px;
    background: #e2e2e2;
    margin: 0 10px !important;
    cursor: pointer;
    transition: 0.3s;
    opacity: 1;
    z-index: 10;
    display: block;
    border-radius: 0 !important; }
    .swiper-pagination-bullet:hover {
      background: #000000; }
    .swiper-pagination-bullet-active {
      background: #000000; }

/* ================== Text =================== */
h1 {
  font-size: 48px;
  line-height: 1.125;
  font-weight: 400; }

h2 {
  font-size: 36px;
  line-height: 1.125;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
  width: fit-content; }

h3 {
  font-size: 28px;
  line-height: 1.125;
  font-weight: 600;
  margin-bottom: 50px;
  position: relative;
  width: fit-content;
  text-transform: uppercase; }

h4 {
  font-size: 16px;
  line-height: 1.375;
  font-weight: 600; }

h5 {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600; }

h6 {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600; }

p {
  line-height: 1.4;
  font-size: 1rem;
  color: #535353; }

ul {
  padding: 0;
  margin: 0; }
  ul li {
    padding: 0;
    list-style: none; }

.pageError {
  display: flex;
  min-height: inherit; }
  .pageError .container {
    min-height: inherit;
    display: flex;
    align-items: center;
    justify-content: center; }
  .pageError .wrap {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .pageError h1 {
    font-size: 100px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 10px; }
  .pageError-text1 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 30px;
    display: block;
    text-align: center; }
  .pageError-text2 {
    font-size: 16px;
    text-align: center;
    max-width: 320px; }
  .pageError .btn {
    margin-top: 20px; }

/* ================== MEDIA =================== */
/* ================== Template Parts =================== */
.homeBanner {
  position: relative;
  background-color: #011321;
  width: 100%;
  height: 98vh; }

.bContent {
  position: relative; }

