.fairwaygreen-core-page-inline-style {
    position: absolute !important;
    width: 0;
    height: 0;
    line-height: 1;
    display: none;
}
.kc-elm.qodef-shortcode .fa,
.kc-elm.qodef-shortcode .fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.kc-elm.qodef-shortcode .fa:before,
.kc-elm.qodef-shortcode .fas:before {
    font-family: inherit;
    font-weight: inherit;
}
.kc-elm.qodef-shortcode .fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.kc-elm.qodef-shortcode .fab:before {
    font-family: inherit;
    font-weight: inherit;
}
#qodef-back-to-top {
    position: fixed;
    width: 40px;
    height: 40px;
    right: 25px;
    bottom: 25px;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 10000;
}
#qodef-back-to-top.qodef--predefined svg {
    display: block;
}
#qodef-back-to-top.qodef--predefined svg line {
    stroke-miterlimit: 10;
    stroke-dasharray: 16;
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 0.8s cubic-bezier(0.24, 0, 0.16, 1.01);
}
#qodef-back-to-top.qodef--predefined svg line:first-child {
    stroke-dashoffset: 32;
}
#qodef-back-to-top.qodef--predefined svg line:nth-child(2) {
    stroke-dasharray: 9;
    transition: stroke-dashoffset 0.6s cubic-bezier(0.24, 0, 0.16, 1.01);
}
#qodef-back-to-top.qodef--predefined svg line:nth-child(3) {
    stroke-dasharray: 9;
    transition: stroke-dashoffset 0.6s cubic-bezier(0.24, 0, 0.16, 1.01) 0.14s;
}
#qodef-back-to-top.qodef--predefined:hover svg line:first-child {
    stroke-dashoffset: 0;
}
#qodef-back-to-top.qodef--predefined:hover svg line:nth-child(2) {
    stroke-dashoffset: 18;
    transition-delay: 0.14s;
}
#qodef-back-to-top.qodef--predefined:hover svg line:nth-child(3) {
    stroke-dashoffset: 18;
}
#qodef-back-to-top.qodef--predefined svg {
    transform: rotate(-90deg);
}
#qodef-back-to-top .qodef-back-to-top-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: var(--qode-input-border-color);
    border: 1px solid var(--qode-input-border-color);
    overflow: hidden;
}
#qodef-back-to-top .qodef-back-to-top-icon * {
    display: block;
    line-height: inherit;
}
#qodef-back-to-top svg {
    display: block;
    width: 18px;
    height: auto;
    fill: currentColor;
}
#qodef-back-to-top.qodef--off {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s ease, visibility 0s 0.15s;
}
#qodef-back-to-top.qodef--on {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease;
}
.qodef-blog.qodef-item-layout--metro {
    margin: 0;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-media-image.qodef--background {
    margin-bottom: 0;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 20px 40px 35px;
    background-color: rgba(var(--qode-heading-color), 0.12);
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-content a {
    position: relative;
    z-index: 3;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-title {
    color: #fff;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-title a {
    color: inherit;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-title a:hover {
    color: var(--qode-main-color);
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-info > * {
    color: #fff;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-info a:hover {
    color: var(--qode-main-color);
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-post-link {
    z-index: 2;
}
.qodef-blog.qodef-item-layout--metro article.format-audio .qodef-e-media-image:after,
.qodef-blog.qodef-item-layout--metro article.format-gallery .qodef-e-media-image:after,
.qodef-blog.qodef-item-layout--metro article.format-video .qodef-e-media-image:after {
    position: absolute;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    content: "\45";
    font-family: ElegantIcons;
    font-size: 72px;
    line-height: 1;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    color: #fff;
    speak: none;
    -webkit-font-smoothing: antialiased;
    z-index: 1;
    border: 3px solid #fff;
}
.qodef-blog.qodef-item-layout--metro article.format-gallery .qodef-e-media-image:after {
    content: "\e006";
}
.qodef-blog.qodef-item-layout--metro article.format-video .qodef-e-media-image:after {
    content: "\45";
}
.qodef-blog.qodef-item-layout--metro article.format-audio .qodef-e-media-image:after {
    content: "\e027";
}
.qodef-blog.qodef-item-layout--metro article.format-link .qodef-e-link {
    padding: 83px 68px;
}
.qodef-blog.qodef-item-layout--metro article.format-link .qodef-e-link-icon {
    right: 84px;
    width: 144px;
}
.qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote {
    padding: 83px 68px 87px;
}
.qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote-author {
    margin: 20px 0 4px;
}
.qodef-blog.qodef-item-layout--metro.qodef-items--fixed article.format-link .qodef-e-link {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}
.qodef-blog.qodef-item-layout--metro.qodef-items--fixed article.format-quote .qodef-e-quote {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}
.qodef-blog.qodef-item-layout--minimal article .qodef-e-bottom-holder {
    margin-top: 5px;
}
.qodef-blog.qodef-item-layout--simple article .qodef-e-inner {
    display: flex;
    align-items: flex-start;
}
.qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    flex-shrink: 0;
    width: 85px;
    margin: 0 14px 0 0;
}
.qodef-blog.qodef-item-layout--simple article .qodef-e-top-holder {
    margin-bottom: 5px;
}
.widget .qodef-blog.qodef-item-layout--simple article .qodef-e-top-holder a {
    color: var(--qode-main-color) !important;
}
#qodef-page-sidebar .qodef-blog.qodef-item-layout--simple article .qodef-e-title-link {
    color: #212121 !important;
}
#qodef-page-sidebar .qodef-blog.qodef-item-layout--simple article .qodef-e-title-link:hover {
    color: var(--qode-main-color) !important;
}
.qodef-blog.qodef-item-layout--standard .qodef-e-title {
    color: var(--qode-header-dark-color);
}
.qodef-blog.qodef-item-layout--standard .qodef-e-title:only-child {
    padding-bottom: 10px;
}
.qodef-blog.qodef-item-layout--standard .qodef-blog-item .qodef-e-excerpt {
    margin-top: 7px;
}
.qodef-blog.qodef-item-layout--standard .qodef-blog-item .qodef-e-media-image {
    overflow: hidden;
}
.qodef-blog.qodef-item-layout--standard .qodef-blog-item .qodef-e-media-image img {
    transform: scale(1.001);
    transition: transform 0.8s ease;
    will-change: transform;
}
.qodef-blog.qodef-item-layout--standard .qodef-blog-item .qodef-e-media-image:hover img {
    transform: scale(1.05);
}
.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:not(:last-child) .qodef-e-bottom-holder {
    margin-bottom: 60px;
}
.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:not(:last-child).format-link .qodef-e-link {
    margin-bottom: 73px;
}
.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:not(:last-child).format-quote .qodef-e-quote {
    margin-bottom: 67px;
}
.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef-blog-item .qodef-e-top-holder {
    margin-bottom: 7px;
}
.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef-blog-item .qodef-e-bottom-holder {
    margin-top: 28px;
}
.qodef-blog.qodef-item-layout--standard.qodef-col-num--3 .qodef-blog-item .qodef-e-media-image {
    margin-bottom: 21px;
}
.qodef-blog.qodef-item-layout--standard.qodef-col-num--3 .qodef-blog-item .qodef-e-bottom-holder {
    margin-top: 13px;
}
.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-link .qodef-e-link {
    padding: 76px;
}
.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-link .qodef-e-link-icon {
    right: 40px;
    width: 140px;
}
.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-quote .qodef-e-quote {
    padding: 76px;
}
#qodef-author-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 22px;
}
#qodef-author-info .qodef-m-inner {
    position: relative;
    display: flex;
    align-items: center;
    padding: 37px 43px 37px 34px;
    background-color: var(--qode-background-color);
}
#qodef-author-info .qodef-m-image {
    flex-shrink: 0;
    margin-right: 25px;
}
#qodef-author-info .qodef-m-image a,
#qodef-author-info .qodef-m-image img {
    display: block;
}
#qodef-author-info .qodef-m-image a {
    width: 140px;
    height: 140px;
}
#qodef-author-info .qodef-m-author {
    margin: 0;
    color: var(--qode-header-dark-color);
}
#qodef-author-info .qodef-m-email {
    margin: 5px 0 0;
}
#qodef-author-info .qodef-m-description {
    margin: 7px 0 12px;
}
.qodef-m-social-icons {
    display: inline-flex;
}
.qodef-m-social-icons a {
    font-family: Prompt, sans-serif;
    color: var(--qode-heading-color);
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.2em;
    font-weight: 500;
    text-transform: uppercase;
}
.qodef-m-social-icons a:not(:last-child) {
    display: inline-flex;
}
.qodef-m-social-icons a:not(:last-child):after {
    content: "-";
    margin: 0 7px;
}
.qodef-m-social-icons a:last-child {
    margin-right: 0;
}
.qodef-m-social-icons a:hover {
    color: var(--qode-main-color);
}
#qodef-related-posts {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 86px;
}
#qodef-single-post-navigation {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 43px 0 3px;
}
#qodef-single-post-navigation .qodef-m-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#qodef-single-post-navigation .qodef-m-nav {
    position: relative;
    display: flex;
    align-items: center;
    font-family: Prompt, sans-serif;
    color: var(--qode-heading-color);
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.2em;
    font-weight: 500;
    text-transform: uppercase;
    transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
    padding: 0 !important;
    background-color: transparent;
    border: 0;
    display: inline-flex;
    align-items: center;
}
#qodef-single-post-navigation .qodef-m-nav > * {
    display: block;
    line-height: inherit;
}
#qodef-single-post-navigation .qodef-m-nav .qodef-m-text {
    display: inline-block;
    vertical-align: middle;
}
#qodef-single-post-navigation .qodef-m-nav svg {
    margin-right: 10px;
}
#qodef-single-post-navigation .qodef-m-nav svg line {
    stroke-miterlimit: 10;
    stroke-dasharray: 20;
    stroke-dashoffset: 40;
    transition: stroke-dashoffset 0.6s 0.2s cubic-bezier(0.24, 0, 0.16, 1.01);
}
#qodef-single-post-navigation .qodef-m-nav svg line:not(:first-child) {
    stroke-dashoffset: 7;
    stroke-dasharray: 7;
    transition-duration: 0.3s;
}
#qodef-single-post-navigation .qodef-m-nav:hover svg line {
    stroke-dashoffset: 0;
}
#qodef-single-post-navigation .qodef-m-nav:hover svg line:not(:first-child) {
    stroke-dashoffset: 14;
    transition-delay: 0.5s;
}
#qodef-single-post-navigation .qodef-m-nav:hover svg line:nth-child(2) {
    transition-delay: 0.6s;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--prev {
    left: 0;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--prev svg {
    transform: scale(-1);
    margin: 0 0 0 8px;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--next {
    flex-direction: row-reverse;
    right: 0;
    margin-left: auto;
    text-align: right;
}
#qodef-single-post-navigation .qodef-m-nav-label {
    font-family: Prompt, sans-serif;
    color: var(--qode-heading-color);
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.2em;
    font-weight: 500;
    text-transform: uppercase;
}
.qodef-page-footer--uncover #qodef-page-outer {
    z-index: 90;
}
.no-touchevents .qodef-page-footer--uncover #qodef-page-footer {
    position: fixed;
    bottom: 0;
    left: 0;
}
#qodef-page-header .qodef-widget-holder {
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 58px;
}
#qodef-page-header .qodef-widget-holder .widget {
    margin: 0 12px;
}
#qodef-page-header .qodef-widget-holder .widget:first-child {
    margin-left: 0;
}
#qodef-page-header .qodef-widget-holder .widget:last-child {
    margin-right: 0;
}
#qodef-page-header div[id^="monster-widget-placeholder"],
#qodef-page-header div[id^="woo-monster-widget-placeholder"] {
    display: none;
}
#qodef-page-header-inner {
    border-bottom: 0 solid transparent;
}
#qodef-page-header-inner.qodef-content-grid {
    padding: 0;
}
#qodef-page-header-inner.qodef-skin--light nav > ul > li > a,
.qodef-custom-header-layout.qodef-skin--light nav > ul > li > a {
    color: var(--qode-header-light-color) !important;
}
#qodef-page-header-inner.qodef-skin--light nav > ul > li > a:hover,
.qodef-custom-header-layout.qodef-skin--light nav > ul > li > a:hover {
    color: var(--qode-header-light-hover-color) !important;
}
#qodef-page-header-inner.qodef-skin--light nav > ul > li.current-menu-ancestor > a,
#qodef-page-header-inner.qodef-skin--light nav > ul > li.current-menu-item > a,
.qodef-custom-header-layout.qodef-skin--light nav > ul > li.current-menu-ancestor > a,
.qodef-custom-header-layout.qodef-skin--light nav > ul > li.current-menu-item > a {
    color: var(--qode-header-light-hover-color) !important;
}
#qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened) {
    color: var(--qode-header-light-color) !important;
}
#qodef-page-header-inner.qodef-skin--dark nav > ul > li > a,
.qodef-custom-header-layout.qodef-skin--dark nav > ul > li > a {
    color: var(--qode-header-dark-color) !important;
}
#qodef-page-header-inner.qodef-skin--dark nav > ul > li > a:hover,
.qodef-custom-header-layout.qodef-skin--dark nav > ul > li > a:hover {
    color: var(--qode-header-dark-hover-color) !important;
}
#qodef-page-header-inner.qodef-skin--dark nav > ul > li.current-menu-ancestor > a,
#qodef-page-header-inner.qodef-skin--dark nav > ul > li.current-menu-item > a,
.qodef-custom-header-layout.qodef-skin--dark nav > ul > li.current-menu-ancestor > a,
.qodef-custom-header-layout.qodef-skin--dark nav > ul > li.current-menu-item > a {
    color: var(--qode-header-dark-hover-color) !important;
}
#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened) {
    color: var(--qode-header-dark-color) !important;
}
#qodef-page-header .qodef-header-logo-link img.qodef--main {
    opacity: 1;
}
#qodef-page-header .qodef-header-logo-link img.qodef--dark,
#qodef-page-header .qodef-header-logo-link img.qodef--light {
    opacity: 0;
}
#qodef-page-header .qodef-header-logo-link img:not(.qodef--main) {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--dark,
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--main {
    opacity: 0;
}
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--light {
    opacity: 1;
}
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--light,
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--main {
    opacity: 0;
}
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--dark {
    opacity: 1;
}
.qodef-header--divided #qodef-page-header .qodef-divided-header-left-wrapper,
.qodef-header--divided #qodef-page-header .qodef-divided-header-right-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.qodef-header--divided #qodef-page-header .qodef-divided-header-left-wrapper {
    justify-content: flex-end;
}
.qodef-header--divided #qodef-page-header .qodef-header-logo-link {
    justify-content: center;
    box-sizing: content-box;
}
.qodef-header--divided #qodef-page-header .qodef-header-navigation {
    margin: 0 24px;
}
.qodef-header--divided #qodef-page-header .qodef-widget-holder {
    margin-left: 0;
}
.qodef-header--divided #qodef-page-header-inner {
    align-items: stretch;
    justify-content: center;
}
.qodef-header-standard--right #qodef-page-header-inner .qodef-header-navigation {
    margin-left: auto;
}
.qodef-header-standard--center #qodef-page-header-inner .qodef-header-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}
.qodef-header-standard--center #qodef-page-header-inner .qodef-header-logo {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: inline-flex;
    align-items: center;
}
.qodef-header-standard--center #qodef-page-header-inner .qodef-header-navigation {
    margin-left: auto;
    margin-right: auto;
}
.qodef-header-standard--center #qodef-page-header-inner .qodef-widget-holder {
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 0;
}
.qodef-header-standard--left #qodef-page-header-inner .qodef-header-navigation {
    margin-right: auto;
}
.qodef-header-standard--left #qodef-page-header-inner .qodef-header-logo-link {
    margin-right: 24px;
}
.qodef-header--fixed-display #qodef-page-header,
.qodef-header--fixed-display #qodef-top-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.qodef--boxed.qodef-header--fixed-display #qodef-top-area {
    left: 30px;
    width: calc(100% - 60px);
}
.qodef--boxed.qodef-header--fixed-display #qodef-page-header {
    left: 30px;
    width: calc(100% - 60px);
}
.qodef-header--fixed-display.admin-bar #qodef-page-header,
.qodef-header--fixed-display.admin-bar #qodef-top-area {
    top: 32px;
}
.qodef-header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    height: 90px;
    width: 100%;
    background-color: #fff;
    transform: translateY(-100%);
    transition: transform 0.5s ease, top 0.5s ease;
    z-index: 100;
    border-bottom: 1px solid #474733;
}
.qodef-header--sticky-display .qodef-header-sticky {
    transform: translateY(0);
}
.admin-bar.qodef-header--sticky-display .qodef-header-sticky {
    top: 32px;
}
.qodef-header-sticky-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 40px;
}
.qodef-header-sticky-inner.qodef-content-grid {
    padding: 0;
}
.qodef-header-standard--right .qodef-header-sticky-inner .qodef-header-logo-link {
    margin-right: auto;
}
.qodef-header-standard--left .qodef-header-sticky-inner {
    justify-content: flex-start;
}
.qodef-header-standard--left .qodef-header-sticky-inner .qodef-header-navigation {
    margin-left: 20px;
}
.qodef-header-standard--left .qodef-header-sticky-inner .qodef-widget-holder {
    margin-left: auto !important;
}
#qodef-top-area {
    position: relative;
    background-color: #f5f0ee;
    z-index: 101;
}
#qodef-top-area-inner {
    align-items: center;
    display: flex;
    height: 40px;
    justify-content: space-between;
    padding: 0 40px;
    position: relative;
}
#qodef-top-area-inner.qodef-content-grid {
    padding: 0 !important;
}
#qodef-top-area .qodef-widget-holder {
    display: flex;
    align-items: center;
    height: 100%;
}
#qodef-top-area .qodef-widget-holder.qodef--left {
    margin-right: auto;
}
#qodef-top-area .qodef-widget-holder.qodef--right {
    margin-left: auto;
}
#qodef-top-area .qodef-widget-holder .widget {
    margin: 0 12px;
}
#qodef-top-area .qodef-widget-holder .widget:first-child {
    margin-left: 0;
}
#qodef-top-area .qodef-widget-holder .widget:last-child {
    margin-right: 0;
}
#qodef-top-area .widget {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
#qodef-top-area .widget .textwidget > *,
#qodef-top-area .widget .widget p {
    margin: 0;
}
#qodef-top-area div[id^="monster-widget-placeholder"],
#qodef-top-area div[id^="woo-monster-widget-placeholder"] {
    display: none;
}
#qodef-multiple-map-notice {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 30px 15%;
    text-align: center;
    color: var(--qode-main-color);
    background-color: #474733;
}
.qodef-map-marker-holder {
    transform: translate(-50%, -100%);
    z-index: 10;
}
.qodef-map-marker-holder.qodef-active {
    z-index: 500;
}
.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:first-child {
    fill: #3ebeb4;
}
.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:last-child {
    fill: #51a69e;
}
.qodef-map-marker-holder#qodef-geo-location-marker .qodef-info-window {
    display: block;
}
.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:first-child {
    fill: #3ebeb4;
}
.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:last-child {
    fill: #51a69e;
}
.qodef-map-marker-holder .qodef-map-marker {
    position: relative;
    width: 50px;
    height: auto;
    transition: all 0.15s ease-out;
}
.qodef-map-marker-holder .qodef-map-marker .qodef-map-marker-inner {
    position: relative;
    width: 100%;
    height: 100%;
}
.qodef-map-marker-holder .qodef-map-marker svg {
    width: 100%;
    height: auto;
}
.qodef-map-marker-holder .qodef-map-marker svg path {
    transition: fill 0.2s ease-in-out;
}
.qodef-map-marker-holder .qodef-map-marker:hover svg path:first-child {
    fill: #3ebeb4;
}
.qodef-map-marker-holder .qodef-map-marker:hover svg path:last-child {
    fill: #51a69e;
}
.qodef-map-marker-holder .qodef-info-window {
    position: absolute;
    top: -10px;
    left: -17px;
    display: none;
    min-width: 284px;
    background-color: #fff;
    border: 1px solid #d7ccb5;
    border-radius: 4px;
    box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, 0.04);
    z-index: 10;
    transition: opacity 0.3s ease;
    transform: translate(0, -100%);
}
.qodef-map-marker-holder .qodef-info-window-inner {
    position: relative;
    display: flex;
    align-items: center;
    padding: 8px;
}
.qodef-map-marker-holder .qodef-info-window-inner:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 35px;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-top: 1px solid #d7ccb5;
    border-left: 1px solid #d7ccb5;
    transform: rotate(-135deg);
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image {
    margin-right: 12px;
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image img {
    display: block;
    width: 65px;
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-title {
    margin: 0;
    transition: color 0.2s ease-out;
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-location {
    margin: 3px 0 0;
    font-family: Lustria, serif;
    font-size: 14px;
    line-height: 1.2em;
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link:hover ~ .qodef-info-window-details .qodef-info-window-title {
    color: var(--qode-main-color);
}
.qodef-cluster-marker {
    width: 50px;
    height: auto;
}
.qodef-cluster-marker.qodef-active svg path:first-child,
.qodef-cluster-marker:hover svg path:first-child {
    fill: #3ebeb4;
}
.qodef-cluster-marker.qodef-active svg path:last-child,
.qodef-cluster-marker:hover svg path:last-child {
    fill: #51a69e;
}
.qodef-cluster-marker .qodef-cluster-marker-inner {
    position: relative;
}
.qodef-cluster-marker .qodef-cluster-marker-inner .qodef-cluster-marker-number {
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: var(--qode-heading-color);
}
.qodef-cluster-marker svg {
    width: 100%;
    height: auto;
}
.qodef-cluster-marker svg path {
    transition: fill 0.2s ease-in-out;
}
.qodef-places-geo-radius {
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    width: 100%;
    height: 48px;
    display: none;
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid #d7ccb5;
    z-index: 9999;
}
.qodef-places-geo-radius .qodef-range-slider-label {
    display: inline-flex;
    align-items: center;
    height: 100%;
}
.qodef-places-geo-radius .noUi-target {
    position: relative;
    display: inline-flex;
    height: 3px;
    width: calc(100% - 70px);
    background-color: #eaeaea;
    border: 0;
    direction: ltr;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    touch-action: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 10px;
}
.qodef-places-geo-radius .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    touch-action: none;
    -ms-user-select: none;
    user-select: none;
}
.qodef-places-geo-radius .noUi-target .noUi-base {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.qodef-places-geo-radius .noUi-target .noUi-connects {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}
.qodef-places-geo-radius .noUi-target .noUi-connect,
.qodef-places-geo-radius .noUi-target .noUi-origin {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    will-change: transform;
    transform-origin: 0 0;
}
.qodef-places-geo-radius .noUi-target .noUi-connect {
    background-color: var(--qode-main-color);
}
.qodef-places-geo-radius .noUi-target .noUi-handle {
    position: absolute;
    top: -3px;
    left: auto;
    right: -9px;
    width: 9px;
    height: 9px;
    background-color: var(--qode-main-color);
    cursor: pointer;
}
.qodef-places-geo-radius .noUi-target .noUi-tooltip {
    position: absolute;
    left: 50%;
    bottom: 7px;
    display: block;
    font-size: 12px;
    white-space: nowrap;
    transform: translateX(-50%);
}
.qodef-places-geo-radius .noUi-target .noUi-tooltip:after {
    content: " km";
}
.qodef-places-geo-radius .noUi-state-drag * {
    cursor: inherit !important;
}
.qodef-places-geo-radius .noUi-draggable {
    cursor: ew-resize;
}
.qodef-places-geo-radius [disabled] .noUi-handle,
.qodef-places-geo-radius [disabled].noUi-handle,
.qodef-places-geo-radius [disabled].noUi-target {
    cursor: not-allowed !important;
}
#qodef-page-mobile-header {
    background-color: #fff;
}
#qodef-page-mobile-header .qodef-widget-holder {
    display: flex;
    align-items: center;
    height: 100%;
}
#qodef-page-mobile-header .qodef-widget-holder .widget {
    margin: 0 0 0 12px;
}
#qodef-page-mobile-header .widget {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
#qodef-page-mobile-header .widget .textwidget > *,
#qodef-page-mobile-header .widget .widget p {
    margin: 0;
}
#qodef-page-mobile-header div[id^="monster-widget-placeholder"],
#qodef-page-mobile-header div[id^="woo-monster-widget-placeholder"] {
    display: none;
}
#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened {
    color: var(--qode-main-color);
}
#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon {
    visibility: hidden;
}
#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon.qodef--close {
    visibility: visible;
}
.qodef-mobile-header--sticky #qodef-page-mobile-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(-100%);
}
.qodef-mobile-header--sticky-animation #qodef-page-mobile-header {
    transition: transform 0.3s ease, top 0.3s ease;
}
.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
    transform: translateY(0);
}
.admin-bar.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
    top: 46px;
}
#qodef-page-mobile-header-inner.qodef-content-grid {
    padding: 0;
}
.qodef--passepartout #qodef-page-mobile-header-inner {
    padding: 0;
}
.qodef-mobile-header-navigation ul li .qodef-content-grid {
    width: 100%;
}
#qodef-page-mobile-header .qodef-header-logo-image.qodef--customizer {
    max-height: 100%;
    width: auto;
    margin-right: auto;
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main {
    opacity: 1;
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark,
#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
    opacity: 0;
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link img:not(.qodef--main) {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.qodef-mobile-header-navigation ul li a .qodef-menu-item-icon {
    margin-right: 5px;
}
.qodef-mobile-header-navigation ul li.qodef--hide-link > a {
    cursor: default;
}
.qodef-mobile-header-navigation .qodef-mega-menu-widget-holder {
    display: none;
}
.qodef-mobile-header--minimal #qodef-page-mobile-header-inner {
    justify-content: flex-end;
}
.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
    margin-right: auto;
}
.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-opener-icon {
    margin-left: 20px;
}
.qodef-fullscreen-menu--opened {
    overflow-y: hidden;
}
.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
    opacity: 1;
}
.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark,
.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main {
    opacity: 0;
}
.qodef-mobile-header--side-area #qodef-page-mobile-header-inner .qodef-side-area-mobile-header-opener {
    margin-left: 20px;
}
#qodef-side-area-mobile-header {
    position: fixed;
    top: 0;
    right: -340px;
    width: 340px;
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 70px 60px;
    background-color: #f5f0ee;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
#qodef-side-area-mobile-header .qodef-m-close {
    position: absolute;
    top: 26px;
    right: 40px;
    display: block;
    z-index: 1000;
    color: #fff;
}
#qodef-side-area-mobile-header .qodef-m-close.qodef-source--predefined .qodef-m-line.qodef--1 {
    top: 13px;
    transform: rotate(45deg);
}
#qodef-side-area-mobile-header .qodef-m-close.qodef-source--predefined .qodef-m-line.qodef--2 {
    top: 13px;
    transform: rotate(-45deg);
}
#qodef-side-area-mobile-header .qodef-m-navigation {
    width: 100%;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li {
    position: relative;
    padding: 0;
    margin: 0;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-drop-down-second {
    display: none;
    transform: translateZ(0);
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-drop-down-second-inner {
    position: relative;
    display: block;
    padding: 0;
    z-index: 997;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-menu-item-arrow {
    position: absolute;
    top: 0;
    right: -4px;
    display: flex;
    width: 16px;
    height: 16px;
    align-items: center;
    justify-content: center;
    color: #fff;
    fill: currentColor;
    z-index: 9;
    cursor: pointer;
    transition: color 0.2s ease-out;
    transform: rotate(0);
    transition: transform 0.2s ease-out, color 0.2s ease-out;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-menu-item-arrow:hover {
    color: #fff;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li > a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 0;
    overflow: hidden;
    transition: padding 0.2s ease-out;
    padding-right: 15px;
    font-family: Lustria, serif;
    font-size: 14px;
    line-height: 1.3em;
    padding: 5px 0 6px;
    color: #fff;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li > a .qodef-menu-item-icon {
    flex-shrink: 0;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-ancestor > a,
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-item > a,
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li:hover > a {
    color: var(--qode-main-color);
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li.qodef--hide-link > a {
    cursor: default;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li.qodef-menu-item--open > .qodef-menu-item-arrow {
    transform: rotate(90deg);
}
#qodef-side-area-mobile-header .qodef-m-navigation .qodef-menu-item-icon {
    margin-right: 5px;
}
#qodef-side-area-mobile-header .qodef-m-navigation .qodef-mega-menu-widget-holder {
    display: none;
}
#qodef-side-area-mobile-header .qodef-m-navigation > ul > li > a {
    font-family: Prompt, sans-serif;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.2em;
    font-weight: 500;
    text-transform: uppercase;
}
#qodef-side-area-mobile-header .qodef-m-navigation > ul > li > a:hover {
    color: var(--qode-main-color);
}
#qodef-side-area-mobile-header .qodef-m-navigation > ul > li.current-menu-ancestor > a,
#qodef-side-area-mobile-header .qodef-m-navigation > ul > li.current-menu-item > a {
    color: var(--qode-main-color);
}
#qodef-side-area-mobile-header .qodef-widget-holder {
    position: absolute;
    left: 60px;
    bottom: 20px;
    width: calc(100% - 2 * 60px);
    height: auto;
}
#qodef-side-area-mobile-header .qodef-widget-holder .widget {
    margin: 0;
}
.admin-bar #qodef-side-area-mobile-header {
    top: 32px;
    height: calc(100vh - 32px);
}
#qodef-side-area-mobile-header.qodef--opened {
    right: 0;
    visibility: visible;
}
.qodef-mobile-header--standard #qodef-page-mobile-header-inner {
    justify-content: flex-end;
}
.qodef-mobile-header--standard #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
    margin-right: auto;
}
.qodef-header-navigation .qodef-menu-item-icon {
    display: block;
    margin-right: 5px;
    line-height: inherit;
}
.qodef-header-navigation .qodef-menu-item-icon:before {
    display: block;
    line-height: inherit;
}
.qodef-header-navigation ul li .qodef-drop-down-second {
    position: absolute;
    top: 100%;
    left: -31px;
    display: block;
    width: auto;
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 10;
    margin-top: 1px;
}
.qodef-header-navigation ul li .qodef-drop-down-second.qodef-drop-down--start {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    z-index: 20;
    transition: opacity 0.2s ease-out;
}
.qodef-header-navigation ul li .qodef-mega-menu-widget-holder {
    display: none;
    white-space: normal;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second.qodef-drop-down--right {
    left: auto;
    right: -31px;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner > ul {
    position: relative;
    top: auto;
    opacity: 1;
    visibility: visible;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-mega-menu-widget-holder {
    display: block;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
    background-color: var(--qode-background-color);
}
.qodef-drop-down-second--full-width .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
    width: 100vw;
}
.qodef--boxed .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner:not(.qodef-content-grid) {
    padding: 0 40px;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul {
    display: flex;
    justify-content: space-between;
    padding: 60px 0 40px;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li {
    width: 100%;
    padding: 0 15px;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li:first-child {
    padding-left: 0;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li:last-child {
    padding-right: 0;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li > a {
    font-family: Prompt, sans-serif;
    color: var(--qode-main-color);
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.2em;
    font-weight: 500;
    text-transform: uppercase;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li > a:hover {
    color: var(--qode-main-color);
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li .qodef-menu-item-arrow {
    display: none;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul {
    padding-top: 10px;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li > a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 0;
    overflow: hidden;
    transition: padding 0.2s ease-out;
    padding-right: 15px;
    font-family: Lustria, serif;
    font-size: 16px;
    color: #000;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li > a .qodef-menu-item-icon {
    flex-shrink: 0;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li.current-menu-item > a,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li:hover > a {
    color: var(--qode-main-color);
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li.current-menu-ancestor > a,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li.current-menu-item > a {
    color: var(--qode-main-color);
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li.qodef--hide-link:not(.current-menu-ancestor):not(.current-menu-item) > a:hover {
    color: var(--qode-main-color);
}
body:not(.qodef-drop-down-second--full-width) .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner {
    padding: 0 40px;
}
.qodef-opener-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.qodef-opener-icon .qodef-m-icon {
    position: relative;
    visibility: visible;
}
.qodef-opener-icon .qodef-m-icon.qodef--close {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}
.qodef-opener-icon.qodef-source--icon-pack {
    font-size: 35px;
}
.qodef-opener-icon.qodef-source--icon-pack * {
    display: inline-block;
    line-height: inherit;
}
.qodef-opener-icon.qodef-source--icon-pack :before {
    display: inline-block;
    line-height: inherit;
}
.qodef-opener-icon.qodef-source--svg-path span {
    position: relative;
}
.qodef-opener-icon.qodef-source--svg-path span > * {
    vertical-align: middle;
}
.qodef-opener-icon.qodef-source--svg-path span path,
.qodef-opener-icon.qodef-source--svg-path span > * {
    fill: currentColor;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-lines {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-line {
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: currentColor;
    transition: top 0.3s ease, transform 0.3s ease;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--1 {
    top: 11px;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--2 {
    top: 19px;
}
.qodef-parallax {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.qodef-parallax.elementor-section {
    overflow: visible;
}
.qodef-parallax .qodef-parallax-img {
    max-width: calc(100% + 1px);
}
.qodef-parallax-row-holder {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.qodef-parallax-img-holder {
    position: absolute;
    top: -50%;
    height: 150%;
    left: 0;
    width: 100%;
    opacity: 0;
}
.qodef-browser--edge .qodef-parallax-img-holder,
.qodef-browser--ms-explorer .qodef-parallax-img-holder,
.touchevents .qodef-parallax-img-holder {
    top: 0;
    height: 100%;
    opacity: 1;
}
.qodef-parallax-content-holder {
    position: relative;
    z-index: 99;
}
.qodef-parallax-img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    will-change: transform;
}
.qodef-parallax-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.touchevents .qodef-parallax-img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.qodef-browser--edge .qodef-parallax-img,
.qodef-browser--ms-explorer .qodef-parallax-img {
    height: 100%;
}
.qodef-booked-appointments .booked-profile-appt-list .appt-block.approved .status-block {
    background-color: var(--qode-heading-color) !important;
}
.qodef-booked-appointments .booked-profile-appt-list .appt-block.pending .status-block {
    background-color: var(--qode-main-color) !important;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar {
    border: 1px solid var(--qode-input-border-color) !important;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar th,
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar thead th,
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar thead tr {
    background-color: #fff !important;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar th .page-left,
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar th .page-right,
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar thead th .page-left,
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar thead th .page-right,
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar thead tr .page-left,
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar thead tr .page-right {
    color: var(--qode-text-color) !important;
    transform: translateX(0);
    transition: all 0.25s ease-out;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar th .calendarSavingState,
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar thead th .calendarSavingState,
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar thead tr .calendarSavingState {
    color: var(--qode-text-color);
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar th .page-right:hover,
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar thead th .page-right:hover,
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar thead tr .page-right:hover {
    transform: translateX(2px);
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar th .page-left:hover,
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar thead th .page-left:hover,
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar thead tr .page-left:hover {
    transform: translateX(-2px);
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar th .booked-icon-arrow-left,
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar th .booked-icon-arrow-right,
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar thead th .booked-icon-arrow-left,
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar thead th .booked-icon-arrow-right,
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar thead tr .booked-icon-arrow-left,
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar thead tr .booked-icon-arrow-right {
    font-family: Linearicons-Free;
    color: #000;
    font-size: 16px;
    transform: scaleY(0.92);
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar th .booked-icon-arrow-right:before,
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar thead th .booked-icon-arrow-right:before,
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar thead tr .booked-icon-arrow-right:before {
    content: "\e87a";
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar th .booked-icon-arrow-left:before,
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar thead th .booked-icon-arrow-left:before,
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar thead tr .booked-icon-arrow-left:before {
    content: "\e879";
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar thead {
    background-color: #fff !important;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar thead th {
    color: var(--qode-text-color);
    font-family: Lustria, serif;
    font-size: 16px !important;
    line-height: 28px !important;
    letter-spacing: normal !important;
    padding: 20px 0 !important;
    border: none !important;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar thead tr:first-of-type th {
    background-color: var(--qode-background-color) !important;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar .monthName {
    font-family: Lustria, sans-serif;
    font-size: 22px !important;
    font-style: normal;
    line-height: 1.3em !important;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0 !important;
    color: #000 !important;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar .monthName .backToMonth {
    display: none;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar .page-left,
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar .page-right {
    margin-top: -0.6rem !important;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar tr {
    background-color: #fff;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar tr.entryBlock {
    background-color: #f5f0ee;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar tr.entryBlock td {
    padding: 0 !important;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar tr.days {
    background-color: #fff !important;
    text-transform: none;
    border: none;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar tr.days th {
    background: 0 0 !important;
    border: none !important;
    color: var(--qode-text-color) !important;
    padding: 20px 0 !important;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar tr.week td.active .date {
    background-color: var(--qode-main-hover-background-color) !important;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td {
    background-color: #fff;
    font-size: 16px;
    color: var(--qode-text-color);
    border-right-color: var(--qode-input-border-color) !important;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td:first-child {
    border-left-color: var(--qode-input-border-color) !important;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td .date {
    transition: all 0.3s ease-in-out;
    background-color: var(--qode-main-color) !important;
    color: #fff !important;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td .date .number {
    border-radius: 0;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.active,
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.active:hover,
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.today.active,
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.today.active:hover,
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.today:not(.prev-date):hover {
    background-color: var(--qode-main-hover-background-color) !important;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.active .date,
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.active:hover .date,
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.today.active .date,
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.today.active:hover .date,
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.today:not(.prev-date):hover .date {
    background-color: var(--qode-main-hover-background-color) !important;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.active .date .number,
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.active:hover .date .number,
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.today.active .date .number,
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.today.active:hover .date .number,
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.today:not(.prev-date):hover .date .number {
    background-color: var(--qode-main-hover-background-color) !important;
    color: #fff !important;
    transform: scale(1) !important;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.next-month .date span.number,
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.next-month.prev-date .date span.number,
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.prev-month .date span.number {
    background: #fff !important;
    color: #acacac !important;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.next-month:hover .date .number,
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.prev-month:hover .date .number {
    color: #acacac !important;
    opacity: 1;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.prev-month.prev-date:hover .date .number {
    color: var(--qode-text-color) !important;
    opacity: 0.3;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.today.prev-date .date {
    border: none !important;
    width: 100%;
    height: 100%;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.today.prev-date .date span {
    color: var(--qode-text-color) !important;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.today .date {
    border: none !important;
    transition: all 0.3s ease-in-out;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.today .date span {
    color: inherit !important;
    border: none !important;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.prev-date .date,
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.prev-date .date span,
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.prev-date:hover .date,
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.prev-date:hover .date span {
    background: #fff !important;
    color: var(--qode-text-color) !important;
    cursor: context-menu;
}
.qodef-browser--edge .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.prev-date .date,
.qodef-browser--edge .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.prev-date .date span,
.qodef-browser--edge .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.prev-date:hover .date,
.qodef-browser--edge .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.prev-date:hover .date span,
.qodef-browser--ms-explorer .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.prev-date .date,
.qodef-browser--ms-explorer .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.prev-date .date span,
.qodef-browser--ms-explorer .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.prev-date:hover .date,
.qodef-browser--ms-explorer .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.prev-date:hover .date span {
    background-color: #fafafa !important;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td:hover .date {
    transition: none;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td:hover .date span {
    background-color: var(--qode-main-hover-background-color) !important;
    color: #fff;
    transition: none;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar tbody {
    background-color: var(--qode-main-color) !important;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar tbody tr {
    border-color: var(--qode-input-border-color) !important;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar .booked-appt-list {
    background-color: transparent;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar .booked-appt-list .timeslot:hover {
    background: 0 0;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar .booked-appt-list.shown {
    padding: 0 33px 7px;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar .booked-appt-list.shown h2 {
    font-family: Lustria, sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.36em;
    letter-spacing: 0;
    color: #000;
    margin: 23px 0 20px;
    text-align: left;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar .booked-appt-list.shown h2 span {
    display: inline;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar .booked-appt-list.shown h2 strong {
    font-weight: 400;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar .booked-appt-list.shown .timeslot {
    padding: 15px 0 4px 0 !important;
    border-top: 1px solid #d7ccb5 !important;
    border-bottom: none !important;
    display: flex;
    flex-flow: wrap;
    align-items: flex-end;
    justify-content: space-between;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar .booked-appt-list.shown .timeslot:after {
    display: none;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar .booked-appt-list.shown .timeslot .timeslot-time {
    padding: 0;
    display: inline-flex;
    flex-direction: column;
    min-height: 50px;
    height: 50px;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar .booked-appt-list.shown .timeslot .timeslot-time .timeslot-title {
    font-family: Lustria, sans-serif;
    font-weight: 400;
    color: var(--qode-heading-color);
    font-size: 18px;
    line-height: 28px;
    color: #000 !important;
    font-style: normal;
    margin: 0 0 1px !important;
    letter-spacing: 0 !important;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar .booked-appt-list.shown .timeslot .timeslot-time .timeslot-range {
    font-size: 16px !important;
    color: var(--qode-text-color);
    font-family: Lustria, serif;
    font-weight: 300;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar .booked-appt-list.shown .timeslot .timeslot-time .timeslot-range .booked-icon {
    color: var(--qode-text-color) !important;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar .booked-appt-list.shown .timeslot .timeslot-time .spots-available {
    line-height: 2.2;
    font-size: 12px;
    letter-spacing: 0.25em;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar .booked-appt-list.shown .timeslot .timeslot-people {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 0 4px;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar .booked-appt-list.shown .timeslot .timeslot-people .button {
    display: inline-flex;
    background-color: transparent !important;
    border: none !important;
    justify-content: flex-end;
    cursor: pointer;
}
@media only screen and (max-width: 680px) {
    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar .booked-appt-list.shown .timeslot .timeslot-people .button {
        justify-content: flex-start;
    }
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar .booked-appt-list.shown .timeslot .timeslot-people .button:hover {
    background-color: transparent !important;
    border-color: inherit !important;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar .booked-appt-list.shown .timeslot .timeslot-people .button:hover .button-text {
    color: var(--qode-main-color);
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar .booked-appt-list.shown .timeslot .timeslot-people .button:focus {
    outline: 0 !important;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar .booked-appt-list.shown .timeslot .timeslot-people .button .button-timeslot,
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar .booked-appt-list.shown .timeslot .timeslot-people .button .spots-available,
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar .booked-appt-list.shown .timeslot .timeslot-people .button .timeslot-mobile-title {
    display: none;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar .booked-appt-list.shown .timeslot .timeslot-people .button .button-text {
    position: relative;
    font-family: Prompt, sans-serif;
    color: var(--qode-heading-color);
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.2em;
    font-weight: 500;
    text-transform: uppercase;
    transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
    padding: 0 !important;
    background-color: transparent;
    border: 0;
    display: inline-flex;
    align-items: center;
    display: block;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar .booked-appt-list.shown .timeslot .timeslot-people .button .button-text .qodef-m-text {
    display: inline-block;
    vertical-align: middle;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar .booked-appt-list.shown .timeslot .timeslot-people .button .button-text svg {
    margin-right: 10px;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar .booked-appt-list.shown .timeslot .timeslot-people .button .button-text svg line {
    stroke-miterlimit: 10;
    stroke-dasharray: 20;
    stroke-dashoffset: 40;
    transition: stroke-dashoffset 0.6s 0.2s cubic-bezier(0.24, 0, 0.16, 1.01);
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar .booked-appt-list.shown .timeslot .timeslot-people .button .button-text svg line:not(:first-child) {
    stroke-dashoffset: 7;
    stroke-dasharray: 7;
    transition-duration: 0.3s;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar .booked-appt-list.shown .timeslot .timeslot-people .button .button-text:hover svg line {
    stroke-dashoffset: 0;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar .booked-appt-list.shown .timeslot .timeslot-people .button .button-text:hover svg line:not(:first-child) {
    stroke-dashoffset: 14;
    transition-delay: 0.5s;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar .booked-appt-list.shown .timeslot .timeslot-people .button .button-text:hover svg line:nth-child(2) {
    transition-delay: 0.6s;
}
@media only screen and (max-width: 680px) {
    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar .booked-appt-list.shown .timeslot {
        padding: 10px 0 3px !important;
        border: 0 !important;
        display: flex;
        flex-direction: column;
    }
    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar .booked-appt-list.shown .timeslot .timeslot-people,
    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar .booked-appt-list.shown .timeslot .timeslot-time {
        width: 100%;
    }
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar .booked-appt-list.shown .timeslot.timeslot-unavailable .timeslot-people .button {
    background-color: #eee !important;
    color: #aaa !important;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar .booked-appt-list.shown .timeslot.timeslot-unavailable .timeslot-people .button:hover {
    background-color: #eee !important;
    color: #aaa !important;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar .booked-loading .booked-spinner div > * {
    background-color: var(--qode-text-color) !important;
}
.qodef-booked-calendar .booked-calendar-wrap.small table.booked-calendar thead tr.days th {
    padding: 15px 0 !important;
}
.qodef-booked-calendar .booked-calendar-wrap.small table.booked-calendar thead th {
    background-color: #fff !important;
}
.qodef-booked-calendar .booked-calendar-wrap.small table.booked-calendar tbody tr.week td {
    font-size: 16px;
}
.qodef-booked-calendar .booked-calendar-wrap.small table.booked-calendar tbody tr.week td.active,
.qodef-booked-calendar .booked-calendar-wrap.small table.booked-calendar tbody tr.week td.active:hover,
.qodef-booked-calendar .booked-calendar-wrap.small table.booked-calendar tbody tr.week td.today.active,
.qodef-booked-calendar .booked-calendar-wrap.small table.booked-calendar tbody tr.week td.today.active:hover,
.qodef-booked-calendar .booked-calendar-wrap.small table.booked-calendar tbody tr.week td.today:not(.prev-date):hover {
    background-color: var(--qode-main-hover-background-color) !important;
}
.qodef-booked-calendar .booked-calendar-wrap.small table.booked-calendar tbody tr.week td.active .date .number,
.qodef-booked-calendar .booked-calendar-wrap.small table.booked-calendar tbody tr.week td.active:hover .date .number,
.qodef-booked-calendar .booked-calendar-wrap.small table.booked-calendar tbody tr.week td.today.active .date .number,
.qodef-booked-calendar .booked-calendar-wrap.small table.booked-calendar tbody tr.week td.today.active:hover .date .number,
.qodef-booked-calendar .booked-calendar-wrap.small table.booked-calendar tbody tr.week td.today:not(.prev-date):hover .date .number {
    background-color: var(--qode-main-hover-background-color) !important;
    color: #fff !important;
    transform: scale(1) !important;
}
.qodef-booked-calendar .booked-calendar-wrap.small table.booked-calendar tr.week td .date {
    background-color: var(--qode-main-color) !important;
    color: #fff !important;
}
.qodef-booked-calendar .booked-calendar-wrap.small table.booked-calendar tr.week td.active .date {
    background-color: var(--qode-main-hover-background-color) !important;
}
.qodef-booked-calendar .booked-calendar-wrap.small table.booked-calendar .booked-appt-list.shown .timeslot {
    margin: 0 !important;
}
.qodef-booked-calendar .booked-calendar-wrap.small table.booked-calendar .booked-appt-list.shown .timeslot .timeslot-time .spots-available {
    line-height: 2.2;
}
body .booked-modal {
    border-radius: 0 !important;
}
body .booked-modal .booked-icon-close {
    font-family: ElegantIcons;
    font-size: 22px;
    color: var(--qode-heading-color);
}
body .booked-modal .booked-icon-close:before {
    content: "M";
}
body .booked-modal .booked-icon-close:hover {
    color: var(--qode-main-color);
}
body .booked-modal .booked-form .field label.field-label {
    font-weight: 400;
    color: #333;
    font-size: 18px;
    margin-top: 30px;
}
body .booked-modal .booked-form.booked-scrollable {
    background-color: #fff;
    border-radius: 0 !important;
    padding-left: 44px !important;
    padding-right: 44px !important;
    border: 1px solid var(--qode-main-color);
}
body .booked-modal .booked-form.booked-scrollable #newAppointmentForm .bookings .booked-appointments {
    background-color: #f5f0ee;
    border-radius: 0;
    box-shadow: none;
    margin-top: 25px;
    padding: 19px 16px 6px;
}
body .booked-modal .booked-form.booked-scrollable #newAppointmentForm .bookings .booked-appointment-details .appointment-title {
    font-family: Lustria, sans-serif;
    font-weight: 400;
    color: var(--qode-heading-color);
    font-size: 18px;
    padding-bottom: 2px !important;
}
body .booked-modal .bm-window {
    padding-top: 40px;
}
body .booked-modal .bm-window p {
    padding-bottom: 15px !important;
}
@media (min-width: 768px) {
    body .booked-modal .bm-window {
        width: 535px;
    }
}
body .booked-modal .bm-window .booked-title-bar {
    background-color: #fff;
    padding-left: 44px !important;
    border-radius: 0 !important;
    border: 1px solid var(--qode-main-color);
    border-bottom-width: 0;
    padding-bottom: 0 !important;
}
body .booked-modal .bm-window .booked-title-bar small {
    font-family: Lustria, sans-serif;
    font-weight: 400;
    color: var(--qode-heading-color);
    font-size: 22px;
    line-height: 1.36em;
    letter-spacing: 0;
    text-transform: capitalize;
    padding: 13px 0;
}
body .booked-modal .bm-window .required-asterisk {
    color: var(--qode-main-color);
    font-size: 9px;
    vertical-align: top;
    margin: 3px 0 0 3px;
}
body .booked-modal .bm-window .cf-block .field-label {
    font-family: Lustria, sans-serif;
    font-weight: 400;
    color: var(--qode-heading-color);
    font-size: 22px;
    line-height: 1.36em;
    letter-spacing: 0;
}
body .booked-modal .bm-window .cf-block input.textfield {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 10px;
    padding: 17px 24px;
    font-family: inherit;
    font-size: 17px;
    line-height: 24px;
    font-weight: 300;
    color: var(--qode-main-color);
    background-color: #f6f3ee;
    border: 1px solid transparent;
    border-radius: 5px;
    outline: 0;
    cursor: pointer;
}
body .booked-modal .bm-window .cf-block .booked-forgot-password {
    text-decoration: underline;
    color: #999;
}
body .booked-modal .bm-window .field {
    margin: 7px 0 11px;
    width: 100%;
}
body .booked-modal .bm-window .field:last-of-type {
    display: flex;
    justify-content: space-between;
    padding-top: 35px;
}
@media only screen and (max-width: 375px) {
    body .booked-modal .bm-window .field:last-of-type {
        flex-wrap: wrap;
    }
}
body .booked-modal .bm-window .field:after {
    display: none;
}
body .booked-modal .bm-window .field input.large,
body .booked-modal .bm-window .field select.large {
    width: 100%;
    border-radius: 0;
    border-color: #d7ccb5;
    font-size: 16px;
    color: var(--qode-text-color);
    height: 48px;
}
body .booked-modal .bm-window .field input.large:focus,
body .booked-modal .bm-window .field select.large:focus {
    border-color: var(--qode-main-color);
}
body .booked-modal .bm-window .field p.field-small-p {
    font-size: 16px;
}
body .booked-modal .bm-window input.button.button-primary {
    font-family: Prompt, sans-serif;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.2em;
    font-weight: 500;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
    color: #fff;
    background-color: var(--qode-main-color);
    border: 1px solid transparent;
    padding: 13px 30px;
    margin-right: 12px;
}
body .booked-modal .bm-window input.button.button-primary:focus {
    color: #fff;
}
@media only screen and (max-width: 480px) {
    body .booked-modal .bm-window input.button.button-primary[name="submit_forgot"] {
        margin-bottom: 12px;
    }
}
@media (max-width: 360px) {
    body .booked-modal .bm-window input.button.button-primary {
        margin-bottom: 12px;
    }
}
body .booked-modal .bm-window input.button.button-primary:hover {
    color: #fff !important;
    background-color: var(--qode-main-hover-background-color) !important;
    border-color: var(--qode-main-hover-background-color) !important;
}
body .booked-modal .bm-window input#submit-request-appointment {
    font-family: Prompt, sans-serif;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.2em;
    font-weight: 500;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
    padding: 13px 30px;
    border-color: var(--qode-main-color) !important;
    color: #fff !important;
}
body .booked-modal .bm-window input#submit-request-appointment:hover {
    border: 1px solid var(--qode-main-hover-background-color) !important;
}
@media only screen and (max-width: 480px) {
    body .booked-modal .bm-window input#submit-request-appointment {
        margin-bottom: 12px;
    }
}
body .booked-modal .bm-window .booked-forgot-goback.button,
body .booked-modal .bm-window button.cancel.button {
    font-family: Prompt, sans-serif;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.2em;
    font-weight: 500;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
    padding: 13px 27px;
    background-color: var(--qode-heading-color) !important;
    border-color: var(--qode-heading-color) !important;
    color: #fff !important;
    cursor: pointer;
}
body .booked-modal .bm-window .booked-forgot-goback.button:hover,
body .booked-modal .bm-window button.cancel.button:hover {
    background-color: #000 !important;
}
@media (min-width: 768px) {
    body .booked-modal .bm-window .booked-forgot-goback.button,
    body .booked-modal .bm-window button.cancel.button {
        width: -webkit-fill-available;
        margin-left: 10px;
    }
}
.tooltipster-base {
    background-color: #000;
    border-color: transparent;
}
.tooltipster-content {
    color: #fff;
}
.qodef-contact-form-7 {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-contact-form-7 input[type="date"],
.qodef-contact-form-7 input[type="email"],
.qodef-contact-form-7 input[type="number"],
.qodef-contact-form-7 input[type="password"],
.qodef-contact-form-7 input[type="tel"],
.qodef-contact-form-7 input[type="text"],
.qodef-contact-form-7 input[type="url"] {
    border-width: 0 0 1px;
}
.qodef-contact-form-7 .wpcf7-response-output {
    margin: 2em 0 0 0 !important;
}
.qodef-contact-form-7 .ajax-loader {
    display: none;
}
.qodef-contact-form-7 button svg {
    display: none;
}
.qodef-contact-form-7 .qodef-standard-contact-form textarea {
    margin: 30px 0 43px;
    height: 110px;
}
.qodef-contact-form-7 .qodef-standard-contact-form button {
    display: block;
    margin: 2px auto;
    min-width: 210px;
}
.qodef-contact-form-7 .qodef-newsletter-form {
    max-width: 305px;
    position: relative;
    margin: 0 auto;
}
.qodef-contact-form-7 .qodef-newsletter-form input {
    padding: 2px 0;
    border-width: 0 0 1px 0;
    -webkit-appearance: none;
}
.qodef-contact-form-7 .qodef-newsletter-form input:-webkit-autofill {
    -webkit-text-fill-color: #fff;
    -webkit-background-clip: text;
}
.qodef-contact-form-7 .qodef-newsletter-form input:-webkit-autofill::first-line {
    font-family: Lustria, serif;
    font-size: 16px;
}
.qodef-contact-form-7 .qodef-newsletter-form input:-webkit-autofill:focus,
.qodef-contact-form-7 .qodef-newsletter-form input:-webkit-autofill:hover {
    -webkit-text-fill-color: #fff;
    -webkit-background-clip: text;
}
.qodef-skin--light .qodef-contact-form-7 .qodef-newsletter-form input {
    color: #a3a399;
    border-color: #fff;
}
.qodef-skin--light .qodef-contact-form-7 .qodef-newsletter-form input:focus {
    color: #fff;
}
.qodef-contact-form-7 .qodef-newsletter-form button {
    font-family: Prompt, sans-serif;
    color: var(--qode-heading-color);
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.2em;
    font-weight: 500;
    text-transform: uppercase;
    transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
    padding: 0 !important;
    background-color: transparent;
    border: 0;
    display: inline-flex;
    align-items: center;
    position: absolute;
    top: 4px;
    right: 0;
    background: 0 0;
    padding: 0;
}
.qodef-contact-form-7 .qodef-newsletter-form button .qodef-m-text {
    display: inline-block;
    vertical-align: middle;
}
.qodef-contact-form-7 .qodef-newsletter-form button svg {
    margin-right: 10px;
}
.qodef-contact-form-7 .qodef-newsletter-form button svg line {
    stroke-miterlimit: 10;
    stroke-dasharray: 20;
    stroke-dashoffset: 40;
    transition: stroke-dashoffset 0.6s 0.2s cubic-bezier(0.24, 0, 0.16, 1.01);
}
.qodef-contact-form-7 .qodef-newsletter-form button svg line:not(:first-child) {
    stroke-dashoffset: 7;
    stroke-dasharray: 7;
    transition-duration: 0.3s;
}
.qodef-contact-form-7 .qodef-newsletter-form button:hover svg line {
    stroke-dashoffset: 0;
}
.qodef-contact-form-7 .qodef-newsletter-form button:hover svg line:not(:first-child) {
    stroke-dashoffset: 14;
    transition-delay: 0.5s;
}
.qodef-contact-form-7 .qodef-newsletter-form button:hover svg line:nth-child(2) {
    transition-delay: 0.6s;
}
.qodef-contact-form-7 .qodef-newsletter-form button svg {
    display: block;
}
#qodef-page-footer .qodef-contact-form-7 .qodef-newsletter-form button,
.qodef-skin--light .qodef-contact-form-7 .qodef-newsletter-form button {
    color: #fff;
}
.qodef-contact-form-7 .qodef-newsletter-form ~ .wpcf7-response-output {
    max-width: 305px;
    margin: 1em auto 0 !important;
}
#qodef-page-sidebar .widget.widget_fairwaygreen_core_contact_form_7 {
    background-color: #474733;
    text-align: center;
    padding: 51px 21px 39px;
}
#qodef-page-sidebar .widget.widget_fairwaygreen_core_contact_form_7 .qodef-widget-title {
    color: #fff;
    font-size: 22px;
    line-height: 1.25em;
    margin-bottom: 24px;
}
#qodef-page-sidebar .widget.widget_fairwaygreen_core_contact_form_7 .qodef-contact-form-7 .qodef-newsletter-form input {
    color: #a3a399;
    border-color: #fff;
}
#qodef-page-sidebar .widget.widget_fairwaygreen_core_contact_form_7 .qodef-contact-form-7 .qodef-newsletter-form button {
    color: #fff;
}
.qodef-instagram-list #sb_instagram {
    padding: 0 !important;
}
.qodef-instagram-list #sb_instagram #sbi_images {
    padding: 0 !important;
}
.qodef-instagram-list .sbi_photo_wrap a {
    background-image: none !important;
    height: auto !important;
    padding-bottom: 0 !important;
}
.qodef-instagram-list .sbi_photo_wrap a:after {
    color: #fff;
    content: "\f16d";
    font-family: "Font Awesome 5 Brands";
    font-size: 20px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.2s ease-out;
}
.qodef-instagram-list .sbi_photo_wrap a:hover:after {
    opacity: 1;
}
.qodef-instagram-list .sbi_photo_wrap a img {
    display: inline-block !important;
}
.qodef-instagram-list.qodef-layout--slider.qodef-gutter--no #sb_instagram #sbi_images > .sbi_item {
    padding: 0 !important;
    margin: 0 !important;
}
.qodef-instagram-list.qodef-layout--slider.qodef-gutter--micro #sb_instagram #sbi_images > .sbi_item {
    padding: 0 !important;
    margin: 0 6px 0 0 !important;
}
.qodef-instagram-list.qodef-layout--slider.qodef-gutter--tiny #sb_instagram #sbi_images > .sbi_item {
    padding: 0 !important;
    margin: 0 10px 0 0 !important;
}
.qodef-instagram-list.qodef-layout--slider.qodef-gutter--small #sb_instagram #sbi_images > .sbi_item {
    padding: 0 !important;
    margin: 0 20px 0 0 !important;
}
.qodef-instagram-list.qodef-layout--slider.qodef-gutter--normal #sb_instagram #sbi_images > .sbi_item {
    padding: 0 !important;
    margin: 0 30px 0 0 !important;
}
.qodef-instagram-list.qodef-layout--slider.qodef-gutter--medium #sb_instagram #sbi_images > .sbi_item {
    padding: 0 !important;
    margin: 0 40px 0 0 !important;
}
.qodef-instagram-list.qodef-layout--slider.qodef-gutter--large #sb_instagram #sbi_images > .sbi_item {
    padding: 0 !important;
    margin: 0 50px 0 0 !important;
}
.qodef-instagram-list.qodef-layout--slider.qodef-gutter--huge #sb_instagram #sbi_images > .sbi_item {
    padding: 0 !important;
    margin: 0 60px 0 0 !important;
}
.qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container {
    list-style: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 !important;
    position: relative;
    visibility: hidden;
    z-index: 1;
}
.qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container .swiper-slide a,
.qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container .swiper-slide img {
    width: 100%;
}
.qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container.qodef-swiper--initialized {
    visibility: visible;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no.qodef--no-bottom-space {
    margin-bottom: 0;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no #sb_instagram #sbi_images > .sbi_item {
    padding: 0 !important;
    margin: 0 !important;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--micro.qodef--no-bottom-space {
    margin-bottom: -6px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--micro #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -3px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--micro #sb_instagram #sbi_images > .sbi_item {
    padding: 0 3px !important;
    margin: 0 0 6px !important;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny.qodef--no-bottom-space {
    margin-bottom: -10px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -5px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny #sb_instagram #sbi_images > .sbi_item {
    padding: 0 5px !important;
    margin: 0 0 10px !important;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small.qodef--no-bottom-space {
    margin-bottom: -20px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -10px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small #sb_instagram #sbi_images > .sbi_item {
    padding: 0 10px !important;
    margin: 0 0 20px !important;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal.qodef--no-bottom-space {
    margin-bottom: -30px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -15px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal #sb_instagram #sbi_images > .sbi_item {
    padding: 0 15px !important;
    margin: 0 0 30px !important;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium.qodef--no-bottom-space {
    margin-bottom: -40px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -20px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium #sb_instagram #sbi_images > .sbi_item {
    padding: 0 20px !important;
    margin: 0 0 40px !important;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large.qodef--no-bottom-space {
    margin-bottom: -50px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -25px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large #sb_instagram #sbi_images > .sbi_item {
    padding: 0 25px !important;
    margin: 0 0 50px !important;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge.qodef--no-bottom-space {
    margin-bottom: -60px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -30px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge #sb_instagram #sbi_images > .sbi_item {
    padding: 0 30px !important;
    margin: 0 0 60px !important;
}
.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category a,
.qodef-woo-product-list .product-category a {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .woocommerce-loop-category__title,
.qodef-woo-product-list .product-category .woocommerce-loop-category__title {
    background-color: #fff;
    left: 50%;
    margin: 0;
    padding: 12px 41px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}
.qodef-woo-product-category-list.qodef-item-layout--info-on-image .count,
.qodef-woo-product-list .count {
    display: none;
}
.qodef-clients-list .qodef-e {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e {
    display: flex;
    align-items: center;
    justify-content: center;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-image {
    line-height: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-image a {
    display: inline-block;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-logo {
    width: auto;
    opacity: 1;
    will-change: opacity;
    transition: opacity 0.3s ease-out;
    display: inline-block;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-hover-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    opacity: 0;
    will-change: opacity;
    transition: opacity 0.3s ease-out;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-logo {
    opacity: 0;
    transition-delay: 0.15s;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-hover-logo {
    opacity: 1;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e {
    display: flex;
    align-items: center;
    justify-content: center;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-image {
    line-height: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-image a {
    display: inline-block;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-logo {
    width: auto;
    display: inline-block;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-hover-logo {
    display: none;
}
.qodef-team-list .qodef-e-role {
    margin: 0;
}
.qodef-team-list .qodef-e-title {
    margin: 2px 0 4px;
}
.qodef-team-list .qodef-team-member-social-icons {
    margin: 0;
    font-family: Prompt, sans-serif;
    color: var(--qode-main-color);
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.2em;
    font-weight: 500;
    text-transform: uppercase;
}
.qodef-team-list .qodef-team-member-social-icons .qodef-social-icon-text:not(:last-of-type):after {
    content: "-";
    display: inline-flex;
}
.qodef-team-list .qodef-e-media-image {
    position: relative;
    overflow: hidden;
}
.qodef-team-list .qodef-e-media-image img {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    transition: -webkit-clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    will-change: clip-path;
}
.qodef-team-list .qodef-e-media-image:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #474733;
    z-index: 1;
    transform: translateY(-101%);
}
.qodef-team-list.qodef--appeared .qodef-e-media-image img {
    -webkit-clip-path: inset(0 0 0 0) !important;
    clip-path: inset(0 0 0 0) !important;
    transition-delay: 1.76s;
}
.qodef-team-list.qodef--appeared .qodef-e-media-image:before {
    animation: image-with-content-appear-animation 1.1s cubic-bezier(1, 0, 0.54, 0.99) forwards;
    animation-delay: 1.76s;
}
.qodef-team-list.qodef--appeared .qodef-grid-item:nth-child(1) .qodef-e-media-image img {
    transition-delay: 0s;
}
.qodef-team-list.qodef--appeared .qodef-grid-item:nth-child(1) .qodef-e-media-image:before {
    animation-delay: 0s;
}
.qodef-team-list.qodef--appeared .qodef-grid-item:nth-child(2) .qodef-e-media-image img {
    transition-delay: 0.16s;
}
.qodef-team-list.qodef--appeared .qodef-grid-item:nth-child(2) .qodef-e-media-image:before {
    animation-delay: 0.16s;
}
.qodef-team-list.qodef--appeared .qodef-grid-item:nth-child(3) .qodef-e-media-image img {
    transition-delay: 0.32s;
}
.qodef-team-list.qodef--appeared .qodef-grid-item:nth-child(3) .qodef-e-media-image:before {
    animation-delay: 0.32s;
}
.qodef-team-list.qodef--appeared .qodef-grid-item:nth-child(4) .qodef-e-media-image img {
    transition-delay: 0.48s;
}
.qodef-team-list.qodef--appeared .qodef-grid-item:nth-child(4) .qodef-e-media-image:before {
    animation-delay: 0.48s;
}
.qodef-team-list.qodef--appeared .qodef-grid-item:nth-child(5) .qodef-e-media-image img {
    transition-delay: 0.64s;
}
.qodef-team-list.qodef--appeared .qodef-grid-item:nth-child(5) .qodef-e-media-image:before {
    animation-delay: 0.64s;
}
.qodef-team-list.qodef--appeared .qodef-grid-item:nth-child(6) .qodef-e-media-image img {
    transition-delay: 0.8s;
}
.qodef-team-list.qodef--appeared .qodef-grid-item:nth-child(6) .qodef-e-media-image:before {
    animation-delay: 0.8s;
}
.qodef-team-list.qodef--appeared .qodef-grid-item:nth-child(7) .qodef-e-media-image img {
    transition-delay: 0.96s;
}
.qodef-team-list.qodef--appeared .qodef-grid-item:nth-child(7) .qodef-e-media-image:before {
    animation-delay: 0.96s;
}
.qodef-team-list.qodef--appeared .qodef-grid-item:nth-child(8) .qodef-e-media-image img {
    transition-delay: 1.12s;
}
.qodef-team-list.qodef--appeared .qodef-grid-item:nth-child(8) .qodef-e-media-image:before {
    animation-delay: 1.12s;
}
.qodef-team-list.qodef--appeared .qodef-grid-item:nth-child(9) .qodef-e-media-image img {
    transition-delay: 1.28s;
}
.qodef-team-list.qodef--appeared .qodef-grid-item:nth-child(9) .qodef-e-media-image:before {
    animation-delay: 1.28s;
}
.qodef-team-list.qodef--appeared .qodef-grid-item:nth-child(10) .qodef-e-media-image img {
    transition-delay: 1.44s;
}
.qodef-team-list.qodef--appeared .qodef-grid-item:nth-child(10) .qodef-e-media-image:before {
    animation-delay: 1.44s;
}
.qodef-team-list.qodef-item-layout--info-below .qodef-e-content {
    margin: 19px 0 0;
}
.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner:hover .qodef-e-content {
    opacity: 1;
    z-index: 1;
}
.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transition: opacity 0.2s ease-out;
    z-index: -1;
}
.qodef-testimonials-list {
    text-align: center;
}
.qodef-testimonials-list .qodef-e-inner {
    padding-bottom: 52px;
}
.qodef-testimonials-list .qodef-e-icon {
    display: block;
    margin-bottom: 26px;
}
.qodef-testimonials-list .qodef-e-icon svg {
    color: var(--qode-main-color);
}
.qodef-testimonials-list .qodef-e-media-image {
    line-height: 0;
    margin-bottom: 20px;
}
.qodef-testimonials-list .qodef-e-title {
    margin: 0 0 25px;
}
.qodef-testimonials-list .qodef-e-text {
    margin: 0 0 25px;
    font-size: 18px;
}
.qodef-testimonials-list .qodef-e-author {
    margin: 0;
    font-family: Prompt, sans-serif;
    color: var(--qode-main-color);
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.2em;
    font-weight: 500;
    text-transform: uppercase;
}
.qodef-testimonials-list .swiper-pagination-bullets {
    bottom: 0 !important;
}
.qodef-testimonials-list.qodef-skin--light .qodef-e-author,
.qodef-testimonials-list.qodef-skin--light .qodef-e-text,
.qodef-testimonials-list.qodef-skin--light .qodef-e-title {
    color: #fff;
}
.qodef-testimonials-list-slider-wrapper {
    padding: 0 30px;
}
.qodef-testimonials-list-slider-wrapper .swiper-button-next svg,
.qodef-testimonials-list-slider-wrapper .swiper-button-prev svg {
    color: var(--qode-main-color);
}
.qodef-testimonials-list-slider-wrapper .swiper-button-prev {
    left: -25px !important;
}
@media only screen and (max-width: 768px) {
    .qodef-testimonials-list-slider-wrapper .swiper-button-prev {
        left: 20px !important;
    }
}
.qodef-testimonials-list-slider-wrapper .swiper-button-next {
    right: -25px !important;
}
@media only screen and (max-width: 768px) {
    .qodef-testimonials-list-slider-wrapper .swiper-button-next {
        right: 20px !important;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-testimonials-list-slider-wrapper {
        padding: 0;
    }
    .qodef-testimonials-list-slider-wrapper .swiper-button-next,
    .qodef-testimonials-list-slider-wrapper .swiper-button-prev {
        display: none;
    }
}
@keyframes cover_search_fade_out {
    0% {
        opacity: 1;
        visibility: visible;
        z-index: 100;
    }
    100% {
        opacity: 0;
        visibility: hidden;
        z-index: 0;
    }
}
@keyframes cover_search_fade_in {
    0% {
        opacity: 0;
        visibility: hidden;
        z-index: 100;
    }
    100% {
        opacity: 1;
        visibility: visible;
        z-index: 100;
    }
}
.qodef-search-cover-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    z-index: -1;
    transition: opacity 0.3s ease;
}
.qodef-search-cover-form .qodef-m-inner {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 70px;
}
.qodef-search-cover-form .qodef-m-form-field {
    padding: 0;
    margin-bottom: 0;
    font-family: Lustria, sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.36em;
    letter-spacing: 0;
    color: var(--qode-main-color);
    background-color: transparent;
    border: 0;
    border-radius: 0;
    outline-offset: 0;
}
.qodef-search-cover-form .qodef-m-form-field:focus {
    color: var(--qode-main-color);
}
.qodef-search-cover-form .qodef-m-form-field:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}
.qodef-search-cover-form .qodef-m-form-field::placeholder {
    color: inherit;
    opacity: 1;
}
.qodef-search-cover-form .qodef-m-close {
    flex-shrink: 0;
}
.qodef-search-cover-form .qodef-m-close.qodef-source--icon-pack {
    font-size: 23px;
}
.qodef-covers-search--fadeout .qodef-search-cover-form {
    animation: cover_search_fade_out 0.3s ease both;
}
.qodef-covers-search--fadein .qodef-search-cover-form {
    animation: cover_search_fade_in 0.3s ease both;
}
.qodef-header--sticky-display #qodef-page-header > .qodef-search-cover-form {
    display: none;
}
.qodef-fullscreen-search-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.98);
    z-index: 100;
}
.qodef-fullscreen-search-holder .qodef-m-inner {
    width: 100%;
}
.qodef-fullscreen-search-holder .qodef-m-form {
    position: relative;
    width: 60%;
    margin: 0 auto;
}
.qodef-fullscreen-search-holder .qodef-m-form-field {
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 25px;
    color: var(--qode-heading-color);
    line-height: 2em;
    background: 0 0;
    border: 0;
    border-radius: 0;
}
.qodef-fullscreen-search-holder .qodef-m-form-submit {
    position: absolute;
    right: 0;
    bottom: -20px;
    width: auto;
    padding: 0;
    margin: 0;
    color: var(--qode-heading-color);
    background: 0 0;
    border: 0;
    outline: 0;
    opacity: 0;
    cursor: pointer;
    transition: color 0.2s ease-out;
}
.qodef-fullscreen-search-holder .qodef-m-form-submit:hover {
    color: var(--qode-main-color);
    background: 0 0;
}
.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-submit {
    opacity: 1;
    bottom: 10px;
    transition: color 0.2s ease, opacity 0.2s ease-out 1.1s, bottom 0.4s ease-out 0.9s;
}
.qodef-fullscreen-search-holder .qodef-m-form-submit.qodef-source--icon-pack {
    font-size: 18px;
}
.qodef-fullscreen-search-holder .qodef-m-form-line {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    border-bottom: 1px solid #000;
    transition: all 0.3s ease;
}
.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-line {
    width: 100%;
    transition: width 0.5s ease 0.6s;
}
.qodef-fullscreen-search-holder .qodef-m-close {
    position: absolute;
    top: 33px;
    right: 70px;
    color: var(--qode-text-color);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}
.admin-bar .qodef-fullscreen-search-holder .qodef-m-close {
    top: 72px;
}
.qodef-fullscreen-search-holder .qodef-m-close:hover {
    color: var(--qode-heading-color);
}
.qodef-fullscreen-search-holder .qodef-m-close.qodef-source--icon-pack {
    font-size: 25px;
}
.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-close {
    opacity: 1;
    visibility: visible;
}
.qodef-fullscreen-search--fadeout .qodef-fullscreen-search-holder {
    animation: fullscreen_search_fade_out 0.3s ease both;
}
.qodef-fullscreen-search--fadein .qodef-fullscreen-search-holder {
    animation: fullscreen_search_fade_in 0.3s ease both;
}
@keyframes fullscreen_search_fade_out {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: hidden;
    }
}
@keyframes fullscreen_search_fade_in {
    0% {
        opacity: 0;
        visibility: hidden;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}
.qodef-search-opener > * {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: inherit;
}
.qodef-search-opener.qodef-source--icon-pack {
    font-size: 23px;
}
.qodef-accordion {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden;
    overflow-anchor: none;
}
.qodef-accordion .qodef-accordion-content-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-accordion.qodef--init {
    visibility: visible;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 28px 10px 21px;
    cursor: pointer;
    border-bottom: 1px solid #d7ccb5;
    transition: border-color 0.2s ease-out;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title:first-child {
    margin-top: 0;
    border-top: 1px solid #d7ccb5;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark {
    position: relative;
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    line-height: 1;
    text-align: center;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-line--horizontal,
.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-line--vertical {
    display: block;
    background: #d7ccb5;
    position: absolute;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-line--horizontal {
    width: 15px;
    height: 1px;
    top: 7px;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-line--vertical {
    opacity: 1;
    width: 1px;
    height: 15px;
    left: 7px;
    transition: opacity 0.2s ease-out;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active {
    border-bottom-color: transparent;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-line--horizontal,
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-line--horizontal {
    opacity: 1;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-line--vertical,
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-line--vertical {
    opacity: 0;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-content {
    padding: 0 16px 31px;
    margin: 0;
    border-bottom: 1px solid transparent;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    transition: -webkit-clip-path 0.3s;
    transition: clip-path 0.3s;
    transition: clip-path 0.3s, -webkit-clip-path 0.3s;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-content p {
    margin: 0;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-content.ui-accordion-content-active {
    border-bottom-color: #d7ccb5;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}
.qodef-accordion.qodef-layout--simple.qodef-behavior--toggle .qodef-accordion-content {
    display: none;
}
.qodef-banner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
}
.qodef-banner img {
    transform: scale(1.001);
    transition: transform 0.8s ease;
    will-change: transform;
}
.qodef-banner:hover img {
    transform: scale(1.05);
}
.qodef-banner .qodef-m-banner-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}
.qodef-banner .qodef-m-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
}
.qodef-banner .qodef-m-content-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
}
.qodef-banner .qodef-m-title {
    margin: 10px 0 4px;
    color: #fff;
}
.qodef-banner .qodef-m-title-inner {
    display: inline-block;
}
.qodef-banner .qodef-m-subtitle {
    font-family: Lustria, sans-serif;
    margin: 0;
    opacity: 0.5;
    letter-spacing: 0;
    color: #fff;
}
.qodef-banner .qodef-m-text-field {
    font-size: 15px;
    margin: 0 0 10px;
    font-style: italic;
    color: #fff;
}
.qodef-banner .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
}
.qodef-banner .qodef-button.qodef-layout--textual {
    color: #fff;
}
.qodef-banner .qodef-button.qodef-layout--textual:before {
    background-color: #fff;
}
.qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    padding: 50px 75px;
}
@media only screen and (max-width: 680px) {
    .qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
        padding: 25px 34px;
    }
}
.qodef-banner.qodef-layout--link-button .qodef-m-title {
    margin: 10px 0;
}
.qodef-banner.qodef-layout--link-button .qodef-m-text {
    margin: 0;
}
.qodef-banner.qodef-layout--link-button .qodef-m-button {
    margin: 10px 0 0;
}
.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
}
.qodef-button.qodef-html--link {
    font-family: Prompt, sans-serif;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.2em;
    font-weight: 500;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
    padding: 14px 60px;
}
.qodef-button.qodef-size--small {
    padding: 13px 30px;
}
.qodef-button.qodef-size--large {
    padding: 20px 70px;
}
.qodef-button.qodef-size--full {
    width: 100%;
    text-align: center;
}
.qodef-button.qodef-layout--filled.qodef-html--link {
    color: #fff;
    background-color: var(--qode-main-color);
    border: 1px solid transparent;
}
.qodef-button.qodef-layout--filled.qodef-html--link:focus {
    color: #fff;
}
.qodef-button.qodef-layout--filled.qodef-html--link:hover {
    color: #fff;
    background-color: var(--qode-main-hover-background-color);
}
.qodef-button.qodef-layout--outlined {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}
.qodef-button.qodef-layout--outlined:hover {
    color: var(--qode-main-color);
    background-color: #fff;
    border-color: #fff;
}
.qodef-button.qodef-layout--textual {
    font-family: Prompt, sans-serif;
    color: var(--qode-heading-color);
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.2em;
    font-weight: 500;
    text-transform: uppercase;
    transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
    padding: 0 !important;
    background-color: transparent;
    border: 0;
    display: inline-flex;
    align-items: center;
}
.qodef-button.qodef-layout--textual .qodef-m-text {
    display: inline-block;
    vertical-align: middle;
}
.qodef-button.qodef-layout--textual svg {
    margin-right: 10px;
}
.qodef-button.qodef-layout--textual svg line {
    stroke-miterlimit: 10;
    stroke-dasharray: 20;
    stroke-dashoffset: 40;
    transition: stroke-dashoffset 0.6s 0.2s cubic-bezier(0.24, 0, 0.16, 1.01);
}
.qodef-button.qodef-layout--textual svg line:not(:first-child) {
    stroke-dashoffset: 7;
    stroke-dasharray: 7;
    transition-duration: 0.3s;
}
.qodef-button.qodef-layout--textual:hover svg line {
    stroke-dashoffset: 0;
}
.qodef-button.qodef-layout--textual:hover svg line:not(:first-child) {
    stroke-dashoffset: 14;
    transition-delay: 0.5s;
}
.qodef-button.qodef-layout--textual:hover svg line:nth-child(2) {
    transition-delay: 0.6s;
}
.qodef-call-to-action.qodef-layout--standard {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
    display: flex;
    align-items: center;
}
.qodef-call-to-action.qodef-layout--standard.qodef-style--stretched .qodef-m-inner {
    justify-content: space-between;
}
.qodef-call-to-action.qodef-layout--standard.qodef-style--centered .qodef-m-inner {
    justify-content: center;
}
.qodef-call-to-action.qodef-layout--standard .qodef-m-content {
    padding-right: 20px;
}
.qodef-call-to-action.qodef-layout--standard .qodef-m-content > * {
    margin: 0;
}
.qodef-call-to-action.qodef-layout--standard .qodef-m-button {
    flex: 0 0 auto;
}
.qodef-countdown .qodef-digit,
.qodef-countdown .qodef-label {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center;
}
.qodef-countdown .qodef-label {
    font-family: Prompt, sans-serif;
    color: var(--qode-heading-color);
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.2em;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 4px;
}
.qodef-countdown.qodef-show--1 .qodef-digit-wrapper {
    width: 100%;
}
.qodef-countdown.qodef-show--2 .qodef-digit-wrapper {
    width: 50%;
}
.qodef-countdown.qodef-show--3 .qodef-digit-wrapper {
    width: 33.33333%;
}
.qodef-countdown.qodef-show--4 .qodef-digit-wrapper {
    width: 25%;
}
.qodef-countdown.qodef-show--5 .qodef-digit-wrapper {
    width: 20%;
}
.qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
    width: 16.66667%;
}
.qodef-countdown.qodef-countdown--light.qodef-layout--simple .qodef-digit,
.qodef-countdown.qodef-countdown--light.qodef-layout--simple .qodef-label {
    color: #fff;
}
.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
}
.qodef-countdown.qodef-layout--simple .qodef-digit {
    font-family: inherit;
    font-size: 100px;
    line-height: 1em;
    color: var(--qode-heading-color);
}
@media only screen and (max-width: 680px) {
    .qodef-countdown.qodef-layout--simple .qodef-digit {
        font-size: 60px;
    }
}
@media only screen and (max-width: 360px) {
    .qodef-countdown.qodef-layout--simple .qodef-digit {
        font-size: 52px;
    }
}
.qodef-counter.qodef-layout--simple {
    text-align: center;
}
.qodef-counter.qodef-layout--simple .qodef-m-digit-wrapper {
    position: relative;
}
.qodef-counter.qodef-layout--simple .qodef-m-digit {
    position: relative;
    font-family: inherit;
    font-style: italic;
    font-size: 100px;
    line-height: 1;
    color: var(--qode-background-color);
    margin-left: -0.12em;
}
@media only screen and (max-width: 1024px) {
    .qodef-counter.qodef-layout--simple .qodef-m-digit {
        font-size: 80px;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-counter.qodef-layout--simple .qodef-m-digit {
        font-size: 75px;
    }
}
.qodef-counter.qodef-layout--simple .qodef-m-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.qodef-counter.qodef-layout--simple span.qodef-m-title {
    font-family: Prompt, sans-serif;
    color: var(--qode-main-color);
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.2em;
    font-weight: 500;
    text-transform: uppercase;
}
.qodef-counter.qodef-layout--simple .qodef-m-text {
    margin: 0;
}
.qodef-custom-font {
    position: relative;
    margin: 0;
}
.qodef-dropcaps {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-dropcaps .qodef-m-letter {
    position: relative;
    top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin: 0 10px 5px 0;
    font-family: Lustria, sans-serif;
    font-weight: 400;
    color: var(--qode-heading-color);
    font-size: 35px;
    line-height: 1.286em;
    letter-spacing: 0;
}
@media only screen and (max-width: 680px) {
    .qodef-dropcaps .qodef-m-letter {
        font-size: 33px;
    }
}
.qodef-dropcaps .qodef-m-text {
    display: inline;
    margin: 0;
}
.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
    width: 40px;
    height: 40px;
    font-size: 26px;
    line-height: 1.3em;
    letter-spacing: 0;
    color: #fff;
    background-color: var(--qode-heading-color);
}
.qodef-dropcaps.qodef-type--circle .qodef-m-letter {
    border-radius: 100%;
}
.qodef-event-list .qodef-e-event-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.qodef-event-list .qodef-e-event-list-item:not(:last-child) {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid var(--qode-input-border-color);
}
.qodef-event-list .qodef-e-event-list-item .qodef-e-event-list-text {
    flex-grow: 1;
    min-height: 128px;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.qodef-event-list .qodef-e-event-list-item .qodef-e-event-list-date *,
.qodef-event-list .qodef-e-event-list-item .qodef-e-event-list-text * {
    margin: 0;
}
.qodef-event-list .qodef-e-event-list-item .qodef-e-event-list-date {
    background-color: var(--qode-light-blue);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 180px;
}
.qodef-event-list .qodef-e-event-list-item .qodef-e-event-list-date .qodef-e-event-date,
.qodef-event-list .qodef-e-event-list-item .qodef-e-event-list-date .qodef-e-event-time {
    font-family: Lustria, sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.36em;
    letter-spacing: 0;
    color: var(--qode-header-dark-color);
}
.qodef-event-list .qodef-e-event-list-item .qodef-e-event-list-date .qodef-e-event-date {
    margin-bottom: 5px;
}
.qodef-event-list .qodef-e-event-list-item .qodef-e-event-list-text .qodef-e-event-title {
    line-height: 1.6em;
    color: var(--qode-header-dark-color);
}
.qodef-event-list .qodef-e-event-list-item .qodef-e-event-list-text .qodef-e-event-info {
    line-height: 1.7em;
}
.qodef-event-list .qodef-e-event-list-item .qodef-e-event-list-button {
    margin-left: 40px;
}
.qodef-google-map {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-google-map .qodef-m-map {
    display: block;
    width: 100%;
}
.qodef-google-map .qodef-m-map embed,
.qodef-google-map .qodef-m-map iframe,
.qodef-google-map .qodef-m-map object {
    width: 100%;
    display: block;
}
.qodef-google-map .qodef-m-map img {
    max-width: none;
}
.qodef-highlight .qodef-highlight-text {
    padding: 0 5px;
    color: #fff;
    background-color: var(--qode-heading-color);
}
.qodef-icon-list-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    line-height: 1;
}
.qodef-icon-list-item .qodef-e-title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
@media only screen and (max-width: 680px) {
    .qodef-icon-list-item .qodef-e-title {
        line-height: 1.5em;
    }
}
.qodef-icon-list-item .qodef-e-title a {
    display: block;
}
.qodef-icon-list-item .qodef-e-title-inner {
    display: flex;
    align-items: flex-start;
}
.qodef-icon-list-item .qodef-icon-holder {
    flex-shrink: 0;
    margin-right: 5px;
    float: none;
}
.qodef-icon-list-item .qodef-icon-holder .qodef-icon {
    font-size: 16px;
}
.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper a,
.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper img {
    display: block;
}
#qodef-page-sidebar .widget.widget_fairwaygreen_core_icon_list_item {
    margin-bottom: 0;
}
#qodef-page-footer .widget.widget_fairwaygreen_core_icon_list_item {
    margin-bottom: 0;
}
#qodef-side-area .widget.widget_fairwaygreen_core_icon_list_item {
    margin-bottom: 0;
}
.qodef-icon-with-text .qodef-m-title {
    margin: 0;
}
.qodef-icon-with-text .qodef-m-title a {
    display: block;
}
.qodef-icon-with-text .qodef-m-text {
    margin: 4px 0 0;
}
.qodef-icon-with-text .qodef-m-icon-wrapper {
    line-height: 1;
}
.qodef-icon-with-text .qodef-icon-holder {
    float: none;
}
.qodef-icon-with-text .qodef-m-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper a,
.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper img {
    display: block;
}
.qodef-icon-with-text.qodef-layout--before-content {
    display: flex;
    align-items: flex-start;
}
.qodef-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper {
    flex-shrink: 0;
    margin-right: 15px;
}
.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title {
    line-height: 1;
}
.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title-inner {
    display: flex;
    align-items: center;
}
.qodef-icon-with-text.qodef-layout--before-title .qodef-m-icon-wrapper {
    flex-shrink: 0;
    margin-right: 5px;
}
.qodef-icon-with-text.qodef-layout--top.qodef-alignment--center {
    text-align: center;
}
.qodef-icon-with-text.qodef-layout--top.qodef-alignment--left {
    text-align: left;
}
.qodef-icon-with-text.qodef-layout--top.qodef-alignment--right {
    text-align: right;
}
.qodef-icon-with-text.qodef-layout--top .qodef-m-title {
    margin-top: 27px;
}
.qodef-icon-holder {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    line-height: 1;
}
.qodef-icon-holder a {
    display: block;
}
.qodef-icon-holder .qodef-icon {
    display: block;
    line-height: inherit;
}
.qodef-icon-holder .qodef-icon:before {
    display: block;
    line-height: inherit;
}
.qodef-icon-holder.qodef-layout--circle,
.qodef-icon-holder.qodef-layout--square {
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    color: #fff;
    background-color: var(--qode-main-color);
    transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.qodef-icon-holder.qodef-layout--circle a,
.qodef-icon-holder.qodef-layout--square a {
    color: inherit;
    transition: none;
}
.qodef-icon-holder.qodef-layout--circle:hover,
.qodef-icon-holder.qodef-layout--square:hover {
    background-color: var(--qode-heading-color);
}
.qodef-icon-holder.qodef-layout--circle {
    border-radius: 50%;
}
.qodef-icon-holder.qodef-size--tiny {
    font-size: 1.33333333em;
}
.qodef-icon-holder.qodef-size--small {
    font-size: 2em;
}
.qodef-icon-holder.qodef-size--medium {
    font-size: 3em;
}
.qodef-icon-holder.qodef-size--large {
    font-size: 4em;
}
.qodef-icon-holder.qodef-size--huge {
    font-size: 5em;
}
.widget.widget_fairwaygreen_core_icon {
    display: inline-block;
    line-height: 1;
}
#qodef-page-sidebar .widget.widget_fairwaygreen_core_icon {
    margin-bottom: 0;
}
#qodef-page-footer .widget.widget_fairwaygreen_core_icon {
    margin-bottom: 0;
}
#qodef-side-area .widget.widget_fairwaygreen_core_icon {
    margin-bottom: 0;
}
.qodef-image-gallery.qodef-bullets-enabled {
    padding-bottom: 116px;
}
@media only screen and (max-width: 680px) {
    .qodef-image-gallery.qodef-bullets-enabled {
        padding-bottom: 88px;
    }
}
.qodef-image-gallery.qodef-border-enabled .swiper-slide {
    margin: 10px 0;
    border: 1px solid #e8e0d5;
}
.qodef-image-gallery.qodef-swiper-container {
    cursor: grab;
}
.qodef-image-gallery.qodef-layout--columns .qodef-e-image {
    overflow: hidden;
}
.qodef-image-gallery.qodef-layout--columns .qodef-e-image img {
    transform: scale(1.001);
    transition: transform 0.8s ease;
    will-change: transform;
}
.qodef-image-gallery.qodef-layout--columns .qodef-e-image:hover img {
    transform: scale(1.05);
}
@media only screen and (max-width: 480px) {
    .qodef-image-gallery {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }
}
.qodef-image-with-content {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 668px;
}
.qodef-image-with-content.qodef-alignment--center {
    text-align: center;
}
.qodef-image-with-content.qodef-alignment--left {
    text-align: left;
}
.qodef-image-with-content.qodef-alignment--right {
    text-align: right;
}
.qodef-image-with-content.qodef-image-on--left .qodef-m-holder {
    padding: 0 60px 0 60.575%;
}
.qodef-image-with-content.qodef-image-on--right {
    flex-direction: row-reverse;
}
.qodef-image-with-content.qodef-image-on--right .qodef-m-holder {
    padding: 0 60.575% 0 60px;
}
.qodef-image-with-content .qodef-content-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.qodef-image-with-content .qodef-m-holder .qodef-m-title {
    margin: 0 0 8px;
    color: var(--qode-header-dark-color);
}
.qodef-image-with-content .qodef-m-holder .qodef-m-tagline {
    font-family: Prompt, sans-serif;
    color: var(--qode-main-color);
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.2em;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 14px;
    display: inline-block;
}
.qodef-image-with-content .qodef-m-holder .qodef-m-text-wrapper {
    position: relative;
}
.qodef-image-with-content .qodef-m-holder .qodef-m-text-wrapper .qodef-m-text {
    margin: 5px 0 25px;
}
.qodef-image-with-content .qodef-m-holder .qodef-m-button .qodef-button {
    margin-top: 25px;
}
.qodef-image-with-content .qodef-m-holder .qodef-m-button .qodef-layout--filled {
    border: none;
    padding: 14px 0;
    min-width: 210px;
    text-align: center;
}
.qodef-image-with-content .qodef-m-image {
    max-width: 54%;
    overflow: hidden;
    position: absolute;
    display: flex;
    justify-content: center;
    height: 100%;
}
.qodef-image-with-content .qodef-m-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.qodef-image-with-content.qodef-layout--narrow-image {
    min-height: 500px;
}
.qodef-image-with-content.qodef-layout--narrow-image .qodef-m-image {
    max-width: 51.283%;
    overflow: hidden;
}
.qodef-image-with-content.qodef-layout--narrow-image .qodef-m-image img {
    transform: scale(1.001);
    transition: transform 0.8s ease;
    will-change: transform;
}
.qodef-image-with-content.qodef-layout--narrow-image .qodef-m-image:hover img {
    transform: scale(1.05);
}
.qodef-image-with-content.qodef-layout--narrow-image .qodef-m-text-wrapper {
    position: relative;
}
.qodef-image-with-content.qodef-layout--narrow-image .qodef-m-text-wrapper .qodef-m-text {
    margin-bottom: 29px;
}
.qodef-image-with-content.qodef-layout--narrow-image .qodef-m-holder .qodef-m-title {
    margin-bottom: 12px;
}
.qodef-image-with-content.qodef-layout--narrow-image .qodef-m-holder .qodef-m-button .qodef-button {
    margin-top: 5px;
}
.qodef-image-with-content.qodef-layout--narrow-image.qodef-image-on--left .qodef-m-holder {
    padding: 0 62px 0 57.5%;
}
.qodef-image-with-content.qodef-layout--narrow-image.qodef-image-on--right .qodef-m-holder {
    padding: 0 57.5% 0 62px;
}
.qodef-image-with-content.qodef-layout--normal-image .qodef-m-image img {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    transition: -webkit-clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    will-change: clip-path;
}
.qodef-image-with-content.qodef-layout--normal-image .qodef-m-image:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #474733;
    z-index: 1;
    transform: translateY(-101%);
}
.qodef-image-with-content.qodef-layout--normal-image.qodef--appeared .qodef-m-image img {
    -webkit-clip-path: inset(0 0 0 0) !important;
    clip-path: inset(0 0 0 0) !important;
}
.qodef-image-with-content.qodef-layout--normal-image.qodef--appeared .qodef-m-image:before {
    animation: image-with-content-appear-animation 1.1s cubic-bezier(1, 0, 0.54, 0.99) forwards;
}
.qodef-image-with-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-image-with-text .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-image-with-text .qodef-m-image a,
.qodef-image-with-text .qodef-m-image img {
    display: block;
}
.qodef-image-with-text.qodef-image-action--scrolling-image .qodef-m-image-holder {
    position: relative;
    overflow: hidden;
}
.qodef-image-with-text.qodef-image-action--scrolling-image .qodef-m-image-holder-inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.qodef-image-with-text.qodef-image-action--scrolling-image .qodef-m-image-holder-inner a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
}
.qodef-image-with-text .qodef-m-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center;
}
.qodef-image-with-text .qodef-m-title {
    margin: 33px 0 0;
}
.qodef-image-with-text .qodef-m-text {
    margin: 15px 0 0;
}
.qodef-image-with-text.qodef-has-border .qodef-m-image {
    border: 1px solid #d5cab2;
}
.qodef-info-section.qodef-layout--background-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-info-section.qodef-layout--background-text .qodef-m-info {
    position: relative;
    z-index: 2;
}
.qodef-info-section.qodef-layout--background-text .qodef-m-title {
    margin: 0 0 18px;
}
.qodef-info-section.qodef-layout--background-text .qodef-m-text {
    margin: 0;
}
.qodef-info-section.qodef-layout--background-text .qodef-button {
    margin-top: 6px;
}
.qodef-info-section.qodef-layout--background-text .qodef-m-background-text {
    position: absolute;
    display: inline-block;
    color: rgba(var(--qode-heading-color), 0.1);
    text-align: center;
    font-weight: 700;
    font-size: 250px;
}
.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-left .qodef-m-background-text {
    top: 0;
    left: -20px;
}
.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-right .qodef-m-background-text {
    top: 0;
    right: -20px;
}
.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-left .qodef-m-background-text {
    bottom: 0;
    left: -20px;
}
.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-right .qodef-m-background-text {
    bottom: 0;
    right: -20px;
}
.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--center .qodef-m-background-text {
    font-size: 450px;
    top: 34px;
    left: 0;
    right: 0;
    text-align: center;
}
.qodef-interactive-link-showcase {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100vh;
    visibility: hidden;
}
.admin-bar .qodef-interactive-link-showcase {
    height: calc(100vh - 32px);
}
.qodef-interactive-link-showcase .qodef-m-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0s 0.45s;
}
.qodef-interactive-link-showcase .qodef-m-image.qodef--active {
    opacity: 1;
    z-index: 5;
    transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.qodef-interactive-link-showcase .qodef-m-image img {
    display: none;
}
.qodef-interactive-link-showcase .qodef-m-items {
    display: flex;
    align-items: center;
    z-index: 10;
}
.qodef-interactive-link-showcase .qodef-m-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    padding: 0 6px 5px;
    margin: 13px 0;
    font-family: Lustria, sans-serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 1.286em;
    letter-spacing: 0;
    transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
@media only screen and (max-width: 680px) {
    .qodef-interactive-link-showcase .qodef-m-item {
        font-size: 33px;
    }
}
.qodef-interactive-link-showcase .qodef-m-item .qodef-e-title {
    position: relative;
    display: block;
    z-index: 2;
}
.qodef-interactive-link-showcase .qodef-m-item.qodef--active {
    color: #fff;
    background-color: var(--qode-heading-color);
}
.qodef-interactive-link-showcase.qodef--init {
    visibility: visible;
}
.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item {
    color: #fff;
}
.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item.qodef--active {
    color: var(--qode-heading-color);
    background-color: #fff;
}
.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-items {
    position: relative;
    flex-direction: column;
}
.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item {
    padding: 20px 0;
    margin: 0;
    color: var(--qode-heading-color);
    background-color: transparent;
}
.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item.qodef--active .qodef-e-follow-content {
    display: block;
}
.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-title {
    display: block;
    z-index: -2;
}
.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-content {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    display: none;
}
.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    transform: translate3d(-50%, -50%, 0);
    overflow: hidden;
    z-index: -1;
}
.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-image img {
    position: relative;
    display: block;
    width: auto;
    max-width: 60vw;
}
.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-title {
    position: absolute;
    top: calc(50% + 20px);
    left: 0;
    display: block;
    font-family: Lustria, sans-serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 1.286em;
    letter-spacing: 0;
    white-space: nowrap;
    color: #fff;
}
@media only screen and (max-width: 680px) {
    .qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-title {
        font-size: 33px;
    }
}
.qodef-interactive-link-showcase.qodef-layout--list {
    padding: 150px 0;
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images {
    position: relative;
    display: block;
    margin-left: auto;
    width: 62%;
    height: 100%;
    overflow: hidden;
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: 38%;
    justify-content: center;
    flex-direction: column;
}
.qodef-interactive-link-showcase.qodef-layout--slider .swiper-container {
    width: 100%;
    height: 100%;
    z-index: 10;
}
.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 5;
}
.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item {
    height: auto;
    margin: 0 5%;
}
.qodef-pricing-table {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center;
    border: 1px solid #d7ccb5;
}
.qodef-pricing-table.qodef-status--featured {
    border: none;
    background: #f5f0ee;
}
.qodef-pricing-table .qodef-m-inner {
    padding: 64px 45px;
}
.qodef-pricing-table .qodef-m-title p {
    margin: 0 0 17px;
    font-family: Prompt, sans-serif;
    color: var(--qode-main-color);
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.2em;
    font-weight: 500;
    text-transform: uppercase;
}
.qodef-pricing-table .qodef-m-price {
    margin-top: 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #d7ccb5;
    font-family: Lustria, sans-serif;
    font-weight: 400;
    color: var(--qode-main-color);
    font-size: 50px;
}
.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper {
    display: flex;
    margin: 0;
    line-height: 1;
    justify-content: center;
}
.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper .qodef-m-price-currency {
    font-size: 30px;
    padding-top: 2px;
}
.qodef-pricing-table .qodef-m-content {
    margin: 35px 0 0;
}
.qodef-pricing-table .qodef-m-content ul {
    list-style: none;
    margin: 0;
}
.qodef-pricing-table .qodef-m-content ul li {
    color: var(--qode-heading-color);
    margin-bottom: 8px;
}
.qodef-pricing-table .qodef-m-content ul li:last-child {
    margin-bottom: 0;
}
.qodef-pricing-table .qodef-m-content ul li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 8px;
}
.qodef-pricing-table .qodef-m-content p {
    margin: 7px 0;
}
.qodef-pricing-table .qodef-m-button .qodef-button {
    margin: 32px 0 0;
}
@media only screen and (max-width: 768px) {
    .qodef-pricing-table .qodef-m-button .qodef-button {
        min-width: 214px;
        padding: 14px;
        text-align: center;
    }
}
@media only screen and (max-width: 375px) {
    .qodef-pricing-table .qodef-m-button .qodef-button {
        min-width: 100%;
    }
}
.qodef-progress-bar {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden;
}
.qodef-progress-bar .qodef-m-inner {
    position: relative;
    display: flex;
    flex-direction: column;
}
.qodef-progress-bar .qodef-m-canvas {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-progress-bar .qodef-m-canvas svg {
    display: block;
}
.qodef-progress-bar .qodef-m-title {
    margin: 20px 0 0;
}
.qodef-progress-bar.qodef--init {
    visibility: visible;
}
.qodef-progress-bar:not(.qodef-layout--line) .progressbar-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    font-family: Lustria, sans-serif;
    font-weight: 400;
    color: var(--qode-heading-color);
    font-size: 22px;
    line-height: 1.36em;
    letter-spacing: 0;
}
.qodef-progress-bar.qodef-layout--semi-circle .progressbar-text {
    padding-top: 20px;
    transform: none !important;
}
.qodef-progress-bar.qodef-layout--line .qodef-m-inner {
    flex-direction: column-reverse;
}
.qodef-progress-bar.qodef-layout--line .proggress {
    width: 0;
}
.qodef-progress-bar.qodef-layout--line .percentCount {
    position: absolute;
    top: -24px;
    right: 0;
    width: auto;
}
.qodef-progress-bar.qodef-layout--line .qodef-m-title {
    margin: 0 0 7px;
}
.qodef-progress-bar.qodef-layout--line.qodef-percentage--floating .percentCount {
    left: 0;
    right: auto;
    transform: translateX(-50%);
}
.qodef-section-title {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-section-title.qodef-alignment--center {
    text-align: center;
}
.qodef-section-title.qodef-alignment--left {
    text-align: left;
}
.qodef-section-title.qodef-alignment--right {
    text-align: right;
}
.qodef-section-title .qodef-m-title {
    margin: 0;
}
.qodef-section-title .qodef-m-text {
    margin: 18px 0 0;
    font-size: 19px;
    line-height: 1.445em;
}
.qodef-separator {
    position: relative;
    height: auto;
    font-size: 0;
    line-height: 1;
}
.qodef-separator .qodef-m-line {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border-bottom: 1px solid #d7ccb5;
    transform: scale(0);
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
    transform-origin: top;
}
.qodef-separator.qodef-position--center {
    text-align: center;
}
.qodef-separator.qodef-position--left {
    text-align: left;
}
.qodef-separator.qodef-position--right {
    text-align: right;
}
.qodef-separator.qodef--appeared .qodef-m-line {
    transform: scale(1);
}
#qodef-page-sidebar .widget.widget_fairwaygreen_core_separator {
    margin-bottom: 0;
}
#qodef-page-footer .widget.widget_fairwaygreen_core_separator {
    margin-bottom: 0;
}
#qodef-side-area .widget.widget_fairwaygreen_core_separator {
    margin-bottom: 0;
}
.qodef-single-image img {
    display: block;
}
.qodef-tabs {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden;
}
.qodef-tabs.qodef--init {
    visibility: visible;
}
.qodef-tabs .qodef-tabs-navigation {
    margin: 0;
    padding: 0;
    list-style: none;
}
.qodef-tabs .qodef-tabs-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-tabs .qodef-tabs-content p {
    margin: 0;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid var(--qode-input-border-color);
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
    margin: 0;
    padding: 0;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
    position: relative;
    display: block;
    padding: 0 15px 7px;
    transition: color 0.2s ease-out, background-color 0.2s ease-out;
    font-family: Lustria, sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.36em;
    letter-spacing: 0;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -1px;
    left: 0;
    background-color: var(--qode-main-color);
    transform: scaleX(0);
    transition: transform 0.2s ease-out;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
    margin-right: 0;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover a {
    color: var(--qode-heading-color);
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover:after,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a:after,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a:after,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover a:after {
    transform: scaleX(1);
}
@media only screen and (max-width: 680px) {
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
        flex-direction: column;
        align-items: flex-start;
        border: none;
    }
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
        margin: 0 0 26px 0;
        padding: 0;
    }
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
        margin-bottom: 0;
    }
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    height: 100%;
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
    flex-shrink: 0;
    display: block;
    padding-right: 26px;
    margin-right: 26px;
    border-right: 1px solid #d7ccb5;
    border-bottom: none;
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li {
    width: 100%;
    margin-bottom: 26px;
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li:last-child {
    margin-bottom: 0;
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li a {
    display: inline-block;
    width: auto;
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li a:after {
    transform-origin: left;
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content {
    margin-top: 0;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-content {
    margin: 26px 0 0;
}
.qodef-video-button {
    position: relative;
    display: flex;
    vertical-align: middle;
}
.qodef-video-button.qodef--has-img img {
    min-height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
}
.qodef-video-button .qodef-m-play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 178px;
    line-height: 1;
}
.qodef-video-button .qodef-m-play span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: inherit;
    border: 1px solid currentColor;
    width: 1em;
    height: 1em;
    border-radius: 50%;
}
.qodef-video-button .qodef-m-play span svg {
    margin: 0;
    fill: none;
    stroke: currentColor;
    transition: all 0.8s cubic-bezier(0.45, 0, 0.14, 1.03), stroke 10ms ease-out;
    transition-duration: 1.1s;
}
.qodef-video-button .qodef-m-play span svg.qodef-svg-play {
    position: absolute;
    top: calc(50% - 14px);
    left: calc(50% - 11px);
}
.qodef-video-button .qodef-m-play span svg.qodef-svg-circle {
    transform: rotate(-90deg) scale(0.94);
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: -1;
}
.qodef-video-button .qodef-m-play span svg circle,
.qodef-video-button .qodef-m-play span svg path {
    transition-duration: 1.1s;
    stroke-dasharray: 950;
    stroke-dashoffset: 950;
    stroke-width: 1;
    transition: all 1s cubic-bezier(0.45, 0, 0.14, 1.03);
}
.qodef-video-button .qodef-m-play span svg circle {
    transition-duration: 2s;
}
.qodef-video-button .qodef-m-play span svg:nth-child(odd) circle,
.qodef-video-button .qodef-m-play span svg:nth-child(odd) path {
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
    opacity: 0.36;
}
.qodef-video-button .qodef-m-play:hover span svg circle,
.qodef-video-button .qodef-m-play:hover span svg path {
    stroke-dashoffset: 10;
}
.qodef-video-button .qodef-m-play:hover span svg.qodef-svg-circle {
    transform: rotate(-90deg) translateZ(0) scale(0.94);
}
@media only screen and (max-width: 768px) {
    .qodef-video-button.qodef-custom-mobile-height .qodef-m-image img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .qodef-video-button .qodef-m-play {
        font-size: 130px !important;
    }
}
@media (min-width: 1025px) {
    .qodef-video-button.qodef-custom-mobile-height .qodef-m-image {
        height: auto !important;
    }
}
.qodef-workflow {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-workflow .qodef-e-workflow-line-alt,
.qodef-workflow .qodef-e-workflow-line-main {
    background: var(--qode-input-border-color);
    left: 50%;
    margin-left: -1px;
    position: absolute;
    right: 50%;
    height: 100%;
    width: 1px;
}
.qodef-workflow .qodef-e-workflow-line-main {
    height: 0;
    background-color: var(--qode-main-color);
    transition: height 0.5s ease-in;
}
.qodef-workflow .qodef-e-workflow-item {
    display: flex;
    margin-bottom: 105px;
}
.qodef-workflow .qodef-e-workflow-item:last-of-type {
    margin-bottom: 0;
}
.qodef-workflow .qodef-e-workflow-item:nth-child(even) {
    flex-direction: row-reverse;
}
.qodef-workflow .qodef-e-workflow-item:nth-child(even) .qodef-e-workflow-item-inner {
    padding-right: 16.2%;
    padding-left: 0;
}
.qodef-workflow .qodef-e-workflow-item:nth-child(even) .qodef-e-workflow-item-inner .qodef-e-workflow-item-circle {
    transform: translate(50%, -50%);
}
.qodef-workflow .qodef-e-workflow-item:nth-child(even) .qodef-e-workflow-item-inner .qodef-e-workflow-item-circle,
.qodef-workflow .qodef-e-workflow-item:nth-child(even) .qodef-e-workflow-item-inner .qodef-e-workflow-item-circle-line {
    left: auto;
    right: 0;
}
.qodef-workflow .qodef-e-workflow-item:nth-child(even) .qodef-e-workflow-item-inner .qodef-e-subtitle {
    text-align: right;
}
.qodef-workflow .qodef-e-workflow-item:nth-child(even) .qodef-e-workflow-item-inner .qodef-e-workflow-text {
    padding-left: 18%;
    padding-right: 0;
}
.qodef-workflow .qodef-e-workflow-item:nth-child(even) .qodef-e-workflow-image {
    padding-left: 9%;
    padding-right: 0;
}
.qodef-workflow .qodef-e-workflow-item:nth-child(even) .qodef-e-workflow-image:before {
    left: auto;
    right: 0;
}
.qodef-workflow .qodef-e-workflow-item.qodef-e-workflow-item-hidden {
    padding-bottom: 0;
    display: none;
}
.qodef-workflow .qodef-e-workflow-item.qodef--appeared .qodef-e-workflow-image img {
    -webkit-clip-path: inset(0 0 0 0) !important;
    clip-path: inset(0 0 0 0) !important;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.qodef-workflow .qodef-e-workflow-item.qodef--appeared .qodef-e-workflow-image:before {
    animation: image-with-content-appear-animation 1.1s cubic-bezier(1, 0, 0.54, 0.99) forwards;
}
.qodef-workflow .qodef-e-workflow-image {
    width: 50%;
    padding-right: 9%;
    position: relative;
    overflow: hidden;
}
.qodef-workflow .qodef-e-workflow-image img {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    transition: -webkit-clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    will-change: clip-path;
}
.qodef-workflow .qodef-e-workflow-image:before {
    content: "";
    position: absolute;
    display: block;
    width: 82%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #474733;
    z-index: 1;
    transform: translateY(-101%);
}
.qodef-workflow .qodef-e-workflow-item-inner {
    position: relative;
    width: 50%;
    padding-top: 90px;
    padding-left: 16.2%;
}
.qodef-workflow .qodef-e-workflow-item-inner .qodef-e-workflow-item-circle {
    content: "";
    position: absolute;
    top: 100px;
    left: 0;
    height: 11px;
    width: 11px;
    border-radius: 50%;
    display: block;
    background: var(--qode-main-color);
    transform: translate(-50%, -50%);
}
.qodef-workflow .qodef-e-workflow-item-inner .qodef-e-workflow-item-circle-line {
    content: "";
    position: absolute;
    top: 100px;
    left: 0;
    height: 1px;
    width: 100%;
    max-width: 170px;
    display: block;
    background: var(--qode-main-color);
}
.qodef-workflow .qodef-e-workflow-item-inner .qodef-e-workflow-text {
    padding-right: 18%;
}
.qodef-workflow .qodef-e-workflow-item-inner .qodef-e-workflow-text .qodef-e-text {
    padding-right: 40px;
}
.qodef-workflow .qodef-e-subtitle {
    margin: 0;
    font-family: Prompt, sans-serif;
    color: var(--qode-main-color);
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.2em;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--qode-main-color);
}
.qodef-workflow .qodef-e-title {
    margin: 39px 0 27px;
}
.qodef-workflow .qodef-button {
    margin-top: 43px;
}
.qodef-social-share {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.qodef-social-share .qodef-social-title {
    flex-shrink: 0;
    margin-right: 6px;
    font-family: Prompt, sans-serif;
    color: var(--qode-heading-color);
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.2em;
    font-weight: 500;
    text-transform: uppercase;
    line-height: inherit !important;
}
.qodef-social-share ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
    vertical-align: baseline;
}
.qodef-social-share li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    padding: 0;
    margin: 0;
}
.qodef-social-share li a {
    font-size: 20px;
}
.qodef-social-share li a:hover {
    color: var(--qode-main-color);
}
.qodef-social-share.qodef-layout--text li:last-child {
    margin-right: 0;
}
.qodef-social-share.qodef-layout--text li a {
    font-family: Prompt, sans-serif;
    color: var(--qode-heading-color);
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.2em;
    font-weight: 500;
    text-transform: uppercase;
}
.qodef-social-share.qodef-layout--text li a:hover {
    color: var(--qode-main-color);
}
.qodef-social-share.qodef-layout--text li:not(:last-child) a {
    display: inline-flex;
}
.qodef-social-share.qodef-layout--text li:not(:last-child) a:after {
    content: "-";
    margin: 0 7px;
}
.widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    display: block;
    margin-bottom: 21px;
}
.widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    display: block;
    margin-bottom: 21px;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li a:hover {
    color: var(--qode-main-color);
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
    color: #3b5998;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
    color: #00aced;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
    color: #007bb5;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
    color: #32506d;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
    color: #cb2027;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
    color: #45668e;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    color: #ccc;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    color: #ccc;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li a:hover {
    color: var(--qode-main-color);
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    color: #ccc;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
    color: #3b5998;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
    color: #00aced;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
    color: #007bb5;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
    color: #32506d;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
    color: #cb2027;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
    color: #45668e;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    color: #ccc;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    color: #ccc;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--list li a:hover {
    color: var(--qode-main-color);
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    color: #ccc;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
    color: #3b5998;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
    color: #00aced;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
    color: #007bb5;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
    color: #32506d;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
    color: #cb2027;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
    color: #45668e;
}
#qodef-page-spinner {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2000;
}
#qodef-page-spinner .qodef-m-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: var(--qode-main-color);
    background-color: #fff;
}
#qodef-page-spinner .qodef-m-spinner {
    position: relative;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom {
    position: relative;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1 {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50%;
    width: 50%;
    z-index: 1;
    animation: qode-atom-shrink 4.5s infinite linear;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1:before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    height: 100%;
    width: 100%;
    background: currentColor;
    border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    margin: 0 auto;
    background: currentColor;
    border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2 {
    animation: qode-atom-zindex 1.5s 0.75s infinite steps(2, end);
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before {
    transform: rotate(0);
    animation: qode-atom-postion 1.5s infinite ease, qode-atom-size 1.5s -1.125s infinite ease;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3 {
    transform: rotate(120deg);
    animation: qode-atom-zindex 1.5s -0.25s infinite steps(2, end);
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before {
    animation: qode-atom-postion 1.5s -1s infinite ease, qode-atom-size 1.5s -0.75s infinite ease;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
    transform: rotate(240deg);
    animation: qode-atom-zindex 1.5s 0.25s infinite steps(2, end);
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
    animation: qode-atom-postion 1.5s -0.5s infinite ease, qode-atom-size 1.5s -125ms infinite ease;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock {
    position: relative;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    animation: qode-clock 8s infinite steps(8);
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item {
    position: absolute;
    height: 50px;
    width: 50px;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item:before {
    content: "";
    position: absolute;
    height: 18.31501832px;
    width: 18.31501832px;
    background: currentColor;
    border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--1 {
    transform: rotate(-135deg);
    animation: qode-clock-1 1s ease-in infinite;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--2 {
    transform: rotate(-90deg);
    animation: qode-clock-2 1s ease-in infinite;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--3 {
    transform: rotate(-45deg);
    animation: qode-clock-3 1s ease-in infinite;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--4 {
    animation: qode-clock-4 1s ease-in infinite;
}
#qodef-page-spinner.qodef-layout--cube .qodef-m-cube {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    background-color: currentColor;
    animation: qode-cube 1.2s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulses {
    position: relative;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
}
#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0.6;
    animation: qode-double-pulse 2s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse.qodef-pulse--2 {
    animation-delay: -1s;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-five-rotating-circles {
    position: relative;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item {
    position: absolute;
    width: 100%;
    height: 100%;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--2 {
    animation-delay: calc((600ms) - 1500ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--3 {
    animation-delay: calc((900ms) - 1500ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--4 {
    animation-delay: calc((1200ms) - 1500ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 {
    transform: rotateZ(45deg);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--1 {
    animation-delay: calc((300ms) - 1400ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--2 {
    animation-delay: calc((600ms) - 1400ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--3 {
    animation-delay: calc((900ms) - 1400ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--4 {
    animation-delay: calc((1200ms) - 1400ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 {
    transform: rotateZ(90deg);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--1 {
    animation-delay: calc((300ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--2 {
    animation-delay: calc((600ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--3 {
    animation-delay: calc((900ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--4 {
    animation-delay: calc((1200ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: currentColor;
    border-radius: 100%;
    animation: qode-bounce-delay 1.2s infinite ease-in-out both;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--1 {
    top: 0;
    left: 0;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--2 {
    top: 0;
    right: 0;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--3 {
    right: 0;
    bottom: 0;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--4 {
    left: 0;
    bottom: 0;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion {
    position: relative;
    width: 30px;
    height: 30px;
    margin: -45px 0 0 -30px;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 40px;
    background: currentColor;
    border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--1 {
    top: 0;
    left: 50%;
    animation: qode-fussion-ball-1 1s 0s ease infinite;
    z-index: 1;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--2 {
    top: 50%;
    left: 100%;
    animation: qode-fussion-ball-2 1s 0s ease infinite;
    z-index: 2;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--3 {
    top: 100%;
    left: 50%;
    animation: qode-fussion-ball-3 1s 0s ease infinite;
    z-index: 1;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--4 {
    top: 50%;
    left: 0;
    animation: qode-fussion-ball-4 1s 0s ease infinite;
    z-index: 2;
}
#qodef-page-spinner.qodef-layout--lines .qodef-m-lines {
    width: 60px;
    height: 60px;
    margin: 0 0 0 -30px;
}
#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--1 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((100ms) - 100ms);
}
#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--2 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((200ms) - 100ms);
}
#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--3 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((300ms) - 100ms);
}
#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--4 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((400ms) - 100ms);
}
#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis {
    position: relative;
    height: 50px;
    width: 50px;
    margin: -25px 0 0 -25px;
    animation: qode-mitosis-invert 2s infinite steps(2, end);
}
#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: currentColor;
    border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--1 {
    animation: qode-mitosis-ball-1 1s infinite alternate linear;
}
#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--2 {
    animation: qode-mitosis-ball-2 1s infinite alternate linear;
}
#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--3 {
    animation: qode-mitosis-ball-3 1s infinite alternate linear;
}
#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--4 {
    animation: qode-mitosis-ball-4 1s infinite alternate linear;
}
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading > * {
    margin: 0;
    opacity: 0;
    animation: qode-fade-in 1s forwards;
}
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-number-holder {
    flex-shrink: 0;
    animation-delay: 0.5s;
}
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line {
    position: relative;
    display: block;
    height: 3px;
    width: 500px;
    margin-top: 20px;
    background-color: #e5e1dc;
    overflow: hidden;
    opacity: 0;
    animation: qode-fade-in 1s 0.3s forwards;
}
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line-front {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--qode-main-color);
    width: 0;
}
#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circles {
    position: relative;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
}
#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle {
    position: absolute;
    height: 100%;
    width: 100%;
    background: currentColor;
    border: 0 solid currentColor;
    border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--1 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-750ms) + 750ms);
}
#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--2 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-1500ms) + 750ms);
}
#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--3 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-2250ms) + 750ms);
}
#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--4 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-3000ms) + 750ms);
}
#qodef-page-spinner.qodef-layout--pulse .qodef-m-pulse {
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background-color: currentColor;
    border-radius: 16px;
    animation: qode-scaleout 1s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles {
    width: 60px;
    height: 20px;
}
#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 4px;
    background-color: currentColor;
    border-radius: 100%;
    opacity: 0;
    animation: qode-ball-fall 1.5s ease infinite both;
}
#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div:nth-last-of-type(1) {
    animation-delay: calc((100ms) - 300ms);
}
#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div:nth-last-of-type(2) {
    animation-delay: calc((200ms) - 300ms);
}
#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div:nth-last-of-type(3) {
    animation-delay: calc((300ms) - 300ms);
}
#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cubes {
    position: relative;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
}
#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: currentColor;
    animation: qode-rotating-cubes 1.8s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube.qodef-cube--2 {
    animation-delay: -0.9s;
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripes {
    width: 50px;
    height: 60px;
    margin: -30px 0 0 -25px;
    text-align: center;
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe {
    display: inline-block;
    float: left;
    height: 100%;
    width: 6px;
    margin: 0 3px 0 0;
    background-color: currentColor;
    animation: qode-stretch-delay 1.2s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--2 {
    animation-delay: calc((200ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--3 {
    animation-delay: calc((300ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--4 {
    animation-delay: calc((400ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--5 {
    animation-delay: calc((500ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-two-rotating-circles {
    position: relative;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    text-align: center;
    animation: qode-rotate-circles 2s infinite linear;
}
#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle {
    position: absolute;
    top: 0;
    width: 60%;
    height: 60%;
    display: inline-block;
    background-color: currentColor;
    border-radius: 100%;
    transform-origin: center bottom;
    animation: qode-bounce 2s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle.qodef-circle--2 {
    top: auto;
    bottom: 0;
    animation-delay: -1s;
}
#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circles {
    width: 150px;
    height: 30px;
    margin: -15px 0 0 -75px;
}
#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle {
    float: left;
    height: 30px;
    width: 30px;
    margin-right: 10px;
    background: currentColor;
    border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--1 {
    animation: qode-wave-jump-3 1.8s infinite ease-out;
}
#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--2 {
    animation: qode-wave-jump-2 1.8s infinite ease-out;
}
#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--3 {
    animation: qode-wave-jump-1 1.8s infinite ease-out;
}
#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--4 {
    margin-right: 0;
    animation: qode-wave-wipe 1.8s infinite cubic-bezier(0.5, 0, 0.5, 1);
}
#qodef-page-spinner.qodef-layout--wave .qodef-m-wave {
    width: 72px;
    margin: -9px 0 0 -36px;
    text-align: center;
}
#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 3px 0 0;
    background-color: currentColor;
    border-radius: 100%;
    animation: qode-bounce-delay 1.4s infinite ease-in-out both;
}
#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--1 {
    animation-delay: -0.32s;
}
#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--2 {
    animation-delay: -0.16s;
}
.qodef-page-title {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.qodef-page-title.qodef-image--responsive {
    height: auto !important;
}
.qodef-page-title.qodef-image--responsive .qodef-m-content {
    position: absolute;
    top: 0;
    left: 0;
}
.qodef-page-title.qodef-image--responsive .qodef-m-content.qodef-content-grid {
    left: 50%;
    transform: translateX(-50%);
}
.qodef-page-title.qodef-mobile-autoheight {
    height: auto !important;
    padding: 13px 0 7px;
}
.qodef-page-title.qodef-alignment--center {
    text-align: center;
}
.qodef-page-title.qodef-alignment--right {
    text-align: right;
}
.qodef-page-title .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-page-title .qodef-m-image img {
    display: block;
    width: 100%;
}
.qodef-page-title .qodef-m-content.qodef-content-full-width {
    padding: 0 40px;
}
.qodef-page-title .qodef-breadcrumbs a,
.qodef-page-title .qodef-breadcrumbs span {
    font-family: Prompt, sans-serif;
    color: var(--qode-text-color);
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 0.2em;
    font-weight: 500;
    text-transform: uppercase;
}
.qodef-page-title .qodef-breadcrumbs a:hover,
.qodef-page-title .qodef-breadcrumbs a:hover span {
    color: var(--qode-main-color);
}
.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator {
    margin: 0 6px;
}
.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after {
    content: "/";
}
.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs {
    margin-top: 5px;
}
.qodef-page-title.qodef-title--standard .qodef-m-subtitle {
    margin: 4px 0 0;
}
.qodef-custom-text-widget.qodef-alignment--left {
    text-align: left;
}
.qodef-custom-text-widget.qodef-alignment--right {
    text-align: right;
}
.qodef-custom-text-widget.qodef-alignment--center {
    text-align: center;
}
.qodef-custom-text-widget p {
    margin: 0;
}
.qodef-social-icons-group .qodef-icon-holder {
    margin-right: 9px;
}
.qodef-social-icons-group .qodef-icon-holder a {
    transition: color 0.2s ease-out;
}
.qodef-social-icons-group .qodef-icon-holder:last-child {
    margin-right: 0;
}
.widget.qodef-social-text {
    display: inline-block;
    width: auto;
    padding: 1px;
}
.widget.qodef-social-text .qodef-social-text-link {
    font-family: Prompt, sans-serif;
    color: var(--qode-heading-color);
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.2em;
    font-weight: 500;
    text-transform: uppercase;
}
.widget.qodef-social-text .qodef-social-text-link:hover {
    color: var(--qode-main-hover-background-color);
}
.widget.qodef-social-text .qodef-social-text-link:not(:last-child) {
    display: inline-flex;
}
.widget.qodef-social-text .qodef-social-text-link:not(:last-child):after {
    content: "-";
    margin: 0 7px;
}
.widget_fairwaygreen_core_sticky_sidebar {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: 0 0 !important;
}
@media only screen and (max-width: 1440px) {
    .qodef-blog.qodef-item-layout--metro article.format-link .qodef-e-link {
        padding: 83px 40px;
    }
    .qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote {
        padding: 83px 40px 87px;
    }
}
@media only screen and (max-width: 680px) {
    #qodef-author-info .qodef-m-inner {
        flex-wrap: wrap;
        padding-top: 47px;
    }
    #qodef-author-info .qodef-m-content {
        margin-top: 23px;
    }
}
@media only screen and (max-width: 1024px) {
    body:not(.qodef-content-behind-header) #qodef-page-outer {
        margin-top: 0 !important;
    }
}
@media only screen and (max-width: 1024px) {
    #qodef-top-area {
        display: none;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-banner.qodef-title-break--disabled .qodef-m-title br {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .qodef-banner.qodef-custom-mobile-height .qodef-m-image img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
@media (min-width: 768px) {
    .qodef-banner.qodef-custom-mobile-height .qodef-m-image {
        height: auto !important;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
        display: block;
    }
    .qodef-call-to-action.qodef-layout--standard .qodef-m-button {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-countdown.qodef-show--4 .qodef-m-date,
    .qodef-countdown.qodef-show--5 .qodef-m-date,
    .qodef-countdown.qodef-show--6 .qodef-m-date {
        display: flex;
        flex-flow: wrap;
        justify-content: center;
    }
    .qodef-countdown.qodef-show--4 .qodef-digit-wrapper,
    .qodef-countdown.qodef-show--5 .qodef-digit-wrapper,
    .qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
        width: 33.33333333333333%;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 1440px) {
    .qodef-event-list .qodef-e-event-list-item .qodef-e-event-list-button {
        width: 28.27%;
    }
    .qodef-event-list .qodef-e-event-list-item .qodef-e-event-list-button .qodef-button {
        padding: 14px 0;
        width: 100%;
        text-align: center;
    }
    .qodef-event-list .qodef-e-event-list-item .qodef-e-event-list-text {
        padding-left: 14px;
    }
}
@media only screen and (max-width: 768px) {
    .qodef-event-list .qodef-e-event-list-item .qodef-e-event-list-text {
        padding: 0 29px;
    }
    .qodef-event-list .qodef-e-event-list-item .qodef-e-event-list-button {
        width: 32.506%;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-event-list .qodef-e-event-list-item {
        flex-wrap: wrap;
    }
    .qodef-event-list .qodef-e-event-list-item:not(:last-child) {
        margin-bottom: 45px;
        padding-bottom: 45px;
    }
    .qodef-event-list .qodef-e-event-list-item .qodef-e-event-list-date {
        min-width: 75px;
        margin: 0 auto;
        align-items: center;
    }
    .qodef-event-list .qodef-e-event-list-item .qodef-e-event-list-text {
        width: calc(100% - 100px);
        padding: 0;
        text-align: center;
        border: none;
    }
    .qodef-event-list .qodef-e-event-list-item .qodef-e-event-list-button {
        margin: 8px auto 0;
        width: auto;
    }
    .qodef-event-list .qodef-e-event-list-item .qodef-e-event-list-button .qodef-button {
        padding: 14px 60px;
        width: auto;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-highlight.qodef-title-break--disabled .qodef-m-title br {
        display: none;
    }
}
@media only screen and (max-width: 1366px) {
    .qodef-image-with-content {
        min-height: 600px;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-image-with-content.qodef-title-break--disabled .qodef-m-title br {
        display: none;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .qodef-image-with-content {
        min-height: 550px;
    }
    .qodef-image-with-content .qodef-m-image {
        max-width: 52.61%;
    }
    .qodef-image-with-content.qodef-image-on--right .qodef-m-holder {
        padding: 0 61% 0 0;
    }
    .qodef-image-with-content.qodef-image-on--left .qodef-m-holder {
        padding: 0 0 0 61%;
    }
}
@media only screen and (max-width: 768px) {
    .qodef-image-with-content.qodef-alignment--right .qodef-m-holder {
        text-align: left;
    }
    .qodef-image-with-content .qodef-m-holder {
        padding: 3em 2em;
    }
    .qodef-image-with-content .qodef-m-holder .qodef-m-text-wrapper {
        min-height: 110px;
    }
    .qodef-image-with-content.qodef-layout--normal-image {
        flex-direction: column;
    }
    .qodef-image-with-content.qodef-layout--normal-image .qodef-m-image {
        position: relative;
        max-width: 100%;
    }
    .qodef-image-with-content.qodef-layout--normal-image .qodef-m-image img {
        max-width: 100%;
        height: auto;
    }
    .qodef-image-with-content.qodef-layout--normal-image .qodef-m-holder {
        padding: 47px 0 0;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-image-with-content.qodef-layout--narrow-image {
        flex-direction: column;
    }
    .qodef-image-with-content.qodef-layout--narrow-image .qodef-m-image {
        max-width: 100%;
        position: relative;
    }
    .qodef-image-with-content.qodef-layout--narrow-image .qodef-m-holder {
        padding: 47px 0 0 !important;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-info-section.qodef-title-break--disabled .qodef-m-title br {
        display: none;
    }
}
@media only screen and (max-width: 1366px) {
    .qodef-interactive-link-showcase.qodef-type--standard {
        padding: 100px 0;
    }
    .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-images {
        width: 60%;
    }
    .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items {
        width: 40%;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-interactive-link-showcase.qodef-type--standard {
        padding: 60px 0;
    }
    .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-images {
        width: 80%;
    }
    .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items {
        width: 100%;
        padding-left: 60px;
        align-items: flex-start;
    }
    .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-item {
        font-size: 31px;
        line-height: 1.29em;
        letter-spacing: 0;
        padding-bottom: 3px;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-interactive-link-showcase.qodef-type--standard {
        padding: 30px 0;
    }
    .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items {
        padding-left: 30px;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-section-title.qodef-title-break--disabled .qodef-m-title br {
        display: none;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
        display: block;
    }
    .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
        padding-right: 0;
        margin-right: 0;
        border-right: 0;
    }
    .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content {
        margin-top: 26px;
    }
    .qodef-tabs.qodef-layout--simple .qodef-tabs-content {
        margin: 26px 0 0;
    }
}
@media only screen and (max-width: 1440px) {
    .qodef-workflow .qodef-e-workflow-item:nth-child(even) .qodef-e-workflow-item-inner {
        transform: none;
    }
    .qodef-workflow .qodef-e-workflow-item:nth-child(odd) .qodef-e-workflow-item-inner {
        transform: none;
    }
    .qodef-workflow .qodef-e-workflow-item-inner .qodef-e-workflow-item-circle-line {
        width: 50%;
    }
}
@media only screen and (max-width: 1280px) {
    .qodef-workflow .qodef-e-workflow-item-inner .qodef-e-workflow-item-circle-line {
        width: 20%;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-workflow {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }
    .qodef-workflow .qodef-e-workflow-line-alt,
    .qodef-workflow .qodef-e-workflow-line-main {
        display: none;
    }
    .qodef-workflow .qodef-e-workflow-image {
        display: block;
        width: 100%;
        padding: 0;
    }
    .qodef-workflow .qodef-e-workflow-image:before {
        padding: 0;
        width: 100%;
    }
    .qodef-workflow .qodef-e-workflow-item {
        margin-bottom: 30px;
        flex-direction: column;
        text-align: center;
    }
    .qodef-workflow .qodef-e-workflow-item .qodef-e-title {
        margin: 14px 0 13px;
    }
    .qodef-workflow .qodef-e-workflow-item:nth-child(even) {
        flex-direction: column;
    }
    .qodef-workflow .qodef-e-workflow-item:nth-child(even) .qodef-e-workflow-image {
        padding-left: 0;
    }
    .qodef-workflow .qodef-e-workflow-item:nth-child(even) .qodef-e-workflow-item-inner {
        padding-right: 0;
    }
    .qodef-workflow .qodef-e-workflow-item:nth-child(even) .qodef-e-workflow-item-inner .qodef-e-subtitle {
        text-align: center;
    }
    .qodef-workflow .qodef-e-workflow-item:nth-child(even) .qodef-e-workflow-item-inner .qodef-e-workflow-text {
        padding-left: 0;
    }
    .qodef-workflow .qodef-e-workflow-item:nth-child(even) .qodef-e-workflow-item-inner .qodef-e-workflow-text .qodef-e-text {
        padding-right: 0;
    }
    .qodef-workflow .qodef-e-workflow-item-inner {
        padding: 0;
        width: 100%;
    }
    .qodef-workflow .qodef-e-workflow-item-inner .qodef-e-workflow-item-circle,
    .qodef-workflow .qodef-e-workflow-item-inner .qodef-e-workflow-item-circle-line {
        display: none;
    }
    .qodef-workflow .qodef-e-workflow-item-inner .qodef-e-workflow-text {
        padding: 50px 0;
    }
}
@media only screen and (max-width: 768px) {
    .qodef-workflow .qodef-e-title {
        padding: 0 50px;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-workflow {
        flex-direction: column;
    }
    .qodef-workflow .qodef-e-title {
        padding: 0;
    }
    .qodef-workflow .qodef-e-workflow-item {
        justify-content: center !important;
        text-align: left;
    }
    .qodef-workflow .qodef-e-workflow-item:nth-child(even) .qodef-e-workflow-item-inner .qodef-e-subtitle {
        text-align: left;
    }
}
@media only screen and (max-width: 1024px) {
    body:not(.qodef-content-behind-header) .qodef-page-title .qodef-m-content {
        padding-top: 0 !important;
    }
}
@media only screen and (max-width: 1024px) {
    #qodef-page-sidebar .qodef-social-icons-group {
        justify-content: flex-start;
    }
}
