    body, html {
      margin: 0;
      padding: 0;
      width: 100%;
      height: 100%;
      overflow-x: hidden;
    }

    .style_home__HZ5k2 {
      height: 100vh;
      overflow: hidden;
      position: relative;
      width: 100%;
    }

    .style_backgroundVideo__Pvq2C {
      filter: brightness(.75);
      height: 100%;
      left: 0;
      object-fit: cover;
      position: absolute;
      top: 0;
      width: 100%;
    }

    .style_logo__VNFp9 {
      min-width: 600px;
    }

    .style_adminEmail__k3G4j {
      min-width: 388px;
    }

    .style_country__4l-Wv {
      min-width: 200px;
      padding-left: 30px;
      padding-right: 30px;
      text-align: center;
      width: 20%;
    }

    .style_country__4l-Wv a {
      color: #939393;
      font-size: 20px;
      font-weight: 700;
      text-decoration: none;
    }

    .style_banner__H3leP {
      min-width: 656px;
    }

    .style_joinNowBtn__Ibz3C {
      bottom: -11%;
      min-width: 206px;
      width: 30%;
    }

    .style_footerDecor__MLUyi {
      filter: grayscale(1);
      height: 128px;
    }

    .modal {
      --bs-modal-bg: #0000;
      --bs-backdrop-opacity: 0.2;
      --bs-modal-border-color: #0000;
    }

    
    @media screen and (max-width: 768px) {
      .style_adminEmail__k3G4j,
      .style_logo__VNFp9 {
        min-width: auto;
      }

      .style_country__4l-Wv {
        min-width: auto;
        padding-left: 10px;
        padding-right: 10px;
        width: 33%;
      }

      .style_country__4l-Wv a {
        font-size: 16px;
      }

      .style_banner__H3leP {
        min-width: auto;
      }

      .style_joinNowBtn__Ibz3C {
        bottom: -14%;
        min-width: auto;
        width: 33%;
      }
    }