/* [Colors] */

body {
    --Grey: rgba(183,183,183,1.00);
    --Light-Grey: rgba(224,224,224,1.00);
    --Button-Border: rgba(103,103,103,1.00);
    --Brand-Primary: rgba(43,89,255,1.00);
    --Brand-Secondary: rgba(187,43,255,1.00);
    --Background-Primary: #050415;
    --Background-Secondary: rgba(25,28,39,1.00);
}

/* [Global] */

container {
    width: 100%;
    margin: 0px auto 0px auto;
    display: block;
    padding: 0px 20px 0px 20px;
    max-width: 1000px;
}

span {
    margin: 0px 0px 0px 0px;
}

h2 {
    margin: 0px 0px 0px 0px;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
}

h3 {
    color: var(--Light-Grey);
    margin: 0px 0px 0px 0px;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3;
}

h1 {
    color: var(--Light-Grey);
    margin: 0px 0px 0px 0px;
    font-size: 60px;
    font-family: Outfit;
    font-weight: 500;
    line-height: 1.2;
}

body {
    color: rgba(255,255,255,1.00);
    font-size: 16px;
    background: var(--Background-Primary);
    font-family: Inter;
    font-weight: 400;
    line-height: 1.4;
}

h4 {
    margin: 0px 0px 0px 0px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
}

a {
    cursor: pointer;
    transition: all 250ms 0ms linear;
}

p {
    color: var(--Grey);
    margin: 0px 0px 0px 0px;
}

/* [Classes] */

.button-primary {
    border: 1px solid var(--Button-Secondary);
    height: 46px;
    display: flex;
    padding: 0px 30px 0px 30px;
    background: linear-gradient(90deg, rgba(43,89,255,1.00) 0%, rgba(187,43,255,1.00) 100%);
    align-items: center;
}

.button-primary:hover {
    transform: translate(0px,-2px);
}

.button-secondary {
    border: 1px solid var(--Button-Border);
    height: 46px;
    display: flex;
    padding: 0px 15px 0px 15px;
    background: var(--Background-Primary);
    align-items: center;
}

.button-secondary:hover {
    transform: translate(0px,-2px);
}

.button-border {
    border: 1px solid var(--Grey);
    height: 47px;
    display: flex;
    padding: 0px 25px 0px 25px;
    background: rgba(37,40,53,1.00);
    transition: all 200ms 0ms linear;
    align-items: center;
    justify-content: center;
}

.button-border:hover {
    background: var(--Brand-Primary);
}

.button-border.dh-active {
    background: linear-gradient(90deg, rgba(43,89,255,1.00) 0%, rgba(187,43,255,1.00) 100%);
}

.border-grey {
    border: 1px solid var(--Grey);
}

.color-brand-primary {
    color: var(--Brand-Primary);
}

.color-brand-secondary {
    color: var(--Brand-Secondary);
}

.mt-30 {
    margin: 30px 0px 0px 0px;
}

.mt-50 {
    margin: 50px 0px 0px 0px;
}

.text-20 {
    color: var(--Light-Grey);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
}

.border-radius {
    overflow: hidden;
    border-radius: 8px;
}

.height-50 {
    height: 50px;
}

.mt-40 {
    margin: 40px 0px 0px 0px;
}

.text-17 {
    font-size: 17px;
    font-weight: 700;
}

.text-16 {
    font-size: 16px;
}

.weight-600 {
    font-weight: 600;
}

.border-radius-30 {
    border-radius: 30px;
}

.mt-16 {
    margin: 16px 0px 0px 0px;
}

.button-white {
    color: rgba(0,0,0,1.00);
    border: 1px solid rgba(255,255,255,1.00);
    height: 47px;
    background: rgba(245,245,245,1.00);
}

.button-white:hover {
    color: rgba(255,255,255,1.00);
    border: 1px solid rgba(255,255,255,1.00);
    background: var(--Background-Primary);
}

.mt-20 {
    margin: 20px 0px 0px 0px;
}

/* [Tags] */

body .t2 {
}

body .t3 {
}

body .t4 {
}

body .t7 {
    display: grid;
    grid-template-columns: 350px 1fr;
}

body .t9 {
    display: flex;
    row-gap: 25px;
    flex-direction: column;
}

body .t18 {
    display: grid;
    grid-template-columns: 350px 1fr;
}

body .t20 {
    display: flex;
    row-gap: 40px;
    column-gap: 40px;
}

body .t22 {
    display: flex;
    flex-direction: column;
}

body .t23 {
    display: flex;
    flex-direction: column;
}

body .t24 {
    color: rgba(163,117,255,1.00);
    margin: 0px 0px 10px 0px;
    display: block;
    font-weight: 600;
}

body .t27 {
    color: rgba(163,117,255,1.00);
    margin: 0px 0px 10px 0px;
    display: block;
    font-weight: 600;
}

body .t29 {
    display: grid;
    grid-template-columns: 350px 1fr;
}

body .t30 {
    display: flex;
    row-gap: 25px;
    flex-direction: column;
}

body .t34 {
    color: rgba(163,117,255,1.00);
    margin: 0px 0px 10px 0px;
    display: block;
    font-weight: 600;
}

body .t36 {
    color: rgba(163,117,255,1.00);
    margin: 0px 0px 10px 0px;
    display: block;
    font-weight: 600;
}

body .t37 {
    display: flex;
    column-gap: 100px;
}

body .t40 {
    color: rgba(0,0,0,1.00);
    margin: 0px 0px 10px 0px;
    display: block;
    font-weight: 600;
}

body .t48 {
    color: rgba(0,0,0,1.00);
    margin: 0px 0px 10px 0px;
    display: block;
    font-weight: 600;
}

body .t57 {
}

body .t58 {
}

body .t59 {
    overflow: hidden;
    background: var(--Background-Primary);
}

body .t60 {
    height: 1200px;
    padding: 100px 0px 150px 0px;
    position: relative;
    background: var(--Background-Primary);
    padding-bottom: 0px;
    background-size: cover;
    background-image: url(https://global.divhunt.com/41a92a5f7d8874f2a2efc5f7b5f04412_506896.jpeg);
    background-repeat: no-repeat;
    -webkit-background-clip: border-box;
}

body .t61 {
    padding: 100px 0px 100px 0px;
    background: var(--Background-Primary);
    padding-top: 50px;
    padding-bottom: 123px;
}

body .t62 {
    padding: 40px 0px 40px 0px;
    position: relative;
}

body .t63 {
    height: 100%;
}

body .t64 {
    height: 100%;
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
}

body .t65 {
    z-index: 100;
    position: relative;
    text-align: center;
}

body .t66 {
    display: flex;
}

body .t67 {
    display: flex;
    align-self: flex-end;
}

body .t68 {
}

body .t69 {
    z-index: 100;
    font-size: 14px;
    font-family: 'Poppins';
}

body .t70 {
    width: 100px;
}

body .t71 {
    color: rgb(255,255,255);
    z-index: 100;
    font-size: 16px;
    margin-top: 12px;
    font-family: 'Poppins';
    font-weight: 500;
}

body .t72 {
    color: rgb(232,232,232);
    display: inline;
    font-family: 'Poppins';
    font-weight: 500;
}

body .t73 {
    flex: 0 1 auto;
    order: 0;
    border: none;
    height: 50px;
    align-self: auto;
    background: #350098;
    text-align: left;
    font-family: 'Poppins';
    font-weight: 600;
    border-radius: 12px;
    justify-content: center;
}

body .t74 {
    width: 100%;
    align-self: flex-end;
}

body .t76 {
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
}

body .t77 {
    display: flex;
    column-gap: 15px;
    margin-top: 95px;
}

body .t78 {
}

body .t80 {
}

body .t81 {
    overflow: visible;
}

body .t83 {
    color: #000000;
    width: 100%;
    height: 550px;
    max-width: 400px;
    font-weight: 300;
    padding-top: 20px;
    padding-left: 20px;
    border-radius: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    background-size: cover;
    background-image: url(https://global.divhunt.com/d32159fd3d6259df35e9eec1bce5e2a6_381813.jpeg);
}

body .t84 {
    color: #000000;
    width: 100%;
    height: 550px;
    max-width: 400px;
    font-weight: 300;
    padding-top: 20px;
    padding-left: 20px;
    border-radius: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    background-size: cover;
    background-image: url(https://global.divhunt.com/b9f6142560dd7e6783ea6fe4ac5443b7_287570.jpeg);
}

body .t85 {
    color: #000000;
    width: 100%;
    height: 550px;
    max-width: 400px;
    font-weight: 300;
    padding-top: 20px;
    padding-left: 20px;
    border-radius: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    background-size: cover;
    background-image: url(https://global.divhunt.com/51f037d035626b6f25fe6f09ea336cd2_331096.jpeg);
}

body .t87 {
    color: #ffffff;
    font-size: 32px;
    font-family: 'Poppins';
    font-weight: 600;
}

body .t88 {
    color: var(--Grey);
    margin-top: 10px;
}

body .t90 {
    color: #ffffff;
    font-size: 32px;
    font-family: 'Poppins';
}

body .t91 {
    margin-top: 10px;
}

body .t93 {
    color: #ffffff;
    font-size: 32px;
    font-family: 'Poppins';
}

body .t94 {
    margin-top: 10px;
}

body .t95 {
    top: auto;
    left: %;
    right: auto;
    width: 100%;
    bottom: 0%;
    margin: 0px 0px 20px 0px;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
}

body .t96 {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    justify-content: center;
}

body .t98 {
    color: rgb(255,255,255);
    font-family: 'Poppins';
    padding-right: 7px;
    text-decoration: none;
}

body .t99 {
    color: rgb(255,255,255);
    padding-left: 6px;
    text-decoration: none;
}

body .t101 {
}

body .t102 {
    overflow: hidden;
    background: var(--Background-Primary);
}

body .t103 {
    top: 0%;
    left: 0%;
    right: 0%;
    width: 100%;
    bottom: auto;
    height: 1400px;
    display: flex;
    padding: 100px 0px 150px 0px;
    z-index: 10;
    position: absolute;
    margin-left: auto;
    padding-top: 0px;
    margin-right: auto;
    flex-direction: column;
    padding-bottom: 0px;
    background-size: cover;
    justify-content: flex-end;
    background-repeat: no-repeat;
    grid-template-columns: 1fr 1fr;
}

body .t104 {
    padding: 100px 0px 100px 0px;
    background: var(--Background-Primary);
    padding-top: 468px;
    padding-bottom: 123px;
}

body .t105 {
    padding: 40px 0px 40px 0px;
    position: relative;
}

body .t107 {
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
}

body .t108 {
    display: flex;
}

body .t109 {
    width: 100%;
}

body .t111 {
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
}

body .t112 {
    display: flex;
    column-gap: 15px;
    margin-top: 95px;
}

body .t113 {
}

body .t114 {
    color: var(--Light-Grey);
}

body .t115 {
}

body .t116 {
    overflow: visible;
}

body .t118 {
    color: #000000;
    width: 100%;
    height: 550px;
    max-width: 400px;
    font-weight: 300;
    padding-top: 20px;
    padding-left: 20px;
    border-radius: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    background-size: cover;
    background-image: url(https://global.divhunt.com/d32159fd3d6259df35e9eec1bce5e2a6_381813.jpeg);
}

body .t119 {
    color: #000000;
    width: 100%;
    height: 550px;
    max-width: 400px;
    font-weight: 300;
    padding-top: 20px;
    padding-left: 20px;
    border-radius: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    background-size: cover;
    background-image: url(https://global.divhunt.com/b9f6142560dd7e6783ea6fe4ac5443b7_287570.jpeg);
}

body .t120 {
    color: #000000;
    width: 100%;
    height: 550px;
    max-width: 400px;
    font-weight: 300;
    padding-top: 20px;
    padding-left: 20px;
    border-radius: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    background-size: cover;
    background-image: url(https://global.divhunt.com/51f037d035626b6f25fe6f09ea336cd2_331096.jpeg);
}

body .t122 {
    color: #ffffff;
    font-size: 32px;
    font-family: 'Poppins';
    font-weight: 600;
}

body .t123 {
    color: var(--Light-Grey);
    margin-top: 10px;
    font-weight: 400;
}

body .t125 {
    color: #ffffff;
    font-size: 32px;
    font-family: 'Poppins';
}

body .t126 {
    color: var(--Light-Grey);
    margin-top: 10px;
    font-weight: 400;
}

body .t128 {
    color: #ffffff;
    font-size: 32px;
    font-family: 'Poppins';
}

body .t129 {
    color: var(--Light-Grey);
    margin-top: 10px;
    font-weight: 400;
}

body .t130 {
    top: auto;
    left: %;
    right: auto;
    width: 100%;
    bottom: 0%;
    margin: 0px 0px 20px 0px;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
}

body .t131 {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    justify-content: center;
}

body .t132 {
    font-size: 14px;
    font-family: 'Poppins';
}

body .t133 {
    color: rgb(255,255,255);
    font-family: 'Poppins';
    padding-right: 7px;
    text-decoration: none;
}

body .t134 {
    color: rgb(255,255,255);
    font-family: 'Poppins';
    padding-left: 6px;
    text-decoration: none;
}

body .t136 {
    height: 1000px;
    display: block;
    padding: 100px 0px 150px 0px;
    position: relative;
    padding-bottom: 0px;
    background-size: auto;
    background-repeat: no-repeat;
}

body .t137 {
    display: none;
}

body .t138 {
    overflow: visible;
}

body .t140 {
    color: #000000;
    width: 100%;
    height: 550px;
    max-width: 400px;
    font-weight: 300;
    padding-top: 20px;
    padding-left: 20px;
    border-radius: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    background-size: cover;
    background-image: url(https://global.divhunt.com/d32159fd3d6259df35e9eec1bce5e2a6_381813.jpeg);
}

body .t142 {
    color: rgba(183,183,183,1.00);
    margin-top: 10px;
}

body .t143 {
    color: #ffffff;
    font-size: 32px;
    font-family: 'Poppins';
    font-weight: 600;
}

body .t144 {
    color: #000000;
    width: 100%;
    height: 550px;
    max-width: 400px;
    font-weight: 300;
    padding-top: 20px;
    padding-left: 20px;
    border-radius: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    background-size: cover;
    background-image: url(https://global.divhunt.com/b9f6142560dd7e6783ea6fe4ac5443b7_287570.jpeg);
}

body .t146 {
    color: #ffffff;
    font-size: 32px;
    font-family: 'Poppins';
}

body .t147 {
    margin-top: 10px;
}

body .t148 {
    color: #000000;
    width: 100%;
    height: 550px;
    max-width: 400px;
    font-weight: 300;
    padding-top: 20px;
    padding-left: 20px;
    border-radius: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    background-size: cover;
    background-image: url(https://global.divhunt.com/51f037d035626b6f25fe6f09ea336cd2_331096.jpeg);
}

body .t150 {
    color: #ffffff;
    font-size: 32px;
    font-family: 'Poppins';
}

body .t151 {
    margin-top: 10px;
}

body .t152 {
    height: 100%;
}

body .t153 {
    color: rgb(255,255,255);
    font-family: 'Inter';
    padding-top: 100px;
    padding-bottom: 100px;
}

body .t155 {
    display: grid;
    column-gap: 40px;
    grid-template-columns: 1fr 1fr;
}

body .t156 {
    display: flex;
    row-gap: 20px;
    flex-direction: column;
}

body .t157 {
    border: 1px solid rgba(255,255,255,0.4);
    background: rgba(255,255,255,0.06);
    padding-top: 20px;
    padding-left: 32px;
    border-radius: 10px;
    padding-right: 32px;
    padding-bottom: 20px;
}

body .t158 {
    color: rgb(255,255,255);
    font-size: 22px;
    font-family: 'Poppins';
    margin-bottom: 20px;
}

body .t159 {
    color: var(--Light-Grey);
}

body .t160 {
    width: 100%;
    max-width: 530px;
    align-self: center;
}

body .t161 {
    border: 1px solid rgba(255,255,255,0.4);
    display: inline-block;
    background: rgba(255,255,255,0.06);
    font-weight: 500;
    padding-top: 7px;
    padding-left: 14px;
    border-radius: 5px;
    margin-bottom: 20px;
    padding-right: 14px;
    padding-bottom: 7px;
}

body .t162 {
    color: var(--Light-Grey);
}

body .t163 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}

body .t164 {
    color: var(--Light-Grey);
}

body .t165 {
    color: #eaeaea;
    height: 100%;
    font-family: 'Inter';
    padding-top: 100px;
    padding-bottom: 100px;
}

body .t167 {
    width: 100%;
    display: grid;
    row-gap: 20px;
    max-width: 800px;
    column-gap: 20px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr;
}

body .t168 {
    color: #eaeaea;
    font-size: 42px;
    text-align: center;
    font-weight: 700;
}

body .t171 {
    color: #eaeaea;
    height: 100%;
    font-family: 'Inter';
    padding-top: 100px;
    padding-bottom: 100px;
}

body .t173 {
    width: 100%;
    display: grid;
    row-gap: 20px;
    max-width: 800px;
    column-gap: 20px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr;
}

body .t174 {
    color: #eaeaea;
    font-size: 42px;
    text-align: center;
    font-weight: 700;
}

body .t176 {
    z-index: 100;
    position: relative;
    text-align: center;
}

body .t177 {
}

body .t178 {
    color: rgb(232,232,232);
    display: block;
    font-family: 'Poppins';
    font-weight: 500;
}

body .t179 {
    z-index: 100;
    font-size: 14px;
    margin-top: 10px;
    font-family: 'Poppins';
}

body .t180 {
    width: 100px;
}

body .t181 {
    color: rgb(255,255,255);
    z-index: 100;
    font-size: 16px;
    margin-top: 40px;
    font-family: 'Poppins';
    font-weight: 500;
}

body .t182 {
    color: rgb(255,255,255);
    z-index: 100;
    font-size: 16px;
    margin-top: 0px;
    font-family: 'Poppins';
    font-weight: 500;
}

body .t183 {
    display: flex;
    z-index: 50;
    position: relative;
}

body .t184 {
    flex: 0 1 auto;
    order: 0;
    border: none;
    height: 50px;
    align-self: auto;
    background: #350098;
    text-align: left;
    font-family: 'Poppins';
    font-weight: 600;
    border-radius: 12px;
    justify-content: center;
}

body .t185 {
    height: 700px;
    background-size: contain;
    background-image: url(https://global.divhunt.com/dd5dbdfd6a5d9f3934d2664e771355a7_810751.png);
    background-repeat: no-repeat;
}

