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

:root {
    --default-color-1: #664727;
    --default-color-2: #BE090E;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    background: #657384;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background-color: #d9dfe5;
    border-radius: 10px;
}

.ui-datepicker table {
    width: 100%;
    font-size: 14px;
}

.arcontactus-widget .arcontactus-message-button {
    background: linear-gradient(270deg, #D28C2A 0%, #E3B051 43.36%, #5F3328 100%) !important;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 0.2em;
    text-decoration: none;
    width: 38px;
    height: 38px;
    /* text-align: center; */
    /* vertical-align: middle; */
    /* border-spacing: 0 2px; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0,0,0,.15);
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.15);
    overflow: hidden;
    -webkit-transition: width .3s ease-out,height .3s ease-out,max-height .3s ease-out;
    transition: width .3s ease-out,height .3s ease-out,max-height .3s ease-out;
}

.ui-datepicker {
    width: max-content;
    padding: 10px;
}

    .ui-datepicker .ui-datepicker-buttonpane {
        display: none;
    }

.ui-widget-content {
    color: #aaa;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #ededed;
}

section {
}

    section img {
        display: block unset;
    }

    section a {
        text-decoration: unset;
        display: inline-block;
    }

    section p {
        color: #333;
        font-size: 16px;
        margin: 12px 0;
    }

    section h1,
    section h2,
    section h3,
    section h4,
    section h5,
    section h6,
    section h7,
    section h8 {
        color: var(--default-color-3);
        margin-bottom: 14px;
    }

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

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

html {
    font-family: 'Inter_24pt-Regular';
    -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;
}