/* [Colors] */

body {
    --Orange: rgba(220, 44, 6, 1);
    --Dark-Blue: rgba(51, 51, 51, 1);
    --Silver: rgba(89, 89, 94, 1);
    --Brand: rgb(220,150,10);
    --Brandnew: rgb(255,129,44);
    --Grey: rgb(250,250,250);
    --Sectionborder: rgb(223,223,223);
}

/* [Global] */

body {
    color: rgba(0,0,0,1.00);
    position: relative;
    font-size: 16px;
    background: rgba(255,255,255,1.00);
    min-height: 100vh;
    font-family: 'Jost';
    font-weight: 400;
    line-height: 1.4;
}

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

h2 {
    font-size: 42px;
    margin-top: 0px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 0px;
}

h1 {
    font-size: 50px;
    margin-top: 0px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 0px;
}

h3 {
    font-size: 24px;
    margin-top: 0px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 800;
    margin-bottom: 0px;
}

h4 {
    font-size: 22px;
    margin-top: 0px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 800;
    margin-bottom: 0px;
}

h5 {
    font-size: 20px;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 0px;
}

h6 {
    font-size: 16px;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 0px;
}

p {
    margin-top: 0px;
    margin-bottom: 0px;
}

ul {
    padding-left: 20px;
}

ol {
    padding-left: 20px;
}

img {
    display: block;
    max-width: 100%;
}

textarea {
    resize: vertical;
    font-family: 'Jost';
}

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

button {
    cursor: pointer;
    font-family: 'Jost';
}

input {
    font-family: 'Jost';
}

/* [Classes] */

.stylesheet-color-box {
    width: 220px;
    border: 1px solid rgba(225,225,225,1.00);
    height: 220px;
    margin: 0px 0px 10px 0px;
}

.stylesheet-part {
    padding: 60px 0px 60px 0px;
    border-bottom: 1px solid rgba(223,223,223,1.00);
    font-family: 'Space Grotesk';
}

.button-primary {
    color: rgba(252,252,252,1.00);
    border: 1px solid var(--Brandnew);
    padding-top: 12px;
    padding-right: 35px;
    padding-bottom: 12px;
    padding-left: 35px;
    background: var(--Brandnew);
    border-radius: 5px;
    text-decoration: none;
    font-family: 'Space Mono';
}

.button-primary:hover {
    color: rgba(0,0,0,1.00);
    background: rgba(255,255,255,1.00);
    border: 1px solid var(--Brandnew);
}

.button-secondary {
    color: rgba(0,0,0,1.00);
    border: 1px solid rgba(0,0,0,1);
    padding: 15px 35px 15px 35px;
    background: rgba(255,255,255,1.00);
    font-family: 'Space Grotesk';
}

.button-secondary:hover {
    color: rgba(255,255,255,1.00);
    background: rgba(0,0,0,1.00);
}

.fs-24 {
    font-size: 24px;
}

.button-primary-2 {
    color: rgba(255,255,255,1.00);
    border: 1px solid rgba(245, 76, 30, 1);
    padding: 15px 35px 15px 35px;
    background: rgba(245, 76, 30, 1);
    font-weight: 500;
    padding-top: 12px;
    border-radius: 5px;
    padding-bottom: 12px;
    text-decoration: none;
}

.button-primary-2:hover {
    color: rgba(0,0,0,1.00);
    background: rgba(255,255,255,1.00);
}

.button-white {
    color: rgba(18, 18, 18, 1);
    border: 1px solid rgba(255,255,255,1.00);
    height: 65px;
    display: flex;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    background: rgba(255,255,255,1.00);
    align-items: center;
    font-weight: 600;
    padding-top: 0px;
    padding-left: 40px;
    border-radius: 0px;
    padding-right: 40px;
    letter-spacing: 2px;
    padding-bottom: 0px;
    text-transform: uppercase;
    justify-content: center;
}

.button-white:hover {
    color: white;
    border: 1px solid rgba(18, 18, 18, 1);
}

.button-white > span {
    z-index: 2;
    position: relative;
}

.button-white::before {
    top: auto;
    left: -5%;
    right: auto;
    width: 110%;
    bottom: 0%;
    height: 150px;
    content: "";
    position: absolute;
    transform: translate(0px,100%);
    background: rgba(18, 18, 18, 1);
    transition: all 300ms 0ms linear;
    border-radius: 100px;
}

.button-white:hover::before {
    transform: translate(0px,30%);
}

.bg-grain-dark {
    top: 0%;
    left: 0%;
    right: auto;
    width: 100%;
    bottom: auto;
    filter: invert(60%);
    height: 100%;
    opacity: 15%;
    z-index: 3;
    position: absolute;
    background-size: contain;
    background-image: url('https://uploads-ssl.webflow.com/63f9c911e0545999466b0107/63fa35cc284d8791890db7aa_grain-black%20(1).png');
    background-repeat: repeat;
    background-position: 0 0;
}

.fs-18 {
    font-size: 18px;
}

.button-primary-3 {
    color: rgba(255,255,255,1.00);
    height: 58px;
    display: flex;
    background: rgba(7, 63, 75, 1);
    align-items: center;
    padding-left: 36px;
    border-radius: 6px;
    padding-right: 36px;
    justify-content: center;
}

.button-primary-3:hover {
    background: rgba(3, 20, 22, 1);
}

.dh-btn-primary {
    background: rgba(0,0,0,1.00);
    color: rgba(255,255,255,1.00);
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px none rgba(0,0,0,1);
    border-radius: 8px;
    text-decoration: none;
}

.dh-absolute-image {
    position: absolute;
    top: 0%;
    left: 0%;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dh-overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}

.dh-btn-primary-2 {
    background: rgba(0,0,0,1.00);
    color: rgba(255,255,255,1.00);
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px none rgba(0,0,0,1);
    border-radius: 8px;
    text-decoration: none;
}

.dh-btn-primary-2:hover {
    background: rgb(54,54,54);
}

.dh-btn-secondary {
    background: rgba(0,0,0,0.05);
    color: rgb(0,0,0);
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px  24px  11px  24px;
    text-decoration: none;
    border-radius: 8px;
}

.dh-btn-secondary:hover {
    background: rgba(0,0,0,0.15);
}

.image-load {
    top: auto;
    left: auto;
    right: 0%;
    width: 100%;
    bottom: 0%;
    height: 100%;
    display: none;
    position: absolute;
    background: rgba(69,93,88,1.00);
    transition: all 450ms 0ms ease-in;
    margin-left: 0px;
    margin-right: auto;
}

.image-load.hide {
    width: 0;
}

/* [Tags] */

body .t1 {
    top: 0;
    color: rgba(0,0,0,1.00);
    z-index: 999999;
    position: sticky;
    background: rgba(255,255,255,1.00);
    padding-top: 16px;
    border-bottom: 1px solid rgb(223,223,223);
    padding-bottom: 16px;
}

body .t2 {
}

body .t3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body .t4 {
    flex: 1 1 0%;
    display: block;
    align-self: auto;
}

body .t5 {
    display: none;
    align-items: center;
    justify-content: center;
}

body .t6 {
    display: flex;
    column-gap: 40px;
    align-items: center;
}

body .t7 {
    width: 20%;
    height: 0%;
    overflow: visible;
    background: rgba(255,255,255,0);
    object-position: 50% 50%;
}

body .t9 {
    display: flex;
    align-items: center;
    justify-content: center;
}

body .t10 {
    border: 1px solid var(--Brandnew);
    background: var(--Brandnew);
    font-family: 'Space Mono';
}

body .t11 {
    color: rgba(255,255,255,1.00);
    display: none;
    background: rgb(220,150,10);
    padding-top: 20px;
    padding-bottom: 20px;
}

body .t13 {
    display: flex;
    text-align: right;
    align-items: center;
    justify-content: center;
}

body .t14 {
    font-size: 14px;
    font-family: 'Space Mono';
}

body .t15 {
    font-family: 'Space Mono';
}

body .t16 {
    background: var(--Grey);
    padding-top: 50px;
    padding-bottom: 60px;
}

body .t17 {
    border-top: 1px solid var(--Sectionborder);
    padding-top: 100px;
    border-bottom: 1px solid var(--Sectionborder);
    padding-bottom: 100px;
}

body .t18 {
    display: none;
    background: rgb(250,250,250);
    padding-top: 100px;
    padding-bottom: 100px;
}

body .t19 {
    padding-top: 40px;
    padding-bottom: 60px;
}

body .t20 {
    color: rgba(255,255,255,1.00);
    display: none;
    position: relative;
    background: rgba(17,17,17,1.00);
    padding-top: 136px;
    padding-bottom: 136px;
}

body .t21 {
    overflow: hidden;
    position: relative;
    background: var(--Grey);
    padding-top: 100px;
    padding-bottom: 100px;
}

body .t25 {
    display: flex;
    column-gap: 100px;
    align-items: center;
}

body .t27 {
    color: var(--Brand);
    display: flex;
    column-gap: 10px;
    align-items: center;
    font-weight: 600;
    flex-direction: row;
}

body .t28 {
    color: var(--Silver);
    display: block;
    font-size: 1.3rem;
    max-width: 600px;
    text-align: justify;
    font-family: 'Space Mono';
    font-weight: 400;
}

body .t29 {
    display: flex;
    column-gap: 1rem;
    margin-top: 50px;
    align-items: flex-start;
    flex-direction: column;
}

body .t30 {
    font-size: 4rem;
    margin-top: 20px;
    font-family: 'Space Mono';
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 20px;
    letter-spacing: 0px;
}

body .t31 {
    color: var(--Brandnew);
    display: block;
    font-size: 1rem;
    font-family: 'Space Mono';
    text-transform: uppercase;
}

body .t32 {
    width: 45px;
    height: 2px;
    background: var(--Brandnew);
}

body .t33 {
    border: 1px solid var(--Brandnew);
    background: var(--Brandnew);
}

body .t35 {
    display: flex;
    margin-top: 1rem;
    justify-content: space-between;
}

body .t36 {
    display: grid;
    column-gap: 30px;
    margin-top: 69px;
    grid-template-columns: 1fr 1fr 1fr;
}

body .t37 {
    font-size: 3rem;
    max-width: 100%;
    align-self: center;
    font-family: 'Space Mono';
    margin-bottom: 10px;
}

body .t38 {
    color: var(--Silver);
    display: none;
    font-size: 1.3rem;
    max-width: 500px;
    text-align: justify;
}

body .t39 {
    display: block;
    outline: 1px solid var(--Sectionborder);
    background: var(--Grey);
    box-shadow:  0px 0px 30px -5px rgba(0,0,0,0.09);
    transition: all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);
    padding-top: 32px;
    padding-left: 32px;
    border-radius: 5px;
    padding-right: 32px;
    padding-bottom: 32px;
}

body .t39:hover {
    outline: 1px solid rgba(255,129,44,0.5);
    transform: translate(0px,-10px);
    transition: all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);
}

body .t40 {
    height: 60px;
    max-width: 20%;
}

body .t41 {
    font-size: 1.5rem;
    margin-top: 35px;
    font-family: 'Space Mono';
    margin-bottom: 10px;
}

body .t42 {
    color: var(--Silver);
    font-size: 1rem;
    text-align: justify;
}

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

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

body .t45 {
    max-width: 450px;
    padding-top: 100px;
    padding-bottom: 100px;
}

body .t46 {
    display: block;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    box-shadow: 0px 0px 30px 3px rgba(0,0,0,0.15);
    max-height: 100%;
    align-items: center;
    border-radius: 1rem;
    flex-direction: column;
    justify-content: center;
}

body .t47 {
    color: rgb(0,0,0);
    font-size: 3rem;
    margin-top: 20px;
    font-family: 'Space Mono';
    margin-bottom: 20px;
}

body .t48 {
    color: var(--Silver);
    display: none;
    font-size: 18px;
    max-width: 470px;
    text-align: justify;
}

body .t49 {
    color: rgba(220, 44, 6, 1);
    display: flex;
    column-gap: 10px;
    align-items: center;
    font-weight: 600;
    flex-direction: row;
}

body .t50 {
    display: flex;
    margin-top: 0px;
    justify-content: center;
}

body .t51 {
    color: var(--Brand);
    width: 30px;
    height: 2px;
    background: var(--Brand);
}

body .t52 {
    color: var(--Brand);
    display: block;
}

body .t53 {
    order: 0;
    align-self: center;
    background: var(--Brand);
}

body .t54 {
    order: -1000;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.15);
    object-fit: contain;
    transition: all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);
    border-radius: 1rem;
}

body .t54:hover {
    transform: scale(1.05,1.05);
}

body .t55 {
    display: flex;
    align-items: center;
    justify-content: center;
}

body .t57 {
    font-size: 1.3rem;
    max-width: 700px;
    text-align: center;
    font-family: 'Space Mono';
    padding-top: 0.5rem;
    padding-left: 1rem;
    border-radius: 5px;
    margin-bottom: 60px;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
}

body .t58 {
    height: 50px;
}

body .t59 {
    filter: grayscale(100%);
    height: 50px;
}

body .t60 {
    height: 50px;
}

body .t61 {
    height: 50px;
}

body .t62 {
    z-index: 6;
    position: relative;
}

body .t63 {
    filter: invert(0%);
    opacity: 32%;
    background-size: contain;
    background-image: url(https://global.divhunt.com/eb82e666b96988a4057b51815595befc_42337.png);
    background-repeat: repeat;
}

body .t64 {
    display: grid;
    column-gap: 100px;
    grid-template-columns: 250px 1fr ;
}

body .t65 {
    color: rgba(255,255,255,1.00);
    display: none;
    font-size: 130px;
    max-width: 900px;
}

body .t66 {
    display: flex;
    row-gap: 70px;
    text-align: right;
    flex-direction: column;
}

body .t67 {
    border-left: 1px solid rgba(255,255,255,1.00);
    padding-left: 100px;
}

body .t69 {
    color: rgba(255,255,255,1.00);
    font-size: 63px;
}

body .t70 {
    text-transform: uppercase;
}

body .t73 {
    color: rgba(255,255,255,1.00);
    font-size: 66px;
    font-family: 'Space Mono';
    font-weight: 700;
}

body .t74 {
    font-size: 24px;
    margin-top: 40px;
}

body .t76 {
    overflow: visible;
    padding-bottom: 50px;
}

body .t77 {
    display: flex;
    align-items: center;
    margin-bottom: 48px;
    justify-content: space-between;
}

body .t79 {
    border: 1px solid var(--Sectionborder);
    height: auto;
    display: flex;
    row-gap: 50px;
    background: rgba(255,255,255,1.00);
    box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.05);
    padding-top: 36px;
    padding-left: 36px;
    border-radius: 5px;
    padding-right: 36px;
    flex-direction: column;
    padding-bottom: 36px;
    justify-content: space-between;
}

body .t82 {
    height: 30px;
}

body .t83 {
    font-size: 20px;
    margin-top: 24px;
}

body .t84 {
    color: var(--Silver);
    font-size: 14px;
}

body .t85 {
    font-weight: 700;
}

body .t87 {
    display: flex;
}

body .t88 {
    color: var(--Silver);
    font-size: 1.3rem;
    text-align: justify;
}

body .t89 {
    font-size: 3rem;
    font-family: 'Space Mono';
    margin-bottom: 12px;
}

body .t90 {
    border: 1px solid var(--Brandnew);
    background: var(--Brandnew);
}

body .t90:hover {
    border: 1px solid var(--Brandnew);
}

body .t92 {
}

body .t93 {
}

body .t94 {
}

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

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

body .t100 {
    font-family: 'Space Grotesk';
}

body .t101 {
    font-family: 'Space Grotesk';
}

body .t102 {
    font-family: 'Space Grotesk';
}

body .t103 {
    font-family: 'Space Grotesk';
}

body .t104 {
    font-family: 'Space Grotesk';
}

body .t105 {
    font-family: 'Space Grotesk';
}

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

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

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

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

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

body .t114 {
    font-family: 'Space Grotesk';
    border-radius: 5px;
}

body .t115 {
    border: 1px solid var(--Brandnew);
    background: var(--Brandnew);
    font-family: 'Space Grotesk';
}

body .t115:hover {
    border: 1px solid var(--Brandnew);
}

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

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

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

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

body .t124 {
    font-family: 'Space Grotesk';
}

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

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

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

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

body .t147 {
    padding-top: 50px;
    padding-bottom: 60px;
}

body .t149 {
    display: flex;
    column-gap: 100px;
    align-items: center;
}

body .t151 {
}

body .t152 {
    color: rgba(89, 89, 94, 1);
    font-size: 18px;
    max-width: 600px;
}

body .t153 {
    margin-top: 20px;
    margin-bottom: 20px;
}

body .t154 {
    display: flex;
    margin-top: 50px;
}

body .t155 {
    color: var(--Brand);
    display: flex;
    column-gap: 10px;
    align-items: center;
    font-weight: 600;
    flex-direction: row;
}

body .t156 {
    border: 1px solid var(--Brand);
    background: var(--Brand);
}

body .t157 {
    color: var(--Brand);
    width: 45px;
    height: 2px;
    background: var(--Brand);
}

body .t158 {
    display: block;
}

body .t159 {
    object-fit: cover;
}

body .t160 {
    color: rgb(0,0,0);
    font-size: 14px;
    font-family: 'Space Mono';
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}

body .t160:hover {
    color: var(--Brandnew);
}

body .t161 {
    max-height: 100vh;
}

body .t162 {
    top: 95.4vh;
    display: block;
    position: relative;
}

body .t163 {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background-size: cover;
}

body .t164 {
    z-index: 3;
    position: relative;
}

body .t165 {
    display: flex;
    max-width: 600px;
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    justify-content: center;
}

body .t166 {
    display: flex;
    row-gap: 10px;
    background: rgb(245,245,245);
    column-gap: 16px;
    align-items: center;
    padding-top: 8px;
    padding-left: 16px;
    border-radius: 8px;
    margin-bottom: 16px;
    padding-right: 16px;
    padding-bottom: 8px;
}

body .t167 {
    color: rgb(0,0,0);
    font-size: 14px;
    font-weight: 600;
}

body .t168 {
    font-size: 44px;
    max-width: 900px;
    align-self: center;
    font-family: 'Space Mono';
    font-weight: 700;
}

body .t169 {
    max-width: 500px;
    margin-top: 32px;
    font-family: 'Space Mono';
    margin-left: auto;
    margin-right: auto;
}

body .t170 {
    font-family: 'Space Mono';
}

body .t171 {
    display: flex;
    align-self: center;
    align-items: center;
    justify-content: center;
}

body .t172 {
    display: flex;
    max-width: 50%;
    align-items: center;
}

body .t173 {
    display: none;
    align-items: center;
    justify-content: center;
}

body .t174 {
    font-family: 'Space Mono';
}

body .t176 {
    display: flex;
    align-items: center;
    padding-top: 5rem;
    flex-direction: column;
    justify-content: center;
}

body .t177 {
    font-size: 20px;
    font-weight: 700;
}

body .t178 {
    color: var(--Silver);
    font-size: 14px;
}

body .t179 {
    display: flex;
    margin-top: 0.5rem;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

body .t180 {
    display: none;
    font-size: 14px;
    margin-top: 1rem;
}

body .t181 {
    display: flex;
    margin-top: 4px;
    margin-left: 10px;
    padding-left: 10px;
}

body .t182 {
    width: 48px;
    height: 48px;
    display: flex;
    object-fit: cover;
    margin-left: -20px;
    border-radius: 100%;
}

body .t183 {
    font-size: 1rem;
}

body .t184 {
}

body .t187 {
    color: #042f1c;
    background: rgb(255,255,255);
    font-family: 'Space Mono';
    padding-top: 100px;
    padding-bottom: 100px;
}

body .t190 {
    color: var(--Silver);
    display: grid;
    row-gap: 20px;
    column-gap: 20px;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

body .t191 {
    outline: 1px solid var(--Sectionborder);
    overflow: hidden;
    background: var(--Grey);
    box-shadow: 0px 0px 30px 2px rgba(0,0,0,0.05);
    transition: all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);
    border-radius: 5px;
}

body .t191:hover {
    outline: 1px solid rgba(255,129,44,0.5);
    transform: translate(0px,-10px);
}

body .t192 {
    background: rgb(255,255,255);
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
}

body .t193 {
    margin-bottom: 0rem;
}

body .t194 {
    color: rgb(0,0,0);
    font-size: 1.3rem;
    font-style: normal;
    font-family: 'Space Mono';
    font-weight: 700;
    margin-bottom: 1rem;
}

body .t195 {
    color: #59595e;
    font-size: 1rem;
    font-style: normal;
    font-family: 'Space Mono';
    font-weight: 400;
}

body .t196 {
    width: 100%;
    height: 170px;
    object-fit: scale-down;
    padding-top: 2rem;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 2rem;
}

body .t197 {
    width: 100%;
    display: flex;
    row-gap: 20px;
    max-width: 800px;
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    flex-direction: column;
}

body .t198 {
    color: #000000;
    font-size: 3rem;
    font-family: 'Space Mono';
    font-weight: 700;
}

body .t199 {
    color: var(--Silver);
    font-size: 1.3rem;
    max-width: 800px;
    text-align: justify;
}

body .t200 {
}

body .t201 {
    color: var(--Silver);
    font-size: 1.3rem;
    text-align: justify;
}

body .t202 {
}

body .t203 {
    display: none;
    background: rgb(255,255,255);
    min-height: 95vh;
    flex-direction: column;
    justify-content: center;
}

body .t204 {
    background: rgb(250,250,250);
    border-top: 1px solid #dfdfdf;
    padding-top: 40px;
    padding-bottom: 40px;
}

body .t205 {
}

body .t206 {
    display: flex;
    align-items: center;
    font-family: 'Space Mono';
    flex-direction: column;
    justify-content: space-between;
}

body .t207 {
    display: flex;
    row-gap: 10px;
    margin-bottom: 20px;
    flex-direction: column;
}

body .t208 {
    color: rgb(0,0,0);
    display: flex;
    font-size: 14px;
    column-gap: 8px;
    align-items: center;
    font-weight: 700;
}

body .t209 {
    text-decoration: underline;
}

body .t210 {
    width: 20px;
    height: 20px;
    overflow: visible;
    align-self: auto;
    border-radius: 100%;
}

body .t211 {
    display: flex;
    column-gap: 24px;
    margin-top: 16px;
}

body .t212 {
    display: flex;
    row-gap: 16px;
    flex-wrap: wrap;
    column-gap: 32px;
    flex-direction: row;
    justify-content: center;
}

body .t213 {
    color: rgba(0,0,0,0.5);
    display: block;
    font-size: 12px;
    font-weight: 500;
    text-decoration: underline;
}

body .t214 {
    margin-bottom: 20px;
}

body .t215 {
    height: 48px;
}

body .t216 {
    font-size: 14px;
}

body .t219 {
    font-family: 'Space Mono';
    padding-top: 80px;
    padding-bottom: 80px;
}

body .t220 {
    background: rgba(219,150,10,0);
}

body .t221 {
    display: grid;
    row-gap: 40px;
    overflow: hidden;
    background: rgba(219,150,10,0);
    box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.15);
    column-gap: 0px;
    border-radius: 1rem;
    grid-template-columns: 1.5fr 1fr;
}

body .t222 {
    display: flex;
    min-width: 40%;
    background: var(--Brandnew);
    align-items: center;
    padding-top: 3rem;
    padding-left: 3rem;
    border-radius: px 8px 8px 0px;
    padding-right: 3rem;
    padding-bottom: 3rem;
    justify-content: center;
}

body .t223 {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

body .t224 {
    max-width: 400px;
    text-align: left;
    font-family: 'Space Mono';
}

body .t225 {
    display: none;
    max-width: 340px;
    margin-top: 16px;
}

body .t226 {
    display: flex;
    margin-top: 40px;
}

body .t227 {
    display: flex;
    row-gap: 10px;
    margin-top: 24px;
    flex-direction: column;
}

body .t228 {
    color: rgb(0,0,0);
    display: flex;
    font-size: 14px;
    column-gap: 8px;
    align-items: center;
    font-weight: 700;
}

body .t229 {
    text-decoration: underline;
}

body .t230 {
    width: 20px;
    height: 20px;
    background: rgb(0,0,0);
    border-radius: 100%;
}

body .t231 {
    font-size: 18px;
    margin-top: 48px;
    font-family: 'Space Mono';
}

body .t232 {
    font-size: 14px;
    max-width: 340px;
    margin-top: 10px;
}

body .t233 {
    display: none;
    margin-top: 24px;
}

body .t234 {
    display: flex;
    margin-top: 8px;
    padding-left: 10px;
}

body .t235 {
    width: 32px;
    height: 32px;
    object-fit: cover;
    margin-left: -10px;
    border-radius: 100%;
}

body .t236 {
    font-size: 14px;
}

body .t237 {
    overflow: hidden;
    position: relative;
    background: rgb(255,255,255);
    padding-top: 3rem;
    padding-left: 3rem;
    border-radius: 8px;
    padding-right: 3rem;
    padding-bottom: 3rem;
}

body .t238 {
    display: flex;
    row-gap: 16px;
    flex-direction: column;
}

body .t240 {
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 3px;
}

body .t241 {
    width: 100%;
    border: 1px none rgba(0,0,0,1);
    font-size: 14px;
    background: rgba(0,0,0,0.05);
    line-height: 1;
    padding-top: 16px;
    padding-left: 16px;
    border-radius: 8px;
    padding-right: 16px;
    padding-bottom: 16px;
}

body .t241::placeholder {
    color: rgba(0,0,0,0.75);
}

body .t245 {
    width: 100%;
    border: 1px none rgba(0,0,0,1);
    height: 120px;
    font-size: 14px;
    background: rgba(0,0,0,0.05);
    max-height: 350px;
    min-height: 80px;
    line-height: 1;
    padding-top: 16px;
    padding-left: 16px;
    border-radius: 8px;
    padding-right: 16px;
    padding-bottom: 16px;
}

body .t245::placeholder {
    color: rgba(0,0,0,0.75);
}

body .t246 {
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 3px;
}

body .t248 {
    display: none;
    column-gap: 5px;
    align-items: center;
}

body .t249 {
    font-size: 14px;
}

body .t251 {
    color: rgb(0,0,0);
    text-decoration: underline;
}

body .t252 {
    width: 20px;
    cursor: pointer;
    height: 20px;
}

body .t253 {
    display: none;
}

body .t254 {
    border: 1px solid var(--Brandnew);
    background: var(--Brandnew);
    transition: all 200ms 0ms linear;
}

body .t254:hover {
    border: 1px solid var(--Brandnew);
}

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

body .t257 {
    width: 100%;
    border: 1px none rgba(0,0,0,1);
    font-size: 14px;
    background: rgba(0,0,0,0.05);
    line-height: 1;
    padding-top: 16px;
    padding-left: 16px;
    border-radius: 8px;
    padding-right: 16px;
    padding-bottom: 16px;
}

body .t257::placeholder {
    color: rgba(0,0,0,0.75);
}

body .t258 {
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 3px;
}

body .t259 {
    display: none;
}

body .t260 {
    width: 100%;
    border: 1px none rgba(0,0,0,1);
    font-size: 14px;
    background: rgba(0,0,0,0.05);
    line-height: 1;
    padding-top: 16px;
    padding-left: 16px;
    border-radius: 8px;
    padding-right: 16px;
    padding-bottom: 16px;
}

body .t260::placeholder {
    color: rgba(0,0,0,0.75);
}

body .t261 {
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 3px;
}

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

body .t264 {
    width: 100%;
    border: 1px none rgba(0,0,0,1);
    font-size: 14px;
    background: rgba(0,0,0,0.05);
    line-height: 1;
    padding-top: 16px;
    padding-left: 16px;
    border-radius: 8px;
    padding-right: 16px;
    padding-bottom: 16px;
}

body .t264::placeholder {
    color: rgba(0,0,0,0.75);
}

body .t265 {
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 3px;
}

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

body .t268 {
    width: 100%;
    border: 1px none rgba(0,0,0,1);
    font-size: 14px;
    background: rgba(0,0,0,0.05);
    line-height: 1;
    padding-top: 16px;
    padding-left: 16px;
    border-radius: 8px;
    padding-right: 16px;
    padding-bottom: 16px;
}

body .t268::placeholder {
    color: rgba(0,0,0,0.75);
}

body .t269 {
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 3px;
}

body .t270 {
    background: var(--Grey);
    padding-top: 80px;
    padding-bottom: 80px;
}

body .t271 {
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    background-size: cover;
    background-image: url(https://global.divhunt.com/909843e0f09a229859f46d411bf76d37_1364092.jpeg);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-attachment: scroll;
}

body .t272 {
    color: rgb(249,249,249);
    display: flex;
    position: relative;
    text-align: center;
    align-items: center;
    padding-top: 80px;
    padding-left: 80px;
    border-radius: 0px;
    padding-right: 80px;
    flex-direction: column;
    padding-bottom: 80px;
    background-size: cover;
    justify-content: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-clip: border-box;
}

body .t273 {
    font-size: 2.5rem;
    font-family: 'Space Mono';
}

body .t274 {
    display: flex;
    margin-top: 2rem;
    justify-content: center;
}

body .t275 {
    border: 1px solid var(--Brandnew);
    display: flex;
    background: var(--Brandnew);
    align-items: center;
    justify-content: center;
}

body .t275:hover {
    border: 1px solid var(--Brandnew);
}

body .t276 {
    margin-top: 32px;
}

body .t277 {
    display: flex;
    margin-top: 8px;
    padding-left: 10px;
    flex-direction: row;
    justify-content: center;
}

body .t278 {
    width: 48px;
    height: 48px;
    object-fit: cover;
    margin-left: -10px;
    border-radius: 100%;
}

body .t279 {
    font-size: 1rem;
}

body .t280 {
    font-size: 1rem;
    max-width: 600px;
    margin-top: 2rem;
    text-align: justify;
    margin-left: auto;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    margin-right: auto;
}

body .t281 {
    top: 0;
    color: rgba(0,0,0,1.00);
    z-index: 999999;
    position: sticky;
    background: rgba(255,255,255,1.00);
    padding-top: 16px;
    border-bottom: 1px solid rgb(223,223,223);
    padding-bottom: 16px;
}

body .t282 {
}

body .t283 {
    flex: 1 1 0%;
    display: flex;
    align-self: center;
    align-items: center;
    justify-content: center;
}

body .t284 {
    width: 10%;
    height: 0%;
    overflow: visible;
    background: rgba(255,255,255,0);
    object-position: 50% 50%;
}

body .t285 {
    padding-top: 100px;
    padding-bottom: 100px;
}

body .t286 {
}

body .t287 {
    display: flex;
    max-width: 720px;
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
}

body .t288 {
    font-size: 3rem;
    font-family: 'Space Mono';
    font-weight: 700;
}

body .t289 {
    display: none;
    background: rgba(0,0,0,0.05);
    padding-top: 8px;
    padding-left: 16px;
    border-radius: 8px;
    margin-bottom: 16px;
    padding-right: 16px;
    padding-bottom: 8px;
}

body .t290 {
    font-size: 14px;
    font-weight: 600;
}

body .t291 {
    color: var(--Silver);
    font-size: 1.3rem;
    max-width: 1280px;
    margin-top: 16px;
    text-align: justify;
}

body .t292 {
    display: flex;
    row-gap: 16px;
    margin-top: 80px;
    flex-direction: column;
}

body .t293 {
    background: rgba(0,0,0,0.05);
    border-radius: 5px;
}

body .t294 {
    cursor: pointer;
    display: flex;
    column-gap: 24px;
    align-items: center;
    padding-top: 16px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 16px;
    justify-content: space-between;
}

body .t294.dh-active img {
    transform: rotate(180deg);
}

body .t295 {
    font-size: 1.3rem;
    font-family: 'Space Mono';
}

body .t296 {
    height: 16px;
    transition: all 200ms 0ms linear;
}

body .t297 {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
}

body .t298  a {
    color: rgb(124,65,251);
}

body .t298 {
    font-size: 1rem;
}

body .t299 {
    color: rgb(0,0,0);
    background: rgb(255,255,255);
    font-family: 'Space Mono';
    padding-top: 80px;
    padding-bottom: 80px;
}

body .t302 {
    display: flex;
    margin-bottom: 3rem;
    justify-content: space-between;
}

body .t303 {
    width: 100%;
    display: flex;
    max-width: 600px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
}

body .t304 {
    color: var(--Silver);
    font-size: 20px;
    font-style: normal;
    text-align: justify;
    margin-bottom: 0px;
}

body .t305 {
    display: flex;
    margin-top: 2rem;
    justify-content: center;
}

body .t306 {
    order: 0;
    border: 1px solid var(--Brandnew);
    align-self: center;
    background: var(--Brandnew);
}

body .t307 {
    color: rgba(0,0,0,1.00);
}

body .t308 {
    color: rgba(0,0,0,1.00);
    border: 1px solid rgba(243,243,243,1.00);
    background: rgba(255,255,255,1.00);
    border-radius: 0px 0px 5px 5px;
}

body .t309 {
    display: grid;
    background: var(--Grey);
    column-gap: 2rem;
    padding-top: 30px;
    padding-left: 30px;
    border-radius: 0px 0px 5px 5px;
    padding-right: 30px;
    padding-bottom: 30px;
    grid-template-columns: 1fr 1fr;
}

body .t310 {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    border-radius: 5px 5px 0px 0px;
    justify-content: space-between;
}

body .t311 {
    cursor: pointer;
    display: flex;
    min-width: 49%;
    background: rgb(240,240,240);
    column-gap: 1rem;
    transition: all 300ms 0ms linear;
    align-items: center;
    padding-top: 10px;
    padding-left: 10px;
    border-radius: 5px 5px 0px 0px;
    padding-right: 10px;
    padding-bottom: 10px;
    justify-content: flex-start;
}

body .t311:hover {
    background: rgba(255,129,44,0.3);
}

body .t311.dh-active {
    color: rgba(255,255,255,1.00);
    background: var(--Brandnew);
}

body .t312 {
    font-size: 20px;
}

body .t313 {
    width: 48px;
    height: 48px;
}

body .t314 {
    overflow: hidden;
    padding-top: 0rem;
    border-radius: 2rem;
}

body .t315 {
    align-self: center;
    justify-self: center;
}

body .t316 {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

body .t317 {
    color: rgb(220,150,10);
    display: flex;
    column-gap: 10px;
    align-items: center;
    font-weight: 600;
    margin-bottom: 1rem;
    flex-direction: row;
}

body .t318 {
    color: var(--Brandnew);
    display: block;
    font-size: 1rem;
}

body .t319 {
    width: 30px;
    height: 2px;
    background: var(--Brandnew);
}

body .t320 {
    font-size: 20px;
}

body .t321 {
    background: var(--Grey);
    padding-top: 100px;
    margin-bottom: 0px;
    padding-bottom: 100px;
}

body .t323 {
    display: grid;
    margin-bottom: 0rem;
    grid-template-columns: 1fr 1fr;
}

body .t324 {
    display: flex;
    padding-top: 3rem;
    flex-direction: column;
    justify-content: center;
}

body .t325 {
}

body .t326 {
    width: 60%;
    align-self: center;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
}

body .t327 {
    width: 100%;
    height: auto;
    transition: all 300ms 0ms linear;
    border-radius: 1rem;
}

body .t327:hover {
    transform: scale(1.04,1.04);
}

body .t328 {
    font-weight: 700;
}

body .t329 {
    color: var(--Silver);
}

body .t330 {
    display: flex;
    align-self: center;
    margin-top: 1rem;
    align-items: flex-start;
    padding-left: 0px;
    flex-direction: column;
    justify-content: center;
}

body .t331 {
    color: rgba(220, 44, 6, 1);
    display: flex;
    column-gap: 10px;
    align-items: center;
    font-weight: 600;
    flex-direction: row;
}

body .t332 {
    color: rgb(220,150,10);
    width: 30px;
    height: 2px;
    background: var(--Brandnew);
}

body .t333 {
    color: var(--Brandnew);
    display: block;
}

body .t334 {
    color: rgb(0,0,0);
    font-size: 3rem;
    margin-top: 20px;
    font-family: 'Space Mono';
    margin-bottom: 20px;
}

body .t335 {
    color: var(--Silver);
    font-size: 1.3rem;
    text-align: justify;
}

body .t336 {
    display: none;
    margin-top: 0rem;
    justify-content: center;
}

body .t337 {
    order: 0;
    border: 1px solid var(--Brandnew);
    align-self: center;
    background: var(--Brandnew);
}

body .t337:hover {
    border: 1px solid var(--Brandnew);
}

body .t338 {
    overflow: hidden;
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.15);
    border-radius: 1rem;
}

body .t339 {
    background: var(--Brandnew);
}

body .t341 {
    padding-top: 2rem;
    padding-left: 2rem;
    border-radius: 1rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
}

body .t342 {
    display: flex;
    background: rgb(255,255,255);
    align-items: center;
    font-family: 'Space Mono';
    padding-top: 2rem;
    padding-left: 2rem;
    border-radius: 1rem;
    padding-right: 2rem;
    flex-direction: column;
    padding-bottom: 2rem;
    justify-content: center;
}

body .t343 {
    font-family: 'Space Mono';
}

body .t346 {
    background: var(--Brandnew);
}

body .t349 {
    background: var(--Brandnew);
    padding-top: 2rem;
    padding-left: 2rem;
    border-radius: 1rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
}

body .t350 {
    display: flex;
    background: rgb(255,255,255);
    align-items: center;
    font-family: 'Space Mono';
    padding-top: 2rem;
    padding-left: 2rem;
    border-radius: 1rem;
    padding-right: 2rem;
    flex-direction: column;
    padding-bottom: 2rem;
    justify-content: center;
}

body .t352 {
    font-family: 'Space Mono';
}

body .t356 {
    color: rgb(220,150,10);
    display: flex;
    column-gap: 10px;
    align-items: center;
    font-weight: 600;
    flex-direction: row;
}

body .t357 {
    color: rgb(255,129,44);
    display: block;
    font-size: 1rem;
}

body .t358 {
    width: 30px;
    height: 2px;
    background: rgb(255,129,44);
}

body .t359 {
    color: rgb(220,150,10);
    display: flex;
    column-gap: 10px;
    align-items: center;
    font-weight: 600;
    flex-direction: row;
}

body .t360 {
    color: #ff812c;
    display: block;
    font-size: 1rem;
}

body .t361 {
    width: 30px;
    height: 2px;
    background: rgb(255,129,44);
}

body .t362 {
    background: var(--Grey);
    padding-top: 100px;
    padding-bottom: 100px;
}

body .t364 {
    text-align: center;
    margin-bottom: 2rem;
}

body .t365 {
    color: rgba(220, 44, 6, 1);
    display: flex;
    column-gap: 10px;
    align-items: center;
    font-weight: 600;
    flex-direction: row;
    justify-content: center;
}

body .t366 {
    color: rgb(220,150,10);
    width: 30px;
    height: 2px;
    background: rgb(255,129,44);
}

body .t367 {
    color: rgb(255,129,44);
    display: block;
}

body .t368 {
    color: rgb(0,0,0);
    font-size: 3rem;
    margin-top: 20px;
    font-family: 'Space Mono';
    margin-bottom: 20px;
}

body .t369 {
    font-size: 3rem;
    text-align: left;
    font-family: 'Space Mono';
}

body .t371 {
    color: rgba(0,0,0,1.00);
    display: flex;
    row-gap: 1rem;
    column-gap: 1rem;
    align-items: center;
    justify-content: center;
    grid-template-columns: 250px 1fr ;
}

body .t372 {
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    max-width: 300px;
    column-gap: 10px;
    border-radius: 5px;
    flex-direction: column;
}

body .t373 {
    color: var(--Silver);
    cursor: pointer;
    background: rgb(240,240,240);
    transition: all 300ms 0ms linear;
    border-left: 5px solid var(--Sectionborder);
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

body .t373:hover {
    background: rgba(255,129,44,0.3);
}

body .t373.dh-active {
    color: rgb(0,0,0);
    border-left: 5px solid var(--Brandnew);
}

body .t375 {
    color: rgba(0,0,0,1.00);
    border: 1px solid var(--Sectionborder);
    max-width: 700px;
    background: rgba(255,255,255,1.00);
    border-radius: 5px;
}

body .t376 {
    font-size: 20px;
    background: rgb(255,255,255);
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

body .t377 {
    color: var(--Silver);
    text-align: justify;
}

body .t378 {
    color: rgba(220, 44, 6, 1);
    display: flex;
    column-gap: 10px;
    align-items: center;
    font-weight: 600;
    flex-direction: row;
    justify-content: center;
}

body .t379 {
    color: rgb(220,150,10);
    width: 30px;
    height: 2px;
    background: rgb(255,129,44);
}

body .t380 {
    color: rgb(255,129,44);
    display: block;
}

body .t381 {
    color: rgba(220, 44, 6, 1);
    display: flex;
    column-gap: 10px;
    align-items: center;
    font-weight: 600;
}

body .t382 {
    color: rgb(220,150,10);
    width: 30px;
    height: 2px;
    background: rgb(255,129,44);
}

body .t383 {
    color: rgb(255,129,44);
    display: block;
}

body .t386 {
    border: 1px solid rgb(255,129,44);
    background: rgb(255,129,44);
    transition: all 200ms 0ms linear;
}

body .t386:hover {
    border: 1px solid rgb(255,129,44);
}

body .t387 {
    display: none;
    margin-bottom: 5rem;
}

body .t388 {
    display: flex;
    background: rgba(29,223,22,0.3);
    align-items: center;
    padding-top: 1rem;
    padding-left: 1rem;
    border-radius: 1rem;
    padding-right: 1rem;
    flex-direction: column;
    padding-bottom: 1rem;
    justify-content: center;
}

body .t389 {
    font-family: 'Space Mono';
    font-weight: 700;
}

body .t392 {
    display: flex;
    margin-top: 2rem;
    justify-content: center;
}

body .t393 {
    order: 0;
    border: 1px solid rgb(255,129,44);
    align-self: center;
    background: rgb(255,129,44);
}

body .t394 {
    color: var(--Silver);
    font-size: 1.3rem;
    max-width: 500px;
}

body .t395 {
    color: rgba(0,0,0,1.00);
    width: 100%;
    border: 1px solid rgba(221,221,221,0);
    display: inline;
    font-size: 14px;
    background: rgba(0,0,0,0.05);
    padding-top: 16px;
    padding-left: 16px;
    border-radius: 8px;
    padding-right: 16px;
    padding-bottom: 16px;
}

body .t395:focus {
    border: 1px solid rgba(0,0,0,1.00);
    outline: none;
}

body .t395:hover {
    cursor: pointer;
}

body .t397 {
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 3px;
}

body .t398 {
    display: flex;
    margin-top: 1rem;
    justify-content: center;
}

body .t399 {
    order: 0;
    border: 1px solid rgb(255,129,44);
    align-self: center;
    background: rgb(255,129,44);
}

body .t399:hover {
    border: 1px solid rgb(255,129,44);
}

body .t400 {
    margin-top: 5rem;
    min-height: 90vh;
    padding-top: 0rem;
    margin-bottom: 5rem;
    padding-bottom: 0rem;
}

body .t402 {
    border-radius: 5px;
}

body .t403 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

body .t405 {
    color: #eaeaea;
    background: rgb(20,20,20);
    font-family: 'Space Mono';
}

body .t406 {
    color: rgb(0,0,0);
    background: #141414;
    font-family: 'Space Mono';
    padding-top: 80px;
    padding-bottom: 80px;
}

body .t409 {
    display: flex;
    margin-top: 2rem;
    justify-content: center;
}

body .t410 {
    order: 0;
    border: 1px solid rgb(255,129,44);
    align-self: center;
    background: rgb(255,129,44);
}

body .t411 {
    color: rgba(0,0,0,1.00);
}

body .t412 {
    color: rgba(0,0,0,1.00);
    border: 1px solid rgb(40,40,40);
    background: rgba(255,255,255,1.00);
    border-radius: 0px 0px 5px 5px;
}

body .t413 {
    color: #eaeaea;
    display: grid;
    background: rgb(30,30,30);
    column-gap: 2rem;
    padding-top: 30px;
    padding-left: 30px;
    border-radius: 0px 0px 5px 5px;
    padding-right: 30px;
    padding-bottom: 30px;
    grid-template-columns: 1fr 1fr;
}

body .t414 {
    overflow: hidden;
    padding-top: 0rem;
    border-radius: 2rem;
}

body .t415 {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

body .t416 {
    align-self: center;
    justify-self: center;
}

body .t417 {
    color: #dcdcdc;
    font-size: 20px;
}

body .t418 {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    border-radius: 5px 5px 0px 0px;
    justify-content: space-between;
}

body .t419 {
    cursor: pointer;
    display: flex;
    min-width: 49%;
    background: rgb(40,40,40);
    column-gap: 1rem;
    transition: all 300ms 0ms linear;
    align-items: center;
    padding-top: 10px;
    padding-left: 10px;
    border-radius: 5px 5px 0px 0px;
    padding-right: 10px;
    padding-bottom: 10px;
    justify-content: flex-start;
}

body .t419:hover {
    background: rgba(255,129,44,0.3);
}

body .t419.dh-active {
    color: rgba(255,255,255,1.00);
    background: rgb(255,129,44);
}

body .t420 {
    color: #eaeaea;
    font-size: 20px;
}

body .t421 {
    width: 48px;
    height: 48px;
}

body .t422 {
    color: rgb(220,150,10);
    display: flex;
    column-gap: 10px;
    align-items: center;
    font-weight: 600;
    margin-bottom: 1rem;
    flex-direction: row;
}

body .t423 {
    color: rgb(255,129,44);
    display: block;
    font-size: 1rem;
}

body .t424 {
    width: 45px;
    height: 2px;
    background: rgb(255,129,44);
}

body .t425 {
    display: flex;
    margin-bottom: 3rem;
    justify-content: space-between;
}

body .t426 {
    width: 100%;
    display: flex;
    max-width: 600px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
}

body .t427 {
    color: #dcdcdc;
    font-size: 20px;
    font-style: normal;
    text-align: justify;
    margin-bottom: 0px;
}

body .t428 {
    color: rgb(234,234,234);
    font-size: 3rem;
    text-align: left;
    font-family: 'Space Mono';
}

body .t429 {
    background: #141414;
    padding-top: 50px;
    padding-bottom: 60px;
}

body .t431 {
    display: flex;
    column-gap: 100px;
    align-items: center;
}

body .t433 {
    display: flex;
    column-gap: 1rem;
    margin-top: 50px;
    align-items: flex-start;
    flex-direction: column;
}

body .t434 {
    display: none;
    font-size: 14px;
    margin-top: 1rem;
}

body .t435 {
    display: flex;
    margin-top: 4px;
    margin-left: 10px;
    padding-left: 10px;
}

body .t436 {
    width: 48px;
    height: 48px;
    display: flex;
    object-fit: cover;
    margin-left: -20px;
    border-radius: 100%;
}

body .t437 {
    font-size: 1rem;
}

body .t438 {
    border: 1px solid rgb(255,129,44);
    background: rgb(255,129,44);
}

body .t439 {
    color: rgba(89, 89, 94, 1);
    display: block;
    font-size: 1.3rem;
    max-width: 600px;
    text-align: justify;
}

body .t440 {
    color: rgb(220,150,10);
    display: flex;
    column-gap: 10px;
    align-items: center;
    font-weight: 600;
    flex-direction: row;
}

body .t441 {
    color: rgb(255,129,44);
    display: block;
    font-size: 1rem;
}

body .t442 {
    width: 45px;
    height: 2px;
    background: rgb(255,129,44);
}

body .t443 {
    font-size: 4rem;
    margin-top: 20px;
    font-family: 'Space Mono';
    margin-bottom: 20px;
}

body .t444 {
}

body .t446 {
    padding-top: 40px;
    padding-bottom: 60px;
}

body .t448 {
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 60px;
}

body .t450 {
    height: 50px;
}

body .t451 {
    filter: grayscale(100%);
    height: 50px;
}

body .t452 {
    height: 50px;
}

body .t453 {
    height: 50px;
}

body .t455 {
    background: rgb(250,250,250);
    padding-top: 100px;
    margin-bottom: 0px;
    padding-bottom: 100px;
}

body .t457 {
    display: grid;
    margin-bottom: 0rem;
    grid-template-columns: 1fr 1fr;
}

body .t458 {
}

body .t459 {
    color: rgba(89, 89, 94, 1);
    font-size: 1.3rem;
    text-align: justify;
}

body .t460 {
    color: rgb(0,0,0);
    font-size: 3rem;
    margin-top: 20px;
    font-family: 'Space Mono';
    margin-bottom: 20px;
}

body .t461 {
    color: rgba(220, 44, 6, 1);
    display: flex;
    column-gap: 10px;
    align-items: center;
    font-weight: 600;
    flex-direction: row;
}

body .t462 {
    color: rgb(220,150,10);
    width: 30px;
    height: 2px;
    background: rgb(255,129,44);
}

body .t463 {
    color: rgb(255,129,44);
    display: block;
}

body .t464 {
    display: flex;
    padding-top: 3rem;
    flex-direction: column;
    justify-content: center;
}

body .t465 {
    width: 60%;
    align-self: center;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
}

body .t466 {
    display: flex;
    align-self: center;
    margin-top: 1rem;
    align-items: flex-start;
    padding-left: 0px;
    flex-direction: column;
    justify-content: center;
}

body .t467 {
    color: rgba(89, 89, 94, 1);
}

body .t468 {
    font-weight: 700;
}

body .t469 {
    overflow: hidden;
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.15);
    border-radius: 1rem;
}

body .t470 {
    width: 100%;
    height: auto;
    transition: all 300ms 0ms linear;
    border-radius: 1rem;
}

body .t470:hover {
    transform: scale(1.04,1.04);
}

body .t471 {
    display: none;
    margin-top: 0rem;
    justify-content: center;
}

body .t472 {
    order: 0;
    border: 1px solid rgb(255,129,44);
    align-self: center;
    background: rgb(255,129,44);
}

body .t472:hover {
    border: 1px solid rgb(255,129,44);
}

body .t473 {
    color: rgba(255,255,255,1.00);
    display: none;
    position: relative;
    background: rgba(17,17,17,1.00);
    padding-top: 136px;
    padding-bottom: 136px;
}

body .t474 {
    z-index: 6;
    position: relative;
}

body .t475 {
    display: grid;
    column-gap: 100px;
    grid-template-columns: 250px 1fr ;
}

body .t476 {
    color: rgba(255,255,255,1.00);
    display: none;
    font-size: 130px;
    max-width: 900px;
}

body .t477 {
    display: flex;
    row-gap: 70px;
    text-align: right;
    flex-direction: column;
}

body .t479 {
    color: rgba(255,255,255,1.00);
    font-size: 63px;
}

body .t482 {
    text-transform: uppercase;
}

body .t483 {
    border-left: 1px solid rgba(255,255,255,1.00);
    padding-left: 100px;
}

body .t484 {
    font-size: 24px;
    margin-top: 40px;
}

body .t485 {
    color: rgba(255,255,255,1.00);
    font-size: 66px;
    font-family: 'Space Mono';
    font-weight: 700;
}

body .t486 {
    filter: invert(0%);
    opacity: 32%;
    background-size: contain;
    background-image: url(https://global.divhunt.com/eb82e666b96988a4057b51815595befc_42337.png);
    background-repeat: repeat;
}

body .t488 {
    border-top: 1px solid rgb(223,223,223);
    padding-top: 80px;
    padding-bottom: 80px;
}

body .t489 {
}

body .t490 {
    display: flex;
    background: rgba(0,0,0,0.05);
    text-align: center;
    align-items: center;
    padding-top: 80px;
    padding-left: 80px;
    border-radius: 8px;
    padding-right: 80px;
    flex-direction: column;
    padding-bottom: 80px;
    justify-content: center;
}

body .t491 {
    font-size: 2.5rem;
    font-family: 'Space Mono';
}

body .t492 {
    font-size: 1rem;
    max-width: 600px;
    margin-top: 8px;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
}

body .t493 {
    display: flex;
    margin-top: 40px;
    justify-content: center;
}

body .t494 {
    border: 1px solid rgb(255,129,44);
    display: flex;
    background: rgb(255,129,44);
    align-items: center;
    justify-content: center;
}

body .t494:hover {
    border: 1px solid rgb(255,129,44);
}

body .t495 {
    margin-top: 32px;
}

body .t496 {
    display: flex;
    margin-top: 8px;
    padding-left: 10px;
    flex-direction: row;
    justify-content: center;
}

body .t497 {
    width: 48px;
    height: 48px;
    object-fit: cover;
    margin-left: -10px;
    border-radius: 100%;
}

body .t498 {
    font-size: 1rem;
}

body .t499 {
    display: none;
    background: rgb(250,250,250);
    padding-top: 100px;
    padding-bottom: 100px;
}

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

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

body .t502 {
    max-width: 450px;
    padding-top: 100px;
    padding-bottom: 100px;
}

body .t503 {
    color: rgb(0,0,0);
    font-size: 3rem;
    margin-top: 20px;
    font-family: 'Space Mono';
    margin-bottom: 20px;
}

body .t504 {
    color: rgba(89, 89, 94, 1);
    display: none;
    font-size: 18px;
    max-width: 470px;
    text-align: justify;
}

body .t505 {
    color: rgba(220, 44, 6, 1);
    display: flex;
    column-gap: 10px;
    align-items: center;
    font-weight: 600;
    flex-direction: row;
}

body .t506 {
    color: rgb(220,150,10);
    width: 30px;
    height: 2px;
    background: rgb(220,150,10);
}

body .t507 {
    color: rgb(220,150,10);
    display: block;
}

body .t508 {
    color: rgba(89, 89, 94, 1);
    font-size: 1.3rem;
    text-align: justify;
}

body .t509 {
    display: flex;
    align-items: center;
    padding-top: 5rem;
    flex-direction: column;
    justify-content: center;
}

body .t511 {
    display: flex;
    margin-top: 0.5rem;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

body .t512 {
    font-size: 20px;
    font-weight: 700;
}

body .t513 {
    color: rgba(89, 89, 94, 1);
    font-size: 14px;
}

body .t514 {
    display: block;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    box-shadow: 0px 0px 30px 3px rgba(0,0,0,0.15);
    max-height: 100%;
    align-items: center;
    border-radius: 1rem;
    flex-direction: column;
    justify-content: center;
}

body .t515 {
    order: -1000;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.15);
    object-fit: contain;
    transition: all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);
    border-radius: 1rem;
}

body .t515:hover {
    transform: scale(1.05,1.05);
}

body .t516 {
    display: flex;
    margin-top: 0px;
    justify-content: center;
}

body .t517 {
    order: 0;
    align-self: center;
    background: rgb(220,150,10);
}

body .t518 {
    padding-top: 100px;
    padding-bottom: 100px;
}

body .t520 {
    display: flex;
    margin-top: 1rem;
    justify-content: space-between;
}

body .t521 {
    font-size: 3rem;
    max-width: 450px;
    align-self: center;
    font-family: 'Space Mono';
    margin-bottom: 10px;
}

body .t522 {
    color: rgba(89, 89, 94, 1);
    display: none;
    font-size: 1.3rem;
    max-width: 500px;
    text-align: justify;
}

body .t523 {
    color: rgba(89, 89, 94, 1);
    font-size: 1.3rem;
    max-width: 500px;
}

body .t524 {
    display: grid;
    column-gap: 30px;
    margin-top: 69px;
    grid-template-columns: 1fr 1fr 1fr;
}

body .t525 {
    display: block;
    background: rgba(255,255,255,1.00);
    box-shadow:  0px 0px 30px -5px rgba(0,0,0,0.09);
    transition: all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);
    padding-top: 32px;
    padding-left: 32px;
    border-radius: 1rem;
    padding-right: 32px;
    padding-bottom: 32px;
}

body .t525:hover {
    transform: translate(0px,-10px);
    transition: all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);
}

body .t526 {
    font-size: 1.5rem;
    margin-top: 35px;
    font-family: 'Space Mono';
    margin-bottom: 10px;
}

body .t527 {
    color: rgba(89, 89, 94, 1);
    font-size: 1rem;
    text-align: justify;
}

body .t528 {
    height: 60px;
    max-width: 20%;
}

body .t529 {
    color: rgb(220,150,10);
    display: flex;
    column-gap: 10px;
    align-items: center;
    font-weight: 600;
    flex-direction: row;
}

body .t530 {
    color: #ff812c;
    display: block;
    font-size: 1rem;
}

body .t531 {
    width: 45px;
    height: 2px;
    background: rgb(255,129,44);
}

body .t532 {
    color: #042f1c;
    background: rgb(250,250,250);
    font-family: 'Space Mono';
    padding-top: 50px;
    padding-bottom: 50px;
}

body .t535 {
    width: 100%;
    display: flex;
    row-gap: 20px;
    max-width: 800px;
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    flex-direction: column;
}

body .t536 {
    color: #000000;
    font-size: 3rem;
    font-family: 'Space Mono';
    font-weight: 700;
}

body .t537 {
    color: rgba(89, 89, 94, 1);
    font-size: 1.3rem;
    max-width: 800px;
    text-align: justify;
}

body .t538 {
    color: rgb(220,150,10);
    display: flex;
    column-gap: 10px;
    align-items: center;
    font-weight: 600;
    flex-direction: row;
}

body .t539 {
    color: rgb(255,129,44);
    display: block;
    font-size: 1rem;
}

body .t540 {
    width: 45px;
    height: 2px;
    background: rgb(255,129,44);
}

body .t541 {
    color: rgba(89, 89, 94, 1);
    display: grid;
    row-gap: 20px;
    column-gap: 20px;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

body .t542 {
    outline: 1px solid rgb(250,250,250);
    overflow: hidden;
    background: #FFF;
    box-shadow: 0px 0px 30px -5px rgba(0,0,0,0.09);
    transition: all 300ms 0ms cubic-bezier(0.645,0.045,0.355,1);
    border-radius: 1rem;
}

body .t542:hover {
    outline: 1px solid rgba(255,129,44,0.5);
    transform: translate(0px,-10px);
}

body .t543 {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0px;
}

body .t544 {
    margin-bottom: 1rem;
}

body .t545 {
    color: rgb(0,0,0);
    font-size: 1.3rem;
    font-style: normal;
    font-family: 'Space Mono';
    font-weight: 700;
    margin-bottom: 1rem;
}

body .t546 {
    color: #59595e;
    font-size: 1rem;
    font-style: normal;
    font-family: 'Space Mono';
    font-weight: 400;
}

body .t547 {
}

body .t548 {
    width: 100%;
    height: 170px;
    object-fit: scale-down;
    padding-top: 2rem;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 2rem;
}

body .t549 {
    overflow: hidden;
    position: relative;
    background: rgb(255,255,255);
    border-top: 1px solid rgb(223,223,223);
    padding-top: 75px;
    border-bottom: 1px solid rgb(223,223,223);
    padding-bottom: 75px;
}

body .t551 {
    display: flex;
    align-items: center;
    margin-bottom: 48px;
    justify-content: space-between;
}

body .t553 {
    color: rgba(220, 44, 6, 1);
    display: flex;
    column-gap: 10px;
    align-items: center;
    font-weight: 600;
}

body .t554 {
    color: rgb(220,150,10);
    width: 30px;
    height: 2px;
    background: rgb(255,129,44);
}

body .t555 {
    color: rgb(255,129,44);
    display: block;
}

body .t556 {
    font-size: 3rem;
    font-family: 'Space Mono';
    margin-bottom: 12px;
}

body .t557 {
    color: rgba(89, 89, 94, 1);
    font-size: 1.3rem;
    text-align: justify;
}

body .t558 {
    display: flex;
}

body .t559 {
    border: 1px solid rgb(255,129,44);
    background: rgb(255,129,44);
}

body .t559:hover {
    border: 1px solid rgb(255,129,44);
}

body .t560 {
    overflow: visible;
    padding-bottom: 50px;
}

body .t562 {
    border: 1px solid rgb(223,223,223);
    height: auto;
    display: flex;
    row-gap: 100px;
    background: rgba(255,255,255,1.00);
    box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.05);
    padding-top: 36px;
    padding-left: 36px;
    border-radius: 1rem;
    padding-right: 36px;
    flex-direction: column;
    padding-bottom: 36px;
    justify-content: space-between;
}

body .t564 {
    height: 30px;
}

body .t565 {
    font-size: 20px;
    margin-top: 24px;
}

body .t567 {
    font-size: 14px;
}

body .t568 {
    font-weight: 700;
}

body .t569 {
    background: rgb(250,250,250);
    padding-top: 80px;
    padding-bottom: 80px;
}

body .t570 {
}

body .t571 {
    color: rgba(220, 44, 6, 1);
    display: flex;
    column-gap: 10px;
    align-items: center;
    font-weight: 600;
    flex-direction: row;
    justify-content: center;
}

body .t572 {
    color: rgb(220,150,10);
    width: 30px;
    height: 2px;
    background: rgb(255,129,44);
}

body .t573 {
    color: rgb(255,129,44);
    display: block;
}

body .t574 {
    display: flex;
    max-width: 720px;
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
}

body .t575 {
    font-size: 3rem;
    font-family: 'Space Mono';
    font-weight: 700;
}

body .t576 {
    display: none;
    background: rgba(0,0,0,0.05);
    padding-top: 8px;
    padding-left: 16px;
    border-radius: 8px;
    margin-bottom: 16px;
    padding-right: 16px;
    padding-bottom: 8px;
}

body .t577 {
    font-size: 14px;
    font-weight: 600;
}

body .t578 {
    font-size: 1.3rem;
    max-width: 800px;
    margin-top: 16px;
    text-align: justify;
}

body .t579 {
    display: flex;
    row-gap: 16px;
    margin-top: 80px;
    flex-direction: column;
}

body .t580 {
    background: rgba(0,0,0,0.05);
    border-radius: 6px;
}

body .t581 {
    cursor: pointer;
    display: flex;
    column-gap: 24px;
    align-items: center;
    padding-top: 16px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 16px;
    justify-content: space-between;
}

body .t581.dh-active img {
    transform: rotate(180deg);
}

body .t582 {
    font-size: 18px;
}

body .t583 {
    height: 16px;
    transition: all 200ms 0ms linear;
}

body .t584 {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
}

body .t585  a {
    color: rgb(124,65,251);
}

body .t585 {
    font-size: 14px;
}

body .t586 {
    border-top: 1px solid rgb(223,223,223);
    padding-top: 100px;
    border-bottom: 1px solid rgb(223,223,223);
    padding-bottom: 100px;
}

body .t588 {
    text-align: center;
}

body .t589 {
    color: rgba(220, 44, 6, 1);
    display: flex;
    column-gap: 10px;
    align-items: center;
    font-weight: 600;
    flex-direction: row;
    justify-content: center;
}

body .t590 {
    color: rgb(220,150,10);
    width: 30px;
    height: 2px;
    background: rgb(255,129,44);
}

body .t591 {
    color: rgb(255,129,44);
    display: block;
}

body .t592 {
    color: rgb(0,0,0);
    font-size: 3rem;
    margin-top: 20px;
    font-family: 'Space Mono';
    margin-bottom: 20px;
}

body .t594 {
    color: rgba(0,0,0,1.00);
    display: flex;
    row-gap: 1rem;
    column-gap: 1rem;
    align-items: center;
    justify-content: center;
    grid-template-columns: 250px 1fr ;
}

body .t595 {
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    max-width: 300px;
    column-gap: 10px;
    border-radius: 5px;
    flex-direction: column;
}

body .t596 {
    color: rgba(89, 89, 94, 1);
    cursor: pointer;
    background: rgb(235,235,235);
    transition: all 300ms 0ms linear;
    border-left: 5px solid rgb(223,223,223);
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

body .t596:hover {
    background: rgba(255,129,44,0.3);
}

body .t596.dh-active {
    color: rgb(0,0,0);
    border-left: 5px solid rgb(255,129,44);
}

body .t598 {
    color: rgba(0,0,0,1.00);
    border: 1px solid rgba(243,243,243,1.00);
    max-width: 700px;
    background: rgba(255,255,255,1.00);
    border-radius: 5px;
}

body .t599 {
    font-size: 20px;
    background: rgb(250,250,250);
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

body .t600 {
    color: rgb(0,0,0);
    text-align: justify;
}

body .t601 {
    display: flex;
    margin-top: 1rem;
    justify-content: center;
}

body .t602 {
    order: 0;
    border: 1px solid rgb(255,129,44);
    align-self: center;
    background: rgb(255,129,44);
}

body .t602:hover {
    border: 1px solid rgb(255,129,44);
}

body .t603 {
    color: #000000;
    overflow: visible;
    font-size: 16px;
    padding-top: 2px;
}

body .t604 {
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(81,75,75,0.5);
    padding-right: 0px;
}

