/* [Colors] */

body {
    --Dark: #121212;
    --Silver-BG: #e65161;
    --Silver: #00aaa5;
    --Brand: #102543;
    --White: rgb(0,0,0);
    --Branco: rgb(255,255,255);
    --azulweb: rgb(6,15,28);
    --azulclaro: rgb(0,195,255);
    --azul2: rgb(2,22,51);
    --fund-Azul: rgb(12,31,53);
    --areia: rgb(214,210,210);
    --LetraCinza: rgb(169,169,169);
}

/* [Global] */

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

h2 {
    font-size: 60px;
    margin-top: 0px;
    font-family: 'Bebas Neue';
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 0px;
}

h1 {
    font-size: 90px;
    margin-top: 0px;
    font-family: 'Bebas Neue';
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 0px;
}

h3 {
    font-size: 36px;
    margin-top: 0px;
    font-family: 'Bebas Neue';
    font-weight: 400;
    margin-bottom: 0px;
}

h4 {
    font-size: 24px;
    margin-top: 0px;
    font-weight: 700;
    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: 'DM Sans';
}

a {
    cursor: pointer;
    transition: all 200ms 0ms linear;
    text-decoration: none;
}

button {
    cursor: pointer;
    font-family: 'DM Sans';
}

section {
    position: relative;
}

input {
    font-family: 'DM Sans';
}

select {
    font-family: 'DM Sans';
}

/* [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: 'Roboto';
}

.button-primary {
    color: rgba(255,255,255,1.00);
    border: 1px solid rgba(0,0,0,1);
    padding: 15px 35px 15px 35px;
    background: rgba(0,0,0,1.00);
}

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

.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);
}

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

.nav-link {
    color: rgba(0,0,0,1.00);
    position: relative;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    padding-top: 5px;
    padding-left: 0px;
    border-bottom: 1px solid rgba(41,69,255,0.00);
    padding-right: 0px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.nav-link::after {
    left: 0;
    width: 0;
    bottom: -4px;
    height: 1px;
    content: "";
    position: absolute;
    background: var(--Dark);
    transition: 0.2s;
}

.nav-link:hover::after {
    width: 100%;
}

.nav-link-2 {
    color: rgba(0,0,0,1.00);
    position: relative;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    padding-top: 5px;
    padding-left: 0px;
    border-bottom: 1px solid rgba(41,69,255,0.00);
    padding-right: 0px;
    letter-spacing: 1px;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.nav-link-2::after {
    left: 0;
    width: 0;
    bottom: -4px;
    height: 1px;
    content: "";
    position: absolute;
    background: var(--Dark);
    transition: 0.2s;
}

.nav-link-2:hover::after {
    width: 100%;
}

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

.button-outline:hover {
    color: var(--Branco);
    background: var(--Branco);
    overflow: hidden;
}

.button-outline > span {
    z-index: 2;
    position: relative;
    color: var(--Branco);
}

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

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

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

.button-brand:hover {
    color: white;
}

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

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

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

.bg-grain-dark {
    top: 0%;
    left: 0%;
    right: auto;
    width: 100%;
    bottom: auto;
    height: 100%;
    z-index: 3;
    position: absolute;
    background-size: contain;
    background-position: 0 0;
    background: var(--Dark);
}

.button-white {
    color: var(--Dark);
    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 var(--Dark);
}

.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: var(--Dark);
    transition: all 300ms 0ms linear;
    border-radius: 100px;
}

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

.button-dark {
    color: rgba(255,255,255,1.00);
    border: 1px solid rgba(255,255,255,1.00);
    height: 65px;
    display: flex;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    background: var(--Dark);
    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-dark:hover {
    color: var(--Dark);
    border: 1px solid var(--Dark);
}

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

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

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

.header-line {
    width: 80px;
    height: 2px;
}

.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;
}

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

.sticky-nav {
    top: 0px;
    display: block;
    z-index: 10000;
    position: sticky;
    transition: all 200ms 0ms linear;
}

.button-brand-2 {
    color: rgba(31,39,50,1.00);
    border: 1px solid rgba(209,176,107,1.00);
    height: 85px;
    display: flex;
    padding: 0px 70px 0px 70px;
    background: rgba(209,176,107,1.00);
    text-align: center;
    align-items: center;
    font-weight: 500;
    justify-content: center;
    text-decoration: none;
}

.button-brand-2:hover {
    color: rgba(209,176,107,1.00);
    background: rgba(31,39,50,1.00);
}

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

.testimonial-card-2 {
    width: 100%;
    position: absolute;
    max-width: 420px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.arrow {
    transition: transform 200ms 0ms ease;
}

.dot {
    transition: all 200ms 0ms linear;
}

.testimonial-card-2-2 {
    position: absolute;
    max-width: 420px;
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.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-btn-primary: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);
}

.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);
}

/* [Tags] */

body .t2 {
}

body .t3 {
}

body .t4 {
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body .t56 {
    color: var(--Branco);
}

body .t59 {
    color: var(--Dark);
    background: rgba(239,239,239,1.00);
    padding-top: 60px;
    border-bottom: 1px solid var(--Dark);
    padding-bottom: 60px;
}

body .t60 {
    overflow: hidden;
    position: relative;
    background: rgba(239,239,239,1.00);
    border-top: 1px solid var(--Dark);
    padding-top: 110px;
    border-bottom: 1px solid var(--Dark);
    padding-bottom: 110px;
}

body .t61 {
    overflow: hidden;
    position: relative;
    background: rgba(239,239,239,1.00);
    border-top: 1px solid var(--Dark);
    padding-top: 110px;
    padding-bottom: 110px;
}

body .t62 {
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px;
}

body .t63 {
    color: var(--Silver);
    opacity: 100%;
}

body .t64 {
    display: flex;
    z-index: 5;
    position: relative;
    column-gap: 150px;
    justify-content: space-between;
}

body .t65 {
    top: 4%;
    left: 2%;
    right: auto;
    bottom: auto;
    z-index: 8;
    margin-left: auto;
    margin-right: auto;
}

body .t66 {
    flex: 1 1 0%;
    display: flex;
    z-index: 6;
    position: relative;
    justify-content: flex-start;
}

body .t67 {
    color: var(--Branco);
    display: flex;
    column-gap: 25px;
    align-items: center;
}

body .t68 {
    font-size: 75px;
}

body .t69 {
    width: 120px;
}

body .t70 {
    max-width: 900px;
    padding-left: 60px;
}

body .t71 {
    color: var(--Branco);
    max-width: 655px;
}

body .t72 {
    display: flex;
    column-gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}

body .t73 {
    color: var(--Branco);
    font-size: 42px;
    background: rgba(240,240,240,0);
}

body .t74 {
    opacity: 100%;
}

body .t75 {
    z-index: 21;
    position: relative;
}

body .t76 {
    top: 0%;
    left: auto;
    right: 0%;
    width: 50%;
    bottom: 0%;
    height: 100%;
    position: absolute;
    border-left: 1px solid var(--Dark);
}

body .t77 {
    display: flex;
    justify-content: flex-start;
}

body .t78 {
    width: 42%;
}

body .t79 {
    display: flex;
    margin-top: 40px;
    justify-content: flex-start;
}

body .t80 {
    color: var(--Branco);
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 20px;
}

body .t81 {
    color: var(--Branco);
    font-size: 20px;
    font-weight: 300;
}

body .t84 {
    z-index: 4;
    background: rgba(255,255,255,1.00);
}

body .t85 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 90%;
}

body .t86 {
    top: 0%;
    left: 0%;
    right: auto;
    width: 50%;
    bottom: 0%;
    height: 100%;
    position: absolute;
    border-right: 1px solid var(--Dark);
}

body .t87 {
    z-index: 20;
    position: relative;
}

body .t88 {
    opacity: 100%;
}

body .t89 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 35% 50%;
}

body .t90 {
    z-index: 4;
    background: rgba(255,255,255,1.00);
}

body .t91 {
    display: flex;
    justify-content: flex-end;
}

body .t92 {
    width: 42%;
}

body .t93 {
    color: var(--Branco);
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 20px;
}

body .t94 {
    display: flex;
    margin-top: 40px;
    justify-content: flex-start;
}

body .t95 {
    color: var(--Branco);
    font-size: 20px;
    font-weight: 300;
}

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

body .t101 {
    position: relative;
}

body .t102 {
    padding-top: 75px;
    padding-bottom: 75px;
}

body .t103 {
    z-index: 4;
    background: rgba(255,255,255,1.00);
}

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

body .t105 {
    display: flex;
    margin-top: 60px;
    align-items: center;
    justify-content: flex-start;
}

body .t106 {
    margin-bottom: 25px;
}

body .t107 p {
    margin-bottom: 15px;
}

body .t107 {
}

body .t108 {
    background: rgba(B13232);
    padding-left: 60px;
    padding-right: 60px;
}

body .t113 {
    color: rgba(18, 18, 18, 1);
    background: rgba(239,239,239,1.00);
    padding-top: 60px;
    border-bottom: 1px solid rgba(18, 18, 18, 1);
    padding-bottom: 60px;
}

body .t115 {
    color: rgba(18, 18, 18, 1);
    z-index: 5;
    position: relative;
    background: rgba(255,255,255,1.00);
    padding-top: 100px;
    padding-bottom: 100px;
}

body .t116 {
    padding-bottom: 100px;
}

body .t117 {
    opacity: 100%;
}

body .t118 {
    color: rgb(18,18,18);
    display: flex;
    z-index: 5;
    position: relative;
    column-gap: 150px;
    justify-content: space-between;
}

body .t119 {
    top: 4%;
    left: 2%;
    right: auto;
    bottom: auto;
    z-index: 8;
    background: var(--Dark);
    margin-left: auto;
    margin-right: auto;
}

body .t120 {
    flex: 1 1 0%;
    display: flex;
    z-index: 6;
    position: relative;
    justify-content: flex-start;
}

body .t121 {
    display: flex;
    column-gap: 25px;
    align-items: center;
}

body .t122 {
    width: 120px;
}

body .t123 {
    font-size: 75px;
}

body .t124 {
    max-width: 900px;
    padding-left: 60px;
}

body .t125 {
    display: flex;
    column-gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}

body .t126 {
    color: var(--Branco);
    max-width: 655px;
}

body .t127 {
    color: var(--Branco);
    font-size: 42px;
}

body .t128 {
    z-index: 12;
    position: relative;
}

body .t129 {
    top: 5%;
    left: 0%;
    right: 0%;
    width: 100%;
    bottom: auto;
    height: 90%;
    display: none;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
}

body .t130 {
    max-width: 700px;
}

body .t131 {
    display: grid;
    row-gap: 25px;
    column-gap: 25px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

body .t132 {
    max-width: 500px;
    margin-left: 0px;
}

body .t133 {
    border: 1px solid rgba(18, 18, 18, 1);
    overflow: hidden;
    position: relative;
    background: rgba(255,255,255,1.00);
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

body .t134 li {
    gap: 8px;
    display: flex;
    padding-left: 0;
    list-style-type: none;
}

body .t134 ul {
    padding-left: 0;
}

body .t134 {
    color: rgba(0,0,0,1.00);
    z-index: 11;
    position: relative;
    font-size: 16px;
    font-weight: 500;
}

body .t134 li::before {
    top: 4px;
    width: 18px;
    height: 18px;
    content: '';
    position: relative;
    min-width: 18px;
    background: url('https://global.divhunt.com/95a5ba5aa47946d00bfd550787c3b7a3_397.svg') no-repeat;
    background-size: cover;
}

body .t135 {
    height: 60px;
    z-index: 13;
    position: relative;
}

body .t136 {
    z-index: 13;
    position: relative;
    margin-top: 30px;
    margin-bottom: 15px;
}

body .t137 {
    z-index: 26;
    position: relative;
}

body .t138 {
    background: linear-gradient(45deg, rgba(177, 50, 50, 1) 0%, rgba(118,28,57,1.00) 60%, rgba(81, 0, 26, 1) 100%);
    padding-top: 75px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 75px;
}

body .t139 {
    color: rgba(255,255,255,1.00);
    display: flex;
    max-width: 1050px;
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    justify-content: center;
}

body .t140 {
    font-size: 72px;
}

body .t141 {
    display: flex;
    margin-top: 60px;
}

body .t146 {
    color: rgba(0,0,0,1.00);
    background: rgba(239,239,239,1.00);
    padding-top: 100px;
    padding-bottom: 100px;
}

body .t147 {
    z-index: 26;
    position: relative;
}

body .t148 {
    opacity: 100%;
    background-image: url(https://global.divhunt.com/eb82e666b96988a4057b51815595befc_42337.png);
}

body .t149 {
    background: linear-gradient(45deg, rgba(177, 50, 50, 1) 0%, rgba(118,28,57,1.00) 60%, rgba(81, 0, 26, 1) 100%);
    padding-top: 75px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 75px;
}

body .t150 {
    color: rgba(255,255,255,1.00);
    display: flex;
    max-width: 1050px;
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    justify-content: center;
}

body .t151 {
    font-size: 72px;
}

body .t152 {
    display: flex;
    margin-top: 60px;
}

body .t161 {
    color: #121212;
    background: rgba(239,239,239,1.00);
    padding-top: 60px;
    border-bottom: 1px solid #121212;
    padding-bottom: 60px;
}

body .t162 {
    display: flex;
    z-index: 5;
    position: relative;
    column-gap: 150px;
    justify-content: space-between;
}

body .t163 {
    top: 4%;
    left: 2%;
    right: auto;
    bottom: auto;
    z-index: 8;
    margin-left: auto;
    margin-right: auto;
}

body .t164 {
    color: rgb(255,255,255);
    display: flex;
    column-gap: 25px;
    align-items: center;
}

body .t165 {
    width: 120px;
}

body .t166 {
    font-size: 75px;
}

body .t167 {
    flex: 1 1 0%;
    display: flex;
    z-index: 6;
    position: relative;
    justify-content: flex-start;
}

body .t168 {
    max-width: 900px;
    padding-left: 60px;
}

body .t169 {
    display: flex;
    column-gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}

body .t170 {
    font-size: 42px;
}

body .t171 {
    color: rgb(255,255,255);
    max-width: 655px;
}

body .t172 {
    opacity: 100%;
}

body .t173 {
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px;
}

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

body .t177 {
    position: relative;
}

body .t178 {
    z-index: 4;
    background: rgba(255,255,255,1.00);
}

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

body .t180 {
    padding-top: 75px;
    padding-bottom: 75px;
}

body .t181 {
    display: flex;
    margin-top: 60px;
    align-items: center;
    justify-content: flex-start;
}

body .t182 {
    background: rgba(B13232);
    padding-left: 60px;
    padding-right: 60px;
}

body .t184 {
    margin-bottom: 25px;
}

body .t185 p {
    margin-bottom: 15px;
}

body .t185 {
}

body .t186 {
    overflow: hidden;
    position: relative;
    background: rgba(239,239,239,1.00);
    border-top: 1px solid #121212;
    padding-top: 110px;
    padding-bottom: 110px;
}

body .t187 {
    top: 0%;
    left: 0%;
    right: auto;
    width: 50%;
    bottom: 0%;
    height: 100%;
    position: absolute;
    border-right: 1px solid #121212;
}

body .t188 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 35% 50%;
}

body .t189 {
    z-index: 4;
    background: rgba(255,255,255,1.00);
}

body .t190 {
    z-index: 20;
    position: relative;
}

body .t191 {
    display: flex;
    justify-content: flex-end;
}

body .t192 {
    width: 42%;
}

body .t193 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 20px;
}

body .t194 {
    display: flex;
    margin-top: 40px;
    justify-content: flex-start;
}

body .t197 {
    font-size: 20px;
    font-weight: 300;
}

body .t198 {
    opacity: 100%;
    background: var(--Silver-BG);
}

body .t199 {
    overflow: hidden;
    position: relative;
    background: rgba(239,239,239,1.00);
    border-top: 1px solid #121212;
    padding-top: 110px;
    border-bottom: 1px solid #121212;
    padding-bottom: 110px;
}

body .t200 {
    opacity: 100%;
    background: var(--Branco);
}

body .t201 {
    z-index: 21;
    position: relative;
}

body .t202 {
    display: flex;
    justify-content: flex-start;
}

body .t203 {
    width: 42%;
}

body .t204 {
    display: flex;
    margin-top: 40px;
    justify-content: flex-start;
}

body .t207 {
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 20px;
}

body .t208 {
    font-size: 20px;
    font-weight: 300;
}

body .t209 {
    top: 0%;
    left: auto;
    right: 0%;
    width: 50%;
    bottom: 0%;
    height: 100%;
    position: absolute;
    border-left: 1px solid #121212;
}

body .t210 {
    z-index: 4;
    background: rgba(255,255,255,1.00);
}

body .t211 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 90%;
}

body .t212 {
    color: var(--Branco);
    font-size: 12px;
    background: var(--fund-Azul);
    font-family: 'Roboto';
    font-weight: 400;
}

body .t215 {
    color: rgba(18, 18, 18, 1);
    background: rgba(239,239,239,1.00);
    padding-top: 60px;
    border-bottom: 1px solid rgba(18, 18, 18, 1);
    padding-bottom: 60px;
}

body .t216 {
    opacity: 100%;
}

body .t217 {
    color: rgb(18,18,18);
    display: flex;
    z-index: 5;
    position: relative;
    column-gap: 150px;
    justify-content: space-between;
}

body .t218 {
    flex: 1 1 0%;
    display: flex;
    z-index: 6;
    position: relative;
    justify-content: flex-start;
}

body .t219 {
    max-width: 900px;
    padding-left: 60px;
}

body .t220 {
    display: flex;
    column-gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}

body .t221 {
    color: rgb(255,255,255);
    font-size: 42px;
}

body .t222 {
    color: rgb(255,255,255);
    max-width: 655px;
}

body .t223 {
    top: 4%;
    left: 2%;
    right: auto;
    bottom: auto;
    z-index: 8;
    background: #121212;
    margin-left: auto;
    margin-right: auto;
}

body .t224 {
    display: flex;
    column-gap: 25px;
    align-items: center;
}

body .t225 {
    width: 120px;
}

body .t226 {
    font-size: 75px;
}

body .t227 {
    color: rgba(18, 18, 18, 1);
    z-index: 5;
    position: relative;
    background: rgba(255,255,255,1.00);
    padding-top: 100px;
    padding-bottom: 100px;
}

body .t228 {
    z-index: 12;
    position: relative;
}

body .t229 {
    max-width: 700px;
}

body .t230 {
    max-width: 500px;
    margin-left: 0px;
}

body .t231 {
    display: grid;
    row-gap: 25px;
    column-gap: 25px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

body .t232 {
    border: 1px solid rgba(18, 18, 18, 1);
    overflow: hidden;
    position: relative;
    background: rgba(255,255,255,1.00);
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

body .t233 li {
    gap: 8px;
    display: flex;
    padding-left: 0;
    list-style-type: none;
}

body .t233 ul {
    padding-left: 0;
}

body .t233 {
    color: rgba(0,0,0,1.00);
    z-index: 11;
    position: relative;
    font-size: 16px;
    font-weight: 500;
}

body .t233 li::before {
    top: 4px;
    width: 18px;
    height: 18px;
    content: '';
    position: relative;
    min-width: 18px;
    background: url('https://global.divhunt.com/95a5ba5aa47946d00bfd550787c3b7a3_397.svg') no-repeat;
    background-size: cover;
}

body .t234 {
    height: 60px;
    z-index: 13;
    position: relative;
}

body .t235 {
    z-index: 13;
    position: relative;
    margin-top: 30px;
    margin-bottom: 15px;
}

body .t236 {
    top: 5%;
    left: 0%;
    right: 0%;
    width: 100%;
    bottom: auto;
    height: 90%;
    display: none;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
}

body .t237 {
    padding-bottom: 100px;
}

body .t238 {
    z-index: 26;
    position: relative;
}

body .t239 {
    background: linear-gradient(45deg, rgba(177, 50, 50, 1) 0%, rgba(118,28,57,1.00) 60%, rgba(81, 0, 26, 1) 100%);
    padding-top: 75px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 75px;
}

body .t240 {
    color: rgba(255,255,255,1.00);
    display: flex;
    max-width: 1050px;
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    justify-content: center;
}

body .t241 {
    display: flex;
    margin-top: 60px;
}

body .t244 {
    font-size: 72px;
}

body .t253 {
    background: #00a8a373;
    font-family: 'Roboto';
    padding-top: 80px;
    padding-bottom: 80px;
}

body .t255 {
    display: flex;
    row-gap: 32px;
    column-gap: 64px;
    justify-content: space-between;
}

body .t256 {
    max-width: 480px;
}

body .t257 {
    display: inline;
    font-size: 14px;
    background: hsla(0,0%,0%,0.1);
    font-weight: 600;
    padding-top: 2px;
    padding-left: 6px;
    border-radius: 4px;
    padding-right: 6px;
    padding-bottom: 2px;
}

body .t258 {
    margin-top: 6px;
}

body .t259 {
    margin-top: 16px;
}

body .t260 {
    width: 100%;
    max-width: 280px;
}

body .t261 {
    margin-top: 24px;
}

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

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

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

body .t265 {
    display: flex;
    column-gap: 8px;
}

body .t268 {
    display: grid;
    row-gap: 64px;
    column-gap: 64px;
    margin-top: 60px;
    grid-template-columns: 1fr 1fr 1fr;
}

body .t270 {
    font-size: 24px;
    margin-top: 12px;
    margin-bottom: 8px;
}

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

body .t272 {
    width: 100%;
    position: relative;
    padding-bottom: 80%;
}

body .t273 {
    width: 100%;
    object-fit: cover;
}

body .t274 {
    background: var(--fund-Azul);
}

body .t275 {
    background: #00c3ff4a;
    padding-top: 80px;
    padding-bottom: 80px;
}

body .t276 {
}

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

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

body .t279 {
    max-width: 400px;
}

body .t280 {
    max-width: 340px;
    margin-top: 16px;
}

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

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

body .t283 {
    display: flex;
    row-gap: 10px;
    background: rgba(0,0,0,0.05);
    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 .t284 {
    font-size: 14px;
    font-weight: 600;
}

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

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

body .t288 {
    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 .t288.dh-active img {
    transform: rotate(180deg);
}

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

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

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

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

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

body .t299 {
    width: 100%;
    overflow: visible;
}

body .t301 {
    color: var(--Dark);
    width: 100%;
    background: var(--Branco);
    text-align: center;
    font-family: 'Inter';
}

body .t302 {
    width: 100%;
    display: flex;
    column-gap: 100px;
    grid-template-columns: 1fr 1fr;
}

body .t304 {
    width: 100%;
}

body .t305 {
    width: 30px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

body .t305 > div {
    top: 0;
    position: relative;
    transition: 0.2s;
}

body .t305.dh-active > div:last-child {
    top: -45%;
    position: relative;
    transform: rotate(-45deg);
}

body .t305.dh-active > div:first-child {
    top: 45%;
    position: relative;
    transform: rotate(45deg);
}

body .t305.dh-active > div:nth-child(2) {
    opacity: 0;
}

body .t306 {
    width: 100%;
    height: 2px;
    background: rgba(0,0,0,1.00);
}

body .t308 {
    display: flex;
    background: #0c0c0c;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
}

body .t310 {
    display: grid;
    align-items: center;
    justify-content: space-between;
    grid-template-rows: 1fr;
    grid-template-columns: 150px 1fr 150px;
}

body .t311 {
}

body .t312 {
    height: 32px;
}

body .t314 {
    display: flex;
    justify-content: flex-end;
}

body .t315 {
    color: rgb(255,255,255);
    display: flex;
    background: #6f41d2;
    align-items: center;
    font-weight: 500;
    padding-top: 12px;
    padding-left: 20px;
    border-radius: 10px;
    padding-right: 20px;
    padding-bottom: 12px;
}

body .t315:hover {
    background: #5c24d4;
}

body .t316 {
    width: 30px;
    height: 20px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
}

body .t316 > div {
    top: 0;
    position: relative;
    transition: 0.2s;
}

body .t316.dh-active > div:last-child {
    top: -45%;
    position: relative;
    transform: rotate(-45deg);
}

body .t316.dh-active > div:first-child {
    top: 45%;
    position: relative;
    transform: rotate(45deg);
}

body .t316.dh-active > div:nth-child(2) {
    opacity: 0;
}

body .t317 {
    width: 100%;
    height: 2px;
    background: rgb(255,255,255);
}

body .t318 {
    flex: 1 1 0%;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    grid-template-columns: 1fr 1fr 1fr;
}

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

body .t320 {
}

body .t321 {
    color: rgb(255,255,255);
    display: flex;
    position: relative;
    column-gap: 5px;
    align-items: center;
    font-family: 'Inter';
    font-weight: 500;
}

body .t321:hover > div:last-child {
    top: 100%;
    opacity: 1;
    pointer-events: auto;
}

body .t322 {
    top: 80%;
    left: 0%;
    right: auto;
    bottom: auto;
    display: flex;
    opacity: 0%;
    z-index: 100;
    position: absolute;
    min-width: 500px;
    background: #0c0c0c;
    margin-top: 30px;
    transition: all 200ms 0ms linear;
    padding-top: 10px;
    padding-left: 10px;
    border-radius: 10px;
    padding-right: 10px;
    flex-direction: column;
    padding-bottom: 10px;
    pointer-events: none;
}

body .t323 {
    color: #a9a9a9;
    font-family: 'Inter';
    font-weight: 500;
    padding-top: 10px;
    padding-left: 10px;
}

body .t324 {
    display: grid;
    row-gap: 20px;
    column-gap: 20px;
    margin-top: 24px;
    grid-template-columns: 1fr 1fr;
}

body .t325 {
    display: flex;
    position: relative;
    column-gap: 12px;
    align-items: center;
    padding-top: 7px;
    padding-left: 7px;
    border-radius: 8px;
    padding-right: 7px;
    padding-bottom: 7px;
}

body .t325:hover {
    background: #202020;
}

body .t326 {
    display: flex;
    row-gap: 5px;
    flex-direction: column;
}

body .t327 {
    color: rgb(255,255,255);
    font-family: 'Inter';
    font-weight: 500;
}

body .t328 {
    color: rgba(255,255,255,0.5);
    font-size: 14px;
    font-weight: 400;
}

body .t329 {
    width: 24px;
    height: 24px;
}

body .t330 {
    top: -30px;
    left: 0%;
    right: auto;
    width: 100%;
    bottom: auto;
    height: 35px;
    position: absolute;
}

body .t331 {
    display: flex;
    column-gap: 8px;
    align-items: center;
}

body .t332 {
    color: rgb(255,255,255);
    font-weight: 500;
}

body .t333 {
    width: 12px;
    height: 12px;
    transition: all 200ms 0ms linear;
}

body .t334 {
    color: rgb(255,255,255);
    font-weight: 500;
}

body .t334:hover {
    text-decoration: underline;
}

body .t336 {
}

body .t337 {
    color: rgb(255,255,255);
    display: flex;
    position: relative;
    column-gap: 5px;
    align-items: center;
    font-family: 'Inter';
    font-weight: 500;
}

body .t337:hover > div:last-child {
    top: 100%;
    opacity: 1;
    pointer-events: auto;
}

body .t338 {
    top: 80%;
    left: 0%;
    right: auto;
    bottom: auto;
    display: flex;
    opacity: 0%;
    z-index: 100;
    position: absolute;
    min-width: 500px;
    background: #0c0c0c;
    margin-top: 30px;
    transition: all 200ms 0ms linear;
    padding-top: 10px;
    padding-left: 10px;
    border-radius: 10px;
    padding-right: 10px;
    flex-direction: column;
    padding-bottom: 10px;
    pointer-events: none;
}

body .t339 {
    color: #a9a9a9;
    font-family: 'Inter';
    font-weight: 500;
    padding-top: 10px;
    padding-left: 10px;
}

body .t340 {
    display: grid;
    row-gap: 20px;
    column-gap: 20px;
    margin-top: 24px;
    grid-template-columns: 1fr 1fr;
}

body .t341 {
    display: flex;
    position: relative;
    column-gap: 12px;
    align-items: center;
    padding-top: 7px;
    padding-left: 7px;
    border-radius: 8px;
    padding-right: 7px;
    padding-bottom: 7px;
}

body .t341:hover {
    background: #202020;
}

body .t342 {
    display: flex;
    row-gap: 5px;
    flex-direction: column;
}

body .t343 {
    color: rgb(255,255,255);
    font-family: 'Inter';
    font-weight: 500;
}

body .t344 {
    color: rgba(255,255,255,0.5);
    font-size: 14px;
    font-weight: 400;
}

body .t345 {
    width: 24px;
    height: 24px;
}

body .t346 {
    top: -30px;
    left: 0%;
    right: auto;
    width: 100%;
    bottom: auto;
    height: 35px;
    position: absolute;
}

body .t347 {
    display: flex;
    column-gap: 8px;
    align-items: center;
}

body .t348 {
    color: rgb(255,255,255);
    font-weight: 500;
}

body .t349 {
    width: 12px;
    height: 12px;
    transition: all 200ms 0ms linear;
}

body .t350 {
    background: var(--Silver-BG);
}

body .t352 {
    display: flex;
    background: var(--LetraCinza);
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-start;
}

body .t355 {
    color: var(--Dark);
    background: var(--areia);
}

body .t358 {
    z-index: 100;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

body .t359 {
    color: rgb(255,255,255);
    display: flex;
    z-index: 10;
    position: relative;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: space-between;
}

body .t360 {
    color: rgb(255,255,255);
    font-size: 22px;
    font-weight: 600;
}

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

body .t363 {
    color: rgb(255,255,255);
    position: relative;
}

body .t363::before {
    top: auto;
    left: 50%;
    right: auto;
    width: 0%;
    bottom: 0%;
    height: 1px;
    content: "";
    position: absolute;
    transform: translate(-50%,0px);
    background: rgb(255,255,255);
    transition: all 200ms 0ms linear;
}

body .t363:hover::before {
    width: 100%;
}

body .t364 {
    color: rgb(255,255,255);
    height: 48px;
    display: none;
    position: relative;
    background: #cc5800;
    align-items: center;
    font-weight: 500;
    padding-left: 36px;
    border-radius: 10px;
    padding-right: 36px;
}

body .t364:hover {
    display: none;
    background: #000000;
}

body .t365 {
    display: flex;
}

body .t366 {
    color: rgb(255,255,255);
    height: 48px;
    display: flex;
    position: relative;
    background: #cc5800;
    align-items: center;
    font-weight: 500;
    padding-left: 36px;
    border-radius: 10px;
    padding-right: 36px;
}

body .t366:hover {
    background: #000000;
}

body .t367 {
    width: 30px;
    height: 20px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
}

body .t367 > div {
    top: 0;
    position: relative;
    transition: 0.2s;
}

body .t367.dh-active > div:last-child {
    top: -45%;
    position: relative;
    transform: rotate(-45deg);
}

body .t367.dh-active > div:first-child {
    top: 45%;
    position: relative;
    transform: rotate(45deg);
}

body .t367.dh-active > div:nth-child(2) {
    opacity: 0;
}

body .t368 {
    width: 100%;
    height: 2px;
    background: rgb(255,255,255);
}

body .t369 {
    top: 0%;
    left: 0%;
    right: auto;
    width: 100%;
    bottom: auto;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg,#00000073 0%,#ffffff00 100%);
}

body .t370 {
    display: flex;
    position: relative;
    margin-top: -88px;
    min-height: 100vh;
    align-items: center;
}

body .t371 {
}

body .t372 {
    display: flex;
    z-index: 10;
    position: relative;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

body .t373 {
    color: rgba(0,0,0,0);
    background: linear-gradient(90deg,#ffffff 0%,#ffad49 100%);
    margin-top: 20px;
    line-height: 1.2;
    -webkit-background-clip: text;
}

body .t374 {
    color: rgb(255,255,255);
    display: flex;
    background: rgba(255,255,255,0.1);
    column-gap: 10px;
    align-items: center;
    padding-top: 5px;
    padding-left: 5px;
    border-radius: 100px;
    padding-right: 5px;
    padding-bottom: 5px;
    backdrop-filter: blur(55px);
    -webkit-backdrop-filter: blur(55px);
}

body .t375 {
    font-size: 12px;
    background: rgba(0,0,0,0.45);
    font-weight: 500;
    padding-top: 4px;
    padding-left: 10px;
    border-radius: 100px;
    padding-right: 10px;
    padding-bottom: 4px;
    backdrop-filter: blur(55px);
    -webkit-backdrop-filter: blur(55px);
}

body .t376 {
    font-size: 12px;
    font-weight: 500;
    padding-top: 4px;
    padding-left: 8px;
    border-radius: 100px;
    padding-right: 8px;
    padding-bottom: 4px;
}

body .t377 {
    display: flex;
    margin-top: 20px;
}

body .t378 {
    color: rgb(255,255,255);
    height: 48px;
    display: flex;
    position: relative;
    background: #cc5800;
    align-items: center;
    font-weight: 500;
    padding-left: 36px;
    border-radius: 10px;
    padding-right: 36px;
}

body .t378:hover {
    background: #000000;
}

body .t379 {
    color: rgb(255,255,255);
    max-width: 700px;
    margin-top: 20px;
}

body .t380 {
    top: 0%;
    left: 0%;
    right: auto;
    width: 100%;
    bottom: auto;
    height: 100%;
    position: absolute;
    object-fit: cover;
    pointer-events: none;
}

body .t381 {
    top: 0%;
    left: 0%;
    right: auto;
    width: 100%;
    bottom: auto;
    height: 100%;
    z-index: 5;
    position: absolute;
    background: linear-gradient(90deg,#000000d1 0%,#0000004f 100%);
    pointer-events: none;
}

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

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

body .t385 {
    height: 100%;
    align-self: center;
    background: rgba(255,255,255,0.05);
    max-height: 380px;
    padding-top: 20px;
    padding-left: 20px;
    border-radius: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

body .t386 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body .t388 {
    margin-bottom: 40px;
}

body .t389 {
    color: rgba(255,255,255,0.7);
}

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

body .t391 {
    display: grid;
    row-gap: 20px;
    column-gap: 20px;
    grid-template-columns: 1fr 1fr;
}

body .t392 {
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.05);
    transition: border-color 200ms 0ms ease;
    padding-top: 20px;
    padding-left: 20px;
    border-radius: 10px;
    padding-right: 20px;
    padding-bottom: 20px;
}

body .t392:hover {
    border: 1px solid #4535c1;
}

body .t393 {
    font-size: 28px;
    margin-bottom: 20px;
}

body .t394 {
    color: rgba(255,255,255,0.6);
}

body .t395 {
    color: #2a382e;
    background: #ffffff;
    font-family: 'Inter';
    padding-top: 80px;
    padding-bottom: 80px;
}

body .t398 {
    color: rgba(0,0,0,1.00);
    display: grid;
    row-gap: 24px;
    column-gap: 40px;
    grid-template-columns: 340px 1fr;
}

body .t399 {
    color: rgb(255,255,255);
    overflow: hidden;
    background: #2a382e;
    border-radius: 20px;
}

body .t400 {
    height: 100%;
    display: flex;
    justify-content: space-between;
}

body .t401 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

body .t402 {
    width: 100%;
    max-width: 400px;
}

body .t403 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 15px;
}

body .t404 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 40px;
}

body .t405 {
    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 .t405:hover {
    background: #ffffff;
}

body .t406 {
    width: 100%;
    max-width: 340px;
    object-fit: cover;
}

body .t407 {
    display: flex;
    row-gap: 10px;
    flex-wrap: wrap;
    column-gap: 10px;
    flex-direction: column;
}

body .t408 {
    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 .t408.dh-active {
    color: rgba(255,255,255,1.00);
    background: #a5f082;
}

body .t409 {
    color: #2a382e;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

body .t410 {
    top: auto;
    left: 0%;
    right: auto;
    width: 100%;
    bottom: 0%;
    height: 2px;
    position: absolute;
}

body .t411 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 60px;
    justify-content: space-between;
}

body .t412 {
    width: 100%;
    font-size: 20px;
    max-width: 642px;
    font-style: normal;
    font-weight: 400;
}

body .t413 {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
}

body .t416 {
    color: var(--Dark);
    background: var(--Branco);
    font-family: 'Inter';
    padding-top: 11px;
    padding-left: 15px;
    padding-right: 16px;
    padding-bottom: 13px;
}

body .t421 {
    color: var(--Dark);
    display: flex;
    column-gap: 25px;
    margin-top: 10px;
    text-align: left;
    align-items: center;
}

body .t422 {
    color: #121212;
    font-size: 48px;
    font-family: Geometria, Montserrat, sans-serif;
    font-weight: 700;
    line-height: 1.3;
}

body .t423 {
    color: rgba(255,255,255,1.00);
    z-index: 5;
    position: relative;
    background: var(--azulweb);
    font-family: 'Inter';
    padding-top: 20px;
    padding-bottom: 20px;
}

body .t425 {
    display: flex;
    column-gap: 50px;
}

body .t426 {
    display: flex;
    row-gap: 25px;
    max-width: 350px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

body .t427 {
    flex: 1 1 0%;
    display: flex;
    column-gap: 50px;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-start;
}

body .t428 {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
}

body .t429 {
    height: 120px;
}

body .t430 {
    display: flex;
    row-gap: 20px;
    column-gap: 100px;
    align-items: center;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
    justify-content: flex-end;
}

body .t431 {
    display: flex;
    column-gap: 50px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
    grid-template-columns: 1fr 1fr;
}

body .t435 {
    font-size: 18px;
    max-width: 650px;
    font-family: 'Barlow';
}

body .t436 {
    position: relative;
    background: rgba(239,239,239,1.00);
    padding-top: 0px;
    padding-bottom: 0px;
}

body .t437 {
    z-index: 12;
    position: relative;
    font-family: 'Inter';
    padding-top: 40px;
    padding-bottom: 40px;
}

body .t438 {
    opacity: 100%;
    background: var(--Silver);
    padding-top: 0px;
}

body .t439 {
    display: flex;
    column-gap: 10px;
    justify-content: space-between;
}

body .t440 {
    color: rgba(0,0,0,1.00);
    width: 100%;
    border: 1px solid rgba(18, 18, 18, 1);
    position: relative;
    max-width: 700px;
    background: rgba(255,255,255,1.00);
    padding-top: 15px;
    padding-left: 33px;
    border-radius: 15px;
    padding-right: 33px;
    padding-bottom: 20px;
}

body .t441 {
    width: 100%;
    max-width: 800px;
    padding-top: 10px;
}

body .t442 {
    font-size: 32px;
    font-family: Geometria, Montserrat, sans-serif;
    font-weight: 700;
    margin-bottom: 0px;
}

body .t443 {
    margin-bottom: 15px;
}

body .t444 {
    margin: 0px auto 0px auto;
    margin-top: 0px;
}

body .t445 {
    color: rgba(219,17,41,1);
    font-size: 18px;
    font-family: Barlow, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: underline;
}

body .t446 {
    font-size: 18px;
    font-family: Barlow, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.2;
}

body .t447 {
    font-size: 18px;
    font-family: Barlow, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.2;
}

body .t448 {
    margin: 20px 0px 0px 0px;
    display: flex;
    justify-content: flex-end;
}

body .t449 {
    margin: 80px auto 20px auto;
    display: grid;
    row-gap: 5px;
    column-gap: 20px;
    margin-top: 0px;
    align-items: flex-start;
    flex-direction: row;
    justify-content: flex-start;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

body .t450 {
    z-index: 5;
}

body .t451 {
    border-radius: 15px;
}

body .t452 {
    font-size: 16px;
    font-family: Barlow, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.2;
}

body .t453 {
    width: 100%;
    margin: 0px auto 0px auto;
    display: flex;
    grid-column: span 2;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
}

body .t453:nth-child(4) {
    grid-column: span 3;
}

body .t453:nth-child(5) {
    grid-column: span 3;
}

body .t454 {
    color: rgba(18, 18, 18, 1);
    border: 1px solid rgba(217,217,217,1.00);
    padding: 10px 0px 10px 0px;
    font-size: 18px;
    font-family: 'Barlow';
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
}

body .t454:focus {
    outline: none;
}

body .t455 {
    font-size: 14px;
    font-family: Barlow, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
}

body .t456 {
    font-size: 14px;
    font-family: Barlow, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
}

body .t457 {
    color: rgba(69,93,88,1.00);
    width: 100%;
    border: 1px solid rgba(217,217,217,1.00);
    height: 100px;
    resize: vertical;
    padding: 10px 0px 10px 0px;
    font-size: 18px;
    background: rgba(255,255,255,0.00);
    max-height: 250px;
    min-height: 100px;
    font-family: 'Barlow';
    padding-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
}

body .t457:focus {
    outline: none;
}

body .t458 {
    font-size: 48px;
    font-family: Geometria, Montserrat, sans-serif;
    font-weight: 700;
    line-height: 1.3;
}

body .t459 {
    font-size: 24px;
    margin-top: 15px;
    font-family: Barlow, Arial, sans-serif;
    font-weight: 500;
}

body .t460 {
    display: flex;
    row-gap: 30px;
    flex-direction: column;
}

body .t462 {
    color: var(--Dark);
    background: rgb(255,255,255);
    padding-top: 100px;
    padding-bottom: 100px;
}

body .t463 {
    z-index: 10;
    position: relative;
}

body .t464 {
    display: flex;
    opacity: 90%;
    flex-wrap: nowrap;
    background: #ffffff00;
    background-size: contain;
    background-image: url(https://global.divhunt.com/30baeccb3b0e127f06f90debd6aeaf9e_919134.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
}

body .t465 {
    display: flex;
    line-height: 1.2;
    justify-content: space-between;
}

body .t466 {
    width: 60%;
}

body .t468 {
    display: grid;
    row-gap: 50px;
    column-gap: 75px;
    grid-template-columns: 1fr 1fr;
}

body .t469 {
    padding-top: 0px;
    padding-left: 0px;
    border-radius: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
}

body .t470 {
    display: flex;
    column-gap: 15px;
    align-items: center;
    margin-bottom: 10px;
}

body .t471 {
    height: 86px;
    display: block;
    margin-bottom: 10px;
}

body .t472 {
    color: #121212;
    font-size: 20px;
    font-family: Barlow, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.4;
}

body .t473 {
    color: #c92b3b;
    font-size: 32px;
    font-family: Geometria, Montserrat, sans-serif;
    font-weight: 700;
}

body .t474 {
    display: flex;
    column-gap: 25px;
    align-items: center;
}

body .t475 {
    color: #121212;
    font-size: 48px;
    font-family: Geometria, Montserrat, sans-serif;
    font-weight: 700;
    line-height: 1.3;
}

body .t477 {
    color: var(--Dark);
    overflow: hidden;
    background: #84d6d3;
    font-family: 'Inter';
    padding-top: 150px;
    padding-bottom: 150px;
}

body .t478 {
    z-index: 13;
    position: relative;
}

body .t479 {
    filter: invert(30%);
    opacity: 35%;
    background: #84d6d3;
}

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

body .t481 {
    position: relative;
}

body .t482 {
    top: 0%;
    left: auto;
    right: 0%;
    bottom: auto;
    height: 100%;
    opacity: 93%;
    position: absolute;
    transform: scale(1.5,1.5);
    background: #00a8a37a;
    margin-left: auto;
    margin-right: auto;
}

body .t483 {
    z-index: 5;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

body .t484 {
    top: -5%;
    left: -5%;
    right: auto;
    width: 40%;
    bottom: auto;
    height: 40%;
    position: absolute;
}

body .t485 {
    top: -11%;
    left: auto;
    right: -13%;
    width: 74%;
    bottom: auto;
    height: 75%;
    position: absolute;
}

body .t486 {
    top: auto;
    left: 39%;
    right: auto;
    width: 74%;
    bottom: -12%;
    height: 42%;
    position: absolute;
}

body .t487 {
    top: 40%;
    left: -9%;
    right: auto;
    width: 44%;
    bottom: auto;
    height: 65%;
    position: absolute;
}

body .t488 {
    z-index: 4;
    background: rgba(255,255,255,1.00);
}

body .t489 {
    z-index: 2;
    object-fit: cover;
    border-radius: 15px;
}

body .t490 {
    z-index: 4;
    background: rgba(255,255,255,1.00);
}

body .t491 {
    z-index: 4;
    background: rgba(255,255,255,1.00);
}

body .t492 {
    z-index: 2;
    object-fit: cover;
    border-radius: 15px;
    object-position: 100% 50%;
}

body .t493 {
    z-index: 4;
    background: rgba(255,255,255,1.00);
}

body .t494 {
    display: none;
    z-index: 2;
    object-fit: cover;
}

body .t495 {
    display: flex;
    column-gap: 25px;
    align-items: center;
    margin-bottom: 25px;
}

body .t496 {
    display: flex;
    margin-top: 40px;
    align-items: center;
    justify-content: flex-start;
}

body .t497 p {
    margin-bottom: 15px;
}

body .t497 {
    color: #121212;
    font-size: 20px;
    max-width: 699px;
    margin-top: 10px;
    text-align: left;
    font-family: Barlow, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.4;
}

body .t498 {
    color: #121212;
    font-size: 48px;
    font-family: Geometria, Montserrat, sans-serif;
    font-weight: 700;
    line-height: 1.3;
}

body .t499 {
    overflow: hidden;
    background: rgba(239,239,239,1.00);
    padding-top: 100px;
    padding-bottom: 100px;
}

body .t502 {
    z-index: 13;
    position: relative;
}

body .t503 {
    opacity: 100%;
    background: #84d6d3;
}

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

body .t505 {
    color: rgb(0,0,0);
    position: relative;
    margin-top: 60px;
}

body .t506 {
    display: flex;
    margin-top: 60px;
    align-items: center;
    justify-content: center;
}

body .t507 {
    overflow: visible;
}

body .t508 {
    top: -100px;
    left: auto;
    color: var(--Branco);
    right: 25%;
    bottom: auto;
    display: flex;
    position: absolute;
    background: transparent;
    column-gap: 14px;
    font-family: 'Inter';
    justify-content: flex-start;
}

body .t510 {
    cursor: pointer;
    opacity: 100%;
    object-fit: contain;
}

body .t510:hover {
    filter: grayscale(0%);
    opacity: 1;
}

body .t511 {
    color: rgb(0,0,0);
    cursor: pointer;
    opacity: 100%;
    transform: scale(-1,1);
    object-fit: contain;
}

body .t511:hover {
    color: rgb(255,255,255);
    filter: grayscale(0%);
    opacity: 1;
    background: #121212;
}

body .t512 {
    border: 1px solid #121212;
    height: auto;
    background: rgba(255,255,255,1.00);
    border-radius: 15px;
}

body .t513 {
    overflow: hidden;
    position: relative;
    background: rgba(255,255,255,1.00);
    padding-top: 30px;
    padding-left: 30px;
    border-radius: 15px;
    padding-right: 30px;
    padding-bottom: 30px;
}

body .t514 {
    font-size: 32px;
    font-family: Geometria, Montserrat, sans-serif;
    font-weight: 700;
}

body .t515 li {
    display: flex;
    row-gap: 8px;
    column-gap: 8px;
    padding-left: 0;
    list-style-type: none;
}

body .t515 ul {
    padding-left: 0;
}

body .t515 {
    color: #121212;
    z-index: 11;
    position: relative;
    font-size: 20px;
    max-width: 650px;
    margin-top: 10px;
    text-align: left;
    font-family: Barlow, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.4;
}

body .t515 li::before {
    top: 4px;
    width: 18px;
    height: 18px;
    content: '';
    position: relative;
    min-width: 18px;
    background-size: cover;
    background-image: url('https://global.divhunt.com/45c0c223566c06381e1315746832d949_397.svg') no-repeat;
}

body .t516 {
    color: #102543;
    font-size: 40px;
}

body .t517 {
    color: rgba(255,255,255,1.00);
    position: relative;
    background: #121212;
    font-family: 'Inter';
    padding-top: 136px;
    padding-bottom: 136px;
}

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

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

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

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

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

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

body .t525 {
    color: rgba(255,255,255,1.00);
    font-size: 64px;
    margin-top: 0px;
}

body .t526 {
    font-size: 20px;
    font-family: Barlow, Arial, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

body .t527 {
    font-size: 64px;
    font-family: 'Barlow';
    font-weight: 700;
}

body .t528 {
    font-size: 64px;
    font-family: 'Barlow';
    font-weight: 700;
}

body .t529 {
    color: rgba(255,255,255,1.00);
    font-size: 56px;
    font-family: Geometria, Montserrat, sans-serif;
    font-weight: 700;
    line-height: 1.3;
}

body .t530 {
    font-size: 24px;
    margin-top: 40px;
    font-family: Barlow, Arial, sans-serif;
    font-weight: 500;
}

body .t531 {
    display: flex;
    margin-top: 60px;
    align-items: center;
    justify-content: flex-start;
}

body .t532 {
    color: rgba(0,0,0,1.00);
    position: static;
    background: var(--Silver-BG);
    padding-bottom: 0px;
}

body .t533 {
    z-index: 26;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
}

body .t534 {
    width: 100%;
    background: #e65161;
    margin-top: 0px;
    padding-top: 40px;
    padding-left: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 40px;
}

body .t535 {
    color: rgba(255,255,255,1.00);
    display: flex;
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    justify-content: center;
}

body .t536 {
    font-size: 56px;
    font-family: Geometria, Montserrat, sans-serif;
    font-weight: 700;
    line-height: 1.3;
    padding-top: 0px;
}

body .t537 {
    background: #cbe4e3;
    padding-top: 80px;
    padding-bottom: 80px;
}

body .t538 {
}

body .t539 {
    width: auto;
    height: auto;
    display: grid;
    row-gap: 10px;
    max-width: auto;
    min-width: auto;
    column-gap: 40px;
    max-height: auto;
    min-height: auto;
    grid-template-columns: 1fr 1fr;
}

body .t540 {
    max-width: 750px;
}

body .t541 {
    flex: 0 1 auto;
    order: 0;
    width: 100%;
    display: flex;
    align-self: center;
}

body .t542 {
    width: auto;
    height: auto;
    display: grid;
    row-gap: 12px;
    max-width: auto;
    min-width: auto;
    column-gap: 12px;
    max-height: auto;
    min-height: auto;
    margin-left: 0px;
    margin-right: 0px;
    padding-right: 0px;
    grid-auto-flow: row;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

body .t543 {
    color: rgba(18, 18, 18, 1);
    z-index: 5;
    position: relative;
    background: rgba(239,239,239,1.00);
    border-top: 1px solid #121212;
    padding-top: 100px;
    padding-bottom: 100px;
}

body .t544 {
    top: 5%;
    left: 0%;
    right: 0%;
    width: 100%;
    bottom: auto;
    height: 100%;
    display: none;
    position: absolute;
    background: rgb(240,240,240);
    margin-left: auto;
    margin-right: auto;
}

body .t545 {
    z-index: 12;
    position: relative;
}

body .t546 {
    opacity: 100%;
    background: #00a8a326;
}

body .t547 {
    max-width: 750px;
    margin-left: 80px;
}

body .t548 {
    font-size: 20px;
    margin-top: 10px;
    font-family: Barlow, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.4;
}

body .t549 {
    display: flex;
    position: relative;
    margin-top: 0px;
    align-items: flex-end;
    padding-top: 80px;
    flex-direction: row;
    padding-bottom: 80px;
    background-size: cover;
}

body .t550 {
    z-index: 1;
    overflow: scroll;
    transform: scaleX(-1);
    margin-top: 0px;
    padding-top: 0px;
}

body .t551 {
    color: rgb(255,255,255);
    display: flex;
    z-index: 3;
    position: relative;
    max-width: unset;
    align-self: auto;
    column-gap: 20px;
    align-items: center;
    font-family: 'Inter';
    margin-left: 100px;
    margin-right: 100px;
    padding-left: 0px;
    padding-right: 0px;
    flex-direction: row;
    padding-bottom: 0px;
    justify-content: space-between;
}

body .t552 {
    flex: 1 1 0%;
    color: rgb(255,255,255);
    order: 0;
    display: flex;
    row-gap: 20px;
    max-width: 950px;
    align-self: flex-start;
    column-gap: 80px;
    align-items: flex-start;
    font-family: 'Inter';
    flex-direction: column;
    justify-content: space-around;
}

body .t553 {
    flex: 1 1 0%;
    font-size: 64px;
    font-family: Geometria, Montserrat, sans-serif;
    font-weight: 700;
    line-height: 1.3;
}

body .t554 {
    padding-bottom: 20px;
}

body .t555 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 4px;
    padding-left: 0px;
    padding-right: 0px;
    flex-direction: row;
    grid-template-columns: 1fr 1fr;
}

body .t556 {
    font-size: 18px;
    margin-top: 0;
    font-family: Barlow, Arial, sans-serif;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
}

body .t557 {
    width: 64px;
    height: 64px;
    background: rgb(220,220,225);
    object-fit: contain;
    margin-left: 0px;
    margin-right: 5px;
    border-radius: 100%;
    padding-right: 0px;
}

body .t559 {
    display: flex;
    background: rgba(12,32,54,0);
    column-gap: 30px;
}

body .t560 {
    color: rgba(255,255,255,0);
    background: rgba(12,32,54,0);
}

body .t561 {
    height: 48px;
    background: rgba(12,32,54,0);
    object-fit: contain;
    padding-top: 0px;
    padding-bottom: 0px;
}

body .t562 {
    display: flex;
    position: relative;
    min-height: 100vh;
    align-items: flex-end;
    padding-top: 80px;
    flex-direction: row;
    padding-bottom: 80px;
    background-size: cover;
}

body .t563 {
    z-index: 2;
    background: rgba(255,255,255,0);
}

body .t564 {
    color: rgb(255,255,255);
    display: flex;
    z-index: 3;
    position: relative;
    align-items: stretch;
    font-family: 'Inter';
    margin-left: 20px;
    margin-right: 20px;
    flex-direction: column;
    justify-content: flex-start;
}

body .t565 {
    z-index: 1;
    overflow: scroll;
}

body .t567 {
    color: rgb(255,255,255);
    display: flex;
    row-gap: 20px;
    column-gap: 80px;
    align-items: flex-start;
    font-family: 'Inter';
    justify-content: space-between;
}

body .t568 {
    display: grid;
    margin-top: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

body .t571 {
    display: block;
    font-size: 24px;
    font-weight: 700;
}

body .t572 {
    display: block;
    font-size: 14px;
    margin-top: 8px;
    font-weight: 600;
}

body .t573 {
    display: flex;
    column-gap: 40px;
    margin-top: 80px;
    align-items: center;
    justify-content: flex-end;
}

body .t574 {
}

body .t575 {
    width: 100%;
    display: flex;
    max-width: 220px;
}

body .t576 {
    display: flex;
    align-self: center;
    text-align: right;
    align-items: flex-start;
    justify-content: flex-end;
}

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

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

body .t579 {
    width: 32px;
    height: 32px;
    background: rgb(220,220,225);
    object-fit: contain;
    margin-left: -10px;
    border-radius: 100%;
}

body .t580 {
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 16px;
    padding-left: 35px;
    border-radius: 8px;
    padding-right: 35px;
    padding-bottom: 16px;
    justify-content: center;
}

body .t581 {
    display: flex;
    margin-top: 0px;
    text-align: left;
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
}

body .t582 {
    display: flex;
    row-gap: 5px;
    flex-wrap: wrap;
    background: rgb(169,169,169);
    column-gap: 5px;
    margin-top: 0px;
    align-items: center;
}

body .t583 {
    align-self: center;
    margin-right: 10px;
    padding-right: 19px;
}

body .t584 {
    width: 32px;
    border: 1px solid rgba(0,0,0,1);
    cursor: pointer;
    height: 32px;
    display: flex;
    transition: all 200ms 0ms linear;
    align-items: center;
    padding-top: 0px;
    padding-left: 0px;
    border-radius: 3px;
    padding-right: 0px;
    padding-bottom: 0px;
    justify-content: center;
}

body .t584:hover {
    background: rgba(243,243,243,1.00);
}

body .t585 {
    width: 32px;
    border: 1px solid rgba(0,0,0,1);
    cursor: pointer;
    height: 32px;
    display: flex;
    transition: all 200ms 0ms linear;
    align-items: center;
    padding-top: 0px;
    padding-left: 0px;
    border-radius: 3px;
    padding-right: 0px;
    padding-bottom: 0px;
    justify-content: center;
}

body .t585:hover {
    background: rgba(243,243,243,1.00);
}

body .t586 {
    width: 32px;
    border: 1px solid rgba(0,0,0,1);
    cursor: pointer;
    height: 32px;
    display: flex;
    transition: all 200ms 0ms linear;
    align-items: center;
    padding-top: 0px;
    padding-left: 0px;
    border-radius: 3px;
    padding-right: 0px;
    padding-bottom: 0px;
    justify-content: center;
}

body .t586:hover {
    background: rgba(243,243,243,1.00);
}

body .t587 {
    width: 32px;
    border: 1px solid rgba(0,0,0,1);
    cursor: pointer;
    height: 32px;
    display: flex;
    transition: all 200ms 0ms linear;
    align-items: center;
    padding-top: 0px;
    padding-left: 0px;
    border-radius: 3px;
    padding-right: 0px;
    padding-bottom: 0px;
    justify-content: center;
}

body .t587:hover {
    background: rgba(243,243,243,1.00);
}

body .t588 {
    width: 32px;
    border: 1px solid rgba(0,0,0,1);
    cursor: pointer;
    height: 32px;
    display: flex;
    transition: all 200ms 0ms linear;
    align-items: center;
    padding-top: 0px;
    padding-left: 0px;
    border-radius: 3px;
    padding-right: 0px;
    padding-bottom: 0px;
    justify-content: center;
}

body .t588:hover {
    background: rgba(243,243,243,1.00);
}

body .t589 {
    width: 32px;
    border: 1px solid rgba(0,0,0,1);
    cursor: pointer;
    height: 32px;
    display: flex;
    transition: all 200ms 0ms linear;
    align-items: center;
    padding-top: 0px;
    padding-left: 0px;
    border-radius: 3px;
    padding-right: 0px;
    padding-bottom: 0px;
    justify-content: center;
}

body .t589:hover {
    background: rgba(243,243,243,1.00);
}

body .t590 {
    width: 32px;
    border: 1px solid rgba(0,0,0,1);
    cursor: pointer;
    height: 32px;
    display: flex;
    transition: all 200ms 0ms linear;
    align-items: center;
    padding-top: 0px;
    padding-left: 0px;
    border-radius: 3px;
    padding-right: 0px;
    padding-bottom: 0px;
    justify-content: center;
}

body .t590:hover {
    background: rgba(243,243,243,1.00);
}

body .t591 {
    width: 32px;
    border: 1px solid rgba(0,0,0,1);
    cursor: pointer;
    height: 32px;
    display: flex;
    transition: all 200ms 0ms linear;
    align-items: center;
    padding-top: 0px;
    padding-left: 0px;
    border-radius: 3px;
    padding-right: 0px;
    padding-bottom: 0px;
    justify-content: center;
}

body .t591:hover {
    background: rgba(243,243,243,1.00);
}

body .t592 {
    width: 32px;
    border: 1px solid rgba(0,0,0,1);
    cursor: pointer;
    height: 32px;
    display: flex;
    position: relative;
    transition: all 200ms 0ms linear;
    align-items: center;
    padding-top: 0px;
    padding-left: 0px;
    border-radius: 3px;
    padding-right: 0px;
    padding-bottom: 0px;
    justify-content: center;
}

body .t592:hover {
    background: rgba(243,243,243,1.00);
}

body .t592.dh-active span {
    top: -25%;
    opacity: 100%;
}

body .t593 {
    height: 18px;
}

body .t594 {
    height: 18px;
}

body .t595 {
    height: 18px;
}

body .t596 {
    height: 18px;
}

body .t597 {
    height: 18px;
}

body .t598 {
    height: 18px;
}

body .t599 {
    height: 18px;
}

body .t600 {
    height: 18px;
}

body .t601 {
    top: 0%;
    left: 50%;
    right: auto;
    border: 1px solid rgba(244,244,244,1.00);
    bottom: auto;
    display: block;
    opacity: 0%;
    position: absolute;
    font-size: 13px;
    transform: translate(-50%,-90%);
    background: rgba(255,255,255,1.00);
    box-shadow:  0px 0px 6px -3px rgba(0,0,0,0.06);
    transition: all 200ms 0ms linear;
    font-weight: 400;
    margin-left: auto;
    padding-top: 4px;
    margin-right: auto;
    padding-left: 12px;
    border-radius: 6px;
    padding-right: 12px;
    padding-bottom: 4px;
    pointer-events: none;
}

body .t602 {
    height: 18px;
}

body .t603 {
    max-width: 650px;
}

body .t605 {
    color: rgba(18,18,18,1.00);
    position: relative;
    background: rgba(255,255,255,1.00);
    margin-top: 0px;
}

body .t606 {
    top: 0%;
    left: 0%;
    right: auto;
    width: 50%;
    bottom: auto;
    height: 100%;
    position: absolute;
}

body .t608 {
    top: 0px;
    left: 0px;
    width: 50%;
    height: 35vh;
    display: none;
    z-index: 10;
    position: sticky;
    background: linear-gradient(0deg, rgba(255,255,255,0.00) 0%, rgba(255,255,255,0.49) 60%, rgba(255,255,255,0.97) 90%, rgba(255,255,255,1.00) 100%);
    margin-left: auto;
}

body .t609 {
    top: 15vh;
    height: 70vh;
    position: sticky;
}

body .t610 {
    height: 100%;
    background: linear-gradient(138deg, rgba(234,234,234,1.00) 0%, rgba(255,230,235,1.00) 100%);
    padding-top: 40.00px;
    padding-left: 0px;
    border-radius: 0px 16px 16px 0px;
    padding-right: 40.00px;
    padding-bottom: 40.00px;
    background-size: cover;
}

body .t611 {
    height: 100%;
    position: relative;
}

body .t612 {
    width: 100%;
    object-fit: cover;
    border-radius: 0px 16px 16px 0px;
    object-position: 60% 100%;
}

body .t613 {
    width: 50%;
    position: relative;
    margin-left: auto;
}

body .t614 {
    padding-left: 55px;
}

body .t615 {
    display: flex;
    row-gap: 20px;
    align-items: flex-start;
    padding-top: 10px;
    flex-direction: column;
    padding-bottom: 10px;
}

body .t616 {
    color: #102543;
    font-size: 56px;
    font-family: 'Teko';
    font-weight: 600;
}

body .t618 {
    max-width: 559px;
}

body .t620 {
}

body .t621 {
}

body .t622 {
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body .t674 {
    color: var(--Dark);
    background: rgba(239,239,239,1.00);
    padding-top: 60px;
    border-bottom: 1px solid var(--Dark);
    padding-bottom: 60px;
}

body .t675 {
    overflow: hidden;
    background: #2d2d2d;
    padding-top: 100px;
    padding-bottom: 100px;
}

body .t676 {
    color: var(--Silver);
    opacity: 100%;
    background: linear-gradient(180deg,#000000 0%,var(--azul2) 100%);
}

body .t677 {
    display: flex;
    z-index: 5;
    position: relative;
    column-gap: 150px;
    justify-content: space-between;
}

body .t678 {
    top: 4%;
    left: 2%;
    right: auto;
    bottom: auto;
    z-index: 8;
    margin-left: auto;
    margin-right: auto;
}

body .t679 {
    flex: 1 1 0%;
    display: flex;
    z-index: 6;
    position: relative;
    justify-content: flex-start;
}

body .t680 {
    color: var(--Branco);
    display: flex;
    column-gap: 25px;
    align-items: center;
}

body .t681 {
    font-size: 48px;
    font-family: 'Geometria';
    font-weight: 700;
    line-height: 1.3;
}

body .t682 {
    width: 120px;
}

body .t683 {
    max-width: 900px;
    padding-left: 60px;
}

body .t684 {
    color: var(--Branco);
    font-size: 20px;
    max-width: 655px;
    font-family: 'Barlow';
    font-weight: 400;
}

body .t685 {
    display: flex;
    column-gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}

body .t686 {
    color: var(--Branco);
    font-size: 36px;
    background: rgba(240,240,240,0);
    font-family: 'Geometria';
    font-weight: 700;
    line-height: 1.3;
}

body .t687 {
    overflow: hidden;
    position: relative;
    background: rgba(239,239,239,1.00);
    border-top: 1px solid var(--Dark);
    padding-top: 110px;
    padding-bottom: 110px;
}

body .t690 {
    top: 0%;
    left: 0%;
    right: auto;
    width: 50%;
    bottom: 0%;
    height: 100%;
    position: absolute;
    border-right: 1px solid var(--Dark);
}

body .t691 {
    z-index: 20;
    position: relative;
}

body .t692 {
    opacity: 100%;
    background: linear-gradient(200deg,#360409 0%,#000000 100%);
}

body .t693 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 35% 50%;
}

body .t694 {
    z-index: 4;
    background: rgba(255,255,255,1.00);
}

body .t695 {
    display: flex;
    justify-content: flex-end;
}

body .t696 {
    width: 42%;
}

body .t697 {
    color: var(--Branco);
    font-size: 36px;
    font-family: 'Geometria';
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

body .t698 {
    display: flex;
    margin-top: 40px;
    justify-content: flex-start;
}

body .t699 {
    color: var(--Branco);
    font-size: 20px;
    font-family: 'Barlow';
    font-weight: 400;
}

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

body .t703 {
    position: relative;
}

body .t704 * {
    color: white;
}

body .t704 {
    padding-top: 75px;
    padding-bottom: 75px;
}

body .t705 {
    z-index: 4;
    background: rgba(255,255,255,1.00);
}

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

body .t707 {
    display: flex;
    margin-top: 60px;
    align-items: center;
    justify-content: flex-start;
}

body .t708 {
    font-size: 48px;
    font-family: 'Geometria';
    font-weight: 700;
    margin-bottom: 25px;
}

body .t709 p {
    margin-bottom: 15px;
}

body .t709 {
    font-size: 22px;
    font-family: 'Barlow';
}

body .t710 {
    background: rgba(B13232);
    padding-left: 60px;
    padding-right: 60px;
}

body .t713 {
    overflow: hidden;
    position: relative;
    background: rgba(239,239,239,1.00);
    border-top: 1px solid var(--Dark);
    padding-top: 110px;
    border-bottom: 1px solid var(--Dark);
    padding-bottom: 110px;
}

body .t714 {
    opacity: 100%;
    background: linear-gradient(90deg,#042d2c 0%,var(--Dark) 100%);
}

body .t715 {
    z-index: 21;
    position: relative;
}

body .t716 {
    top: 0%;
    left: auto;
    right: 0%;
    width: 50%;
    bottom: 0%;
    height: 100%;
    position: absolute;
    border-left: 1px solid var(--Dark);
}

body .t717 {
    display: flex;
    justify-content: flex-start;
}

body .t718 {
    width: 42%;
}

body .t719 {
    display: flex;
    margin-top: 40px;
    justify-content: flex-start;
}

body .t720 {
    color: var(--Branco);
    font-size: 36px;
    font-family: 'Geometria';
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

body .t721 {
    color: var(--Branco);
    font-size: 20px;
    font-family: 'Barlow';
    font-weight: 400;
}

body .t724 {
    z-index: 4;
    background: rgba(255,255,255,1.00);
}

body .t725 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 90%;
}

body .t733 {
    color: rgba(18, 18, 18, 1);
    background: rgba(239,239,239,1.00);
    padding-top: 60px;
    border-bottom: 1px solid rgba(18, 18, 18, 1);
    padding-bottom: 60px;
}

body .t736 {
    color: rgba(18, 18, 18, 1);
    z-index: 5;
    position: relative;
    background: rgba(255,255,255,1.00);
    padding-top: 100px;
    padding-bottom: 100px;
}

body .t737 {
    padding-bottom: 100px;
}

body .t738 {
    opacity: 100%;
}

body .t739 {
    color: rgb(18,18,18);
    display: flex;
    z-index: 5;
    position: relative;
    column-gap: 150px;
    justify-content: space-between;
}

body .t740 {
    top: 4%;
    left: 2%;
    right: auto;
    bottom: auto;
    z-index: 8;
    background: var(--Dark);
    margin-left: auto;
    margin-right: auto;
}

body .t741 {
    flex: 1 1 0%;
    display: flex;
    z-index: 6;
    position: relative;
    justify-content: flex-start;
}

body .t742 {
    display: flex;
    column-gap: 25px;
    align-items: center;
}

body .t743 {
    width: 120px;
}

body .t744 {
    font-size: 75px;
}

body .t745 {
    max-width: 900px;
    padding-left: 60px;
}

body .t746 {
    display: flex;
    column-gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}

body .t747 {
    color: var(--Branco);
    max-width: 655px;
}

body .t748 {
    color: var(--Branco);
    font-size: 42px;
}

body .t749 {
    z-index: 12;
    position: relative;
}

body .t750 {
    top: 5%;
    left: 0%;
    right: 0%;
    width: 100%;
    bottom: auto;
    height: 90%;
    display: none;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
}

body .t751 {
    max-width: 700px;
}

body .t752 {
    display: grid;
    row-gap: 25px;
    column-gap: 25px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

body .t754 {
    max-width: 500px;
    margin-left: 0px;
}

body .t755 {
    border: 1px solid rgba(18, 18, 18, 1);
    overflow: hidden;
    position: relative;
    background: rgba(255,255,255,1.00);
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

body .t756 li {
    gap: 8px;
    display: flex;
    padding-left: 0;
    list-style-type: none;
}

body .t756 ul {
    padding-left: 0;
}

body .t756 {
    color: rgba(0,0,0,1.00);
    z-index: 11;
    position: relative;
    font-size: 16px;
    font-weight: 500;
}

body .t756 li::before {
    top: 4px;
    width: 18px;
    height: 18px;
    content: '';
    position: relative;
    min-width: 18px;
    background: url('https://global.divhunt.com/95a5ba5aa47946d00bfd550787c3b7a3_397.svg') no-repeat;
    background-size: cover;
}

body .t757 {
    height: 60px;
    z-index: 13;
    position: relative;
}

body .t758 {
    z-index: 13;
    position: relative;
    margin-top: 30px;
    margin-bottom: 15px;
}

body .t759 {
    z-index: 26;
    position: relative;
}

body .t760 {
    background: linear-gradient(45deg, rgba(177, 50, 50, 1) 0%, rgba(118,28,57,1.00) 60%, rgba(81, 0, 26, 1) 100%);
    padding-top: 75px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 75px;
}

body .t761 {
    color: rgba(255,255,255,1.00);
    display: flex;
    max-width: 1050px;
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    justify-content: center;
}

body .t762 {
    font-size: 72px;
}

body .t763 {
    display: flex;
    margin-top: 60px;
}

body .t769 {
    color: rgba(0,0,0,1.00);
    background: rgba(239,239,239,1.00);
    padding-top: 100px;
    padding-bottom: 100px;
}

body .t770 {
    z-index: 26;
    position: relative;
}

body .t771 {
    opacity: 100%;
    background-image: url(https://global.divhunt.com/eb82e666b96988a4057b51815595befc_42337.png);
}

body .t772 {
    background: linear-gradient(45deg, rgba(177, 50, 50, 1) 0%, rgba(118,28,57,1.00) 60%, rgba(81, 0, 26, 1) 100%);
    padding-top: 75px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 75px;
}

body .t773 {
    color: rgba(255,255,255,1.00);
    display: flex;
    max-width: 1050px;
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    justify-content: center;
}

body .t774 {
    font-size: 72px;
    font-family: 'Barlow';
    font-weight: 700;
}

body .t775 {
    display: flex;
    margin-top: 60px;
}

body .t776 {
    font-family: 'Geometria';
    font-weight: 700;
}

body .t778 {
    font-size: 16px;
    font-family: 'Barlow';
}

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

body .t785 {
    color: #2a382e;
    background: #ffffff;
    font-family: 'Inter';
    padding-top: 80px;
    padding-bottom: 80px;
}

body .t788 {
    z-index: 100;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

body .t789 {
    display: flex;
    position: relative;
    margin-top: -88px;
    min-height: 100vh;
    align-items: center;
}

body .t790 {
    color: rgb(255,255,255);
    display: flex;
    z-index: 10;
    position: relative;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: space-between;
}

body .t791 {
    top: 0%;
    left: 0%;
    right: auto;
    width: 100%;
    bottom: auto;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg,#00000073 0%,#ffffff00 100%);
}

body .t792 {
    color: rgb(255,255,255);
    font-size: 22px;
    font-weight: 600;
}

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

body .t794 {
    display: flex;
}

body .t795 {
    width: 30px;
    height: 20px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
}

body .t795 > div {
    top: 0;
    position: relative;
    transition: 0.2s;
}

body .t795.dh-active > div:last-child {
    top: -45%;
    position: relative;
    transform: rotate(-45deg);
}

body .t795.dh-active > div:first-child {
    top: 45%;
    position: relative;
    transform: rotate(45deg);
}

body .t795.dh-active > div:nth-child(2) {
    opacity: 0;
}

body .t797 {
    color: rgb(255,255,255);
    position: relative;
}

body .t797::before {
    top: auto;
    left: 50%;
    right: auto;
    width: 0%;
    bottom: 0%;
    height: 1px;
    content: "";
    position: absolute;
    transform: translate(-50%,0px);
    background: rgb(255,255,255);
    transition: all 200ms 0ms linear;
}

body .t797:hover::before {
    width: 100%;
}

body .t798 {
    color: rgb(255,255,255);
    height: 48px;
    display: none;
    position: relative;
    background: #cc5800;
    align-items: center;
    font-weight: 500;
    padding-left: 36px;
    border-radius: 10px;
    padding-right: 36px;
}

body .t798:hover {
    display: none;
    background: #000000;
}

body .t799 {
    color: rgb(255,255,255);
    height: 48px;
    display: flex;
    position: relative;
    background: #cc5800;
    align-items: center;
    font-weight: 500;
    padding-left: 36px;
    border-radius: 10px;
    padding-right: 36px;
}

body .t799:hover {
    background: #000000;
}

body .t800 {
    width: 100%;
    height: 2px;
    background: rgb(255,255,255);
}

body .t801 {
}

body .t802 {
    top: 0%;
    left: 0%;
    right: auto;
    width: 100%;
    bottom: auto;
    height: 100%;
    position: absolute;
    object-fit: cover;
    pointer-events: none;
}

body .t803 {
    top: 0%;
    left: 0%;
    right: auto;
    width: 100%;
    bottom: auto;
    height: 100%;
    z-index: 5;
    position: absolute;
    background: linear-gradient(90deg,#000000d1 0%,#0000004f 100%);
    pointer-events: none;
}

body .t804 {
    display: flex;
    z-index: 10;
    position: relative;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

body .t805 {
    color: rgba(0,0,0,0);
    background: linear-gradient(90deg,#ffffff 0%,#ffad49 100%);
    margin-top: 20px;
    line-height: 1.2;
    -webkit-background-clip: text;
}

body .t806 {
    color: rgb(255,255,255);
    display: flex;
    background: rgba(255,255,255,0.1);
    column-gap: 10px;
    align-items: center;
    padding-top: 5px;
    padding-left: 5px;
    border-radius: 100px;
    padding-right: 5px;
    padding-bottom: 5px;
    backdrop-filter: blur(55px);
    -webkit-backdrop-filter: blur(55px);
}

body .t807 {
    display: flex;
    margin-top: 20px;
}

body .t808 {
    color: rgb(255,255,255);
    max-width: 700px;
    margin-top: 20px;
}

body .t809 {
    font-size: 12px;
    background: rgba(0,0,0,0.45);
    font-weight: 500;
    padding-top: 4px;
    padding-left: 10px;
    border-radius: 100px;
    padding-right: 10px;
    padding-bottom: 4px;
    backdrop-filter: blur(55px);
    -webkit-backdrop-filter: blur(55px);
}

body .t810 {
    font-size: 12px;
    font-weight: 500;
    padding-top: 4px;
    padding-left: 8px;
    border-radius: 100px;
    padding-right: 8px;
    padding-bottom: 4px;
}

body .t811 {
    color: rgb(255,255,255);
    height: 48px;
    display: flex;
    position: relative;
    background: #cc5800;
    align-items: center;
    font-weight: 500;
    padding-left: 36px;
    border-radius: 10px;
    padding-right: 36px;
}

body .t811:hover {
    background: #000000;
}

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

body .t814 {
    height: 100%;
    align-self: center;
    background: rgba(255,255,255,0.05);
    max-height: 380px;
    padding-top: 20px;
    padding-left: 20px;
    border-radius: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

body .t816 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body .t817 {
    margin-bottom: 40px;
}

body .t818 {
    display: grid;
    row-gap: 20px;
    column-gap: 20px;
    grid-template-columns: 1fr 1fr;
}

body .t819 {
    color: rgba(255,255,255,0.7);
}

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

body .t821 {
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.05);
    transition: border-color 200ms 0ms ease;
    padding-top: 20px;
    padding-left: 20px;
    border-radius: 10px;
    padding-right: 20px;
    padding-bottom: 20px;
}

body .t821:hover {
    border: 1px solid #4535c1;
}

body .t822 {
    font-size: 28px;
    margin-bottom: 20px;
}

body .t823 {
    color: rgba(255,255,255,0.6);
}

body .t826 {
    color: rgba(0,0,0,1.00);
    display: grid;
    row-gap: 24px;
    column-gap: 40px;
    grid-template-columns: 340px 1fr;
}

body .t827 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 60px;
    justify-content: space-between;
}

body .t828 {
    color: rgb(255,255,255);
    overflow: hidden;
    background: #2a382e;
    border-radius: 20px;
}

body .t829 {
    display: flex;
    row-gap: 10px;
    flex-wrap: wrap;
    column-gap: 10px;
    flex-direction: column;
}

body .t830 {
    height: 100%;
    display: flex;
    justify-content: space-between;
}

body .t831 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

body .t832 {
    width: 100%;
    max-width: 340px;
    object-fit: cover;
}

body .t833 {
    width: 100%;
    max-width: 400px;
}

body .t834 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 15px;
}

body .t835 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 40px;
}

body .t836 {
    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 .t836:hover {
    background: #ffffff;
}

body .t837 {
    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 .t837.dh-active {
    color: rgba(255,255,255,1.00);
    background: #a5f082;
}

body .t838 {
    color: #2a382e;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

body .t839 {
    top: auto;
    left: 0%;
    right: auto;
    width: 100%;
    bottom: 0%;
    height: 2px;
    position: absolute;
}

body .t840 {
    width: 100%;
    font-size: 20px;
    max-width: 642px;
    font-style: normal;
    font-weight: 400;
}

body .t841 {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
}

body .t847 {
    color: var(--Dark);
    background: var(--Branco);
    font-family: 'Inter';
    padding-top: 11px;
    padding-left: 15px;
    padding-right: 16px;
    padding-bottom: 13px;
}

body .t849 * {
    color: white;
}

body .t849 {
    background: #04605d;
    font-family: 'Roboto';
    padding-top: 80px;
    padding-bottom: 80px;
}

body .t851 {
    display: flex;
    row-gap: 32px;
    column-gap: 64px;
    justify-content: space-between;
}

body .t852 {
    display: grid;
    row-gap: 64px;
    column-gap: 64px;
    margin-top: 60px;
    grid-template-columns: 1fr 1fr 1fr;
}

body .t853 {
    max-width: 600px;
}

body .t854 {
    width: 100%;
    max-width: 350px;
}

body .t855 {
    display: inline;
    font-size: 20px;
    background: hsla(0,0%,0%,0.1);
    font-family: 'Barlow';
    font-weight: 600;
    padding-top: 4px;
    padding-left: 10px;
    border-radius: 4px;
    padding-right: 10px;
    padding-bottom: 4px;
}

body .t856 {
    font-size: 48px;
    margin-top: 6px;
    font-family: 'Geometria';
    font-weight: 700;
    line-height: 1.3;
}

body .t857 {
    font-size: 20px;
    margin-top: 16px;
    font-family: 'Barlow';
    line-height: 1.4;
}

body .t858 {
    display: flex;
    column-gap: 8px;
}

body .t859 {
    font-size: 18px;
    font-family: 'Barlow';
    margin-bottom: 10px;
}

body .t860 {
    font-size: 16px;
    font-family: 'Barlow';
}

body .t861 {
    font-size: 16px;
    font-family: 'Barlow';
}

body .t863 {
    font-size: 36px;
    margin-top: 12px;
    font-family: 'Geometria';
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 8px;
}

body .t864 {
    font-size: 20px;
    font-family: 'Barlow';
    line-height: 1.4;
}

body .t865 {
    width: 100%;
    position: relative;
    padding-bottom: 80%;
}

body .t866 {
    width: 100%;
    object-fit: cover;
}

body .t868 {
    background: #004458;
    padding-top: 80px;
    padding-bottom: 80px;
}

body .t870 {
}

body .t871 * {
    color: white;
}

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

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

body .t874 {
    font-size: 48px;
    max-width: 450px;
    font-family: 'Geometria';
    font-weight: 700;
}

body .t875 {
    font-size: 20px;
    max-width: 450px;
    margin-top: 16px;
    font-family: 'Barlow';
}

body .t876 * {
    font-size: 18px;
    font-family: 'Barlow';
    font-weight: 600;
}

body .t876 {
    display: flex;
    column-gap: 15px;
    margin-top: 40px;
}

body .t877 {
    display: flex;
    row-gap: 10px;
    background: rgba(0,0,0,0.05);
    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 .t878 {
    display: flex;
    font-size: 16px;
    align-items: center;
    justify-content: center;
}

body .t879 {
    color: #ffffff;
    font-size: 20px;
    font-family: 'Barlow';
    font-weight: 600;
}

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

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

body .t882 {
    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 .t882.dh-active img {
    transform: rotate(180deg);
}

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

body .t884 {
    font-size: 24px;
    font-family: 'Geometria';
    font-weight: 700;
    line-height: 1.3;
}

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

body .t886  a {
    color: lightblue;
}

body .t886 {
    font-size: 20px;
    font-family: 'Barlow';
}

body .t890 {
    color: var(--Dark);
    background: var(--azulclaro);
    font-family: 'Inter';
}

body .t901 {
    width: 30px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

body .t901 > div {
    top: 0;
    position: relative;
    transition: 0.2s;
}

body .t901.dh-active > div:last-child {
    top: -45%;
    position: relative;
    transform: rotate(-45deg);
}

body .t901.dh-active > div:first-child {
    top: 45%;
    position: relative;
    transform: rotate(45deg);
}

body .t901.dh-active > div:nth-child(2) {
    opacity: 0;
}

body .t902 {
    width: 100%;
    height: 2px;
    background: rgba(0,0,0,1.00);
}

body .t903 {
    display: flex;
    background: #0c0c0c;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
}

body .t905 {
    display: grid;
    align-items: center;
    justify-content: space-between;
    grid-template-rows: 1fr;
    grid-template-columns: 150px 1fr 150px;
}

body .t906 {
}

body .t908 {
    flex: 1 1 0%;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    grid-template-columns: 1fr 1fr 1fr;
}

body .t909 {
    height: 32px;
}

body .t910 {
    display: flex;
    justify-content: flex-end;
}

body .t911 {
    width: 30px;
    height: 20px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
}

body .t911 > div {
    top: 0;
    position: relative;
    transition: 0.2s;
}

body .t911.dh-active > div:last-child {
    top: -45%;
    position: relative;
    transform: rotate(-45deg);
}

body .t911.dh-active > div:first-child {
    top: 45%;
    position: relative;
    transform: rotate(45deg);
}

body .t911.dh-active > div:nth-child(2) {
    opacity: 0;
}

body .t912 {
    color: rgb(255,255,255);
    display: flex;
    background: #6f41d2;
    align-items: center;
    font-weight: 500;
    padding-top: 12px;
    padding-left: 20px;
    border-radius: 10px;
    padding-right: 20px;
    padding-bottom: 12px;
}

body .t912:hover {
    background: #5c24d4;
}

body .t913 {
    width: 100%;
    height: 2px;
    background: rgb(255,255,255);
}

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

body .t915 {
}

body .t916 {
    color: rgb(255,255,255);
    font-weight: 500;
}

body .t916:hover {
    text-decoration: underline;
}

body .t917 {
}

body .t918 {
    color: rgb(255,255,255);
    display: flex;
    position: relative;
    column-gap: 5px;
    align-items: center;
    font-family: 'Inter';
    font-weight: 500;
}

body .t918:hover > div:last-child {
    top: 100%;
    opacity: 1;
    pointer-events: auto;
}

body .t919 {
    top: 80%;
    left: 0%;
    right: auto;
    bottom: auto;
    display: flex;
    opacity: 0%;
    z-index: 100;
    position: absolute;
    min-width: 500px;
    background: #0c0c0c;
    margin-top: 30px;
    transition: all 200ms 0ms linear;
    padding-top: 10px;
    padding-left: 10px;
    border-radius: 10px;
    padding-right: 10px;
    flex-direction: column;
    padding-bottom: 10px;
    pointer-events: none;
}

body .t920 {
    display: flex;
    column-gap: 8px;
    align-items: center;
}

body .t921 {
    color: #a9a9a9;
    font-family: 'Inter';
    font-weight: 500;
    padding-top: 10px;
    padding-left: 10px;
}

body .t922 {
    display: grid;
    row-gap: 20px;
    column-gap: 20px;
    margin-top: 24px;
    grid-template-columns: 1fr 1fr;
}

body .t923 {
    top: -30px;
    left: 0%;
    right: auto;
    width: 100%;
    bottom: auto;
    height: 35px;
    position: absolute;
}

body .t924 {
    display: flex;
    position: relative;
    column-gap: 12px;
    align-items: center;
    padding-top: 7px;
    padding-left: 7px;
    border-radius: 8px;
    padding-right: 7px;
    padding-bottom: 7px;
}

body .t924:hover {
    background: #202020;
}

body .t925 {
    display: flex;
    row-gap: 5px;
    flex-direction: column;
}

body .t926 {
    width: 24px;
    height: 24px;
}

body .t927 {
    color: rgb(255,255,255);
    font-family: 'Inter';
    font-weight: 500;
}

body .t928 {
    color: rgba(255,255,255,0.5);
    font-size: 14px;
    font-weight: 400;
}

body .t929 {
    color: rgb(255,255,255);
    font-weight: 500;
}

body .t930 {
    width: 12px;
    height: 12px;
    transition: all 200ms 0ms linear;
}

body .t931 {
    color: rgb(255,255,255);
    display: flex;
    position: relative;
    column-gap: 5px;
    align-items: center;
    font-family: 'Inter';
    font-weight: 500;
}

body .t931:hover > div:last-child {
    top: 100%;
    opacity: 1;
    pointer-events: auto;
}

body .t932 {
    top: 80%;
    left: 0%;
    right: auto;
    bottom: auto;
    display: flex;
    opacity: 0%;
    z-index: 100;
    position: absolute;
    min-width: 500px;
    background: #0c0c0c;
    margin-top: 30px;
    transition: all 200ms 0ms linear;
    padding-top: 10px;
    padding-left: 10px;
    border-radius: 10px;
    padding-right: 10px;
    flex-direction: column;
    padding-bottom: 10px;
    pointer-events: none;
}

body .t933 {
    display: flex;
    column-gap: 8px;
    align-items: center;
}

body .t934 {
    color: #a9a9a9;
    font-family: 'Inter';
    font-weight: 500;
    padding-top: 10px;
    padding-left: 10px;
}

body .t935 {
    display: grid;
    row-gap: 20px;
    column-gap: 20px;
    margin-top: 24px;
    grid-template-columns: 1fr 1fr;
}

body .t936 {
    top: -30px;
    left: 0%;
    right: auto;
    width: 100%;
    bottom: auto;
    height: 35px;
    position: absolute;
}

body .t937 {
    display: flex;
    position: relative;
    column-gap: 12px;
    align-items: center;
    padding-top: 7px;
    padding-left: 7px;
    border-radius: 8px;
    padding-right: 7px;
    padding-bottom: 7px;
}

body .t937:hover {
    background: #202020;
}

body .t938 {
    display: flex;
    row-gap: 5px;
    flex-direction: column;
}

body .t939 {
    width: 24px;
    height: 24px;
}

body .t940 {
    color: rgb(255,255,255);
    font-family: 'Inter';
    font-weight: 500;
}

body .t941 {
    color: rgba(255,255,255,0.5);
    font-size: 14px;
    font-weight: 400;
}

body .t942 {
    color: rgb(255,255,255);
    font-weight: 500;
}

body .t943 {
    width: 12px;
    height: 12px;
    transition: all 200ms 0ms linear;
}

body .t944 {
    background: var(--Silver-BG);
}

body .t947 {
    display: flex;
    background: var(--LetraCinza);
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-start;
}

body .t948 {
    color: var(--Dark);
    background: var(--areia);
}

body .t950 {
    flex: 1 1 0%;
    font-size: 24px;
    max-width: 950px;
    font-family: Barlow, Arial, sans-serif;
    line-height: 1.4;
}

body .t951 {
    z-index: 2;
}

body .t952 {
    top: auto;
    left: auto;
    right: 3%;
    width: 50%;
    bottom: 0%;
    height: auto;
    position: static;
    max-width: 800px;
}

body .t953 {
    padding-left: 60px;
    border-radius: 15px;
    padding-right: 60px;
}

body .t954 {
    font-size: 16px;
    font-family: Barlow, Arial, sans-serif;
    font-weight: 700;
}

body .t955 {
    display: grid;
    row-gap: 25px;
    column-gap: 25px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

body .t956 {
    border: 1px solid #121212;
    overflow: visible;
    position: relative;
    background: rgba(255,255,255,0.87);
    font-family: 'Inter';
    line-height: 1.2;
    padding-top: 30px;
    padding-left: 30px;
    border-radius: 15px;
    padding-right: 30px;
    padding-bottom: 30px;
}

body .t957 li {
    display: flex;
    row-gap: 8px;
    column-gap: 8px;
    padding-left: 0;
    list-style-type: none;
}

body .t957 ul {
    padding-left: 0;
}

body .t957 {
    color: rgba(0,0,0,1.00);
    z-index: 11;
    position: relative;
    font-size: 20px;
    font-family: Barlow, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.4;
}

body .t957 li::before {
    top: 4px;
    width: 18px;
    height: 18px;
    content: '';
    position: relative;
    min-width: 18px;
    background-size: cover;
    background-image: url('https://global.divhunt.com/a56e60734362ecf7906323c79a114f16_1493.svg');
}

body .t958 {
    height: 60px;
    z-index: 13;
    position: relative;
}

body .t959 {
    color: rgb(18,18,18);
    z-index: 13;
    position: relative;
    font-size: 32px;
    margin-top: 30px;
    font-family: Geometria, Montserrat, sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: -2;
}

body .t960 {
    background: white;
    padding-left: 100px;
}

body .t961 {
    color: #121212;
    font-size: 28px;
    max-width: 699px;
    margin-top: 10px;
    text-align: left;
    font-family: Barlow, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.2;
}

body .t962 {
    color: #121212;
    font-family: Geometria, Montserrat, sans-serif;
    font-weight: 700;
}

body .t963 {
    max-width: 850px;
    margin-left: 80px;
}

body .t964 {
    color: #121212;
    font-size: 20px;
    margin-top: 15px;
    font-family: Barlow, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.4;
}

body .t965 {
    padding-left: 60px;
    border-radius: 15px;
    padding-right: 60px;
}

body .t966 {
    font-size: 16px;
    font-family: Barlow, Arial, sans-serif;
    font-weight: 700;
}

body .t967 {
    width: auto;
    height: auto;
    display: flex;
    max-width: auto;
    min-width: auto;
    background: rgb(255,255,255);
    max-height: auto;
    min-height: auto;
    align-items: center;
    padding-top: 10px;
    aspect-ratio: 1 / 1;
    padding-left: 10px;
    border-radius: 4px;
    padding-right: 10px;
    padding-bottom: 10px;
    justify-content: center;
}

body .t968 {
    display: block;
}

body .t969 {
    padding-left: 60px;
    border-radius: 15px;
    padding-right: 60px;
}

body .t970 {
    font-size: 16px;
    font-family: Barlow, Arial, sans-serif;
    font-weight: 700;
}

body .t973 {
    color: rgb(255,255,255);
    display: flex;
    row-gap: 5px;
    font-size: 20px;
    margin-top: 30px;
    flex-direction: column;
}

body .t974 {
    color: rgba(18, 18, 18, 1);
    display: flex;
    overflow: hidden;
    font-size: 18px;
    column-gap: 10px;
    align-items: center;
    text-decoration: none;
}

body .t975 {
    filter: invert(100%) brightness(0%);
}

body .t976 {
    color: rgb(0,0,0);
    font-size: 20px;
    font-family: Barlow, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.4;
}

body .t977 {
    color: #121212;
    display: flex;
    font-size: 18px;
    column-gap: 10px;
    align-items: center;
}

body .t978 {
    color: #000000;
    font-size: 20px;
    font-family: Barlow, Arial, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

body .t979 {
    filter: invert(100%);
}

body .t980 {
    font-size: 18px;
    font-family: 'Barlow';
}

body .t981 {
    font-size: 18px;
    font-family: 'Barlow';
}

body .t982 {
    display: flex;
    background: #000b0b;
    justify-content: space-between;
}

body .t983 {
    color: #0eccc6;
    font-size: 18px;
    font-family: 'Barlow';
    font-weight: 700;
}

body .t984 {
    color: #ffffff;
    font-size: 48px;
    font-family: 'Geometria';
    font-weight: 700;
    line-height: 1.3;
}

body .t985 {
    margin-top: 50px;
    margin-left: 80px;
    margin-right: -172px;
    margin-bottom: 50px;
}

body .t986 {
    width: 80%;
    margin-top: auto;
}

body .t988 {
    color: #ffffff;
    font-size: 20px;
    margin-top: 20px;
    font-family: Barlow, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.4;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
}

body .t989 {
    display: flex;
    padding-left: 60px;
    border-radius: 15px;
    padding-right: 60px;
}

body .t990 {
    font-size: 16px;
    font-family: Barlow, Arial, sans-serif;
    font-weight: 700;
}

body .t991 {
    display: flex;
    background: #150002;
    justify-content: space-between;
}

body .t992 {
    margin-top: 50px;
    margin-left: -172px;
    margin-right: 80px;
    margin-bottom: 50px;
}

body .t993 {
    color: #dd6571;
    font-size: 18px;
    font-family: 'Barlow';
    font-weight: 700;
}

body .t994 {
    color: #ffffff;
    font-size: 48px;
    font-family: 'Geometria';
    font-weight: 700;
    line-height: 1.3;
}

body .t995 {
    color: #ffffff;
    font-size: 20px;
    margin-top: 20px;
    font-family: Barlow, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.4;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
}

body .t996 {
    padding-left: 60px;
    border-radius: 15px;
    padding-right: 60px;
}

body .t997 {
    font-size: 16px;
    font-family: Barlow, Arial, sans-serif;
    font-weight: 700;
}

body .t998 {
    width: 80%;
    margin-top: auto;
}

body .t1000 {
    z-index: 2;
    object-fit: cover;
    border-radius: 15px;
    object-position: 100% 50%;
}

body .t1001 {
    z-index: 2;
    object-fit: cover;
    border-radius: 015px;
    object-position: 100% 50%;
}

body .t1002 {
}

body .t1004 * {
    color: white;
}

body .t1004 {
    background: #04605d;
    font-family: 'Roboto';
    padding-top: 80px;
    padding-bottom: 80px;
}

body .t1006 {
    display: flex;
    row-gap: 32px;
    column-gap: 64px;
    justify-content: space-between;
}

body .t1007 {
    max-width: 600px;
}

body .t1008 {
    display: inline;
    font-size: 20px;
    background: hsla(0,0%,0%,0.1);
    font-family: 'Barlow';
    font-weight: 600;
    padding-top: 4px;
    padding-left: 10px;
    border-radius: 4px;
    padding-right: 10px;
    padding-bottom: 4px;
}

body .t1009 {
    font-size: 48px;
    margin-top: 6px;
    font-family: 'Geometria';
    font-weight: 700;
    line-height: 1.3;
}

body .t1010 {
    font-size: 20px;
    margin-top: 16px;
    font-family: 'Barlow';
    line-height: 1.4;
}

body .t1011 {
    width: 100%;
    max-width: 350px;
}

body .t1012 {
    display: flex;
    column-gap: 8px;
}

body .t1013 {
    font-size: 16px;
    font-family: 'Barlow';
}

body .t1014 {
    font-size: 16px;
    font-family: 'Barlow';
}

body .t1015 {
    font-size: 18px;
    font-family: 'Barlow';
    margin-bottom: 10px;
}

body .t1016 {
    display: grid;
    row-gap: 64px;
    column-gap: 64px;
    margin-top: 60px;
    grid-template-columns: 1fr 1fr 1fr;
}

body .t1018 {
    font-size: 36px;
    margin-top: 12px;
    font-family: 'Geometria';
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 8px;
}

body .t1019 {
    font-size: 20px;
    font-family: 'Barlow';
    line-height: 1.4;
}

body .t1020 {
    width: 100%;
    position: relative;
    padding-bottom: 80%;
}

body .t1021 {
    width: 100%;
    object-fit: cover;
}

body .t1023 {
    color: rgba(0,0,0,1.00);
    padding: 20px 0px 20px 0px;
    background: rgba(255,255,255,1.00);
}

body .t1024 {
    display: flex;
    row-gap: 50px;
    flex-direction: column;
}

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

body .t1026 {
    color: rgba(0,0,0,1.00);
    display: flex;
    column-gap: 15px;
    align-items: center;
    text-decoration: none;
}

body .t1027 {
    height: 45px;
}

body .t1028 {
    display: flex;
    position: relative;
    column-gap: 15px;
    align-items: center;
    justify-content: flex-end;
}

body .t1029 {
    width: 30px;
    height: 20px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
}

body .t1029 > div {
    top: 0;
    position: relative;
    transition: 0.2s;
}

body .t1029.dh-active > div:last-child {
    top: -45%;
    position: relative;
    transform: rotate(-45deg);
}

body .t1029.dh-active > div:first-child {
    top: 45%;
    position: relative;
    transform: rotate(45deg);
}

body .t1029.dh-active > div:nth-child(2) {
    opacity: 0;
}

body .t1030 {
    width: 100%;
    height: 2px;
    background: rgba(0,0,0,1.00);
}

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

body .t1033 {
    color: rgba(255,255,255,1.00);
    background: rgba(0,0,0,1.00);
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    text-decoration: none;
}

body .t1034 {
    background: #ffffff;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
}

body .t1035 {
    color: var(--azul2);
    text-align: center;
    font-family: 'Barlow';
}

body .t1037 {
    font-size: 16px !important;
    font-family: 'Barlow';
    font-weight: 500;
}

body .t1038 {
    font-size: 16px !important;
    font-family: 'Barlow';
    font-weight: 500;
}

body .t1039 {
    display: flex;
    font-size: 16px;
    align-items: center;
    justify-content: center;
}

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

body .t1041 {
    background: linear-gradient(180deg,#000000 0%,#111111 100%);
    padding-left: 80px;
    padding-right: 80px;
}

body .t1042 * {
    color: white;
}

body .t1042 {
    display: flex;
    max-width: 1800px;
    column-gap: 30px;
    margin-left: auto;
    padding-top: 40px;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 40px;
}

body .t1043 {
    width: 100%;
    display: block;
    row-gap: 010px;
    max-width: 600px;
    flex-direction: column;
}

body .t1044 {
    font-size: 40px;
    font-family: 'Geometria';
    font-weight: 700;
}

body .t1045 {
    font-size: 20px;
    font-family: 'Barlow';
}

body .t1046 {
    display: flex;
    row-gap: 10px;
    flex-direction: column;
}

body .t1047 {
    font-family: 'Geometria';
}

body .t1048 {
    border-radius: 7px;
}

body .t1049 * {
    color: rgb(0,0,0);
    font-family: 'Barlow';
    font-weight: 700;
}

body .t1049 {
    color: rgb(0,0,0);
    display: flex;
    font-size: 18px;
    background: rgba(255,255,255,0.85);
    align-items: center;
    font-family: 'Barlow';
    justify-content: center;
}

body .t1054 {
    color: #121212;
    font-size: 20px;
    margin-top: 15px;
    font-family: Barlow, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.4;
}

body .t1055 {
    color: #121212;
    font-size: 48px;
    font-family: Geometria, Montserrat, sans-serif;
    font-weight: 700;
    line-height: 1.3;
}

body .t1057 {
    height: fit-content;
}

body .t1058 {
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: visible;
    background: transparent;
    align-items: center;
    font-family: 'Inter';
    padding-top: 16px;
    padding-bottom: 16px;
}

body .t1059 {
    max-width: 100%;
}

body .t1060 {
    display: grid;
    column-gap: 5px;
    align-items: center;
    margin-right: -10;
    justify-content: space-between;
    grid-template-rows: 1fr;
    grid-template-columns: minmax(50px,25%) 1fr 150px;
}

body .t1061 {
    display: flex;
    align-self: auto;
    background: transparent;
    column-gap: 5px;
    align-items: center;
    justify-self: auto;
    margin-right: auto;
    justify-content: center;
}

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

body .t1063 {
    color: rgb(255,255,255);
    display: flex;
    background: #e65161;
    align-items: center;
    font-weight: 500;
    padding-top: 8px;
    padding-left: 10px;
    border-radius: 0px;
    padding-right: 10px;
    padding-bottom: 8px;
    justify-content: center;
}

body .t1063:hover {
    background: #5c24d4;
}

body .t1064 {
    width: 30px;
    height: 20px;
    display: none;
    position: relative;
    background: #121212;
    flex-direction: column;
    justify-content: space-between;
    -webkit-background-clip: border-box;
}

body .t1064 > div {
    top: 0;
    position: relative;
    transition: 0.2s;
}

body .t1064.dh-active > div:last-child {
    top: -45%;
    position: relative;
    transform: rotate(-45deg);
}

body .t1064.dh-active > div:first-child {
    top: 45%;
    position: relative;
    transform: rotate(45deg);
}

body .t1064.dh-active > div:nth-child(2) {
    opacity: 0;
}

body .t1065 {
    color: #121212;
    height: 3px;
    min-width: 30px;
    background: rgb(255,255,255);
}

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

body .t1068 {
    color: rgb(255,255,255);
    display: flex;
    background: #00aaa5;
    align-items: center;
    font-weight: 500;
    padding-top: 8px;
    padding-left: 10px;
    border-radius: 0px;
    padding-right: 10px;
    padding-bottom: 8px;
    justify-content: center;
}

body .t1068:hover {
    background: #5c24d4;
}

body .t1070 {
    color: rgb(255,255,255);
    border: 1px solid rgba(0,0,0,1);
    display: flex;
    background: #e65161;
    font-family: 'Inter';
    font-weight: 500;
    line-height: 1.4;
    padding-top: 5px;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 5px;
    text-decoration: none;
}

body .t1071 {
    height: fit-content;
    display: block;
    overflow: visible;
    position: relative;
    align-self: center;
    align-items: center;
    justify-self: flex-start;
    justify-content: center;
    text-decoration: none;
}

body .t1072 {
    flex: 0 1 auto;
    display: flex;
    object-fit: scale-down;
    align-items: center;
    justify-content: center;
    object-position: % %;
}

body .t1073 {
    flex: 1 1 0%;
    display: flex;
    position: relative;
    align-items: center;
    margin-left: 10px;
    padding-left: 0px;
    padding-right: 0px;
    justify-content: center;
    grid-template-columns: 1fr 1fr 1fr;
}

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

body .t1075 {
    color: rgb(255,255,255);
    font-weight: 500;
}

body .t1075:hover {
    text-decoration: underline;
}

body .t1076 {
}

body .t1077 {
    color: rgb(255,255,255);
    display: flex;
    position: relative;
    column-gap: 5px;
    align-items: center;
    font-family: 'Inter';
    font-weight: 500;
}

body .t1077:hover > div:last-child {
    top: 100%;
    opacity: 1;
    pointer-events: auto;
}

body .t1078 {
    display: flex;
    column-gap: 8px;
    align-items: center;
}

body .t1079 {
    color: rgb(255,255,255);
    font-weight: 500;
}

body .t1080 {
    width: 12px;
    height: 12px;
    transition: all 200ms 0ms linear;
}

body .t1081 {
    top: 80%;
    left: 0%;
    right: auto;
    bottom: auto;
    display: flex;
    opacity: 0%;
    z-index: 100;
    position: absolute;
    min-width: 500px;
    background: rgb(12,31,53);
    margin-top: 30px;
    transition: all 200ms 0ms linear;
    padding-top: 10px;
    padding-left: 10px;
    border-radius: 10px;
    padding-right: 10px;
    flex-direction: column;
    padding-bottom: 10px;
    pointer-events: none;
}

body .t1082 {
    top: -30px;
    left: 0%;
    right: auto;
    width: 100%;
    bottom: auto;
    height: 35px;
    position: absolute;
}

body .t1083 {
    color: #a9a9a9;
    font-family: 'Inter';
    font-weight: 500;
    padding-top: 10px;
    padding-left: 10px;
}

body .t1084 {
    display: grid;
    row-gap: 20px;
    column-gap: 20px;
    margin-top: 24px;
    grid-template-columns: 1fr 1fr;
}

body .t1085 {
    display: flex;
    position: relative;
    column-gap: 12px;
    align-items: center;
    padding-top: 7px;
    padding-left: 7px;
    border-radius: 8px;
    padding-right: 7px;
    padding-bottom: 7px;
}

body .t1085:hover {
    background: #202020;
}

body .t1086 {
    width: 24px;
    height: 24px;
}

body .t1087 {
    display: flex;
    row-gap: 5px;
    flex-direction: column;
}

body .t1088 {
    color: rgba(255,255,255,0.5);
    font-size: 14px;
    font-weight: 400;
}

body .t1089 {
    color: rgb(255,255,255);
    font-family: 'Inter';
    font-weight: 500;
}

body .t1091 {
    padding-top: 0px;
}

body .t1097 {
    top: 0%;
    left: 0%;
    color: rgba(0,0,0,1.00);
    right: 0%;
    bottom: auto;
    z-index: 90;
    position: sticky;
    background: #021633;
    padding-top: 15px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
}

body .t1098 {
    display: flex;
    row-gap: 50px;
    flex-direction: column;
}

body .t1099 {
    height: 65px;
    display: flex;
    background: #021633;
    align-items: center;
    justify-content: space-between;
}

body .t1100 {
    color: rgba(0,0,0,1.00);
    display: flex;
    column-gap: 15px;
    align-items: center;
    text-decoration: none;
}

body .t1101 {
    height: 65px;
}

body .t1102 {
    display: flex;
    column-gap: 40px;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}

body .t1103 {
    color: rgb(0,0,0);
    width: max-content;
    position: relative;
    background: rgb(255,255,255);
    border-radius: 6px;
}

body .t1103:hover .dh-languages-dropdown {
    opacity: 100%;
    pointer-events: auto;
}

body .t1104 {
    top: 100%;
    left: 0%;
    right: auto;
    width: 100%;
    bottom: auto;
    opacity: 0%;
    z-index: 20;
    overflow: hidden;
    position: absolute;
    background: rgb(255,255,255);
    transition: all 200ms 0ms linear;
    border-radius: 5px;
    pointer-events: none;
}

body .t1105 {
    cursor: pointer;
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
}

body .t1105:hover {
    background: rgb(229,229,229);
}

body .t1105.dh-active {
    display: none;
}

body .t1107 {
    height: 48px;
    display: flex;
    font-size: 18px;
    min-width: 80px;
    background: #00aaa5;
    align-items: center;
    font-family: 'Barlow';
    font-weight: 500;
    padding-top: 0px;
    padding-left: 13px;
    border-radius: 5px;
    padding-right: 13px;
    padding-bottom: 0px;
    justify-content: space-between;
}

body .t1108 {
    color: rgb(255,255,255);
    font-family: Barlow, Arial, sans-serif;
}

body .t1109 {
    height: 15px;
}

body .t1110 {
    display: flex;
    position: relative;
    column-gap: 15px;
    align-items: center;
    justify-content: flex-end;
}

body .t1111 {
    width: 30px;
    height: 20px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
}

body .t1111 > div {
    top: 0;
    position: relative;
    transition: 0.2s;
}

body .t1111.dh-active > div:last-child {
    top: -45%;
    position: relative;
    transform: rotate(-45deg);
}

body .t1111.dh-active > div:first-child {
    top: 45%;
    position: relative;
    transform: rotate(45deg);
}

body .t1111.dh-active > div:nth-child(2) {
    opacity: 0;
}

body .t1112 {
    width: 100%;
    height: 2px;
    background: rgba(0,0,0,1.00);
}

body .t1113 {
    color: rgb(255,255,255);
    display: flex;
    font-size: 18px;
    column-gap: 40px;
    align-items: center;
    font-family: 'Barlow';
    font-weight: 500;
}

body .t1114 {
    color: white !important;
}

body .t1115 {
    color: rgba(255,255,255,1.00);
    background: #e65161;
    padding-top: 10px;
    padding-left: 15px;
    border-radius: 5px;
    padding-right: 15px;
    padding-bottom: 10px;
    text-decoration: none;
}

body .t1121 {
    background: #031216;
    font-family: 'Inter';
    padding-top: 100px;
    padding-bottom: 100px;
}

body .t1123 {
    color: rgb(255,255,255);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

body .t1124 {
    font-size: 48px;
    max-width: 700px;
    margin-top: 20px;
    text-align: center;
    font-family: 'Geometria';
    font-weight: 700;
}

body .t1125 {
    max-width: 1300px;
    margin-top: 20px;
}

body .t1126 {
    margin-top: 60px;
}

body .t1127 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

body .t1129 {
    position: relative;
    border-left: 1px solid rgb(255,255,255);
    padding-left: 30px;
    padding-bottom: 100px;
}

body .t1130 {
    color: var(--Silver-BG);
    font-size: 36px;
    font-family: 'Barlow';
    font-weight: 700;
}

body .t1131 {
    font-size: 32px;
    margin-top: 10px;
    font-family: 'Geometria';
    font-weight: 700;
}

body .t1132 {
    font-size: 20px;
    max-width: 600px;
    margin-top: 10px;
    font-family: 'Barlow';
    font-weight: 500;
    line-height: 1.4;
}

body .t1133 {
    top: -6px;
    left: -8px;
    right: auto;
    width: 14px;
    bottom: auto;
    height: 100%;
    position: absolute;
}

body .t1134 {
    top: 40px;
    width: 14px;
    height: 14px;
    position: sticky;
    background: var(--Silver-BG);
    border-radius: 100%;
}

body .t1135 {
}

body .t1136 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

body .t1138 {
    position: relative;
    border-left: 1px solid rgb(255,255,255);
    padding-left: 30px;
    padding-bottom: 100px;
}

body .t1139 {
    font-size: 20px;
    max-width: 600px;
    margin-top: 10px;
    font-family: 'Barlow';
    font-weight: 500;
    line-height: 1.4;
}

body .t1140 {
    color: var(--Silver-BG);
    font-size: 36px;
    font-family: 'Barlow';
    font-weight: 700;
}

body .t1141 {
    font-size: 32px;
    margin-top: 10px;
    font-family: 'Geometria';
    font-weight: 700;
}

body .t1142 {
    top: -6px;
    left: -8px;
    right: auto;
    width: 14px;
    bottom: auto;
    height: 100%;
    position: absolute;
}

body .t1143 {
    top: 40px;
    width: 14px;
    height: 14px;
    position: sticky;
    background: var(--Silver-BG);
    border-radius: 100%;
}

body .t1144 {
}

body .t1145 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

body .t1146 {
    border-left: 1px solid rgb(255,255,255);
}

body .t1147 {
    display: flex;
    position: relative;
    text-align: right;
    align-items: flex-end;
    padding-right: 20px;
    flex-direction: column;
    padding-bottom: 100px;
}

body .t1148 {
    top: -6px;
    left: auto;
    right: -7px;
    width: 14px;
    bottom: auto;
    height: 100%;
    position: absolute;
}

body .t1149 {
    top: 40px;
    width: 14px;
    height: 14px;
    position: sticky;
    background: var(--Silver-BG);
    border-radius: 100%;
}

body .t1150 {
    color: var(--Silver-BG);
    font-size: 36px;
    font-family: 'Barlow';
    font-weight: 700;
}

body .t1151 {
    font-size: 32px;
    margin-top: 10px;
    font-family: 'Geometria';
    font-weight: 700;
}

body .t1152 {
    font-size: 20px;
    max-width: 600px;
    margin-top: 10px;
    font-family: 'Barlow';
    font-weight: 500;
    line-height: 1.4;
}

body .t1153 {
}

body .t1154 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

body .t1155 {
    border-left: 1px solid rgb(255,255,255);
}

body .t1156 {
    display: flex;
    position: relative;
    text-align: right;
    align-items: flex-end;
    padding-right: 20px;
    flex-direction: column;
    padding-bottom: 100px;
}

body .t1157 {
    color: var(--Silver-BG);
    font-size: 36px;
    font-family: 'Barlow';
    font-weight: 700;
}

body .t1158 {
    font-size: 32px;
    margin-top: 10px;
    font-family: 'Geometria';
    font-weight: 700;
}

body .t1159 {
    font-size: 20px;
    max-width: 600px;
    margin-top: 10px;
    font-family: 'Barlow';
    font-weight: 500;
    line-height: 1.4;
}

body .t1160 {
    top: -6px;
    left: auto;
    right: -7px;
    width: 14px;
    bottom: auto;
    height: 100%;
    position: absolute;
}

body .t1161 {
    top: 40px;
    width: 14px;
    height: 14px;
    position: sticky;
    background: var(--Silver-BG);
    border-radius: 100%;
}

body .t1163 {
    font-size: 24px;
    max-width: 850px;
    text-align: center;
    font-family: 'Barlow';
    font-weight: 500;
}

body .t1164 {
}

body .t1165 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

body .t1167 {
    position: relative;
    border-left: 1px solid rgb(255,255,255);
    padding-left: 30px;
    padding-bottom: 100px;
}

body .t1168 {
    font-size: 20px;
    max-width: 600px;
    margin-top: 10px;
    font-family: 'Barlow';
    font-weight: 500;
    line-height: 1.4;
}

body .t1169 {
    color: var(--Silver-BG);
    font-size: 36px;
    font-family: 'Barlow';
    font-weight: 700;
}

body .t1170 {
    font-size: 32px;
    margin-top: 10px;
    font-family: 'Geometria';
    font-weight: 700;
}

body .t1171 {
    top: -6px;
    left: -8px;
    right: auto;
    width: 14px;
    bottom: auto;
    height: 100%;
    position: absolute;
}

body .t1172 {
    top: 40px;
    width: 14px;
    height: 14px;
    position: sticky;
    background: var(--Silver-BG);
    border-radius: 100%;
}

body .t1173 {
    margin-top: 20px;
}

body .t1174 {
    font-size: 24px;
    max-width: 850px;
    text-align: center;
    font-family: 'Barlow';
    font-weight: 500;
}

body .t1175 {
    color: #121212;
    font-size: 48px;
    font-family: Geometria, Montserrat, sans-serif;
    font-weight: 700;
    line-height: 1.3;
}

body .t1177 {
    background: #ffffff;
    padding-top: 80px;
    padding-bottom: 80px;
}

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

body .t1179 {
    display: flex;
    row-gap: 25px;
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    justify-content: center;
}

body .t1180 {
    color: #000000;
    font-size: 48px;
    max-width: 1000px;
    font-family: 'Geometria';
    font-weight: 700;
    line-height: 1.3;
}

body .t1181 {
    min-width: 900px;
}

body .t1182 {
    color: #000000;
    font-size: 18px;
    max-width: 1200px;
    font-family: 'Barlow';
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
}

body .t1182 table {
    width: 100%;
}

body .t1182 table tr td {
    border: none;
    height: 48px;
    text-align: center;
    border-bottom: 1px solid #0000007f;
}

body .t1182 table tr:first-child td {
    font-size: 20px;
    font-family: "Geometria";
    font-weight: bolder;
}

body .t1182 table tr td:nth-child(1) {
    width: 50%;
}

body .t1182 table tr td:nth-child(2) {
    width: 25%;
}

body .t1182 table tr td:nth-child(3) {
    width: 25%;
}

body .t1182 table tr:nth-child(even) {
    background: revert;
}

body .t1183 {
    background: linear-gradient(-45deg,#bdf0ee 0%,#FFFFFF 100%);
    font-family: 'Inter';
    padding-top: 100px;
    padding-bottom: 100px;
}

body .t1185 {
    display: flex;
    column-gap: 80px;
    grid-template-columns: 450px 1fr;
}

body .t1187 {
    top: 60px;
    display: flex;
    row-gap: 20px;
    position: sticky;
    align-items: flex-start;
    flex-direction: column;
}

body .t1188 {
    color: #000000;
    font-size: 48px;
    font-family: 'Geometria';
    font-weight: 700;
}

body .t1189 {
    display: block;
    row-gap: 60px;
    min-width: 50%;
    column-gap: 40px;
    grid-template-columns: 1fr;
}

body .t1191 {
    color: #121212;
    font-size: 20px;
    margin-top: 15px;
    font-family: Barlow, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.4;
}

body .t1192 {
    color: #000000;
    font-size: 24px;
    font-family: Barlow, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.4;
}

body .t1193 {
    display: none;
    margin-top: 40px;
    align-items: center;
    justify-content: center;
}

body .t1194 {
    background: rgb(164,229,227);
    padding-left: 60px;
    border-radius: 15px;
    padding-right: 60px;
}

body .t1195 {
    font-size: 18px;
    font-family: Barlow, Arial, sans-serif;
    font-weight: 700;
}

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

body .t1197 {
    background: rgb(164,229,227);
    padding-left: 60px;
    border-radius: 15px;
    padding-right: 60px;
}

body .t1198 {
    font-size: 16px;
    font-family: Barlow, Arial, sans-serif;
    font-weight: 700;
}

body .t1199 {
    padding-left: 60px;
    border-radius: 15px;
    padding-right: 60px;
}

body .t1200 {
    font-size: 16px;
    font-family: Barlow, Arial, sans-serif;
    font-weight: 700;
}

body .t1201 {
    border: 1px solid rgba(91,141,119,0.20);
    height: 630px;
    display: flex;
    row-gap: 30px;
    overflow: hidden;
    background: #FFF;
    box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.04);
    column-gap: 30px;
    align-items: center;
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 20px;
    justify-content: space-between;
}

body .t1202 {
    flex: 1 1 0%;
    width: 100%;
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
    padding-bottom: 20px;
    justify-content: space-between;
}

body .t1203 {
    color: rgba(0,0,0,0.7);
    font-size: 18px;
    font-style: normal;
    font-family: 'Barlow';
    font-weight: 500;
    margin-bottom: 30px;
}

body .t1204 {
    display: flex;
    column-gap: 15px;
}

body .t1206 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-family: 'Geometria';
    font-weight: 700;
    margin-bottom: 5px;
}

body .t1207 {
    color: hsla(0,0%,0%,0.7);
    font-size: 18px;
    font-style: normal;
    font-family: 'Barlow';
    font-weight: 500;
}

body .t1208 {
    width: 100%;
    height: 170px;
    display: flex;
    background: #940d21;
    align-items: center;
    border-bottom: 1px solid rgba(91,141,119,0.20);
    justify-content: center;
}

body .t1209 {
    height: 90px;
}

body .t1210 {
    color: rgba(0,0,0,0.7);
    font-size: 18px;
    font-style: normal;
    font-family: 'Barlow';
    font-weight: 500;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

body .t1211 {
    border: 1px solid rgba(91,141,119,0.20);
    height: 630px;
    display: flex;
    row-gap: 30px;
    overflow: hidden;
    background: #FFF;
    box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.04);
    column-gap: 30px;
    align-items: center;
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 20px;
    justify-content: space-between;
}

body .t1212 {
    flex: 1 1 0%;
    width: 100%;
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
    padding-bottom: 20px;
    justify-content: space-between;
}

body .t1213 {
    color: rgba(0,0,0,0.7);
    font-size: 18px;
    font-style: normal;
    font-family: 'Barlow';
    font-weight: 500;
    margin-bottom: 30px;
}

body .t1214 {
    display: flex;
    column-gap: 15px;
}

body .t1216 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-family: 'Geometria';
    font-weight: 700;
    margin-bottom: 5px;
}

body .t1217 {
    color: hsla(0,0%,0%,0.7);
    font-size: 18px;
    font-style: normal;
    font-family: 'Barlow';
    font-weight: 500;
}

body .t1218 {
    width: 100%;
    height: 170px;
    display: flex;
    background: #f3e708;
    align-items: center;
    border-bottom: 1px solid rgba(91,141,119,0.20);
    justify-content: center;
}

body .t1219 {
    height: 70px;
}

body .t1220 {
    color: rgba(0,0,0,0.7);
    font-size: 18px;
    font-style: normal;
    font-family: 'Barlow';
    font-weight: 500;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

body .t1221 {
    color: #464682;
    background: #ffffff;
    padding-top: 80px;
    padding-bottom: 80px;
}

body .t1224 {
    text-align: center;
    margin-bottom: 80px;
}

body .t1225 {
    color: #121212;
    font-size: 48px;
    font-family: Geometria, Montserrat, sans-serif;
    font-weight: 700;
    line-height: 1.3;
}

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

body .t1227 {
    color: #121212;
    font-size: 48px;
    font-family: Geometria, Montserrat, sans-serif;
    font-weight: 700;
    line-height: 1.3;
}

