.custom-footer1-wrapper {
  display: contents;
}
 
.custom-footer1-thq-footer7-elm {
  width: 100%;
  height: 140px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  padding-top: 0px;
  flex-direction: column;
  padding-bottom: 0px;
  justify-content: center;
  background-color: #151515;
}
 
.custom-footer1-image {
  top: 0px;
  width: var(--dl-layout-size-xxlarge);
  bottom: 0px;
  position: relative;
  object-fit: cover;
  margin-bottom: var(--dl-layout-space-unit);
}
 
.custom-footer1-thq-max-width-elm {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.custom-footer1-thq-credits-elm {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.custom-footer1-thq-divider-elm {
  background-color: var(--dl-color-gray-white);
}
 
.custom-footer1-thq-row-elm {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: space-between;
}
 
.custom-footer1-container {
  display: flex;
  align-items: flex-start;
}
 
.custom-footer1-thq-text-elm1 {
  fill: var(--dl-color-gray-white);
  color: var(--dl-color-gray-white);
}
 
.custom-footer1-thq-text-elm2 {
  fill: var(--dl-color-gray-white);
  color: var(--dl-color-gray-white);
}
 
.custom-footer1-thq-text-elm3 {
  fill: var(--dl-color-gray-white);
  color: var(--dl-color-gray-white);
}
 
.custom-footer1-thq-text-elm4 {
  fill: var(--dl-color-gray-white);
  color: var(--dl-color-gray-white);
}
 
.home-fragment1 {
  display: contents;
}
 
.home-text2 {
  display: inline-block;
}
 
.home-fragment3 {
  display: contents;
}
 
.home-text4 {
  display: inline-block;
}
 
.home-fragment2 {
  display: contents;
}
 
.home-text3 {
  display: inline-block;
}
 
.custom-footer1root-class-name {
  display: none;
}
 
@media(max-width: 767px) {
  .custom-footer1-thq-row-elm {
    gap: var(--dl-layout-space-oneandhalfunits);
    align-items: flex-start;
    flex-direction: row;
    justify-content: center;
  }
}
 
@media(max-width: 479px) {
  .custom-footer1-thq-max-width-elm {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .custom-footer1-thq-row-elm {
    gap: 0;
    align-items: center;
    justify-content: space-between;
  }
}

.home-container1 {
  width: 100%;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-color: rgba(21, 21, 21, 0);
}
 
.home-container2 {
  top: 0px;
  left: 0px;
  width: 100%;
  bottom: 0px;
  height: auto;
  margin: auto;
  display: flex;
  position: fixed;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-video {
  width: 100%;
  height: 100%;
  overflow: auto;
  position: relative;
  object-fit: fill;
}
 
.home-thq-hero-elm {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
}
 
.home-thq-navbar-main-page-elm {
  width: 100%;
  height: 79px;
  display: flex;
  position: relative;
  max-width: auto;
  align-self: flex-end;
  align-items: center;
  justify-content: space-between;
}
 
.home-thq-burger-menu-elm {
  width: var(--dl-layout-size-maxwidth);
}
 
.home-button {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  padding-top: 20px;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: 56px;
  padding-right: var(--dl-layout-space-oneandhalfunits);
  padding-bottom: 20px;
  background-color: #235536;
}
 
.home-thq-items-elm1 {
  gap: var(--dl-layout-space-threeunits);
  right: 0px;
  bottom: 0px;
  display: flex;
  position: absolute;
  align-self: flex-end;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.home-thq-links-elm1 {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.home-navlink1 {
  text-decoration: none;
}
 
.home-navlink2 {
  text-decoration: none;
}
 
.home-navlink3 {
  text-align: center;
  border-color: #ffffff;
  border-width: 1px;
  text-decoration: none;
  background-color: transparent;
}
 
.home-text1 {
  color: rgb(255, 255, 255);
}
 
.home-thq-mobile-menu-elm {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: flex;
  padding: 32px;
  z-index: 100;
  position: fixed;
  transform: translateX(-100%);
  transition: 0.5s;
  flex-direction: column;
  justify-content: space-between;
  background-color: #151515;
}
 
.home-thq-nav-elm {
  display: none;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-thq-image1-elm {
  width: 77px;
  height: 71px;
  display: block;
  margin-top: var(--dl-layout-space-halfunit);
  object-fit: cover;
  margin-left: var(--dl-layout-space-halfunit);
  text-decoration: none;
}
 
.home-thq-menu-close-elm {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.home-thq-icon-elm {
  fill: var(--dl-color-gray-white);
  width: 24px;
  height: 24px;
}
 
.home-thq-items-elm2 {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-thq-links-elm2 {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-navlink5 {
  text-decoration: none;
}
 
.home-navlink6 {
  text-decoration: none;
}
 
.home-navlink7 {
  text-decoration: none;
}
 
.home-image {
  top: 15px;
  left: 25px;
  width: 177px;
  height: 163px;
  position: absolute;
  object-fit: cover;
}
 
.home-thq-header-elm {
  width: 100%;
  height: 740px;
  display: flex;
  position: relative;
  max-width: 1280px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
}
 
.home-container4 {
  top: 17px;
  left: 1px;
  width: 998px;
  height: 672px;
  display: flex;
  position: absolute;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
}
 
.home-thq-title-elm {
  top: var(--dl-layout-space-sixunits);
  left: 0px;
  color: transparent;
  width: 1138px;
  bottom: 17px;
  position: absolute;
  font-size: 100px;
  max-width: 895px;
  font-weight: normal;
  line-height: 95px;
  text-transform: uppercase;
  background-clip: text;
  background-image: linear-gradient(90deg, rgb(189, 195, 199) 27.00%,rgb(0, 0, 0) 100.00%);
}
 
.home-thq-description-elm {
  left: 0px;
  color: rgb(255, 255, 255);
  width: 100%;
  bottom: 126px;
  position: absolute;
  font-size: 24px;
  max-width: 800px;
  line-height: 36px;
}
 
.home-navlink8 {
  top: 0px;
  left: 0px;
  color: rgb(255, 255, 255);
  width: 305px;
  bottom: 0px;
  height: 63px;
  display: flex;
  position: relative;
  font-size: 24px;
  text-align: center;
  align-items: center;
  line-height: 24px;
  border-color: #ffffff;
  border-width: 2px;
  border-radius: 56px;
  margin-bottom: var(--dl-layout-space-twounits);
  justify-content: center;
  text-decoration: none;
}
 
.home-fragment1 {
  display: contents;
}
 
.home-text2 {
  display: inline-block;
}
 
.home-fragment2 {
  display: contents;
}
 
.home-text3 {
  display: inline-block;
}
 
.home-fragment3 {
  display: contents;
}
 
.home-text4 {
  display: inline-block;
}
 
@media(max-width: 991px) {
  .home-thq-hero-elm {
    height: auto;
  }
  .home-thq-navbar-main-page-elm {
    padding-top: var(--dl-layout-space-unit);
  }
  .home-button {
    padding-top: var(--dl-layout-space-unit);
    padding-left: var(--dl-layout-space-unit);
    padding-right: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-unit);
  }
  .home-thq-image-elm {
    width: 18px;
    height: 18px;
    display: none;
  }
  .home-navlink3 {
    width: 100%;
    font-size: 16px;
    text-align: center;
    border-radius: 40px;
  }
  .home-text1 {
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
  }
  .home-image {
    top: 0px;
    left: 0px;
    position: relative;
    align-self: flex-start;
    margin-top: -60px;
  }
  .home-thq-header-elm {
    height: auto;
    padding-top: 0px;
    flex-direction: column;
    padding-bottom: 0px;
    justify-content: center;
  }
  .home-container4 {
    top: 17px;
    right: -204px;
    width: 100%;
    height: 592px;
    display: flex;
    position: relative;
    margin-right: 0px;
    flex-direction: column;
    justify-content: center;
  }
  .home-thq-title-elm {
    width: 750px;
    height: 373px;
    position: static;
    font-size: 98px;
    align-self: flex-start;
    margin-top: 0px;
    line-height: 86px;
    grid-row-end: 1;
    margin-bottom: var(--dl-layout-space-fiveunits);
  }
  .home-thq-description-elm {
    height: 37px;
    font-size: 20px;
    align-self: flex-start;
    line-height: 24px;
    grid-row-end: 2;
  }
  .home-navlink8 {
    top: 0px;
    left: 0px;
    color: rgb(255, 255, 255);
    width: 305px;
    bottom: 0px;
    height: 63px;
    position: relative;
    font-size: 20px;
    align-self: flex-start;
    text-align: center;
    line-height: 24px;
    border-color: #ffffff;
    border-width: 2px;
    grid-row-end: 3;
    border-radius: 56px;
    margin-bottom: var(--dl-layout-space-twounits);
    text-transform: capitalize;
    text-decoration: none;
  }
}
 
@media(max-width: 767px) {
  .home-video {
    height: 646px;
  }
  .home-thq-hero-elm {
    height: auto;
  }
  .home-thq-navbar-main-page-elm {
    height: 57px;
    display: flex;
    align-items: center;
    padding-top: 0px;
    justify-content: space-between;
  }
  .home-button {
    right: 0px;
    padding: 12px;
    position: fixed;
    background-color: transparent;
  }
  .home-thq-image-elm {
    display: flex;
  }
  .home-thq-items-elm1 {
    display: none;
  }
  .home-thq-nav-elm {
    display: flex;
  }
  .home-image {
    top: 15px;
    right: -8px;
    width: 135px;
    height: 124px;
    align-self: flex-start;
    margin-top: -40px;
    margin-left: 0px;
    padding-right: 0px;
  }
  .home-thq-header-elm {
    height: auto;
    padding-bottom: 0px;
  }
  .home-container4 {
    width: 100%;
    height: auto;
    position: static;
    align-items: flex-start;
  }
  .home-thq-title-elm {
    top: 160px;
    left: -4px;
    width: 417px;
    height: 241px;
    position: static;
    font-size: 64px;
    margin-top: var(--dl-layout-space-unit);
    line-height: 54px;
    padding-top: var(--dl-layout-space-halfunit);
    margin-bottom: var(--dl-layout-space-unit);
    padding-right: 440px;
  }
  .home-thq-description-elm {
    top: 412px;
    width: 385px;
    bottom: -437px;
    position: static;
    font-size: 14px;
  }
  .home-navlink8 {
    width: 215px;
    bottom: -513px;
    height: 44px;
    position: static;
    font-size: 16px;
    margin-top: var(--dl-layout-space-twounits);
    margin-right: 0px;
  }
}
 
@media(max-width: 479px) {
  .home-video {
    height: 789px;
  }
  .home-thq-hero-elm {
    width: 100%;
    height: auto;
  }
  .home-thq-navbar-main-page-elm {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .home-button {
    background-color: transparent;
  }
  .home-thq-items-elm1 {
    display: none;
  }
  .home-thq-links-elm1 {
    display: none;
  }
  .home-navlink3 {
    display: none;
  }
  .home-thq-mobile-menu-elm {
    padding: 16px;
  }
  .home-image {
    left: 15px;
    width: 109px;
    height: 99px;
    position: relative;
    align-self: flex-start;
    margin-top: -60px;
    margin-left: -10px;
  }
  .home-thq-header-elm {
    width: 346px;
    height: 415px;
    max-width: 100%;
    align-items: flex-start;
    padding-top: 0px;
    padding-bottom: 0px;
    justify-content: flex-start;
  }
  .home-container4 {
    height: auto;
    overflow: visible;
    position: static;
    align-self: flex-start;
    align-items: flex-start;
    justify-content: center;
  }
  .home-thq-title-elm {
    color: transparent;
    width: 303px;
    height: 169px;
    font-size: 40px;
    max-width: 895px;
    margin-top: var(--dl-layout-space-twounits);
    font-weight: normal;
    line-height: 40px;
    padding-top: 0px;
    margin-bottom: var(--dl-layout-space-unit);
    padding-right: 2px;
    text-transform: uppercase;
    background-clip: text;
    background-image: linear-gradient(90deg, rgb(189, 195, 199) 27%, rgb(0, 0, 0) 100%);
    webkit-background-clip: text;
  }
  .home-thq-description-elm {
    color: rgb(255, 255, 255);
    width: 75%;
    height: 67px;
    font-size: 16px;
    max-width: auto;
    align-self: flex-start;
    line-height: 20px;
  }
  .home-navlink8 {
    color: rgb(255, 255, 255);
    width: 179px;
    height: 36px;
    font-size: 14px;
    line-height: 24px;
    border-color: #ffffff;
    border-width: 2px;
    margin-right: var(--dl-layout-space-oneandhalfunits);
    border-radius: 56px;
  }
}
