/* [Colors] */

body {
    --Black: rgba(0,0,0,1.00);
    --Green: rgba(135,229,218,1.00);
    --Beige: rgba(250,243,237,1.00);
    --SmarTox-Blue: #0077bb;
    --SmarTox-Dark: #185992;
    --SmarTox-Gold: rgb(228, 226, 80);
    --SmarTox-Light-Grey: rgba(0, 0, 0, 0.06);
}

/* [Global] */

body {
    background: rgba(255,255,255,1.00);
    color: rgba(0,0,0,1.00);
    font-size: 18px;
    line-height: 1.4;
    font-family: Outfit;
    font-weight: 400;
}

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


h1,h2, h3, h4, h5, h6,
.h1,.h2, .h3, .h4, .h5, .h6{
    letter-spacing:0;
}

h2 {
    margin: 0px 0px 0px 0px;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.1;
    color: var(--SmarTox-Blue);
    text-transform: capitalize;
}

h1 {
    font-size: 70px;
    font-weight: 600;
    margin: 0px 0px 0px 0px;
    line-height: 1.1;
}

h3 {
    font-size: 40px;
    margin: 0px 0px 0px 0px;
    line-height: 1.1;
    font-weight: 600;
    color: var(--SmarTox-Blue);
}

h4 {
    font-size: 24px;
    margin: 0px 0px 0px 0px;
    font-weight: 600;
    line-height: 1.1;
}

h5 {
    font-size: 20px;
    font-weight: 700;
}


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

p {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-weight: 300;
}

p:not(:last-of-type) {
    margin-bottom: 1em;
}

ul {
    padding: 0px 20px 0px 20px;
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
}

ol {
    padding: 0px 20px 0px 20px;
}

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

textarea {
    resize: vertical;
    font-family: Outfit;
    font-size: 17px;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    border-radius: 0.75em;
}

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

button {
    cursor: pointer;
    font-family: Outfit;
    transition: all 200ms 0ms linear;
}

input {
    font-family: Outfit;
    background: rgba(255,255,255,1.00);
    font-size: 17px;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
    border-radius: 0.75em;
}

select {
    font-family: Outfit;
}

div {
    border: 0px none rgba(0,0,0,1);
}

rich-text {
    font-weight: 300;
}

label {
    font-size: 14px;
    color: var(--SmarTox-Blue);
    font-weight: 500;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
}

/* [Classes] */

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

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

.button-primary {
    background: var(--SmarTox-Blue);
    color: rgba(255,255,255,1.00);
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    border: 1px solid var(--SmarTox-Blue);
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 6px;
    column-gap: 10px;
}

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

.button-primary svg {
    transition: transform 200ms 0ms linear;
}

.button-primary:hover svg {
    transform: rotate(45deg);
}

.button-secondary {
    background: rgba(91,112,243,0.00);
    color: var(--SmarTox-Blue);
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    border: 1px solid var(--SmarTox-Blue);
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    height: 46px;
    border-radius: 6px;
    font-size: 16px;
}

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

.button-secondary svg {
    transition: transform 200ms 0ms linear;
}

.button-secondary:hover svg {
    transform: rotate(45deg);
}

.color-blue {
    color: var(--Blue);
}

.title-blue-part {
    color: var(--SmarTox-Blue);
    font-style: italic;
}

.button-tertiary {
    background: rgba(255,255,255,1.00);
    color: var(--Black);
    padding: 0px 20px 0px 20px;
    border: 1px solid rgba(255,255,255,1.00);
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 6px;
    column-gap: 10px;
}

.button-tertiary:hover {
    background: var(--Black);
    color: rgba(255,255,255,1.00);
}

.button-tertiary svg {
    transition: transform 200ms 0ms linear;
}

.button-tertiary:hover svg {
    transform: rotate(45deg);
}

.form-input {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    height: 46px;
    padding: 0px 16px 0px 16px;
    font-size: 16px;
}

.form-input::placeholder {
    color: rgba(0,0,0,0.50);
}

.sticky-nav {
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 100;
    transition: all 200ms 0ms linear;
}

.button-2 {
    padding-top: 15px;
    padding-right: 45px;
    padding-left: 45px;
    background: rgba(0,0,0,1.00);
    color: rgba(255,255,255,1.00);
    padding-bottom: 15px;
    border: 1px solid rgba(0,0,0,1.00);
    text-decoration: none;
    transition: all 200ms 0ms ease;
}

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

.button-outline {
    padding-top: 15px;
    padding-right: 45px;
    padding-left: 45px;
    background: rgba(0,0,0,0.00);
    color: rgba(0,0,0,1.00);
    padding-bottom: 15px;
    border: 1px solid rgba(0,0,0,1.00);
    text-decoration: none;
    transition: all 200ms 0ms ease;
}

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

.cta-button {
    background: rgba(228,226,80,1.00);
    color: var(--SmarTox-Dark);
    border: 2px none var(--SmarTox-Dark);
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    padding-left: 2em;
    padding-right: 2em;
    font-weight: 600;
    font-size: 24px;
    border-radius: 0.75em;
}

.list-gems {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
}

.list-gems span {
    background: rgba(0,0,0,0.125);
    padding: 0.625em 1em;
    border-radius: 0.5em;
}

/* [Tags] */

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

body .t2 {
}

body .t4 {
    display: flex;
    padding: 0px 0px 0px 0px;
    background: #FAF3ED;
    justify-content: center;
}

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

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

body .t9 {
    background: #FAF3ED;
}

body .t17 {
    margin: 0px auto 0px auto;
    display: inline;
    max-width: 600px;
}

body .t19 {
    margin: 0px auto 60px auto;
    text-align: center;
    margin-bottom: 60px;
}

body .t20 {
    margin: 0px auto 20px auto;
    text-align: center;
}

body .t21 {
    border: 1px none rgba(0,0,0,1);
    max-width: 840px;
    border-top: 1px none rgba(0,0,0,0.10);
    margin-top: 0px;
    margin-left: auto;
    padding-top: 0px;
    margin-right: auto;
    padding-left: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

body .t23 {
    padding: 20px 0px 20px 0px;
    z-index: 5;
    position: relative;
    background: rgba(255,255,255,1.00);
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

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

body .t27 {
    padding: 90px 0px 120px 0px;
}

body .t28 {
    color: var(--Beige);
    padding: 60px 0px 40px 0px;
    background: var(--SmarTox-Blue);
    border-radius: 60px 60px 0px 0px;
    padding-bottom: 40px;
}

body .t36 {
    padding: 100px 0px 100px 0px;
    padding-top: 100px;
}

body .t40 {
    height: 42px;
    background: var(--SmarTox-Blue);
}

body .t44 {
}

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

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

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

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

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

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

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

body .t74 {
}

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

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

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

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

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

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

body .t86 {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

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

body .t88 {
    display: flex;
    align-items: center;
}

body .t89 {
    height: 2em;
    margin-top: 2px;
}

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

body .t92 {
    background: #FAF3ED;
}

body .t93 {
    display: flex;
    align-items: center;
}

body .t94 {
    padding: 90px 0px 100px 0px;
}

body .t95 {
    margin: -50px 0px 0px 0px;
    align-self: center;
}

body .t96 {
    margin: 40px 0px 0px 0px;
    display: flex;
    column-gap: 15px;
}

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

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

body .t102 {
    transform: translate(90px,0px) scale(1.1,1.1);
}

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

body .t104 {
    max-width: 522px;
}

body .t106 {
    margin: 20px 0px 0px 0px;
}

body .t107 {
    font-weight: 600;
}

body .t108 {
    padding: 0px 0px 120px 0px;
    background: linear-gradient(180deg, rgba(250, 243, 237, 0) 0.01%, #FAF3ED 100%);
    border-radius: 0px 0px 100px 100px;
}

body .t109 {
    padding: 0px 0px 0px 0px;
}

body .t110 {
    color: rgba(253,253,253,1.00);
    padding: 0px 0px 0px 0px;
    background: var(--Blue);
    border-radius: 100px 100px 0px 0px;
}

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

body .t113 {
    display: flex;
    padding: 50px 30px 30px 30px;
    background: #FAF3EE;
    border-radius: 40px;
    flex-direction: column;
    justify-content: space-between;
}

body .t115 {
    margin: 20px 0px 0px 0px;
    display: grid;
    padding: 0px 20px 0px 0px;
    row-gap: 20px;
    flex-direction: column;
}

body .t117:hover {
    color: var(--Green);
}

body .t121 {
    margin: 0px auto 20px auto;
    text-align: center;
}

body .t122 {
    margin: 0px auto 0px auto;
    max-width: 488px;
}

body .t123 {
    margin: 0px auto 60px auto;
    max-width: 590px;
    text-align: center;
}

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

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

body .t130 {
    filter: brightness(0%) invert(100%);
    max-height: 2em;
}

body .t131 {
    flex: 1 1 0%;
    display: none;
    row-gap: 30px;
    max-width: 800px;
    column-gap: 60px;
    justify-content: space-between;
}

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

body .t133 {
    font-weight: 600;
}

body .t134:hover {
    color: var(--Green);
}

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

body .t136 {
    font-weight: 600;
}

body .t137:hover {
    color: var(--Green);
}

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

body .t139 {
    font-weight: 600;
}

body .t140:hover {
    color: var(--Green);
}

body .t142 {
    margin: 20px 0px 0px 0px;
    padding: 20px 0px 0px 0px;
}

body .t144 {
    padding: 90px 0px 500px 0px;
    background: #FAF3ED;
}

body .t146 {
    margin: 0px auto 0px auto;
    max-width: 680px;
    text-align: center;
}

body .t147 {
    margin: 0px auto 20px auto;
    max-width: 650px;
    text-align: center;
}

body .t148 {
    background: #FAF3ED;
}

body .t149 {
    background: #FAF3ED;
    border-radius: 0px 0px 100px 100px;
}

body .t149 .pricing-card:first-child {
    background: white!important;
}

body .t150 {
    padding: 0px 0px 0px 0px;
}

body .t151 {
    padding: 40px 0px 120px 0px;
}

body .t153 {
    margin: 0px auto 0px auto;
    max-width: 680px;
    text-align: center;
}

body .t154 {
    background: #FAF3ED;
}

body .t157 {
    margin: 0px auto 20px auto;
    max-width: 763px;
    text-align: center;
}

body .t158 {
    margin: 40px 0px 0px 0px;
}

body .t159 {
    display: flex;
    padding: 0px 20px 0px 0px;
    row-gap: 20px;
    flex-wrap: wrap;
    column-gap: 20px;
    align-items: center;
    justify-content: center;
}

body .t160 {
    margin: 100px 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

body .t161 {
}

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

body .t164 {
    padding: 90px 0px 290px 0px;
    background: #FAF3ED;
    border-radius: 0px 0px 100px 100px;
}

body .t166 {
    margin: 0px auto 0px auto;
    max-width: 700px;
}

body .t168 {
    margin: 0px auto 0px auto;
    max-width: 831px;
    text-align: center;
}

body .t169 svg {
    transition: transform 200ms 0ms linear;
}

body .t169 {
    color: var(--SmarTox-Blue);
    display: flex;
    font-size: 140px;
    column-gap: 60px;
    align-items: center;
    font-weight: 600;
    justify-content: center;
}

body .t169:hover {
    color: var(--Black);
}

body .t169:hover svg {
    transform: rotate(45deg);
}

body .t172 {
    margin: 0px auto 20px auto;
    max-width: 1199px;
    text-align: center;
}

body .t174 {
    padding: 0px 0px 120px 0px;
    background: linear-gradient(180deg, rgba(250, 243, 237, 0) 0.01%, #FAF3ED 100%);
    border-radius: 0px 0px 100px 100px;
}

body .t176 {
    background: #FAF3ED;
}

body .t177 {
    z-index: 1;
    position: relative;
}

body .t178 {
    display: none;
    padding: 0px 0px 120px 0px;
    background: linear-gradient(180deg, rgba(250, 243, 237, 0) 0.01%, #FAF3ED 100%);
    padding-top: 40px;
    border-radius: 0px 0px 100px 100px;
    padding-bottom: 40px;
}

body .t179 {
    display: none;
}

body .t182 {
    display: flex;
    padding: 0px 0px 0px 0px;
    justify-content: center;
}

body .t184 {
    display: grid;
    column-gap: 65px;
    items-items: center;
    grid-template-columns: 1fr 1fr;
}

body .t185 {
    padding: 100px 0px 120px 0px;
    align-self: center;
}

body .t186 {
    margin: 0px 0px 0px 0px;
    align-self: center;
}

body .t187 {
}

body .t188 {
    margin: 20px 0px 0px 0px;
}

body .t189 {
    color: var(--Blue);
    margin: 0px 0px 20px 0px;
    display: block;
    font-weight: 600;
}

body .t190 {
    font-size: 50px;
}

body .t191 {
    width: 100%;
    margin: 0px auto 0px auto;
    max-width: 1760px;
    background: #FAF3ED;
    border-radius: 100px;
}

body .t193 {
    display: grid;
    column-gap: 65px;
    items-items: center;
    grid-template-columns: 1fr 1fr;
}

body .t194 {
    padding: 120px 0px 120px 0px;
    align-self: center;
}

body .t195 {
    font-size: 50px;
    max-width: 411px;
}

body .t196 {
    order: -1000;
    margin: 0px 0px 0px 0px;
    align-self: center;
}

body .t197 {
}

body .t198 {
    display: flex;
    padding: 0px 0px 0px 0px;
    justify-content: center;
}

body .t200 {
    display: grid;
    column-gap: 65px;
    items-items: center;
    grid-template-columns: 1fr 1fr;
}

body .t201 {
    padding: 120px 0px 120px 0px;
    align-self: center;
}

body .t202 {
    color: var(--Blue);
    margin: 0px 0px 20px 0px;
    display: block;
    font-weight: 600;
}

body .t203 {
    margin: 0px 0px 0px 0px;
    align-self: center;
}

body .t204 {
}

body .t205 {
    padding: 0px 0px 120px 0px;
    background: linear-gradient(180deg, rgba(250, 243, 237, 0) 0.01%, #FAF3ED 100%);
    border-radius: 0px 0px 100px 100px;
}

body .t207 {
    font-size: 12px;
    max-width: 52px;
    line-height: 1;
}

body .t208 {
    margin: 5px 0px 0px 0px;
    display: block;
    font-weight: 600;
}

body .t209 {
    color: var(--Blue);
    margin: 0px 0px 20px 0px;
    display: block;
    font-weight: 600;
}

body .t210 {
    font-size: 50px;
}

body .t211 {
    margin: 20px 0px 0px 0px;
}

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

body .t213 {
    color: var(--SmarTox-Gold);
    border: 0px none rgba(0,0,0,1);
    margin: 20px 0px 0px 0px;
    display: flex;
    padding: 20px 0px 0px 0px;
    border-top: 1px none rgba(255,255,255,0.07);
    column-gap: 1.5em;
    margin-top: 100px;
    padding-top: 0px;
    justify-content: center;
}

body .t214 {
    display: flex;
    column-gap: 1.5em;
    align-items: center;
    justify-content: flex-end;
}

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

body .t215:hover {
    color: rgba(255,255,255,1.00);
}

body .t216 {
    color: var(--SmarTox-Gold);
    font-size: 14px;
    font-style: normal;
}

body .t217 {
    height: 66px;
    display: flex;
    padding: 0px 30px 0px 30px;
    font-size: 24px;
    background: #FFB8EB;
    text-align: center;
    align-items: center;
    font-weight: 500;
    border-radius: 1000px;
    justify-content: center;
    list-style-type: none;
}

body .t219 {
    display: flex;
    column-gap: 10px;
    align-items: center;
    justify-content: flex-start;
}

body .t220 {
    color: var(--SmarTox-Blue);
}

body .t221 {
    font-style: italic;
}

body .t223 {
    margin: 30px 0px 0px 0px;
    display: flex;
    row-gap: 10px;
    border-top: 1px solid var(--Black);
    column-gap: 10px;
    align-items: center;
    margin-bottom: 20px;
    justify-content: flex-start;
}

body .t224 {
    color: var(--Beige);
}

body .t224:hover {
    color: var(--Brand);
    text-decoration: underline;
}

body .t225 {
    font-size: 15px;
}

body .t226 {
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 20px 0px;
    font-size: 16px;
    border-bottom: 1px solid var(--Black);
}

body .t228 {
    color: var(--SmarTox-Blue);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
}

body .t228:hover {
    color: var(--Blue);
}

body .t229 {
    margin: 20px 0px 0px 0px;
}

body .t231 {
    width: 100%;
    margin: 0px auto 0px auto;
    max-width: 1760px;
    background: #FAF3ED;
    border-radius: 100px;
}

body .t233 {
    display: grid;
    column-gap: 65px;
    items-items: center;
    grid-template-columns: 1fr 1fr;
}

body .t234 {
    padding: 120px 0px 120px 0px;
    align-self: center;
}

body .t235 {
    font-size: 50px;
    max-width: 411px;
}

body .t236 {
    margin: 20px 0px 0px 0px;
}

body .t237 {
    color: rgba(91,112,243,1.00);
    margin: 0px 0px 20px 0px;
    display: block;
    font-weight: 600;
}

body .t238 {
    order: -1000;
    margin: 0px 0px 0px 0px;
    align-self: center;
}

body .t239 {
}

body .t241 {
    display: flex;
    padding: 0px 0px 0px 0px;
    justify-content: center;
}

body .t243 {
    display: grid;
    column-gap: 65px;
    items-items: center;
    grid-template-columns: 1fr 1fr;
}

body .t244 {
    padding: 120px 0px 120px 0px;
    align-self: center;
}

body .t245 {
    font-size: 50px;
}

body .t246 {
    margin: 20px 0px 0px 0px;
}

body .t247 {
    color: rgba(91,112,243,1.00);
    margin: 0px 0px 20px 0px;
    display: block;
    font-weight: 600;
}

body .t248 {
    margin: 0px 0px 0px 0px;
    align-self: center;
}

body .t249 {
}

body .t251 {
    padding: 80px 0px 120px 0px;
}

body .t253 {
    text-align: center;
}

body .t254 {
    margin: 60px 0px 0px 0px;
    display: grid;
    row-gap: 40px;
    column-gap: 40px;
    grid-template-columns: 1fr 1fr;
}

body .t255 {
    padding: 50px 40px 50px 40px;
    background: #FAF3ED;
    border-radius: 40px;
}

body .t256 {
    color: var(--Black);
    margin: 0px 0px 50px 0px;
}

body .t257 {
    margin: 30px 0px 0px 0px;
    margin-top: 0px;
}

body .t258 {
}

body .t259 {
    margin: 15px 0px 0px 0px;
    text-align: center;
}

body .t260 {
    display: none;
}

body .t261 {
    display: flex;
    padding: 0px 0px 0px 0px;
    position: relative;
    min-height: 50vh;
    background-size: cover;
    justify-content: center;
    background-image: url(https://global.divhunt.com/949f1ac3c40350d7514941a7a99d1441_980916.png);
    background-position: 0% 50%;
}

body .t262 {
    z-index: 1;
    position: relative;
}

body .t263 {
    display: grid;
    column-gap: 60px;
    row-gap: 40px;
    align-items: center;
    justify-items: center;
    grid-template-columns: 1fr 1fr;
    padding: 80px 0;
}

body .t264 {
    color: var(--Beige);
    width: 100%;
    display: flex;
    padding: 0;
    max-width: 960px;
    align-self: center;
    text-align: left;
    align-items: center;
    text-shadow: 0px 0px 2em rgba(0,0,0,0.5);
    justify-self: center;
    flex-direction: column;
}

body .t398 {
    display: block;
    width: 100%;
    max-width: 720px;
}

body .t265 {
    color: var(--Beige);
    grid-column: 1 / -1;
}

body .t266 .hero-logo {
    width: 100%;
    max-width: 8em;
    filter: invert(1) hue-rotate(180deg);
}

body .t267 {
    margin: 0px;
    max-width: 720px;
}

body .t268 {
    display: flex;
    flex-direction: column;
    column-gap: 1.25em;
    row-gap: 0.5em;
    margin-top: 40px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    justify-content: center;
}

.button-inline {
    color: var(--Beige);
    display: flex;
    height: auto;
    line-height: 1.1;
    gap: 0.5em;
}

.button-inline:hover {
    color: var(--SmarTox-Gold);
}

body .t270 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
}

body .t271 {
    display: flex;
    transform: rotate(90deg);
    align-items: center;
    justify-content: center;
    color: var(--SmarTox-Gold);
}

body .t272 {
    overflow: hidden;
    border-radius: 0px 0px 60px 60px;
    background-size: cover;
    background-image: null;
    background-position: 0% 10%;
}

body .t273 {
    margin: -250px 0px 0px 0px;
}

body .t275 {
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin: 0px auto 0px auto;
    padding: 40px 40px 40px 40px;
    max-width: 680px;
    background: #FFFFFF;
    border-radius: 10px;
}

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

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

body .t279 {
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

body .t281 {
    display: none;
    row-gap: 10px;
    flex-direction: column;
}

body .t282 {
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

body .t283 {
    position: relative;
}

body .t284 {
    width: 100%;
    text-indent: 1px;
    text-overflow: '';
    -moz-appearance: none;
    -webkit-appearance: none;
}

body .t286 {
    top: 50%;
    right: 16px;
    position: absolute;
    transform: translate(0px,-50%);
}

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

body .t288 {
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

body .t289 {
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
}

body .t290 {
    border: 1px solid #E8E8E8;
    cursor: pointer;
    height: 45px;
    display: flex;
    padding: 0px 20px 0px 20px;
    font-size: 15px;
    min-width: 150px;
    background: #FFFFFF;
    align-items: center;
    font-weight: 500;
    border-radius: 1000px;
    justify-content: center;
}

body .t290.dh-active {
    color: rgba(255,255,255,1.00);
    background: rgba(91,112,243,1.00);
}

body .t292 {
    top: 0%;
    left: 0%;
    right: auto;
    width: 0px;
    bottom: auto;
    height: 0px;
    display: block;
    opacity: 0%;
    position: absolute;
}

body .t294 {
    margin: 0px 0px 0px 0px;
    display: flex;
    column-gap: 15px;
}

body .t295 {
    width: 100%;
}

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

body .t297 {
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

body .t298 {
    height: 150px;
    resize: vertical;
    padding: 12px 16px 10px 16px;
    max-height: 250px;
    min-height: 90px;
}

body .t300 {
    margin: -450px 0px 0px 0px;
}

body .t302 {
    position: relative;
}

body .t303 {
    top: 30px;
    margin: 0px 0px 20px 0px;
    padding: 95px 80px 95px 80px;
    position: sticky;
    background: #B8F2FF;
    border-radius: 100px;
}

body .t304 {
    color: rgba(91,112,243,1.00);
    font-size: 40px;
    font-weight: 500;
}

body .t305 {
    margin: 20px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
}

body .t308 {
    padding: 80px 0px 120px 0px;
}

body .t310 {
    margin: 60px 0px 0px 0px;
    display: grid;
    row-gap: 20px;
    column-gap: 20px;
    grid-template-columns: 1fr 1fr;
}

body .t311 {
    padding: 80px 60px 80px 60px;
    background: rgba(184,242,255,1.00);
    border-radius: 100px;
}

body .t312 {
    margin: 0px 0px 20px 0px;
}

body .t314 {
    margin: 0px auto 0px auto;
    max-width: 763px;
    text-align: center;
}

body .t316 {
}

body .t318 {
    color: rgba(255,255,255,1.00);
    margin: 20px 0px 0px 0px;
    display: flex;
    padding: 13px 0px 13px 0px;
    row-gap: 5px;
    flex-wrap: wrap;
    background: rgba(0,0,0,1.00);
    text-align: center;
    align-items: center;
    font-weight: 500;
    border-radius: 100px;
    justify-content: center;
}

body .t320 {
    color: rgba(135,229,218,1.00);
    margin: 0px 0px 0px 5px;
    display: flex;
    column-gap: 10px;
}

body .t320:hover {
    color: rgba(91,112,243,1.00);
}

body .t321:hover {
}

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

body .t324 {
    padding-top: 80px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 80px;
}

body .t326 {
    margin: 0px auto 0px auto;
    display: flex;
    max-width: 900px;
    text-align: center;
    align-items: center;
    flex-direction: column;
}

body .t327 {
    max-width: 680px;
}

body .t328 {
    margin: 0px auto 20px auto;
    text-align: center;
}

body .t329 {
}

body .t330 {
    margin: 60px 0px 0px 0px;
    display: grid;
    row-gap: 1em;
    max-width: 1120px;
    column-gap: 2em;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    justify-items: stretch;
    grid-template-columns: 1fr 1fr ;
}

body .t331 {
    display: flex;
    padding: 34px 13px 34px 13px;
    row-gap: 0.75em;
    position: relative;
    column-gap: 1.5em;
    text-align: center;
    align-items: center;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
    flex-direction: column;
    padding-bottom: 1em;
}

body .t332 {
    height: 5em;
    display: none;
}

body .t334 {
    top: auto;
    left: 0%;
    color: rgba(255,255,255,1.00);
    right: auto;
    width: 100%;
    bottom: 0%;
    height: 90px;
    display: flex;
    position: initial;
    background: rgba(0,0,0,1.00);
    align-items: center;
    justify-content: center;
}

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

body .t336 {
    display: flex;
    column-gap: 10px;
    align-items: center;
    justify-content: flex-start;
}

body .t340 {
    display: block;
    flex-grow: 1;
    font-size: 1em;
    margin-top: 0px;
    font-weight: 500;
    line-height: 1em;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

body .t341 {
    font-weight: 300;
}

body .t342 {
    border: 0px none rgba(0,0,0,1);
    display: grid;
    row-gap: 1em;
    border-top: 1px none rgba(0,0,0,1);
    column-gap: 1em;
    grid-template-columns: 1fr;
}

body .t343,
body .faq-single {
    display: flex;
    row-gap: 1.25em;
    background: var(--SmarTox-Light-Grey);
    column-gap: 1em;
    transition: all 200ms 0ms linear;
    padding-top: 1.5em;
    padding-left: 1.75em;
    border-radius: 1.5em;
    padding-right: 1.75em;
    flex-direction: column;
    padding-bottom: 1.5em;
}

.faq-single:not(.dh-active) .t345 {
    display: none;
}

body .t343.dh-active {
    padding-bottom: 2em;
}

body .t343.dh-active i {
    transform: rotate(45deg);
}

body .t344 {
    cursor: pointer;
    display: flex;
    font-size: 24px;
    column-gap: 2em;
    align-items: center;
    line-height: 1.2;
    flex-direction: row;
    grid-template-columns: 1fr 1fr ;
}

body .t345 {
}

body .t346 {
    color: var(--SmarTox-Blue);
    width: 1.5em;
    border: 0px none rgba(0,0,0,1);
    height: 1.5em;
    font-size: 1em;
    background: rgba(255,255,255,0.00);
    max-height: 100%;
    transition: all 200ms 0ms linear;
    line-height: 1em;
}

body .t348 {
    display: flex;
    padding: 0px 20px 0px 0px;
    row-gap: 20px;
    flex-wrap: wrap;
    column-gap: 20px;
    align-items: center;
    justify-content: center;
}

body .t349 {
    color: var(--Beige);
    height: 66px;
    display: flex;
    padding: 0px 30px 0px 30px;
    font-size: 24px;
    background: var(--SmarTox-Blue);
    text-align: center;
    align-items: center;
    font-weight: 500;
    border-radius: 1000px;
    justify-content: center;
    list-style-type: none;
}

body .t350 {
    max-width: 1280px;
}

body .t352 {
}

body .t353 {
    color: var(--SmarTox-Blue);
    margin: 0px 0px 15px 0px;
    font-size: 24px;
    margin-bottom: 0.5em;
}

body .t354 {
    font-weight: 300;
}

body .t355 {
    background: rgba(255,255,255,1.00);
    padding-top: 100px;
    padding-bottom: 100px;
}

body .t356 {
    display: flex;
    row-gap: 2em;
    column-gap: 4em;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}

body .t357 {
}

body .t358 {
    margin: 15px 0px 0px 0px;
}

body .t359 {
    display: grid;
    align-items: center;
    justify-items: start;
    flex-direction: row;
    justify-content: space-around;
}

body .t361 {
    width: 100%;
    border: 1px solid rgba(0,0,0,0.25);
    display: flex;
    overflow: hidden;
    max-width: 800px;
    background: rgba(255,255,255,1.00);
    text-align: left;
    border-radius: 14px;
    flex-direction: column;
    justify-content: center;
}

.table-grid {
    grid-template-columns: 1fr repeat(3, 7em);
    display: grid;
    justify-items: start;
    align-items: center;
    grid-auto-flow: row;
    line-height: 1;
    font-size: 0.9em;
}

.table-grid:not(:last-of-type) {
    border-bottom: 1px solid rgba(0,0,0,0.25);
}

body .table-grid span,
body .t361 span {
    font-size: 1em;
    padding: 0.75em 1.2em;
    text-align: center;
}

body .table-grid span:first-of-type,
body .t361 span:first-of-type {
    text-align: left;
}

body .table-header .head-ours {
    background: #fff;
    color: var(--SmarTox-Dark);
}

body .table-header .head-comp {
    font-size: 0.9em;
    font-weight: 300;
}

body .table-grid .fa-check {
    color: #1a3;
}

body .table-grid .fa-plus {
    color: #bd0;
}

body .table-grid .fa-minus {
    color: #ddd;
}

body .table-grid .ours.fa-plus,
body .table-grid .ours.fa-check {
    background: #1a3;
    color: #fff;
    display: grid;
    width: 1.75em;
    height: 1.75em;
    width: 100%;
    height: 100%;
    place-content: center;
    border-radius: 3em;
    border-radius: 0;
}


body .table-grid .ours.fa-plus {
    background: #bd2;
}

body .t362 {
    color: var(--SmarTox-Blue);
    justify-self: center;
}

body .t363 {
    color: var(--Beige);
    background: var(--SmarTox-Dark);
}

body .t365 {
    justify-self: center;
}

body .t367 {
    margin-top: 15px;
    text-align: center;
    font-weight: 300;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

.footnote {
    font-size: 0.85em;
    line-height: 1.25;
    padding: 0.5em 1.25em;
    font-weight: 300;
}


body .t368 {
    text-align: center;
}

body .t369 {
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    filter: brightness(65%);
    opacity: 70%;
    position: absolute;
    background: var(--SmarTox-Blue);
    margin-left: auto;
    margin-right: auto;
}

body .t370 {
    color: var(--SmarTox-Blue);
    filter: brightness(120%);
    font-size: 48px;
    margin-bottom: 10px;
}

body .t371 {
    position: relative;
    background: var(--SmarTox-Light-Grey);
    padding-top: 100px;
    margin-bottom: 0px;
    padding-bottom: 60px;
    background-size: cover;
    background-image: null;
}

body .t372 {
    z-index: 99;
    position: relative;
}

body .t373 {
}

body .t374 {
    display: flex;
    row-gap: 24px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
}

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

body .t376 {
}

body .t377 {
    color: rgba(0,0,0,1.00);
    border: 0px solid rgba(0,0,0,0.25);
    background: rgba(255,255,255,1.00);
    padding-left: 1em;
    padding-right: 1em;
}

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

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

body .t379 {
}

body .t380 {
    color: rgba(0,0,0,1.00);
    border: 0px solid rgba(0,0,0,0.25);
    height: 200px;
    background: rgba(255,255,255,1.00);
    max-height: 250px;
    min-height: 200px;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
}

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

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

body .t382 {
    color: rgba(255,255,255,1.00);
    border: 1px none rgba(0,0,0,1);
    font-size: 20px;
    background: var(--SmarTox-Dark);
    padding-top: 0.875em;
    padding-left: 2em;
    border-radius: 0.875em;
    padding-right: 2em;
    padding-bottom: 0.875em;
}

body .t382:hover {
    background: var(--SmarTox-Blue);
}

body .t383 {
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    opacity: 30%;
    z-index: 0;
    position: absolute;
    background: var(--Beige);
    margin-left: auto;
    margin-right: auto;
}

body .t384 {
    color: var(--SmarTox-Blue);
    font-size: 1em;
    transition: all 200ms 0ms linear;
    line-height: 1em;
}

body .t385 {
    max-width: 720px;
    margin-top: 0px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

body .t386 {
    margin: 0px auto 20px auto;
    text-align: center;
    text-transform: capitalize;
}

body .t387 {
    margin-top: 15px;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

body .t388 {
    background: var(--SmarTox-Light-Grey);
    padding-top: 60px;
    border-radius: 0 0 1.5em 1.5em;
    padding-bottom: 60px;
}

body .t389 {
    color: rgba(250,243,237,1.00);
    display: flex;
    column-gap: 2.5em;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

body .t390 {
    color: rgba(250,243,237,1.00);
    display: none;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    border-bottom: 6px solid #0077bb;
}

body .t392 {
    background: var(--SmarTox-Gold);
}

body .t395 {
    display: block;
    padding: 0px 0px 120px 0px;
    padding-top: 100px;
    border-radius: 0px 0px 100px 100px;
    padding-bottom: 0px;
}

body .t396 {
    display: none;
}

body .t397 {
    max-width: 1280px;
}

body .t398 {
    display: block;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

body .t400 {
    display: block;
    padding: 0px 0px 120px 0px;
    background: var(--SmarTox-Blue);
    padding-top: 100px;
    border-radius: 0px 0px 100px 100px;
    padding-bottom: 100px;
}

body .t401 {
    max-width: 1280px;
}

body .t402 {
    max-width: 900px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
}

body .t403 {
    margin: 0px auto 60px auto;
    max-width: 900px;
    text-align: left;
    margin-bottom: 60px;
}

body .t404 {
    color: var(--Beige);
    margin: 0px auto 20px auto;
    text-align: center;
}

body .t405 {
    color: var(--SmarTox-Dark);
    margin: 0px auto;
    max-width: 800px;
    background: var(--Beige);
    text-align: left;
    padding-top: 1em;
    padding-left: 2em;
    border-radius: 1.5em;
    padding-right: 2em;
    padding-bottom: 1em;
}

body .t406 {
    margin-top: 15px;
    text-align: left;
    font-weight: 600;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

body .t407 {
    margin-top: 15px;
    font-weight: 300;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

body .t408 {
    color: #185992;
    background: rgba(250,243,237,1.00);
    margin-top: 20px;
    text-align: center;
    font-weight: 500;
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 0.5em;
    margin-bottom: 20px;
}

body .t409 {
    margin-top: 15px;
    font-weight: 300;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

body .t410 {
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
}

body .t411 {
    font-weight: 300;
    margin-left: auto;
    margin-right: auto;
}

body .t412 {
    color: var(--Beige);
    display: none;
    background: rgba(0,0,0,0);
    margin-top: 20px;
    text-align: center;
    font-weight: 500;
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 0.5em;
    margin-bottom: 20px;
}

body .t413 {
    color: var(--Beige);
}

body .t414 {
    color: var(--Green);
}

body .buttons-wrapper {
    margin: 1em 0 2em;
    display: flex;
    justify-content: center;
    gap: 1em;
}

body .t415 {
    color: var(--Beige);
    display: flex;
    background: var(--SmarTox-Blue);
    column-gap: 0.5em;
    align-items: center;
    padding-top: 0.5em;
    padding-left: 1em;
    border-radius: 0.75em;
    padding-right: 1em;
    flex-direction: row;
    padding-bottom: 0.5em;
    cursor: pointer;
}

body .t415:is(:hover,:focus) {
    background: var(--SmarTox-Dark);
}

#disclaimer {
    background: var(--SmarTox-Light-Grey);
    display: flex;
    justify-content: center;
    padding: 10px 0 20px;
    font-size: 0.95em;
}

#disclaimer .footnote {
    max-width: 1000px;
}

#disclaimer p {
    margin: 0 0 0.5em;
}
