@charset "utf-8";

::-moz-selection {
    background-color: var(--theme-ui-colors-main);
    color: var(--theme-ui-colors-white);
}

::selection {
    background-color: var(--theme-ui-colors-main);
    color: var(--theme-ui-colors-white);
}

html {
    --theme-ui-colors-theme: #a50134;
    --theme-ui-colors-light-theme: #ffb5cc;
    --theme-ui-colors-mute-theme: #fff2f6;
    --theme-ui-colors-black: #000;
    --theme-ui-colors-white: #fff;
    --theme-ui-colors-main: #e90044;
    /* Corporate Red */
    --theme-ui-colors-submain: #a80034;
    /* Dark Red */
    --theme-ui-colors-error: #f70044;
    /* Error */
    --theme-ui-colors-focus: #ffb500;
    /* Yellow */
    --theme-ui-colors-primary: #4f4f50;
    /* Dark Grey */
    --theme-ui-colors-grey: #a1a1a1;
    /* Light Grey */
    --theme-ui-colors-light-grey: #d1d1d1;
    /* Light Grey */
    --theme-ui-colors-secondary: #003866;
    /* Dark Blue */
    --theme-ui-colors-surreal: #6ad9d4;
    /* Light Blue */
    --theme-ui-colors-muted: #f4f7f8;
    /* Muted */
    --cny-button-colors: #f92b6f;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
}

/* p {font-weight:400;
    margin-top:0;
    margin-bottom:1rem}
a, p {font-size:18px;font-size: 1.8rem;letter-spacing:0.5px;color: #464646;
} */

small {
    font-size: 14px;
}

a {
    transition: all 0.5s;
    cursor: pointer;
}

body {
    background-color: var(--theme-ui-colors-white);
}

.fluid-iframe {
    position: relative;
    padding-bottom: 56.25%;
    margin: 0 auto;
    height: 0;
    z-index: 1000;
    overflow: hidden;
    background: none;
    -webkit-overflow-scrolling: touch;
}

.fluid-iframe iframe {
    min-height: auto !important;
    margin: 0 auto !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.fluid-iframe {
    margin: 0 auto;
    padding-top: 0 !important;
}

.scroller {
    height: 1000px;
    overflow: auto;
    background: var(--theme-ui-colors-white);
}

.scroller::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.scroller::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scroller::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background: #ff818c;
}

.scroller {
    height: 425px;
    margin-top: 15px;
    margin-bottom: 15px;
}


@media screen and (max-width:767px) {
    .scroller {
        height: 500px;
    }
}

.view-desktop {
    display: block;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

.view-mobile,
.view-tablet {
    display: none;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

.wrapper {
    width: 100%;
    margin: auto;
    margin-top: 2em;
}

img.image-responsive {
    width: 100%;
    display: block;
}

@media (min-width: 1001px) and (max-width: 1200px) {
    .wrapper {
        width: 100%;
        margin: auto;
    }
}

@media (min-width: 200px) and (max-width: 1000px) {
    span.copy-link-icon {
        top: 1em;
    }

    .view-mobile {
        display: block !important;
    }

    .view-desktop {
        display: none !important;
    }

    .wrapper {
        width: 100%;
        margin-top: 0;
    }
}

.theme-h3 {
    font-size: 3em;
    margin-bottom: 1em;
    font-weight: 900;
}

.display-panel {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
}

.display-md-auto {
    display: flex;
}

.display-md-1 {
    width: 10%;
}

.display-md-2 {
    width: 20%;
}

.display-md-3 {
    width: 30%;
}

.display-md-4 {
    width: 40%;
}

.display-md-5 {
    width: 50%;
}

.display-md-6 {
    width: 60%;
}

.display-md-7 {
    width: 70%;
}

.display-md-8 {
    width: 80%;
}

.display-md-9 {
    width: 90%;
}

.display-md-10 {
    width: 100;
}

@media screen and (max-width: 1000px) {
    .theme-h3 {
        font-size: 2.2em;
    }

    #theme-logo {
        width: 90%;
        margin: 0 0 3em 0;
    }

    .display-panel {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .display-full {
        display: block;
        width: 100%;
    }
}

#ROOT {
    background: transparent !important;
}

#ROOT>div:nth-child(2) {
    background: transparent !important;
}

.template-com-template-b-view-con1>div,
.template-com-template-b-view-con1 .bus-com-free-form-view,
.bus-com-free-form-view {
    background: transparent !important;
}

.template-com-template-b-view-con2 {
    margin-top: 0;
    background: var(--theme-ui-colors-white) !important;
    padding: 20px;
}

.template-com-template-b-view-con2-top {
    display: none;
}

.bus-com-article-list-2-view {
    background: var(--theme-ui-colors-white);
    padding: 1em;
}

.content {
    margin: 1em 0;
}

div#sgbudget2024 {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 15px;
    /* background: #f1f9ff; */
    padding: 0 15px 15px;
    /* border-radius: 0 0 15px 15px; */
}

@media screen and (max-width: 1000px) {}