html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

i {
    font-style: italic !important;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    background-color: #f8f5ee;
    font-family: wf_6bccd478bca14dce90a0d8264;
    font-weight: 400;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

*,
::after,
::before {
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: inherit;
    text-decoration: none;
    font: inherit;
    cursor: pointer;
}

strong {
    font-weight: bold;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    display: block;
    border: 0;
}

.container-fluid {
    max-width: 1400px;
    padding: 0 100px;
    margin: 0 auto;
    width: 100%;
}

.no-cursor {
    cursor: default !important;
}

.pointer-cursor {
    cursor: pointer !important;
}

.d-flex {
    display: flex !important;
}

.d-flex-important {
    display: flex !important;
}

.flex-wrap-unset {
    flex-wrap: unset !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.align-item-center {
    align-items: center !important;
}

.align-item-start {
    align-items: flex-start !important;
}

.align-item-end {
    align-items: flex-end !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-direction-column {
    flex-direction: column;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}


input:auto-fill {
    background: transparent !important;
}

.hide,
.splitcontainer {
    overflow: hidden;
    vertical-align: top;
}

picture {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.page-footer-img picture {
    width: fit-content;
    height: fit-content;
}

h1 {
    font-size: 27px;
    font-family: wf_6bccd478bca14dce90a0d8264;
    line-height: normal;
    color: #000;
    font-weight: 400;
}


p {
    font-family: wf_c5bb5b2f5ee84316b1b2f9c36;
    font-size: 20px;
    font-weight: 700;
    color: #424242;
    line-height: 26px;
}

.mt-70 {
    margin-top: 70px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}


.m-auto {
    margin: 0 auto !important;
}

.relative {
    position: relative !important;
}

.showonDesktop {
    display: block !important;
}

.showonMob {
    display: none !important;
}

.centered {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bg-white{
    background-color: #fff !important;
}

.bg-f8f5ee{
    background-color: #f8f5ee !important;
}

.bg-d1c6aa{
    background-color: #d1c6aa !important;
}

.font-24{
    font-size: 24px !important;
}
.color-424242{
    color: #424242 !important;
}
@media screen and (max-width: 767px) {
    .showonDesktop {
        display: none !important;
    }

    .showonMob {
        display: block !important;
    }

    .container-fluid {
        padding: 0 20px;
        max-width: 100%;
    }

    .mt-70 {
        margin-top: 20px !important;
    }

}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {}