@font-face {
    font-family: 'Barcode';
    src: url('https://global.divhunt.com/b98bc93446cb32ed61774ea8735f8836_19052.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Papyrus';
    src: url('https://global.divhunt.com/ffc718cd15e8caac3542af07605bf386_163476.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Pixelade';
    src: url('https://global.divhunt.com/af1d3bb10392d997b8ff1367e2d22611_14148.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Fakeblood';
    src: url('https://global.divhunt.com/2447525a5dd146e4135643248313ccce_156388.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Butterflyna';
    src: url('https://global.divhunt.com/3ab9d0e065dd1cf934007096f8c29322_28616.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Pixel Barcode';
    src: url('https://global.divhunt.com/da2f0bcc701ce7ac5442987e1d124ca8_10988.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Platinum Sign';
    src: url('https://global.divhunt.com/0c8987e86546d61da0c9d87ad544816d_6716.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Alte Haas Grotesk';
    src: url('https://global.divhunt.com/38025932dce48e268882d955f7a66826_143896.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Alte Haas Grotesk';
    src: url('https://global.divhunt.com/8dddfc4c12cf25d9913689b1969523d7_144556.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

main{}:root {
  --container-w: 16; /* no units so we can do division */
  --container-h: 9; /* no units so we can do division */
  --desktop-logo-w: 4.3vw;
  --desktop-logo-h: 5vw;
  --mobile-logo-w: 15vw;
  --mobile-logo-h: 17.45vw;
  --desktop-duration-y: 5s;
  --mobile-duration-y: 3s;
  --aspect: calc(var(--container-w) / var(--container-h));
  --desktop-duration-x: calc(var(--desktop-duration-y) * var(--aspect));
  --mobile-duration-x: calc(var(--mobile-duration-y) * var(--aspect));
}

.logo-container {
  position: relative;
  width: 100vw;
  height: 100vh;
  border: 0vw solid black;
  margin: auto;
}

.logo {
  position: absolute;
  width: var(--desktop-logo-w);
  height: var(--desktop-logo-h);
  animation: 
    x var(--desktop-duration-x) linear infinite alternate,
    y var(--desktop-duration-y) linear infinite alternate;
  animation-delay: -21s;
}

@keyframes x {
  from { left: 0; }
  to { left: calc(100% - var(--desktop-logo-w)); }
}

@keyframes y {
  from { top: 0; }
  to { top: calc(100% - var(--desktop-logo-h)); }
}

@media (max-width: 480px) {
  .logo {
  position: absolute;
  width: var(--mobile-logo-w);
  height: var(--mobile-logo-h);
  animation: 
    x var(--mobile-duration-x) linear infinite alternate,
    y var(--mobile-duration-y) linear infinite alternate;
  }

  @keyframes x {
  from { left: 0; }
  to { left: calc(100% - var(--mobile-logo-w)); }
  }

  @keyframes y {
  from { top: 0; }
  to { top: calc(100% - var(--mobile-logo-h)); }
  }
}main {color:rgba(0,0,0,1.00);position:relative;font-size:16px;background:rgba(255,255,255,1.00);font-family:Inter;font-weight:400;line-height:1.4;}main container{width:100%;display:block;max-width:1280px;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 .logo{position:absolute;}main .evil{mix-blend-mode:difference;}main .progress-bar{background:;}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);}}body main .t57{width:100vw;display:grid;background:rgba(255,255,255,0);background-size:cover;background-image:;background-position:0% 30%;grid-template-columns:;}body main .t58{color:rgb(255,255,255);width:4.3vw;filter:;height:5vw;outline:.2vw solid rgba(0,0,0,1);z-index:0;position:fixed;background:rgba(255,255,255,0.31);min-height:;text-align:left;backdrop-filter:invert(100%);-webkit-backdrop-filter:invert(100%);}@media screen and (max-width: 991px) {body main .t58{width:15vw;height:17.45vw;outline:0.6vw solid rgba(0,0,0,1);}}body main .t59{color:rgb(0,0,0);position:absolute;font-size:5vw;min-width:100%;text-align:center;font-family:'Barcode';line-height:1;text-decoration:none;}@media screen and (max-width: 991px) {body main .t59{font-size:17.45vw;}}body main .t61{width:100vw;display:block;overflow:visible;font-family:'Alte Haas Grotesk';background-size:cover;background-image:;background-position:0% 30%;background-attachment:fixed;}body main .t61::-webkit-scrollbar{width:0.5vw;}body main .t61::-webkit-scrollbar-thumb{background:rgba(0,0,0,0.74);border-radius:30vw;}body main .t61::-webkit-scrollbar-track{background:rgb(255,255,255,0);}body main .t62{width:100vw;background-size:cover;background-image:;background-position:0% 30%;background-attachment:fixed;}body main .t63{width:100%;display:block;position:relative;grid-template-columns:1fr 1fr;}body main .t64{height:100%;display:grid;row-gap:5vh;position:relative;flex-wrap:wrap;text-align:center;align-items:center;margin-left:auto;margin-right:auto;justify-items:center;flex-direction:row;grid-auto-flow:row;justify-content:center;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;}@media screen and (max-width: 480px) {body main .t64{row-gap:0vh;grid-auto-flow:column;grid-template-rows:1fr 1fr 1fr 1fr;grid-template-columns:1fr;}}@media screen and (max-width: 480px) {body main .t65{width:100vw;display:block;position:relative;}}body main .t66{width:25vw;display:block;grid-row:span 1;grid-column:span 1;grid-template-columns:1fr 1fr;}@media screen and (max-width: 480px) {body main .t66{width:65vw;}}body main .t67{width:100%;height:100%;position:relative;}body main .t68{flex:0 1 auto;width:100%;display:block;align-self:stretch;margin-top:auto;text-align:center;align-items:start;margin-left:auto;justify-self:auto;margin-right:auto;justify-items:start;margin-bottom:auto;}@media screen and (max-width: 480px) {body main .t68{font-size:4vw;}}body main .t69{width:100vw;display:grid;row-gap:5vh;position:relative;align-items:center;justify-items:center;grid-auto-flow:row;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;}@media screen and (max-width: 480px) {body main .t69{display:grid;row-gap:0vh;grid-auto-flow:column;grid-template-rows:1fr 1fr 1fr 1fr 1fr;grid-template-columns:1fr;}}body main .t70{height:10vw;display:flex;position:relative;flex-wrap:nowrap;font-size:1.5vw;align-items:center;justify-items:center;flex-direction:row;justify-content:center;grid-template-columns:;}@media screen and (max-width: 480px) {body main .t70{height:20vw;}}body main .t71{left:0%;right:0%;width:77vw;bottom:0%;height:77vh;display:grid;row-gap:1%;position:absolute;flex-wrap:wrap;background:;box-shadow:;column-gap:1%;margin-top:auto;overflow-x:hidden;align-items:start;margin-left:auto;padding-top:1%;margin-right:auto;padding-left:1%;border-radius:0vw;justify-items:center;margin-bottom:auto;padding-right:1%;flex-direction:row;grid-auto-flow:row;padding-bottom:1%;justify-content:center;grid-template-rows:1fr;grid-template-columns:1fr 1fr 1fr;}@media screen and (max-width: 991px) {body main .t71{display:grid;align-items:start;justify-items:center;grid-auto-flow:column;grid-template-rows:1fr 1fr 1fr;grid-template-columns:1fr;}}body main .t72{width:80vw;height:80vh;overflow:visible;position:relative;margin-left:auto;margin-right:auto;border-radius:0px;-webkit-background-clip:border-box;}@media screen and (max-width: 991px) {body main .t72{display:block;}}body main .t73{width:100%;cursor:pointer;}body main .t74{flex:0 1 auto;order:1;display:grid;grid-row:span 1;position:relative;align-self:auto;text-align:left;align-items:start;font-family:'Alte Haas Grotesk';grid-column:span 1;justify-self:auto;justify-items:start;grid-template-rows:0.1fr 0.1fr;grid-template-columns:;}@media screen and (max-width: 991px) {body main .t74{align-items:start;justify-items:center;}}body main .t75{color:rgb(255,255,255);border:0.25vw solid rgb(255,255,255);display:block;font-size:2vw;text-align:center;font-weight:700;justify-self:stretch;border-radius:0px;}@media screen and (max-width: 991px) {body main .t75{font-size:4vw;}}@media screen and (max-width: 480px) {body main .t75{font-size:8vw;}}body main .t76{color:rgb(255,255,255);position:relative;font-size:1.3vw;align-self:auto;font-weight:700;justify-self:stretch;}@media screen and (max-width: 991px) {body main .t76{font-size:2.604vw;}}@media screen and (max-width: 480px) {body main .t76{font-size:4vw;}}body main .t77{order:3;display:grid;position:relative;align-self:stretch;justify-self:stretch;grid-template-rows:0.1fr 1fr;grid-template-columns:1fr;}body main .t78{color:rgb(255,255,255);font-size:1.7vw;font-weight:700;justify-self:stretch;border-bottom:0.25vw solid rgb(255,255,255);}@media screen and (max-width: 991px) {body main .t78{font-size:3.2vw;}}@media screen and (max-width: 480px) {body main .t78{font-size:5vw;}}body main .t80{color:rgb(255,255,255);display:block;font-size:1.7vw;font-family:'Alte Haas Grotesk';font-weight:700;border-bottom:0.25vw solid rgb(255,255,255);}@media screen and (max-width: 991px) {body main .t80{font-size:3.2vw;}}@media screen and (max-width: 480px) {body main .t80{font-size:5vw;}}body main .t81{top:0%;left:0%;right:0%;width:80vw;bottom:0%;height:80vh;overflow:visible;position:relative;background:;margin-left:auto;margin-right:auto;-webkit-background-clip:border-box;}@media screen and (max-width: 991px) {body main .t81{display:block;}}body main .t82{left:0%;right:0%;width:77vw;bottom:0%;height:77vh;display:grid;row-gap:1%;position:absolute;flex-wrap:wrap;background:;box-shadow:;column-gap:1%;margin-top:auto;overflow-x:hidden;align-items:start;margin-left:auto;padding-top:1%;margin-right:auto;padding-left:1%;justify-items:center;margin-bottom:auto;padding-right:1%;flex-direction:row;grid-auto-flow:row;padding-bottom:1%;justify-content:center;grid-template-rows:1fr;grid-template-columns:1fr 1fr 1fr;}@media screen and (max-width: 991px) {body main .t82{display:grid;align-items:start;justify-items:center;grid-auto-flow:column;grid-template-rows:1fr 1fr 1fr;grid-template-columns:1fr;}}body main .t83{order:2;display:grid;grid-row:span 1;overflow:visible;position:relative;align-self:auto;align-items:start;font-family:'Alte Haas Grotesk';grid-column:span 1;justify-self:stretch;justify-items:start;grid-auto-flow:row;grid-template-rows:0.1fr 1fr;grid-template-columns:1fr;}@media screen and (max-width: 991px) {body main .t83{width:100%;justify-self:stretch;}}body main .t84{display:grid;grid-row:span 1;overflow:visible;position:relative;font-size:1.26vw;max-width:100%;align-self:auto;align-items:start;grid-column:span 1;justify-self:stretch;justify-items:start;grid-auto-flow:row;grid-template-rows:1fr;grid-template-columns:0.1fr 1fr;}@media screen and (max-width: 991px) {body main .t84{font-size:2.54vw;}}@media screen and (max-width: 480px) {body main .t84{font-size:4vw;}}body main .t85{color:rgb(189,186,186);order:1;position:relative;align-self:stretch;text-align:center;line-height:1.7;}body main .t86{color:rgb(255,255,255);font-size:1.7vw;font-weight:700;justify-self:stretch;border-bottom:0.25vw solid rgb(255,255,255);}@media screen and (max-width: 991px) {body main .t86{font-size:3.2vw;align-self:stretch;justify-self:stretch;}}@media screen and (max-width: 480px) {body main .t86{font-size:5vw;}}body main .t87{order:3;display:grid;position:relative;align-self:stretch;justify-self:stretch;grid-template-rows:0.1fr 1fr;grid-template-columns:1fr;}body main .t88{align-self:auto;justify-self:auto;}body main .t89{color:rgb(255,255,255);display:block;font-size:1.7vw;font-family:'Alte Haas Grotesk';font-weight:700;border-bottom:0.25vw solid rgb(255,255,255);}@media screen and (max-width: 991px) {body main .t89{font-size:3.2vw;}}@media screen and (max-width: 480px) {body main .t89{font-size:5vw;}}body main .t90{display:grid;grid-row:span 1;position:relative;align-self:auto;text-align:center;align-items:center;grid-column:span 1;justify-self:auto;justify-items:center;grid-auto-flow:row;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;}@media screen and (max-width: 480px) {body main .t90{height:20vh;}}body main .t91{grid-row:span 1;font-size:11vw;align-self:auto;grid-column:span 1;line-height:1;justify-self:auto;}@media screen and (max-width: 480px) {body main .t91{font-size:13vw;}}body main .t92{display:block;text-align:left;}body main .t93{display:block;text-wrap:wrap;text-align:center;}body main .t94{color:rgb(255,255,255);}body main .t95{display:grid;align-self:stretch;align-items:center;justify-self:stretch;justify-items:center;grid-auto-flow:column;grid-template-rows:1fr 1fr 1fr;grid-template-columns:1fr;}body main .t96{color:rgb(255,255,255);display:grid;align-self:stretch;align-items:center;justify-items:center;grid-auto-flow:column;grid-template-rows:1fr 1fr 1fr;grid-template-columns:1fr;}body main .t97{order:1;position:relative;align-self:stretch;text-align:center;line-height:1.7;justify-self:flex-start;}body main .t98{order:0;width:25vw;display:block;grid-row:span 1;align-self:auto;grid-column:span 1;justify-self:auto;grid-template-columns:1fr 1fr;}@media screen and (max-width: 480px) {body main .t98{width:65vw;}}body main .t99{height:10vw;display:flex;position:relative;flex-wrap:nowrap;font-size:1.5vw;align-items:center;justify-items:center;flex-direction:row;justify-content:center;grid-template-columns:;}@media screen and (max-width: 480px) {body main .t99{height:20vw;}}body main .t100{flex:0 1 auto;width:100%;display:block;align-self:stretch;margin-top:auto;text-align:center;align-items:start;line-height:1.4;margin-left:auto;justify-self:auto;margin-right:auto;justify-items:start;margin-bottom:auto;}@media screen and (max-width: 480px) {body main .t100{font-size:4vw;}}body main .t101{width:100%;cursor:pointer;}body main .t102{width:100%;height:100%;position:relative;}body main .t103{order:0;width:25vw;display:block;grid-row:span 1;align-self:auto;grid-column:span 1;justify-self:auto;grid-template-columns:1fr 1fr;}@media screen and (max-width: 480px) {body main .t103{width:65vw;}}body main .t104{height:10vw;display:flex;position:relative;flex-wrap:nowrap;font-size:1.5vw;align-items:center;justify-items:center;flex-direction:row;justify-content:center;grid-template-columns:;}@media screen and (max-width: 480px) {body main .t104{height:20vw;}}body main .t105{flex:0 1 auto;width:100%;display:block;align-self:stretch;margin-top:auto;text-align:center;align-items:start;margin-left:auto;justify-self:auto;margin-right:auto;justify-items:start;margin-bottom:auto;}@media screen and (max-width: 480px) {body main .t105{font-size:4vw;}}body main .t106{width:100%;cursor:pointer;}body main .t107{width:100%;height:100%;position:relative;}body main .t108{order:0;width:25vw;display:block;grid-row:span 1;align-self:auto;grid-column:span 1;justify-self:auto;grid-template-columns:1fr 1fr;}@media screen and (max-width: 480px) {body main .t108{width:65vw;}}body main .t109{height:10vw;display:flex;position:relative;flex-wrap:nowrap;font-size:1.5vw;align-items:center;margin-left:auto;margin-right:auto;justify-items:center;flex-direction:row;justify-content:center;grid-template-rows:;grid-template-columns:;}@media screen and (max-width: 480px) {body main .t109{height:20vw;}}body main .t110{flex:0 1 auto;width:100%;display:block;align-self:stretch;margin-top:auto;text-align:center;align-items:start;line-height:1.4;margin-left:auto;justify-self:auto;margin-right:auto;justify-items:start;margin-bottom:auto;}@media screen and (max-width: 480px) {body main .t110{font-size:4vw;}}body main .t111{width:100%;cursor:pointer;}body main .t112{width:100%;height:100%;position:relative;}body main .t113{top:15%;width:85%;position:absolute;align-self:auto;border-top:0.3vw solid rgba(0,0,0,1);}body main .t114{top:15%;width:85%;height:;position:absolute;align-self:auto;border-top:0.3vw solid rgba(0,0,0,1);}body main .t115{top:15%;width:85%;position:absolute;align-self:auto;border-top:0.3vw solid rgba(0,0,0,1);}body main .t116{top:15%;width:85%;position:absolute;align-self:auto;border-top:0.3vw solid rgba(0,0,0,1);}body main .t117{order:2;display:grid;grid-row:span 1;overflow:visible;position:relative;align-self:stretch;align-items:start;font-family:'Alte Haas Grotesk';grid-column:span 1;justify-self:stretch;justify-items:start;grid-auto-flow:row;grid-template-rows:0.08fr 1fr;grid-template-columns:1fr;}@media screen and (max-width: 991px) {body main .t117{width:100%;justify-self:stretch;}}body main .t118{color:rgb(255,255,255);font-size:1.7vw;align-self:auto;font-weight:700;justify-self:stretch;border-bottom:0.25vw solid rgb(255,255,255);}@media screen and (max-width: 991px) {body main .t118{font-size:3.2vw;align-self:stretch;justify-self:stretch;}}@media screen and (max-width: 480px) {body main .t118{font-size:5vw;}}body main .t119{display:grid;grid-row:span 1;overflow:hidden;position:relative;font-size:2.6vh;align-self:stretch;align-items:start;grid-column:span 1;justify-self:stretch;justify-items:start;grid-auto-flow:row;grid-template-rows:1fr;grid-template-columns:0.1fr 1fr;}@media screen and (max-width: 991px) {body main .t119{font-size:2.54vw;}}@media screen and (max-width: 480px) {body main .t119{font-size:4vw;}}body main .t120{color:rgb(255,255,255);display:grid;align-self:stretch;align-items:start;justify-self:stretch;justify-items:start;grid-auto-flow:row;grid-template-rows:1fr 1fr 1fr 2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;grid-template-columns:1fr;}body main .t121{order:1;grid-row:span 1;position:relative;align-self:auto;text-align:left;grid-column:span 1;line-height:1.7;justify-self:stretch;}body main .t122{display:grid;align-self:stretch;align-items:start;justify-self:auto;justify-items:start;grid-template-rows:1fr 1fr 1fr 2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;grid-template-columns:0.1fr;}body main .t123{color:rgb(189,186,186);order:1;position:relative;text-align:center;line-height:1.7;justify-self:stretch;}body main .t124{display:grid;grid-row:span 1;position:relative;align-self:auto;text-align:center;align-items:center;grid-column:span 1;justify-self:auto;justify-items:center;grid-auto-flow:row;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;}@media screen and (max-width: 480px) {body main .t124{height:20vh;}}body main .t125{grid-row:span 1;font-size:11vw;align-self:auto;grid-column:span 1;line-height:1;justify-self:auto;}@media screen and (max-width: 480px) {body main .t125{font-size:13vw;}}body main .t126{display:block;text-align:left;}body main .t127{display:block;text-wrap:wrap;text-align:center;}body main .t128{color:rgb(255,255,255);}body main .t129{width:40vw;height:80vh;overflow:visible;margin-top:auto;margin-left:auto;margin-right:auto;border-radius:0px;margin-bottom:auto;-webkit-background-clip:border-box;}@media screen and (max-width: 991px) {body main .t129{display:block;}}@media screen and (max-width: 480px) {body main .t129{width:80vw;height:;}}body main .t130{left:0%;right:0%;width:37vw;bottom:0%;height:77vh;display:grid;row-gap:1%;position:absolute;flex-wrap:wrap;background:;box-shadow:;column-gap:1%;margin-top:auto;overflow-x:hidden;align-items:start;margin-left:auto;padding-top:2%;margin-right:auto;padding-left:2%;justify-items:center;margin-bottom:auto;padding-right:2%;flex-direction:row;grid-auto-flow:row;padding-bottom:2%;justify-content:center;grid-template-rows:1fr 1fr;grid-template-columns:1fr;}@media screen and (max-width: 991px) {body main .t130{display:grid;align-items:start;justify-items:center;grid-auto-flow:column;grid-template-rows:1fr 1fr 1fr;grid-template-columns:1fr;}}@media screen and (max-width: 480px) {body main .t130{width:99%;height:99%;}}body main .t131{flex:0 1 auto;order:1;display:grid;grid-row:span 1;position:relative;align-self:auto;text-align:left;align-items:start;font-family:'Alte Haas Grotesk';grid-column:span 1;justify-self:stretch;justify-items:start;grid-template-rows:0.1fr 0.1fr 1fr;grid-template-columns:;}@media screen and (max-width: 991px) {body main .t131{align-items:start;justify-items:center;}}body main .t132{color:rgb(255,255,255);border:0.25vw solid rgb(255,255,255);display:block;font-size:2vw;text-align:center;font-weight:700;justify-self:stretch;border-radius:0px;}@media screen and (max-width: 991px) {body main .t132{font-size:4vw;}}@media screen and (max-width: 480px) {body main .t132{font-size:8vw;}}body main .t133{color:rgb(255,255,255);position:relative;font-size:1.302vw;align-self:auto;font-family:'Alte Haas Grotesk';justify-self:stretch;}@media screen and (max-width: 991px) {body main .t133{font-size:2.604vw;}}@media screen and (max-width: 480px) {body main .t133{font-size:4vw;}}body main .t134{color:rgb(255,255,255);font-size:1.7vw;font-weight:700;justify-self:stretch;border-bottom:0.25vw solid rgb(255,255,255);}@media screen and (max-width: 991px) {body main .t134{font-size:3.2vw;}}@media screen and (max-width: 480px) {body main .t134{font-size:5vw;}}body main .t135{order:3;display:grid;position:relative;align-self:stretch;justify-self:stretch;grid-template-rows:0.1fr 1fr;grid-template-columns:1fr;}@media screen and (max-width: 480px) {body main .t135{grid-auto-flow:column;}}body main .t137{color:rgb(255,255,255);display:block;font-size:1.7vw;font-family:'Alte Haas Grotesk';font-weight:700;border-bottom:0.25vw solid rgb(255,255,255);}@media screen and (max-width: 991px) {body main .t137{font-size:3.2vw;}}@media screen and (max-width: 480px) {body main .t137{font-size:5vw;}}body main .t138{display:flex;grid-row:span 1;position:relative;align-self:auto;text-align:center;align-items:center;grid-column:span 1;justify-self:auto;justify-items:center;grid-auto-flow:row;justify-content:center;grid-template-rows:1fr;grid-template-columns:1fr;}@media screen and (max-width: 480px) {body main .t138{align-self:center;justify-self:center;grid-auto-flow:column;}}body main .t139{grid-row:span 1;font-size:11vw;align-self:center;grid-column:span 1;line-height:1;justify-self:center;}@media screen and (max-width: 480px) {body main .t139{font-size:30vw;}}body main .t140{display:block;text-align:left;}body main .t141{display:block;text-wrap:wrap;text-align:center;}body main .t142{color:rgb(255,255,255);}body main .t144{color:rgb(255,255,255);position:relative;font-size:1.3vw;align-self:auto;font-weight:700;justify-self:stretch;}@media screen and (max-width: 991px) {body main .t144{font-size:2.604vw;}}@media screen and (max-width: 480px) {body main .t144{font-size:4vw;}}body main .t145{color:rgb(255,255,255);position:relative;font-size:1.3vw;align-self:auto;justify-self:stretch;}@media screen and (max-width: 991px) {body main .t145{font-size:2.604vw;}}@media screen and (max-width: 480px) {body main .t145{font-size:4vw;}}body main .t146{flex:0 1 auto;order:1;display:grid;grid-row:span 1;position:relative;text-align:left;align-items:start;font-family:'Alte Haas Grotesk';grid-column:span 1;justify-self:stretch;justify-items:start;grid-template-rows:0.1fr 1fr;grid-template-columns:;}@media screen and (max-width: 991px) {body main .t146{align-items:start;justify-items:center;}}body main .t147{color:rgb(255,255,255);border:0.25vw solid rgb(255,255,255);display:block;font-size:2vw;text-align:center;font-weight:700;justify-self:stretch;border-radius:0px;}@media screen and (max-width: 991px) {body main .t147{font-size:4vw;}}@media screen and (max-width: 480px) {body main .t147{font-size:8vw;}}body main .t148{width:100%;}body main .t149{color:rgb(255,255,255);font-size:1.7vw;font-weight:700;justify-self:stretch;border-bottom:0.25vw solid rgb(255,255,255);}@media screen and (max-width: 991px) {body main .t149{font-size:3.2vw;}}@media screen and (max-width: 480px) {body main .t149{font-size:5vw;}}body main .t150{color:rgb(255,255,255);position:relative;font-size:1.3vw;align-self:auto;font-weight:700;justify-self:stretch;}@media screen and (max-width: 991px) {body main .t150{font-size:2.604vw;}}@media screen and (max-width: 480px) {body main .t150{font-size:4vw;}}body main .t151{color:rgb(255,255,255);position:relative;font-size:1.3vw;align-self:auto;justify-self:stretch;}@media screen and (max-width: 991px) {body main .t151{font-size:2.604vw;}}@media screen and (max-width: 480px) {body main .t151{font-size:4vw;}}body main .t152{color:rgb(255,255,255);position:relative;font-size:1.3vw;align-self:auto;font-weight:700;justify-self:stretch;}@media screen and (max-width: 991px) {body main .t152{font-size:2.604vw;}}@media screen and (max-width: 480px) {body main .t152{font-size:4vw;}}body main .t153{top:0%;left:0%;right:0%;width:78vw;bottom:0%;height:78vh;position:absolute;background:rgba(0,0,0,0.9);box-shadow:0.5vw 0.5vw 0.5vw 0.05vw rgba(0,0,0,0.5);margin-top:auto;margin-left:auto;margin-right:auto;border-radius:2vw;margin-bottom:auto;}body main .t154{top:0%;left:0%;right:0%;width:78vw;bottom:0%;height:78vh;position:absolute;background:rgba(0,0,0,0.9);margin-top:auto;margin-left:auto;margin-right:auto;border-radius:2vw;margin-bottom:auto;}body main .t155{top:0%;left:0%;right:0%;width:38vw;bottom:0%;height:78vh;position:absolute;background:rgba(0,0,0,0.9);box-shadow:0.5vw 0.5vw 0.5vw 0.05vw rgba(0,0,0,0.5);margin-top:auto;margin-left:auto;margin-right:auto;border-radius:2vw;margin-bottom:auto;}@media screen and (max-width: 480px) {body main .t155{width:99%;height:64vh;}}body main .t156{width:80vw;height:80vh;overflow:visible;position:relative;margin-left:auto;margin-right:auto;border-radius:0px;-webkit-background-clip:border-box;}@media screen and (max-width: 991px) {body main .t156{display:block;}}body main .t157{top:0%;left:0%;right:0%;width:78vw;bottom:0%;height:78vh;position:absolute;background:rgba(0,0,0,0.9);box-shadow:0.5vw 0.5vw 0.5vw 0.05vw rgba(0,0,0,0.5);margin-top:auto;margin-left:auto;margin-right:auto;border-radius:2vw;margin-bottom:auto;}body main .t158{left:0%;right:0%;width:77vw;bottom:0%;height:77vh;display:grid;row-gap:1%;position:absolute;flex-wrap:wrap;background:;box-shadow:;column-gap:1%;margin-top:auto;overflow-x:hidden;align-items:start;margin-left:auto;padding-top:1%;margin-right:auto;padding-left:1%;border-radius:0vw;justify-items:center;margin-bottom:auto;padding-right:1%;flex-direction:row;grid-auto-flow:row;padding-bottom:1%;justify-content:center;grid-template-rows:1fr;grid-template-columns:1fr 1fr 1fr;}@media screen and (max-width: 991px) {body main .t158{display:grid;align-items:start;justify-items:center;grid-auto-flow:column;grid-template-rows:1fr 1fr 1fr;grid-template-columns:1fr;}}body main .t159{flex:0 1 auto;order:1;display:grid;grid-row:span 1;position:relative;align-self:auto;text-align:left;align-items:start;font-family:'Alte Haas Grotesk';grid-column:span 1;justify-self:stretch;justify-items:start;grid-template-rows:0.1fr 0.1fr 1fr;grid-template-columns:;}@media screen and (max-width: 991px) {body main .t159{align-items:start;justify-items:center;}}body main .t160{color:rgb(255,255,255);border:0.25vw solid rgb(255,255,255);display:block;font-size:2vw;text-align:center;font-weight:700;justify-self:stretch;border-radius:0px;}@media screen and (max-width: 991px) {body main .t160{font-size:4vw;}}body main .t161{justify-self:stretch;}body main .t162{color:rgb(255,255,255);position:relative;font-size:1.3vw;align-self:auto;font-weight:700;justify-self:stretch;}@media screen and (max-width: 991px) {body main .t162{font-size:2.604vw;}}body main .t163{color:rgb(255,255,255);font-size:1.7vw;font-weight:700;justify-self:stretch;border-bottom:0.25vw solid rgb(255,255,255);}@media screen and (max-width: 991px) {body main .t163{font-size:3.2vw;}}body main .t164{color:rgb(255,255,255);position:relative;font-size:1.3vw;align-self:auto;font-weight:700;justify-self:stretch;}@media screen and (max-width: 991px) {body main .t164{font-size:2.604vw;}}body main .t165{color:rgb(255,255,255);position:relative;font-size:1.3vw;align-self:auto;justify-self:stretch;}@media screen and (max-width: 991px) {body main .t165{font-size:2.604vw;}}body main .t166{order:3;display:grid;position:relative;align-self:stretch;justify-self:stretch;grid-template-rows:0.1fr 1fr;grid-template-columns:1fr;}body main .t168{color:rgb(255,255,255);display:block;font-size:1.7vw;font-family:'Alte Haas Grotesk';font-weight:700;border-bottom:0.25vw solid rgb(255,255,255);}@media screen and (max-width: 991px) {body main .t168{font-size:3.2vw;}}body main .t169{display:grid;grid-row:span 1;position:relative;align-self:auto;text-align:center;align-items:center;grid-column:span 1;justify-self:auto;justify-items:center;grid-auto-flow:row;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;}body main .t170{grid-row:span 1;font-size:11vw;align-self:auto;grid-column:span 1;line-height:1;justify-self:auto;}body main .t171{display:block;text-align:left;}body main .t172{display:block;text-wrap:wrap;text-align:center;}body main .t173{color:rgb(255,255,255);}body main .t174{order:2;display:grid;grid-row:span 1;overflow:visible;position:relative;align-self:stretch;align-items:start;font-family:'Alte Haas Grotesk';grid-column:span 1;justify-self:stretch;justify-items:start;grid-auto-flow:row;grid-template-rows:0.08fr 1fr;grid-template-columns:1fr;}@media screen and (max-width: 991px) {body main .t174{width:100%;justify-self:stretch;}}body main .t175{color:rgb(255,255,255);font-size:1.7vw;align-self:auto;font-weight:700;justify-self:stretch;border-bottom:0.25vw solid rgb(255,255,255);}@media screen and (max-width: 991px) {body main .t175{font-size:3.2vw;align-self:stretch;justify-self:stretch;}}body main .t176{display:grid;grid-row:span 1;overflow:hidden;position:relative;font-size:2.6vh;align-self:stretch;align-items:start;grid-column:span 1;justify-self:stretch;justify-items:start;grid-auto-flow:row;grid-template-rows:1fr;grid-template-columns:0.1fr 1fr;}@media screen and (max-width: 991px) {body main .t176{font-size:2.54vw;}}body main .t177{color:rgb(255,255,255);display:grid;align-self:stretch;align-items:start;justify-self:stretch;justify-items:start;grid-auto-flow:row;grid-template-rows:1fr 1fr 1fr 2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;grid-template-columns:1fr;}body main .t178{order:1;grid-row:span 1;position:relative;align-self:auto;text-align:left;grid-column:span 1;line-height:1.7;justify-self:stretch;}body main .t179{display:grid;align-self:stretch;align-items:start;justify-self:auto;justify-items:start;grid-template-rows:1fr 1fr 1fr 2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;grid-template-columns:0.1fr;}body main .t180{color:rgb(189,186,186);order:1;position:relative;text-align:center;line-height:1.7;justify-self:stretch;}body main .t181{width:40vw;height:80vh;overflow:visible;margin-top:auto;margin-left:auto;margin-right:auto;border-radius:0px;margin-bottom:auto;-webkit-background-clip:border-box;}@media screen and (max-width: 991px) {body main .t181{display:block;}}@media screen and (max-width: 480px) {body main .t181{width:80vw;height:70vh;display:inline-block;}}body main .t182{top:0%;left:0%;right:0%;width:38vw;bottom:0%;height:78vh;position:absolute;background:rgba(0,0,0,0.9);box-shadow:0.5vw 0.5vw 0.5vw 0.05vw rgba(0,0,0,0.5);margin-top:auto;margin-left:auto;margin-right:auto;border-radius:2vw;margin-bottom:auto;}@media screen and (max-width: 480px) {body main .t182{width:99%;height:99%;}}body main .t183{top:0%;left:0%;right:0%;width:37vw;bottom:0%;height:77vh;display:grid;row-gap:1%;overflow:visible;position:absolute;flex-wrap:wrap;background:;box-shadow:;column-gap:1%;margin-top:auto;overflow-x:hidden;align-items:center;margin-left:auto;padding-top:2%;margin-right:auto;padding-left:2%;justify-items:center;margin-bottom:auto;padding-right:2%;flex-direction:row;grid-auto-flow:row;padding-bottom:0%;justify-content:center;grid-template-rows:1fr 1fr;grid-template-columns:1fr;}@media screen and (max-width: 991px) {body main .t183{display:grid;align-items:start;justify-items:center;grid-auto-flow:column;grid-template-rows:1fr 1fr 1fr;grid-template-columns:1fr;}}@media screen and (max-width: 480px) {body main .t183{width:99%;height:99%;align-items:center;}}body main .t184{flex:0 1 auto;order:-1000;display:grid;grid-row:span 1;position:relative;align-self:stretch;text-align:left;align-items:start;font-family:'Alte Haas Grotesk';grid-column:span 1;justify-self:stretch;justify-items:start;grid-template-rows:0.1fr 0.1fr 1fr;grid-template-columns:;}@media screen and (max-width: 991px) {body main .t184{align-items:start;justify-items:center;}}body main .t185{color:rgb(255,255,255);position:relative;font-size:1.302vw;align-self:auto;font-family:'Alte Haas Grotesk';justify-self:stretch;}@media screen and (max-width: 991px) {body main .t185{font-size:2.604vw;}}@media screen and (max-width: 480px) {body main .t185{font-size:4vw;}}body main .t186{color:rgb(255,255,255);font-size:1.7vw;font-weight:700;justify-self:stretch;border-bottom:0.25vw solid rgb(255,255,255);}@media screen and (max-width: 991px) {body main .t186{font-size:3.2vw;}}@media screen and (max-width: 480px) {body main .t186{font-size:5vw;}}body main .t187{color:rgb(255,255,255);border:0.25vw solid rgb(255,255,255);display:block;font-size:2vw;text-align:center;font-weight:700;justify-self:stretch;border-radius:0px;}@media screen and (max-width: 991px) {body main .t187{font-size:4vw;}}@media screen and (max-width: 480px) {body main .t187{font-size:8vw;}}body main .t188{order:3;display:grid;position:relative;align-self:stretch;justify-self:stretch;grid-template-rows:0.1fr 1fr;grid-template-columns:1fr;}@media screen and (max-width: 480px) {body main .t188{grid-auto-flow:column;}}body main .t189{display:grid;grid-row:span 1;position:relative;align-self:auto;text-align:center;align-items:center;grid-column:span 1;justify-self:auto;justify-items:center;grid-auto-flow:row;grid-template-rows:1fr;grid-template-columns:1fr;}@media screen and (max-width: 480px) {body main .t189{height:20vh;align-self:center;justify-self:center;grid-auto-flow:column;}}body main .t190{grid-row:span 1;font-size:11vw;align-self:center;grid-column:span 1;line-height:1;justify-self:center;}@media screen and (max-width: 480px) {body main .t190{font-size:30vw;}}body main .t191{display:block;text-align:left;}body main .t192{display:block;text-wrap:wrap;text-align:center;}body main .t193{color:rgb(255,255,255);}body main .t195{color:rgb(255,255,255);display:block;font-size:1.7vw;font-family:'Alte Haas Grotesk';font-weight:700;border-bottom:0.25vw solid rgb(255,255,255);}@media screen and (max-width: 991px) {body main .t195{font-size:3.2vw;}}@media screen and (max-width: 480px) {body main .t195{font-size:5vw;}}body main .t196{height:20%;background:rgba(255,255,255,0);}@media screen and (max-width: 480px) {body main .t196{height:;display:block;justify-content:center;}}body main .t197{width:10vw;position:relative;font-size:6vw;margin-left:auto;margin-right:auto;}@media screen and (max-width: 480px) {body main .t197{width:20vw;font-size:20vw;text-align:center;}}body main .t198{text-align:center;font-family:'Barcode';font-weight:400;line-height:20vh;letter-spacing:0.5vw;}body main .t199{width:100vw;height:100vh;background:rgba(255,255,255,0);background-size:cover;background-image:;background-position:0% 30%;background-attachment:fixed;}@media screen and (max-width: 480px) {body main .t199{height:auto;}}body main .t200{height:70%;position:relative;}@media screen and (max-width: 480px) {body main .t200{width:100vw;height:auto;}}body main .t201{width:100vw;display:grid;flex-wrap:nowrap;column-gap:1.5vw;margin-top:5vh;align-items:center;justify-items:center;margin-bottom:5vh;flex-direction:row;grid-auto-flow:row;grid-template-rows:1fr;grid-template-columns:1fr 2fr;}@media screen and (max-width: 480px) {body main .t201{display:flex;row-gap:2vh;column-gap:;margin-top:2vh;margin-bottom:2vh;flex-direction:column;grid-auto-flow:column;justify-content:center;grid-template-rows:1fr 1fr;grid-template-columns:1fr;}}body main .t202{display:grid;outline:0.3vw solid rgba(0,0,0,1);align-self:auto;align-items:start;justify-self:flex-end;justify-items:center;}@media screen and (max-width: 480px) {body main .t202{justify-self:center;}}body main .t203{flex:0 1 auto;width:50vw;font-size:1.3vw;align-self:auto;border-left:0.2vw solid rgba(0,0,0,1);font-family:'Alte Haas Grotesk';justify-self:stretch;padding-left:0.5vw;}@media screen and (max-width: 480px) {body main .t203{width:80vw;font-size:3vw;justify-self:center;padding-left:1vw;}}body main .t204{width:20vw;height:20vw;transition:all 200ms 0ms ease-in-out;backdrop-filter:;-webkit-backdrop-filter:;}body main .t204:hover{cursor:default;filter:invert(100%);transform:;transition:all 200ms 0ms ease-in-out;backdrop-filter:;-webkit-backdrop-filter:;}@media screen and (max-width: 480px) {body main .t204{width:50vw;height:50vw;object-fit:cover;}}body main .t205{color:rgb(0,0,0);background:;}body main .t206{color:rgb(0,0,0);background:;}body main .t207{width:30vw;}@media screen and (max-width: 480px) {body main .t207{width:80vw;}}body main .t208{height:10vw;display:flex;position:relative;flex-wrap:nowrap;font-size:1.5vw;text-wrap:wrap;font-style:normal;align-items:center;justify-items:center;flex-direction:row;justify-content:center;grid-template-columns:;}@media screen and (max-width: 480px) {body main .t208{height:20vw;font-size:4vw;}}body main .t209{top:15%;left:0%;right:0%;width:85%;bottom:auto;position:absolute;align-self:auto;border-top:0.3vw solid rgba(0,0,0,1);margin-left:auto;margin-right:auto;}body main .t210{width:100%;}body main .t211{width:30vw;grid-column:span 1;}@media screen and (max-width: 480px) {body main .t211{width:80vw;}}body main .t212{height:10vw;display:flex;position:relative;flex-wrap:nowrap;font-size:1.5vw;text-wrap:wrap;font-style:normal;align-items:center;justify-items:center;flex-direction:row;justify-content:center;grid-template-columns:;}@media screen and (max-width: 480px) {body main .t212{height:20vw;font-size:4vw;}}body main .t213{top:15%;left:0%;right:0%;width:85%;bottom:auto;position:absolute;align-self:auto;border-top:0.3vw solid rgba(0,0,0,1);margin-left:auto;margin-right:auto;}body main .t214{width:100%;}body main .t215{width:30vw;grid-row:span 1;grid-column:span 1;}@media screen and (max-width: 480px) {body main .t215{width:80vw;}}body main .t216{height:10vw;display:flex;position:relative;flex-wrap:nowrap;font-size:1.5vw;text-wrap:wrap;font-style:normal;align-items:center;justify-items:center;flex-direction:row;justify-content:center;grid-template-columns:;}@media screen and (max-width: 480px) {body main .t216{height:20vw;font-size:4vw;}}body main .t217{width:100%;}body main .t221{width:60vw;display:flex;background:;align-items:center;margin-left:auto;margin-right:auto;justify-items:center;flex-direction:column;justify-content:center;grid-template-rows:1fr 1fr;grid-template-columns:1fr;}@media screen and (max-width: 480px) {body main .t221{width:80vw;}}body main .t222{width:100%;display:block;align-items:center;border-radius:0px;justify-items:center;grid-template-rows:1fr 1fr;grid-template-columns:1fr;}body main .t223{width:100%;transform:;}body main .t224{color:rgb(255,255,255);font-size:1.2vw;background:rgba(0,0,0,0.9);text-align:center;font-family:'Alte Haas Grotesk';justify-self:auto;padding-left:1vw;border-radius:1vw;padding-right:1vw;}body main .t225{width:100%;height:100%;background:;padding-top:1vh;padding-bottom:1vh;}@media screen and (max-width: 480px) {body main .t225{font-size:4vw;}}body main .t226{width:60vw;display:flex;background:;align-items:center;margin-left:auto;margin-right:auto;justify-items:center;flex-direction:column;justify-content:center;grid-template-rows:1fr 1fr;grid-template-columns:1fr;}@media screen and (max-width: 480px) {body main .t226{width:80vw;}}body main .t227{width:100%;display:block;align-items:center;border-radius:0px;justify-items:center;grid-template-rows:1fr 1fr;grid-template-columns:1fr;}body main .t228{width:100%;transform:;}body main .t229{color:rgb(255,255,255);font-size:1.2vw;background:rgba(0,0,0,0.9);text-align:center;font-family:'Alte Haas Grotesk';justify-self:auto;padding-left:1vw;border-radius:1vw;padding-right:1vw;}@media screen and (max-width: 480px) {body main .t229{font-size:4vw;}}body main .t230{width:100%;height:100%;background:;padding-top:1vh;padding-bottom:1vh;}body main .t231{width:60vw;display:flex;background:;align-items:center;margin-left:auto;margin-right:auto;justify-items:center;flex-direction:column;justify-content:center;grid-template-rows:1fr 1fr;grid-template-columns:1fr;}@media screen and (max-width: 480px) {body main .t231{width:80vw;}}body main .t232{width:100%;display:block;align-items:center;border-radius:0px;justify-items:center;grid-template-rows:1fr 1fr;grid-template-columns:1fr;}body main .t233{width:100%;transform:;}body main .t234{color:rgb(255,255,255);font-size:1.2vw;background:rgba(0,0,0,0.9);text-align:center;font-family:'Alte Haas Grotesk';padding-left:1vw;border-radius:1vw;padding-right:1vw;}@media screen and (max-width: 480px) {body main .t234{font-size:4vw;}}body main .t235{width:100%;height:100%;background:;padding-top:1vh;padding-bottom:1vh;}body main .t236{width:60vw;display:flex;background:;align-items:center;margin-left:auto;margin-right:auto;justify-items:center;flex-direction:column;justify-content:center;grid-template-rows:1fr 1fr;grid-template-columns:1fr;}@media screen and (max-width: 480px) {body main .t236{width:80vw;}}body main .t237{width:100%;display:block;align-items:center;border-radius:0px;justify-items:center;grid-template-rows:1fr 1fr;grid-template-columns:1fr;}body main .t238{width:100%;transform:;}body main .t239{color:rgb(255,255,255);font-size:1.2vw;background:rgba(0,0,0,0.9);text-align:center;font-family:'Alte Haas Grotesk';justify-self:auto;padding-left:1vw;border-radius:1vw;padding-right:1vw;}@media screen and (max-width: 480px) {body main .t239{font-size:4vw;}}body main .t240{width:100%;height:100%;background:;padding-top:1vh;padding-bottom:1vh;}body main .t241{cursor:pointer;}body main .t242{top:15%;left:0%;right:0%;width:85%;bottom:auto;position:absolute;align-self:auto;border-top:0.3vw solid rgba(0,0,0,1);margin-left:auto;margin-right:auto;}body main .t243{cursor:pointer;}body main .t244{cursor:pointer;}body main .t245{width:100vw;background:;background-size:cover;background-image:;background-repeat:no-repeat;background-position:0% 30%;background-attachment:fixed;}body main .t246{width:100vw;position:relative;}body main .t247{width:40vw;height:100vh;position:relative;overflow-x:visible;overflow-y:scroll;margin-left:auto;margin-right:auto;-webkit-background-clip:border-box;}body main .t247::-webkit-scrollbar{width:0.5vw;}body main .t247::-webkit-scrollbar-thumb{background:rgba(0,0,0,0.74);border-radius:30vw;}body main .t247::-webkit-scrollbar-track{background:rgb(255,255,255,0);}@media screen and (max-width: 991px) {body main .t247{display:block;}}@media screen and (max-width: 480px) {body main .t247{width:80vw;height:90vh;}}body main .t248{top:0%;left:0%;right:0%;width:99%;bottom:0%;overflow:visible;position:relative;background:rgba(0,0,0,0.9);box-shadow:0.5vw 0.5vw 0.5vw 0.05vw rgba(0,0,0,0.5);margin-top:1vh;margin-left:auto;margin-right:auto;border-radius:2vw;margin-bottom:1vh;}body main .t249{left:0%;right:0%;width:99%;bottom:0%;display:block;row-gap:1%;overflow:visible;position:relative;flex-wrap:wrap;background:;box-shadow:;column-gap:1%;margin-top:auto;overflow-x:hidden;align-items:start;margin-left:auto;padding-top:2%;margin-right:auto;padding-left:1%;border-radius:0vw;justify-items:center;margin-bottom:auto;padding-right:1%;flex-direction:row;grid-auto-flow:row;padding-bottom:2%;justify-content:center;grid-template-rows:1fr;grid-template-columns:1fr;}body main .t250{flex:0 1 auto;order:1;display:block;grid-row:span 1;position:relative;align-self:auto;text-align:left;align-items:start;font-family:'Alte Haas Grotesk';grid-column:span 1;justify-self:stretch;justify-items:start;grid-template-rows:0.1fr;grid-template-columns:;}@media screen and (max-width: 991px) {body main .t250{align-items:start;justify-items:center;}}body main .t251{justify-self:stretch;}body main .t252{color:rgb(255,255,255);font-size:1.7vw;font-weight:400;justify-self:stretch;border-bottom:0.25vw solid rgb(255,255,255);}@media screen and (max-width: 991px) {body main .t252{font-size:3.2vw;}}@media screen and (max-width: 480px) {body main .t252{font-size:5vw;}}body main .t253{color:rgb(255,255,255);position:relative;font-size:1.3vw;align-self:auto;justify-self:stretch;}@media screen and (max-width: 991px) {body main .t253{font-size:2.604vw;}}@media screen and (max-width: 480px) {body main .t253{font-size:4vw;}}body main .t254{color:rgb(255,255,255);border:0.25vw solid rgb(255,255,255);display:block;font-size:2vw;text-align:center;font-weight:700;justify-self:stretch;border-radius:0px;}@media screen and (max-width: 991px) {body main .t254{font-size:4vw;}}@media screen and (max-width: 480px) {body main .t254{font-size:8vw;}}body main .t255{width:40vw;height:100vh;position:relative;overflow-x:visible;overflow-y:scroll;margin-left:auto;margin-right:auto;border-radius:0px;-webkit-background-clip:border-box;}body main .t255::-webkit-scrollbar{width:0.5vw;}body main .t255::-webkit-scrollbar-thumb{background:rgba(0,0,0,0.74);border-radius:30vw;}body main .t255::-webkit-scrollbar-track{background:rgb(255,255,255,0);}@media screen and (max-width: 991px) {body main .t255{display:block;}}@media screen and (max-width: 480px) {body main .t255{width:80vw;height:90vh;}}body main .t256{top:0%;left:0%;right:0%;width:99%;bottom:0%;overflow:visible;position:relative;background:rgba(0,0,0,0.9);box-shadow:0.5vw 0.5vw 0.5vw 0.05vw rgba(0,0,0,0.5);margin-top:1vh;margin-left:auto;margin-right:auto;border-radius:2vw;margin-bottom:1vh;}body main .t257{left:0%;right:0%;width:99%;bottom:0%;display:block;row-gap:1%;overflow:visible;position:relative;flex-wrap:wrap;background:;box-shadow:;column-gap:1%;margin-top:auto;overflow-x:hidden;align-items:start;margin-left:auto;padding-top:2%;margin-right:auto;padding-left:1%;border-radius:0vw;justify-items:center;margin-bottom:auto;padding-right:1%;flex-direction:row;grid-auto-flow:row;padding-bottom:2%;justify-content:center;grid-template-rows:1fr;grid-template-columns:1fr;}body main .t258{flex:0 1 auto;order:1;display:block;grid-row:span 1;position:relative;align-self:auto;text-align:left;align-items:start;font-family:'Alte Haas Grotesk';grid-column:span 1;justify-self:stretch;justify-items:start;grid-template-rows:0.1fr;grid-template-columns:;}@media screen and (max-width: 991px) {body main .t258{align-items:start;justify-items:center;}}body main .t259{justify-self:stretch;}body main .t260{color:rgb(255,255,255);font-size:1.7vw;font-weight:400;justify-self:stretch;border-bottom:0.25vw solid rgb(255,255,255);}@media screen and (max-width: 991px) {body main .t260{font-size:3.2vw;}}@media screen and (max-width: 480px) {body main .t260{font-size:5vw;}}body main .t261{color:rgb(255,255,255);position:relative;font-size:1.3vw;align-self:auto;justify-self:stretch;}@media screen and (max-width: 991px) {body main .t261{font-size:2.604vw;}}@media screen and (max-width: 480px) {body main .t261{font-size:4vw;}}body main .t262{color:rgb(255,255,255);border:0.25vw solid rgb(255,255,255);display:block;font-size:2vw;text-align:center;font-weight:700;justify-self:stretch;border-radius:0px;}@media screen and (max-width: 991px) {body main .t262{font-size:4vw;}}@media screen and (max-width: 480px) {body main .t262{font-size:8vw;}}body main .t263{width:40vw;height:100vh;position:relative;overflow-x:visible;overflow-y:scroll;margin-left:auto;margin-right:auto;border-radius:0px;-webkit-background-clip:border-box;}body main .t263::-webkit-scrollbar{width:0.5vw;}body main .t263::-webkit-scrollbar-thumb{background:rgba(0,0,0,0.74);border-radius:30vw;}body main .t263::-webkit-scrollbar-track{background:rgb(255,255,255,0);}@media screen and (max-width: 991px) {body main .t263{display:block;}}@media screen and (max-width: 480px) {body main .t263{width:80vw;height:90vh;}}body main .t264{top:0%;left:0%;right:0%;width:99%;bottom:0%;overflow:visible;position:relative;background:rgba(0,0,0,0.9);box-shadow:0.5vw 0.5vw 0.5vw 0.05vw rgba(0,0,0,0.5);margin-top:1vh;margin-left:auto;margin-right:auto;border-radius:2vw;margin-bottom:1vh;}body main .t265{left:0%;right:0%;width:99%;bottom:0%;display:block;row-gap:1%;overflow:visible;position:relative;flex-wrap:wrap;background:;box-shadow:;column-gap:1%;margin-top:auto;overflow-x:hidden;align-items:start;margin-left:auto;padding-top:2%;margin-right:auto;padding-left:1%;border-radius:0vw;justify-items:center;margin-bottom:auto;padding-right:1%;flex-direction:row;grid-auto-flow:row;padding-bottom:2%;justify-content:center;grid-template-rows:1fr;grid-template-columns:1fr;}body main .t266{flex:0 1 auto;order:1;display:block;grid-row:span 1;position:relative;align-self:auto;text-align:left;align-items:start;font-family:'Alte Haas Grotesk';grid-column:span 1;justify-self:stretch;justify-items:start;grid-template-rows:0.1fr;grid-template-columns:;}@media screen and (max-width: 991px) {body main .t266{align-items:start;justify-items:center;}}body main .t267{justify-self:stretch;}body main .t268{color:rgb(255,255,255);font-size:1.7vw;font-family:'Alte Haas Grotesk';font-weight:400;justify-self:stretch;border-bottom:0.25vw solid rgb(255,255,255);}@media screen and (max-width: 991px) {body main .t268{font-size:3.2vw;}}@media screen and (max-width: 480px) {body main .t268{font-size:5vw;}}body main .t269{color:rgb(255,255,255);position:relative;font-size:1.3vw;align-self:auto;justify-self:stretch;}@media screen and (max-width: 991px) {body main .t269{font-size:2.604vw;}}@media screen and (max-width: 480px) {body main .t269{font-size:4vw;}}body main .t270{color:rgb(255,255,255);border:0.25vw solid rgb(255,255,255);display:block;font-size:2vw;text-align:center;font-weight:700;justify-self:stretch;border-radius:0px;}@media screen and (max-width: 991px) {body main .t270{font-size:4vw;}}@media screen and (max-width: 480px) {body main .t270{font-size:8vw;}}body main .t271{width:40vw;height:100vh;position:relative;overflow-x:visible;overflow-y:scroll;margin-left:auto;margin-right:auto;border-radius:0px;-webkit-background-clip:border-box;}body main .t271::-webkit-scrollbar{width:0.5vw;}body main .t271::-webkit-scrollbar-thumb{background:rgba(0,0,0,0.74);border-radius:30vw;}body main .t271::-webkit-scrollbar-track{background:rgb(255,255,255,0);}@media screen and (max-width: 991px) {body main .t271{display:block;}}@media screen and (max-width: 480px) {body main .t271{width:80vw;height:90vh;}}body main .t272{top:0%;left:0%;right:0%;width:99%;bottom:0%;overflow:visible;position:relative;background:rgba(0,0,0,0.9);box-shadow:0.5vw 0.5vw 0.5vw 0.05vw rgba(0,0,0,0.5);margin-top:1vh;margin-left:auto;margin-right:auto;border-radius:2vw;margin-bottom:1vh;}body main .t273{left:0%;right:0%;width:99%;bottom:0%;display:block;row-gap:1%;overflow:visible;position:relative;flex-wrap:wrap;background:;box-shadow:;column-gap:1%;margin-top:auto;overflow-x:hidden;align-items:start;margin-left:auto;padding-top:2%;margin-right:auto;padding-left:1%;border-radius:0vw;justify-items:center;margin-bottom:auto;padding-right:1%;flex-direction:row;grid-auto-flow:row;padding-bottom:2%;justify-content:center;grid-template-rows:1fr;grid-template-columns:1fr;}body main .t274{flex:0 1 auto;order:1;display:block;grid-row:span 1;position:relative;align-self:auto;text-align:left;align-items:start;font-family:'Alte Haas Grotesk';grid-column:span 1;justify-self:stretch;justify-items:start;grid-template-rows:0.1fr;grid-template-columns:;}@media screen and (max-width: 991px) {body main .t274{align-items:start;justify-items:center;}}body main .t275{justify-self:stretch;}body main .t276{color:rgb(255,255,255);font-size:1.7vw;font-weight:400;justify-self:stretch;border-bottom:0.25vw solid rgb(255,255,255);}@media screen and (max-width: 991px) {body main .t276{font-size:3.2vw;}}@media screen and (max-width: 480px) {body main .t276{font-size:5vw;}}body main .t277{color:rgb(255,255,255);position:relative;font-size:1.3vw;align-self:auto;justify-self:stretch;}@media screen and (max-width: 991px) {body main .t277{font-size:2.604vw;}}@media screen and (max-width: 480px) {body main .t277{font-size:4vw;}}body main .t278{color:rgb(255,255,255);border:0.25vw solid rgb(255,255,255);display:block;font-size:2vw;text-align:center;font-weight:700;justify-self:stretch;border-radius:0px;}@media screen and (max-width: 991px) {body main .t278{font-size:4vw;}}@media screen and (max-width: 480px) {body main .t278{font-size:8vw;}}body main .t279{width:40vw;height:100vh;position:relative;background:rgba(255,255,255,0);overflow-x:visible;overflow-y:scroll;margin-left:auto;margin-right:auto;border-radius:0px;-webkit-background-clip:border-box;}body main .t279::-webkit-scrollbar{width:0.5vw;}body main .t279::-webkit-scrollbar-thumb{background:rgba(0,0,0,0.74);border-radius:30vw;}body main .t279::-webkit-scrollbar-track{background:rgb(255,255,255,0);}@media screen and (max-width: 991px) {body main .t279{display:block;}}@media screen and (max-width: 480px) {body main .t279{width:80vw;height:90vh;}}body main .t280{top:0%;left:0%;right:0%;width:99%;bottom:0%;overflow:visible;position:relative;background:rgba(0,0,0,0.9);box-shadow:0.5vw 0.5vw 0.5vw 0.05vw rgba(0,0,0,0.5);margin-top:1vh;margin-left:auto;margin-right:auto;border-radius:2vw;margin-bottom:1vh;}@media screen and (max-width: 480px) {body main .t280{width:99%;}}body main .t281{width:99%;display:block;row-gap:1%;overflow:visible;flex-wrap:wrap;background:;box-shadow:;column-gap:1%;overflow-x:hidden;align-items:start;margin-left:auto;padding-top:2%;margin-right:auto;padding-left:1%;border-radius:0vw;justify-items:center;padding-right:1%;flex-direction:row;grid-auto-flow:row;padding-bottom:2%;justify-content:center;grid-template-rows:1fr;grid-template-columns:1fr;}@media screen and (max-width: 991px) {body main .t281{display:grid;align-items:start;justify-items:center;grid-auto-flow:column;grid-template-rows:1fr 1fr 1fr;grid-template-columns:1fr;}}@media screen and (max-width: 480px) {body main .t281{width:99%;display:block;grid-template-rows:1fr;}}body main .t282{flex:0 1 auto;order:1;display:block;grid-row:span 1;align-self:auto;text-align:left;align-items:start;font-family:'Alte Haas Grotesk';grid-column:span 1;justify-self:auto;justify-items:start;grid-template-rows:0.1fr;grid-template-columns:;}@media screen and (max-width: 991px) {body main .t282{align-items:start;justify-items:center;}}body main .t283{height:100%;justify-self:stretch;}body main .t284{color:rgb(255,255,255);font-size:1.7vw;font-weight:400;justify-self:stretch;border-bottom:0.25vw solid rgb(255,255,255);}@media screen and (max-width: 991px) {body main .t284{font-size:3.2vw;}}@media screen and (max-width: 480px) {body main .t284{font-size:5vw;}}body main .t285{color:rgb(255,255,255);font-size:1.3vw;align-self:auto;justify-self:stretch;}@media screen and (max-width: 991px) {body main .t285{font-size:2.604vw;}}@media screen and (max-width: 480px) {body main .t285{font-size:4vw;text-align:left;}}body main .t286{color:rgb(255,255,255);border:0.25vw solid rgb(255,255,255);display:block;font-size:2vw;text-align:center;font-weight:700;justify-self:stretch;border-radius:0px;}@media screen and (max-width: 991px) {body main .t286{font-size:4vw;}}@media screen and (max-width: 480px) {body main .t286{font-size:8vw;}}body main .t287{height:90vh;display:grid;align-items:start;justify-items:center;grid-auto-flow:column;grid-template-rows:1fr 1fr 1fr 1fr;grid-template-columns:1fr;}body main .t288{width:100vw;height:18vh;position:relative;text-align:left;background-size:cover;background-image:url(https://global.divhunt.com/9fafe4fa1c839b025aa1da6ebf55bf56_484645.jpeg);background-position:center 0%;background-attachment:fixed;}@media screen and (max-width: 480px) {body main .t288{background-size:cover;}}body main .t289{color:rgb(0,0,0);width:100%;cursor:pointer;z-index:1;position:absolute;align-self:stretch;text-decoration:none;}body main .t290{right:20vw;width:24vw;height:18vh;display:flex;position:relative;font-size:8vw;text-align:center;font-family:'Fakeblood';line-height:1;margin-left:auto;margin-right:auto;flex-direction:column;justify-content:center;grid-template-columns:1fr 1fr;}@media screen and (max-width: 480px) {body main .t290{right:0vw;width:100%;font-size:20vw;align-items:center;}}body main .t291{width:100%;height:100%;}body main .t292{width:100vw;height:18vh;position:relative;text-align:left;background-size:cover;background-image:url(https://global.divhunt.com/26d34551cebf1b195a8b6bb4f3b54e4e_1025444.png);background-position:center 20vh;background-attachment:fixed;}body main .t293{width:100%;height:100%;}body main .t294{color:rgb(0,0,0);width:100%;cursor:pointer;z-index:1;position:absolute;align-self:stretch;text-decoration:none;}body main .t295{left:20vw;width:24vw;height:18vh;display:flex;position:relative;font-size:8vw;text-align:center;font-family:'Fakeblood';line-height:1;margin-left:auto;margin-right:auto;flex-direction:column;justify-content:center;grid-template-columns:1fr 1fr;}@media screen and (max-width: 480px) {body main .t295{left:0vw;width:100%;font-size:20vw;align-items:center;}}body main .t296{width:100vw;height:18vh;position:relative;text-align:left;background-size:cover;background-image:url(https://global.divhunt.com/fb2821c6cbf19a70c05e92e249f1f7d2_179861.jpeg);background-position:center 0%;background-attachment:fixed;}body main .t297{width:100%;height:100%;background-size:cover;background-image:;background-attachment:fixed;}body main .t298{color:rgb(0,0,0);width:100%;cursor:pointer;z-index:1;position:absolute;align-self:stretch;text-decoration:none;}body main .t299{color:rgb(0,0,0);right:20vw;width:24vw;filter:;height:18vh;display:flex;position:relative;font-size:8vw;text-wrap:wrap;background:;font-style:normal;text-align:center;transition:;font-family:'Fakeblood';line-height:1;margin-left:auto;margin-right:auto;flex-direction:column;text-transform:lowercase;backdrop-filter:;justify-content:center;grid-template-columns:1fr 1fr;-webkit-backdrop-filter:;}@media screen and (max-width: 480px) {body main .t299{right:0vw;width:100%;font-size:20vw;align-items:center;}}body main .t300{width:100vw;height:18vh;position:relative;text-align:left;background-size:cover;background-image:url(https://global.divhunt.com/6e37578fd0c5d9bdbb699a56c10d8112_320784.jpeg);background-position:center 0%;background-attachment:fixed;}body main .t301{width:100%;height:100%;}body main .t302{color:rgb(0,0,0);width:100%;cursor:pointer;z-index:1;position:absolute;align-self:stretch;text-decoration:none;}body main .t303{left:20vw;width:33vw;height:18vh;display:flex;position:relative;font-size:8vw;text-align:center;font-family:'Fakeblood';line-height:1;margin-left:auto;margin-right:auto;flex-direction:column;justify-content:center;grid-template-columns:1fr 1fr;}@media screen and (max-width: 480px) {body main .t303{left:0vw;width:100%;font-size:20vw;align-items:center;}}body main .t310{color:#2a382e;font-family:'Inter';padding-top:80px;padding-bottom:80px;}@media screen and (max-width: 767px) {body main .t310{padding-top:60px;padding-bottom:60px;}}body main .t313{color:rgba(0,0,0,1.00);display:grid;row-gap:24px;column-gap:40px;grid-template-columns:340px 1fr;}@media screen and (max-width: 991px) {body main .t313{grid-template-columns:1fr;}}@media screen and (max-width: 767px) {body main .t313{row-gap:40px;grid-template-columns:1fr ;}}body main .t314{color:rgb(255,255,255);overflow:hidden;background:#2a382e;border-radius:20px;}body main .t315{height:100%;display:flex;justify-content:space-between;}@media screen and (max-width: 767px) {body main .t315{flex-direction:column;}}body main .t316{width:100%;max-width:340px;object-fit:cover;}@media screen and (max-width: 767px) {body main .t316{height:350px;max-width:100%;}}body main .t317{width:100%;display:flex;align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t317{padding-top:40px;padding-left:40px;padding-right:40px;padding-bottom:40px;}}@media screen and (max-width: 480px) {body main .t317{padding-left:20px;padding-right:20px;}}body main .t318{width:100%;max-width:400px;}@media screen and (max-width: 767px) {body main .t318{max-width:100%;}}body main .t319{font-size:20px;font-style:normal;font-weight:500;margin-bottom:15px;}body main .t320{font-size:16px;font-style:normal;font-weight:400;margin-bottom:40px;}body main .t321{color:#2a382e;display:inline-block;font-size:15px;background:#a5f082;font-style:normal;font-weight:500;padding-top:12px;padding-left:30px;border-radius:1000px;padding-right:30px;padding-bottom:12px;}body main .t321:hover{background:#ffffff;}body main .t322{display:flex;row-gap:10px;flex-wrap:wrap;column-gap:10px;flex-direction:column;}@media screen and (max-width: 991px) {body main .t322{display:grid;grid-template-columns:1fr 1fr;}}@media screen and (max-width: 767px) {body main .t322{flex-direction:row;}}@media screen and (max-width: 480px) {body main .t322{grid-template-columns:1fr;}}body main .t323{cursor:pointer;overflow:hidden;position:relative;background:rgba(243,243,243,1.00);padding-top:20px;padding-left:20px;border-radius:20px;padding-right:20px;padding-bottom:20px;}body main .t323.dh-active{color:rgba(255,255,255,1.00);background:#a5f082;}body main .t324{color:#2a382e;font-size:16px;font-style:normal;font-weight:500;}body main .t325{top:auto;left:0%;right:auto;width:100%;bottom:0%;height:2px;position:absolute;background:;}body main .t326{display:flex;column-gap:40px;align-items:flex-start;margin-bottom:60px;justify-content:space-between;}@media screen and (max-width: 767px) {body main .t326{row-gap:40px;flex-direction:column;}}@media screen and (max-width: 480px) {body main .t326{margin-bottom:40px;}}body main .t327{font-size:40px;font-style:normal;font-weight:500;}@media screen and (max-width: 480px) {body main .t327{font-size:36px;}}body main .t328{width:100%;font-size:20px;max-width:642px;font-style:normal;font-weight:400;}@media screen and (max-width: 480px) {body main .t328{font-size:16px;}}body main .t329{width:100vw;display:none;}body main .t330{top:auto;left:0%;right:0%;width:100vw;bottom:0%;height:10vh;position:relative;margin-left:auto;margin-right:auto;}@media screen and (max-width: 480px) {body main .t330{display:block;position:relative;}}body main .t331{color:rgb(255,255,255);width:100%;height:100%;display:flex;background:rgb(0,0,0);align-items:center;justify-items:center;justify-content:center;}body main .t332{font-size:4vw;font-family:'Pixel Barcode';line-height:1;}@media screen and (max-width: 991px) {body main .t332{font-size:7vh;}}body main .t334{width:100%;display:flex;position:relative;align-items:center;flex-direction:column;grid-auto-flow:column;mix-blend-mode:difference;grid-template-rows:1fr 1fr;grid-template-columns:1fr;}body main .t335{color:rgb(255,255,255);position:relative;font-size:13vh;background:;text-align:center;font-family:'Pixelade';line-height:1;justify-self:center;text-decoration:none;background-image:;}body main .t336{width:100vw;height:13vh;position:absolute;mix-blend-mode:difference;background-image:;background-position:0% 10%;}body main .t338{mix-blend-mode:plus-lighter;background-size:cover;background-image:;}body main .t339{width:100%;height:100%;position:fixed;object-fit:cover;aspect-ratio:;object-position:center 30%;}body main .t340{width:100%;height:100%;position:fixed;object-fit:cover;aspect-ratio:;object-position:0% 30%;}@media screen and (max-width: 480px) {body main .t340{object-position:center 0%;}}body main .t341{width:100%;height:100%;position:fixed;object-fit:cover;aspect-ratio:;object-position:0% 30%;}body main .t342{width:100%;height:100%;position:fixed;object-fit:cover;aspect-ratio:;object-position:0% 30%;}body main .t343{width:50%;border:0.4vh solid rgb(255,255,255);height:1%;position:relative;justify-self:center;border-radius:0.3vh;}body main .t344{background:;}body main .t345{width:100%;display:flex;position:relative;align-items:center;flex-direction:column;grid-auto-flow:column;mix-blend-mode:difference;grid-template-rows:1fr 1fr 1fr;grid-template-columns:1fr;}@media screen and (max-width: 480px) {body main .t345{justify-items:center;grid-template-rows:1fr;}}body main .t346{color:rgb(255,255,255);position:relative;font-size:13vh;text-align:center;font-family:'Pixelade';line-height:1;justify-self:center;text-decoration:none;-webkit-background-clip:text;}@media screen and (max-width: 480px) {body main .t346{font-size:14vw;}}body main .t347{width:50%;border:0.4vh solid rgb(255,255,255);position:relative;justify-self:center;border-radius:0.3vh;}@media screen and (max-width: 480px) {body main .t347{border:0.8vw solid rgb(255,255,255);height:1%;}}body main .t348{display:flex;align-items:center;justify-items:center;flex-direction:column;grid-auto-flow:column;justify-content:center;grid-template-rows:0.3fr 1fr;grid-template-columns:1fr;}body main .t349{flex:0 1 auto;width:60%;align-self:auto;text-align:left;border-radius:50px;}body main .t350{width:100%;}body main .t351{font-size:3vh;text-align:center;}body main .t352{font-size:2vw;align-self:center;font-family:'Alte Haas Grotesk';line-height:1;padding-bottom:2vh;}@media screen and (max-width: 991px) {body main .t352{font-size:3vh;}}body main .t353{width:100vw;display:block;overflow:visible;position:static;background:rgba(255,255,255,0);background-size:cover;background-image:;background-repeat:no-repeat;background-position:0% 30%;background-attachment:fixed;grid-template-columns:1fr 1fr;-webkit-background-clip:border-box;}body main .t353.container{color:#000000;transition:mix-blend-mode 0.5s ease, background-color 0.5s ease, color 0.5s ease;mix-blend-mode:normal;}body main .t353.blended-mode{mix-blend-mode:difference;}body main .t353::-webkit-scrollbar{width:0.5vw;}body main .t353::-webkit-scrollbar-thumb{background:rgba(0,0,0,0.74);border-radius:30vw;}body main .t353::-webkit-scrollbar-track{background:rgb(255,255,255,0);}body main .t354{height:10vh;display:grid;align-items:center;justify-items:center;}body main .t355{border:0.3vw solid rgba(0,0,0,1);display:grid;position:relative;flex-wrap:nowrap;font-size:2.5vw;align-self:stretch;background:rgba(255,255,255,0.41);column-gap:.5vw;align-items:center;font-family:'Alte Haas Grotesk';padding-left:.5vw;justify-items:center;padding-right:.5vw;flex-direction:row;grid-auto-flow:row;text-transform:none;grid-template-columns:1fr 1fr 1fr 1fr;}body main .t356{color:rgb(0,0,0);order:0;align-self:auto;justify-self:stretch;text-decoration:none;}body main .t357{text-transform:lowercase;}body main .t358{width:100vw;display:flex;position:relative;flex-direction:column;}body main .t359{width:100vw;height:70vh;display:flex;}body main .t360{top:8vh;left:8vw;width:40vw;height:60vh;position:relative;transform:;transition:;}body main .t361{top:15vh;left:;width:40vw;height:45vh;display:block;position:absolute;align-items:start;justify-items:start;justify-content:center;grid-template-columns:1fr 1fr;}body main .t362{top:6.5%;left:5%;width:90%;height:88%;display:block;z-index:0;overflow:visible;position:absolute;background-size:36vw 100vh;background-image:url(https://global.divhunt.com/ae693fd794ffe652cb659fded3773f8e_284585.jpeg);background-repeat:no-repeat;background-position:calc(51vw) 0px;background-attachment:fixed;}body main .t363{width:100%;height:100%;transform:rotate(3deg);}body main .t364{top:;left:;width:100%;height:100%;display:block;z-index:1;position:relative;transform:;background:;box-shadow:;backdrop-filter:;-webkit-backdrop-filter:;}body main .t365{top:17.8%;left:15.8%;width:69%;height:66%;display:block;z-index:1;position:absolute;background:;box-shadow:inset 0px 0px 0.5vw 0.3vw rgba(0,0,0,0.5);}body main .t366{width:100%;height:100%;display:block;position:absolute;box-shadow:0.5vw 0.5vw 0.5vw 0.05vw rgba(0,0,0,0.5);}body main .t367{width:40vw;height:15vh;display:flex;position:absolute;transform:rotate(3deg);flex-direction:column;}body main .t368{display:flex;column-gap:6vw;flex-direction:row;justify-content:center;}body main .t369{font-size:5vh;text-align:center;}body main .t370{font-size:10vh;text-align:center;font-family:'Pixelade';line-height:1;}body main .t371{top:10vh;left:3vw;width:40vw;height:53vh;position:relative;transform:rotate(-1deg);}body main .t372{width:40vw;height:53vh;background:;box-shadow:;}body main .t373{background:rgba(255,255,255,0.4);box-shadow:0.5vw 0.5vw 0.5vw 0.05vw rgba(0,0,0,0.5);}body main .t374{height:80%;display:grid;position:relative;align-items:start;justify-items:center;grid-template-rows:1fr;grid-template-columns:1fr 1fr;}body main .t375{width:20vw;height:20vw;position:relative;align-self:auto;justify-self:auto;}body main .t376{width:100%;height:100%;border-top:0.3vw solid rgba(0,0,0,1);border-left:0.3vw solid rgba(0,0,0,1);border-bottom:0.3vw solid rgba(0,0,0,1);}body main .t377{width:20vw;border:0.3vw solid rgba(0,0,0,1);height:20vw;position:relative;align-self:auto;justify-self:auto;}body main .t378{font-size:1.6vw;text-align:left;font-family:'Alte Haas Grotesk';font-weight:700;margin-left:auto;margin-right:auto;padding-left:0.4vw;border-bottom:0.3vw solid rgba(0,0,0,1);}body main .t379{top:36%;left:0%;right:0%;bottom:0%;position:absolute;font-size:1.8vw;font-family:'Pixelade';line-height:1;margin-left:auto;margin-right:auto;padding-left:0.4vw;}body main .t380{font-size:1.33vw;font-family:'Alte Haas Grotesk';font-weight:700;padding-left:0.4vw;}body main .t381{height:20%;position:relative;font-size:3.5vw;text-wrap:wrap;background:rgba(255,255,255,0);border-top:0.3vw solid rgba(0,0,0,1);font-style:normal;text-align:center;border-left:0.3vw solid rgba(0,0,0,1);font-family:'Platinum Sign';border-right:0.3vw solid rgba(0,0,0,1);-webkit-background-clip:border-box;}body main .t382{box-shadow:;}body main .t383{height:20vh;}body main .t384{top:0%;left:0%;right:auto;width:20vw;bottom:0%;height:20vh;display:block;position:absolute;align-items:center;margin-left:auto;margin-right:auto;justify-items:center;grid-auto-flow:row;grid-template-rows:1fr;grid-template-columns:1fr;}body main .t385{top:0%;left:0%;order:0;right:0%;width:;bottom:0%;overflow:visible;position:absolute;font-size:1vw;max-width:15vw;align-self:center;text-align:left;line-height:3vh;margin-left:auto;justify-self:center;margin-right:auto;padding-left:0px;padding-right:0px;}body main .t386{display:block;position:relative;text-align:left;flex-direction:row;}body main .t387{display:block;position:relative;font-size:1.5vw;text-align:center;font-family:'Pixelade';padding-top:1vh;padding-left:1vw;padding-right:1vw;padding-bottom:1vh;text-decoration:none;}body main .t388{width:30vw;position:relative;font-size:6vw;margin-left:auto;margin-right:auto;}body main .t389{text-align:right;font-family:'Barcode';font-weight:400;line-height:20vh;letter-spacing:0.5vw;}body main .t390{top:0%;left:85vw;width:10vw;bottom:0%;height:10vw;display:block;position:absolute;align-items:center;margin-left:auto;margin-right:auto;justify-items:center;grid-auto-flow:row;grid-template-rows:1fr;grid-template-columns:1fr;}body main .t393{font-size:1vw;font-family:'Papyrus';}body main .t394{position:relative;}body main .t395{width:100%;height:100%;position:fixed;object-fit:cover;aspect-ratio:;object-position:0% 30%;}body main .t397{width:100vw;display:block;overflow:visible;position:static;background:rgba(255,255,255,0);background-size:cover;background-image:;background-repeat:no-repeat;background-position:0% 30%;background-attachment:fixed;grid-template-columns:1fr 1fr;-webkit-background-clip:border-box;}body main .t397.container{color:#000000;transition:mix-blend-mode 0.5s ease, background-color 0.5s ease, color 0.5s ease;mix-blend-mode:normal;}body main .t397.blended-mode{mix-blend-mode:difference;}body main .t397::-webkit-scrollbar{width:0.5vw;}body main .t397::-webkit-scrollbar-thumb{background:rgba(0,0,0,0.74);border-radius:30vw;}body main .t397::-webkit-scrollbar-track{background:rgb(255,255,255,0);}body main .t398{height:10vh;display:grid;align-items:center;justify-items:center;}body main .t399{border:0.3vw solid rgba(0,0,0,1);display:grid;position:relative;flex-wrap:nowrap;font-size:2.5vw;align-self:stretch;background:rgba(255,255,255,0.41);column-gap:.5vw;align-items:center;font-family:'Alte Haas Grotesk';padding-left:.5vw;justify-items:center;padding-right:.5vw;flex-direction:row;grid-auto-flow:row;text-transform:none;grid-template-columns:1fr 1fr 1fr 1fr;}body main .t400{color:rgb(0,0,0);order:0;align-self:auto;justify-self:stretch;text-decoration:none;}body main .t401{text-transform:lowercase;}body main .t402{width:100vw;display:flex;position:relative;flex-direction:column;}body main .t403{width:100vw;height:70vh;display:flex;}body main .t404{top:8vh;left:8vw;width:40vw;height:60vh;position:relative;transform:;transition:;}body main .t405{top:15vh;left:;width:40vw;height:45vh;display:block;position:absolute;align-items:start;justify-items:start;justify-content:center;grid-template-columns:1fr 1fr;}body main .t406{top:6.5%;left:5%;width:90%;height:88%;display:block;z-index:0;overflow:visible;position:absolute;background-size:36vw 100vh;background-image:url(https://global.divhunt.com/ae693fd794ffe652cb659fded3773f8e_284585.jpeg);background-repeat:no-repeat;background-position:calc(51vw) 0px;background-attachment:fixed;}body main .t407{width:100%;height:100%;transform:rotate(3deg);}body main .t408{top:;left:;width:100%;height:100%;display:block;z-index:1;position:relative;transform:;background:;box-shadow:;backdrop-filter:;-webkit-backdrop-filter:;}body main .t409{top:17.8%;left:15.8%;width:69%;height:66%;display:block;z-index:1;position:absolute;background:;box-shadow:inset 0px 0px 0.5vw 0.3vw rgba(0,0,0,0.5);}body main .t410{width:100%;height:100%;display:block;position:absolute;box-shadow:0.5vw 0.5vw 0.5vw 0.05vw rgba(0,0,0,0.5);}body main .t411{width:40vw;height:15vh;display:flex;position:absolute;transform:rotate(3deg);flex-direction:column;}body main .t412{display:flex;column-gap:6vw;flex-direction:row;justify-content:center;}body main .t413{font-size:5vh;text-align:center;}body main .t414{font-size:10vh;text-align:center;font-family:'Pixelade';line-height:1;}body main .t415{top:10vh;left:3vw;width:40vw;height:53vh;position:relative;transform:rotate(-1deg);}body main .t416{width:40vw;height:53vh;background:;box-shadow:;}body main .t417{background:rgba(255,255,255,0.4);box-shadow:0.5vw 0.5vw 0.5vw 0.05vw rgba(0,0,0,0.5);}body main .t418{height:80%;display:grid;position:relative;align-items:start;justify-items:center;grid-template-rows:1fr;grid-template-columns:1fr 1fr;}body main .t419{width:20vw;height:20vw;position:relative;align-self:auto;justify-self:auto;}body main .t420{width:100%;height:100%;border-top:0.3vw solid rgba(0,0,0,1);border-left:0.3vw solid rgba(0,0,0,1);border-bottom:0.3vw solid rgba(0,0,0,1);}body main .t421{width:20vw;border:0.3vw solid rgba(0,0,0,1);height:20vw;position:relative;align-self:auto;justify-self:auto;}body main .t422{font-size:1.6vw;text-align:left;font-family:'Alte Haas Grotesk';font-weight:700;margin-left:auto;margin-right:auto;padding-left:0.4vw;border-bottom:0.3vw solid rgba(0,0,0,1);}body main .t423{top:36%;left:0%;right:0%;bottom:0%;position:absolute;font-size:1.8vw;font-family:'Pixelade';line-height:1;margin-left:auto;margin-right:auto;padding-left:0.4vw;}body main .t424{font-size:1.33vw;font-family:'Alte Haas Grotesk';font-weight:700;padding-left:0.4vw;}body main .t425{height:20%;position:relative;font-size:3.5vw;text-wrap:wrap;background:rgba(255,255,255,0);border-top:0.3vw solid rgba(0,0,0,1);font-style:normal;text-align:center;border-left:0.3vw solid rgba(0,0,0,1);font-family:'Platinum Sign';border-right:0.3vw solid rgba(0,0,0,1);-webkit-background-clip:border-box;}body main .t426{box-shadow:;}body main .t427{top:5vh;width:100vw;height:70vh;display:flex;position:relative;}body main .t428{left:5vw;width:35vw;height:59vh;display:flex;position:relative;transform:skew(10deg,0deg) rotate(2deg);}body main .t429{width:25vw;height:59vh;}body main .t430{width:100%;height:100%;object-fit:fill;}body main .t431{top:7vh;left:2.9vw;width:19.2vw;height:46vh;position:absolute;box-shadow:inset 0px 0px 0.5vw 0.3vw rgba(0,0,0,0.5);transition:;background-size:cover;background-image:;background-repeat:repeat;background-attachment:scroll;}body main .t432{width:10vw;height:100%;display:flex;column-gap:01vw;}body main .t433{align-self:center;}body main .t434{font-size:2vw;}body main .t435{align-self:center;}body main .t436{font-size:9vh;text-align:center;font-family:'Pixelade';}body main .t437{top:14vh;left:6vw;width:37vw;height:57vh;display:flex;position:relative;transform:rotate(-7deg);flex-direction:column;}body main .t438{width:37vw;height:50vh;position:absolute;transform:rotateX(90);}body main .t439{width:100%;height:100%;object-fit:fill;}body main .t440{top:4.5vh;left:2.5vw;width:32.1vw;height:40.8vh;z-index:-1;position:absolute;}body main .t441{width:100%;height:100%;object-fit:fill;}body main .t442{top:50vh;width:37vw;height:7vh;display:flex;position:absolute;align-items:center;flex-direction:column;justify-content:center;}body main .t443{font-size:7vh;text-align:center;font-family:'Pixelade';line-height:1;}body main .t444{top:4vh;left:2vw;width:23vw;height:43vh;display:flex;position:relative;transform:rotate(6deg);}body main .t445{width:15vw;height:43vh;}body main .t446{width:100%;height:100%;object-fit:fill;}body main .t447{top:-40vh;left:1.4vw;width:12.2vw;height:36.4vh;position:relative;}body main .t448{order:-1000;width:8vw;height:15vh;display:flex;column-gap:01vw;}body main .t449{order:1000;transform:;align-self:flex-start;margin-top:4vw;}body main .t450{display:flex;flex-wrap:nowrap;align-self:flex-start;align-items:center;flex-direction:column;}body main .t451{font-size:4vw;transform:rotate(90deg);margin-top:-2vh;margin-left:4vw;}body main .t452{font-size:9vh;text-align:center;font-family:'Pixelade';line-height:1;}body main .t453{top:5vh;width:100vw;height:88vh;display:flex;position:relative;align-items:center;flex-direction:row;justify-content:center;}body main .t454{width:79vw;height:79vh;display:flex;position:relative;align-items:center;justify-items:center;justify-content:center;grid-template-columns:1fr 1fr 1fr;}body main .t455{width:15vw;display:flex;position:relative;margin-right:1vw;flex-direction:column;}body main .t456{width:15vw;height:10vh;display:flex;column-gap:01vw;justify-content:center;}body main .t457{font-size:9vh;text-align:center;font-family:'Pixelade';line-height:1;}body main .t458{width:15vw;height:46vh;}body main .t459{top:-40.7vh;left:1.7vw;width:11.6vw;height:36vh;position:relative;}body main .t460{width:100%;height:100%;object-fit:fill;}body main .t461{font-size:6vh;}body main .t462{width:15vw;display:flex;position:relative;margin-left:1vw;flex-direction:column;}body main .t463{width:15vw;height:10vh;display:flex;column-gap:01vw;justify-content:center;}body main .t464{font-size:9vh;text-align:center;font-family:'Pixelade';line-height:1;}body main .t465{width:15vw;height:46vh;}body main .t466{width:100%;height:100%;object-fit:fill;}body main .t467{top:-40.7vh;left:1.7vw;width:11.6vw;height:36vh;position:relative;}body main .t468{display:flex;position:relative;flex-direction:column;}body main .t469{width:41vw;height:70vh;}body main .t470{top:-56.8vh;left:8.7vw;width:23.3vw;height:47.4vh;position:relative;}body main .t471{width:100%;height:100%;object-fit:fill;}body main .t472{top:-4vh;flex:0 1 auto;width:41vw;height:10vh;display:flex;position:relative;align-self:auto;justify-content:center;}body main .t473{font-size:9vh;font-family:'Pixelade';line-height:1;}body main .t474{font-size:6vh;}body main .t475{height:20vh;}body main .t476{top:0%;left:0%;right:auto;width:20vw;bottom:0%;height:20vh;display:block;position:absolute;align-items:center;margin-left:auto;margin-right:auto;justify-items:center;grid-auto-flow:row;grid-template-rows:1fr;grid-template-columns:1fr;}body main .t477{top:0%;left:0%;order:0;right:0%;width:;bottom:0%;overflow:visible;position:absolute;font-size:1vw;max-width:15vw;align-self:center;text-align:left;line-height:3vh;margin-left:auto;justify-self:center;margin-right:auto;padding-left:0px;padding-right:0px;}body main .t478{display:block;position:relative;text-align:left;flex-direction:row;}body main .t479{display:block;position:relative;font-size:1.5vw;text-align:center;font-family:'Pixelade';padding-top:1vh;padding-left:1vw;padding-right:1vw;padding-bottom:1vh;text-decoration:none;}body main .t480{width:30vw;position:relative;font-size:6vw;margin-left:auto;margin-right:auto;}body main .t481{text-align:right;font-family:'Barcode';font-weight:400;line-height:20vh;letter-spacing:0.5vw;}body main .t482{top:0%;left:85vw;width:10vw;bottom:0%;height:10vw;display:block;position:absolute;align-items:center;margin-left:auto;margin-right:auto;justify-items:center;grid-auto-flow:row;grid-template-rows:1fr;grid-template-columns:1fr;}body main .t485{font-size:1vw;font-family:'Papyrus';}body main .t486{position:relative;}body main .t487{width:100%;height:100%;position:fixed;object-fit:cover;aspect-ratio:;object-position:0% 30%;}body main .t488{width:100%;height:100%;}body main .t489{width:100%;height:100%;}body main .t490{width:100%;height:100%;}body main .t491{width:100%;height:100%;}body main .t492{width:100%;height:100%;display:block;transition:all 200ms 0ms linear;}body main .t492:hover{opacity:0%;}body main .t493{top:0vh;width:100%;height:100%;z-index:-1;position:absolute;}body main .t494{width:100vw;display:block;overflow:visible;position:static;background:rgba(255,255,255,0);background-size:cover;background-image:;background-repeat:no-repeat;background-position:0% 30%;background-attachment:fixed;grid-template-columns:1fr 1fr;-webkit-background-clip:border-box;}body main .t494.container{color:#000000;transition:mix-blend-mode 0.5s ease, background-color 0.5s ease, color 0.5s ease;mix-blend-mode:normal;}body main .t494.blended-mode{mix-blend-mode:difference;}body main .t494::-webkit-scrollbar{width:0.5vw;}body main .t494::-webkit-scrollbar-thumb{background:rgba(0,0,0,0.74);border-radius:30vw;}body main .t494::-webkit-scrollbar-track{background:rgb(255,255,255,0);}@media screen and (max-width: 480px) {body main .t494{display:flex;flex-direction:column;}}body main .t495{top:2vh;height:10vh;display:flex;z-index:2;position:sticky;align-items:center;justify-items:center;backdrop-filter:;justify-content:center;grid-template-columns:1fr;-webkit-backdrop-filter:;}@media screen and (max-width: 991px) {body main .t495{height:7vh;}}@media screen and (max-width: 480px) {body main .t495{display:block;}}body main .t496{border:0.3vw solid rgba(0,0,0,1);display:flex;position:relative;flex-wrap:nowrap;font-size:2.5vw;align-self:stretch;background:rgba(255,255,255,0.41);column-gap:0.75vw;align-items:center;font-family:'Alte Haas Grotesk';will-change:opacity, transform;padding-left:.5vw;justify-items:center;padding-right:.5vw;flex-direction:row;grid-auto-flow:row;text-transform:none;backdrop-filter:blur(5px);grid-template-columns:1fr 1fr 1fr 1fr 1fr;-webkit-backdrop-filter:blur(5px);}@media screen and (max-width: 991px) {body main .t496{border:0.4vw solid rgba(0,0,0,1);column-gap:0.75vw;}}@media screen and (max-width: 480px) {body main .t496{border:0.6vw solid rgba(0,0,0,1);column-gap:2vw;text-align:center;padding-left:2vw;padding-right:2vw;}}body main .t497{color:rgb(0,0,0);order:0;display:inline;align-self:auto;background:;transition:all 200ms 0ms ease-in-out;justify-self:auto;text-transform:lowercase;text-decoration:none;}body main .t497:hover{font-size:2.5vw;transition:;text-transform:none;text-decoration:underline;}body main .t498{text-align:center;text-transform:lowercase;}@media screen and (max-width: 991px) {body main .t498{font-size:3.5vw;}}@media screen and (max-width: 480px) {body main .t498{font-size:6vw;}}body main .t499{width:100vw;display:flex;position:relative;flex-direction:column;}@media screen and (max-width: 991px) {body main .t499{width:100%;justify-content:space-between;}}@media screen and (max-width: 480px) {body main .t499{justify-content:center;}}body main .t500{width:100vw;height:67vh;display:flex;flex-wrap:wrap;flex-direction:row;justify-content:space-around;}@media screen and (max-width: 991px) {body main .t500{width:100%;height:40vh;row-gap:3vh;flex-wrap:wrap;flex-direction:row;}}@media screen and (max-width: 480px) {body main .t500{height:auto;display:grid;row-gap:0vh;align-items:center;justify-items:center;flex-direction:column;grid-auto-flow:column;grid-template-rows:1fr 1fr;grid-template-columns:;}}body main .t501{top:3vh;width:40vw;height:60vh;position:relative;transform:;min-height:;transition:;}@media screen and (max-width: 991px) {body main .t501{width:;}}@media screen and (max-width: 480px) {body main .t501{top:0vh;left:0vw;order:-1000;width:80vw;height:35vh;}}body main .t502{top:15vh;width:100%;height:45vh;display:block;position:absolute;min-width:100%;align-items:start;justify-items:start;justify-content:center;grid-template-columns:1fr 1fr;}@media screen and (max-width: 991px) {body main .t502{top:9vh;height:25vh;}}@media screen and (max-width: 480px) {body main .t502{width:;}}body main .t503{top:6.5%;left:5%;width:90%;height:88%;display:block;z-index:0;overflow:visible;position:absolute;background-size:36vw 100vh;background-image:url(https://global.divhunt.com/ae693fd794ffe652cb659fded3773f8e_284585.jpeg);background-repeat:no-repeat;background-position:calc(57vw) 0px;background-attachment:fixed;}@media screen and (max-width: 991px) {body main .t503{top:6.5%;left:5%;width:90%;height:88%;display:block;z-index:0;overflow:visible;position:absolute;background-size:36vw 70vh;background-image:url(https://global.divhunt.com/ae693fd794ffe652cb659fded3773f8e_284585.jpeg);background-repeat:no-repeat;background-position:calc(57vw) calc(-5vh);background-attachment:fixed;}}@media screen and (max-width: 480px) {body main .t503{top:6.5%;left:5%;width:90%;height:88%;display:block;z-index:0;overflow:visible;position:absolute;background-size:100vw 70vh;background-image:url(https://global.divhunt.com/ae693fd794ffe652cb659fded3773f8e_284585.jpeg);background-repeat:no-repeat;background-position:0% 0%;background-attachment:fixed;}}body main .t504{width:100%;height:100%;transform:;}body main .t505{top:;left:;width:100%;height:100%;display:block;z-index:1;position:relative;transform:;background:;box-shadow:;backdrop-filter:;-webkit-backdrop-filter:;}body main .t506{top:17.8%;left:15.8%;width:69%;height:66%;display:block;z-index:1;position:absolute;box-shadow:inset 0px 0px 0.5vw 0.3vw rgba(0,0,0,0.5);}body main .t507{width:100%;height:100%;display:block;position:absolute;box-shadow:0.5vw 0.5vw 0.5vw 0.05vw rgba(0,0,0,0.5);}@media screen and (max-width: 480px) {body main .t507{box-shadow:0.6vw 0.6vw 0.6vw 0.06vw rgba(0,0,0,0.5);}}body main .t508{width:40vw;height:15vh;display:flex;position:absolute;transform:rotate(3deg);flex-direction:column;}@media screen and (max-width: 480px) {body main .t508{top:1vh;width:100%;height:10vh;}}body main .t509{display:flex;column-gap:6vw;flex-direction:row;justify-content:center;}body main .t510{font-size:5vh;text-align:center;}@media screen and (max-width: 991px) {body main .t510{font-size:3vh;}}body main .t511{font-size:10vh;text-align:center;font-family:'Pixelade';line-height:1;}@media screen and (max-width: 991px) {body main .t511{font-size:5vw;}}@media screen and (max-width: 480px) {body main .t511{font-size:7vw;}}body main .t512{top:5vh;width:42vw;height:55vh;position:relative;transform:rotate(-1deg);}@media screen and (max-width: 480px) {body main .t512{top:0vh;left:0vw;order:1000;width:80vw;height:auto;z-index:1;}}body main .t513{background:;box-shadow:;}body main .t514{height:100%;background:rgba(255,255,255,0.4);box-shadow:0.5vw 0.5vw 0.5vw 0.05vw rgba(0,0,0,0.5);}@media screen and (max-width: 480px) {body main .t514{box-shadow:0.6vw 0.6vw 0.6vw 0.06vw rgba(0,0,0,0.5);}}body main .t515{order:0;height:80%;display:grid;position:relative;align-self:stretch;column-gap:0px;align-items:center;justify-items:center;grid-auto-flow:row;justify-content:space-around;grid-template-rows:;grid-template-columns:1fr 1fr;}body main .t516{width:100%;border:0.3vw solid rgba(0,0,0,1);height:100%;position:relative;align-self:auto;justify-self:stretch;}@media screen and (max-width: 991px) {body main .t516{border:0.4vw solid rgba(0,0,0,1);}}@media screen and (max-width: 480px) {body main .t516{width:40vw;border:0.6vw solid rgba(0,0,0,1);}}body main .t517{display:flex;position:relative;align-self:stretch;border-top:0.3vw solid rgba(0,0,0,1);align-items:center;border-right:0.3vw solid rgba(0,0,0,1);justify-self:auto;border-bottom:0.3vw solid rgba(0,0,0,1);justify-items:start;flex-direction:column;}@media screen and (max-width: 991px) {body main .t517{border-top:0.4vw solid rgba(0,0,0,1);border-right:0.4vw solid rgba(0,0,0,1);border-bottom:0.4vw solid rgba(0,0,0,1);}}@media screen and (max-width: 480px) {body main .t517{width:40vw;border-top:0.6vw solid rgba(0,0,0,1);border-right:0.6vw solid rgba(0,0,0,1);border-bottom:0.6vw solid rgba(0,0,0,1);}}body main .t518{flex:0 1 auto;width:100%;font-size:1.6vw;align-self:auto;text-align:center;font-family:'Alte Haas Grotesk';font-weight:700;margin-left:auto;margin-right:auto;border-bottom:0.3vw solid rgba(0,0,0,1);}@media screen and (max-width: 991px) {body main .t518{border-bottom:0.4vw solid rgba(0,0,0,1);}}@media screen and (max-width: 480px) {body main .t518{font-size:3vw;border-bottom:0.6vw solid rgba(0,0,0,1);}}body main .t519{left:0%;right:0%;bottom:0%;position:relative;font-size:2vw;text-align:left;font-family:'Pixelade';line-height:1;margin-left:auto;margin-right:auto;padding-left:0.4vw;}@media screen and (max-width: 480px) {body main .t519{font-size:3.8vw;}}body main .t520{font-size:1.33vw;font-family:'Alte Haas Grotesk';font-weight:700;padding-left:0.4vw;}@media screen and (max-width: 480px) {body main .t520{font-size:3vw;}}body main .t521{order:0;height:20%;position:relative;font-size:3.5vw;text-wrap:wrap;align-self:stretch;background:rgba(255,255,255,0);border-top:0.3vw solid rgba(0,0,0,1);font-style:normal;text-align:center;border-left:0.3vw solid rgba(0,0,0,1);font-family:'Platinum Sign';border-right:0.3vw solid rgba(0,0,0,1);-webkit-background-clip:border-box;}@media screen and (max-width: 991px) {body main .t521{border-top:0.4vw solid rgba(0,0,0,1);border-left:0.4vw solid rgba(0,0,0,1);border-right:0.4vw solid rgba(0,0,0,1);}}@media screen and (max-width: 480px) {body main .t521{border-top:0.6vw solid rgba(0,0,0,1);border-left:0.6vw solid rgba(0,0,0,1);border-right:0.6vw solid rgba(0,0,0,1);}}body main .t522{box-shadow:;}@media screen and (max-width: 480px) {body main .t522{font-size:6vw;}}body main .t523{width:100vw;height:70vh;display:flex;position:relative;}@media screen and (max-width: 991px) {body main .t523{height:36vh;display:flex;}}@media screen and (max-width: 480px) {body main .t523{height:auto;display:grid;z-index:1;align-items:center;justify-items:center;grid-auto-flow:column;grid-template-rows:1fr 1fr 1fr;}}body main .t524{left:5vw;width:35vw;height:63vh;display:flex;position:relative;transform:skew(0deg,-10deg) rotate(2deg);will-change:transform;}@media screen and (max-width: 480px) {body main .t524{top:-7vh;left:0vw;width:80vw;height:40vh;}}body main .t525{width:70%;height:100%;}body main .t526{width:100%;height:100%;object-fit:fill;}@media screen and (max-width: 991px) {body main .t526{display:block;}}body main .t527{top:11.86%;left:11.6%;width:76.8%;height:77.966%;z-index:0;position:absolute;box-shadow:inset 0px 0px 0.5vw 0.3vw rgba(0,0,0,0.5);transition:;background-size:cover;background-image:;background-repeat:repeat;background-attachment:scroll;}@media screen and (max-width: 991px) {body main .t527{display:block;}}body main .t528{width:30%;height:100%;display:flex;column-gap:0vw;justify-content:space-around;}body main .t529{display:flex;flex-wrap:nowrap;align-self:center;column-gap:0.5vw;flex-direction:row;}@media screen and (max-width: 480px) {body main .t529{column-gap:2vw;}}body main .t530{font-size:2vw;align-self:stretch;margin-top:auto;margin-left:auto;margin-right:auto;margin-bottom:auto;}@media screen and (max-width: 991px) {body main .t530{font-size:2.5vh;}}@media screen and (max-width: 480px) {body main .t530{font-size:3vh;}}body main .t531{font-size:9vh;font-family:'Pixelade';}@media screen and (max-width: 991px) {body main .t531{font-size:5vh;}}@media screen and (max-width: 480px) {body main .t531{font-size:6vh;}}body main .t532{top:14vh;left:7vw;width:37vw;height:57vh;display:flex;position:relative;transform:rotate(-7deg) skew(3deg,3deg);flex-direction:column;}@media screen and (max-width: 991px) {body main .t532{top:8vh;height:43vh;}}@media screen and (max-width: 480px) {body main .t532{top:0vh;left:0vw;order:-1000;width:80%;height:30vh;display:flex;position:relative;align-self:flex-start;align-items:center;justify-content:space-around;}}body main .t533{width:37vw;height:50vh;position:absolute;transform:rotateX(90);}@media screen and (max-width: 991px) {body main .t533{top:0vh;left:1vw;height:28vh;}}@media screen and (max-width: 480px) {body main .t533{left:0vw;order:-1000;width:100%;height:90%;position:relative;}}body main .t534{width:100%;height:100%;object-fit:fill;}body main .t535{top:9%;left:6.75%;width:86.75%;height:81.6%;z-index:1;position:absolute;box-shadow:inset 0px 0px 0.5vw 1.3vw rgba(0,0,0,0.5);}@media screen and (max-width: 480px) {body main .t535{z-index:1;}}body main .t536{width:100%;height:100%;display:block;position:absolute;box-shadow:;object-fit:fill;transition:all 200ms 0ms linear;}body main .t536:hover{opacity:0%;transition:all 2000ms 0ms linear;}body main .t537{top:50vh;width:37vw;height:7vh;display:flex;position:absolute;align-items:center;flex-direction:column;justify-content:center;}@media screen and (max-width: 991px) {body main .t537{top:26vh;}}@media screen and (max-width: 480px) {body main .t537{top:0vh;order:1000;width:100vw;height:10%;position:relative;}}body main .t538{font-size:7vh;text-align:center;font-family:'Pixelade';line-height:1;}@media screen and (max-width: 991px) {body main .t538{font-size:3.5vh;}}body main .t539{top:4vh;left:2vw;width:23vw;height:43vh;display:flex;position:relative;transform:rotate(6deg) skew(5deg,1deg);}@media screen and (max-width: 480px) {body main .t539{top:-3vh;left:0vw;width:80vw;height:35vh;}}body main .t540{width:65%;height:100%;}body main .t541{width:100%;height:100%;object-fit:fill;}body main .t542{top:6.97%;left:9.333%;width:81.333%;height:84.65%;position:absolute;}body main .t543{order:-1000;width:35%;height:15vh;}body main .t544{display:flex;flex-wrap:nowrap;align-self:flex-start;align-items:center;flex-direction:column;}@media screen and (max-width: 480px) {body main .t544{font-size:7vh;align-self:center;}}body main .t545{font-size:6vh;transform:rotate(90deg);margin-top:-2vh;margin-left:4vw;}@media screen and (max-width: 991px) {body main .t545{margin-top:-1vh;}}body main .t546{font-size:9vh;text-align:center;font-family:'Pixelade';line-height:1;}@media screen and (max-width: 480px) {body main .t546{font-size:8vh;}}body main .t547{width:100vw;height:88vh;display:flex;position:relative;align-items:center;flex-direction:row;justify-content:center;}@media screen and (max-width: 991px) {body main .t547{height:54vh;}}@media screen and (max-width: 480px) {body main .t547{display:none;}}body main .t548{width:79vw;height:79vh;display:flex;position:relative;align-items:center;justify-items:center;justify-content:center;grid-template-columns:1fr 1fr 1fr;}@media screen and (max-width: 480px) {body main .t548{flex-direction:row;}}body main .t549{width:15vw;display:flex;position:relative;margin-right:1vw;flex-direction:column;}body main .t550{width:15vw;height:10vh;display:flex;column-gap:01vw;justify-content:center;}@media screen and (max-width: 991px) {body main .t550{height:5vh;}}body main .t551{font-size:9vh;text-align:center;font-family:'Pixelade';line-height:1;}@media screen and (max-width: 991px) {body main .t551{font-size:5vh;}}body main .t552{width:15vw;height:46vh;}@media screen and (max-width: 991px) {body main .t552{height:29vh;}}body main .t553{top:-40.7vh;left:1.7vw;width:11.6vw;height:36vh;position:relative;}@media screen and (max-width: 991px) {body main .t553{top:-25.7vh;height:23.1vh;}}body main .t554{width:100%;height:100%;object-fit:fill;}body main .t555{font-size:6vh;}@media screen and (max-width: 991px) {body main .t555{font-size:4vh;}}body main .t556{width:15vw;display:flex;position:relative;margin-left:1vw;flex-direction:column;}body main .t557{width:15vw;height:46vh;}@media screen and (max-width: 991px) {body main .t557{height:29vh;}}body main .t558{width:100%;height:100%;object-fit:fill;}body main .t559{top:-40.7vh;left:1.7vw;width:11.6vw;height:36vh;position:relative;}@media screen and (max-width: 991px) {body main .t559{top:-25.7vh;height:23.1vh;}}body main .t560{width:15vw;height:10vh;display:flex;column-gap:01vw;justify-content:center;}@media screen and (max-width: 991px) {body main .t560{height:5vh;}}body main .t561{font-size:9vh;text-align:center;font-family:'Pixelade';line-height:1;}@media screen and (max-width: 991px) {body main .t561{font-size:5vh;}}body main .t562{display:flex;position:relative;flex-direction:column;}body main .t563{width:41vw;height:70vh;}@media screen and (max-width: 991px) {body main .t563{height:39vh;}}body main .t564{top:-56.8vh;left:8.7vw;width:23.3vw;height:47.4vh;position:relative;}@media screen and (max-width: 991px) {body main .t564{top:-31.7vh;height:26.4vh;}}body main .t565{width:100%;height:100%;object-fit:fill;}body main .t566{top:-4vh;flex:0 1 auto;width:41vw;height:10vh;display:flex;position:relative;align-self:auto;justify-content:center;}@media screen and (max-width: 991px) {body main .t566{top:-2vh;height:5vh;}}body main .t567{font-size:9vh;font-family:'Pixelade';line-height:1;}@media screen and (max-width: 991px) {body main .t567{font-size:5vh;}}body main .t568{font-size:6vh;}@media screen and (max-width: 991px) {body main .t568{font-size:4vh;}}body main .t569{width:100vw;height:20vh;display:grid;flex-wrap:wrap;column-gap:14vw;align-items:center;justify-items:center;flex-direction:row;grid-auto-flow:row;justify-content:center;grid-template-columns:1fr 1fr 1fr;}@media screen and (max-width: 991px) {body main .t569{column-gap:0vw;}}@media screen and (max-width: 480px) {body main .t569{height:28vh;display:grid;align-items:center;justify-items:center;flex-direction:column;grid-auto-flow:row;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;}}body main .t570{flex:0 1 auto;order:0;width:15vw;height:20vh;display:block;position:relative;align-items:center;justify-items:center;grid-auto-flow:row;grid-template-rows:1fr;grid-template-columns:1fr;}@media screen and (max-width: 480px) {body main .t570{width:25vw;height:100%;display:block;}}body main .t571{top:0%;left:0%;order:0;right:0%;width:;bottom:0%;overflow:visible;position:absolute;font-size:1vw;align-self:center;text-align:left;line-height:3vh;margin-left:auto;justify-self:center;margin-right:auto;padding-left:0px;padding-right:0px;}body main .t572{display:block;position:relative;text-align:left;flex-direction:row;}body main .t573{display:block;position:relative;font-size:1.5vw;text-align:center;font-family:'Pixelade';padding-top:1vh;padding-left:1vw;padding-right:1vw;padding-bottom:1vh;text-decoration:none;}@media screen and (max-width: 991px) {body main .t573{font-size:2vw;line-height:2vh;}}@media screen and (max-width: 480px) {body main .t573{font-size:4vw;}}body main .t574{flex:0 1 auto;width:30vw;position:relative;font-size:6vw;}@media screen and (max-width: 991px) {body main .t574{width:50vw;font-size:10vw;align-self:auto;text-align:left;justify-self:auto;}}@media screen and (max-width: 480px) {body main .t574{order:1000;width:100vw;height:100%;display:flex;position:relative;font-size:19vw;align-self:auto;text-align:center;align-items:center;grid-column:span 2;flex-direction:column;justify-content:center;}}body main .t575{text-align:center;font-family:'Barcode';font-weight:400;line-height:20vh;letter-spacing:0.5vw;}@media screen and (max-width: 480px) {body main .t575{text-align:center;line-height:0vh;letter-spacing:1vw;}}body main .t576{top:0%;width:10vw;bottom:0%;height:10vw;display:block;position:relative;align-items:center;justify-items:center;grid-auto-flow:row;grid-template-rows:1fr;grid-template-columns:1fr;}@media screen and (max-width: 991px) {body main .t576{width:14vw;height:14vw;}}@media screen and (max-width: 480px) {body main .t576{width:25vw;height:100%;display:block;}}@media screen and (max-width: 480px) {body main .t577{display:block;position:relative;}}@media screen and (max-width: 480px) {body main .t578{width:100%;height:100%;}}body main .t579{font-size:1vw;font-family:'Papyrus';}@media screen and (max-width: 480px) {body main .t579{position:relative;font-size:3.2vw;}}body main .t580{position:relative;}body main .t581{width:100%;height:100%;z-index:0;position:fixed;object-fit:cover;object-position:center 30%;}@media screen and (max-width: 480px) {body main .t581{display:flex;position:fixed;object-fit:cover;align-items:center;margin-left:auto;margin-right:auto;justify-content:center;}}body main .t582{width:100vw;display:block;overflow:visible;position:static;background:rgba(255,255,255,0);background-size:cover;background-image:;background-repeat:no-repeat;background-position:0% 30%;background-attachment:fixed;grid-template-columns:1fr 1fr;-webkit-background-clip:border-box;}body main .t582.container{color:#000000;transition:mix-blend-mode 0.5s ease, background-color 0.5s ease, color 0.5s ease;mix-blend-mode:normal;}body main .t582.blended-mode{mix-blend-mode:difference;}body main .t582::-webkit-scrollbar{width:0.5vw;}body main .t582::-webkit-scrollbar-thumb{background:rgba(0,0,0,0.74);border-radius:30vw;}body main .t582::-webkit-scrollbar-track{background:rgb(255,255,255,0);}body main .t583{height:10vh;display:grid;align-items:center;justify-items:center;}body main .t584{border:0.3vw solid rgba(0,0,0,1);display:grid;position:relative;flex-wrap:nowrap;font-size:2.5vw;align-self:stretch;background:rgba(255,255,255,0.41);column-gap:.5vw;align-items:center;font-family:'Alte Haas Grotesk';padding-left:.5vw;justify-items:center;padding-right:.5vw;flex-direction:row;grid-auto-flow:row;text-transform:none;grid-template-columns:1fr 1fr 1fr 1fr;}body main .t585{color:rgb(0,0,0);order:0;align-self:auto;justify-self:stretch;text-decoration:none;}body main .t586{text-transform:lowercase;}body main .t587{width:100vw;display:flex;position:relative;flex-direction:column;}body main .t588{top:5vh;width:100vw;height:70vh;display:flex;position:relative;}body main .t589{left:5vw;width:35vw;height:59vh;display:flex;position:relative;transform:skew(10deg,0deg) rotate(2deg);}body main .t590{width:25vw;height:59vh;}body main .t591{width:100%;height:100%;display:none;object-fit:fill;}body main .t592{top:7vh;left:2.9vw;width:19.2vw;height:46vh;position:absolute;box-shadow:;background-size:cover;background-repeat:repeat;background-attachment:scroll;}body main .t593{top:0vh;width:100%;height:100%;z-index:-1;position:absolute;}body main .t594{width:100%;height:100%;display:block;z-index:0;position:relative;box-shadow:inset 0px 0px 0.5vw 1.3vw rgba(0,0,0,0.5);transition:all 200ms 0ms linear;}body main .t594:hover{opacity:0%;}body main .t595{width:10vw;height:100%;display:flex;column-gap:01vw;}body main .t596{align-self:center;}body main .t597{font-size:2vw;}body main .t598{align-self:center;}body main .t599{font-size:9vh;text-align:center;font-family:'Pixelade';}body main .t600{top:14vh;left:6vw;width:37vw;height:57vh;display:flex;position:relative;transform:rotate(-7deg);flex-direction:column;}body main .t601{width:37vw;height:50vh;position:absolute;transform:rotateX(90);}body main .t602{width:100%;height:100%;object-fit:fill;}body main .t603{top:4.5vh;left:2.5vw;width:32.1vw;height:40.8vh;z-index:-1;position:absolute;}body main .t604{width:100%;height:100%;object-fit:fill;}body main .t605{top:50vh;width:37vw;height:7vh;display:flex;position:absolute;align-items:center;flex-direction:column;justify-content:center;}body main .t606{font-size:7vh;text-align:center;font-family:'Pixelade';line-height:1;}body main .t607{top:4vh;left:2vw;width:23vw;height:43vh;display:flex;position:relative;transform:rotate(6deg);}body main .t608{width:15vw;height:43vh;}body main .t609{width:100%;height:100%;object-fit:fill;}body main .t610{top:-40vh;left:1.4vw;width:12.2vw;height:36.4vh;position:relative;}body main .t611{width:100%;height:100%;}body main .t612{order:-1000;width:8vw;height:15vh;display:flex;column-gap:01vw;}body main .t613{order:1000;transform:;align-self:flex-start;margin-top:4vw;}body main .t614{display:flex;flex-wrap:nowrap;align-self:flex-start;align-items:center;flex-direction:column;}body main .t615{font-size:4vw;transform:rotate(90deg);margin-top:-2vh;margin-left:4vw;}body main .t616{font-size:9vh;text-align:center;font-family:'Pixelade';line-height:1;}body main .t617{width:100vw;height:70vh;display:flex;}body main .t618{top:8vh;left:8vw;width:40vw;height:60vh;position:relative;transform:;transition:;}body main .t619{top:15vh;left:;width:40vw;height:45vh;display:block;position:absolute;align-items:start;justify-items:start;justify-content:center;grid-template-columns:1fr 1fr;}body main .t620{top:6.5%;left:5%;width:90%;height:88%;display:block;z-index:0;overflow:visible;position:absolute;background-size:36vw 100vh;background-image:url(https://global.divhunt.com/ae693fd794ffe652cb659fded3773f8e_284585.jpeg);background-repeat:no-repeat;background-position:calc(51vw) 0px;background-attachment:fixed;}body main .t621{width:100%;height:100%;transform:rotate(3deg);}body main .t622{top:;left:;width:100%;height:100%;display:block;z-index:1;position:relative;transform:;background:;box-shadow:;backdrop-filter:;-webkit-backdrop-filter:;}body main .t623{top:17.8%;left:15.8%;width:69%;height:66%;display:block;z-index:1;position:absolute;background:;box-shadow:inset 0px 0px 0.5vw 0.3vw rgba(0,0,0,0.5);}body main .t624{width:100%;height:100%;display:block;position:absolute;box-shadow:0.5vw 0.5vw 0.5vw 0.05vw rgba(0,0,0,0.5);}body main .t625{width:40vw;height:15vh;display:flex;position:absolute;transform:rotate(3deg);flex-direction:column;}body main .t626{display:flex;column-gap:6vw;flex-direction:row;justify-content:center;}body main .t627{font-size:5vh;text-align:center;}body main .t628{font-size:10vh;text-align:center;font-family:'Pixelade';line-height:1;}body main .t629{top:10vh;left:3vw;width:40vw;height:53vh;position:relative;transform:rotate(-1deg);}body main .t630{width:40vw;height:53vh;background:;box-shadow:;}body main .t631{background:rgba(255,255,255,0.4);box-shadow:0.5vw 0.5vw 0.5vw 0.05vw rgba(0,0,0,0.5);}body main .t632{height:20%;position:relative;font-size:3.5vw;text-wrap:wrap;background:rgba(255,255,255,0);border-top:0.3vw solid rgba(0,0,0,1);font-style:normal;text-align:center;border-left:0.3vw solid rgba(0,0,0,1);font-family:'Platinum Sign';border-right:0.3vw solid rgba(0,0,0,1);-webkit-background-clip:border-box;}body main .t633{box-shadow:;}body main .t634{height:80%;display:grid;position:relative;align-items:start;justify-items:center;grid-template-rows:1fr;grid-template-columns:1fr 1fr;}body main .t635{width:20vw;border:0.3vw solid rgba(0,0,0,1);height:20vw;position:relative;align-self:auto;justify-self:auto;}body main .t636{font-size:1.6vw;text-align:left;font-family:'Alte Haas Grotesk';font-weight:700;margin-left:auto;margin-right:auto;padding-left:0.4vw;border-bottom:0.3vw solid rgba(0,0,0,1);}body main .t637{top:36%;left:0%;right:0%;bottom:0%;position:absolute;font-size:1.8vw;font-family:'Pixelade';line-height:1;margin-left:auto;margin-right:auto;padding-left:0.4vw;}body main .t638{font-size:1.33vw;font-family:'Alte Haas Grotesk';font-weight:700;padding-left:0.4vw;}body main .t639{width:20vw;height:20vw;position:relative;align-self:auto;justify-self:auto;}body main .t640{width:100%;height:100%;border-top:0.3vw solid rgba(0,0,0,1);border-left:0.3vw solid rgba(0,0,0,1);border-bottom:0.3vw solid rgba(0,0,0,1);}body main .t641{top:5vh;width:100vw;height:88vh;display:flex;position:relative;align-items:center;flex-direction:row;justify-content:center;}body main .t642{width:79vw;height:79vh;display:flex;position:relative;align-items:center;justify-items:center;justify-content:center;grid-template-columns:1fr 1fr 1fr;}body main .t643{width:15vw;display:flex;position:relative;margin-right:1vw;flex-direction:column;}body main .t644{width:15vw;height:10vh;display:flex;column-gap:01vw;justify-content:center;}body main .t645{font-size:9vh;text-align:center;font-family:'Pixelade';line-height:1;}body main .t646{width:15vw;height:46vh;}body main .t647{top:-40.7vh;left:1.7vw;width:11.6vw;height:36vh;position:relative;}body main .t648{width:100%;height:100%;}body main .t649{width:100%;height:100%;object-fit:fill;}body main .t650{font-size:6vh;}body main .t651{width:15vw;display:flex;position:relative;margin-left:1vw;flex-direction:column;}body main .t652{width:15vw;height:46vh;}body main .t653{width:100%;height:100%;object-fit:fill;}body main .t654{top:-40.7vh;left:1.7vw;width:11.6vw;height:36vh;position:relative;}body main .t655{width:100%;height:100%;}body main .t656{width:15vw;height:10vh;display:flex;column-gap:01vw;justify-content:center;}body main .t657{font-size:9vh;text-align:center;font-family:'Pixelade';line-height:1;}body main .t658{display:flex;position:relative;flex-direction:column;}body main .t659{width:41vw;height:70vh;}body main .t660{top:-56.8vh;left:8.7vw;width:23.3vw;height:47.4vh;position:relative;}body main .t661{width:100%;height:100%;}body main .t662{width:100%;height:100%;object-fit:fill;}body main .t663{top:-4vh;flex:0 1 auto;width:41vw;height:10vh;display:flex;position:relative;align-self:auto;justify-content:center;}body main .t664{font-size:9vh;font-family:'Pixelade';line-height:1;}body main .t665{font-size:6vh;}body main .t666{height:20vh;}body main .t667{top:0%;left:0%;right:auto;width:20vw;bottom:0%;height:20vh;display:block;position:absolute;align-items:center;margin-left:auto;margin-right:auto;justify-items:center;grid-auto-flow:row;grid-template-rows:1fr;grid-template-columns:1fr;}body main .t668{top:0%;left:0%;order:0;right:0%;width:;bottom:0%;overflow:visible;position:absolute;font-size:1vw;max-width:15vw;align-self:center;text-align:left;line-height:3vh;margin-left:auto;justify-self:center;margin-right:auto;padding-left:0px;padding-right:0px;}body main .t669{display:block;position:relative;text-align:left;flex-direction:row;}body main .t670{display:block;position:relative;font-size:1.5vw;text-align:center;font-family:'Pixelade';padding-top:1vh;padding-left:1vw;padding-right:1vw;padding-bottom:1vh;text-decoration:none;}body main .t671{width:30vw;position:relative;font-size:6vw;margin-left:auto;margin-right:auto;}body main .t672{text-align:right;font-family:'Barcode';font-weight:400;line-height:20vh;letter-spacing:0.5vw;}body main .t673{top:0%;left:85vw;width:10vw;bottom:0%;height:10vw;display:block;position:absolute;align-items:center;margin-left:auto;margin-right:auto;justify-items:center;grid-auto-flow:row;grid-template-rows:1fr;grid-template-columns:1fr;}body main .t676{font-size:1vw;font-family:'Papyrus';}body main .t677{position:relative;}body main .t678{width:100%;height:100%;position:fixed;object-fit:cover;aspect-ratio:;object-position:0% 30%;}body main .t679{top:0vh;width:100%;height:100%;z-index:0;position:absolute;box-shadow:inset 0px 0px 0.5vw 0.3vw rgba(0,0,0,0.5);background-size:100% 100%;background-image:url(https://global.divhunt.com/af35da8d40383caecd44e6bc9d66c6a6_2047228.jpeg);}body main .t680{width:100%;height:100%;display:inline-block;z-index:1;position:absolute;box-shadow:inset 0px 0px 0.5vw 0.3vw rgba(0,0,0,0.5);transition:all 200ms 0ms linear;background-size:100% 100%;background-image:url(https://global.divhunt.com/e348451f7113a46b522ec3c53218761c_1837076.jpeg);}body main .t680:hover{opacity:0%;}body main .t681{width:100%;height:100%;display:inline-block;z-index:1;position:absolute;box-shadow:inset 0px 0px 0.5vw 0.3vw rgba(0,0,0,0.5);transition:all 200ms 0ms linear;background-size:100% 100%;background-image:url(https://global.divhunt.com/32577e40a66d104e60d3f33b7769ce11_1514861.jpeg);}body main .t681:hover{opacity:0%;}body main .t682{top:0vh;width:100%;height:100%;z-index:0;position:absolute;box-shadow:inset 0px 0px 0.5vw 0.3vw rgba(0,0,0,0.5);background-size:100% 100%;background-image:url(https://global.divhunt.com/abc8af0128e635a8c60322452a07d7f8_110517.jpeg);}body main .t683{width:100%;height:100%;}body main .t684{width:100%;height:100%;position:relative;}body main .t685{width:100%;height:100%;display:inline-block;z-index:1;position:absolute;box-shadow:inset 0px 0px 0.5vw 0.3vw rgba(0,0,0,0.5);transition:all 200ms 0ms linear;background-size:100% 100%;background-image:url(https://global.divhunt.com/d811b871cfd19b27d1cfa317dc07dd4f_1978796.jpeg);}body main .t685:hover{opacity:0%;}body main .t686{top:0vh;width:100%;height:100%;z-index:0;position:absolute;box-shadow:inset 0px 0px 0.5vw 0.3vw rgba(0,0,0,0.5);background-size:100% 100%;background-image:url(https://global.divhunt.com/acf285c131af3be61e747d4e060b2b97_1151667.jpeg);}body main .t687{width:100%;height:100%;}body main .t688{width:100%;height:100%;}body main .t689{width:100%;height:100%;display:inline-block;z-index:1;position:absolute;box-shadow:inset 0px 0px 0.5vw 0.3vw rgba(0,0,0,0.5);transition:all 200ms 0ms linear;background-size:100% 100%;background-image:url(https://global.divhunt.com/dfcb86b1b4838c2426fcf8ad90bc40b7_68643.jpeg);}body main .t689:hover{opacity:0%;}body main .t690{top:0vh;width:100%;height:100%;z-index:0;position:absolute;box-shadow:inset 0px 0px 0.5vw 0.3vw rgba(0,0,0,0.5);background-size:100% 100%;background-image:url(https://global.divhunt.com/5fd0cc0b09407a54007dbd12c2ef2170_830679.jpeg);}body main .t691{width:100%;height:100%;}body main .t692{width:100%;height:100%;display:inline-block;z-index:1;position:absolute;box-shadow:inset 0px 0px 0.5vw 0.3vw rgba(0,0,0,0.5);transition:all 200ms 0ms linear;background-size:100% 100%;background-image:url(https://global.divhunt.com/251488b1206e4ca802b1e280328977ec_278718.jpeg);}body main .t692:hover{opacity:0%;}body main .t693{top:0vh;width:100%;height:100%;z-index:0;position:absolute;box-shadow:inset 0px 0px 0.5vw 0.3vw rgba(0,0,0,0.5);background-size:100% 100%;background-image:url(https://global.divhunt.com/72afdfb593cec358d553a390fac0856b_163256.jpeg);}@media screen and (max-width: 480px) {body main .t694{position:relative;}}@media screen and (max-width: 480px) {body main .t695{display:block;}}body main .t696{width:100vw;height:100%;position:absolute;object-fit:cover;object-position:50% 32%;}body main .t697{width:100%;height:100%;transform:rotate(3deg);}@media screen and (max-width: 480px) {body main .t699{align-self:auto;}}body main .t701{top:0vh;width:100%;height:100%;display:block;z-index:-1;position:absolute;object-fit:fill;}body main .t702{right:2vw;width:16vw;height:7vh;display:flex;position:absolute;}@media screen and (max-width: 480px) {body main .t702{width:30vw;}}body main .t703{color:rgb(255,255,255);font-size:3vw;}@media screen and (max-width: 480px) {body main .t703{font-size:6vw;}}body main .t704{width:100%;height:100%;display:flex;align-items:center;flex-direction:row;justify-content:center;text-decoration:none;}body main .t705{width:100%;height:100%;}@media screen and (max-width: 991px) {body main .t705{display:block;}}body main .t707{width:100%;height:100%;display:inline;object-fit:fill;}body main .t708{width:11vw;height:12vh;outline:0.3vw solid rgba(0,0,0,1);overflow:visible;position:relative;align-self:flex-end;box-shadow:0.5vw 0.5vw 0.5vw 0.05vw rgba(0,0,0,0.5);transition:;justify-self:flex-end;margin-right:1vw;margin-bottom:1vw;}@media screen and (max-width: 480px) {body main .t708{width:30vw;height:10vh;}}body main .t709{color:rgb(0,0,0);width:100%;height:100%;position:absolute;text-decoration:none;}body main .t710{width:100%;height:100%;display:flex;font-size:2.5vh;text-align:center;align-items:center;font-family:'Alte Haas Grotesk';}@media screen and (max-width: 480px) {body main .t710{font-size:1.8vh;text-align:center;}}body main .t711{width:100%;height:100%;position:absolute;background:rgba(255,255,255,0.3);backdrop-filter:;-webkit-backdrop-filter:;}body main .t712{width:100%;height:100%;position:absolute;transition:all 200ms 0ms ease-in-out;}body main .t712:hover{filter:invert(100%);transform:;}body main .t713{left:88vw;width:21vw;bottom:3vh;height:12vh;display:none;position:absolute;}body main .t714{width:6vw;height:12vh;display:flex;align-items:center;justify-content:center;}body main .t715{color:rgba(255,255,255,0.75);font-size:4vw;}body main .t716{width:100%;height:100%;object-fit:cover;}body main .t717{width:60vw;height:80vh;display:flex;background:;align-items:center;margin-left:auto;margin-right:auto;justify-items:center;flex-direction:column;grid-template-rows:1fr 1fr;grid-template-columns:1fr;}body main .t718{width:100%;display:block;align-items:center;border-radius:0px;justify-items:center;grid-template-rows:1fr 1fr;grid-template-columns:1fr;}body main .t719{width:100%;transform:;}body main .t720{color:rgb(255,255,255);font-size:2.6vh;background:rgba(0,0,0,0.9);text-align:center;font-family:'Alte Haas Grotesk';justify-self:auto;padding-left:1vw;border-radius:1vw;padding-right:1vw;}body main .t721{width:100%;height:100%;background:;padding-top:1vh;padding-bottom:1vh;}body main .t722{width:30vw;grid-row:span 1;grid-column:span 1;}@media screen and (max-width: 480px) {body main .t722{width:80vw;}}body main .t723{height:10vw;display:flex;position:relative;flex-wrap:nowrap;font-size:1.5vw;text-wrap:wrap;font-style:normal;align-items:center;justify-items:center;flex-direction:row;justify-content:center;grid-template-columns:;}@media screen and (max-width: 480px) {body main .t723{height:20vw;font-size:4vw;}}body main .t725{top:15%;left:0%;right:0%;width:85%;bottom:auto;position:absolute;align-self:auto;border-top:0.3vw solid rgba(0,0,0,1);margin-left:auto;margin-right:auto;}body main .t726{cursor:pointer;}body main .t727{width:100%;}body main .t728{width:100vw;background:;background-size:cover;background-image:;background-repeat:no-repeat;background-position:0% 30%;background-attachment:fixed;}@media screen and (max-width: 480px) {body main .t728{height:100vh;}}body main .t729{width:100vw;position:relative;}@media screen and (max-width: 480px) {body main .t729{height:70%;}}body main .t731{width:100%;height:100%;position:fixed;object-fit:cover;aspect-ratio:;object-position:0% 30%;}body main .t732{height:100%;display:grid;row-gap:5vh;position:relative;flex-wrap:wrap;text-align:center;align-items:center;margin-left:auto;margin-right:auto;justify-items:center;flex-direction:row;grid-auto-flow:row;justify-content:center;grid-template-rows:1fr;}body main .t733{width:50vw;}@media screen and (max-width: 480px) {body main .t733{width:80vw;}}body main .t734{width:100%;height:10vw;display:flex;position:relative;flex-wrap:nowrap;font-size:1.5vw;text-wrap:wrap;font-style:normal;align-items:center;justify-items:center;flex-direction:row;justify-content:center;grid-template-columns:;}@media screen and (max-width: 480px) {body main .t734{height:20vw;}}body main .t735{width:100%;}@media screen and (max-width: 480px) {body main .t735{font-size:4vw;}}body main .t736{top:15%;left:0%;right:0%;width:85%;bottom:auto;position:absolute;align-self:auto;border-top:0.3vw solid rgba(0,0,0,1);margin-left:auto;margin-right:auto;}body main .t737{width:100%;cursor:default;display:flex;box-shadow:.5vw .5vw .5vw .05vw rgba(0,0,0,0.5);flex-direction:row;}body main .t738{width:100%;}body main .t739{display:flex;justify-content:center;}body main .t740{width:33vw;}body main .t741{text-align:center;}body main .t742{width:23vw;display:block;margin-top:1vh;text-align:left;}body main .t743{display:flex;justify-content:center;}body main .t745{margin-top:1vh;}body main .t746{text-align:center;}body main .t747{margin-top:1vh;}body main .t748{margin-top:1vh;}body main .t749{display:flex;margin-top:1vh;justify-content:center;}body main .t750{width:23vw;display:block;text-align:left;}body main .t751{margin-top:1vh;}body main .t752{display:flex;margin-top:1vh;justify-content:center;}body main .t753{width:23vw;display:block;text-align:left;}body main .t754{margin-top:1vh;}body main .t755{display:flex;margin-top:1vh;justify-content:center;}body main .t756{width:23vw;display:block;text-align:left;}body main .t757{margin-top:1vh;}body main .t758{text-align:center;}body main .t759{margin-top:1vh;}body main .t760{display:flex;margin-top:1vh;justify-content:center;}body main .t761{width:23vw;display:block;text-align:left;}body main .t762{margin-top:1vh;}body main .t763{text-align:center;}body main .t764{margin-top:1vh;}body main .t765{text-align:center;}body main .t766{margin-top:1vh;}body main .t767{display:flex;margin-top:1vh;justify-content:center;}body main .t768{width:100%;display:block;margin-top:1vh;text-align:left;}body main .t769{margin-top:1vh;}body main .t770{text-align:center;}body main .t771{margin-top:1vh;}body main .t772{display:flex;margin-top:1vh;justify-content:center;}body main .t773{width:23vw;display:block;margin-top:1vh;text-align:left;}body main .t774{margin-top:1vh;}body main .t775{text-align:center;}body main .t776{margin-top:1vh;}body main .t777{order:0;width:25vw;display:block;grid-row:span 1;align-self:auto;grid-column:span 2;justify-self:auto;grid-template-columns:1fr 1fr;}@media screen and (max-width: 480px) {body main .t777{width:65vw;display:block;grid-column:span 1;}}body main .t778{height:10vw;display:flex;position:relative;flex-wrap:nowrap;font-size:1.5vw;align-items:center;margin-left:auto;margin-right:auto;justify-items:center;flex-direction:row;justify-content:center;grid-template-rows:;grid-template-columns:;}@media screen and (max-width: 480px) {body main .t778{height:20vw;}}body main .t779{flex:0 1 auto;width:100%;display:block;align-self:stretch;margin-top:auto;text-align:center;align-items:start;line-height:1.4;margin-left:auto;justify-self:auto;margin-right:auto;justify-items:start;margin-bottom:auto;}@media screen and (max-width: 480px) {body main .t779{font-size:4vw;}}body main .t780{top:15%;width:85%;bottom:auto;height:;position:absolute;align-self:auto;border-top:0.3vw solid rgba(0,0,0,1);}@media screen and (max-width: 480px) {body main .t780{height:;}}body main .t781{width:100%;cursor:pointer;height:100%;}body main .t782{width:100%;height:100%;position:relative;}body main .t783{top:0%;left:0%;right:0%;width:80vw;bottom:0%;height:80vh;overflow:visible;position:relative;background:;margin-left:auto;margin-right:auto;-webkit-background-clip:border-box;}@media screen and (max-width: 991px) {body main .t783{display:block;}}body main .t784{top:0%;left:0%;right:0%;width:78vw;bottom:0%;height:78vh;position:absolute;background:rgba(0,0,0,0.9);margin-top:auto;margin-left:auto;margin-right:auto;border-radius:2vw;margin-bottom:auto;}body main .t785{left:0%;right:0%;width:77vw;bottom:0%;height:77vh;display:grid;row-gap:1%;position:absolute;flex-wrap:wrap;background:;box-shadow:;column-gap:1%;margin-top:auto;overflow-x:hidden;align-items:start;margin-left:auto;padding-top:1%;margin-right:auto;padding-left:1%;justify-items:center;margin-bottom:auto;padding-right:1%;flex-direction:row;grid-auto-flow:row;padding-bottom:1%;justify-content:center;grid-template-rows:1fr;grid-template-columns:1fr 1fr 1fr;}@media screen and (max-width: 991px) {body main .t785{display:grid;align-items:start;justify-items:center;grid-auto-flow:column;grid-template-rows:1fr 1fr 1fr;grid-template-columns:1fr;}}body main .t786{order:2;display:grid;grid-row:span 1;overflow:visible;position:relative;align-self:auto;align-items:start;font-family:'Alte Haas Grotesk';grid-column:span 1;justify-self:stretch;justify-items:start;grid-auto-flow:row;grid-template-rows:0.1fr 1fr;grid-template-columns:1fr;}@media screen and (max-width: 991px) {body main .t786{width:100%;justify-self:stretch;}}body main .t787{display:grid;grid-row:span 1;overflow:visible;position:relative;font-size:1.26vw;max-width:100%;align-self:auto;align-items:start;grid-column:span 1;justify-self:stretch;justify-items:start;grid-auto-flow:row;grid-template-rows:1fr;grid-template-columns:0.1fr 1fr;}@media screen and (max-width: 991px) {body main .t787{font-size:2.54vw;}}@media screen and (max-width: 480px) {body main .t787{font-size:4vw;}}body main .t788{color:rgb(255,255,255);display:grid;align-self:stretch;align-items:center;justify-items:center;grid-auto-flow:column;grid-template-rows:1fr 1fr 1fr 1fr 1fr;grid-template-columns:1fr;}body main .t789{order:1;position:relative;align-self:stretch;text-align:center;line-height:1.7;justify-self:flex-start;}body main .t790{display:grid;align-self:stretch;align-items:center;justify-self:stretch;justify-items:center;grid-auto-flow:column;grid-template-rows:1fr 1fr 1fr 1fr 1fr;grid-template-columns:1fr;}body main .t791{color:rgb(189,186,186);order:1;position:relative;align-self:stretch;text-align:center;line-height:1.7;}body main .t792{color:rgb(255,255,255);font-size:1.7vw;font-weight:700;justify-self:stretch;border-bottom:0.25vw solid rgb(255,255,255);}@media screen and (max-width: 991px) {body main .t792{font-size:3.2vw;align-self:stretch;justify-self:stretch;}}@media screen and (max-width: 480px) {body main .t792{font-size:5vw;}}body main .t793{order:3;display:grid;position:relative;align-self:stretch;justify-self:stretch;grid-template-rows:0.1fr 1fr;grid-template-columns:1fr;}body main .t794{align-self:auto;justify-self:auto;}body main .t795{color:rgb(255,255,255);display:block;font-size:1.7vw;font-family:'Alte Haas Grotesk';font-weight:700;border-bottom:0.25vw solid rgb(255,255,255);}@media screen and (max-width: 991px) {body main .t795{font-size:3.2vw;}}@media screen and (max-width: 480px) {body main .t795{font-size:5vw;}}body main .t796{flex:0 1 auto;order:1;display:grid;grid-row:span 1;position:relative;align-self:stretch;text-align:left;align-items:start;font-family:'Alte Haas Grotesk';grid-column:span 1;justify-self:stretch;justify-items:start;grid-template-rows:0.1fr 1fr;grid-template-columns:;}@media screen and (max-width: 991px) {body main .t796{align-items:start;justify-items:center;}}body main .t797{color:rgb(255,255,255);border:0.25vw solid rgb(255,255,255);display:block;font-size:2vw;text-align:center;font-weight:700;justify-self:stretch;border-radius:0px;}@media screen and (max-width: 991px) {body main .t797{font-size:4vw;}}@media screen and (max-width: 480px) {body main .t797{font-size:8vw;}}body main .t798{width:100%;}body main .t799{color:rgb(255,255,255);font-size:1.7vw;font-weight:700;justify-self:stretch;border-bottom:0.25vw solid rgb(255,255,255);}@media screen and (max-width: 991px) {body main .t799{font-size:3.2vw;}}@media screen and (max-width: 480px) {body main .t799{font-size:5vw;}}body main .t800{color:rgb(255,255,255);position:relative;font-size:1.3vw;align-self:auto;font-weight:700;justify-self:stretch;}@media screen and (max-width: 991px) {body main .t800{font-size:2.604vw;}}@media screen and (max-width: 480px) {body main .t800{font-size:4vw;}}body main .t801{color:rgb(255,255,255);position:relative;font-size:1.3vw;align-self:auto;justify-self:stretch;}@media screen and (max-width: 991px) {body main .t801{font-size:2.604vw;}}@media screen and (max-width: 480px) {body main .t801{font-size:4vw;}}body main .t802{color:rgb(255,255,255);position:relative;font-size:1.3vw;align-self:auto;font-weight:700;justify-self:stretch;}@media screen and (max-width: 991px) {body main .t802{font-size:2.604vw;}}@media screen and (max-width: 480px) {body main .t802{font-size:4vw;}}body main .t803{width:100%;height:100%;}@media screen and (max-width: 480px) {body main .t803{z-index:0;position:relative;}}body main .t804{width:100%;height:100%;}body main .t805{display:grid;grid-row:span 1;position:relative;align-self:auto;text-align:center;align-items:center;grid-column:span 1;justify-self:auto;justify-items:center;grid-auto-flow:row;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;}@media screen and (max-width: 480px) {body main .t805{height:20vh;}}body main .t806{grid-row:span 1;font-size:11vw;align-self:auto;grid-column:span 1;line-height:1;justify-self:auto;}@media screen and (max-width: 480px) {body main .t806{font-size:13vw;}}body main .t807{display:block;text-align:left;}body main .t808{display:block;text-wrap:wrap;text-align:center;}body main .t809{color:rgb(255,255,255);}body main .t810{flex:0 1 auto;order:0;width:15vw;height:20vh;display:block;position:absolute;align-items:center;justify-items:center;grid-auto-flow:row;grid-template-rows:1fr;grid-template-columns:1fr;}@media screen and (max-width: 480px) {body main .t810{top:0%;left:8%;right:auto;width:15vw;bottom:auto;display:block;position:absolute;}}body main .t811{top:0%;left:0%;order:0;right:0%;width:30%;bottom:0%;overflow:visible;position:absolute;font-size:1vw;align-self:center;text-align:center;line-height:3vh;margin-left:auto;justify-self:center;margin-right:auto;padding-left:0px;padding-right:0px;}@media screen and (max-width: 480px) {body main .t811{width:100%;}}body main .t812{display:block;position:relative;text-align:left;flex-direction:row;}body main .t813{display:block;position:relative;font-size:1.5vw;text-align:center;font-family:'Pixelade';padding-top:1vh;padding-left:1vw;padding-right:1vw;padding-bottom:1vh;text-decoration:none;}@media screen and (max-width: 991px) {body main .t813{font-size:2vw;line-height:2vh;}}@media screen and (max-width: 480px) {body main .t813{font-size:4vw;}}body main .t814{position:relative;}body main .t815{height:20%;background:rgba(255,255,255,0);}@media screen and (max-width: 480px) {body main .t815{height:;display:block;justify-content:center;}}body main .t816{width:10vw;position:relative;font-size:6vw;margin-left:auto;margin-right:auto;}@media screen and (max-width: 480px) {body main .t816{width:20vw;font-size:20vw;text-align:center;}}body main .t818{text-align:center;font-family:'Barcode';font-weight:400;line-height:20vh;letter-spacing:0.5vw;}body main .t819{flex:0 1 auto;order:0;width:15vw;height:20vh;display:block;position:absolute;align-items:center;justify-items:center;grid-auto-flow:row;grid-template-rows:1fr;grid-template-columns:1fr;}@media screen and (max-width: 480px) {body main .t819{top:0%;left:8%;right:auto;width:15vw;bottom:auto;height:;display:block;position:absolute;}}body main .t820{top:0%;left:0%;order:0;right:0%;width:30%;bottom:0%;overflow:visible;position:absolute;font-size:1vw;align-self:center;text-align:center;line-height:3vh;margin-left:auto;justify-self:center;margin-right:auto;padding-left:0px;padding-right:0px;}@media screen and (max-width: 480px) {body main .t820{width:100%;}}body main .t821{display:block;position:relative;text-align:left;flex-direction:row;}body main .t822{display:block;position:relative;font-size:1.5vw;text-align:center;font-family:'Pixelade';padding-top:1vh;padding-left:1vw;padding-right:1vw;padding-bottom:1vh;text-decoration:none;}@media screen and (max-width: 991px) {body main .t822{font-size:2vw;line-height:2vh;}}@media screen and (max-width: 480px) {body main .t822{font-size:4vw;}}body main .t823{height:20%;background:rgba(255,255,255,0);}@media screen and (max-width: 480px) {body main .t823{height:;display:block;position:relative;justify-content:center;}}body main .t824{flex:0 1 auto;order:0;width:15vw;height:20vh;display:block;position:absolute;align-items:center;justify-items:center;grid-auto-flow:row;grid-template-rows:1fr;grid-template-columns:1fr;}@media screen and (max-width: 480px) {body main .t824{top:0%;left:8%;right:auto;width:15vw;bottom:auto;height:;display:block;position:absolute;}}body main .t825{top:0%;left:0%;order:0;right:0%;width:30%;bottom:0%;overflow:visible;position:absolute;font-size:1vw;align-self:center;text-align:center;line-height:3vh;margin-left:auto;justify-self:center;margin-right:auto;padding-left:0px;padding-right:0px;}@media screen and (max-width: 480px) {body main .t825{width:100%;}}body main .t826{display:block;position:relative;text-align:left;flex-direction:row;}body main .t827{display:block;position:relative;font-size:1.5vw;text-align:center;font-family:'Pixelade';padding-top:1vh;padding-left:1vw;padding-right:1vw;padding-bottom:1vh;text-decoration:none;}@media screen and (max-width: 991px) {body main .t827{font-size:2vw;line-height:2vh;}}@media screen and (max-width: 480px) {body main .t827{font-size:4vw;}}body main .t828{width:10vw;position:relative;font-size:6vw;margin-left:auto;margin-right:auto;}@media screen and (max-width: 480px) {body main .t828{width:26vw;font-size:20vw;text-align:center;margin-left:auto;margin-right:auto;}}body main .t830{text-align:center;font-family:'Barcode';font-weight:400;line-height:20vh;letter-spacing:0.5vw;}body main .t831{height:20%;background:rgba(255,255,255,0);}@media screen and (max-width: 480px) {body main .t831{height:;display:block;position:relative;justify-content:center;}}body main .t832{width:10vw;position:relative;font-size:6vw;margin-left:auto;margin-right:auto;}@media screen and (max-width: 480px) {body main .t832{width:26vw;font-size:20vw;text-align:center;margin-left:auto;margin-right:auto;}}body main .t834{text-align:center;font-family:'Barcode';font-weight:400;line-height:20vh;letter-spacing:0.5vw;}body main .t835{flex:0 1 auto;order:0;width:15vw;height:20vh;display:block;position:absolute;align-items:center;justify-items:center;grid-auto-flow:row;grid-template-rows:1fr;grid-template-columns:1fr;}@media screen and (max-width: 480px) {body main .t835{top:0%;left:8%;right:auto;width:15vw;bottom:auto;height:;display:block;position:absolute;}}body main .t836{top:0%;left:0%;order:0;right:0%;width:30%;bottom:0%;overflow:visible;position:absolute;font-size:1vw;align-self:center;text-align:center;line-height:3vh;margin-left:auto;justify-self:center;margin-right:auto;padding-left:0px;padding-right:0px;}@media screen and (max-width: 480px) {body main .t836{width:100%;}}body main .t837{display:block;position:relative;text-align:left;flex-direction:row;}body main .t838{display:block;position:relative;font-size:1.5vw;text-align:center;font-family:'Pixelade';padding-top:1vh;padding-left:1vw;padding-right:1vw;padding-bottom:1vh;text-decoration:none;}@media screen and (max-width: 991px) {body main .t838{font-size:2vw;line-height:2vh;}}@media screen and (max-width: 480px) {body main .t838{font-size:4vw;}}body main .t839{height:20%;background:rgba(255,255,255,0);}@media screen and (max-width: 480px) {body main .t839{height:;display:block;position:relative;justify-content:center;}}body main .t840{width:10vw;position:relative;font-size:6vw;margin-left:auto;margin-right:auto;}@media screen and (max-width: 480px) {body main .t840{width:26vw;font-size:20vw;text-align:center;margin-left:auto;margin-right:auto;}}body main .t842{text-align:center;font-family:'Barcode';font-weight:400;line-height:20vh;letter-spacing:0.5vw;}body main .t843{flex:0 1 auto;order:0;width:15vw;height:20vh;display:block;position:absolute;align-items:center;justify-items:center;grid-auto-flow:row;grid-template-rows:1fr;grid-template-columns:1fr;}@media screen and (max-width: 480px) {body main .t843{top:0%;left:8%;right:auto;width:15vw;bottom:auto;height:;display:block;position:absolute;}}body main .t844{top:0%;left:0%;order:0;right:0%;width:30%;bottom:0%;overflow:visible;position:absolute;font-size:1vw;align-self:center;text-align:center;line-height:3vh;margin-left:auto;justify-self:center;margin-right:auto;padding-left:0px;padding-right:0px;}@media screen and (max-width: 480px) {body main .t844{width:100%;}}body main .t845{display:block;position:relative;text-align:left;flex-direction:row;}body main .t846{display:block;position:relative;font-size:1.5vw;text-align:center;font-family:'Pixelade';padding-top:1vh;padding-left:1vw;padding-right:1vw;padding-bottom:1vh;text-decoration:none;}@media screen and (max-width: 991px) {body main .t846{font-size:2vw;line-height:2vh;}}@media screen and (max-width: 480px) {body main .t846{font-size:4vw;}}