@import '../Font3860.css?v=1';


:root {
   --default-color-1: #4B7447; 
  /*   --default-color-1: #51662C;*/
    
    --default-color-2: #8EBA43;
    --default-color-3: #F9DC24;
}

section {
}

    section img {
        display: block unset;
    }


    section a {
        text-decoration: unset;
        display: inline-block;
        color: var(--default-color-3);
    }

        section a:hover {
            text-decoration: underline;
        }

    section p {
        color: #333;
        font-size: 16px;
        line-height: 157%;
        margin: 8px 0;
    }

    section h1,
    section h2,
    section h3,
    section h4,
    section h5,
    section h6,
    section h7,
    section h8 {
        color: var(--default-color-1);
        margin-bottom: 14px;
        font-family: 'montSB';
        font-weight: 100;
        line-height: 159%;
    }

.no-select {
    user-select: none !important;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: montR;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden !important;
    overflow-y: auto;
    scroll-behavior: smooth;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    clear: both;
    display: block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.p-text {
    background: var(--default-gra);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: svn;
}

section img {
    max-width: 100% !important;
    margin: 0 auto !important;
    display: inline-block;
}

section ul {
    padding-left: 25px;
}

html.rs {
    overflow-y: hidden !important;
}

body {
    padding: 0;
    border: 0;
    overflow: hidden;
    margin: 0;
    background-color: #fff;
}

main {
    position: relative;
    z-index: 1;
}

.seo {
    display: none;
}

.decor {
    pointer-events: none;
}

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fill {
    width: 100%;
    height: 100%;
}

.up-case {
    text-transform: uppercase;
}


a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
    display: block;
}

.none {
    display: none !important;
}

ul {
    padding: 0;
    margin: 0;
}

img {
    display: block;
    user-select: none;
    pointer-events: none;
}

    img.fill {
        -o-object-fit: cover;
        object-fit: cover;
    }

.input-df {
    outline: none;
    border: none;
    background-color: transparent;
}

.no-margin {
    margin: 0 !important;
}

.rs {
    margin: 0;
    padding: 0;
    list-style: none;
}
