@font-face {
  font-family: Syne;
  font-style: normal;
  font-weight: 300;
  src: url("../font/Syne-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: Syne;
  font-style: normal;
  font-weight: 400;
  src: url("../font/Syne-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: Syne;
  font-style: normal;
  font-weight: 500;
  src: url("../font/Syne-SemiBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: Syne;
  font-style: normal;
  font-weight: 600;
  src: url("../font/Syne-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: Syne;
  font-style: normal;
  font-weight: 700;
  src: url("../font/Syne-ExtraBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: maneli;
  font-style: normal;
  font-weight: normal;
  src: url("../font/Maneli.ttf") format("truetype");
  font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
h6,
span,
div,
a,
input,
ul,
li,
button,
textarea {
  font-family: "Syne" !important;
}

body {
  font-family: "Syne" !important;
}

/**main colore**/
/** break point **/
/** general style **/
* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}

a:focus {
  outline: none;
}

.mainView {
  max-width: 1930px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.mainView2 {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

img {
  max-width: 100%;
  height: auto;
}

a,
a:visited {
  text-decoration: none;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

body.no-follow {
  overflow: hidden;
}

.mainHeadingSite {
  text-align: center;
  color: rgba(255, 255, 255, 0.9098039216);
  margin-bottom: 48px;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}
.mainHeadingSite h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.2em;
  color: rgba(255, 255, 255, 0.9098039216);
  text-decoration: none;
}
@media (max-width: 768px) {
  .mainHeadingSite h2 {
    font-size: 24px;
  }
}
.mainHeadingSite p {
  font-size: 16px;
  line-height: 1.5em;
  color: white;
  margin-top: 24px;
  opacity: 0.7;
  letter-spacing: -0.05em;
}

.heroWrapper {
  position: relative;
  height: 100vh;
}

.heroSectionBack {
  position: relative;
  height: 100vh;
  width: 100%;
  z-index: 1;
  transform-origin: center center;
  will-change: transform, filter, opacity;
}
.heroSectionBack .imageHeroSection {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.heroSectionBack .imageHeroSection::before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  content: "";
}
.heroSectionBack .imageHeroSection img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.heroSectionBack .heroSection {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  text-align: center;
  height: -moz-fit-content;
  height: fit-content;
}
.heroSectionBack .heroSection h1 {
  font-size: 96px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1em;
  color: #fff;
  margin: auto;
  text-decoration: none;
  margin-bottom: 12px;
  max-width: 1100px;
}
@media (max-width: 1000px) {
  .heroSectionBack .heroSection h1 {
    font-size: 36px;
  }
}
.heroSectionBack .heroSection p {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.5em;
  color: #fff;
  text-decoration: none;
  max-width: 600px;
  margin: auto;
}
@media (max-width: 1000px) {
  .heroSectionBack .heroSection p {
    font-size: 16px;
  }
}
.heroSectionBack .heroSection a {
  margin-top: 32px;
}

.videoSectionvideo,
.heroSectionBack {
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.emptyLogoSectionBack {
  padding: 40px 0 140px;
  background: #0d0d0d;
  display: flex;
  justify-content: center;
  align-items: center;
}
.emptyLogoSectionBack .emptyLogoMain {
  max-width: 1200px;
  margin: auto;
  width: calc(100% - 30px);
  border: 1px solid rgba(255, 255, 255, 0.4392156863);
  border-radius: 40px;
  padding: 0 10px;
  overflow: hidden;
}
.emptyLogoSectionBack .emptyLogoMain .swiper-slide > div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 68px;
  padding: 10px;
  border-left: 1px solid white;
}
.emptyLogoSectionBack .emptyLogoMain .swiper-slide > div img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.emptyLogoSectionBack .swiper-wrapper {
  transition-timing-function: linear !important;
}

.videoGalleryBack {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='1000' fill='none'%3E%3Cpath stroke='url(%23a)' stroke-opacity='.1' d='M100.5 0v1000'/%3E%3Cpath stroke='url(%23b)' stroke-opacity='.1' d='M256.055 0v1000'/%3E%3Cpath stroke='url(%23c)' stroke-opacity='.1' d='M411.611 0v1000'/%3E%3Cpath stroke='url(%23d)' stroke-opacity='.1' d='M567.166 0v1000'/%3E%3Cpath stroke='url(%23e)' stroke-opacity='.1' d='M722.723 0v1000'/%3E%3Cpath stroke='url(%23f)' stroke-opacity='.1' d='M878.277 0v1000'/%3E%3Cpath stroke='url(%23g)' stroke-opacity='.1' d='M1033.83 0v1000'/%3E%3Cpath stroke='url(%23h)' stroke-opacity='.1' d='M1189.39 0v1000'/%3E%3Cpath stroke='url(%23i)' stroke-opacity='.1' d='M1344.95 0v1000'/%3E%3Cpath stroke='url(%23j)' stroke-opacity='.1' d='M1500.5 0v1000'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='100' x2='100' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='255.555' x2='255.555' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' x1='411.111' x2='411.111' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='d' x1='566.666' x2='566.666' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='e' x1='722.223' x2='722.223' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='f' x1='877.777' x2='877.777' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='g' x1='1033.33' x2='1033.33' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='h' x1='1188.89' x2='1188.89' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='i' x1='1344.45' x2='1344.45' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='j' x1='1500' x2='1500' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-color: #0d0d0d;
  padding: 50px 0;
  margin: 100px 0 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.videoGalleryBack .videoGalleryMain {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 160px);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
@media (max-width: 1000px) {
  .videoGalleryBack .videoGalleryMain {
    display: flex;
    flex-direction: column;
  }
}
.videoGalleryBack .videoGalleryMain .videoGalleryInner {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0);
  padding: 12px 40px 40px 20px;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1000px) {
  .videoGalleryBack .videoGalleryMain .videoGalleryInner {
    height: 250px;
    border: unset !important;
    background: radial-gradient(71% 86.4% at -0.8% 0%, rgba(255, 255, 255, 0.1) 2.21002%, rgba(255, 255, 255, 0) 100%), radial-gradient(71% 50% at 100% 100%, rgba(255, 255, 255, 0.1) 2.21002%, rgba(255, 255, 255, 0) 100%);
  }
}
.videoGalleryBack .videoGalleryMain .videoGalleryInner::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='1000' fill='none'%3E%3Cpath stroke='url(%23a)' stroke-opacity='.1' d='M100.5 0v1000'/%3E%3Cpath stroke='url(%23b)' stroke-opacity='.1' d='M256.055 0v1000'/%3E%3Cpath stroke='url(%23c)' stroke-opacity='.1' d='M411.611 0v1000'/%3E%3Cpath stroke='url(%23d)' stroke-opacity='.1' d='M567.166 0v1000'/%3E%3Cpath stroke='url(%23e)' stroke-opacity='.1' d='M722.723 0v1000'/%3E%3Cpath stroke='url(%23f)' stroke-opacity='.1' d='M878.277 0v1000'/%3E%3Cpath stroke='url(%23g)' stroke-opacity='.1' d='M1033.83 0v1000'/%3E%3Cpath stroke='url(%23h)' stroke-opacity='.1' d='M1189.39 0v1000'/%3E%3Cpath stroke='url(%23i)' stroke-opacity='.1' d='M1344.95 0v1000'/%3E%3Cpath stroke='url(%23j)' stroke-opacity='.1' d='M1500.5 0v1000'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='100' x2='100' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='255.555' x2='255.555' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' x1='411.111' x2='411.111' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='d' x1='566.666' x2='566.666' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='e' x1='722.223' x2='722.223' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='f' x1='877.777' x2='877.777' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='g' x1='1033.33' x2='1033.33' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='h' x1='1188.89' x2='1188.89' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='i' x1='1344.45' x2='1344.45' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='j' x1='1500' x2='1500' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-color: #0d0d0d;
  background-size: 100% 100%;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1000px) {
  .videoGalleryBack .videoGalleryMain .videoGalleryInner::before {
    opacity: 0;
    visibility: hidden;
  }
}
.videoGalleryBack .videoGalleryMain .videoGalleryInner::after {
  content: "";
  position: absolute;
  height: 200%;
  backdrop-filter: blur(5px);
  transform: rotate(9deg);
  width: 169px;
  left: -100%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  background: linear-gradient(114deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%) rgb(255, 255, 255);
  opacity: 0.12;
  transition: all 1s ease-in-out;
}
.videoGalleryBack .videoGalleryMain .videoGalleryInner h3 {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.5em;
  background-image: linear-gradient(93deg, #eaeaea 42.4942263279%, #cacaca 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  transition: all 0.5s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
}
@media (max-width: 1000px) {
  .videoGalleryBack .videoGalleryMain .videoGalleryInner h3 {
    font-size: 20px;
    background-image: linear-gradient(93deg, var(--token-4fdd7769-e1d0-45b2-8e3d-fe484baba321, rgb(255, 171, 66)) 42.4942263279%, var(--token-2f560859-5998-4075-847c-9f666c5cfc0b, rgb(255, 99, 111)) 100%);
    transform: translate3d(0px, 14px, 0px);
  }
}
.videoGalleryBack .videoGalleryMain .videoGalleryInner p {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  color: rgba(255, 255, 255, 0.7294117647);
  position: absolute;
  bottom: 40px;
  left: 20px;
  width: calc(100% - 64px);
  transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}
@media (max-width: 1000px) {
  .videoGalleryBack .videoGalleryMain .videoGalleryInner p {
    font-size: 16px;
    opacity: 1;
    visibility: visible;
    transform: translate3d(14px, 0px, 0px);
    bottom: 20px;
    left: 8px;
  }
}
.videoGalleryBack .videoGalleryMain .videoGalleryInner > div {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1000px) {
  .videoGalleryBack .videoGalleryMain .videoGalleryInner > div {
    opacity: 0.1;
    visibility: visible;
  }
}
.videoGalleryBack .videoGalleryMain .videoGalleryInner > div::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(165deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.79;
}
.videoGalleryBack .videoGalleryMain .videoGalleryInner:hover {
  border-color: #858585;
}
.videoGalleryBack .videoGalleryMain .videoGalleryInner:hover::before {
  opacity: 1;
  visibility: visible;
}
.videoGalleryBack .videoGalleryMain .videoGalleryInner:hover::after {
  left: 120%;
}
.videoGalleryBack .videoGalleryMain .videoGalleryInner:hover h3 {
  background-image: linear-gradient(93deg, var(--token-4fdd7769-e1d0-45b2-8e3d-fe484baba321, rgb(255, 171, 66)) 42.4942263279%, var(--token-2f560859-5998-4075-847c-9f666c5cfc0b, rgb(255, 99, 111)) 100%);
  transform: translate3d(16px, 24px, 0px);
}
.videoGalleryBack .videoGalleryMain .videoGalleryInner:hover p {
  opacity: 1;
  visibility: visible;
  transform: translate3d(14px, 0px, 0px);
}
.videoGalleryBack .videoGalleryMain .videoGalleryInner:hover > div {
  opacity: 0;
  visibility: hidden;
}
.videoGalleryBack .videoGalleryMain .videoGalleryInner:nth-child(1) {
  grid-area: 1/1/3/3;
}
.videoGalleryBack .videoGalleryMain .videoGalleryInner:nth-child(2) {
  grid-area: 1/3/3/4;
}
.videoGalleryBack .videoGalleryMain .videoGalleryInner:nth-child(3) {
  grid-area: 1/4/5/5;
}
.videoGalleryBack .videoGalleryMain .videoGalleryInner:nth-child(4) {
  grid-area: 3/1/5/2;
}
.videoGalleryBack .videoGalleryMain .videoGalleryInner:nth-child(5) {
  grid-area: 3/2/5/4;
}
.videoGalleryBack .videoGalleryMain .videoGalleryInner:nth-child(6) {
  grid-area: 5/1/7/3;
}
.videoGalleryBack .videoGalleryMain .videoGalleryInner:nth-child(7) {
  grid-area: 5/3/7/5;
}
.videoGalleryBack .videoGalleryMain .videoGalleryInner > div {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.videoGalleryBack .videoGalleryMain .videoGalleryInner > div img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.videoGalleryBack .videoGalleryButton {
  display: flex;
  justify-content: center;
  margin-top: 72px;
}

.videoSectionHaBack {
  position: relative;
  width: 100%;
  z-index: 2;
  height: 100vh;
  will-change: transform;
  background-color: var(--token-620fac81-7c2e-4342-b93a-72603d1fc89e, #0d0d0d);
  position: absolute;
  top: 0;
  transform: translateY(100%);
  width: 100%;
}
@media (max-width: 1000px) {
  .videoSectionHaBack {
    margin-top: 0;
  }
}
.videoSectionHaBack::before {
  content: "";
  background: linear-gradient(180deg, rgba(13, 13, 13, 0) 0%, rgb(13, 13, 13) 100%);
  position: absolute;
  top: -100px;
  height: 100px;
  width: 100%;
  left: 0;
}
.videoSectionHaBack .videoSection .videoSectionTitle {
  will-change: transform, opacity;
}
.videoSectionHaBack .videoSection .videoSectionTitle h2 {
  background-image: linear-gradient(132deg, var(--token-5e392320-6dc2-4ced-ada4-6b8aba2f2b33, rgb(255, 255, 255)) 11.6823680622%, rgba(0, 0, 0, 0) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 180px;
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: -0.05em;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding-top: 32px;
}
@media (max-width: 1300px) {
  .videoSectionHaBack .videoSection .videoSectionTitle h2 {
    font-size: 120px;
  }
}
@media (max-width: 1200px) {
  .videoSectionHaBack .videoSection .videoSectionTitle h2 {
    font-size: 100px;
  }
}
@media (max-width: 1000px) {
  .videoSectionHaBack .videoSection .videoSectionTitle h2 {
    font-size: 80px;
  }
}
@media (max-width: 600px) {
  .videoSectionHaBack .videoSection .videoSectionTitle h2 {
    font-size: 40px;
  }
}
.videoSectionHaBack .videoSectionVMain {
  margin: auto;
  aspect-ratio: 16/9;
  max-height: 100vh;
  border-radius: 84px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .videoSectionHaBack .videoSectionVMain {
    border-radius: 30px;
    aspect-ratio: 16/20;
    margin-top: 24px;
  }
}
.videoSectionHaBack .videoSectionVMain video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.videoSectionHaBack .videoSectionvideo {
  position: relative;
  transform-origin: center center;
  will-change: transform;
  transform: scale(0.4);
}
@media (max-width: 1000px) {
  .videoSectionHaBack .videoSectionvideo {
    transform: scale(1);
  }
}
.videoSectionHaBack .videoSectionvideo .videoSectioPlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 16%;
  width: 8%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.16);
}
@media (max-width: 1000px) {
  .videoSectionHaBack .videoSectionvideo .videoSectioPlay {
    height: 16%;
    width: 20%;
  }
}

.videoInner {
  height: 100vh;
  will-change: transform;
}

.introWrapper {
  position: relative;
  height: 110vh;
}

.explainPartsback {
  background: #0d0d0d;
  margin-top: 60px;
}
.explainPartsback .explainParts .swiper {
  padding: 160px 0px 60px;
}
.explainPartsback .explainParts .swiper-wrapper {
  transition-timing-function: linear !important;
}
.explainPartsback .explainParts .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto !important;
  display: inline-block;
}
.explainPartsback .explainParts .swiper-slide .mageExplain {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(-14deg);
  opacity: 0;
  visibility: hidden;
  transition: all 1.4s ease-in-out;
}
.explainPartsback .explainParts .swiper-slide .mageExplain img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.explainPartsback .explainParts .swiper-slide .textexplain {
  background: radial-gradient(37.2% 50% at 50% 50%, var(--token-d9d01f21-7a47-443c-a8bc-56cdb453de6f, rgba(255, 255, 255, 0.8)) 0%, var(--token-16cecdcd-c5a5-4884-abaa-e0abd93e3514, rgba(255, 255, 255, 0.1)) 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 50px;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: -0.09em;
  white-space: nowrap;
  position: relative;
  width: auto !important;
}
.explainPartsback .explainParts .swiper-slide .textexplain::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #ff000d;
  border: 1px solid #530004;
  border-radius: 50%;
  left: -30px;
  top: -10px;
  bottom: 0;
  margin: auto;
  animation: pulse 1s ease-in-out infinite;
}
.explainPartsback .explainParts .swiper-slide:hover .mageExplain {
  opacity: 1;
  visibility: visible;
  transform: rotate(6deg);
  width: 120px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.homeBlogSectionBack {
  background: #0d0d0d;
  padding-bottom: 40px;
}
.homeBlogSectionBack .mainHeadingSite a {
  margin-top: 16px;
}
.homeBlogSectionBack .swiperHomeBlogParent {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 40px;
}
@media (max-width: 1000px) {
  .homeBlogSectionBack .swiperHomeBlogParent {
    flex-direction: column;
  }
}
@media (max-width: 1000px) {
  .homeBlogSectionBack .swiperHomeBlogParent > div {
    width: 100%;
  }
}

.FAQSectionBack {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='1000' fill='none'%3E%3Cpath stroke='url(%23a)' stroke-opacity='.1' d='M100.5 0v1000'/%3E%3Cpath stroke='url(%23b)' stroke-opacity='.1' d='M256.055 0v1000'/%3E%3Cpath stroke='url(%23c)' stroke-opacity='.1' d='M411.611 0v1000'/%3E%3Cpath stroke='url(%23d)' stroke-opacity='.1' d='M567.166 0v1000'/%3E%3Cpath stroke='url(%23e)' stroke-opacity='.1' d='M722.723 0v1000'/%3E%3Cpath stroke='url(%23f)' stroke-opacity='.1' d='M878.277 0v1000'/%3E%3Cpath stroke='url(%23g)' stroke-opacity='.1' d='M1033.83 0v1000'/%3E%3Cpath stroke='url(%23h)' stroke-opacity='.1' d='M1189.39 0v1000'/%3E%3Cpath stroke='url(%23i)' stroke-opacity='.1' d='M1344.95 0v1000'/%3E%3Cpath stroke='url(%23j)' stroke-opacity='.1' d='M1500.5 0v1000'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='100' x2='100' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='255.555' x2='255.555' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' x1='411.111' x2='411.111' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='d' x1='566.666' x2='566.666' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='e' x1='722.223' x2='722.223' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='f' x1='877.777' x2='877.777' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='g' x1='1033.33' x2='1033.33' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='h' x1='1188.89' x2='1188.89' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='i' x1='1344.45' x2='1344.45' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='j' x1='1500' x2='1500' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-color: #0d0d0d;
  padding: 50px 0;
  margin: 50px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.FAQSectionBack .FAQSection {
  max-width: 800px;
  width: calc(100% - 40px);
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.FAQSectionBack .FAQSection .faqs-item {
  border: 1px solid rgba(255, 255, 255, 0.3803921569);
  border-radius: 20px;
  padding: 24px;
  transition: all 0.4s linear;
  background: radial-gradient(30% 50% at 50% 0%, var(--token-31d2d8ec-6073-495b-98cd-5e142f56bc63, rgba(255, 255, 255, 0.15)) 0%, rgba(0, 0, 0, 0) 100%);
  background-size: 200% 200%;
  background-position: 100% 30%;
}
.FAQSectionBack .FAQSection .faqs-item .faqs-question {
  position: relative;
  transition: all 0.4s linear;
  opacity: 1;
}
.FAQSectionBack .FAQSection .faqs-item .faqs-question::before {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256' color='var(--token-a3567fc0-2c6f-4fa8-ac8f-89ddd158e98d, rgb(255, 255, 255))' style='user-select:none;width:100%25;height:100%25;display:inline-block;fill:var(--token-a3567fc0-2c6f-4fa8-ac8f-89ddd158e98d, rgb(255, 255, 255));color:var(--token-a3567fc0-2c6f-4fa8-ac8f-89ddd158e98d, rgb(255, 255, 255));flex-shrink:0'%3E%3Cpath d='m213.66 101.66-80 80a8 8 0 0 1-11.32 0l-80-80a8 8 0 0 1 11.32-11.32L128 164.69l74.34-74.35a8 8 0 0 1 11.32 11.32'/%3E%3C/svg%3E");
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 25px;
  width: 25px;
  opacity: 0.8;
}
.FAQSectionBack .FAQSection .faqs-item .faqs-question h3 {
  color: rgba(255, 255, 255, 0.8588235294);
  font-size: 18px;
  letter-spacing: -0.05em;
  line-height: 1em;
  font-weight: 500;
  transition: all 0.4s linear;
}
.FAQSectionBack .FAQSection .faqs-item p.faqs-answer {
  margin-top: 26px;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.5em;
  font-weight: 500;
  opacity: 0.7;
}
.FAQSectionBack .FAQSection .faqs-item:hover {
  background-position: 50% 30%;
}
.FAQSectionBack .FAQSection .faqs-item:hover .faqs-question h3 {
  transform: translate(20px, 0px);
  opacity: 0.7;
}

.userCommentBack {
  background-color: #0d0d0d;
  padding: 50px 0;
  margin: 50px 0;
  background-image: url(../img/2121.avif);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}
.userCommentBack .userCommentMain .swiper-slide {
  backdrop-filter: blur(4px);
  background: linear-gradient(95deg, rgba(255, 255, 255, 0.08) 2.21002%, rgba(255, 255, 255, 0) 100%);
  border-radius: 40px;
  padding: 50px 40px 70px;
  border: 1px solid rgba(255, 255, 255, 0.3098039216);
  display: flex;
  flex-direction: column;
  gap: 25px;
  transform: scale(0.9) !important;
  transition: all 0.3s linear;
  overflow: hidden;
}
.userCommentBack .userCommentMain .swiper-slide::before {
  content: "";
  background: rgba(255, 255, 255, 0.0509803922);
  position: absolute;
  height: 130%;
  width: 12%;
  top: -15%;
  left: 0;
  transform: rotate(20deg);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
  left: -15%;
  transition: all 0.3s linear;
}
.userCommentBack .userCommentMain .swiper-slide .userMage {
  height: 88px;
  width: auto;
  display: flex;
  justify-content: start;
  align-items: center;
}
.userCommentBack .userCommentMain .swiper-slide p.userTalk {
  color: #fff;
  font-size: 32px;
  letter-spacing: -0.05em;
  line-height: 1.2em;
  font-weight: 500;
  opacity: 0.8;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1000px) {
  .userCommentBack .userCommentMain .swiper-slide p.userTalk {
    font-size: 20px;
    line-height: 1.5em;
  }
}
.userCommentBack .userCommentMain .swiper-slide p.userTalk svg {
  height: 60px !important;
  width: 60px !important;
  margin-top: 10px;
}
.userCommentBack .userCommentMain .swiper-slide .hashUser p {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.5em;
  font-weight: 500;
  opacity: 0.8;
}
.userCommentBack .userCommentMain .swiper-slide .hashUser span {
  color: #fff;
  font-size: 20px;
  letter-spacing: -0.08em;
  line-height: 1.5em;
  font-weight: 500;
  opacity: 0.8;
}
.userCommentBack .userCommentMain .swiper-slide:hover::before {
  left: 100%;
}
.userCommentBack .userCommentMain .swiper-slide.swiper-slide-active {
  transform: scale(1) !important;
}

.threeBoxesBack {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='1000' fill='none'%3E%3Cpath stroke='url(%23a)' stroke-opacity='.1' d='M100.5 0v1000'/%3E%3Cpath stroke='url(%23b)' stroke-opacity='.1' d='M256.055 0v1000'/%3E%3Cpath stroke='url(%23c)' stroke-opacity='.1' d='M411.611 0v1000'/%3E%3Cpath stroke='url(%23d)' stroke-opacity='.1' d='M567.166 0v1000'/%3E%3Cpath stroke='url(%23e)' stroke-opacity='.1' d='M722.723 0v1000'/%3E%3Cpath stroke='url(%23f)' stroke-opacity='.1' d='M878.277 0v1000'/%3E%3Cpath stroke='url(%23g)' stroke-opacity='.1' d='M1033.83 0v1000'/%3E%3Cpath stroke='url(%23h)' stroke-opacity='.1' d='M1189.39 0v1000'/%3E%3Cpath stroke='url(%23i)' stroke-opacity='.1' d='M1344.95 0v1000'/%3E%3Cpath stroke='url(%23j)' stroke-opacity='.1' d='M1500.5 0v1000'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='100' x2='100' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='255.555' x2='255.555' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' x1='411.111' x2='411.111' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='d' x1='566.666' x2='566.666' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='e' x1='722.223' x2='722.223' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='f' x1='877.777' x2='877.777' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='g' x1='1033.33' x2='1033.33' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='h' x1='1188.89' x2='1188.89' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='i' x1='1344.45' x2='1344.45' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='j' x1='1500' x2='1500' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-color: #0d0d0d;
  padding: 50px 0;
  margin: 50px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.threeBoxesBack .threeBoxes {
  display: flex;
  justify-content: space-between;
  align-items: start;
  position: relative;
}
@media (max-width: 1000px) {
  .threeBoxesBack .threeBoxes {
    flex-direction: column;
    padding-bottom: 90px;
  }
}
.threeBoxesBack .mainHeadingSiteEx2 {
  width: 33%;
}
@media (max-width: 1000px) {
  .threeBoxesBack .mainHeadingSiteEx2 {
    width: 80%;
    margin: auto;
    text-align: center;
    margin-bottom: 24px;
  }
}
.threeBoxesBack .mainHeadingSiteEx2 h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.2em;
  color: rgba(255, 255, 255, 0.9098039216);
  text-decoration: none;
}
@media (max-width: 1000px) {
  .threeBoxesBack .mainHeadingSiteEx2 h2 {
    font-size: 24px;
  }
}
.threeBoxesBack .mainHeadingSiteEx2 p {
  font-size: 16px;
  line-height: 1.5em;
  color: white;
  margin-top: 24px;
  opacity: 0.7;
  letter-spacing: -0.05em;
}
.threeBoxesBack .mainHeadingSiteEx2 a {
  position: absolute;
  left: 20px;
  bottom: 0;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1000px) {
  .threeBoxesBack .mainHeadingSiteEx2 a {
    left: 0;
    right: 0;
  }
}
.threeBoxesBack .threeBoxesMain {
  width: 66%;
}
@media (max-width: 1000px) {
  .threeBoxesBack .threeBoxesMain {
    width: 100%;
  }
}
.threeBoxesBack .threeBoxesMain .threeBoxesMainItem {
  border-radius: 30px;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.5019607843);
  position: relative;
  padding: 40px;
  margin-bottom: 32px;
  transition: all 0.4s linear;
  background: radial-gradient(30% 50% at 50% 0%, var(--token-31d2d8ec-6073-495b-98cd-5e142f56bc63, rgba(255, 255, 255, 0.15)) 0%, rgba(0, 0, 0, 0) 100%);
  background-size: 200% 200%;
  background-position: 100% 30%;
}
@media (max-width: 1000px) {
  .threeBoxesBack .threeBoxesMain .threeBoxesMainItem {
    padding: 30px 20px;
    margin-bottom: 16px;
  }
}
.threeBoxesBack .threeBoxesMain .threeBoxesMainItem:last-child {
  margin-bottom: 0;
}
.threeBoxesBack .threeBoxesMain .threeBoxesMainItem img {
  position: absolute;
  right: 30px;
  top: -180px;
  opacity: 0;
  visibility: hidden;
  height: 270px;
  width: 270px;
  border-radius: 24px;
  transform: rotate(4deg);
  transition: all 0.6s ease-in-out;
  filter: grayscale(1);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1000px) {
  .threeBoxesBack .threeBoxesMain .threeBoxesMainItem img {
    display: none;
  }
}
.threeBoxesBack .threeBoxesMain .threeBoxesMainItem h3 {
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.5em;
  color: rgba(255, 255, 255, 0.9098039216);
  text-decoration: none;
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  .threeBoxesBack .threeBoxesMain .threeBoxesMainItem h3 {
    font-size: 20px;
  }
}
.threeBoxesBack .threeBoxesMain .threeBoxesMainItem p {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.5em;
  color: rgba(255, 255, 255, 0.9098039216);
  text-decoration: none;
  margin-bottom: 20px;
  opacity: 0.7;
}
@media (max-width: 1000px) {
  .threeBoxesBack .threeBoxesMain .threeBoxesMainItem p {
    font-size: 16px;
  }
}
.threeBoxesBack .threeBoxesMain .threeBoxesMainItem .threeeBoxesButton {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2em;
  color: rgba(255, 255, 255, 0.9098039216);
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, 0.4196078431);
  border-radius: 26px;
  padding: 5px 3px 5px 20px;
  transition: all 0.45s linear;
}
.threeBoxesBack .threeBoxesMain .threeBoxesMainItem .threeeBoxesButton svg {
  height: 30px !important;
  width: 30px !important;
  transform: rotate(-90deg);
  transition: all 0.45s linear;
}
@media (max-width: 1000px) {
  .threeBoxesBack .threeBoxesMain .threeBoxesMainItem .threeeBoxesButton {
    padding-right: 5px;
  }
  .threeBoxesBack .threeBoxesMain .threeBoxesMainItem .threeeBoxesButton svg {
    transform: rotate(0deg);
    fill: var(--token-4fdd7769-e1d0-45b2-8e3d-fe484baba321, rgba(255, 255, 255, 0.8)) !important;
    margin-left: 0px !important;
  }
}
.threeBoxesBack .threeBoxesMain .threeBoxesMainItem:hover {
  background-position: 50% 30%;
}
.threeBoxesBack .threeBoxesMain .threeBoxesMainItem:hover img {
  top: -203px;
  opacity: 1;
  visibility: visible;
  transform: translate(-110%, 0px) rotate(-5deg);
}
.threeBoxesBack .threeBoxesMain .threeBoxesMainItem:hover .threeeBoxesButton {
  padding-right: 5px;
}
.threeBoxesBack .threeBoxesMain .threeBoxesMainItem:hover .threeeBoxesButton svg {
  transform: rotate(0deg);
  fill: var(--token-4fdd7769-e1d0-45b2-8e3d-fe484baba321, rgba(255, 255, 255, 0.8)) !important;
  margin-left: 12px;
}

.counterSecBack {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='1000' fill='none'%3E%3Cpath stroke='url(%23a)' stroke-opacity='.1' d='M100.5 0v1000'/%3E%3Cpath stroke='url(%23b)' stroke-opacity='.1' d='M256.055 0v1000'/%3E%3Cpath stroke='url(%23c)' stroke-opacity='.1' d='M411.611 0v1000'/%3E%3Cpath stroke='url(%23d)' stroke-opacity='.1' d='M567.166 0v1000'/%3E%3Cpath stroke='url(%23e)' stroke-opacity='.1' d='M722.723 0v1000'/%3E%3Cpath stroke='url(%23f)' stroke-opacity='.1' d='M878.277 0v1000'/%3E%3Cpath stroke='url(%23g)' stroke-opacity='.1' d='M1033.83 0v1000'/%3E%3Cpath stroke='url(%23h)' stroke-opacity='.1' d='M1189.39 0v1000'/%3E%3Cpath stroke='url(%23i)' stroke-opacity='.1' d='M1344.95 0v1000'/%3E%3Cpath stroke='url(%23j)' stroke-opacity='.1' d='M1500.5 0v1000'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='100' x2='100' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='255.555' x2='255.555' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' x1='411.111' x2='411.111' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='d' x1='566.666' x2='566.666' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='e' x1='722.223' x2='722.223' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='f' x1='877.777' x2='877.777' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='g' x1='1033.33' x2='1033.33' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='h' x1='1188.89' x2='1188.89' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='i' x1='1344.45' x2='1344.45' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='j' x1='1500' x2='1500' y1='0' y2='1000' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.51' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-color: #0d0d0d;
  padding: 50px 0;
  margin: 120px auto 160px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.counterSecBack .counterSec {
  display: flex;
  justify-content: space-between;
  align-items: start;
  position: relative;
}
@media (max-width: 1000px) {
  .counterSecBack .counterSec {
    flex-direction: column;
    padding-bottom: 100px;
  }
}
.counterSecBack .counterSec .mainHeadingSiteEx2 {
  width: 33%;
}
@media (max-width: 1000px) {
  .counterSecBack .counterSec .mainHeadingSiteEx2 {
    width: 80%;
    margin: auto;
    text-align: center;
    margin-bottom: 24px;
  }
}
.counterSecBack .counterSec .mainHeadingSiteEx2 h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.2em;
  color: rgba(255, 255, 255, 0.9098039216);
  text-decoration: none;
}
@media (max-width: 1000px) {
  .counterSecBack .counterSec .mainHeadingSiteEx2 h2 {
    font-size: 24px;
  }
}
.counterSecBack .counterSec .mainHeadingSiteEx2 p {
  font-size: 16px;
  line-height: 1.5em;
  color: white;
  margin-top: 24px;
  opacity: 0.7;
  letter-spacing: -0.05em;
}
.counterSecBack .counterSec .mainHeadingSiteEx2 a {
  position: absolute;
  left: 20px;
  bottom: 0;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1000px) {
  .counterSecBack .counterSec .mainHeadingSiteEx2 a {
    right: 0;
    left: 0;
  }
}
.counterSecBack .counterSec .counterSecMain {
  width: 66%;
}
@media (max-width: 1000px) {
  .counterSecBack .counterSec .counterSecMain {
    width: 100%;
  }
}
.counterSecBack .counterSec .counterSecMain p.secondSmallPara {
  color: rgba(255, 255, 255, 0.75);
  font-size: 20px;
  letter-spacing: -0.02em;
  line-height: 1.5em;
  font-weight: 500;
  margin-bottom: 80px;
}
@media (max-width: 1000px) {
  .counterSecBack .counterSec .counterSecMain p.secondSmallPara {
    font-size: 16px;
  }
}
.counterSecBack .counterSec .counterSecMain p.firstBigerPara {
  color: rgba(255, 255, 255, 0.48);
  font-size: 36px;
  letter-spacing: -0.04em;
  line-height: 1.2em;
  font-weight: 500;
  margin-bottom: 40px;
}
@media (max-width: 1000px) {
  .counterSecBack .counterSec .counterSecMain p.firstBigerPara {
    font-size: 24px;
    margin-top: 24px;
  }
}
.counterSecBack .counterSec .counterSecMain p.firstBigerPara b {
  color: #fff;
  font-weight: 400;
}
.counterSecBack .counterSec .counterSecMain .countersectionIn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}
.counterSecBack .counterSec .counterSecMain .countersectionIn > div {
  width: calc(50% - 40px);
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 1000px) {
  .counterSecBack .counterSec .counterSecMain .countersectionIn > div {
    width: 100%;
  }
}
.counterSecBack .counterSec .counterSecMain .countersectionIn > div > p {
  position: absolute;
  top: -30px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 21px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.counterSecBack .counterSec .counterSecMain .countersectionIn > div .spansCS {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  transform: translateY(-20px);
}
.counterSecBack .counterSec .counterSecMain .countersectionIn > div .spansCS span {
  font-size: 70px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 70px;
  color: var(--token-a3567fc0-2c6f-4fa8-ac8f-89ddd158e98d, rgb(255, 255, 255));
  text-decoration: none;
  background: linear-gradient(289deg, hsla(0, 0%, 100%, 0) -42.4829451993%, var(--token-a3567fc0-2c6f-4fa8-ac8f-89ddd158e98d, rgb(255, 255, 255)) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.projectsSectionBack {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  margin: 0px 0;
}
@media (max-width: 1000px) {
  .projectsSectionBack {
    height: unset;
    padding-bottom: 100px;
    margin-top: 0;
  }
}
.projectsSectionBack .mainHeadingSiteEx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}
@media (max-width: 1000px) {
  .projectsSectionBack .mainHeadingSiteEx {
    width: 80%;
    margin: auto;
    text-align: center;
    margin-bottom: 24px;
  }
}
.projectsSectionBack .mainHeadingSiteEx h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.2em;
  color: rgba(255, 255, 255, 0.9098039216);
  text-decoration: none;
}
@media (max-width: 1000px) {
  .projectsSectionBack .mainHeadingSiteEx h2 {
    font-size: 24px;
  }
}
.projectsSectionBack .mainHeadingSiteEx p {
  font-size: 16px;
  line-height: 1.5em;
  color: white;
  margin-top: 24px;
  opacity: 0.7;
  letter-spacing: -0.05em;
}
.projectsSectionBack .mainHeadingSiteEx a {
  margin-right: 0;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1000px) {
  .projectsSectionBack .mainHeadingSiteEx a {
    position: absolute;
    left: 20px;
    bottom: 0;
    height: -moz-fit-content;
    height: fit-content;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.projectsSectionBack .projectsSectionMain {
  display: flex;
  width: 100%;
  gap: 10px;
  flex-wrap: nowrap;
  transform: translateX(70%);
}
@media (max-width: 1000px) {
  .projectsSectionBack .projectsSectionMain {
    transform: translateX(0%);
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.projectsSectionBack .projectsSectionMain > a {
  height: 375px;
  aspect-ratio: 1;
  flex-shrink: 0;
  position: relative;
  display: flex;
  justify-content: end;
  align-self: start;
  border-radius: 50px;
  overflow: hidden;
  flex-direction: column;
  padding: 38px;
  cursor: url("data:image/svg+xml,%3Csvg fill='%2300000070' xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 41.404 51.711' xml:space='preserve'%3E%3Cpath d='m40.756 16.851-6.479 2.674v-2.808a1.967 1.967 0 0 0-1.97-1.969h-1.075a8.76 8.76 0 0 0 2.295-5.928c0-4.868-3.952-8.82-8.819-8.82-4.871 0-8.818 3.953-8.818 8.82 0 2.284.864 4.361 2.292 5.928h-5.378A6.593 6.593 0 0 0 7.348 4.452a6.592 6.592 0 0 0-5.453 10.301A1.96 1.96 0 0 0 0 16.717v11.555c0 1.089.881 1.969 1.97 1.969h4.367v1.555c0 1.088.879 1.97 1.97 1.97H10.7L4.492 50.113a1.18 1.18 0 0 0 2.208.84l6.534-17.189h2.724v11.25c0 .65.53 1.184 1.183 1.184s1.184-.533 1.184-1.184v-11.25h2.544l6.528 17.189a1.186 1.186 0 0 0 1.527.682c.608-.231.914-.916.684-1.523l-6.207-16.348h.271c1.091 0 1.97-.881 1.97-1.969V30.24h6.667c1.092 0 1.97-.88 1.97-1.968v-2.81l6.479 2.674c.357.21.648.039.648-.374V17.227c-.002-.412-.293-.582-.65-.376'/%3E%3C/svg%3E"), pointer;
}
@media (max-width: 1000px) {
  .projectsSectionBack .projectsSectionMain > a {
    height: unset;
    width: 100%;
    border-radius: 32px;
  }
}
.projectsSectionBack .projectsSectionMain > a > div {
  display: flex;
  justify-content: center;
  align-self: center;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.projectsSectionBack .projectsSectionMain > a > div img, .projectsSectionBack .projectsSectionMain > a > div video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.projectsSectionBack .projectsSectionMain > a h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1.5em;
  color: var(--extracted-r6o4lv, var(--token-a3567fc0-2c6f-4fa8-ac8f-89ddd158e98d, rgb(255, 255, 255)));
}
.projectsSectionBack .projectsSectionMain > a p {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 100%;
  color: var(--extracted-r6o4lv, var(--token-a3567fc0-2c6f-4fa8-ac8f-89ddd158e98d, rgb(255, 255, 255)));
}

.projectsSection.mainView {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.15s ease;
}

.video-wrapper:hover .custom-cursor {
  opacity: 1;
}

.downerMainFooter .gform_validation_errors {
  margin-bottom: 10px;
  border-radius: 8px;
  backdrop-filter: blur(4px);
  display: none;
}

.gform_confirmation_message {
  color: white !important;
  font-size: 17px !important;
  font-weight: 600 !important;
}

article .gform_confirmation_message {
  color: white !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  text-align: center !important;
  margin-top: 40px !important;
}

form .gfield_validation_message {
  position: absolute;
  top: 15px;
  right: 22px;
  backdrop-filter: blur(2px);
}

div#field_1_1 {
  position: static !important;
}

.gform_validation_errors {
  margin-bottom: 10px !important;
  border-radius: 8px !important;
  backdrop-filter: blur(4px) !important;
  display: none !important;
}/*# sourceMappingURL=home.css.map */