/* [Colors] */

body {
    --facet-main-black: rgb(0,0,0);
    --facet-txt-white: rgb(255,255,255);
    --facet-txt-dim: rgb(166,166,166);
}

/* [Global] */

body {
    color: rgba(0,0,0,1.00);
    position: relative;
    font-size: 16px;
    background: var(--facet-main-black);
    min-height: 100vh;
    font-family: Inter;
    font-weight: 400;
    line-height: 1.4;
}

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

h2 {
    font-size: 42px;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 0px;
}

h1 {
    font-size: 60px;
    margin-top: 0px;
    font-weight: 400;
    margin-bottom: 0px;
    color: var(--facet-txt-white);
}

h3 {
    font-size: 32px;
    margin-top: 0px;
    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;
    color: var(--facet-txt-dim);
}

ul {
    padding-left: 20px;
}

ol {
    padding-left: 20px;
}

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

textarea {
    resize: vertical;
}

a {
    cursor: pointer;
    transition: all 200ms 0ms linear;
    margin-bottom: 0px;
}

button {
    cursor: pointer;
}

component {
    display: block;
}

rich-text {
}

blockquote {
    display: block;
    background: #00000008;
    margin-left: 0px;
    padding-top: 15px;
    margin-right: 0px;
    padding-left: 15px;
    border-radius: 6px;
    padding-right: 15px;
    padding-bottom: 15px;
}

blockquote  cite {
    color: rgb(139,139,139);
    display: block;
    margin-top: 10px;
    font-weight: 500;
    padding-left: 15px;
}

/* [Classes] */

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

.button-primary {
    color: rgba(255,255,255,1.00);
    border: 1px solid rgba(0,0,0,1);
    background: rgb(34,34,34);
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 12px;
    min-height: 3rem;
    border-radius: 16px;
    cursor: pointer;
    text-decoration: none;
}

.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);
    background: rgba(255,255,255,1.00);
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 12px;
}

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

.rich-text-dh-styling  hr {
    width: 100%;
    border: 0px solid rgba(0,0,0,1);
    height: 1px;
    display: block;
    border-top: 1px solid rgb(203,203,203);
    margin-top: 20px;
    padding-top: 0px;
    margin-bottom: 20px;
    padding-bottom: 0px;
}

.rich-text-dh-styling {
    display: flex;
    row-gap: 24px;
    flex-direction: column;
}

.fct-padding-hd {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.fct-wrap-hero {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 1.5rem;
}

.fct-h1-head {
    font-size: 2rem;
}

.fct-vflex {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

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

.fct-layout-header {
    width: 100%;
    min-height: 20rem;
}

.fct-container-md {
    width: 100%;
    max-width: 80rem;
}

.fct-container-sm {
    width: 100%;
    max-width: 60rem;
}

.fct-layout-rte h1 {
    font-size: 2rem;
    margin-top: 2rem;
}

.fct-layout-rte h2 {
    font-size: 1.5rem;
}

/* [Tags] */

body .t2 {
}

body .t3 {
}

body .t4 {
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body .t57 {
}

body .t60 {
    position: relative;
}

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

