*:focus {
    outline: none;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden !important;
    font-size: 1.1rem;
    line-height: 1.5;
    overflow-y: hidden;
}


h1 {
    font-family: 'Libre Baskerville', serif;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.5;
}

h1::first-letter {
    color: var(--ad-highlight);
}

h2 {
    font-size: 1.8rem;
    margin-top: 2rem;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.3rem;
}

h6 {
    font-weight: bold;
    font-size: 1.1rem;
}

h2,
h3,
h4,
h5,
h6 {
    font-family: 'Libre Baskerville', serif;
    color: currentColor;
    line-height: 1.5;
}

a {
    color: var(--ad-text);
    text-decoration: none;
}

a:active {
    color: var(--ad-text);
    text-decoration: none;
}

a:visited {
    color: var(--ad-text);
    text-decoration: none;
}

a:hover {
    color: var(--ad-highlight);
    text-decoration: none;
}

p {
    margin: 0;
}

p+p {
    margin-top: .5rem;
}

.row {
    margin: 0;
}

.main-div {
    padding-bottom: 3rem;
}

.card-body {
    width: 100%;
}

.button {
    padding: .2rem 1rem;
    border-radius: 25px;
    background: var(--ad-background);
    color: var(--ad-text);
    box-shadow: 4px 4px 8px var(--ad-box-shadow-dark),
        -4px -4px 8px var(--ad-box-shadow-light);
    margin: 10px;
    transition: background .5s, box-shadow .5s, color .5s;
    border: none;
}

.button:hover {
    transition: box-shadow .5s;
    box-shadow: 3px 3px 6px var(--ad-box-shadow-dark),
        -3px -3px 6px var(--ad-box-shadow-light);
}

.w-50 {
    width: 50%;
}

.purple {
    color: var(--ad-highlight);
}

.fill-color {
    transition: fill .5s;
    fill: var(--ad-highlight);
}

.cookie-policy {
    transition: color .5s;
}

.cookie-policy:hover {
    color: currentColor;
}

.social-links {
    margin: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.social-links a {
    color: currentColor;
    text-decoration: none;
}

.social-link {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.social-link svg {
    stroke: var(--ad-icon);
}

.social-link:hover .svg-bg {
    box-shadow: 3px 3px 6px var(--ad-box-shadow-dark),
        -3px -3px 6px var(--ad-box-shadow-light);
}

.social-link:active .svg-bg {
    box-shadow: inset 2px 2px 4px var(--ad-box-shadow-dark),
        inset -2px -2px 4px var(--ad-box-shadow-light);
}

.svg-bg {
    transition: .5s;
    background: var(--ad-background);
    box-shadow: 6px 6px 12px var(--ad-box-shadow-dark),
        -4px -4px 12px var(--ad-box-shadow-light);
    padding: .5rem;
    border-radius: 50%;
}

/* start BMC styles */
.bmc-btn-container {
    transition: box-shadow .5s;
    margin: 10px;
    border-radius: 25px;
    box-shadow: 6px 6px 12px var(--ad-box-shadow-dark),
        -6px -6px 12px var(--ad-box-shadow-light);
}

.bmc-btn-container:hover {
    box-shadow: 3px 3px 6px var(--ad-box-shadow-dark),
        -3px -3px 6px var(--ad-box-shadow-light);
}

.bmc-btn-container a {
    transition: all .5s;
    border-radius: 12px;
    font-size: 26px;
    border: none;
    line-height: 27px;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center;
    font-family: Cookie !important;
    transition: background .5s, box-shadow .5s;
    width: 100%;
    background: var(--ad-background);
    background-color: unset !important;
    justify-content: center;
    padding: .4rem 1rem;
    height: unset;
    color: var(--ad-text);
}

.bmc-btn-container a span {
    transition: all .5s;
}

.bmc-btn-container a:hover {
    color: var(--ad-text);
}

.bmc-btn-container svg {
    height: 30px !important;
    margin-bottom: 1px !important;
    box-shadow: none !important;
    border: none !important;
    vertical-align: middle !important;
    transform: scale(0.9);
}

.bmc-btn-container svg path {
    transition: all .5s;
}

.bmc-btn-container svg path:last-child {
    fill: var(--ad-text);
}

.bmc-btn-container svg path:nth-child(12) {
    fill: var(--ad-highlight);
}
/* end BMC styles */

/* start CTA buttons */
.cta {
    cursor: pointer;
    padding: 10px 0;
    border-radius: 25px;
    background: var(--ad-background);
    color: var(--ad-text);
    box-shadow: 3px 3px 6px var(--ad-box-shadow-dark),
        -3px -3px 6px var(--ad-box-shadow-light);
    margin: 10px;
    transition: background .5s, box-shadow .5s;
}

.cta.cta-primary {
    background: var(--ad-highlight);
    color: var(--ad-background);
}

.cta a {
    transition: color .5s;
}

.cta.cta-primary a {
    color: var(--ad-background);
}

/* end CTA buttons */

/* styles for dialogflow messenger start */
df-messenger {
    --df-messenger-button-titlebar-color: #7f5af0;
    --df-messenger-button-titlebar-font-color: #fffffe;
}

/* styles for dialogflow messenger end */