<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CUSTOM CORE CLASSES */

.is-style-custombuttondesign .wp-block-button__link {
    padding: 20px 40px;
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 500;
    background-color: var(--wp--preset--color--renovater-accent);
    color: var(--wp--preset--color--renovater-primary);
    border-radius: 0px;
}

.is-style-custombuttondesign:hover .wp-block-button__link {
    background-color: var(--wp--preset--color--renovater-primary);
    color: #ffffff;
}

.is-style-custombuttondesign2 .wp-block-button__link {
    padding: 20px 40px;
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 500;
    background-color: var(--wp--preset--color--renovater-accent);
    color: var(--wp--preset--color--renovater-primary);
    border-radius: 0px;
}

.is-style-custombuttondesign2:hover .wp-block-button__link {
    background-color: #ffffff;
    color: var(--wp--preset--color--renovater-primary);
}

.is-style-customboxshadow,
.is-style-customboxshadowhover:hover {
    box-shadow: 0px 3px 15px 0px #1010101a;
}

.is-style-lineseparator {
    display: flex;
    align-items: center;
    gap: 10px;
}

.is-style-lineseparator:before {
    content: "";
    width: 70px;
    margin-right: 20px;
    border-top-width: 3px;
    border-top-color: var(--wp--preset--color--renovater-accent);
    border-top-style: solid;
    display: inline-block;
}

.is-style-customborderhover {
    border: 2px solid #121212;
}

.is-style-customborderhover:hover {
    border: 2px solid var(--wp--preset--color--renovater-accent);
}

.is-style-customborderbottom {
    border-bottom: 5px solid var(--wp--preset--color--white);
}

.is-style-customborderbottomhover {
    border-bottom: 5px solid var(--wp--preset--color--white);
}

.is-style-customborderbottomhover:hover {
    border-bottom: 5px solid var(--wp--preset--color--renovater-accent);
}

.is-style-iconsborderhover.wp-block-social-links {
    gap: 20px;
}

.is-style-iconsborderhover.wp-block-social-links .wp-block-social-link {
    font-size: 20px;
    background-color: #ffffff00;
    border: 2px solid var(--wp--preset--color--renovater-accent);
    color: #ffffff;
}

.is-style-iconsborderhover.wp-block-social-links .wp-block-social-link {
    padding: 8px;
}

.is-style-iconsborderhover.wp-block-social-links .wp-block-social-link:hover {
    background-color: #ffffff;
    border: 2px solid var(--wp--preset--color--white);
    color: #082222;
}

/* RENOVATER ADVANCE CLASSES */

.renovater-z-index-1 {
    z-index: 1;
}

.renovater-z-index-10 {
    z-index: 10;
}

.renovater-z-index-100 {
    z-index: 100;
}

.renovater-z-index-1000 {
    z-index: 1000;
}

.renovater-margin-top-n10 {
    position: relative;
    margin-top: -10px !important;
}

.renovater-margin-top-n20 {
    position: relative;
    margin-top: -20px !important;
}

.renovater-margin-top-n30 {
    position: relative;
    margin-top: -30px !important;
}

.renovater-margin-top-n40 {
    position: relative;
    margin-top: -40px !important;
}

.renovater-margin-top-n50 {
    position: relative;
    margin-top: -50px !important;
}

.renovater-margin-top-n60 {
    position: relative;
    margin-top: -60px !important;
}

.renovater-margin-top-n70 {
    position: relative;
    margin-top: -70px !important;
}

.renovater-margin-top-n80 {
    position: relative;
    margin-top: -80px !important;
}

.renovater-margin-top-n90 {
    position: relative;
    margin-top: -90px !important;
}

.renovater-margin-top-n100 {
    position: relative;
    margin-top: -100px !important;
}

.renovater-radius-5 {
    border-radius: 5px;
}

.renovater-radius-10 {
    border-radius: 10px;
}

.renovater-radius-25 {
    border-radius: 25px;
}

.renovater-radius-50 {
    border-radius: 50px;
}</pre></body></html>