@font-face {
    font-family: 'Degular';
    src: url('https://global.divhunt.com/511eb090370a1dbdccf603193be78b48_4104.woff2') format('woff2');
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Degular';
    src: url('https://global.divhunt.com/5aeca0879b842ab129d020824898c5dc_4064.woff2') format('woff2');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Degular';
    src: url('https://global.divhunt.com/770e0f5f690217335ec8a280e652ad0d_4036.woff2') format('woff2');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Degular';
    src: url('https://global.divhunt.com/bc580f27c912d5031326c16b9282508a_4096.woff2') format('woff2');
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Degular';
    src: url('https://global.divhunt.com/fd22498bf9eb926eb7d691026d9323db_4084.woff2') format('woff2');
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

main{--White:rgb(255,255,255);--brand-black:#030303;--brand-yellow:#c2ff00;--Dark-Blue:#1e2226;}  html, body {
    height: auto;
  }

.line{
    overflow: hidden;
}

.cta-yellow span{
    transition: all 300ms ease;
}

.cta-black span{
    transition: all 300ms ease;
}

.swiper-button-disabled{
    opacity: .5;
    pointer-events: none;
}

@keyframes clickScale {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
}

.animate-scale {
  animation: clickScale 200ms ease-in-out forwards;
}

#prioritize{
  aspect-ratio:  1.3 / 1;
}
.preloader{
  visibility: visible!important;
}

.navbar-active{
  background: var(--brand-black);
}

@media screen and (min-width: 992px) and (max-width: 1300px) {
  #terms-mobile {
    display: none;
  }
}


  .navbar-link {
    position: relative;
    display: inline-block;
    padding-bottom: 3px;
  }
  
  .navbar-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: white; 
    transition: width 300ms ease-in-out, left 300ms ease-in-out;
  }
  
  .navbar-link:hover::after {
    width: 100%;
  }





    .footer-link {
    position: relative;
    display: inline-block;
    padding-bottom: 3px;
  }
  
  .footer-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: white; 
    transition: width 300ms ease-in-out, left 300ms ease-in-out;
  }
  
  .footer-link:hover::after {
    width: 100%;
  }


  section{
    position: relative;
    z-index: 2;
    background: var(--brand-black);
  }

  #page-wrapper{
    display: none;
  }

  #password{
    display: flex;
  }



  #hamburger-trigger span {
    width: 30px;
    height: 3px;
    background: #fff;
    transition: all 0.3s ease-in-out;
    position: absolute;
}

/* Pomeranje linija u normalnom stanju */
#hamburger-trigger span:nth-child(1) {
    transform: translateY(-10px);
}

#hamburger-trigger span:nth-child(2) {
    opacity: 1;
}

#hamburger-trigger span:nth-child(3) {
    transform: translateY(10px);
}

/* Aktivni stil (X efekat) */
#hamburger-trigger.active span:nth-child(1) {
    transform: translateY(0) rotate(45deg);
}

#hamburger-trigger.active span:nth-child(2) {
    opacity: 0;
}

#hamburger-trigger.active span:nth-child(3) {
    transform: translateY(0) rotate(-45deg);
}

#hamburger-trigger {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    position: relative;
}

@media screen and (max-width: 991px) {
    .hamburger {
        display: flex!important;
        transform: translateX(100%);
        opacity: 0;
        transition: all 300ms ease; 
    }
    .hamburger.active {
        transform: translateX(0%);
        opacity: 1;
    }
}

main {color:var(--White);position:relative;font-size:1rem;background:var(--brand-black);min-height:100vh;font-family:'Poppins';font-weight:400;line-height:1.2;}@media screen and (max-width: 480px) {main {font-size:0.875rem;}}main container{width:100%;display:block;max-width:1320px;margin-top:0px;margin-left:auto;margin-right:auto;padding-left:20px;margin-bottom:0px;padding-right:20px;}main h2{font-size:42px;margin-top:0px;font-weight:700;margin-bottom:0px;}main h1{font-size:60px;margin-top:0px;font-weight:700;margin-bottom:0px;}main h3{font-size:32px;margin-top:0px;margin-bottom:0px;}main h4{font-size:24px;margin-top:0px;font-weight:700;margin-bottom:0px;}main h5{font-size:20px;margin-top:0px;font-weight:700;margin-bottom:0px;}main h6{font-size:16px;margin-top:0px;font-weight:700;margin-bottom:0px;}main p{margin-top:0px;margin-bottom:0px;}main .stylesheet-part{padding:60px 0px 60px 0px;border-bottom:1px solid rgba(223,223,223,1.00);}@media screen and (max-width: 991px) {main .stylesheet-part{padding:40px 0px 40px 0px;}}main ul{padding-left:20px;}main ol{padding-left:20px;}main img{display:block;max-width:100%;}main textarea{resize:vertical;}main .button-primary{color:rgba(255,255,255,1.00);border:1px solid rgba(0,0,0,1);background:rgba(0,0,0,1.00);padding-top:12px;padding-left:20px;padding-right:20px;padding-bottom:12px;}main .button-primary:hover{color:rgba(0,0,0,1.00);background:rgba(255,255,255,1.00);}main a{cursor:pointer;transition:all 200ms 0ms linear;}main .button-secondary{color:rgba(0,0,0,1.00);border:1px solid rgba(0,0,0,1);background:rgba(255,255,255,1.00);padding-top:12px;padding-left:20px;padding-right:20px;padding-bottom:12px;}main .button-secondary:hover{color:rgba(255,255,255,1.00);background:rgba(0,0,0,1.00);}main button{cursor:pointer;}main component{display:block;}main .rich-text-dh-styling  hr{width:100%;border:0px solid rgba(0,0,0,1);height:1px;display:block;border-top:1px solid rgb(203,203,203);margin-top:20px;padding-top:0px;margin-bottom:20px;padding-bottom:0px;}main .rich-text-dh-styling{display:flex;row-gap:24px;flex-direction:column;}main blockquote{display:block;background:#00000008;margin-left:0px;padding-top:15px;margin-right:0px;padding-left:15px;border-radius:6px;padding-right:15px;padding-bottom:15px;}main blockquote  cite{color:rgb(139,139,139);display:block;margin-top:10px;font-weight:500;padding-left:15px;}main .navbar-link{font-size:1.125rem;font-weight:500;text-decoration:none;color:var(--White);}@media screen and (max-width: 991px) {main .navbar-link{display:none;}}@media screen and (max-width: 480px) {main .navbar-link{font-size:1rem;}}main .gap-30-center{display:flex;align-items:center;justify-content:center;flex-direction:column;row-gap:30px;text-align:center;}@media screen and (max-width: 480px) {main .gap-30-center{row-gap:20px;}}main .gap-10-center{display:flex;align-items:center;flex-direction:column;justify-content:center;row-gap:10px;text-align:center;}main .h1-70{font-size:4.375rem;font-weight:500;color:var(--brand-yellow);font-family:'Degular';}@media screen and (max-width: 767px) {main .h1-70{font-size:2.4rem;}}main .gap-20-center{display:flex;flex-direction:column;align-items:center;justify-content:center;row-gap:20px;}main .is-18{font-size:1.125rem;}main .butoons-wrapper{display:flex;align-items:center;justify-content:center;column-gap:20px;}main .cta-arrow{width:55px;transition:all 300ms 0ms ease;}@media screen and (max-width: 480px) {main .cta-arrow{width:50px;}}main .cta-yellow{padding-left:7px;padding-right:33px;min-height:50px;display:flex;align-items:center;background:var(--brand-yellow);border-radius:60px;column-gap:11px;text-decoration:none;color:var(--brand-black);box-shadow:0px 0px 30px 2px rgba(194,255,0,0.30);}main .cta-yellow:hover{box-shadow:0px 0px 30px 2px rgba(194,255,0,0.50);}main .cta-yellow:hover .cta-arrow{transform:translateX(122px);}main .cta-yellow:hover span{transform:translateX(-45px);}@media screen and (max-width: 480px) {main .cta-yellow{min-height:45px;padding-right:20px;box-shadow:0px 0px 5px 2px rgba(194,255,0,0.30);}main .cta-yellow:hover .cta-arrow{transform:translateX(100px);}}main .cta-transparent{min-height:50px;display:flex;align-items:center;justify-content:center;padding-left:62px;padding-right:62px;border-radius:60px;border:1px solid var(--brand-yellow);text-decoration:none;color:var(--brand-yellow);font-size:1.25rem;}main .cta-transparent:hover{background:var(--brand-yellow);color:var(--brand-black);box-shadow:0px 0px 30px 2px rgba(194,255,0,0.50);}@media screen and (max-width: 480px) {main .cta-transparent{padding-left:30px;padding-right:30px;min-height:45px;font-size:1rem;}}main .h2-48{font-size:3rem;font-weight:500;font-family:'Degular';}@media screen and (max-width: 767px) {main .h2-48{font-size:2rem;}}main .text-color-yellow{color:var(--brand-yellow);}main .gap-30{display:flex;flex-direction:column;row-gap:30px;}@media screen and (max-width: 480px) {main .gap-30{row-gap:20px;}}main .h2-56{font-size:3.5rem;color:var(--brand-yellow);font-weight:500;font-family:'Degular';}@media screen and (max-width: 767px) {main .h2-56{font-size:2rem;}}@media screen and (max-width: 480px) {main .h2-56{font-size:2.2rem;}}main .app-item-title{color:var(--brand-yellow);font-size:1.875rem;font-weight:500;font-family:'Degular';}@media screen and (max-width: 480px) {main .app-item-title{font-size:1.6rem;}}main .h3-30{font-size:1.875rem;font-weight:500;font-family:'Degular';line-height:1;}@media screen and (max-width: 480px) {main .h3-30{font-size:1.6rem;}}main .app-item-text{color:hsla(0,0%,100%,0.6);max-width:660px;}main .app-item{border-radius:20px;padding-bottom:30px;display:flex;align-items:flex-start;flex-direction:column;row-gap:16px;justify-content:flex-end;border:1px solid hsla(0,0%,100%,0.1);position:relative;background-position:100% 0%;background-repeat:no-repeat;overflow:clip;width:100%;background:#0b0b0b;}main .cta-transparent-black{min-height:50px;display:flex;align-items:center;justify-content:center;padding-left:62px;padding-right:62px;border-radius:60px;border:1px solid var(--brand-black);text-decoration:none;color:var(--brand-black);font-size:1.25rem;}@media screen and (max-width: 480px) {main .cta-transparent-black{padding-left:30px;padding-right:30px;font-size:1rem;}}main .cta-black{padding-left:7px;padding-right:33px;min-height:50px;display:flex;align-items:center;background:var(--brand-black);border-radius:60px;column-gap:11px;text-decoration:none;color:var(--brand-yellow);box-shadow:0px 0px 30px 6px rgba(194,255,0,0.50);}main .cta-black:hover .cta-arrow{transform:translateX(122px);}main .cta-black:hover span{transform:translateX(-45px);}@media screen and (max-width: 480px) {main .cta-black{min-height:45px;padding-right:20px;}main .cta-black:hover .cta-arrow{transform:translateX(100px);}}main .h2-58{font-size:3.625rem;font-weight:500;font-family:'Degular';}@media screen and (max-width: 767px) {main .h2-58{font-size:3rem;}}@media screen and (max-width: 480px) {main .h2-58{font-size:2.2rem;}}main .is-18-50{font-size:1.125rem;color:rgb(from var(--White) r g b / 50%);}@media screen and (max-width: 480px) {main .is-18-50{font-size:1rem;}}main .padding-128-128{padding-top:128px;padding-bottom:128px;}main .why-item{padding-top:22px;padding-bottom:57px;padding-left:24px;padding-right:36px;width:100%;border-radius:20px;border:1px solid rgba(255,255,255,0.1);text-align:left;display:flex;flex-direction:column;row-gap:54px;color:rgb(from var(--White) r g b / 50%);background-image:url(https://global.divhunt.com/3b26f066d10ff3b7d27b85295bf27038_43102.avif);background-size:cover;background-repeat:no-repeat;}@media screen and (max-width: 480px) {main .why-item{padding-left:20px;padding-right:20px;}}main .gap-12{display:flex;flex-direction:column;row-gap:12px;}main .display-block{display:block;}main .padding-128-64{padding-top:128px;padding-bottom:64px;}@media screen and (max-width: 991px) {main .padding-128-64{padding-top:64px;padding-bottom:32px;}}main .padding-64-128{padding-top:64px;padding-bottom:128px;}@media screen and (max-width: 767px) {main .padding-64-128{padding-bottom:64px;}}main .gap-48{display:flex;flex-direction:column;row-gap:48px;}main .is-16-50{color:rgb(from var(--White) r g b / 50%);}main .revenue-slide{padding-top:29px;padding-left:25px;padding-bottom:45px;padding-right:45px;background:#0b0b0b;border-radius:20px;display:flex;flex-direction:column;row-gap:48px;border:1px solid rgba(255,255,255,0.1);height:100%;}@media screen and (max-width: 480px) {main .revenue-slide{padding-left:20px;padding-right:20px;row-gap:30px;}}main .gap-20{display:flex;flex-direction:column;row-gap:20px;}main .revenue-icon{width:50px;}main .swiper-arrow-left{width:55px;cursor:pointer;}main .swiper-arrow-right{cursor:pointer;}main .padding-80-64{padding-top:80px;padding-bottom:64px;}@media screen and (max-width: 767px) {main .padding-80-64{padding-bottom:32px;padding-top:40px;}}main .perfomance-item{display:flex;flex-direction:column;row-gap:20px;}main .image-100{width:100%;}main .relative{position:relative;}main .abs-perfomance-text{font-size:1.875rem;color:var(--brand-black);transform:translate(-50%,-100%);position:absolute;top:auto;left:50%;right:auto;bottom:10px;}main .perfomance-line{width:107%;height:1px;background:var(--brand-yellow);}main .line-dot{width:24px;height:24px;background:var(--brand-yellow);border-radius:100%;position:absolute;top:50%;left:22px;right:auto;bottom:auto;transform:translate(0px,-50%);}main .perfomance-top{display:flex;flex-direction:column;row-gap:13px;}main .perfomance-list{display:flex;flex-direction:column;row-gap:2px;}main .padding-64-64{padding-top:64px;padding-bottom:64px;}@media screen and (max-width: 991px) {main .padding-64-64{padding-top:32px;padding-bottom:32px;}}main .global-note-item{padding-top:29px;padding-left:25px;padding-bottom:30px;padding-right:50px;border-radius:20px;border:1px solid rgba(255,255,255,0.1);display:flex;flex-direction:column;row-gap:48px;}@media screen and (max-width: 480px) {main .global-note-item{padding-left:20px;padding-right:20px;row-gap:30px;}}main .global-note-icon{width:50px;}main .leadership-item{border-radius:20px;border:1px solid rgba(255,255,255,0.1);padding-top:23px;padding-left:30px;padding-right:30px;padding-bottom:50px;display:flex;align-items:center;justify-content:center;flex-direction:column;row-gap:20px;text-align:center;}@media screen and (max-width: 480px) {main .leadership-item{padding-left:20px;padding-right:20px;}}main .leadership-image{width:102px;}main .gap-4-center{display:flex;flex-direction:column;row-gap:4px;align-items:center;justify-content:center;}main .flex{display:flex;flex-direction:column;}main .terms-title{color:var(--brand-yellow);}main .terms-text{font-size:1.875rem;font-family:'Degular';font-weight:500;}@media screen and (max-width: 480px) {main .terms-text{font-size:1.4rem;}}main .accordions_wrap{padding-top:22px;padding-bottom:11px;padding-left:30px;padding-right:40px;border-radius:20px;cursor:pointer;border:1px solid rgba(255,255,255,0.1);}@media screen and (max-width: 480px) {main .accordions_wrap{padding-left:20px;padding-bottom:10px!important;padding-top:20px;padding-right:20px;}}main .acc-bottom{overflow:hidden;margin-top:10px;max-width:95%;height:0px;}@media screen and (max-width: 480px) {main .acc-bottom{height:0px;max-width:100%;}}main .acc-icon{transition:all 300ms 0ms ease;}main .faq-title{font-size:1.25rem;max-width:95%;font-weight:400;}@media screen and (max-width: 991px) {main .faq-title{font-size:1.2rem;}}@media screen and (max-width: 480px) {main .faq-title{font-size:1rem;}}main .footer-link{font-size:1.125rem;color:var(--White);text-decoration:none;}@media screen and (max-width: 480px) {main .footer-link{font-size:1rem;}}main .swiper-slide-revenue{height:auto;grid-template-columns:1fr;display:grid;}main .lottie-box{width:100%;aspect-ratio:630 / 322;position:relative;}main .lottie-abs{width:100%;position:absolute;top:0%;left:0%;right:auto;bottom:auto;}main .video-abs{cursor:pointer;}main .app-item-content{display:flex;flex-direction:column;row-gap:16px;padding-left:30px;padding-right:30px;position:relative;z-index:3;}@media screen and (max-width: 480px) {main .app-item-content{padding-left:20px;padding-right:20px;}}main .lottie-box-overlay{position:absolute;top:auto;left:0%;right:auto;bottom:0%;width:100%;height:100px;background:linear-gradient(0deg,var(--brand-black) 0%,#03030300 54%);}main .preloader{display:flex;align-items:center;justify-content:center;width:100%;height:100%;position:fixed;top:0%;left:0%;right:auto;bottom:auto;z-index:2000;background:var(--brand-black);visibility:hidden;}main .preloader-lottie{max-width:900px;width:100%;}main .scroll-lottie{position:fixed;top:auto;left:auto;right:30px;bottom:30px;width:35px;}@media screen and (max-width: 767px) {main .scroll-lottie{transform:translate(-50%,0%);width:30px;top:auto;left:50%;right:auto;bottom:30px;}}main .scroll-mobile{display:none;}@media screen and (max-width: 991px) {main .scroll-mobile{display:block;position:absolute;top:auto;left:50%;right:auto;bottom:-50px;transform:translate(-50%,100%);width:30px;height:auto;}}main .why-list{display:flex;flex-direction:column;row-gap:20px;color:var(--White);}main .text-color-grey{color:#8a8a8a;}main .cta-flex{display:flex;}main .hamburger{display:none;}@media screen and (max-width: 991px) {main .hamburger{display:none;position:fixed;top:0%;left:0%;right:auto;bottom:auto;width:50%;height:100%;background:rgb(255,255,255);padding-top:150px;padding-left:20px;padding-right:20px;color:rgb(255,255,255);flex-direction:column;row-gap:30px;overflow:auto;padding-bottom:50px;z-index:500;}}@media screen and (max-width: 767px) {main .hamburger{display:none;width:100%;background:var(--Dark-Blue);color:var(--White);}}@media screen and (max-width: 480px) {main .hamburger{width:100%;row-gap:20px;padding-top:140px;}}main .navbar-links-grid{grid-template-columns:1fr 1fr 1fr;display:grid;column-gap:40px;}@media screen and (max-width: 991px) {main .navbar-links-grid{display:flex;flex-direction:column;row-gap:30px;align-items:center;}}main .dropdown-link{color:rgb(16,16,16);text-decoration:none;display:flex;flex-direction:column;row-gap:13px;align-items:center;}main .dropdown-link:hover .drop-image{transform:scale(0.98,0.98);border-radius:20px;}@media screen and (max-width: 991px) {main .dropdown-link{max-width:150px;}}@media screen and (max-width: 480px) {main .dropdown-link{max-width:250px;}}main .drop-image{width:100%;border-radius:6px;transform:;transition:all 300ms 0ms ease;}@media screen and (max-width: 991px) {main .hamburger-link{text-decoration:none;color:rgb(16,16,16);}}@media screen and (max-width: 480px) {main .hamburger-link{font-size:0.875rem;}}main .cta-blue{background:rgb(0,125,240);color:rgb(255,255,255);padding-left:46px;padding-right:36px;min-height:50px;display:flex;align-items:center;justify-content:center;border-radius:60px;text-decoration:none;font-size:18px;}main .cta-blue:hover{background:rgb(255,255,255);color:rgb(16,16,16);}@media screen and (max-width: 480px) {main .cta-blue{padding-left:20px;padding-right:20px;min-height:40px;font-size:16px;}}main .hamburger-trigger{display:none;}@media screen and (max-width: 991px) {main .hamburger-trigger{width:35px;height:35px;display:none;position:relative;}}@media screen and (max-width: 767px) {main .hamburger-trigger{display:flex;}}@media screen and (max-width: 480px) {main .hamburger-trigger{display:flex;}}body main .t7{display:grid;grid-template-columns:350px 1fr;}@media screen and (max-width: 991px) {body main .t7{row-gap:30px;grid-template-columns:1fr ;}}body main .t9{display:flex;row-gap:25px;flex-direction:column;}@media screen and (max-width: 991px) {body main .t9{row-gap:20px;}}@media screen and (max-width: 991px) {body main .t10{color:rgba(163,117,255,1.00);}}body main .t18{display:grid;grid-template-columns:350px 1fr;}@media screen and (max-width: 991px) {body main .t18{row-gap:30px;grid-template-columns:1fr ;}}body main .t20{display:flex;row-gap:40px;column-gap:40px;}body main .t22{display:flex;flex-direction:column;}body main .t23{display:flex;flex-direction:column;}body main .t24{color:rgba(163,117,255,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t27{color:rgba(163,117,255,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t29{display:grid;grid-template-columns:350px 1fr;}@media screen and (max-width: 991px) {body main .t29{row-gap:30px;grid-template-columns:1fr ;}}body main .t30{display:flex;row-gap:25px;flex-direction:column;}body main .t34{color:rgba(163,117,255,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t36{color:rgba(163,117,255,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t37{display:flex;column-gap:100px;}body main .t40{color:rgba(0,0,0,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t48{color:rgba(0,0,0,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}@media screen and (max-width: 991px) {body main .t56{color:rgba(163,117,255,1.00);}}@media screen and (max-width: 480px) {body main .t57{overflow:clip;}}body main .t59{top:0px;left:0%;right:auto;width:100%;bottom:auto;z-index:1000;position:sticky;background:;padding-top:14px;}body main .t61{display:flex;background:;column-gap:30px;align-items:center;border-bottom:1px solid rgba(255,255,255,0.2);padding-bottom:14px;justify-content:space-between;}@media screen and (max-width: 991px) {body main .t61{justify-content:space-between;}}body main .t67{width:121px;}@media screen and (max-width: 480px) {body main .t67{width:100px;}}body main .t71{position:relative;min-height:50svh;padding-top:40px;}body main .t73{z-index:2;position:relative;}body main .t75{font-size:1.25rem;line-height:1;text-transform:uppercase;}@media screen and (max-width: 480px) {body main .t75{font-size:1rem;}}body main .t76{max-width:700px;}@media screen and (max-width: 767px) {body main .t76{max-width:400px;}}body main .t78{max-width:633px;}@media screen and (max-width: 480px) {body main .t78{font-size:1rem;}}body main .t84{width:100%;max-width:394px;}body main .t85{color:var(--brand-black);z-index:4;position:relative;background:var(--brand-yellow);padding-top:50px;}@media screen and (max-width: 991px) {body main .t85{padding-bottom:30px;}}body main .t88{width:100%;display:grid;column-gap:15px;grid-template-columns:1fr 1fr;}@media screen and (max-width: 991px) {body main .t88{display:flex;row-gap:20px;flex-direction:column;}}@media screen and (max-width: 767px) {body main .t89{padding-top:64px;padding-bottom:64px;}}body main .t93{width:100%;display:grid;row-gap:20px;column-gap:20px;grid-template-columns:1fr 1fr;}@media screen and (max-width: 991px) {body main .t93{display:flex;flex-direction:column;}}body main .t94{grid-column:span 2;aspect-ratio:1280 / 560;background-image:;}@media screen and (max-width: 991px) {body main .t94{aspect-ratio:auto;}}body main .t99{background-size:cover;justify-content:flex-start;background-image:url(https://global.divhunt.com/e827b5636abee3979d915776d1327b22_51521.avif);}body main .t114{color:var(--brand-black);display:flex;row-gap:30px;background:var(--brand-yellow);align-items:center;border-radius:20px;flex-direction:column;justify-content:center;}@media screen and (max-width: 991px) {body main .t114{padding-top:40px;padding-bottom:40px;}}body main .t115{color:var(--brand-black);}@media screen and (max-width: 370px) {body main .t116{column-gap:7px;}}body main .t120:hover{color:var(--brand-yellow)!important;background:var(--brand-black)!important;}@media screen and (max-width: 480px) {body main .t120{min-height:45px;}}body main .t121{background:var(--Dark-Blue);padding-top:6px;padding-bottom:6px;}@media screen and (max-width: 480px) {body main .t121{background:var(--Dark-Blue);}}body main .t122{display:flex;column-gap:11px;align-items:center;}body main .t124{width:107px;}body main .t125{font-size:0.625rem;}@media screen and (max-width: 991px) {body main .t126{display:none;}}@media screen and (max-width: 767px) {body main .t126{display:none;}}@media screen and (max-width: 480px) {body main .t126{display:none;}}body main .t131{display:flex;column-gap:20px;align-items:center;justify-content:space-between;}body main .t132{z-index:1!important;position:relative;background:var(--Dark-Blue);padding-top:80px;}@media screen and (max-width: 991px) {body main .t132{padding-top:0px;}}@media screen and (max-width: 991px) {body main .t133{z-index:4;position:relative;}}@media screen and (max-width: 991px) {body main .t134{background:var(--Dark-Blue);padding-top:80px;}}@media screen and (max-width: 480px) {body main .t134{padding-top:64px;}}body main .t136{max-width:678px;}body main .t137{width:100%;position:relative;min-height:100svh;}body main .t138{padding-top:266px;padding-bottom:64px;}@media screen and (max-width: 991px) {body main .t138{padding-top:64px;}}@media screen and (max-width: 767px) {body main .t138{z-index:2;position:relative;background:var(--brand-black);}}body main .t142{width:100%;display:grid;column-gap:20px;grid-template-columns:1fr 1fr;}@media screen and (max-width: 991px) {body main .t142{display:flex;row-gap:20px;flex-direction:column;}}body main .t146{max-width:294px;}body main .t147{overflow:hidden;}body main .t151{max-width:429px;}@media screen and (max-width: 480px) {body main .t151{max-width:300px;}}body main .t153{position:relative;}body main .t154{width:100%;overflow:visible!important;}body main .t189{top:-48px;left:auto;right:0%;bottom:auto;display:flex;position:absolute;transform:translate(0px,-100%);column-gap:10px;align-items:center;}@media screen and (max-width: 991px) {body main .t189{top:0px;position:relative;transform:translate(0px,0%);margin-top:20px;justify-content:center;}}body main .t192{background:#101010;}@media screen and (max-width: 991px) {body main .t194{padding-left:0px;padding-right:0px;}}@media screen and (max-width: 991px) {body main .t195{margin-left:20px;}}@media screen and (max-width: 480px) {body main .t195{max-width:400px;}}body main .t198{width:100%;display:grid;column-gap:20px;grid-template-columns:1fr 1fr 1fr 1fr;}@media screen and (max-width: 991px) {body main .t198{min-width:1200px;}}body main .t239{color:var(--White);background:#101010;}body main .t243{max-width:613px;}body main .t244{width:100%;display:grid;column-gap:20px;grid-template-columns:1fr 1fr 1fr;}@media screen and (max-width: 991px) {body main .t244{display:flex;row-gap:20px;flex-direction:column;}}body main .t260{color:var(--White);background:#101010;}body main .t264{width:100%;display:grid;column-gap:20px;grid-template-columns:1fr 1fr 1fr;}@media screen and (max-width: 991px) {body main .t264{display:flex;row-gap:20px;flex-direction:column;}}body main .t283{color:var(--White);background:#101010;}body main .t286{transition:;}body main .t287{border:1px solid rgba(255,255,255,0.1);display:flex;overflow:clip;position:relative;column-gap:50px;align-items:flex-start;padding-left:40px;border-radius:20px;padding-right:100px;background-size:cover;justify-content:space-between;background-image:url(https://global.divhunt.com/38e131e9c8e22167cc7c6daae9fa4f33_73354.avif);background-repeat:no-repeat;}@media screen and (max-width: 991px) {body main .t287{flex-direction:column;}}@media screen and (max-width: 480px) {body main .t287{padding-left:20px;padding-right:20px;}}body main .t288{top:auto;left:28%;right:auto;width:30%;bottom:-2px;height:auto;position:absolute;}@media screen and (max-width: 991px) {body main .t288{width:40%;position:static;margin-left:auto;}}@media screen and (max-width: 480px) {body main .t288{width:100%;margin-top:30px;}}body main .t289{width:100%;max-width:265px;padding-top:40px;}body main .t299{padding-top:40px;padding-bottom:65px;}@media screen and (max-width: 480px) {body main .t299{padding-top:20px;padding-bottom:0px;}}@media screen and (max-width: 370px) {body main .t299{width:100%;}}@media screen and (max-width: 370px) {body main .t315{width:100%;row-gap:20px;column-gap:10px;align-items:flex-start;flex-direction:column;}}@media screen and (max-width: 370px) {body main .t319{min-width:163px;}}body main .t320{color:var(--White);background:#101010;}body main .t324{width:100%;display:flex;row-gap:20px;flex-direction:column;}@media screen and (max-width: 991px) {body main .t324{width:100%;}}@media screen and (max-width: 480px) {body main .t327{font-size:0.875rem;}}body main .t328{display:flex;align-items:center;justify-content:space-between;}@media screen and (max-width: 480px) {body main .t333{font-size:0.875rem;}}body main .t334{display:flex;align-items:center;justify-content:space-between;}@media screen and (max-width: 480px) {body main .t339{font-size:0.875rem;}}body main .t340{display:flex;align-items:center;justify-content:space-between;}@media screen and (max-width: 480px) {body main .t345{font-size:0.875rem;}}body main .t346{display:flex;align-items:center;justify-content:space-between;}@media screen and (max-width: 480px) {body main .t351{font-size:0.875rem;}}body main .t352{display:flex;align-items:center;justify-content:space-between;}@media screen and (max-width: 480px) {body main .t357{font-size:0.875rem;}}body main .t358{display:flex;align-items:center;justify-content:space-between;}@media screen and (max-width: 480px) {body main .t363{font-size:0.875rem;}}body main .t364{display:flex;align-items:center;justify-content:space-between;}body main .t367{z-index:2;position:relative;background:var(--brand-black);padding-top:64px;padding-bottom:100px;}@media screen and (max-width: 480px) {body main .t367{padding-top:30px;padding-bottom:50px;}}body main .t369{display:flex;position:relative;column-gap:100px;align-items:flex-start;border-bottom:1px solid var(--brand-yellow);padding-bottom:60px;justify-content:space-between;}@media screen and (max-width: 767px) {body main .t369{row-gap:20px;flex-direction:column;}}body main .t370{display:flex;row-gap:30px;align-items:flex-end;flex-direction:column;}@media screen and (max-width: 767px) {body main .t370{align-items:flex-start;}}body main .t372{width:150px;}@media screen and (max-width: 480px) {body main .t372{width:100px;}}@media screen and (max-width: 480px) {body main .t373{row-gap:20px;align-items:flex-start;flex-direction:column;}}@media screen and (max-width: 480px) {body main .t377{width:100%;}}body main .t379{display:flex;row-gap:5px;flex-direction:column;}body main .t380{width:140px;}body main .t381{margin-top:40px;}body main .t382{display:flex;align-items:flex-start;justify-content:space-between;}@media screen and (max-width: 767px) {body main .t382{row-gap:5px;flex-direction:column;}}body main .t383{display:flex;row-gap:5px;flex-direction:column;}body main .t384{display:flex;row-gap:5px;flex-direction:column;}body main .t385{color:var(--White);}body main .t386{color:rgb(255,255,255);}body main .t387{display:flex;row-gap:30px;margin-top:50px;flex-direction:column;}@media screen and (max-width: 991px) {body main .t387{row-gap:30px;margin-top:50px;}}@media screen and (max-width: 767px) {body main .t387{row-gap:20px;}}body main .t388{display:flex;row-gap:10px;flex-direction:column;}body main .t389{font-size:1.875rem;font-family:'Degular';font-weight:500;}@media screen and (max-width: 767px) {body main .t389{font-size:1.4rem;}}body main .t390{color:rgb(from var(--White) r g b / 52%);}@media screen and (max-width: 767px) {body main .t390{font-size:0.875rem;}}body main .t391{display:none;}@media screen and (max-width: 991px) {body main .t391{display:block;}}@media screen and (max-width: 767px) {body main .t392{display:none;}}body main .t395{width:100%;}@media screen and (max-width: 991px) {body main .t395{overflow:auto;padding-left:20px;padding-right:20px;}}body main .t396{font-size:2.5rem;max-width:1042px;transition:;font-family:'Degular';font-weight:500;}@media screen and (max-width: 767px) {body main .t396{font-size:2rem;}}@media screen and (max-width: 480px) {body main .t396{font-size:1.6rem;}}body main .t397{width:100%;position:relative;aspect-ratio:632 / 394;}@media screen and (max-width: 991px) {body main .t397{aspect-ratio:auto;}}body main .t398{top:0%;left:0%;right:auto;width:100%;bottom:auto;overflow:clip;position:absolute;aspect-ratio:632 / 560;border-radius:20px;}@media screen and (max-width: 991px) {body main .t398{position:relative;}}body main .t399{top:auto;left:0%;color:rgb(255,255,255);right:auto;width:100%;bottom:0%;display:flex;z-index:2;position:absolute;text-align:left;align-items:flex-end;padding-left:20px;padding-right:20px;padding-bottom:20px;justify-content:space-between;}@media screen and (max-width: 480px) {body main .t399{row-gap:20px;align-items:flex-start;flex-direction:column;}}@media screen and (max-width: 370px) {body main .t399{row-gap:20px;align-items:flex-start;flex-direction:column;}}body main .t400{width:65px;transition:all 300ms 0ms ease;}body main .t400:hover{transform:scale(1.08,1.08);}@media screen and (max-width: 480px) {body main .t400{width:30px;}}@media screen and (max-width: 370px) {body main .t400{width:30px;}}body main .t401{max-width:353px;}@media screen and (max-width: 370px) {body main .t401{line-height:1;}}body main .t413{width:100%;max-width:60%;margin-left:auto;margin-right:auto;}@media screen and (max-width: 991px) {body main .t413{max-width:100%;}}@media screen and (max-width: 480px) {body main .t413{left:50%;width:115%;position:relative;min-width:115%;transform:translate(-50%,0px);}}body main .t414{top:-74px;left:0%;right:auto;width:100%;bottom:auto;height:108%;position:absolute;}@media screen and (max-width: 480px) {body main .t414{top:-66px;}}body main .t415{width:100%;height:100%;object-fit:cover;}body main .t416{top:0%;left:0%;right:auto;width:100%;bottom:auto;height:100%;position:absolute;background:linear-gradient(180deg, rgba(0,0,0,0.00) 0%, #000 100%), linear-gradient(0deg, rgba(3,3,3,0.80) 0%, rgba(3,3,3,0.80) 100%);}body main .t417{width:100%;border:1px solid #c2ff00;height:100%;object-fit:cover;border-radius:20px;}body main .t418{top:0%;left:0%;right:auto;width:100%;bottom:auto;height:100%;position:absolute;background:rgba(0,0,0,0.5);}body main .t419{width:100%;cursor:pointer;position:relative;aspect-ratio:632 / 394;}@media screen and (max-width: 991px) {body main .t419{aspect-ratio:auto;}}body main .t420{top:0%;left:0%;right:auto;width:100%;bottom:auto;overflow:clip;position:absolute;aspect-ratio:632 / 560;border-radius:20px;}@media screen and (max-width: 991px) {body main .t420{position:relative;}}body main .t421{top:auto;left:0%;color:rgb(255,255,255);right:auto;width:100%;bottom:0%;display:flex;z-index:2;position:absolute;text-align:left;align-items:flex-end;padding-left:20px;padding-right:20px;padding-bottom:20px;justify-content:space-between;}@media screen and (max-width: 480px) {body main .t421{row-gap:20px;align-items:flex-start;flex-direction:column;}}@media screen and (max-width: 370px) {body main .t421{row-gap:20px;align-items:flex-start;flex-direction:column;}}body main .t422{max-width:353px;}body main .t425{width:100%;border:1px solid #c2ff00;height:100%;object-fit:cover;border-radius:20px;}body main .t426{top:0%;left:0%;right:auto;width:100%;bottom:auto;height:100%;position:absolute;background:rgba(0,0,0,0.5);}body main .t428{left:50%;max-width:95%;transform:translate(-50%,0px);}body main .t429{top:0%;left:auto;right:0%;width:100%;bottom:auto;z-index:2;position:absolute;max-width:50%;transform:;}@media screen and (max-width: 991px) {body main .t429{position:static;max-width:100%;transform:translate(0px,0%);}}body main .t436{top:0%;left:auto;right:0%;width:40%;bottom:auto;position:absolute;}body main .t441{display:flex;column-gap:25px;align-items:center;}@media screen and (max-width: 991px) {body main .t441{display:none;}}body main .t442{top:auto;left:50%;right:auto;width:100%;bottom:-10px;position:absolute;max-width:1400px;transform:translate(-50%,0px);backdrop-filter:;-webkit-backdrop-filter:;}@media screen and (max-width: 991px) {body main .t444{display:none;}}body main .t445{display:flex;row-gap:10px;transition:all 300ms 0ms ease;align-items:center;flex-direction:column;}body main .t445:hover{transform:scale(1.08,1.08);}@media screen and (max-width: 480px) {body main .t445{column-gap:5px;flex-direction:row;}}@media screen and (max-width: 370px) {body main .t445{column-gap:5px;flex-direction:row;}}body main .t446{font-size:20px;font-weight:600;}@media screen and (max-width: 480px) {body main .t446{font-size:14px;}}@media screen and (max-width: 370px) {body main .t446{font-size:14px;}}body main .t447{display:flex;row-gap:10px;transition:all 300ms 0ms ease;align-items:center;flex-direction:column;}body main .t447:hover{transform:scale(1.08,1.08);}@media screen and (max-width: 480px) {body main .t447{column-gap:5px;flex-direction:row;}}@media screen and (max-width: 370px) {body main .t447{column-gap:5px;flex-direction:row;}}body main .t448{width:65px;transition:all 300ms 0ms ease;}body main .t448:hover{transform:scale(1.08,1.08);}@media screen and (max-width: 480px) {body main .t448{width:30px;}}@media screen and (max-width: 370px) {body main .t448{width:30px;}}body main .t449{font-size:20px;font-weight:600;}@media screen and (max-width: 480px) {body main .t449{font-size:14px;}}@media screen and (max-width: 370px) {body main .t449{font-size:14px;}}body main .t450{display:block;}body main .t453{display:flex;column-gap:25px;align-items:center;}@media screen and (max-width: 991px) {body main .t453{row-gap:20px;flex-wrap:wrap;}}@media screen and (max-width: 991px) {body main .t454{display:block;}}@media screen and (max-width: 991px) {body main .t455{display:block;}}@media screen and (max-width: 991px) {body main .t456{display:block;}}@media screen and (max-width: 991px) {body main .t457{display:block;}}@media screen and (max-width: 991px) {body main .t458{display:block;}}@media screen and (max-width: 991px) {body main .t459{display:block;}}@media screen and (max-width: 991px) {body main .t460{display:block;}}body main .t474{max-width:400px;}body main .t486{max-width:815px;}body main .t492{top:auto;left:auto;color:rgb(from var(--White) r g b / 60%);right:0%;bottom:20px;position:absolute;font-size:0.875rem;}@media screen and (max-width: 480px) {body main .t492{top:auto;left:0%;right:auto;bottom:20px;}}@media screen and (max-width: 370px) {body main .t492{top:auto;left:0%;right:auto;bottom:20px;}}body main .t495{color:rgb(from var(--White) r g b / 60%);}body main .t496{border:1px none var(--brand-yellow);}@media screen and (max-width: 480px) {body main .t496{width:100%;}}body main .t497{border:1px none #c2ff00;}body main .t498{background:var(--White);}body main .t501{color:var(--brand-yellow);}body main .t502{display:flex;row-gap:10px;flex-direction:column;}@media screen and (max-width: 767px) {body main .t521{padding-top:200px;}}body main .t529{border:1px none #c2ff00;}body main .t530{top:0%;left:0%;right:auto;width:100%;bottom:auto;height:100%;display:none;z-index:5000;position:fixed;background:#030303;align-items:center;justify-content:center;}body main .t531{width:100%;display:flex;row-gap:40px;align-items:center;flex-direction:column;justify-content:center;}body main .t535{width:120px;}body main .t536{width:100%;font-size:20px;max-width:400px;min-height:50px;padding-left:20px;border-radius:6px;}body main .t536:focus-visible{outline:none;}@media screen and (max-width: 480px) {body main .t536{font-size:18px;max-width:300px;padding-left:10px;}}