﻿.roboto-site {
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}


:root {
    --color-black: #2b0d5b;
    --color-light: #dfe6e6;
    --color-lighter: #fafafa;
    --color-highlight: #6c23ff;
}


b {
    font-weight: 700;
}


.hoot-header {
    height: 96px;
}


.bg-dark-blue {
    background-color: var(--color-black);
}


.bg-light-blue {
    background-color: var(--color-light);
}


.text-lighter {
    color: var(--color-lighter);
}


.bg-lighter {
    background-color: var(--color-lighter);
}


.text-highlight {
    color: var(--color-highlight);
}


.no-decoration {
    text-decoration: none;
}


.logo {
}


.btn-learn-more {
    background-image: url(../images/CTA.png);
    background-size: 375px 176px;
    background-position: -60px;
    border: 0px;
    height: 69px;
    width: 258px;
    background-color: transparent;
    display: block;
}


.primary-title {
    font-size: 69px;
    font-weight: 700;
    color: var(--color-black);
}


.gradient-title-2 {
    font-style: normal;
    font-weight: 700;
    line-height: 50px; /* 119.048% */
    letter-spacing: 1.26px;
    max-width: 463px;
    height: 167px;
    flex-shrink: 0;
    background: linear-gradient(240deg, #F21098, #8404B1);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.legal-text {
    font-size: 16px;
    font-family: Roboto;
    color: #767875;
    line-height: 25px;
    font-weight: 300;
}


.legal-title {
    margin-block-start: 0;
    margin-block-end: Mixed;
    font-size: 20px;
    color: var(--color-black);
    line-height: 33px;
    font-weight: 700;
}


.legal-section-title {
    margin-block-start: 0;
    margin-block-end: Mixed;
    font-size: 20px;
    color: var(--color-black);
    font-weight: 400;
}


    .legal-section-title a {
        color: var(--color-black);
        text-decoration: none;
    }


.legal-subsection-title {
    text-decoration: underline;
}


.blue-line {
    height: 1px;
    width: 100%;
    background-color: #bdb8c5;
}


.text-input-group {
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #dfe6e6;
    box-sizing: border-box;
    width: 94%;
    height: 48px;
    margin-bottom: 17px;
}


.text-input {
    border: 0px none;
    margin-left: 12px;
    margin-top: 12px;
    width: 93%;
    font-weight: bold;
}


input::placeholder,
textarea::placeholder {
    font-weight: bold;
    opacity: 0.5;
    color: #bdb8c5;
}


.frame {
    margin: 0 auto;
    padding-top: 71px;
}


input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}


textarea {
    resize: none;
}


.contact-us {
    color: #2b0d5b;
    /* H3 Mobile */
    font-family: Roboto;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 28.3px; /* 148.947% */
    letter-spacing: 4.56px;
    text-transform: uppercase;
}


.buy-wise {
    -webkit-text-size-adjust: 100%;
    --relume-library-lite--rl-black: black;
    --relume-library-lite--rl-white: white;
    --relume-library-lite--primary-dark-blue: #2b0d5b;
    --relume-library-lite--primary: #6c23ff;
    --relume-library-lite--medium-bue: #9f83ec;
    --relume-library-lite--light-blue: #fafafa;
    --relume-library-lite--background: #fafafa;
    --relume-library-lite--p1: #687a89;
    --relume-library-lite--p2: #a4b4c3;
    font-size: 12px;
    line-height: 20px;
    box-sizing: border-box;
    margin-top: 0;
    color: var(--relume-library-lite--primary);
    letter-spacing: 7px;
    font-weight: 500;
    text-indent: 1px;
    margin-bottom: 0;
    font-family: Roboto, sans-serif;
    margin-inline-start: 4px;
}
