@charset "UTF-8";
.swissdelight-core-page-inline-style {
  position: absolute !important;
  width: 0;
  height: 0;
  line-height: 1;
  display: none;
}
.mfp-wrap {
  z-index: 10001 !important;
}
.mfp-iframe-holder button.mfp-close {
  top: -30px !important;
  position: absolute;
  right: -5px !important;
}
.qodef-page-has-custom-section--uncovering #qodef-custom-section--uncovering {
  position: fixed !important;
  width: 100%;
  top: 0;
  z-index: 0;
}
.qodef-page-has-custom-section--uncovering
  section:not(#qodef-custom-section--uncovering) {
  z-index: 1;
}
.qodef-custom-appear--bottom img,
.qodef-custom-appear--left img,
.qodef-custom-appear--right img {
  position: relative;
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.8s ease;
  z-index: 6;
}
.elementor-editor-active .qodef-custom-appear--bottom img,
.elementor-editor-active .qodef-custom-appear--left img,
.elementor-editor-active .qodef-custom-appear--right img,
.qodef-custom-appear--bottom.qodef--appeared img,
.qodef-custom-appear--left.qodef--appeared img,
.qodef-custom-appear--right.qodef--appeared img {
  opacity: 1;
  transform: translate(0, 0);
}
.qodef-custom-appear--left img {
  transform: translateX(-30px);
}
.qodef-custom-appear--right img {
  transform: translateX(30px);
}
.qodef-custom-appear--bottom img {
  transform: translateY(30px);
}
@media only screen and (min-width: 1025px) {
  .qodef-offset-image-holder.qodef-appear-animation--enabled.qodef-appear-direction--bottom
    .qodef-offset-image-wrapper,
  .qodef-offset-image-holder.qodef-appear-animation--enabled.qodef-appear-direction--left
    .qodef-offset-image-wrapper,
  .qodef-offset-image-holder.qodef-appear-animation--enabled.qodef-appear-direction--right
    .qodef-offset-image-wrapper {
    opacity: 0;
    transition: opacity 0.6s ease-out, transform 0.8s ease;
  }
  .elementor-editor-active
    .qodef-offset-image-holder.qodef-appear-animation--enabled.qodef-appear-direction--bottom
    .qodef-offset-image-wrapper,
  .elementor-editor-active
    .qodef-offset-image-holder.qodef-appear-animation--enabled.qodef-appear-direction--left
    .qodef-offset-image-wrapper,
  .elementor-editor-active
    .qodef-offset-image-holder.qodef-appear-animation--enabled.qodef-appear-direction--right
    .qodef-offset-image-wrapper,
  .qodef-offset-image-holder.qodef-appear-animation--enabled.qodef-appear-direction--bottom.qodef--appeared
    .qodef-offset-image-wrapper,
  .qodef-offset-image-holder.qodef-appear-animation--enabled.qodef-appear-direction--left.qodef--appeared
    .qodef-offset-image-wrapper,
  .qodef-offset-image-holder.qodef-appear-animation--enabled.qodef-appear-direction--right.qodef--appeared
    .qodef-offset-image-wrapper {
    opacity: 1;
    transform: translate(0, 0);
  }
  .qodef-offset-image-holder.qodef-appear-animation--enabled.qodef-appear-direction--left
    .qodef-offset-image-wrapper {
    transform: translateX(-30px);
  }
  .qodef-offset-image-holder.qodef-appear-animation--enabled.qodef-appear-direction--right
    .qodef-offset-image-wrapper {
    transform: translateX(30px);
  }
  .qodef-offset-image-holder.qodef-appear-animation--enabled.qodef-appear-direction--bottom
    .qodef-offset-image-wrapper {
    transform: translateY(30px);
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-offset-image-holder {
    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-age-verification-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #241c10;
  opacity: 0;
  z-index: 115;
  visibility: hidden;
  transition: opacity 0.2s ease-out;
}
#qodef-age-verification-modal .qodef-m-logo {
  position: absolute;
  top: 30px;
  left: 30px;
}
#qodef-age-verification-modal .qodef-m-logo a {
  position: relative;
  display: block;
  max-width: 50%;
}
#qodef-age-verification-modal .qodef-m-logo img {
  display: block;
}
#qodef-age-verification-modal .qodef-m-content {
  padding: 30px;
  text-align: center;
  max-width: 700px;
}
#qodef-age-verification-modal .qodef-m-content-title {
  margin: 0;
  color: #fff;
}
#qodef-age-verification-modal .qodef-m-content-subtitle {
  margin: 11px 0 0;
  color: var(--qode-main-color);
}
#qodef-age-verification-modal .qodef-m-content-note {
  margin: 32px 0 0;
  color: #e5dcdb;
}
#qodef-age-verification-modal .qodef-m-content-prevent {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 52px;
}
#qodef-age-verification-modal .qodef-button.qodef-prevent--yes {
  margin-right: 10px;
}
#qodef-age-verification-modal .qodef-button.qodef-prevent--no {
  color: #fff;
  border-color: #a3a19e;
}
#qodef-age-verification-modal .qodef-button.qodef-prevent--no:hover {
  color: #fff;
  border-color: #28201e;
  background-color: #28201e;
}
.qodef-age-verification--opened #qodef-age-verification-modal {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease-out;
}
#qodef-back-to-top {
  position: fixed;
  width: 40px;
  height: 40px;
  right: 25px;
  bottom: 40px;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 10000;
}
#qodef-back-to-top .qodef-back-to-top-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 20px;
  color: #fff;
  background-color: var(--qode-main-color);
  border: 1px solid var(--qode-main-color);
  overflow: hidden;
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
}
#qodef-back-to-top .qodef-back-to-top-icon * {
  display: block;
  line-height: inherit;
}
#qodef-back-to-top .qodef-back-to-top-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: Heebo, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #241c10;
}
#qodef-back-to-top .qodef-back-to-top-line {
  position: absolute;
  left: calc(50% - 1px);
  bottom: 40px;
  transform: scaleY(1);
  width: 1px;
  height: 42px;
  background-color: #241c10;
  opacity: 0.5;
  transition: height 0.2s ease-out;
  pointer-events: none;
}
#qodef-back-to-top svg {
  display: block;
  width: 18px;
  height: auto;
  fill: currentColor;
}
#qodef-back-to-top:hover .qodef-back-to-top-icon {
  color: var(--qode-main-color);
  background-color: #fff;
}
#qodef-back-to-top:hover .qodef-back-to-top-line {
  animation: qodef-back-to-top-line 0.46s forwards
    cubic-bezier(0.33, 0.02, 0, 0.93);
}
#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-back-to-top.qodef--light .qodef-back-to-top-text,
#qodef-back-to-top.qodef-skin--light .qodef-back-to-top-text {
  color: #fff;
}
#qodef-back-to-top.qodef--light .qodef-back-to-top-line,
#qodef-back-to-top.qodef-skin--light .qodef-back-to-top-line {
  background-color: #fff;
}
.qodef-blog.qodef-item-layout--metro {
  margin: 0;
}
.qodef-blog.qodef-item-layout--metro
  article.qodef--active
  .qodef-e-media-image.qodef--background {
  transform: scale(1.05) translateX(5px);
}
.qodef-blog.qodef-item-layout--metro
  article.qodef--active
  .qodef-e-media-image
  img {
  transform: scale(1.05) translateX(5px);
}
.qodef-blog.qodef-item-layout--metro
  article.qodef--active
  .qodef-e-read-more
  a
  .qodef-m-svg-icon
  line {
  stroke-dashoffset: -66;
}
.qodef-blog.qodef-item-layout--metro
  article.qodef--active
  .qodef-e-read-more
  a
  .qodef-m-svg-icon
  line:nth-child(2) {
  stroke-dashoffset: 14;
  transition-delay: 0.14s;
}
.qodef-blog.qodef-item-layout--metro
  article.qodef--active
  .qodef-e-read-more
  a
  .qodef-m-svg-icon
  line:nth-child(3) {
  stroke-dashoffset: -14;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-top-holder {
  margin-bottom: 6px;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-media-image-holder {
  overflow: hidden;
}
.qodef-blog.qodef-item-layout--metro
  article
  .qodef-e-media-image.qodef--background {
  margin-bottom: 0;
  transform: scale(1.05) translateX(0);
  transition: transform 0.4s ease-out;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-media-image img {
  transform: scale(1.05) translateX(0);
  transition: transform 0.4s ease-out;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 32px 40px 35px;
  background-color: transparent;
}
.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 a {
  color: #fff;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-title a:hover {
  color: #fff;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-info > * {
  color: var(--qode-main-color);
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-info a:hover {
  color: #fff;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-excerpt {
  margin-top: 15px;
  color: #ababab;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-read-more {
  margin-top: 20px;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-read-more a {
  color: #fff;
}
.qodef-blog.qodef-item-layout--metro
  article
  .qodef-e-read-more
  a
  .qodef-m-svg-icon
  line {
  fill: none;
  stroke: currentColor;
  stroke-miterlimit: 10;
  stroke-dasharray: 33;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.8s cubic-bezier(0.24, 0, 0.16, 1.01);
}
.qodef-blog.qodef-item-layout--metro
  article
  .qodef-e-read-more
  a
  .qodef-m-svg-icon
  line:nth-child(2) {
  stroke-dasharray: 7;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.6s cubic-bezier(0.24, 0, 0.16, 1.01);
}
.qodef-blog.qodef-item-layout--metro
  article
  .qodef-e-read-more
  a
  .qodef-m-svg-icon
  line:nth-child(3) {
  stroke-dasharray: 7;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.6s cubic-bezier(0.24, 0, 0.16, 1.01) 0.14s;
}
.qodef-blog.qodef-item-layout--metro
  article
  .qodef-e-read-more
  a:hover
  .qodef-m-svg-icon
  line {
  stroke-dashoffset: -66;
}
.qodef-blog.qodef-item-layout--metro
  article
  .qodef-e-read-more
  a:hover
  .qodef-m-svg-icon
  line:nth-child(2) {
  stroke-dashoffset: 14;
  transition-delay: 0.14s;
}
.qodef-blog.qodef-item-layout--metro
  article
  .qodef-e-read-more
  a:hover
  .qodef-m-svg-icon
  line:nth-child(3) {
  stroke-dashoffset: -14;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-post-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.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-bottom: 50px;
}
.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;
}
@media only screen and (max-width: 1440px) {
  .qodef-blog.qodef-item-layout--simple article .qodef-e-info * {
    display: inline;
  }
}
.qodef-blog.qodef-item-layout--simple article .qodef-e-top-holder {
  margin-bottom: 1px;
  line-height: 1.125em;
}
.qodef-blog.qodef-item-layout--simple article .qodef-e-top-holder a {
  font-size: 11px;
  letter-spacing: 0.15em;
  font-weight: 400;
}
.qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
  flex-shrink: 0;
  width: 94px;
  max-width: 94px;
  margin: 0 20px 0 0;
}
.qodef-blog.qodef-item-layout--simple article .qodef-e-title {
  text-transform: capitalize;
}
.widget_swissdelight_core_blog_list .qodef-widget-title {
  margin-bottom: 25px;
}
.qodef-blog.qodef-item-layout--standard.qodef-col-num--1
  article:not(:last-child)
  .qodef-e-info.qodef-info--bottom {
  margin-bottom: 36px;
}
.qodef-blog.qodef-item-layout--standard.qodef-col-num--1
  article:not(:last-child).format-link
  .qodef-e-link {
  margin-bottom: 50px;
}
.qodef-blog.qodef-item-layout--standard.qodef-col-num--1
  article:not(:last-child).format-quote
  .qodef-e-quote {
  margin-bottom: 50px;
}
.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: 87px;
  background-color: #f7f7f7;
  padding: 38px 52px;
}
@media only screen and (max-width: 680px) {
  #qodef-author-info {
    padding-left: 38px;
  }
}
#qodef-author-info .qodef-m-inner {
  position: relative;
  display: flex;
  align-items: center;
}
#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-author {
  margin: 0;
}
#qodef-author-info .qodef-m-author a {
  text-transform: capitalize;
}
#qodef-author-info .qodef-m-email {
  margin: 5px 0 0;
}
#qodef-author-info .qodef-m-description {
  margin: 6px 0 0;
  max-width: 620px;
}
#qodef-author-info .qodef-m-social-icons {
  margin-top: 13px;
}
#qodef-author-info .qodef-m-social-icons a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 16px;
}
#qodef-author-info .qodef-m-social-icons a:hover {
  color: #241c10;
}
#qodef-author-info .qodef-m-social-icons a:last-child {
  margin-right: 0;
}
#qodef-author-info .qodef-m-social-icons a:focus {
  color: #241c10;
}
#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: 25px 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-image {
  width: 100px;
}
@media only screen and (max-width: 680px) {
  #qodef-single-post-navigation .qodef-m-nav-image {
    display: none;
  }
}
#qodef-single-post-navigation .qodef-m-nav-cat {
  margin-left: -3px;
}
#qodef-single-post-navigation .qodef-m-nav-cat:before {
  content: ",";
  position: relative;
  left: -1px;
}
#qodef-single-post-navigation .qodef-m-top {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 400;
  color: var(--qode-main-color);
}
#qodef-single-post-navigation .qodef-m-top > span:hover {
  color: #241c10;
}
@media only screen and (max-width: 1024px) {
  #qodef-single-post-navigation .qodef-m-top {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 680px) {
  #qodef-single-post-navigation .qodef-m-top {
    display: none;
  }
}
#qodef-single-post-navigation .qodef-m-nav {
  position: relative;
  display: flex;
  align-items: center;
}
#qodef-single-post-navigation .qodef-m-nav .qodef-m-nav-info {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 680px) {
  #qodef-single-post-navigation .qodef-m-nav .qodef-m-nav-info {
    max-width: 160px;
  }
}
#qodef-single-post-navigation .qodef-m-nav.qodef--prev {
  left: 0;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-info {
  margin-left: 25px;
}
@media only screen and (max-width: 680px) {
  #qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-info {
    margin-left: 0;
  }
}
#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.qodef--next .qodef-m-nav-info {
  margin-right: 25px;
}
@media only screen and (max-width: 680px) {
  #qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-nav-info {
    margin-right: 0;
  }
}
#qodef-single-post-navigation .qodef-m-nav-title {
  font-family: Cormorant, serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #241c10;
  font-size: 21px;
  line-height: 1.14em;
  font-weight: 600;
  text-transform: capitalize;
}
.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-footer .widget a,
#qodef-page-footer .widget p {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.01em;
}
#qodef-page-footer .widget a {
  text-transform: capitalize;
}
#qodef-page-footer.qodef-skin--light .widget a,
#qodef-page-footer.qodef-skin--light .widget p {
  color: #ababab;
}
#qodef-page-footer.qodef-skin--light .widget a:hover {
  color: #fff;
}
#qodef-page-footer.qodef-skin--light .widget .qodef-h1,
#qodef-page-footer.qodef-skin--light .widget h1 {
  font-family: Cormorant, serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #241c10;
  font-size: 78px;
  line-height: 1.1em;
  letter-spacing: 0.02em;
  font-weight: 300;
  color: #fff;
  text-transform: capitalize;
}
#qodef-page-footer.qodef-skin--light .widget .qodef-h1 a,
#qodef-page-footer.qodef-skin--light .widget h1 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}
#qodef-page-footer.qodef-skin--light .widget .qodef-h1 a:focus,
#qodef-page-footer.qodef-skin--light .widget .qodef-h1 a:hover,
#qodef-page-footer.qodef-skin--light .widget h1 a:focus,
#qodef-page-footer.qodef-skin--light .widget h1 a:hover {
  color: var(--qode-main-color);
}
#qodef-page-footer.qodef-skin--light .widget .qodef-h2,
#qodef-page-footer.qodef-skin--light .widget h2 {
  font-family: Cormorant, serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #241c10;
  font-size: 67px;
  line-height: 1.1em;
  letter-spacing: 0.02em;
  font-weight: 300;
  color: #fff;
  text-transform: capitalize;
}
#qodef-page-footer.qodef-skin--light .widget .qodef-h2 a,
#qodef-page-footer.qodef-skin--light .widget h2 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}
#qodef-page-footer.qodef-skin--light .widget .qodef-h2 a:focus,
#qodef-page-footer.qodef-skin--light .widget .qodef-h2 a:hover,
#qodef-page-footer.qodef-skin--light .widget h2 a:focus,
#qodef-page-footer.qodef-skin--light .widget h2 a:hover {
  color: var(--qode-main-color);
}
#qodef-page-footer.qodef-skin--light .widget .qodef-h3,
#qodef-page-footer.qodef-skin--light .widget h3 {
  font-family: Cormorant, serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #241c10;
  font-size: 38px;
  line-height: 1.1em;
  letter-spacing: 0.02em;
  color: #fff;
  text-transform: capitalize;
}
#qodef-page-footer.qodef-skin--light .widget .qodef-h3 a,
#qodef-page-footer.qodef-skin--light .widget h3 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}
#qodef-page-footer.qodef-skin--light .widget .qodef-h3 a:focus,
#qodef-page-footer.qodef-skin--light .widget .qodef-h3 a:hover,
#qodef-page-footer.qodef-skin--light .widget h3 a:focus,
#qodef-page-footer.qodef-skin--light .widget h3 a:hover {
  color: var(--qode-main-color);
}
#qodef-page-footer.qodef-skin--light .widget .qodef-h4,
#qodef-page-footer.qodef-skin--light .widget h4 {
  font-family: Cormorant, serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #241c10;
  font-size: 33px;
  line-height: 1.03em;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
}
#qodef-page-footer.qodef-skin--light .widget .qodef-h4 a,
#qodef-page-footer.qodef-skin--light .widget h4 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}
#qodef-page-footer.qodef-skin--light .widget .qodef-h4 a:focus,
#qodef-page-footer.qodef-skin--light .widget .qodef-h4 a:hover,
#qodef-page-footer.qodef-skin--light .widget h4 a:focus,
#qodef-page-footer.qodef-skin--light .widget h4 a:hover {
  color: var(--qode-main-color);
}
#qodef-page-footer.qodef-skin--light .widget .qodef-h5,
#qodef-page-footer.qodef-skin--light .widget h5 {
  font-family: Cormorant, serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #241c10;
  font-size: 27px;
  line-height: 1.04em;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
}
#qodef-page-footer.qodef-skin--light .widget .qodef-h5 a,
#qodef-page-footer.qodef-skin--light .widget h5 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}
#qodef-page-footer.qodef-skin--light .widget .qodef-h5 a:focus,
#qodef-page-footer.qodef-skin--light .widget .qodef-h5 a:hover,
#qodef-page-footer.qodef-skin--light .widget h5 a:focus,
#qodef-page-footer.qodef-skin--light .widget h5 a:hover {
  color: var(--qode-main-color);
}
#qodef-page-footer.qodef-skin--light .widget .qodef-h6,
#qodef-page-footer.qodef-skin--light .widget h6 {
  font-family: Cormorant, serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #241c10;
  font-size: 21px;
  line-height: 1.14em;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
}
#qodef-page-footer.qodef-skin--light .widget .qodef-h6 a,
#qodef-page-footer.qodef-skin--light .widget h6 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}
#qodef-page-footer.qodef-skin--light .widget .qodef-h6 a:focus,
#qodef-page-footer.qodef-skin--light .widget .qodef-h6 a:hover,
#qodef-page-footer.qodef-skin--light .widget h6 a:focus,
#qodef-page-footer.qodef-skin--light .widget h6 a:hover {
  color: var(--qode-main-color);
}
#qodef-page-footer.qodef-skin--light .widget .qodef-social-icons-group a {
  color: #fff;
}
#qodef-page-footer.qodef-skin--light #qodef-page-footer-bottom-area,
#qodef-page-footer.qodef-skin--light #qodef-page-footer-top-area {
  background-color: #000;
}
#qodef-page-footer.qodef-skin--light .widget .qodef-widget-title {
  color: #fff;
}
#qodef-page-footer.qodef-skin--light .widget.widget_archive ul li a:before,
#qodef-page-footer.qodef-skin--light .widget.widget_categories ul li a:before,
#qodef-page-footer.qodef-skin--light .widget.widget_meta ul li a:before,
#qodef-page-footer.qodef-skin--light .widget.widget_nav_menu ul li a:before,
#qodef-page-footer.qodef-skin--light .widget.widget_pages ul li a:before,
#qodef-page-footer.qodef-skin--light
  .widget.widget_recent_comments
  ul
  li
  a:before {
  background-color: #63605a;
}
#qodef-page-footer.qodef-skin--light .widget.widget_archive ul li:hover a,
#qodef-page-footer.qodef-skin--light .widget.widget_categories ul li:hover a,
#qodef-page-footer.qodef-skin--light .widget.widget_meta ul li:hover a,
#qodef-page-footer.qodef-skin--light .widget.widget_nav_menu ul li:hover a,
#qodef-page-footer.qodef-skin--light .widget.widget_pages ul li:hover a,
#qodef-page-footer.qodef-skin--light
  .widget.widget_recent_comments
  ul
  li:hover
  a {
  color: var(--qode-header-light-color);
}
#qodef-fullscreen-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  overflow-x: hidden !important;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
}
#qodef-fullscreen-area .qodef-content-grid {
  height: 100%;
}
#qodef-fullscreen-area .qodef-content-grid .qodef-fullscreen-menu {
  width: 100%;
}
.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area {
  animation: qode-fade-in 0.25s linear both;
}
.qodef-fullscreen-menu-animate--in
  #qodef-fullscreen-area
  .qodef-fullscreen-menu
  > ul
  > li {
  opacity: 1;
  transform: translateX(0);
  transition: 0.3s ease-out, transform 0.6s cubic-bezier(0.24, 0, 0.16, 1.01);
}
.qodef-fullscreen-menu-animate--in
  #qodef-fullscreen-area
  .qodef-fullscreen-menu
  > ul
  > li:nth-child(1) {
  transition-delay: 0.1s;
}
.qodef-fullscreen-menu-animate--in
  #qodef-fullscreen-area
  .qodef-fullscreen-menu
  > ul
  > li:nth-child(2) {
  transition-delay: 0.2s;
}
.qodef-fullscreen-menu-animate--in
  #qodef-fullscreen-area
  .qodef-fullscreen-menu
  > ul
  > li:nth-child(3) {
  transition-delay: 0.3s;
}
.qodef-fullscreen-menu-animate--in
  #qodef-fullscreen-area
  .qodef-fullscreen-menu
  > ul
  > li:nth-child(4) {
  transition-delay: 0.4s;
}
.qodef-fullscreen-menu-animate--in
  #qodef-fullscreen-area
  .qodef-fullscreen-menu
  > ul
  > li:nth-child(5) {
  transition-delay: 0.5s;
}
.qodef-fullscreen-menu-animate--in
  #qodef-fullscreen-area
  .qodef-fullscreen-menu
  > ul
  > li:nth-child(6) {
  transition-delay: 0.6s;
}
.qodef-fullscreen-menu-animate--in
  #qodef-fullscreen-area
  .qodef-fullscreen-menu
  > ul
  > li:nth-child(7) {
  transition-delay: 0.7s;
}
.qodef-fullscreen-menu-animate--in
  #qodef-fullscreen-area
  .qodef-fullscreen-menu
  > ul
  > li:nth-child(8) {
  transition-delay: 0.8s;
}
.qodef-fullscreen-menu-animate--in
  #qodef-fullscreen-area
  .qodef-fullscreen-menu
  > ul
  > li:nth-child(9) {
  transition-delay: 0.9s;
}
.qodef-fullscreen-menu-animate--in
  #qodef-fullscreen-area
  .qodef-fullscreen-menu
  > ul
  > li:nth-child(10) {
  transition-delay: 1s;
}
.qodef-fullscreen-menu-animate--out #qodef-fullscreen-area {
  animation: qode-fade-out 0.25s linear both;
}
#qodef-fullscreen-area-inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}
.qodef-fullscreen-menu {
  position: relative;
  top: 0;
  margin: 0 auto;
  text-align: center;
}
.qodef-fullscreen-menu .qodef-widget-holder {
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .qodef-fullscreen-menu .qodef-widget-holder {
    display: none;
  }
}
.qodef-fullscreen-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.qodef-fullscreen-menu ul li {
  position: relative;
  margin: 0 0 28px;
  padding: 0;
}
.qodef-fullscreen-menu ul li a .qodef-menu-item-arrow {
  display: none;
}
.qodef-fullscreen-menu ul li.qodef--hide-link > a {
  cursor: default;
}
.qodef-fullscreen-menu ul.sub-menu {
  display: none;
}
.qodef-fullscreen-menu .qodef-menu-item-icon {
  margin-right: 5px;
}
.qodef-fullscreen-menu .qodef-mega-menu-widget-holder {
  display: none;
}
.qodef-fullscreen-menu > ul > li {
  opacity: 0;
  transform: translateX(-30px);
  will-change: transform;
}
.qodef-fullscreen-menu > ul > li > a {
  display: inline-block;
  font-family: Cormorant, serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 38px;
  line-height: 1.1em;
  letter-spacing: 0.02em;
  color: #fff;
}
.qodef-fullscreen-menu > ul > li > a .qodef-menu-item-text {
  position: relative;
  display: inline-block;
}
.qodef-fullscreen-menu > ul > li > a .qodef-menu-item-text:after {
  content: "";
  display: inline-block;
  width: calc(100% - 2px);
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.26s cubic-bezier(0.33, 0.02, 0, 0.93);
}
@media only screen and (max-width: 680px) {
  .qodef-fullscreen-menu > ul > li > a {
    font-size: 27px;
  }
}
.qodef-fullscreen-menu > ul > li > a:hover {
  color: #fff;
}
.qodef-fullscreen-menu > ul > li > a:hover .qodef-menu-item-text:after {
  transform: scaleX(1);
}
.qodef-fullscreen-menu > ul > li.current-menu-ancestor > a,
.qodef-fullscreen-menu > ul > li.current-menu-item > a {
  color: #fff;
}
.qodef-fullscreen-menu
  > ul
  > li.current-menu-ancestor
  > a
  .qodef-menu-item-text:after,
.qodef-fullscreen-menu
  > ul
  > li.current-menu-item
  > a
  .qodef-menu-item-text:after {
  transform: scaleX(1);
}
.qodef-fullscreen-menu
  > ul
  > li.current-menu-ancestor
  > a:hover
  .qodef-menu-item-text:after,
.qodef-fullscreen-menu
  > ul
  > li.current-menu-item
  > a:hover
  .qodef-menu-item-text:after {
  animation: qodef-draw-line 0.6s forwards cubic-bezier(0.33, 0.02, 0, 0.93);
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner > ul {
  padding: 20px 0 2px;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li {
  margin-bottom: 0;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a {
  position: relative;
  display: flex;
  white-space: normal;
  margin: 13px 0;
  overflow: hidden;
  transition: padding 0.2s ease-out;
  padding-right: 15px;
  font-family: Heebo, sans-serif;
  font-size: 15px;
  line-height: 1.66em;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.01em;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.01em;
  justify-content: center;
  display: inline-flex;
  padding: 0;
  margin: 7px 0;
}
.qodef-fullscreen-menu
  .qodef-drop-down-second-inner
  ul
  li
  > a
  .qodef-menu-item-icon {
  flex-shrink: 0;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a:before {
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  transform: scaleY(0);
  transform-origin: top;
  height: 17px;
  width: 1px;
  background: #63605a;
  border-radius: 100%;
  transition: left 0.2s ease-out, right 0.2s ease-out,
    transform 0.26s cubic-bezier(0.33, 0.02, 0, 0.93) 0.14s;
  left: -15px;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a:before {
  display: none;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a:after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: currentColor;
  position: absolute;
  left: 0;
  bottom: 2px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.26s cubic-bezier(0.33, 0.02, 0, 0.93);
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a:hover:after {
  transform: scaleX(1);
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li:last-child > a {
  margin-bottom: 0;
}
.qodef-fullscreen-menu
  .qodef-drop-down-second-inner
  ul
  li.current-menu-ancestor
  > a:after,
.qodef-fullscreen-menu
  .qodef-drop-down-second-inner
  ul
  li.current-menu-item
  > a:after {
  transform: scaleX(1);
}
.qodef-fullscreen-menu
  .qodef-drop-down-second-inner
  ul
  li.current-menu-ancestor
  > a:hover:after,
.qodef-fullscreen-menu
  .qodef-drop-down-second-inner
  ul
  li.current-menu-item
  > a:hover:after {
  animation: qodef-draw-line 0.6s forwards cubic-bezier(0.33, 0.02, 0, 0.93);
}
.qodef-fullscreen-menu-animate--in
  .qodef-fullscreen-menu-opener.qodef-source--predefined
  .qodef-m-line.qodef--1 {
  top: 12px;
  transform: rotate(45deg);
}
.qodef-fullscreen-menu-animate--in
  .qodef-fullscreen-menu-opener.qodef-source--predefined
  .qodef-m-line.qodef--2 {
  top: 12px;
  transform: rotate(-45deg);
}
.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener {
  color: #fff !important;
}
.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener .qodef-m-icon {
  visibility: hidden;
}
.qodef-fullscreen-menu--opened
  .qodef-fullscreen-menu-opener
  .qodef-m-icon.qodef--close {
  visibility: visible;
}
.qodef-fullscreen-menu--opened
  .qodef-fullscreen-menu-opener.qodef-source--predefined
  .qodef-m-text {
  color: #fff;
}
.qodef-fullscreen-menu--opened
  .qodef-fullscreen-menu-opener.qodef-source--predefined
  .qodef-m-text
  .qodef-m-svg-icon
  circle {
  stroke: rgba(255, 255, 255, 0.5);
}
.qodef-fullscreen-menu--opened
  .qodef-fullscreen-menu-opener.qodef-source--predefined
  .qodef-m-text
  .qodef-m-svg-icon
  circle:last-child {
  stroke: rgba(255, 255, 255, 0.3);
  stroke-dashoffset: 0;
}
.qodef-fullscreen-menu--opened #qodef-page-header,
.qodef-fullscreen-menu--opened #qodef-page-mobile-header {
  visibility: hidden;
}
.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener,
.qodef-fullscreen-menu--opened .qodef-header-logo-image.qodef--customizer,
.qodef-fullscreen-menu--opened .qodef-header-logo-link,
.qodef-fullscreen-menu--opened .qodef-mobile-header-logo-link {
  visibility: visible;
}
.qodef-fullscreen-menu--opened
  #qodef-page-header
  .qodef-header-logo-link
  img.qodef-header-logo-image {
  display: none;
}
#qodef-page-header .qodef-widget-holder {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 10px;
}
#qodef-page-header .qodef-widget-holder .widget {
  margin: 0 5px;
}
#qodef-page-header .qodef-widget-holder .widget.widget_text {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.66em;
}
#qodef-page-header .qodef-widget-holder .widget.widget_text a {
  position: relative;
}
#qodef-page-header .qodef-widget-holder .widget.widget_text a:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 3px;
  background-color: currentColor;
}
#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
  .qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  ul
  li
  > a,
#qodef-page-header-inner.qodef-skin--light
  .qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  > a,
#qodef-page-header-inner.qodef-skin--light nav > ul > li > a,
.qodef-custom-header-layout.qodef-skin--light
  .qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  ul
  li
  > a,
.qodef-custom-header-layout.qodef-skin--light
  .qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > 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
  .qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  ul
  li
  > a:before,
.qodef-custom-header-layout.qodef-skin--light
  .qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  ul
  li
  > a:before {
  background-color: #fff;
}
#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--light
  .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened)
  .qodef-m-text,
#qodef-page-header-inner.qodef-skin--light
  .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened)
  .qodef-m-text,
#qodef-page-header-inner.qodef-skin--light
  .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened)
  .qodef-m-text,
.qodef-custom-header-layout.qodef-skin--light
  .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened)
  .qodef-m-text,
.qodef-custom-header-layout.qodef-skin--light
  .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened)
  .qodef-m-text,
.qodef-custom-header-layout.qodef-skin--light
  .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened)
  .qodef-m-text {
  color: #fff;
}
#qodef-page-header-inner.qodef-skin--light
  .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened)
  .qodef-m-text
  .qodef-m-svg-icon
  circle,
#qodef-page-header-inner.qodef-skin--light
  .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened)
  .qodef-m-text
  .qodef-m-svg-icon
  circle,
#qodef-page-header-inner.qodef-skin--light
  .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened)
  .qodef-m-text
  .qodef-m-svg-icon
  circle,
.qodef-custom-header-layout.qodef-skin--light
  .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened)
  .qodef-m-text
  .qodef-m-svg-icon
  circle,
.qodef-custom-header-layout.qodef-skin--light
  .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened)
  .qodef-m-text
  .qodef-m-svg-icon
  circle,
.qodef-custom-header-layout.qodef-skin--light
  .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened)
  .qodef-m-text
  .qodef-m-svg-icon
  circle {
  stroke: #fff;
}
#qodef-page-header-inner.qodef-skin--light
  .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened)
  .qodef-m-text
  .qodef-m-svg-icon
  circle:first-child,
#qodef-page-header-inner.qodef-skin--light
  .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened)
  .qodef-m-text
  .qodef-m-svg-icon
  circle:first-child,
#qodef-page-header-inner.qodef-skin--light
  .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened)
  .qodef-m-text
  .qodef-m-svg-icon
  circle:first-child,
.qodef-custom-header-layout.qodef-skin--light
  .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened)
  .qodef-m-text
  .qodef-m-svg-icon
  circle:first-child,
.qodef-custom-header-layout.qodef-skin--light
  .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened)
  .qodef-m-text
  .qodef-m-svg-icon
  circle:first-child,
.qodef-custom-header-layout.qodef-skin--light
  .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened)
  .qodef-m-text
  .qodef-m-svg-icon
  circle:first-child {
  stroke-dashoffset: 210;
}
#qodef-page-header-inner.qodef-skin--light
  .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened)
  .qodef-m-text
  .qodef-m-svg-icon
  circle:last-child,
#qodef-page-header-inner.qodef-skin--light
  .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened)
  .qodef-m-text
  .qodef-m-svg-icon
  circle:last-child,
#qodef-page-header-inner.qodef-skin--light
  .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened)
  .qodef-m-text
  .qodef-m-svg-icon
  circle:last-child,
.qodef-custom-header-layout.qodef-skin--light
  .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened)
  .qodef-m-text
  .qodef-m-svg-icon
  circle:last-child,
.qodef-custom-header-layout.qodef-skin--light
  .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened)
  .qodef-m-text
  .qodef-m-svg-icon
  circle:last-child,
.qodef-custom-header-layout.qodef-skin--light
  .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened)
  .qodef-m-text
  .qodef-m-svg-icon
  circle:last-child {
  opacity: 0.4;
  stroke-dashoffset: 0;
}
#qodef-page-header-inner.qodef-skin--light
  .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened)
  .qodef-m-text:hover
  .qodef-m-svg-icon
  circle:first-child,
#qodef-page-header-inner.qodef-skin--light
  .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened)
  .qodef-m-text:hover
  .qodef-m-svg-icon
  circle:first-child,
#qodef-page-header-inner.qodef-skin--light
  .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened)
  .qodef-m-text:hover
  .qodef-m-svg-icon
  circle:first-child,
.qodef-custom-header-layout.qodef-skin--light
  .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened)
  .qodef-m-text:hover
  .qodef-m-svg-icon
  circle:first-child,
.qodef-custom-header-layout.qodef-skin--light
  .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened)
  .qodef-m-text:hover
  .qodef-m-svg-icon
  circle:first-child,
.qodef-custom-header-layout.qodef-skin--light
  .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened)
  .qodef-m-text:hover
  .qodef-m-svg-icon
  circle:first-child {
  stroke-dashoffset: 0;
}
#qodef-page-header-inner.qodef-skin--light
  .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened)
  .qodef-m-text:hover
  .qodef-m-svg-icon
  circle:last-child,
#qodef-page-header-inner.qodef-skin--light
  .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened)
  .qodef-m-text:hover
  .qodef-m-svg-icon
  circle:last-child,
#qodef-page-header-inner.qodef-skin--light
  .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened)
  .qodef-m-text:hover
  .qodef-m-svg-icon
  circle:last-child,
.qodef-custom-header-layout.qodef-skin--light
  .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened)
  .qodef-m-text:hover
  .qodef-m-svg-icon
  circle:last-child,
.qodef-custom-header-layout.qodef-skin--light
  .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened)
  .qodef-m-text:hover
  .qodef-m-svg-icon
  circle:last-child,
.qodef-custom-header-layout.qodef-skin--light
  .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened)
  .qodef-m-text:hover
  .qodef-m-svg-icon
  circle:last-child {
  stroke-dashoffset: -210;
}
#qodef-page-header-inner.qodef-skin--light .widget,
#qodef-page-header-inner.qodef-skin--light .widget a,
.qodef-custom-header-layout.qodef-skin--light .widget,
.qodef-custom-header-layout.qodef-skin--light .widget a {
  color: var(--qode-header-light-color);
}
#qodef-page-header-inner.qodef-skin--light .qodef-drop-down-second,
#qodef-page-header-inner.qodef-skin--light .sub-menu,
.qodef-custom-header-layout.qodef-skin--light .qodef-drop-down-second,
.qodef-custom-header-layout.qodef-skin--light .sub-menu {
  background-color: #171718;
}
#qodef-page-header-inner.qodef-skin--light
  .qodef-header-navigation
  > ul
  > li.qodef-menu-item--narrow
  ul
  li
  > a,
.qodef-custom-header-layout.qodef-skin--light
  .qodef-header-navigation
  > ul
  > li.qodef-menu-item--narrow
  ul
  li
  > a {
  color: #fff !important;
}
#qodef-page-header-inner.qodef-skin--light
  .qodef-header-navigation
  > ul
  > li.qodef-menu-item--narrow
  ul
  li
  > a:before,
.qodef-custom-header-layout.qodef-skin--light
  .qodef-header-navigation
  > ul
  > li.qodef-menu-item--narrow
  ul
  li
  > a:before {
  background-color: #fff !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
  .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%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#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--centered #qodef-page-header {
  height: 150px;
}
.qodef-header--centered #qodef-page-header-inner {
  flex-direction: column;
  justify-content: center;
}
.qodef-header--centered #qodef-page-header-inner > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
}
.qodef-header--centered #qodef-page-header-inner > div .qodef-widget-holder {
  margin-left: 0;
}
.qodef-header--centered
  #qodef-page-header-inner
  > div
  .qodef-header-navigation {
  margin: 0 24px;
}
.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-start;
}
.qodef-header--divided #qodef-page-header .qodef-divided-header-right-wrapper {
  justify-content: flex-end;
}
.qodef-header--divided #qodef-page-header .qodef-header-logo-link {
  justify-content: center;
}
.qodef-header--divided #qodef-page-header .qodef-header-navigation {
  margin: 0;
}
.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--minimal #qodef-page-header-inner .qodef-header-logo-link {
  margin-right: auto;
}
.qodef-header--minimal #qodef-page-header-inner .qodef-widget-holder {
  margin-right: 30px;
}
.qodef-header-standard--right
  #qodef-page-header-inner
  .qodef-header-navigation {
  margin-left: auto;
  margin-right: 3%;
}
@media only screen and (max-width: 1440px) {
  .qodef-header-standard--right
    #qodef-page-header-inner
    .qodef-header-navigation {
    margin-right: 2%;
  }
}
.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;
}
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
  .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid,
  .qodef-header--vertical
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 1100px;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
  .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid,
  .qodef-header--vertical
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 960px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid,
  .qodef-header--vertical
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 768px;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
  .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid,
  .qodef-header--vertical
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 1100px;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
  .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid,
  .qodef-header--vertical
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 960px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid,
  .qodef-header--vertical
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 768px;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
  .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid,
  .qodef-header--vertical
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 1100px;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
  .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid,
  .qodef-header--vertical
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 960px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid,
  .qodef-header--vertical
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 768px;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
  .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid,
  .qodef-header--vertical
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 960px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid,
  .qodef-header--vertical
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 768px;
  }
}
.qodef-header--vertical #qodef-page-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
}
.qodef-header--vertical #qodef-page-header .qodef-header-logo-link {
  height: auto;
}
.qodef-header--vertical #qodef-page-header-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  padding: 40px;
}
.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder {
  display: block;
}
.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder .widget {
  margin: 0 0 15px;
}
.qodef-header--vertical
  #qodef-page-header-inner
  .qodef-widget-holder
  .widget:last-child {
  margin-bottom: 0;
}
.qodef-header--vertical.admin-bar #qodef-page-header {
  top: 32px;
  height: calc(100% - 32px);
}
.qodef-header--vertical #qodef-page-footer,
.qodef-header--vertical #qodef-page-outer {
  padding-left: 300px;
}
.qodef-header--vertical .qodef-header-vertical-navigation {
  margin-top: auto;
  margin-bottom: auto;
  z-index: 100;
  width: 100%;
}
.qodef-header--vertical .qodef-header-vertical-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.qodef-header--vertical .qodef-header-vertical-navigation ul li {
  position: relative;
  padding: 0;
  margin: 6px 0;
}
.qodef-header--vertical .qodef-header-vertical-navigation ul li a {
  position: relative;
  display: block;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  ul
  li
  a
  .qodef-menu-item-arrow {
  position: absolute;
  top: 5px;
  right: 0;
  width: 8px;
  height: auto;
  fill: currentColor;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  ul
  li
  .qodef-drop-down-second {
  transform: translateZ(0);
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  ul
  li
  .qodef-drop-down-second-inner {
  position: relative;
  display: block;
  padding: 0;
  z-index: 997;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  ul
  li.qodef--hide-link
  > a {
  cursor: default;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  .qodef-menu-item-icon {
  margin-right: 5px;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  .qodef-mega-menu-widget-holder {
  display: none;
}
.qodef-header--vertical .qodef-header-vertical-navigation > ul > li > a {
  font-family: Cormorant, serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #241c10;
  font-size: 27px;
  line-height: 1.04em;
  font-weight: 500;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  > a
  .qodef-menu-item-text {
  position: relative;
  display: inline-block;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  > a
  .qodef-menu-item-text:after {
  content: "";
  display: inline-block;
  width: calc(100% - 2px);
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.26s cubic-bezier(0.33, 0.02, 0, 0.93);
}
.qodef-header--vertical .qodef-header-vertical-navigation > ul > li > a:hover {
  color: var(--qode-main-color);
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  > a:hover
  .qodef-menu-item-text:after {
  transform: scaleX(1);
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  > ul {
  padding: 10px 0 5px;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul {
  padding-left: 20px;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li
  > a {
  position: relative;
  display: flex;
  white-space: normal;
  margin: 13px 0;
  overflow: hidden;
  transition: padding 0.2s ease-out;
  padding-right: 15px;
  font-family: Heebo, sans-serif;
  font-size: 15px;
  line-height: 1.66em;
  font-weight: 400;
  color: #63605a;
  letter-spacing: 0.01em;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.01em;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li
  > a
  .qodef-menu-item-icon {
  flex-shrink: 0;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li
  > a:before {
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  transform: scaleY(0);
  transform-origin: top;
  height: 17px;
  width: 1px;
  background: #63605a;
  border-radius: 100%;
  transition: left 0.2s ease-out, right 0.2s ease-out,
    transform 0.26s cubic-bezier(0.33, 0.02, 0, 0.93) 0.14s;
  left: -15px;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li.current-menu-ancestor
  > a,
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li.current-menu-item
  > a,
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li:hover
  > a {
  padding-left: 15px;
  padding-right: 0;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li.current-menu-ancestor
  > a:before,
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li.current-menu-item
  > a:before,
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li:hover
  > a:before {
  left: 0;
  transform: scaleY(1);
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li.current-menu-ancestor
  > a,
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li.current-menu-item
  > a {
  color: var(--qode-main-color);
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li.current-menu-ancestor
  > a
  .qodef-menu-item-text:after,
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li.current-menu-item
  > a
  .qodef-menu-item-text:after {
  transform: scaleX(1);
}
.qodef-header--vertical
  .qodef-header-vertical-navigation.qodef-vertical-drop-down--below
  ul
  li
  a
  .qodef-menu-item-arrow {
  transform: rotate(0);
  transition: transform 0.3s ease;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation.qodef-vertical-drop-down--below
  ul
  li
  .qodef-drop-down-second {
  display: none;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation.qodef-vertical-drop-down--below
  ul
  li.qodef-menu-item--open
  > a
  .qodef-menu-item-arrow {
  transform: rotate(90deg);
}
.qodef-header--vertical
  .qodef-header-vertical-navigation.qodef-vertical-drop-down--side
  .qodef-drop-down-second {
  position: absolute;
  top: 0;
  width: 100%;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation.qodef-vertical-drop-down--side
  .qodef-drop-down-second
  ul {
  position: absolute;
  top: -23px;
  left: calc(100% + 40px);
  width: 254px;
  background-color: #fff;
  padding: 25px 20px;
  margin-left: 50px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-out;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation.qodef-vertical-drop-down--side
  .qodef-drop-down-second
  ul.qodef-float--open {
  margin-left: 0;
  opacity: 1;
  visibility: visible;
  z-index: 900;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation.qodef-vertical-drop-down--side
  .qodef-drop-down-second
  ul
  ul {
  top: -25px;
  left: calc(100% + 20px);
  visibility: hidden;
  transition: all 0.2s ease;
}
.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;
}
.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 70px;
  box-shadow: -1px 3px 7px 0 rgba(0, 0, 0, 0.04);
}
.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-page-header
  .qodef-custom-header-layout
  .qodef-header-sticky-inner
  .qodef-widget-holder.qodef--one {
  margin-left: 57px;
}
@media only screen and (max-width: 1440px) {
  #qodef-page-header
    .qodef-custom-header-layout
    .qodef-header-sticky-inner
    .qodef-widget-holder.qodef--one {
    margin-left: 26px;
  }
}
#qodef-top-area {
  position: relative;
  border-bottom: 1px solid #c3bfbb26;
  z-index: 101;
}
#qodef-top-area-inner {
  align-items: center;
  display: flex;
  height: 38px;
  justify-content: space-between;
  padding: 0 70px;
  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;
  font-size: 14px;
}
#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: #fafafa;
}
.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 #dadada;
  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 #dadada;
  border-left: 1px solid #dadada;
  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: Heebo, sans-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: #241c10;
}
.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 #dadada;
  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 {
  display: none;
}
.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: #000;
  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 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--hide-link > a {
  cursor: default;
}
#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: Cormorant, serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 27px;
  line-height: 1.04em;
  font-weight: 500;
  color: #fff;
}
#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li
  > a
  .qodef-menu-item-text {
  position: relative;
  display: inline-block;
}
#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li
  > a
  .qodef-menu-item-text:after {
  content: "";
  display: inline-block;
  width: calc(100% - 2px);
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.26s cubic-bezier(0.33, 0.02, 0, 0.93);
}
#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
  > a:hover
  .qodef-menu-item-text:after {
  transform: scaleX(1);
}
#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  > ul {
  padding: 10px 0 5px;
}
#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul {
  padding-left: 20px;
}
#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li
  > a {
  position: relative;
  display: flex;
  white-space: normal;
  margin: 13px 0;
  overflow: hidden;
  transition: padding 0.2s ease-out;
  padding-right: 15px;
  font-family: Heebo, sans-serif;
  font-size: 15px;
  line-height: 1.66em;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.01em;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.01em;
}
#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li
  > a
  .qodef-menu-item-icon {
  flex-shrink: 0;
}
#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li
  > a:before {
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  transform: scaleY(0);
  transform-origin: top;
  height: 17px;
  width: 1px;
  background: #63605a;
  border-radius: 100%;
  transition: left 0.2s ease-out, right 0.2s ease-out,
    transform 0.26s cubic-bezier(0.33, 0.02, 0, 0.93) 0.14s;
  left: -15px;
}
#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li.current-menu-ancestor
  > a,
#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li.current-menu-item
  > a,
#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li:hover
  > a {
  padding-left: 15px;
  padding-right: 0;
}
#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li.current-menu-ancestor
  > a:before,
#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li.current-menu-item
  > a:before,
#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li:hover
  > a:before {
  left: 0;
  transform: scaleY(1);
}
#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-m-navigation
  > ul
  > li.current-menu-ancestor
  > a
  .qodef-menu-item-text:after,
#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li.current-menu-item
  > a
  .qodef-menu-item-text:after {
  transform: scaleX(1);
}
#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: -2px;
  display: block;
  width: auto;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 10;
}
.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: 0;
}
.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: #fff;
}
.qodef-drop-down-second--full-width
  .qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second {
  width: 100vw;
  box-shadow: -1px 3px 7px 0 rgba(0, 0, 0, 0.04);
}
.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 70px;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul {
  display: flex;
  justify-content: space-between;
  padding: 46px 0 41px;
  margin: 0 -10px !important;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li {
  width: 100%;
  padding: 0;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  > a {
  font-family: Cormorant, serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #241c10;
  font-size: 27px;
  line-height: 1.04em;
  font-weight: 500;
  text-transform: capitalize;
  font-weight: 500;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  > a
  .qodef-menu-item-text {
  position: relative;
  display: inline-block;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  > a
  .qodef-menu-item-text:after {
  content: "";
  display: inline-block;
  width: calc(100% - 2px);
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.26s cubic-bezier(0.33, 0.02, 0, 0.93);
}
.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: 2px;
}
.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: 13px 0;
  overflow: hidden;
  transition: padding 0.2s ease-out;
  padding-right: 15px;
  font-family: Heebo, sans-serif;
  font-size: 15px;
  line-height: 1.66em;
  font-weight: 400;
  color: #63605a;
  letter-spacing: 0.01em;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.01em;
}
.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
  > a:before {
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  transform: scaleY(0);
  transform-origin: top;
  height: 17px;
  width: 1px;
  background: #63605a;
  border-radius: 100%;
  transition: left 0.2s ease-out, right 0.2s ease-out,
    transform 0.26s cubic-bezier(0.33, 0.02, 0, 0.93) 0.14s;
  left: -15px;
}
.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 {
  padding-left: 15px;
  padding-right: 0;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  ul
  li.current-menu-item
  > a:before,
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  ul
  li:hover
  > a:before {
  left: 0;
  transform: scaleY(1);
}
.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);
}
.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
  .qodef-menu-item-text:after {
  transform: scaleX(1);
}
body:not(.qodef-drop-down-second--full-width)
  .qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner {
  padding: 0 70px;
}
.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 > svg * {
  fill: currentColor;
  stroke: currentColor;
}
.qodef-opener-icon.qodef-source--predefined {
  color: #241c10;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-text {
  position: relative;
  display: block;
  width: 69px;
  height: 69px;
  border-radius: 100%;
  line-height: 69px;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #241c10;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-text .qodef-m-svg-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 69px;
  height: 69px;
}
.qodef-opener-icon.qodef-source--predefined
  .qodef-m-text
  .qodef-m-svg-icon
  circle {
  fill: none;
  stroke: rgba(36, 28, 16, 0.4);
  stroke-dasharray: 210;
  transition: stroke-dashoffset 0.6s cubic-bezier(0.24, 0, 0.16, 1.01);
}
.qodef-opener-icon.qodef-source--predefined
  .qodef-m-text
  .qodef-m-svg-icon
  circle:first-child {
  stroke-dashoffset: 210;
}
.qodef-opener-icon.qodef-source--predefined
  .qodef-m-text
  .qodef-m-svg-icon
  circle:last-child {
  stroke: rgba(36, 28, 16, 0.2);
  stroke-dashoffset: 0;
}
@media only screen and (max-width: 680px) {
  .qodef-opener-icon.qodef-source--predefined .qodef-m-text {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 1px solid rgba(36, 28, 16, 0.2);
  }
  .qodef-fullscreen-menu--opened
    .qodef-opener-icon.qodef-source--predefined
    .qodef-m-text {
    border-color: rgba(255, 255, 255, 0.3);
  }
  .qodef-opener-icon.qodef-source--predefined .qodef-m-text .qodef-m-svg-icon {
    display: none;
  }
}
.qodef-opener-icon.qodef-source--predefined:hover
  .qodef-m-text
  .qodef-m-svg-icon
  circle:first-child {
  stroke-dashoffset: 0;
}
.qodef-opener-icon.qodef-source--predefined:hover
  .qodef-m-text
  .qodef-m-svg-icon
  circle:last-child {
  stroke-dashoffset: -210;
}
.qodef-parallax {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.qodef-parallax.elementor-section {
  overflow: visible;
}
.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-contact-form-7 {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-contact-form-7 .wpcf7-response-output {
  margin: 2em 0 0 0 !important;
}
.qodef-contact-form-7 .ajax-loader {
  animation: qode-rotate 2s linear infinite;
  background-image: none !important;
  border: 2px solid #e6e6e6 !important;
  border-radius: 50%;
  border-top: 2px solid var(--qode-main-color) !important;
  height: 23px !important;
  margin: 0 0 0 12px !important;
  position: absolute;
  right: -10px;
  width: 23px !important;
}
.qodef-instagram-list.qodef-custom-instagram-list
  .sbi_item:nth-child(1)
  .sbi_photo_wrap
  a {
  pointer-events: none;
}
.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 {
  position: relative !important;
  background-image: none !important;
  height: auto !important;
  padding-bottom: 0 !important;
  opacity: 1 !important;
}
.qodef-instagram-list .sbi_photo_wrap a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.07);
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.qodef-instagram-list .sbi_photo_wrap a:after {
  color: #fff;
  content: "";
  font-family: Ionicons;
  font-size: 25px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(calc(-50% + 12px));
  transition: opacity 0.2s ease-out 70ms,
    transform 0.4s cubic-bezier(0.33, 0.02, 0, 0.93) 70ms;
}
.qodef-instagram-list .sbi_photo_wrap a:hover {
  opacity: 1 !important;
}
.qodef-instagram-list .sbi_photo_wrap a:hover:before {
  opacity: 1;
}
.qodef-instagram-list .sbi_photo_wrap a:hover:after {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%);
}
.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--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 36px 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 80px 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--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: -36px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium
  #sb_instagram
  #sbi_images {
  float: none;
  width: auto;
  margin: 0 -18px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium
  #sb_instagram
  #sbi_images
  > .sbi_item {
  padding: 0 18px !important;
  margin: 0 0 36px !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: -80px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge
  #sb_instagram
  #sbi_images {
  float: none;
  width: auto;
  margin: 0 -40px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge
  #sb_instagram
  #sbi_images
  > .sbi_item {
  padding: 0 40px !important;
  margin: 0 0 80px !important;
}
.qodef-twitter-list.qodef-layout--columns.qodef--no-bottom-info
  #ctf
  .ctf-tweet-actions {
  display: none;
}
.qodef-twitter-list.qodef-layout--columns #ctf {
  overflow: hidden;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-item {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  float: left;
  border: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box {
  margin-left: 0;
  display: block;
  margin-bottom: 8px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box-link {
  line-height: 1 !important;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-avatar {
  width: 37px;
  height: 37px;
  margin: 0 7px 0 0;
  float: none;
  border-radius: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-name {
  font-family: Cormorant, serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #241c10;
  font-size: 27px;
  line-height: 1.04em;
  font-weight: 500;
  font-weight: 600 !important;
  margin: 0 4px 0 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-screename-sep {
  display: none;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink {
  font-family: Heebo, sans-serif;
  font-size: 15px;
  line-height: 1.66em;
  font-weight: 400;
  color: #63605a;
  letter-spacing: 0.01em;
  margin-right: 4px;
  margin-left: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context:last-child,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta:last-child,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink:last-child {
  margin-right: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta {
  margin-top: 4px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-screenname {
  display: none;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content {
  display: flex;
  align-items: baseline;
  margin-left: 0;
  padding: 0;
  margin-top: -5px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content:before {
  content: "\e094";
  font-family: ElegantIcons;
  padding-right: 10px;
  font-size: 18px;
  position: relative;
  top: 5px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions {
  display: flex;
  align-items: baseline;
  margin-left: 0;
  margin-top: -3px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions:before {
  content: "\e094";
  font-family: ElegantIcons;
  padding-right: 10px;
  font-size: 18px;
  visibility: hidden;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a {
  padding: 0;
  font-size: 14px;
  margin-right: 8px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a:last-child {
  margin-right: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a.ctf-reply {
  margin-left: 0;
}
.qodef-twitter-list.qodef-layout--columns .ctf-tweets:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.qodef-twitter-list.qodef-layout--columns .ctf-tweets:after {
  clear: both;
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--1
  #ctf
  .ctf-tweets
  > .ctf-item {
  width: 100%;
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2
  #ctf
  .ctf-tweets
  > .ctf-item {
  width: 50%;
}
@media only screen and (min-width: 681px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--predefined
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 1441px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--custom
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3
  #ctf
  .ctf-tweets
  > .ctf-item {
  width: 33.33333%;
}
@media only screen and (min-width: 769px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--predefined
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 1441px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--custom
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(3n + 1) {
    clear: both;
  }
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4
  #ctf
  .ctf-tweets
  > .ctf-item {
  width: 25%;
}
@media only screen and (min-width: 1025px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--predefined
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 1441px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--custom
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(4n + 1) {
    clear: both;
  }
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5
  #ctf
  .ctf-tweets
  > .ctf-item {
  width: 20%;
}
@media only screen and (min-width: 1367px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--predefined
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(5n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 1441px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--custom
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(5n + 1) {
    clear: both;
  }
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6
  #ctf
  .ctf-tweets
  > .ctf-item {
  width: 16.66667%;
}
@media only screen and (min-width: 1441px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--predefined
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(6n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 1441px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--custom
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(6n + 1) {
    clear: both;
  }
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7
  #ctf
  .ctf-tweets
  > .ctf-item {
  width: 14.28571%;
}
@media only screen and (min-width: 1367px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--predefined
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(7n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 1441px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--custom
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(7n + 1) {
    clear: both;
  }
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8
  #ctf
  .ctf-tweets
  > .ctf-item {
  width: 12.5%;
}
@media only screen and (min-width: 1367px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--predefined
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(8n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 1441px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--custom
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(8n + 1) {
    clear: both;
  }
}
.qodef-twitter-list.qodef-gutter--no.qodef--no-bottom-space {
  margin-bottom: 0;
}
.qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets {
  margin: 0;
}
.qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets > .ctf-item {
  padding: 0;
  margin: 0;
}
.qodef-twitter-list.qodef-gutter--tiny.qodef--no-bottom-space {
  margin-bottom: -10px;
}
.qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets {
  margin: 0 -5px;
}
.qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets > .ctf-item {
  padding: 0 5px;
  margin: 0 0 10px;
}
.qodef-twitter-list.qodef-gutter--small.qodef--no-bottom-space {
  margin-bottom: -20px;
}
.qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets {
  margin: 0 -10px;
}
.qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets > .ctf-item {
  padding: 0 10px;
  margin: 0 0 20px;
}
.qodef-twitter-list.qodef-gutter--normal.qodef--no-bottom-space {
  margin-bottom: -30px;
}
.qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets {
  margin: 0 -15px;
}
.qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets > .ctf-item {
  padding: 0 15px;
  margin: 0 0 30px;
}
.qodef-twitter-list.qodef-gutter--medium.qodef--no-bottom-space {
  margin-bottom: -36px;
}
.qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets {
  margin: 0 -18px;
}
.qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets > .ctf-item {
  padding: 0 18px;
  margin: 0 0 36px;
}
.qodef-twitter-list.qodef-gutter--large.qodef--no-bottom-space {
  margin-bottom: -50px;
}
.qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets {
  margin: 0 -25px;
}
.qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets > .ctf-item {
  padding: 0 25px;
  margin: 0 0 50px;
}
.qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space {
  margin-bottom: -80px;
}
.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets {
  margin: 0 -40px;
}
.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets > .ctf-item {
  padding: 0 40px;
  margin: 0 0 80px;
}
#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
  color: #ccc;
}
#qodef-page-footer
  .widget
  .qodef-twitter-list.qodef-layout--columns
  #ctf
  a:hover {
  color: #fff;
}
#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
  color: #ccc;
}
#qodef-side-area
  .widget
  .qodef-twitter-list.qodef-layout--columns
  #ctf
  a:hover {
  color: #fff;
}
.yith-wcwl-form .wishlist-title {
  display: none;
}
.yith-wcwl-form .wishlist_table thead th {
  font-family: Cormorant, serif;
  font-size: 21px;
  line-height: 1.14em;
  font-weight: 600;
  text-align: center;
  color: #241c10;
}
.yith-wcwl-form .wishlist_table tr td {
  text-align: center;
  font-size: 15px;
}
.yith-wcwl-form .wishlist_table tr td.product-name {
  font-family: Cormorant, serif;
  font-size: 21px;
  line-height: 1.14em;
  font-weight: 600;
}
.yith-wcwl-form .wishlist_table tr td.product-name a:hover {
  color: #000;
}
.yith-wcwl-form .wishlist_table tr td.product-add-to-cart a.button {
  position: relative;
  vertical-align: middle;
  width: auto;
  margin: 0 auto !important;
  font-family: Heebo, sans-serif;
  font-size: 13px;
  line-height: 2em;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  outline: 0;
  transition: color 0.2s ease-out;
}
.yith-wcwl-form .wishlist_table tr td.product-add-to-cart a.button:after {
  content: "a";
  font-family: linea-ecommerce-10;
  font-size: 16px;
  text-transform: none;
  line-height: 1em;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  bottom: 1px;
}
.yith-wcwl-form .wishlist_table tr td.product-add-to-cart a.button:hover {
  color: #241c10;
}
.yith-wcwl-form .yith-wcwl-share {
  display: none;
}
@media only screen and (max-width: 768px) {
  .yith-wcwl-form .wishlist_table thead th.product-thumbnail {
    display: none;
  }
  .yith-wcwl-form .wishlist_table tr td.product-thumbnail {
    display: none;
  }
}
@media only screen and (max-width: 680px) {
  .yith-wcwl-form {
    overflow-x: scroll;
  }
  .yith-wcwl-form .product-thumbnail > a {
    width: 50px;
  }
  .yith-wcwl-form .wishlist_table thead th {
    font-size: 16px;
  }
  .yith-wcwl-form .wishlist_table tr td.product-name {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .yith-wcwl-form .wishlist_table thead th.product-stock-status {
    width: 75px;
    display: flex;
    border-top: none;
  }
  .yith-wcwl-form .wishlist_table tr td.product-stock-status {
    width: 75px;
    display: flex;
    height: 95px;
  }
}
#yith-wcwl-popup-message {
  display: none !important;
}
.qodef-order-tracking p:not(.form-row) {
  margin-top: 0;
}
.qodef-order-tracking .form-row {
  margin: 0;
}
.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-woo-product-list.qodef-item-layout--info-below.qodef-line-separator
  .qodef-woo-product-content {
  padding-top: 42px;
}
.qodef-woo-product-list.qodef-item-layout--info-below.qodef-line-separator
  .qodef-woo-product-content:before {
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  width: 1px;
  height: 77px;
  background-color: #241c1066;
  opacity: 0.3;
}
.qodef-woo-product-list.qodef-item-layout--info-below.qodef-line-separator.qodef-item-skin--light
  .qodef-woo-product-content:before {
  background-color: rgba(255, 255, 255, 0.6);
}
.qodef-woo-product-list.qodef-item-layout--info-below.qodef-button-position--center
  .qodef-woo-product-image-inner {
  top: 50%;
  bottom: unset;
  transform: translate(-50%, -50%);
}
.qodef-woo-product-list.qodef-item-layout--info-below.qodef-appear-animation--enabled
  .qodef-woo-product-content:before {
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.6s cubic-bezier(0.33, 0.02, 0, 0.93);
}
.elementor-editor-active
  .qodef-woo-product-list.qodef-item-layout--info-below.qodef-appear-animation--enabled
  .qodef-woo-product-content:before,
.qodef-woo-product-list.qodef-item-layout--info-below.qodef-appear-animation--enabled.qodef--appeared
  .qodef-woo-product-content:before {
  transform: scaleY(1);
}
.qodef-woo-product-list.qodef-item-layout--info-below.qodef-appear-animation--enabled
  .product:nth-child(1)
  .qodef-woo-product-content:before {
  transition-delay: 0.2s;
}
.qodef-woo-product-list.qodef-item-layout--info-below.qodef-appear-animation--enabled
  .product:nth-child(2)
  .qodef-woo-product-content:before {
  transition-delay: 0.4s;
}
.qodef-woo-product-list.qodef-item-layout--info-below.qodef-appear-animation--enabled
  .product:nth-child(3)
  .qodef-woo-product-content:before {
  transition-delay: 0.6s;
}
.qodef-woo-product-list.qodef-item-layout--info-below.qodef-appear-animation--enabled
  .product:nth-child(4)
  .qodef-woo-product-content:before {
  transition-delay: 0.8s;
}
.qodef-woo-product-list.qodef-item-layout--info-below.qodef-appear-animation--enabled
  .product:nth-child(5)
  .qodef-woo-product-content:before {
  transition-delay: 1s;
}
.qodef-woo-product-list.qodef-item-layout--info-below.qodef-appear-animation--enabled
  .product:nth-child(6)
  .qodef-woo-product-content:before {
  transition-delay: 1.2s;
}
.qodef-woo-product-list.qodef-item-layout--info-below.qodef-appear-animation--enabled
  .product:nth-child(7)
  .qodef-woo-product-content:before {
  transition-delay: 1.4s;
}
.qodef-woo-product-list.qodef-item-layout--info-below.qodef-appear-animation--enabled
  .product:nth-child(8)
  .qodef-woo-product-content:before {
  transition-delay: 1.6s;
}
.qodef-woo-product-list.qodef-item-layout--info-below.qodef-appear-animation--enabled
  .product:nth-child(9)
  .qodef-woo-product-content:before {
  transition-delay: 1.8s;
}
.qodef-woo-product-list.qodef-item-layout--info-below.qodef-appear-animation--enabled
  .product:nth-child(10)
  .qodef-woo-product-content:before {
  transition-delay: 2s;
}
.qodef-woo-product-list.qodef-item-layout--info-below.qodef-appear-animation--enabled
  .product:nth-child(11)
  .qodef-woo-product-content:before {
  transition-delay: 2.2s;
}
.qodef-woo-product-list.qodef-item-layout--info-below.qodef-appear-animation--enabled
  .product:nth-child(12)
  .qodef-woo-product-content:before {
  transition-delay: 2.4s;
}
.qodef-woo-product-list .qodef-grid-inner {
  opacity: 1;
  transition: opacity 0.2s ease-out;
}
.qodef-woo-product-list .qodef-m-pagination-spinner {
  position: absolute;
  bottom: calc(50% - 16px);
  left: calc(50% - 16px);
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: auto;
  fill: var(--qode-main-color);
  stroke: none;
  visibility: hidden;
  z-index: -1;
  animation: qode-rotate 2s infinite linear;
}
.qodef-woo-product-list.qodef--loading .qodef-grid-inner {
  opacity: 0;
}
.qodef-woo-product-list.qodef--loading .qodef-m-pagination-inner {
  opacity: 0;
}
.qodef-woo-product-list.qodef--loading .qodef-m-pagination-spinner {
  visibility: visible;
  z-index: 1;
}
.qodef-woo-product-list.qodef-item-layout--minimal {
  margin-top: 8px;
}
.qodef-woo-product-list.qodef-item-layout--minimal .qodef-woo-product-inner {
  display: flex;
}
.qodef-woo-product-list.qodef-item-layout--minimal .qodef-woo-product-content {
  width: 67%;
  margin: 20px 0 0 23px;
  text-align: left;
}
.qodef-woo-product-list.qodef-item-layout--minimal .qodef-woo-product-image {
  width: auto;
}
.qodef-woo-product-list.qodef-item-layout--minimal .price {
  justify-content: flex-start;
}
.qodef-woo-product-list.qodef-item-layout--minimal.qodef-item-skin--light
  .qodef-woo-product-content:before {
  background-color: #fff;
}
@media only screen and (max-width: 1440px) {
  .qodef-woo-product-list.qodef-item-layout--minimal
    .qodef-woo-product-content {
    margin: 0 0 0 23px;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-woo-product-list.qodef-item-layout--minimal
    .qodef-woo-product-content {
    margin: 20px 0 0 23px;
  }
}
.widget_swissdelight_core_woo_dropdown_cart {
  height: 100%;
}
.qodef-woo-dropdown-cart {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  padding: 0 10px;
}
@media only screen and (max-width: 1440px) {
  .qodef-woo-dropdown-cart {
    padding: 0 5px;
  }
}
.qodef-woo-dropdown-cart .qodef-m-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 100%;
}
.qodef-woo-dropdown-cart .qodef-m-opener {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.qodef-woo-dropdown-cart .qodef-m-opener:hover .qodef-m-opener-count {
  border-color: #241c10;
}
.qodef-woo-dropdown-cart
  .qodef-m-opener:hover
  .qodef-m-opener-count
  .qodef-m-svg-icon
  circle:first-child {
  stroke-dashoffset: -110;
}
.qodef-woo-dropdown-cart
  .qodef-m-opener:hover
  .qodef-m-opener-count
  .qodef-m-svg-icon
  circle:last-child {
  stroke-dashoffset: 0;
}
.qodef-woo-dropdown-cart .qodef-m-opener-count,
.qodef-woo-dropdown-cart .qodef-m-opener-label {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}
.qodef-woo-dropdown-cart .qodef-m-opener-label {
  letter-spacing: 0.15em;
}
.qodef-woo-dropdown-cart .qodef-m-opener-count {
  position: relative;
  border-radius: 100%;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  margin-left: 5px;
}
.qodef-woo-dropdown-cart .qodef-m-opener-count .qodef-m-svg-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 37px;
  height: 37px;
}
.qodef-woo-dropdown-cart .qodef-m-opener-count .qodef-m-svg-icon circle {
  fill: none;
  stroke-dasharray: 110;
  transition: stroke-dashoffset 0.6s cubic-bezier(0.24, 0, 0.16, 1.01);
}
.qodef-woo-dropdown-cart
  .qodef-m-opener-count
  .qodef-m-svg-icon
  circle:first-child {
  stroke: rgba(36, 28, 16, 0.2);
  stroke-dashoffset: 0;
}
.qodef-skin--light
  .qodef-woo-dropdown-cart
  .qodef-m-opener-count
  .qodef-m-svg-icon
  circle:first-child {
  stroke: rgba(255, 255, 255, 0.2);
}
.qodef-woo-dropdown-cart
  .qodef-m-opener-count
  .qodef-m-svg-icon
  circle:last-child {
  stroke: rgba(36, 28, 16, 0.4);
  stroke-dashoffset: 110;
}
.qodef-skin--light
  .qodef-woo-dropdown-cart
  .qodef-m-opener-count
  .qodef-m-svg-icon
  circle:last-child {
  stroke: rgba(255, 255, 255, 0.4);
}
.qodef-skin--light .qodef-woo-dropdown-cart .qodef-m-opener-count {
  border-color: rgba(255, 255, 255, 0.6);
}
#qodef-top-area .qodef-woo-dropdown-cart .qodef-m-opener-count {
  border-color: #63605a;
}
@media only screen and (max-width: 1024px) {
  .qodef-woo-dropdown-cart .qodef-m-opener-count {
    margin-left: 0;
    border: none;
    width: auto;
    height: auto;
    line-height: 1em;
    font-size: 10px;
    top: -3px;
    position: relative;
  }
  .qodef-woo-dropdown-cart .qodef-m-opener-count .qodef-m-svg-icon {
    display: none;
  }
}
#qodef-top-area .qodef-woo-dropdown-cart .qodef-m-opener {
  color: #63605a;
}
.qodef-woo-dropdown-cart .qodef-m-dropdown {
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
}
.qodef-header-sticky .qodef-woo-dropdown-cart .qodef-m-dropdown {
  border-top: none;
}
.qodef-woo-dropdown-cart .qodef-m-dropdown-inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 355px;
  padding: 50px 36px;
  background-color: #fff;
  box-shadow: -1px 3px 7px 0 #0000000a;
}
.qodef-woo-dropdown-cart .qodef-m-dropdown-inner .qodef-m-posts-not-found {
  color: #63605a;
}
.qodef-woo-dropdown-cart .qodef-m-order-details {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 23px;
}
.qodef-woo-dropdown-cart .qodef-m-order-details > * {
  margin: 0;
}
.qodef-woo-dropdown-cart .qodef-m-order-details .qodef-m-order-label {
  text-transform: capitalize;
}
.qodef-woo-dropdown-cart .qodef-m-order-amount {
  color: #241c10;
}
.qodef-woo-dropdown-cart .qodef-m-action {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
}
.qodef-woo-dropdown-cart .qodef-m-action-link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: Heebo, sans-serif;
  font-size: 13px;
  line-height: 2em;
  font-weight: 400;
  letter-spacing: 0.15em;
  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;
}
.qodef-woo-dropdown-cart .qodef-m-action-link.qodef-m-view-cart {
  padding: 6px 40px 4px;
  margin-right: 8px;
  color: #241c10 !important;
  background-color: transparent !important;
  border: 1px solid rgba(36, 28, 16, 0.4) !important;
}
.qodef-woo-dropdown-cart
  .qodef-m-action-link.qodef-m-view-cart
  .qodef-m-border--top-left:after,
.qodef-woo-dropdown-cart
  .qodef-m-action-link.qodef-m-view-cart
  .qodef-m-border--top-left:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  width: calc(100% + 1px);
  height: 1px;
  background-color: currentColor;
  opacity: 0.4;
  transition: 0.3s ease-out 0.3s;
}
.qodef-woo-dropdown-cart
  .qodef-m-action-link.qodef-m-view-cart
  .qodef-m-border--top-left:before {
  transform: scaleX(0);
  transform-origin: left;
}
.qodef-woo-dropdown-cart
  .qodef-m-action-link.qodef-m-view-cart
  .qodef-m-border--top-left:after {
  width: 1px;
  height: calc(100% + 2px);
  transform: scaleY(0);
  transform-origin: top;
}
.qodef-woo-dropdown-cart
  .qodef-m-action-link.qodef-m-view-cart
  .qodef-m-border--bottom-right:after,
.qodef-woo-dropdown-cart
  .qodef-m-action-link.qodef-m-view-cart
  .qodef-m-border--bottom-right:before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  display: block;
  width: calc(100% + 1px);
  height: 1px;
  background-color: currentColor;
  opacity: 0.4;
  transition: 0.3s ease-out;
}
.qodef-woo-dropdown-cart
  .qodef-m-action-link.qodef-m-view-cart
  .qodef-m-border--bottom-right:before {
  transform: scaleX(0);
  transform-origin: left;
}
.qodef-woo-dropdown-cart
  .qodef-m-action-link.qodef-m-view-cart
  .qodef-m-border--bottom-right:after {
  width: 1px;
  height: calc(100% + 2px);
  transform: scaleY(0);
  transform-origin: top;
}
.qodef-woo-dropdown-cart .qodef-m-action-link.qodef-m-view-cart:hover {
  background-color: transparent !important;
}
.qodef-woo-dropdown-cart
  .qodef-m-action-link.qodef-m-view-cart:hover
  .qodef-m-border--top-left:after,
.qodef-woo-dropdown-cart
  .qodef-m-action-link.qodef-m-view-cart:hover
  .qodef-m-border--top-left:before {
  transition: 0.3s ease-out;
}
.qodef-woo-dropdown-cart
  .qodef-m-action-link.qodef-m-view-cart:hover
  .qodef-m-border--top-left:before {
  transform: scaleX(1);
}
.qodef-woo-dropdown-cart
  .qodef-m-action-link.qodef-m-view-cart:hover
  .qodef-m-border--top-left:after {
  transform: scaleY(1);
}
.qodef-woo-dropdown-cart
  .qodef-m-action-link.qodef-m-view-cart:hover
  .qodef-m-border--bottom-right:after,
.qodef-woo-dropdown-cart
  .qodef-m-action-link.qodef-m-view-cart:hover
  .qodef-m-border--bottom-right:before {
  transition: 0.3s ease-out 0.3s;
}
.qodef-woo-dropdown-cart
  .qodef-m-action-link.qodef-m-view-cart:hover
  .qodef-m-border--bottom-right:before {
  transform: scaleX(1);
}
.qodef-woo-dropdown-cart
  .qodef-m-action-link.qodef-m-view-cart:hover
  .qodef-m-border--bottom-right:after {
  transform: scaleY(1);
}
.qodef-woo-dropdown-cart .qodef-m-action-link.qodef-m-checkout {
  padding: 6px 30px 4px;
  margin-left: 8px;
  color: #fff !important;
  background-color: #241c10 !important;
  border: 1px solid transparent !important;
}
.qodef-woo-dropdown-cart .qodef-m-action-link.qodef-m-checkout.qodef-no-text {
  background-color: transparent;
}
.qodef-woo-dropdown-cart
  .qodef-m-action-link.qodef-m-checkout.qodef-no-text:hover {
  background-color: transparent;
}
.qodef-woo-dropdown-cart .qodef-m-action-link.qodef-m-checkout:hover {
  background-color: #000 !important;
}
.qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-woo-dropdown-cart .qodef-woo-dropdown-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-top: 31px;
}
.qodef-woo-dropdown-cart .qodef-woo-dropdown-item:first-child {
  margin-top: 0;
}
.qodef-woo-dropdown-cart .qodef-e-image {
  flex-shrink: 0;
}
.qodef-woo-dropdown-cart .qodef-e-image a,
.qodef-woo-dropdown-cart .qodef-e-image img {
  display: block;
}
.qodef-woo-dropdown-cart .qodef-e-image img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 94px;
}
.qodef-woo-dropdown-cart .qodef-e-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-right: 20px;
}
.qodef-woo-dropdown-cart .qodef-e-title {
  margin: 0;
  text-transform: capitalize;
}
.qodef-skin--light .qodef-woo-dropdown-cart .qodef-e-title a {
  color: #241c10 !important;
}
.qodef-skin--light .qodef-woo-dropdown-cart .qodef-e-title a:hover {
  color: #63605a !important;
}
.qodef-woo-dropdown-cart .qodef-e-price {
  margin: 8px 0 0;
  color: #241c10;
}
.qodef-woo-dropdown-cart .qodef-e-quantity {
  margin: 3px 0 0;
  color: #63605a;
  font-size: 15px;
  line-height: 1.66em;
  letter-spacing: 0.01em;
}
.qodef-woo-dropdown-cart .qodef-e-remove {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 21px;
  line-height: 1;
}
.qodef-skin--light .qodef-woo-dropdown-cart .qodef-e-remove {
  color: #63605a !important;
}
.touchevents .qodef-woo-dropdown-cart {
  cursor: pointer;
}
.qodef-woo-dropdown-cart:hover .qodef-m-dropdown {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 680px) {
  .qodef-woo-dropdown-cart:hover .qodef-m-dropdown {
    opacity: 0;
    visibility: hidden;
  }
}
#qodef-top-area .qodef-woo-dropdown-cart .qodef-m-opener-label {
  font-size: 14px;
  letter-spacing: 0;
  text-transform: capitalize;
}
#qodef-top-area .qodef-woo-dropdown-cart .qodef-m-opener-count {
  border: none;
  width: auto;
  height: auto;
  line-height: 36px;
}
#qodef-top-area
  .qodef-woo-dropdown-cart
  .qodef-m-opener-count
  .qodef-m-svg-icon {
  display: none;
}
.qodef-woo-dropdown-cart .qodef-woo-dropdown-items a {
  color: #241c10;
}
.qodef-woo-dropdown-cart .qodef-woo-dropdown-items a:hover {
  color: #241c10;
}
.qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-woo-dropdown-item {
  margin-top: 30px;
}
.qodef-woo-dropdown-cart
  .qodef-woo-dropdown-items
  .qodef-woo-dropdown-item:first-child {
  margin-top: 0;
}
.qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-image {
  margin-right: 20px;
  width: 82px;
}
#qodef-top-area-inner .qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
  color: #ababab;
}
#qodef-top-area-inner .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a {
  color: #241c10;
}
#qodef-top-area-inner
  .qodef-woo-dropdown-cart
  .qodef-woo-dropdown-items
  a:hover {
  color: #fff;
}
#qodef-top-area-inner
  .qodef-woo-dropdown-cart
  .qodef-woo-dropdown-items
  .qodef-woo-dropdown-item {
  margin-top: 30px;
}
#qodef-top-area-inner
  .qodef-woo-dropdown-cart
  .qodef-woo-dropdown-items
  .qodef-woo-dropdown-item:first-child {
  margin-top: 0;
}
#qodef-top-area-inner
  .qodef-woo-dropdown-cart
  .qodef-woo-dropdown-items
  .qodef-e-image {
  margin-right: 20px;
  width: 82px;
}
#qodef-top-area-inner
  .qodef-woo-dropdown-cart
  .qodef-woo-dropdown-items
  .qodef-m-order-details {
  color: #ababab;
}
#qodef-top-area-inner.qodef-skin--light
  .qodef-woo-dropdown-cart
  .qodef-woo-dropdown-items {
  color: #ababab;
}
#qodef-top-area-inner.qodef-skin--light
  .qodef-woo-dropdown-cart
  .qodef-woo-dropdown-items
  a {
  color: #241c10;
}
#qodef-top-area-inner.qodef-skin--light
  .qodef-woo-dropdown-cart
  .qodef-woo-dropdown-items
  a:hover {
  color: #000;
}
#qodef-top-area-inner.qodef-skin--light
  .qodef-woo-dropdown-cart
  .qodef-woo-dropdown-items
  .qodef-woo-dropdown-item {
  margin-top: 30px;
}
#qodef-top-area-inner.qodef-skin--light
  .qodef-woo-dropdown-cart
  .qodef-woo-dropdown-items
  .qodef-woo-dropdown-item:first-child {
  margin-top: 0;
}
#qodef-top-area-inner.qodef-skin--light
  .qodef-woo-dropdown-cart
  .qodef-woo-dropdown-items
  .qodef-e-image {
  margin-right: 20px;
  width: 82px;
}
#qodef-top-area-inner.qodef-skin--light
  .qodef-woo-dropdown-cart
  .qodef-woo-dropdown-items
  .qodef-m-order-details {
  color: #ababab;
}
#qodef-page-footer .qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
  color: #63605a;
}
#qodef-page-footer .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a {
  color: #241c10;
}
#qodef-page-footer .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a:hover {
  color: #241c10;
}
#qodef-page-footer
  .qodef-woo-dropdown-cart
  .qodef-woo-dropdown-items
  .qodef-woo-dropdown-item {
  margin-top: 30px;
}
#qodef-page-footer
  .qodef-woo-dropdown-cart
  .qodef-woo-dropdown-items
  .qodef-woo-dropdown-item:first-child {
  margin-top: 0;
}
#qodef-page-footer
  .qodef-woo-dropdown-cart
  .qodef-woo-dropdown-items
  .qodef-e-image {
  margin-right: 20px;
  width: 82px;
}
#qodef-page-footer
  .qodef-woo-dropdown-cart
  .qodef-woo-dropdown-items
  .qodef-m-order-details {
  color: #63605a;
}
#qodef-page-footer-bottom-area
  .qodef-woo-dropdown-cart
  .qodef-woo-dropdown-items
  a {
  color: #241c10;
}
#qodef-page-footer-bottom-area
  .qodef-woo-dropdown-cart
  .qodef-woo-dropdown-items
  a:hover {
  color: #241c10;
}
#qodef-page-footer-bottom-area
  .qodef-woo-dropdown-cart
  .qodef-woo-dropdown-items
  .qodef-woo-dropdown-item {
  margin-top: 30px;
}
#qodef-page-footer-bottom-area
  .qodef-woo-dropdown-cart
  .qodef-woo-dropdown-items
  .qodef-woo-dropdown-item:first-child {
  margin-top: 0;
}
#qodef-page-footer-bottom-area
  .qodef-woo-dropdown-cart
  .qodef-woo-dropdown-items
  .qodef-e-image {
  margin-right: 20px;
  width: 82px;
}
#qodef-side-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
  color: #63605a;
}
#qodef-side-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a {
  color: #241c10;
}
#qodef-side-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a:hover {
  color: #241c10;
}
#qodef-side-area
  .qodef-woo-dropdown-cart
  .qodef-woo-dropdown-items
  .qodef-woo-dropdown-item {
  margin-top: 30px;
}
#qodef-side-area
  .qodef-woo-dropdown-cart
  .qodef-woo-dropdown-items
  .qodef-woo-dropdown-item:first-child {
  margin-top: 0;
}
#qodef-side-area
  .qodef-woo-dropdown-cart
  .qodef-woo-dropdown-items
  .qodef-e-image {
  margin-right: 20px;
  width: 82px;
}
#qodef-side-area
  .qodef-woo-dropdown-cart
  .qodef-woo-dropdown-items
  .qodef-m-order-details {
  color: #63605a;
}
.qodef-mega-menu-widget-holder
  .qodef-woo-dropdown-cart
  .qodef-woo-dropdown-items {
  color: #fff;
}
.qodef-mega-menu-widget-holder
  .qodef-woo-dropdown-cart
  .qodef-woo-dropdown-items
  a {
  color: #241c10;
}
.qodef-mega-menu-widget-holder
  .qodef-woo-dropdown-cart
  .qodef-woo-dropdown-items
  a:hover {
  color: #241c10;
}
.qodef-mega-menu-widget-holder
  .qodef-woo-dropdown-cart
  .qodef-woo-dropdown-items
  .qodef-woo-dropdown-item {
  margin-top: 30px;
}
.qodef-mega-menu-widget-holder
  .qodef-woo-dropdown-cart
  .qodef-woo-dropdown-items
  .qodef-woo-dropdown-item:first-child {
  margin-top: 0;
}
.qodef-mega-menu-widget-holder
  .qodef-woo-dropdown-cart
  .qodef-woo-dropdown-items
  .qodef-e-image {
  margin-right: 20px;
  width: 82px;
}
.qodef-mega-menu-widget-holder
  .qodef-woo-dropdown-cart
  .qodef-woo-dropdown-items
  .qodef-m-order-details {
  color: #fff;
}
#qodef-page-sidebar
  .qodef-woo-dropdown-cart
  .qodef-woo-dropdown-items
  .qodef-woo-dropdown-item {
  margin-top: 30px;
}
#qodef-page-sidebar
  .qodef-woo-dropdown-cart
  .qodef-woo-dropdown-items
  .qodef-woo-dropdown-item:first-child {
  margin-top: 0;
}
#qodef-page-sidebar
  .qodef-woo-dropdown-cart
  .qodef-woo-dropdown-items
  .qodef-e-image {
  margin-right: 20px;
  width: 82px;
}
#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
  color: #63605a;
}
#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a {
  color: #241c10;
}
#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a:hover {
  color: var(--qode-main-color);
}
#qodef-top-area
  .qodef-woo-dropdown-cart
  .qodef-woo-dropdown-items
  .qodef-woo-dropdown-item {
  margin-top: 30px;
}
#qodef-top-area
  .qodef-woo-dropdown-cart
  .qodef-woo-dropdown-items
  .qodef-woo-dropdown-item:first-child {
  margin-top: 0;
}
#qodef-top-area
  .qodef-woo-dropdown-cart
  .qodef-woo-dropdown-items
  .qodef-e-image {
  margin-right: 20px;
  width: 82px;
}
#qodef-top-area
  .qodef-woo-dropdown-cart
  .qodef-woo-dropdown-items
  .qodef-m-order-details {
  color: #63605a;
}
.qodef-shortcode .last_toggle_el_margin,
.qodef-shortcode .wpb_button,
.qodef-shortcode .wpb_content_element,
.qodef-shortcode .wpb_row,
.qodef-shortcode ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important;
}
.qodef-vc-row-wrapper.qodef--parallax-row {
  width: 100%;
}
.touchevents .qodef-vc-row-wrapper.qodef--parallax-row {
  height: auto !important;
}
.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.15s 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.15s ease-out;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in
  .qodef-e:hover
  .qodef-e-logo {
  opacity: 0;
}
.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-portfolio-single {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-portfolio-single .qodef-media iframe {
  max-height: calc(56.25vw);
}
.qodef-portfolio-single .qodef-portfolio-title {
  margin: 0 0 25px;
}
@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single .qodef-portfolio-title {
    margin-top: 0;
  }
}
.qodef-portfolio-single .qodef-portfolio-info > * {
  display: flex;
  margin-bottom: 10px;
  align-items: baseline;
  flex-wrap: wrap;
}
.qodef-portfolio-single .qodef-portfolio-info > :last-child {
  margin-bottom: 0;
}
.qodef-portfolio-single .qodef-portfolio-info .qodef-e-title {
  margin: 0 14px 5px 0;
  text-transform: capitalize;
}
.qodef-portfolio-single .qodef-portfolio-info .qodef-social-title {
  font-family: Cormorant, serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #241c10;
  font-size: 21px;
  line-height: 1.14em;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0;
  margin: 0 14px 5px 0;
}
.qodef-portfolio-single .qodef-portfolio-info .qodef-social-share ul {
  vertical-align: sub;
}
.qodef-portfolio-single .qodef-portfolio-info .qodef-social-share a {
  color: #241c10;
}
.qodef-portfolio-single .qodef-portfolio-info a,
.qodef-portfolio-single .qodef-portfolio-info p {
  margin: 0;
  color: #63605a;
}
.qodef-portfolio-single .qodef-portfolio-info .qodef-info--category > a {
  font-family: Heebo, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--qode-main-color);
  color: var(--qode-main-color);
}
.qodef-portfolio-single .qodef-portfolio-info .qodef-info--category > a:hover {
  color: #241c10;
}
.qodef-portfolio-single .qodef-portfolio-info .qodef-category-separator {
  color: var(--qode-main-color);
}
.qodef-portfolio-single .qodef-portfolio-info .qodef-info--tag > a {
  font-family: Cormorant, serif;
  font-style: italic;
  font-size: 18px;
  margin-right: 20px;
  letter-spacing: 0.01em;
  font-weight: 500;
}
.qodef-portfolio-single .qodef-portfolio-info .qodef-info--tag > a:hover {
  color: #241c10;
}
.qodef-portfolio-single .qodef-portfolio-info .qodef-info--tag > a:last-child {
  margin-right: 0;
}
.qodef-portfolio-single .qodef-portfolio-info .qodef-tag-separator:after {
  right: 8px;
}
.qodef-portfolio-single .qodef-variations--small .qodef-portfolio-title {
  margin-top: 50px;
}
@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single .qodef-variations--small .qodef-portfolio-title {
    margin-top: 0;
  }
}
.qodef-portfolio-single .qodef-variations--small .qodef-portfolio-info {
  margin-top: 27px;
}
.qodef-portfolio-single .qodef-variations--big .qodef-e-content {
  margin-top: -2px;
}
.qodef-portfolio-single .qodef-variations--big .qodef-portfolio-title {
  margin-top: 66px;
}
@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single .qodef-variations--big .qodef-portfolio-title {
    margin-top: 41px;
  }
}
.qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info {
  margin-top: 155px !important;
}
.qodef-portfolio-single .qodef-col--7-custom {
  width: 58.5%;
}
.qodef-portfolio-single .qodef-col--5-custom {
  width: 41.5%;
}
@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single .qodef-col--5-custom,
  .qodef-portfolio-single .qodef-col--7-custom {
    width: 100%;
  }
}
.qodef-portfolio-single.qodef-layout--images-big .qodef-portfolio-title {
  margin-top: 25px;
}
@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single.qodef-layout--images-big .qodef-portfolio-title {
    margin-top: 0;
  }
}
.qodef-portfolio-single.qodef-layout--images-big
  .qodef-variations--big
  .qodef-portfolio-info {
  margin-top: 114px !important;
}
@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single.qodef-layout--images-big
    .qodef-variations--big
    .qodef-portfolio-info {
    margin-top: 0 !important;
  }
}
.qodef-portfolio-category-list .qodef-e-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-portfolio-category-list .qodef-e-image img {
  display: block;
}
.qodef-portfolio-category-list .qodef-e-content a {
  position: relative;
  z-index: 1;
}
.qodef-portfolio-category-list .qodef-e-title {
  margin: 0;
}
.qodef-portfolio-category-list .qodef-e-description {
  margin: 9px 0 0;
}
.qodef-portfolio-category-list .qodef-e-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.qodef-portfolio-category-list.qodef-layout--gallery
  .qodef-e-inner:hover
  .qodef-e-content {
  opacity: 1;
}
.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 31px 40px;
  background-color: rgba(36, 28, 16, 0.4);
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-description,
.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-title {
  color: #fff;
}
.qodef-portfolio-category-list.qodef-layout--standard .qodef-e-content {
  margin-top: 28px;
}
.qodef-portfolio-list .qodef-e-inner {
  position: relative;
}
.qodef-portfolio-list .qodef-e-image img {
  display: block;
}
.qodef-portfolio-list .qodef-e-title {
  margin: 0;
  text-transform: capitalize;
}
.qodef-portfolio-list .qodef-info--category a {
  color: #63605a;
}
.qodef-portfolio-list .qodef-info--category a:hover {
  color: #241c10;
}
.qodef-portfolio-list .qodef-m-pagination {
  margin-top: 90px;
}
.qodef-portfolio-list.qodef-items--fixed .qodef-e-image {
  height: 100%;
  overflow: hidden;
}
.qodef-portfolio-list.qodef-items--fixed .qodef-e-media-image {
  height: 100%;
}
.qodef-portfolio-list.qodef-items--fixed .qodef-e-media-image a {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 100%;
}
.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-content {
  margin: 25px 0 16px;
  text-align: center;
}
.qodef-portfolio-list.qodef-item-layout--info-below
  .qodef-e-content
  .qodef-info--category {
  margin-top: 5px;
}
.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-title a:hover {
  color: #241c10;
}
.qodef-item-layout--info-below.qodef-hover-animation--overlay
  .qodef-e-media-image {
  overflow: hidden;
}
.qodef-item-layout--info-below.qodef-hover-animation--overlay
  .qodef-e-media-image
  img {
  transform: scale(1.05) translateX(0);
  transition: transform 0.4s ease-out;
  will-change: transform;
}
.qodef-item-layout--info-below.qodef-hover-animation--overlay
  .qodef-e-media-image
  > a {
  position: relative;
  display: block;
}
.qodef-item-layout--info-below.qodef-hover-animation--overlay
  .qodef-e:hover
  .qodef-e-media-image
  img {
  transform: scale(1.05) translateX(5px);
}
.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content {
  position: absolute;
  bottom: 9%;
  left: 4%;
}
.qodef-portfolio-list.qodef-item-layout--info-bottom-left
  .qodef-e-content-inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.qodef-portfolio-list.qodef-item-layout--info-bottom-left
  .qodef-e-content-inner
  > a {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
}
.qodef-portfolio-list.qodef-item-layout--info-bottom-left
  .qodef-e-content-inner
  * {
  color: #fff;
  z-index: 1;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover.qodef-col-num--1
  .qodef-m-bg-letter:after {
  font-size: calc(60em - (2 * 8em));
}
@media only screen and (max-width: 1440px) {
  .qodef-portfolio-list.qodef-item-layout--info-on-hover.qodef-col-num--1
    .qodef-m-bg-letter:after {
    font-size: calc(60em - (2 * 9.5em));
  }
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover.qodef-col-num--2
  .qodef-m-bg-letter:after {
  font-size: calc(60em - (3 * 8em));
}
@media only screen and (max-width: 1440px) {
  .qodef-portfolio-list.qodef-item-layout--info-on-hover.qodef-col-num--2
    .qodef-m-bg-letter:after {
    font-size: calc(60em - (3 * 9.5em));
  }
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover.qodef-col-num--3
  .qodef-m-bg-letter:after {
  font-size: calc(60em - (4 * 8em));
}
@media only screen and (max-width: 1440px) {
  .qodef-portfolio-list.qodef-item-layout--info-on-hover.qodef-col-num--3
    .qodef-m-bg-letter:after {
    font-size: calc(60em - (4 * 9.5em));
  }
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover.qodef-col-num--4
  .qodef-m-bg-letter:after {
  font-size: calc(60em - (5 * 8em));
}
@media only screen and (max-width: 1440px) {
  .qodef-portfolio-list.qodef-item-layout--info-on-hover.qodef-col-num--4
    .qodef-m-bg-letter:after {
    font-size: calc(60em - (5 * 9.5em));
  }
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover.qodef-col-num--5
  .qodef-m-bg-letter:after {
  font-size: calc(60em - (6 * 8em));
}
@media only screen and (max-width: 1440px) {
  .qodef-portfolio-list.qodef-item-layout--info-on-hover.qodef-col-num--5
    .qodef-m-bg-letter:after {
    font-size: calc(60em - (6 * 9.5em));
  }
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10%;
  box-sizing: border-box;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner {
  background-color: #fcf8ed;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  text-align: center;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover
  .qodef-e-content-inner
  .qodef-m-bg-letter:after {
  content: attr(data-bg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: Cormorant, serif;
  font-weight: 300;
  color: #eee5cd;
}
@media only screen and (max-width: 1024px) {
  .qodef-portfolio-list.qodef-item-layout--info-on-hover
    .qodef-e-content-inner
    .qodef-m-bg-letter:after {
    font-size: 17em;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-portfolio-list.qodef-item-layout--info-on-hover
    .qodef-e-content-inner
    .qodef-m-bg-letter:after {
    font-size: 20em;
  }
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover
  .qodef-e-content-inner
  > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover
  .qodef-e-content-inner
  .qodef-e-title
  a {
  color: #241c10;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover
  .qodef-e-content-inner
  .qodef-info--category {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 8px;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover
  .qodef-e-content-inner
  .qodef-info--category
  a {
  font-family: Heebo, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--qode-main-color);
  font-size: 11px;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover
  .qodef-e-content-inner
  * {
  z-index: 1;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover.qodef-col-num--5
  .qodef-m-bg-letter:after {
  font-size: 20em;
}
@media only screen and (max-width: 1440px) {
  .qodef-portfolio-list.qodef-item-layout--info-on-hover.qodef-col-num--5
    .qodef-m-bg-letter:after {
    font-size: 15em;
  }
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover.qodef-col-num--6
  .qodef-m-bg-letter:after {
  font-size: 17em;
}
@media only screen and (max-width: 1440px) {
  .qodef-portfolio-list.qodef-item-layout--info-on-hover.qodef-col-num--6
    .qodef-m-bg-letter:after {
    font-size: 13em;
  }
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover.qodef-col-num--6
  .qodef-e-title {
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .qodef-portfolio-list.qodef-item-layout--info-on-hover.qodef-col-num--5
    .qodef-m-bg-letter:after,
  .qodef-portfolio-list.qodef-item-layout--info-on-hover.qodef-col-num--6
    .qodef-m-bg-letter:after {
    font-size: 20em;
  }
}
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in
  .qodef-e-content {
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-title,
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in
  .qodef-info--category {
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.2s ease-out,
    transform 0.36s cubic-bezier(0.33, 0.02, 0, 0.93);
}
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in
  .qodef-e:hover
  .qodef-e-content {
  opacity: 1;
}
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in
  .qodef-e:hover
  .qodef-e-title,
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in
  .qodef-e:hover
  .qodef-info--category {
  opacity: 1;
  transform: translateY(0);
}
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in
  .qodef-e:hover
  .qodef-info--category {
  transition-delay: 0.1s;
}
.qodef-portfolio-slider-horizontal .qodef-swiper-container {
  width: calc(100% - 1px);
}
.qodef-portfolio-slider-horizontal .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
}
.qodef-skin--black .qodef-portfolio-slider-horizontal article {
  border-color: #fff;
}
.qodef-portfolio-slider-horizontal article .qodef-e-image,
.qodef-portfolio-slider-horizontal article .qodef-e-inner,
.qodef-portfolio-slider-horizontal article .qodef-e-media-image,
.qodef-portfolio-slider-horizontal article .qodef-e-media-image a,
.qodef-portfolio-slider-horizontal article .qodef-e-media-image img {
  height: 100%;
}
.qodef-portfolio-slider-horizontal article .qodef-e-media-image {
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
}
.qodef-portfolio-slider-horizontal article .qodef-e-media-image img {
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1.1) translateX(0);
  transition: transform 0.6s ease 0.2s;
  will-change: transform;
}
.qodef-portfolio-slider-horizontal
  article.swiper-slide-active
  .qodef-e-media-image
  img,
.qodef-portfolio-slider-horizontal
  article.swiper-slide-duplicate-active
  .qodef-e-media-image
  img {
  transform: scale(1.1) translateX(20px);
}
.qodef-portfolio-slider-horizontal article.swiper-slide-active .qodef-e-content,
.qodef-portfolio-slider-horizontal article.swiper-slide-active .qodef-e-title,
.qodef-portfolio-slider-horizontal
  article.swiper-slide-active
  .qodef-info--category,
.qodef-portfolio-slider-horizontal
  article.swiper-slide-duplicate-active
  .qodef-e-content,
.qodef-portfolio-slider-horizontal
  article.swiper-slide-duplicate-active
  .qodef-e-title,
.qodef-portfolio-slider-horizontal
  article.swiper-slide-duplicate-active
  .qodef-info--category {
  opacity: 1;
  transform: translateY(0);
}
.qodef-portfolio-slider-horizontal article.swiper-slide-active .qodef-e-content,
.qodef-portfolio-slider-horizontal
  article.swiper-slide-duplicate-active
  .qodef-e-content {
  transition-delay: 0.8s;
}
.qodef-portfolio-slider-horizontal article.swiper-slide-active .qodef-e-title,
.qodef-portfolio-slider-horizontal
  article.swiper-slide-duplicate-active
  .qodef-e-title {
  transition-delay: 0.9s;
}
.qodef-portfolio-slider-horizontal
  article.swiper-slide-active
  .qodef-info--category,
.qodef-portfolio-slider-horizontal
  article.swiper-slide-duplicate-active
  .qodef-info--category {
  transition-delay: 0.9s;
}
.qodef-portfolio-slider-horizontal article:hover .qodef-e-content {
  opacity: 1;
  transform: translateY(0);
}
.qodef-portfolio-slider-horizontal article:hover .qodef-e-title,
.qodef-portfolio-slider-horizontal article:hover .qodef-info--category {
  opacity: 1;
  transform: translateY(0);
}
.qodef-portfolio-slider-horizontal article:hover .qodef-e-title {
  transition-delay: 0.1s;
}
.qodef-portfolio-slider-horizontal article:hover .qodef-info--category {
  transition-delay: 0.1s;
}
.qodef-portfolio-slider-horizontal article .qodef-e-image {
  position: relative;
  margin: 0 2px;
}
.qodef-portfolio-slider-horizontal article .qodef-e-content {
  position: absolute;
  margin: 0;
  bottom: 10%;
  left: 0;
}
.qodef-portfolio-slider-horizontal
  article
  .qodef-e-content
  .qodef-e-info-category {
  font-size: 15px;
  margin-top: 5px;
}
.qodef-portfolio-slider-horizontal
  article
  .qodef-e-content
  .qodef-e-info-category
  .qodef-e-category:after {
  content: "/";
  margin: 0 3px 0 1px;
  color: inherit;
}
.qodef-portfolio-slider-horizontal
  article
  .qodef-e-content
  .qodef-e-info-category
  .qodef-e-category:hover:after {
  color: initial;
}
.qodef-skin--black
  .qodef-portfolio-slider-horizontal
  article
  .qodef-e-content
  .qodef-e-info-category
  .qodef-e-category:hover:after {
  color: #fff;
}
.qodef-portfolio-slider-horizontal
  article
  .qodef-e-content
  .qodef-e-info-category
  .qodef-e-category:last-child:after {
  display: none;
}
.qodef-portfolio-slider-horizontal .qodef-e-content {
  padding: 26px 40px 21px;
  background-color: #121213;
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 0.2s ease-out,
    transform 0.36s cubic-bezier(0.33, 0.02, 0, 0.93);
  will-change: transform;
}
.qodef-portfolio-slider-horizontal .qodef-e-content .qodef-e-title {
  position: relative;
  z-index: 1;
  margin: 0 0 6px;
  color: #fff;
  text-transform: capitalize;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.2s ease-out,
    transform 0.36s cubic-bezier(0.33, 0.02, 0, 0.93);
}
.qodef-portfolio-slider-horizontal .qodef-e-content .qodef-e-title a:hover {
  color: currentColor;
}
.qodef-portfolio-slider-horizontal .qodef-e-content .qodef-info--category {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.2s ease-out,
    transform 0.36s cubic-bezier(0.33, 0.02, 0, 0.93);
  will-change: transform;
}
.qodef-portfolio-slider-horizontal .qodef-e-content .qodef-info--category a {
  font-family: Heebo, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #8a7665;
  font-size: 11px;
}
.qodef-portfolio-slider-horizontal
  .qodef-e-content
  .qodef-info--category
  a:hover {
  color: #fff;
}
.qodef-portfolio-slider-horizontal .swiper-button-prev {
  top: calc(50% - 48px);
  left: 88px !important;
}
.qodef-portfolio-slider-horizontal .swiper-button-next {
  top: calc(50% - 48px);
  right: 88px !important;
}
#qodef-portfolio-single-related-items {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 86px;
}
#qodef-single-portfolio-navigation {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 31px 0 3px;
}
@media only screen and (max-width: 1024px) {
  #qodef-single-portfolio-navigation {
    margin-top: 21px;
  }
}
.qodef-gutter--large
  .qodef-layout--gallery-big
  #qodef-single-portfolio-navigation,
.qodef-gutter--large
  .qodef-layout--images-big
  #qodef-single-portfolio-navigation,
.qodef-gutter--large
  .qodef-layout--masonry-big
  #qodef-single-portfolio-navigation,
.qodef-gutter--large
  .qodef-layout--slider-big
  #qodef-single-portfolio-navigation {
  margin-top: 21px;
}
#qodef-single-portfolio-navigation .qodef-m-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#qodef-single-portfolio-navigation .qodef-m-nav {
  position: relative;
  display: flex;
}
#qodef-single-portfolio-navigation .qodef-m-nav > * {
  display: block;
  line-height: inherit;
}
#qodef-single-portfolio-navigation .qodef-m-nav .qodef-m-nav-image {
  width: 105px;
}
@media only screen and (max-width: 680px) {
  #qodef-single-portfolio-navigation .qodef-m-nav .qodef-m-nav-image {
    display: none;
  }
}
#qodef-single-portfolio-navigation .qodef-m-nav .qodef-m-nav-info {
  display: flex;
  flex-direction: column;
}
#qodef-single-portfolio-navigation .qodef-m-nav .qodef-m-nav-title {
  margin: 12px 0 0;
  font-family: Cormorant, serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #241c10;
  font-size: 21px;
  line-height: 1.14em;
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
}
#qodef-single-portfolio-navigation .qodef-m-nav .qodef-m-nav-cat {
  font-family: Heebo, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--qode-main-color);
  font-size: 11px;
  margin-top: 9px;
}
#qodef-single-portfolio-navigation .qodef-m-nav .qodef-m-nav-cat:hover {
  color: #241c10;
}
@media only screen and (max-width: 680px) {
  #qodef-single-portfolio-navigation .qodef-m-nav .qodef-m-nav-cat {
    display: none;
  }
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-image {
  margin-right: 25px;
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next {
  flex-direction: row-reverse;
  text-align: right;
  margin-left: auto;
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-m-nav-image {
  margin-left: 25px;
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link {
  position: absolute;
  top: 0;
  left: calc(50% - 16px);
}
#qodef-single-portfolio-navigation .qodef-m-nav-icon {
  font-size: 30px;
}
#qodef-single-portfolio-navigation .qodef-m-nav-label {
  font-family: Cormorant, serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.14em;
  font-weight: 600;
}
.qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-grid-item {
  display: block;
  margin-bottom: 40px;
  float: none;
}
.qodef-portfolio-single.qodef-layout--images-small
  .qodef-media
  .qodef-grid-item {
  display: block;
  margin-bottom: 35px;
  float: none;
}
.qodef-portfolio-single.qodef-layout--images-small
  .qodef-media
  .qodef-grid-item:last-child {
  margin-bottom: 0;
}
.qodef-reservation-form .qodef-m-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.qodef-reservation-form .qodef-m-field {
  flex-basis: 22.8%;
  position: relative;
}
.qodef-reservation-form
  .qodef-m-field
  .qodef-button.qodef-layout--filled.qodef-html--link:hover {
  background-color: #000;
}
.qodef-reservation-form .qodef-m-field-label {
  flex-shrink: 0;
  flex-basis: auto;
}
.qodef-reservation-form .qodef-m-icon {
  color: #241c10;
  position: absolute;
  right: 0;
  display: flex;
  font-size: 21px;
  top: 18px;
  z-index: 1;
}
.qodef-reservation-form .qodef-m-icon-date {
  font-size: 17px;
  top: 16px;
}
.qodef-reservation-form .qodef-m-label {
  text-align: center;
  font-size: 38px;
  line-height: 46px;
  color: #241c10;
}
.qodef-reservation-form .qodef-m-date,
.qodef-reservation-form .qodef-m-date:focus,
.qodef-reservation-form .select2-container--default {
  margin: 0;
  width: 100% !important;
  border: none;
  padding-left: 0;
  border-bottom: 1px solid #241c10;
}
.qodef-reservation-form .qodef-m-date {
  padding: 15px 21px 15px 0;
  cursor: pointer;
}
.qodef-reservation-form .select2-selection--single {
  color: inherit !important;
  font-size: inherit !important;
  border: none !important;
  padding: 15px 21px 15px 0 !important;
}
.qodef-reservation-form .select2-selection__arrow {
  display: none !important;
}
.qodef-reservation-form button.qodef-button.qodef-html--link {
  width: 100%;
}
.qodef-reservation-form button.qodef-button.qodef-html--link:hover {
  background-color: #000;
}
.qodef-reservation-form .qodef-m-copyright {
  font-size: 14px;
  font-family: Heebo, sans-serif;
  margin: 5px 0;
}
#ui-datepicker-div {
  min-width: 319px !important;
}
#ui-datepicker-div div.ui-datepicker-header {
  padding: 10px 16px;
  font-size: 15px;
}
#ui-datepicker-div table {
  height: 200px;
}
#ui-datepicker-div table td:last-child,
#ui-datepicker-div table th:last-child {
  border: none;
}
#ui-datepicker-div table th {
  text-align: center;
}
#ui-datepicker-div table td {
  text-align: center;
  vertical-align: middle;
}
.qodef-restaurant-menu-list .qodef-e-heading {
  display: flex;
  align-items: baseline;
}
.qodef-restaurant-menu-list .qodef-e-heading-title {
  margin: 0;
  text-transform: capitalize;
}
.qodef-restaurant-menu-list .qodef-e-heading-line {
  flex-grow: 1;
  border-bottom: 1px solid #bfb8b6;
  opacity: 0.5;
  margin: 0 10px;
}
.qodef-restaurant-menu-list .qodef-e-heading-price {
  margin: 0;
  color: #241c10;
}
.qodef-restaurant-menu-list .qodef-e-description {
  margin: 6px 0 0;
}
.qodef-restaurant-menu-list.qodef-item-skin--light .qodef-e-heading-price,
.qodef-restaurant-menu-list.qodef-item-skin--light .qodef-e-heading-title {
  color: #fff;
}
.qodef-restaurant-menu-list.qodef-item-skin--light .qodef-e-description {
  color: var(--qode-main-color);
}
.qodef-team-list .qodef-e-role {
  margin: 0;
  font-family: Heebo, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--qode-main-color);
}
.qodef-team-list .qodef-e-title {
  margin: 5px 0 9px;
}
.qodef-team-list .qodef-team-member-social-icons {
  margin: 0;
}
.qodef-team-list .qodef-e-biography a {
  color: #63605a;
}
.qodef-team-list .qodef-e-biography a:hover {
  color: #241c10;
}
.qodef-team-list.qodef-item-layout--info-below .qodef-e-content {
  margin: 25px 0 0;
  text-align: center;
}
.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner {
  position: relative;
}
.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.qodef-swiper-container.qodef-col-num--1:before {
  content: "''";
  position: absolute;
  display: block;
  font-size: 92px;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: -6px;
  left: 50%;
  top: -15px;
  transform: translateX(-50%);
  font-family: Cormorant, serif;
  color: #241c10;
}
.qodef-testimonials-list.qodef-swiper-container.qodef-col-num--1
  .qodef-e-text:before {
  display: none;
}
.qodef-testimonials-list .qodef-e-inner {
  padding-bottom: 40px;
  text-align: center;
}
.qodef-testimonials-list .qodef-e-media-image {
  line-height: 0;
  margin-bottom: 25px;
}
.qodef-testimonials-list .qodef-e-title {
  margin: 0 0 25px;
}
.qodef-testimonials-list .qodef-e-text {
  margin: 77px auto 45px;
  max-width: 1000px;
  text-transform: uppercase;
  font-size: 38px;
}
.qodef-testimonials-list .qodef-e-text:before {
  content: "''";
  position: relative;
  display: block;
  font-size: 92px;
  line-height: 1em;
  letter-spacing: -6px;
}
.qodef-testimonials-list .qodef-e-author-avatar {
  width: 58px;
  margin-right: 15px;
}
.qodef-testimonials-list .qodef-e-author {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qodef-testimonials-list .qodef-e-author-name {
  margin: 0;
  text-transform: capitalize;
}
.qodef-testimonials-list .qodef-e-author-info {
  text-align: center;
}
.qodef-testimonials-list .qodef-e-author-job {
  margin-top: 4px;
  display: block;
}
.qodef-testimonials-list .swiper-pagination-bullets {
  text-align: left;
  bottom: 0 !important;
}
.qodef-testimonials-list
  .swiper-pagination-bullets
  .swiper-pagination-bullet:before {
  background-color: var(--qode-main-color);
}
.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.qodef-skin--light .swiper-pagination-bullet:before {
  background-color: #fff;
}
.page-template-page-full-width .qodef-testimonials-list ~ .swiper-button-next,
.page-template-page-full-width .qodef-testimonials-list ~ .swiper-button-prev {
  transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .page-template-page-full-width .qodef-testimonials-list ~ .swiper-button-next,
  .page-template-page-full-width
    .qodef-testimonials-list
    ~ .swiper-button-prev {
    display: none;
  }
}
.qodef-testimonials-list ~ .swiper-button-next svg line,
.qodef-testimonials-list ~ .swiper-button-prev svg line {
  stroke-dasharray: 45;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.5s cubic-bezier(0.48, 0.57, 0.33, 0.89) 0.25s;
}
.qodef-testimonials-list ~ .swiper-button-next svg line:nth-child(2),
.qodef-testimonials-list ~ .swiper-button-prev svg line:nth-child(2) {
  transition: stroke-dashoffset 0.5s cubic-bezier(0.48, 0.57, 0.33, 0.89);
}
.qodef-testimonials-list ~ .swiper-button-next:hover svg line,
.qodef-testimonials-list ~ .swiper-button-prev:hover svg line {
  stroke-dashoffset: -90;
  transition: stroke-dashoffset 0.5s cubic-bezier(0.48, 0.57, 0.33, 0.89);
}
.qodef-testimonials-list ~ .swiper-button-next:hover svg line:nth-child(2),
.qodef-testimonials-list ~ .swiper-button-prev:hover svg line:nth-child(2) {
  stroke-dashoffset: 90;
  transition: stroke-dashoffset 0.5s cubic-bezier(0.48, 0.57, 0.33, 0.89) 0.25s;
}
.qodef-testimonials-list ~ .swiper-button-next {
  right: -7% !important;
}
.qodef-testimonials-list ~ .swiper-button-prev {
  left: -7% !important;
}
.qodef-review-rating {
  display: flex;
}
.qodef-review-rating .qodef-rating-inner {
  display: flex;
  flex-basis: 50%;
}
.qodef-review-rating label {
  margin: 0 10px 0 0;
}
.qodef-review-rating .qodef-comment-rating-box {
  display: flex;
  margin: 0;
}
.qodef-review-rating .qodef-star-rating {
  position: relative;
  display: block;
  margin: 0 0.1em 0 0;
  cursor: pointer;
  color: #c09d5c;
}
.qodef-review-rating .qodef-star-rating svg {
  display: block;
  width: 14px;
  height: auto;
  fill: none;
  stroke: currentColor;
}
.qodef-review-rating .qodef-star-rating.active svg {
  fill: currentColor;
}
.qodef-review-rating .qodef-comments-ratings {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 1;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-star {
  color: #c09d5c;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-star svg {
  display: inline-block;
  margin-right: 0.2em;
  width: 14px;
  height: auto;
  fill: none;
  stroke: currentColor;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-star svg:last-child {
  margin-right: 0;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active svg {
  fill: currentColor;
}
.qodef-reviews-per-criteria .qodef-item-reviews-average-rating {
  color: var(--qode-main-color);
  font-size: 60px;
  line-height: 1em;
  font-weight: 700;
}
.qodef-reviews-per-criteria .qodef-item-reviews-verbal-description {
  vertical-align: middle;
  margin: 2px 0 0;
}
.qodef-reviews-per-criteria .qodef-item-reviews-rating-icon {
  vertical-align: middle;
  font-size: 20px;
}
.qodef-reviews-per-criteria .qodef-item-reviews-display-right {
  vertical-align: middle;
  padding-left: 200px;
}
.qodef-reviews-per-criteria
  .qodef-item-reviews-display-right
  .qodef-item-reviews-display-bar {
  line-height: 28px;
}
.qodef-reviews-per-criteria
  .qodef-item-reviews-display-right
  .qodef-item-reviews-display-bar
  .qodef-item-reviews-display-bar-inner {
  padding: 6px 0;
}
.qodef-reviews-per-mark .qodef-reviews-number-holder {
  display: flex;
  align-items: center;
}
.qodef-reviews-per-mark .qodef-reviews-number-wrapper {
  display: flex;
  flex-direction: column;
  width: 25%;
  text-align: center;
}
.qodef-reviews-per-mark .qodef-reviews-number {
  font-size: 72px;
  color: #ffd740;
  font-weight: 700;
  line-height: 1em;
}
.qodef-reviews-per-mark .qodef-stars-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars {
  display: block;
}
.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars i {
  color: #ffd740;
}
.qodef-reviews-per-mark .qodef-reviews-count {
  font-weight: 700;
  font-size: 14px;
}
.qodef-reviews-per-mark .qodef-rating-percentage-wrapper {
  width: 75%;
  padding: 29px 50px 40px;
  background-color: #fafafa;
  border-left: 1px solid #e5e5e5;
}
.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-reviews-summary {
  display: inline-block;
  vertical-align: middle;
}
.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 15px;
}
.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper-inner {
  display: block;
}
.qodef-comment-list .qodef-comment-name {
  float: none;
}
.qodef-comment-list .qodef-review-rating {
  display: inline-block;
  width: 100%;
}
.qodef-comment-list .qodef-rating-inner {
  display: inline-block;
  width: 100%;
}
@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-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  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: #241c10;
  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: #241c10;
  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: #63605a;
  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: #241c10;
}
.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: 12px 0 0;
  padding: 2px 10px 2px 5px;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
  cursor: pointer;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title:first-child {
  margin-top: 0;
}
.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title
  .qodef-accordion-mark {
  position: relative;
  flex-shrink: 0;
  width: 20px;
  height: 18px;
  line-height: 1;
  text-align: center;
}
.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title
  .qodef-accordion-mark
  span {
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.2s ease-out;
}
.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title
  .qodef-accordion-mark
  span:before {
  display: block;
  line-height: inherit;
}
.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title
  .qodef-accordion-mark
  span.qodef-icon--minus {
  opacity: 0;
}
.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title
  .qodef-accordion-mark
  span.qodef-icon--plus {
  opacity: 1;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active,
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover {
  color: #fff;
  background-color: #000;
}
.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title.ui-state-active
  .qodef-accordion-mark
  span.qodef-icon--minus,
.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title.ui-state-hover
  .qodef-accordion-mark
  span.qodef-icon--minus {
  opacity: 1;
}
.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title.ui-state-active
  .qodef-accordion-mark
  span.qodef-icon--plus,
.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title.ui-state-hover
  .qodef-accordion-mark
  span.qodef-icon--plus {
  opacity: 0;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-content {
  padding: 16px 0 2px;
  margin: 0;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-content p {
  margin: 0;
}
.qodef-banner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.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;
}
.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;
}
.qodef-banner .qodef-m-title-inner {
  display: inline-block;
}
.qodef-banner .qodef-m-subtitle {
  font-family: Cormorant, serif;
  margin: 0;
  opacity: 0.5;
  letter-spacing: 0;
}
.qodef-banner .qodef-m-text-field {
  font-size: 15px;
  color: var(--qode-main-color);
  margin: 0 0 10px;
  font-style: italic;
}
.qodef-banner .qodef-m-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
}
.qodef-banner .qodef-m-image img {
  display: block;
  transition: all 0.35s ease-out;
}
.qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
  padding: 5% 7%;
}
@media only screen and (max-width: 680px) {
  .qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
    padding: 20px 30px;
  }
}
.qodef-banner.qodef-layout--link-button .qodef-m-image {
  overflow: hidden;
}
.qodef-banner.qodef-layout--link-button .qodef-m-image img {
  transform: scale(1.05) translateX(0);
  transition: transform 0.4s ease-out;
}
.qodef-banner.qodef-layout--link-button .qodef-m-title {
  margin: 6px 0;
  text-transform: capitalize;
}
@media only screen and (max-width: 680px) {
  .qodef-banner.qodef-layout--link-button .qodef-m-title {
    font-size: 27px;
  }
}
.qodef-banner.qodef-layout--link-button .qodef-m-text {
  margin: 0;
}
@media only screen and (max-width: 680px) {
  .qodef-banner.qodef-layout--link-button .qodef-m-text {
    display: none;
  }
}
.qodef-banner.qodef-layout--link-button .qodef-m-button {
  margin: 4px 0 0;
}
.qodef-banner.qodef-layout--link-button
  .qodef-m-button
  .qodef-button.qodef-layout--filled.qodef-html--link
  .qodef-m-svg-icon {
  transform: translateY(0) translateX(0);
  margin-right: 0;
}
@media only screen and (max-width: 680px) {
  .qodef-banner.qodef-layout--link-button .qodef-m-button {
    margin-top: 0;
  }
}
.qodef-banner.qodef-layout--link-button:hover .qodef-m-image img {
  transform: scale(1.05) translateX(5px);
}
.qodef-banner.qodef-layout--link-button:hover
  .qodef-m-button
  .qodef-m-svg-icon
  line {
  stroke-dashoffset: -66;
}
.qodef-banner.qodef-layout--link-button:hover
  .qodef-m-button
  .qodef-m-svg-icon
  line:nth-child(2) {
  stroke-dashoffset: 14;
  transition-delay: 0.14s;
}
.qodef-banner.qodef-layout--link-button:hover
  .qodef-m-button
  .qodef-m-svg-icon
  line:nth-child(3) {
  stroke-dashoffset: -14;
}
.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner {
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
  padding: 7% 11%;
}
@media only screen and (max-width: 680px) {
  .qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner {
    padding: 20px 30px;
  }
}
.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner .qodef-m-text {
  margin-top: 4px;
}
.qodef-banner.qodef-layout--link-overlay .qodef-m-image {
  overflow: hidden;
}
.qodef-banner.qodef-layout--link-overlay .qodef-m-image img {
  transform: scale(1.05) translateX(0);
  transition: transform 0.4s ease-out;
}
.qodef-banner.qodef-layout--link-overlay:hover .qodef-m-image img {
  transform: scale(1.05) translateX(5px);
}
.qodef-banner.qodef-layout--link-overlay:hover
  .qodef-m-button
  .qodef-m-svg-icon
  line {
  stroke-dashoffset: -66;
}
.qodef-banner.qodef-layout--link-overlay:hover
  .qodef-m-button
  .qodef-m-svg-icon
  line:nth-child(2) {
  stroke-dashoffset: 14;
  transition-delay: 0.14s;
}
.qodef-banner.qodef-layout--link-overlay:hover
  .qodef-m-button
  .qodef-m-svg-icon
  line:nth-child(3) {
  stroke-dashoffset: -14;
}
.qodef-button.qodef-html--link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: Heebo, sans-serif;
  font-size: 13px;
  line-height: 2em;
  font-weight: 400;
  letter-spacing: 0.15em;
  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 38px 12px;
}
.qodef-button.qodef-size--small {
  padding: 6px 31px 4px;
}
.qodef-button.qodef-size--large {
  padding: 15px 42px;
}
.qodef-button.qodef-size--full {
  width: 100%;
  text-align: center;
}
.qodef-button.qodef-has-icon span.qodef-m-text {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.qodef-button.qodef-has-icon .icon-arrows-slim-right {
  padding-left: 12px;
}
.qodef-button.qodef-has-icon .icon-arrows-slim-right:before {
  font-size: 2.55em;
  vertical-align: middle;
  line-height: inherit;
}
.qodef-button.qodef-has-icon.qodef-no-text {
  padding: 0;
}
.qodef-button.qodef-has-icon.qodef-no-text .icon-arrows-slim-right {
  padding-left: 0;
}
.qodef-button.qodef-layout--filled.qodef-html--link {
  color: #fff;
  background-color: #241c10;
  border: 1px solid transparent;
}
.qodef-button.qodef-layout--filled.qodef-html--link.qodef-no-text {
  background-color: transparent;
}
.qodef-button.qodef-layout--filled.qodef-html--link.qodef-no-text:hover {
  background-color: transparent;
}
.qodef-button.qodef-layout--filled.qodef-html--link .qodef-m-svg-icon line {
  fill: none;
  stroke: currentColor;
  stroke-miterlimit: 10;
  stroke-dasharray: 33;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.8s cubic-bezier(0.24, 0, 0.16, 1.01);
}
.qodef-button.qodef-layout--filled.qodef-html--link
  .qodef-m-svg-icon
  line:nth-child(2) {
  stroke-dasharray: 7;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.6s cubic-bezier(0.24, 0, 0.16, 1.01);
}
.qodef-button.qodef-layout--filled.qodef-html--link
  .qodef-m-svg-icon
  line:nth-child(3) {
  stroke-dasharray: 7;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.6s cubic-bezier(0.24, 0, 0.16, 1.01) 0.14s;
}
.qodef-button.qodef-layout--filled.qodef-html--link .qodef-m-svg-icon {
  transform: translateY(-8px) translateX(10px);
  margin-right: 12px;
}
.qodef-button.qodef-layout--filled.qodef-html--link:hover {
  background-color: rgba(36, 28, 16, 0.6);
}
.qodef-button.qodef-layout--filled.qodef-html--link:hover
  .qodef-m-svg-icon
  line {
  stroke-dashoffset: -66;
}
.qodef-button.qodef-layout--filled.qodef-html--link:hover
  .qodef-m-svg-icon
  line:nth-child(2) {
  stroke-dashoffset: 14;
  transition-delay: 0.14s;
}
.qodef-button.qodef-layout--filled.qodef-html--link:hover
  .qodef-m-svg-icon
  line:nth-child(3) {
  stroke-dashoffset: -14;
}
.qodef-button.qodef-layout--outlined {
  color: #241c10;
  background-color: transparent;
  border: 1px solid rgba(36, 28, 16, 0.4);
}
.qodef-button.qodef-layout--outlined .qodef-m-border--top-left:after,
.qodef-button.qodef-layout--outlined .qodef-m-border--top-left:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  width: calc(100% + 1px);
  height: 1px;
  background-color: currentColor;
  opacity: 0.4;
  transition: 0.3s ease-out 0.3s;
}
.qodef-button.qodef-layout--outlined .qodef-m-border--top-left:before {
  transform: scaleX(0);
  transform-origin: left;
}
.qodef-button.qodef-layout--outlined .qodef-m-border--top-left:after {
  width: 1px;
  height: calc(100% + 2px);
  transform: scaleY(0);
  transform-origin: top;
}
.qodef-button.qodef-layout--outlined .qodef-m-border--bottom-right:after,
.qodef-button.qodef-layout--outlined .qodef-m-border--bottom-right:before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  display: block;
  width: calc(100% + 1px);
  height: 1px;
  background-color: currentColor;
  opacity: 0.4;
  transition: 0.3s ease-out;
}
.qodef-button.qodef-layout--outlined .qodef-m-border--bottom-right:before {
  transform: scaleX(0);
  transform-origin: left;
}
.qodef-button.qodef-layout--outlined .qodef-m-border--bottom-right:after {
  width: 1px;
  height: calc(100% + 2px);
  transform: scaleY(0);
  transform-origin: top;
}
.qodef-button.qodef-layout--outlined .qodef-m-svg-icon line {
  fill: none;
  stroke: currentColor;
  stroke-miterlimit: 10;
  stroke-dasharray: 33;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.8s cubic-bezier(0.24, 0, 0.16, 1.01);
}
.qodef-button.qodef-layout--outlined .qodef-m-svg-icon line:nth-child(2) {
  stroke-dasharray: 7;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.6s cubic-bezier(0.24, 0, 0.16, 1.01);
}
.qodef-button.qodef-layout--outlined .qodef-m-svg-icon line:nth-child(3) {
  stroke-dasharray: 7;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.6s cubic-bezier(0.24, 0, 0.16, 1.01) 0.14s;
}
.qodef-button.qodef-layout--outlined .qodef-m-svg-icon {
  transform: translateY(-8px) translateX(10px);
  margin-right: 12px;
}
.qodef-button.qodef-layout--outlined:hover {
  background-color: transparent;
}
.qodef-button.qodef-layout--outlined:hover .qodef-m-border--top-left:after,
.qodef-button.qodef-layout--outlined:hover .qodef-m-border--top-left:before {
  transition: 0.3s ease-out;
}
.qodef-button.qodef-layout--outlined:hover .qodef-m-border--top-left:before {
  transform: scaleX(1);
}
.qodef-button.qodef-layout--outlined:hover .qodef-m-border--top-left:after {
  transform: scaleY(1);
}
.qodef-button.qodef-layout--outlined:hover .qodef-m-border--bottom-right:after,
.qodef-button.qodef-layout--outlined:hover
  .qodef-m-border--bottom-right:before {
  transition: 0.3s ease-out 0.3s;
}
.qodef-button.qodef-layout--outlined:hover
  .qodef-m-border--bottom-right:before {
  transform: scaleX(1);
}
.qodef-button.qodef-layout--outlined:hover .qodef-m-border--bottom-right:after {
  transform: scaleY(1);
}
.qodef-button.qodef-layout--outlined:hover .qodef-m-svg-icon line {
  stroke-dashoffset: -66;
}
.qodef-button.qodef-layout--outlined:hover .qodef-m-svg-icon line:nth-child(2) {
  stroke-dashoffset: 14;
  transition-delay: 0.14s;
}
.qodef-button.qodef-layout--outlined:hover .qodef-m-svg-icon line:nth-child(3) {
  stroke-dashoffset: -14;
}
.qodef-button.qodef-layout--textual {
  background-color: transparent;
  border: 0;
}
.qodef-button.qodef-layout--textual .qodef-m-text {
  display: inline-block;
  vertical-align: middle;
}
.qodef-button.qodef-layout--textual:not(.qodef-has-icon) .qodef-m-text {
  position: relative;
}
.qodef-button.qodef-layout--textual:not(.qodef-has-icon) .qodef-m-text:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 3px;
  left: 0;
  transform: scaleX(1);
}
.qodef-button.qodef-layout--textual:not(.qodef-has-icon):hover
  .qodef-m-text:after {
  animation: qodef-draw-line 0.6s forwards cubic-bezier(0.33, 0.02, 0, 0.93);
}
.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-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-digit,
.qodef-countdown.qodef-countdown--light .qodef-label {
  color: #fff;
}
.qodef-countdown .qodef-digit-wrapper {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
}
.qodef-countdown .qodef-digit {
  font-size: 95px;
  line-height: 85px;
  font-weight: 300;
  font-family: Cormorant, serif;
  letter-spacing: 0.02em;
  color: #241c10;
}
.qodef-countdown .qodef-label {
  font-family: Cormorant, serif;
  font-size: 27px;
  line-height: 18px;
  font-weight: 400;
  margin-top: 17px;
}
.qodef-counter.qodef-layout--simple {
  text-align: center;
}
.qodef-counter.qodef-layout--simple .qodef-m-digit {
  font-family: inherit;
  font-weight: 600;
  font-size: 75px;
  line-height: 1;
  color: #241c10;
}
.qodef-counter.qodef-layout--simple .qodef-m-title {
  margin: 5px 0 0 0;
}
.qodef-counter.qodef-layout--simple .qodef-m-text {
  margin: 0;
}
.qodef-custom-font {
  position: relative;
  margin: 0;
}
.qodef-custom-font .qodef-m-word {
  display: inline-block;
}
.qodef-custom-font .qodef-m-empty-space:last-child {
  display: none;
}
.qodef-custom-font.qodef-appear-animation--enabled {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.8s ease;
  will-change: transform;
}
.elementor-editor-active .qodef-custom-font.qodef-appear-animation--enabled,
.qodef-custom-font.qodef-appear-animation--enabled.qodef--appeared {
  opacity: 1;
  transform: translateY(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: Cormorant, serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #241c10;
  font-size: 67px;
  line-height: 1.1em;
  letter-spacing: 0.02em;
  font-weight: 300;
}
.qodef-dropcaps .qodef-m-text {
  display: inline;
  margin: 0;
}
.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
  width: 40px;
  height: 40px;
  font-size: 33px;
  line-height: 1.03em;
  font-weight: 500;
  color: #fff;
  background-color: #241c10;
}
.qodef-dropcaps.qodef-type--circle .qodef-m-letter {
  border-radius: 100%;
}
.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: #241c10;
}
.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;
  line-height: 1;
}
.qodef-icon-list-item .qodef-e-title a {
  display: block;
  color: unset;
}
.qodef-icon-list-item .qodef-e-title-inner {
  display: flex;
  align-items: center;
}
.qodef-icon-list-item .qodef-e-title-text {
  letter-spacing: 0.04em;
}
.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: 15px;
}
.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_swissdelight_core_icon_list_item {
  margin-bottom: 0;
}
#qodef-page-footer .widget.widget_swissdelight_core_icon_list_item {
  margin-bottom: 0;
}
#qodef-side-area .widget.widget_swissdelight_core_icon_list_item {
  margin-bottom: 0;
}
.qodef-icon-with-text .qodef-m-title {
  margin: 0;
  text-transform: capitalize;
}
.qodef-icon-with-text .qodef-m-title a {
  display: block;
  color: inherit;
}
.qodef-icon-with-text .qodef-m-title a:hover {
  color: currentColor;
}
.qodef-icon-with-text .qodef-m-text {
  margin: 9px 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: 30px;
}
.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: 30px;
}
.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: #241c10;
}
.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_swissdelight_core_icon {
  display: inline-block;
  line-height: 1;
}
#qodef-page-sidebar .widget.widget_swissdelight_core_icon {
  margin-bottom: 0;
}
#qodef-page-footer .widget.widget_swissdelight_core_icon {
  margin-bottom: 0;
}
#qodef-side-area .widget.widget_swissdelight_core_icon {
  margin-bottom: 0;
}
.qodef-image-gallery.qodef-appear-animation--enabled {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.8s ease;
  will-change: transform;
}
.elementor-editor-active .qodef-image-gallery.qodef-appear-animation--enabled,
.qodef-image-gallery.qodef-appear-animation--enabled.qodef--appeared {
  opacity: 1;
  transform: translateY(0);
}
.qodef-image-gallery.qodef-swiper-container .swiper-pagination-bullets {
  bottom: 0 !important;
}
.qodef-image-gallery.qodef-swiper-container
  .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 13px;
}
.qodef-image-gallery.qodef-image-shadow .qodef-image-wrapper img {
  box-shadow: 4px 6px 20px 0 rgba(206, 195, 181, 0.2);
}
.qodef-image-gallery.qodef-image-shadow.qodef-swiper-container .swiper-slide {
  padding: 15px;
}
.qodef-image-marquee {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-image-marquee .qodef-m-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 auto;
  overflow: hidden;
}
.qodef-image-marquee .qodef-m-content.qodef--mobile {
  display: none;
}
.qodef-image-marquee .qodef-m-content.qodef--mobile .qodef-m-image {
  background-size: cover !important;
}
.qodef-image-marquee .qodef-m-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.qodef-image-marquee .qodef-m-image.qodef-image--copy {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateX(100%) translateZ(0);
}
.qodef-image-marquee .qodef-m-image a {
  position: relative;
  display: block;
}
@keyframes qode-move-marquee {
  0% {
    transform: translateX(0) translateZ(0);
  }
  100% {
    transform: translateX(-100%) translateZ(0);
  }
}
@keyframes qode-move-marquee-copy {
  0% {
    transform: translateX(100%) translateZ(0);
  }
  100% {
    transform: translateX(0) translateZ(0);
  }
}
.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-m-image img {
  margin: auto;
}
.qodef-image-with-text .qodef-m-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-image-with-text .qodef-m-title {
  margin: 31px 0 0;
}
.qodef-image-with-text .qodef-m-title a:hover {
  color: inherit;
}
@media only screen and (max-width: 1024px) {
  .qodef-landing-page .qodef-image-with-text .qodef-m-title {
    margin-top: 26px !important;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-landing-page .qodef-image-with-text .qodef-m-title {
    margin-top: 21px !important;
  }
}
.qodef-image-with-text .qodef-m-subtitle {
  text-transform: uppercase;
  color: #8a7665;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.15em;
  display: block;
  margin-top: 6px;
}
.qodef-image-with-text .qodef-m-text {
  margin: 9px 0 0;
}
.qodef-image-with-text.qodef-layout--text-below .qodef-m-image img {
  display: inline-block;
}
.qodef-image-with-text.qodef-image-shadow .qodef-m-image img {
  transform: translateY(0);
  box-shadow: 4px 6px 20px 0 rgba(206, 195, 181, 0.2);
  transition: box-shadow 0.36s cubic-bezier(0.33, 0.02, 0, 0.93),
    transform 0.6s ease;
  will-change: transform;
}
.qodef-image-with-text.qodef-image-shadow.qodef--active .qodef-m-image img {
  transform: translateY(-2px);
  box-shadow: 4px 6px 40px 0 rgba(206, 195, 181, 0.3);
}
.qodef-image-with-text.qodef-layout--text-on-image {
  display: flex;
}
.qodef-image-with-text.qodef-layout--text-on-image .qodef-m-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.qodef-image-with-text.qodef-layout--text-on-image
  .qodef-m-image
  img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.qodef-image-with-text.qodef-layout--text-on-image .qodef-m-title {
  text-transform: capitalize;
  margin: 0;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.2s ease-out,
    transform 0.36s cubic-bezier(0.33, 0.02, 0, 0.93);
}
.qodef-image-with-text.qodef-layout--text-on-image .qodef-m-text {
  margin: 7px 0 0;
  font-family: Heebo, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--qode-main-color);
  font-size: 11px;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.2s ease-out,
    transform 0.36s cubic-bezier(0.33, 0.02, 0, 0.93);
}
.qodef-image-with-text.qodef-layout--text-on-image:hover
  .qodef-m-image
  img:nth-child(2) {
  opacity: 1;
  transition: opacity 0.2s ease-out;
}
.qodef-image-with-text.qodef-layout--text-on-image:hover .qodef-m-text,
.qodef-image-with-text.qodef-layout--text-on-image:hover .qodef-m-title {
  opacity: 1;
  transform: translateY(0);
}
.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(36, 28, 16, 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-item-showcase {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  visibility: hidden;
}
.qodef-item-showcase .qodef-m-image {
  position: relative;
  flex-shrink: 0;
  margin: 0 80px;
  opacity: 0;
  transform: translateY(70px);
  transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
}
.qodef-item-showcase .qodef-m-image img {
  display: block;
}
.qodef-item-showcase .qodef-m-highlight-text {
  position: absolute;
  left: 50%;
  bottom: -30px;
  font-family: Quentin, sans-serif;
  font-size: 79px;
  color: rgba(223, 187, 129, 0.4);
  transform: translateX(calc(-50% - 30px)) rotate(-15deg);
}
.qodef-item-showcase .qodef-m-items {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.qodef-item-showcase .qodef-m-items.qodef--left {
  text-align: left;
}
.qodef-item-showcase .qodef-m-items.qodef--left .qodef-e-dot {
  right: 0;
}
.qodef-item-showcase .qodef-m-items.qodef--right {
  text-align: right;
}
.qodef-item-showcase .qodef-m-items.qodef--right .qodef-e-dot {
  left: 0;
}
.qodef-item-showcase .qodef-m-item {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 80px;
  opacity: 0;
  transform: translateY(70px);
  transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
}
.qodef-item-showcase .qodef-m-item:first-child {
  margin-top: 0;
}
.qodef-item-showcase .qodef-m-item:nth-child(1) {
  transition-delay: 0.2s;
}
.qodef-item-showcase .qodef-m-item:nth-child(2) {
  transition-delay: 0.4s;
}
.qodef-item-showcase .qodef-m-item:nth-child(3) {
  transition-delay: 0.6s;
}
.qodef-item-showcase .qodef-m-item:nth-child(4) {
  transition-delay: 0.8s;
}
.qodef-item-showcase .qodef-m-item:nth-child(5) {
  transition-delay: 1s;
}
.qodef-item-showcase .qodef-m-item:nth-child(6) {
  transition-delay: 1.2s;
}
.qodef-item-showcase .qodef-m-item .qodef-e-line {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #cac6be;
  margin-top: 33px;
}
.qodef-item-showcase .qodef-m-item .qodef-e-dot {
  position: absolute;
  bottom: -2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
}
.qodef-item-showcase .qodef-e-title {
  margin: 0 0 10px;
  text-transform: none;
}
.qodef-item-showcase .qodef-e-title-link {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}
.qodef-item-showcase .qodef-e-title-link:hover {
  color: var(--qode-main-color);
}
.qodef-item-showcase .qodef-e-text {
  margin: 0 0 11px;
}
.qodef-item-showcase.qodef--init {
  visibility: visible;
}
.qodef-item-showcase.qodef--init .qodef-m-image {
  opacity: 1;
  transform: translateY(0);
}
.qodef-item-showcase.qodef--init .qodef-m-item {
  opacity: 1;
  transform: translateY(0);
}
.qodef-nutritional-values-list .qodef-m-item {
  position: relative;
}
.qodef-nutritional-values-list .qodef-m-item-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.qodef-nutritional-values-list .qodef-m-item-info .qodef-e-title {
  text-transform: none;
  margin: 14px 0 18px;
}
.qodef-nutritional-values-list .qodef-e-line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #dadada;
}
.qodef-pricing-table {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background-color: #fdfbf6;
}
.qodef-pricing-table.qodef-status--featured {
  background-color: #fcf8ed;
}
.qodef-pricing-table .qodef-m-inner {
  padding: 76px 92px 91px;
}
@media only screen and (max-width: 1440px) {
  .qodef-pricing-table .qodef-m-inner {
    padding: 40px;
  }
}
.qodef-pricing-table .qodef-m-title p {
  margin: 0;
  color: var(--qode-main-color);
  letter-spacing: 0.15em;
  font-size: 12px;
}
.qodef-pricing-table .qodef-m-price {
  margin-top: -5px;
}
.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper {
  display: flex;
  margin: 0;
  line-height: 1;
  justify-content: flex-start;
  letter-spacing: 0.02em;
}
.qodef-pricing-table .qodef-m-content {
  margin: 37px 0 0;
}
.qodef-pricing-table .qodef-m-content > p {
  margin-bottom: 15px;
}
.qodef-pricing-table .qodef-m-button .qodef-button {
  margin: 25px 0 0;
}
@media only screen and (max-width: 1440px) {
  .qodef-pricing-table .qodef-m-content {
    margin: 20px 0 0;
  }
  .qodef-pricing-table .qodef-m-button .qodef-button {
    margin: 17px 0 7px;
  }
}
.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-tagline {
  text-transform: uppercase;
  color: var(--qode-main-color);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.15em;
  display: block;
  margin-bottom: 13px;
}
.qodef-section-title .qodef-subtitle-wrapper {
  position: relative;
}
.qodef-section-title .qodef-m-subtitle {
  position: absolute;
  right: -1em;
  bottom: -0.2em;
  font-family: Quentin, sans-serif;
  color: #f2e4cd;
  text-transform: capitalize;
  font-size: 1.27em;
  z-index: -1;
  white-space: nowrap;
}
@media only screen and (max-width: 680px) {
  .qodef-section-title .qodef-m-subtitle {
    display: none;
  }
}
.qodef-section-title .qodef-m-title {
  margin: 0;
  position: relative;
  display: inline-block;
  z-index: 0;
  word-break: break-word;
}
.qodef-section-title .qodef-m-title a:focus,
.qodef-section-title .qodef-m-title a:hover {
  color: inherit;
}
.qodef-section-title span.qodef-m-title {
  font-family: Cormorant, serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #241c10;
  font-size: 110px;
  line-height: 0.81em;
}
.qodef-section-title span.qodef-m-title .qodef-m-subtitle {
  font-size: 95px;
}
@media only screen and (max-width: 1440px) {
  .qodef-section-title span.qodef-m-title {
    letter-spacing: 2px;
    font-weight: 300;
    font-size: 90px;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-section-title span.qodef-m-title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-section-title span.qodef-m-title {
    font-size: 49px;
    line-height: 0.83em;
  }
}
.qodef-section-title .qodef-m-text {
  margin: 18px 0 0;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 10;
}
.qodef-section-title .qodef-button {
  margin-top: 37px;
}
.qodef-section-title .qodef-button .qodef-m-text {
  margin-top: 0;
  letter-spacing: 0.15em;
}
.qodef-section-title.qodef-appear-animation--enabled .qodef-m-subtitle {
  opacity: 0;
}
.elementor-editor-active
  .qodef-section-title.qodef-appear-animation--enabled
  .qodef-m-subtitle,
.qodef-section-title.qodef-appear-animation--enabled.qodef--appeared
  .qodef-m-subtitle {
  opacity: 1;
  transition: opacity 0.6s ease-out 0.12s;
}
.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;
  margin: 10px 0;
  border-bottom: 1px solid #dadada;
}
.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-page-sidebar .widget.widget_swissdelight_core_separator {
  margin-bottom: 0;
}
#qodef-page-footer .widget.widget_swissdelight_core_separator {
  margin-bottom: 0;
}
#qodef-side-area .widget.widget_swissdelight_core_separator {
  margin-bottom: 0;
}
.qodef-custom-separator-margin .widget.widget_swissdelight_core_separator {
  margin-bottom: 0;
}
.qodef-single-image img {
  display: block;
}
.qodef-single-image.qodef-appear-animation--enabled .qodef-m-image {
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.8s ease;
}
.qodef-single-image.qodef-appear-animation--enabled.qodef-direction--right
  .qodef-m-image {
  transform: translateX(-30px);
}
.qodef-single-image.qodef-appear-animation--enabled.qodef-direction--left
  .qodef-m-image {
  transform: translateX(30px);
}
.qodef-single-image.qodef-appear-animation--enabled.qodef-direction--top
  .qodef-m-image {
  transform: translateY(30px);
}
.qodef-single-image.qodef-appear-animation--enabled.qodef-direction--bottom
  .qodef-m-image {
  transform: translateY(-30px);
}
.elementor-editor-active
  .qodef-single-image.qodef-appear-animation--enabled
  .qodef-m-image,
.qodef-single-image.qodef-appear-animation--enabled.qodef--appeared
  .qodef-m-image {
  opacity: 1;
  transform: translate(0, 0);
}
.qodef-single-image.qodef-hover--move {
  overflow: hidden;
}
.qodef-single-image.qodef-hover--move a img {
  transform: scale(1.05) translateX(0);
  transition: transform 0.4s ease-out;
  will-change: transform;
}
.qodef-single-image.qodef-hover--move a:hover img {
  transform: scale(1.05) translateX(5px);
}
.widget.qodef-stamp-widget {
  margin-bottom: 0;
}
.qodef-stamp {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 195px;
  height: 195px;
  color: var(--qode-main-color);
  font-family: Heebo, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
.qodef-browser--chrome .qodef-stamp {
  font-weight: 600;
}
.qodef-stamp .qodef-m-centered-text {
  font-family: Heebo, sans-serif;
  font-size: 80px;
  color: var(--qode-main-color);
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
}
.qodef-stamp .qodef-m-circle {
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid currentColor;
  border-radius: 100%;
  opacity: 0;
  transform: scale(0.6);
  transition: 0.3s ease-out, transform 0.6s cubic-bezier(0.24, 0, 0.16, 1.01);
}
.qodef-stamp .qodef-m-text {
  position: relative;
  display: block;
  height: 100%;
}
.qodef-stamp .qodef-m-text > * {
  position: absolute;
  top: 0;
  left: calc(50% - 4px);
  width: 8px;
  height: 50%;
  text-align: center;
  opacity: 0;
  transition: opacity 0.15s ease-out;
  transform-origin: bottom center;
  transform: rotate(-90deg);
  font-family: Cormorant, serif;
  letter-spacing: 0.14em;
  will-change: transform;
}
.qodef-stamp.qodef--vertical-line .qodef-m-text:before {
  content: "";
  width: 1px;
  height: 145px;
  background-color: currentColor;
  position: absolute;
  left: 50%;
  top: -35px;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.6s cubic-bezier(0.24, 0, 0.16, 1.01);
}
.qodef-stamp.qodef--appear .qodef-m-circle {
  opacity: 0.8;
  transform: scale(1);
}
.qodef-stamp.qodef--init .qodef-m-text > * {
  opacity: 1;
}
.qodef-stamp.qodef--init .qodef-m-text:before {
  transform: scaleY(1);
}
.qodef-stamp.qodef--abs {
  position: absolute;
}
@media only screen and (max-width: 1440px) {
  .qodef-stamp.qodef-hide-on--1440 {
    display: none;
  }
}
@media only screen and (max-width: 1366px) {
  .qodef-stamp.qodef-hide-on--1366 {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  .qodef-stamp.qodef-hide-on--1280 {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-stamp.qodef-hide-on--1024 {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-stamp.qodef-hide-on--768 {
    display: none;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-stamp.qodef-hide-on--680 {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-stamp.qodef-hide-on--480 {
    display: none;
  }
}
.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: center;
  margin: 0 auto;
  padding: 25px 0;
  list-style: none;
  border-bottom: 1px solid #dadada;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
  margin: 0 76px 0 0;
  padding: 0;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
  display: block;
  position: relative;
  padding: 0 3px 1px;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
  font-family: Heebo, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #241c10;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: #241c10;
  transition: width 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: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 {
  width: 100%;
}
@media only screen and (max-width: 680px) {
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
    flex-direction: column;
    align-items: flex-start;
  }
  .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 #dadada;
}
.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-content {
  margin-top: 0;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-content {
  margin: 26px 0 0;
}
.qodef-video-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.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: 106px;
  line-height: 1;
  cursor: none;
}
.qodef-video-button.qodef-hover-animation--follow .qodef-m-play-inner {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .qodef-video-button.qodef-hover-animation--follow .qodef-m-play-inner {
    display: block;
    cursor: pointer;
  }
  .qodef-video-button.qodef-hover-animation--follow
    .qodef-m-play-inner
    .qodef-m-text {
    display: none;
  }
}
.qodef-video-button.qodef--appear .qodef-m-circle {
  opacity: 0.8;
  transform: scale(1);
}
.qodef-video-button.qodef--init .qodef-m-text > * {
  opacity: 1;
}
.qodef-e-content-follow {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  pointer-events: none;
  visibility: hidden;
}
.qodef-e-content-follow .qodef-m-play-inner {
  width: 220px;
  height: 220px;
  position: relative;
  font-family: Cormorant, serif;
  font-size: 13px;
  letter-spacing: 0.14em;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .qodef-e-content-follow .qodef-m-play-inner {
    width: 130px;
    height: 130px;
  }
}
.qodef-e-content-follow .qodef-m-play-inner .qodef-icon-ionicons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 70px;
  color: #fff;
}
.qodef-e-content-follow .qodef-m-text {
  position: relative;
  display: block;
  height: 100%;
  animation: qode-rotate 10s infinite linear;
}
.qodef-e-content-follow .qodef-m-text > * {
  position: absolute;
  top: 0;
  left: calc(50% - 4px);
  width: 8px;
  height: 50%;
  text-align: center;
  opacity: 1;
  transition: opacity 0.1s;
  transform-origin: bottom center;
  transform: rotate(-90deg);
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.14em;
}
.qodef-e-content-follow.qodef-right {
  text-align: right;
  transform: translateX(-100%);
}
.qodef-e-content-follow.qodef-is-active {
  visibility: visible;
}
.qodef-e-content-follow.qodef-is-active .qodef-e-text,
.qodef-e-content-follow.qodef-is-active .qodef-e-top-holder {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.qodef-e-content-follow.qodef-is-active .qodef-e-text {
  transition-delay: 0.2s;
}
.qodef-workflow {
  margin-top: 55px;
  position: relative;
}
.qodef-workflow .main-line {
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  margin-left: -1px;
  border-left: 1px solid #e5e5e5;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .qodef-workflow .main-line {
    left: 25px;
    right: auto;
    width: 1px;
    content: none;
    display: none;
  }
}
.qodef-workflow .qodef-year {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  font-family: Cormorant, serif;
  font-size: 67px;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: #241c10;
  z-index: 2;
}
.qodef-workflow .qodef-year:before {
  content: "";
  height: 1px;
  width: 46px;
  background-color: #dadada;
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% + 10px));
}
.qodef-workflow .qodef-year:after {
  content: "";
  height: 5px;
  width: 5px;
  background-color: #241c10;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% + 10px));
}
@media only screen and (max-width: 1440px) {
  .qodef-workflow .qodef-year {
    top: 40%;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-workflow .qodef-year {
    display: none;
  }
}
.qodef-workflow .qodef-workflow-item {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0;
}
@media only screen and (max-width: 1440px) {
  .qodef-workflow .qodef-workflow-item {
    padding: 0 0 9.7%;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-workflow .qodef-workflow-item {
    padding: 0 0 50px;
  }
}
.qodef-workflow .qodef-workflow-item .qodef-workflow-image {
  position: relative;
}
.qodef-workflow .qodef-workflow-item:nth-child(2n) .qodef-workflow-image {
  padding-right: 97px;
}
@media only screen and (max-width: 1024px) {
  .qodef-workflow .qodef-workflow-item:nth-child(2n) .qodef-workflow-image {
    padding-right: 0;
    padding-bottom: 10px;
  }
}
.qodef-workflow .qodef-workflow-item:nth-child(2n) .qodef-workflow-text {
  padding-left: 254px;
}
.qodef-workflow
  .qodef-workflow-item:nth-child(2n)
  .qodef-workflow-text
  .qodef-year {
  padding-left: 55px;
  left: 0;
}
.qodef-workflow
  .qodef-workflow-item:nth-child(2n)
  .qodef-workflow-text
  .qodef-year:before {
  left: 0;
}
.qodef-workflow
  .qodef-workflow-item:nth-child(2n)
  .qodef-workflow-text
  .qodef-year:after {
  left: -3px;
}
@media only screen and (max-width: 1366px) {
  .qodef-workflow .qodef-workflow-item:nth-child(2n) .qodef-workflow-text {
    padding-left: 200px;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-workflow .qodef-workflow-item .qodef-workflow-image {
    padding-left: 0;
    padding-bottom: 10px;
  }
}
.qodef-workflow
  .qodef-workflow-item:nth-child(2n + 1):not(:first-child)
  .qodef-workflow-image {
  padding-left: 97px;
}
@media only screen and (max-width: 1024px) {
  .qodef-workflow
    .qodef-workflow-item:nth-child(2n + 1):not(:first-child)
    .qodef-workflow-image {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
  }
}
.qodef-workflow
  .qodef-workflow-item:nth-child(2n + 1):not(:first-child)
  .qodef-workflow-image
  img {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .qodef-workflow
    .qodef-workflow-item:nth-child(2n + 1):not(:first-child)
    .qodef-workflow-image
    img {
    margin-left: 0;
  }
}
.qodef-workflow
  .qodef-workflow-item:nth-child(2n + 1):not(:first-child)
  .qodef-workflow-text {
  padding-right: 254px;
  text-align: right;
}
.qodef-workflow
  .qodef-workflow-item:nth-child(2n + 1):not(:first-child)
  .qodef-workflow-text
  .qodef-year {
  padding-right: 55px;
  right: 0;
}
.qodef-workflow
  .qodef-workflow-item:nth-child(2n + 1):not(:first-child)
  .qodef-workflow-text
  .qodef-year:before {
  right: 0;
}
.qodef-workflow
  .qodef-workflow-item:nth-child(2n + 1):not(:first-child)
  .qodef-workflow-text
  .qodef-year:after {
  right: -3px;
}
@media only screen and (max-width: 1366px) {
  .qodef-workflow
    .qodef-workflow-item:nth-child(2n + 1):not(:first-child)
    .qodef-workflow-text {
    padding-right: 200px;
  }
}
.qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner {
  display: flex;
  position: relative;
  width: 100%;
  vertical-align: middle;
}
@media only screen and (max-width: 1024px) {
  .qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner {
    flex-direction: column-reverse;
  }
}
.qodef-workflow
  .qodef-workflow-item
  .qodef-workflow-item-inner
  .qodef-workflow-image,
.qodef-workflow
  .qodef-workflow-item
  .qodef-workflow-item-inner
  .qodef-workflow-text {
  float: left;
  margin: auto 0;
  width: 50%;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .qodef-workflow
    .qodef-workflow-item
    .qodef-workflow-item-inner
    .qodef-workflow-image,
  .qodef-workflow
    .qodef-workflow-item
    .qodef-workflow-item-inner
    .qodef-workflow-text {
    width: 100%;
  }
}
.qodef-workflow
  .qodef-workflow-item
  .qodef-workflow-item-inner
  .qodef-workflow-image {
  text-align: center;
}
.qodef-workflow
  .qodef-workflow-item
  .qodef-workflow-item-inner
  .qodef-workflow-image
  img {
  width: 100%;
  height: auto;
  max-width: none;
}
@media only screen and (max-width: 1440px) {
  .qodef-workflow
    .qodef-workflow-item
    .qodef-workflow-item-inner
    .qodef-workflow-image
    img {
    max-width: 100%;
  }
}
.qodef-workflow
  .qodef-workflow-item
  .qodef-workflow-item-inner
  .qodef-workflow-image
  .qodef-workflow-image-inner {
  position: relative;
}
.qodef-workflow
  .qodef-workflow-item
  .qodef-workflow-item-inner
  .qodef-workflow-image
  .qodef-workflow-image-inner
  a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.qodef-workflow
  .qodef-workflow-item
  .qodef-workflow-item-inner
  .qodef-workflow-text {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .qodef-workflow
    .qodef-workflow-item
    .qodef-workflow-item-inner
    .qodef-workflow-text {
    text-align: left !important;
    padding: 0 0 50px 0 !important;
  }
  .qodef-workflow
    .qodef-workflow-item
    .qodef-workflow-item-inner
    .qodef-workflow-text
    .qodef-m-text {
    padding: 0 30% 0 0 !important;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-workflow
    .qodef-workflow-item
    .qodef-workflow-item-inner
    .qodef-workflow-text
    .qodef-m-text {
    padding: 0 !important;
  }
}
.qodef-workflow
  .qodef-workflow-item
  .qodef-workflow-item-inner
  .qodef-workflow-text
  .qodef-alignment--right
  + .qodef-m-text {
  text-align: right;
}
.qodef-workflow
  .qodef-workflow-item
  .qodef-workflow-item-inner
  .qodef-workflow-text
  .qodef-m-caption {
  font-family: Heebo, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--qode-main-color);
  font-size: 12px;
  text-transform: uppercase;
}
.qodef-workflow
  .qodef-workflow-item
  .qodef-workflow-item-inner
  .qodef-workflow-text
  .qodef-m-title {
  margin: 8px 0;
}
.qodef-workflow
  .qodef-workflow-item
  .qodef-workflow-item-inner
  .qodef-workflow-text
  .qodef-m-text {
  margin: 0;
}
.qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner.reverse {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .qodef-workflow
    .qodef-workflow-item
    .qodef-workflow-item-inner:not(.reverse) {
    flex-direction: column;
  }
}
.qodef-workflow .qodef-workflow-item .line {
  display: inline-block;
  background-color: #e5e5e5;
  height: 100%;
  left: 50%;
  margin-left: -1px;
  position: absolute;
  width: 1px;
  transform: scaleY(0);
  transform-origin: top;
}
@media only screen and (max-width: 1024px) {
  .qodef-workflow .qodef-workflow-item .line {
    display: none;
  }
}
.qodef-workflow.qodef-workflow-animate {
  opacity: 0;
}
.qodef-workflow.qodef-workflow-animate .main-line {
  opacity: 0;
}
.qodef-workflow.qodef-workflow-animate .qodef-year {
  opacity: 0;
  transition: opacity 0.8s ease 0.8s;
}
.qodef-workflow.qodef-workflow-animate
  .qodef-workflow-item
  .qodef-workflow-item-inner
  .qodef-workflow-image-inner
  img {
  opacity: 0;
  transform: translateX(15%);
  transition: all 1s ease;
}
.qodef-workflow.qodef-workflow-animate
  .qodef-workflow-item
  .qodef-workflow-item-inner
  .qodef-workflow-label-image {
  transform: rotate(15deg);
  opacity: 0;
  transition: all 1s ease 0.8s;
}
.qodef-workflow.qodef-workflow-animate
  .qodef-workflow-item
  .qodef-workflow-item-inner
  .qodef-workflow-text {
  opacity: 0;
  transform: translateY(15%);
  transition: all 1s ease 0.6s;
}
.qodef-workflow.qodef-workflow-animate
  .qodef-workflow-item
  .qodef-workflow-item-inner.reverse
  .qodef-workflow-image-inner
  img {
  transform: translateX(-15%);
}
.qodef-workflow.qodef-workflow-animate .qodef-workflow-item:last-child:before {
  transition: all 0.32s cubic-bezier(0.13, 0.89, 0.28, 1.38) 0.6s;
}
.qodef-workflow.qodef-workflow-animate .qodef-workflow-item:last-child:after {
  transition: all 0.4s cubic-bezier(0.13, 0.89, 0.28, 1.38) 0.4s;
}
.qodef-workflow.qodef-workflow-animate .qodef-workflow-item:last-child:after,
.qodef-workflow.qodef-workflow-animate .qodef-workflow-item:last-child:before {
  opacity: 0;
  transform: scale(0) translateX(-50%);
}
.qodef-workflow.qodef-workflow-animate.qodef-appeared {
  opacity: 1;
}
.qodef-workflow.qodef-workflow-animate.qodef-appeared .main-line {
  opacity: 0;
  height: 100%;
}
.qodef-workflow.qodef-workflow-animate.qodef-appeared
  .qodef-workflow-item.qodef-appeared
  .qodef-workflow-image-inner
  img {
  opacity: 1;
  transform: translateX(0);
}
.qodef-workflow.qodef-workflow-animate.qodef-appeared
  .qodef-workflow-item.qodef-appeared
  .qodef-workflow-label-image {
  transform: rotate(0);
  opacity: 1;
}
.qodef-workflow.qodef-workflow-animate.qodef-appeared
  .qodef-workflow-item.qodef-appeared
  .qodef-workflow-text {
  opacity: 1;
  transform: translateY(0);
}
.qodef-workflow.qodef-workflow-animate.qodef-appeared
  .qodef-workflow-item.qodef-appeared
  .qodef-year {
  opacity: 1;
}
.qodef-workflow.qodef-workflow-animate.qodef-appeared
  .qodef-workflow-item.qodef-appeared
  .line {
  transform: scaleY(1);
  transition: transform 1.4s ease;
}
.qodef-workflow.qodef-workflow-animate.qodef-appeared
  .qodef-workflow-item:last-child.qodef-appeared:after,
.qodef-workflow.qodef-workflow-animate.qodef-appeared
  .qodef-workflow-item:last-child.qodef-appeared:before {
  opacity: 1;
  transform: scale(1) translateX(-50%);
}
#qodef-side-area {
  position: fixed;
  top: 0;
  right: -503px;
  width: 503px;
  height: 100%;
  min-height: 100%;
  padding: 160px 90px 30px;
  text-align: center;
  background-color: #fcf8ed;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
@media only screen and (max-width: 1440px) {
  #qodef-side-area {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 1280px) {
  #qodef-side-area {
    padding-top: 50px;
  }
}
.qodef-side-area--opened #qodef-side-area {
  right: 0;
  visibility: visible;
}
#qodef-side-area.qodef-alignment--center {
  text-align: center;
}
#qodef-side-area.qodef-alignment--right {
  text-align: right;
}
#qodef-side-area.qodef-alignment--left {
  text-align: left;
}
#qodef-side-area-close {
  position: absolute;
  top: 52px;
  right: 75px;
  display: block;
  z-index: 1000;
}
.admin-bar #qodef-side-area-close {
  top: 65px;
}
#qodef-side-area-close.qodef-source--predefined .qodef-m-line.qodef--1 {
  top: 13px;
  transform: rotate(45deg);
}
#qodef-side-area-close.qodef-source--predefined .qodef-m-line.qodef--2 {
  top: 13px;
  transform: rotate(-45deg);
}
#qodef-side-area-close:hover {
  color: #241c10;
}
#qodef-side-area-close:hover .qodef-side-area--svg-close line {
  animation: qodef-draw-diag-line 0.66s forwards
    cubic-bezier(0.33, 0.02, 0, 0.93);
}
#qodef-side-area-close:hover .qodef-side-area--svg-close line:nth-child(2) {
  animation: qodef-draw-diag-line 0.66s forwards
    cubic-bezier(0.33, 0.02, 0, 0.93) 0.14s;
}
.qodef-side-area-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  z-index: 0;
  transition: opacity 0.2s ease-in-out, z-index 0.2s ease-in-out;
}
.qodef-side-area--opened .qodef-side-area-cover {
  opacity: 1;
  z-index: 1002;
}
.qodef-side-area-opener:hover .qodef-side-area--svg-open line {
  animation: qodef-draw-line 0.66s forwards cubic-bezier(0.33, 0.02, 0, 0.93);
}
.qodef-side-area-opener:hover .qodef-side-area--svg-open line:nth-child(2) {
  animation: qodef-draw-line 0.66s forwards cubic-bezier(0.33, 0.02, 0, 0.93)
    0.14s;
}
.qodef-social-share {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.qodef-social-share .qodef-social-title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 0;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #241c10;
}
.qodef-social-share ul {
  position: relative;
  display: inline-block;
  vertical-align: top;
  list-style: none;
  padding: 0;
  margin: 0;
}
.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: 19px;
}
.qodef-social-share li.qodef-facebook-share a:hover {
  color: #000;
}
.qodef-social-share li.qodef-twitter-share a:hover {
  color: #000;
}
.qodef-social-share li.qodef-linkedin-share a:hover {
  color: #000;
}
.qodef-social-share li.qodef-tumblr-share a:hover {
  color: #000;
}
.qodef-social-share li.qodef-pinterest-share a:hover {
  color: #000;
}
.qodef-social-share li.qodef-vk-share a:hover {
  color: #000;
}
.qodef-social-share.qodef-layout--dropdown {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-title {
  margin: 0 7px 0 0;
  vertical-align: middle;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-icon {
  vertical-align: middle;
  color: #241c10;
}
.qodef-social-share.qodef-layout--dropdown:hover
  .qodef-social-share-dropdown
  ul
  li {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}
.qodef-social-share.qodef-layout--dropdown:hover
  .qodef-social-share-dropdown
  ul
  li:nth-child(2) {
  transition-delay: 0.2s;
}
.qodef-social-share.qodef-layout--dropdown:hover
  .qodef-social-share-dropdown
  ul
  li:nth-child(3) {
  transition-delay: 0.3s;
}
.qodef-social-share.qodef-layout--dropdown:hover
  .qodef-social-share-dropdown
  ul
  li:nth-child(4) {
  transition-delay: 0.4s;
}
.qodef-social-share.qodef-layout--dropdown:hover
  .qodef-social-share-dropdown
  ul
  li:nth-child(5) {
  transition-delay: 0.5s;
}
.qodef-social-share.qodef-layout--dropdown:hover
  .qodef-social-share-dropdown
  ul
  li:nth-child(6) {
  transition-delay: 0.6s;
}
.qodef-social-share.qodef-layout--dropdown:hover
  .qodef-social-share-dropdown
  ul
  li:nth-child(7) {
  transition-delay: 0.7s;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener {
  display: block;
}
.qodef-social-share.qodef-layout--dropdown
  .qodef-social-share-dropdown-opener
  .qodef-social-share-title {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown {
  position: absolute;
  visibility: hidden;
  z-index: 950;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown ul {
  position: relative;
  display: block;
  z-index: 990;
  margin: 0;
  padding: 0 !important;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li {
  position: absolute;
  display: block;
  text-align: center;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li * {
  display: block;
  line-height: inherit;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown {
  bottom: 0;
  left: 0;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li {
  width: 90px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #dadada;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li:not(:first-child) {
  border-top: none;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li.qodef-facebook-share
  a:hover {
  background-color: #3b5998;
  color: #fff;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li.qodef-twitter-share
  a:hover {
  background-color: #00aced;
  color: #fff;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li.qodef-linkedin-share
  a:hover {
  background-color: #007bb5;
  color: #fff;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li.qodef-tumblr-share
  a:hover {
  background-color: #32506d;
  color: #fff;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li.qodef-pinterest-share
  a:hover {
  background-color: #cb2027;
  color: #fff;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li.qodef-vk-share
  a:hover {
  background-color: #45668e;
  color: #fff;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li
  a {
  font-size: 14px;
  color: #63605a;
  background-color: #fff;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li:nth-child(1) {
  bottom: -30px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li:nth-child(2) {
  bottom: -60px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li:nth-child(3) {
  bottom: -90px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li:nth-child(4) {
  bottom: -120px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li:nth-child(5) {
  bottom: -150px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li:nth-child(6) {
  bottom: -180px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li:nth-child(7) {
  bottom: -210px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
  .qodef-social-share-dropdown {
  top: 2px;
  right: 0;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
  .qodef-social-share-dropdown
  li {
  width: calc(90px / 3);
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
  .qodef-social-share-dropdown
  li:nth-child(1) {
  left: 5px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
  .qodef-social-share-dropdown
  li:nth-child(2) {
  left: 35px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
  .qodef-social-share-dropdown
  li:nth-child(3) {
  left: 65px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
  .qodef-social-share-dropdown
  li:nth-child(4) {
  left: 95px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
  .qodef-social-share-dropdown
  li:nth-child(5) {
  left: 125px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
  .qodef-social-share-dropdown
  li:nth-child(6) {
  left: 155px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
  .qodef-social-share-dropdown
  li:nth-child(7) {
  left: 185px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
  .qodef-social-share-dropdown {
  top: 2px;
  left: 0;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
  .qodef-social-share-dropdown
  li {
  width: calc(90px / 3);
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
  .qodef-social-share-dropdown
  li:nth-child(1) {
  right: 5px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
  .qodef-social-share-dropdown
  li:nth-child(2) {
  right: 35px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
  .qodef-social-share-dropdown
  li:nth-child(3) {
  right: 65px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
  .qodef-social-share-dropdown
  li:nth-child(4) {
  right: 95px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
  .qodef-social-share-dropdown
  li:nth-child(5) {
  right: 125px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
  .qodef-social-share-dropdown
  li:nth-child(6) {
  right: 155px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
  .qodef-social-share-dropdown
  li:nth-child(7) {
  right: 185px;
}
.qodef-social-share.qodef-layout--list li {
  margin-right: 15px;
}
.qodef-social-share.qodef-layout--list li:last-child {
  margin-right: 0;
}
.qodef-social-share.qodef-layout--text li {
  margin-right: 15px;
}
.qodef-social-share.qodef-layout--text li:last-child {
  margin-right: 0;
}
.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.qodef-facebook-share
  a:hover {
  color: #3b5998;
}
#qodef-page-sidebar
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-twitter-share
  a:hover {
  color: #00aced;
}
#qodef-page-sidebar
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-linkedin-share
  a:hover {
  color: #007bb5;
}
#qodef-page-sidebar
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-tumblr-share
  a:hover {
  color: #32506d;
}
#qodef-page-sidebar
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-pinterest-share
  a:hover {
  color: #cb2027;
}
#qodef-page-sidebar
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-vk-share
  a:hover {
  color: #45668e;
}
#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.qodef-facebook-share
  a:hover {
  color: #3b5998;
}
#qodef-page-footer
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-twitter-share
  a:hover {
  color: #00aced;
}
#qodef-page-footer
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-linkedin-share
  a:hover {
  color: #007bb5;
}
#qodef-page-footer
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-tumblr-share
  a:hover {
  color: #32506d;
}
#qodef-page-footer
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-pinterest-share
  a:hover {
  color: #cb2027;
}
#qodef-page-footer
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-vk-share
  a:hover {
  color: #45668e;
}
#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.qodef-facebook-share
  a:hover {
  color: #3b5998;
}
#qodef-side-area
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-twitter-share
  a:hover {
  color: #00aced;
}
#qodef-side-area
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-linkedin-share
  a:hover {
  color: #007bb5;
}
#qodef-side-area
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-tumblr-share
  a:hover {
  color: #32506d;
}
#qodef-side-area
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-pinterest-share
  a:hover {
  color: #cb2027;
}
#qodef-side-area
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-vk-share
  a:hover {
  color: #45668e;
}
#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-sp-holder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 115;
  visibility: hidden;
  transition: opacity 0.2s ease-out;
  background-color: rgba(0, 0, 0, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
}
.qodef-sp-holder .qodef-sp-inner {
  width: 90%;
  max-width: 600px;
  background-color: #fff;
  padding: 40px;
  opacity: 0;
  box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s cubic-bezier(0.06, 0.47, 0.38, 0.99),
    opacity 0.2s ease-out;
}
.qodef-sp-holder .qodef-sp-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: block;
  color: #000;
}
.qodef-sp-holder .qodef-sp-close:hover {
  color: #63605a;
}
.qodef-sp-holder .qodef-sp-close svg {
  stroke: currentColor;
  fill: currentColor;
}
.qodef-sp-holder .qodef-sp-content-container {
  background-color: #fafafa;
  background-size: cover;
  padding: 40px;
}
.qodef-sp-holder .qodef-sp-title {
  margin: 0 0 30px 0;
}
.qodef-sp-holder .qodef-sp-subtitle {
  margin: 0 0 20px 0;
}
.qodef-sp-holder .wpcf7 {
  width: 100%;
  display: block;
}
.qodef-sp-holder .qodef-sp-prevent {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 28px;
}
.qodef-sp-holder .qodef-sp-prevent-inner {
  cursor: pointer;
}
.qodef-sp-holder .qodef-sp-prevent-inner > * {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
.qodef-sp-holder .qodef-sp-prevent-input {
  margin: 1px 1px 0 0;
  width: 11px;
  height: 11px;
  border: 1px solid #241c10;
  overflow: hidden;
}
.qodef-sp-holder .qodef-sp-prevent-input svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.qodef-sp-holder .qodef-sp-prevent-input.qodef-sp-prevent-clicked svg {
  opacity: 1;
}
.qodef-sp-holder .qodef-sp-prevent-label {
  font-size: 13px;
}
.qodef-sp-opened .qodef-sp-holder {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease-out;
}
.qodef-sp-opened .qodef-sp-holder .qodef-sp-inner {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.8s cubic-bezier(0.26, 0.63, 0, 0.96);
}
.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-alignment--center .qodef-m-content {
  align-items: center;
}
.qodef-page-title.qodef-alignment--right .qodef-m-content {
  align-items: flex-end;
}
.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 70px;
}
.qodef-page-title .qodef-breadcrumbs a,
.qodef-page-title .qodef-breadcrumbs span {
  font-size: 14px;
  color: #63605a;
}
.qodef-page-title .qodef-breadcrumbs a:hover,
.qodef-page-title .qodef-breadcrumbs a:hover > span {
  color: #241c10;
}
.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator {
  margin: 0 5px;
}
.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-with-breadcrumbs .qodef-m-content {
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
@media only screen and (max-width: 1024px) {
  .qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-content {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}
.qodef-page-title.qodef-title--standard .qodef-m-title {
  position: relative;
  display: inline-block;
  z-index: 10;
}
.qodef-page-title.qodef-title--standard .qodef-m-subtitle {
  margin: 0 0 7px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #8a7665;
}
.qodef-page-title.qodef-title--standard .qodef-m-cursive {
  position: absolute;
  left: calc(100% - 1.8em);
  bottom: -0.4em;
  font-family: Quentin, sans-serif;
  color: #f2e4cd;
  text-transform: capitalize;
  font-size: 1.26em;
  z-index: -1;
}
@media only screen and (max-width: 680px) {
  .qodef-page-title.qodef-title--standard .qodef-m-cursive {
    display: none;
  }
}
.widget.qodef-author-info {
  text-align: center;
}
.widget.qodef-author-info .qodef-author-info-image {
  margin-bottom: 21px;
  display: inline-block;
}
.widget.qodef-author-info .qodef-author-info-image img {
  border-radius: 100%;
}
.widget.qodef-author-info .qodef-author-info-name {
  margin: 0 0 9px;
  text-transform: capitalize;
}
.widget.qodef-author-info .qodef-author-info-description {
  margin: 0 auto;
  max-width: 400px;
}
.widget.qodef-author-info .qodef-m-social-icons {
  font-size: 19px;
  margin-top: 17px;
}
.widget.qodef-author-info .qodef-m-social-icons a {
  margin-right: 20px;
}
.widget.qodef-author-info .qodef-m-social-icons a:last-child {
  margin-right: 0;
}
.widget .qodef-contact-info-widget {
  margin: 0;
}
#qodef-top-area .widget .qodef-contact-info-widget a {
  font-size: 16px;
}
.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 a:hover {
  color: #241c10;
}
.qodef-social-icons-group .qodef-icon-holder:last-child {
  margin-right: 0;
}
.widget_swissdelight_core_sticky_sidebar {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: 0 0 !important;
}
.qodef-weather-widget .qodef-m-inner {
  display: flex;
  align-items: center;
}
.qodef-weather-widget .qodef-m-weather {
  margin-right: 20px;
  flex-shrink: 0;
}
.qodef-weather-widget .qodef-m-weather-icon {
  font-size: 50px;
  line-height: 1;
  margin-bottom: 15px;
}
.qodef-weather-widget .qodef-m-weather-icon:before {
  content: "";
}
.qodef-weather-widget .qodef-m-weather-icon.qodef--haze:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--mist:before {
  content: "\f75f";
}
.qodef-weather-widget .qodef-m-weather-icon.qodef--light-snow:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--snow:before {
  content: "\f2dc";
}
.qodef-weather-widget .qodef-m-weather-icon.qodef--thunderstorm:before {
  content: "\f0e7";
}
.qodef-weather-widget .qodef-m-weather-icon.qodef--drizzle:before,
.qodef-weather-widget
  .qodef-m-weather-icon.qodef--light-intensity-drizzle:before,
.qodef-weather-widget
  .qodef-m-weather-icon.qodef--light-intensity-shower-rain:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--light-rain-and-snow:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--light-rain:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--moderate-rain:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--rain:before {
  content: "\f73d";
}
.qodef-weather-widget .qodef-m-weather-icon.qodef--heavy-intensity-rain:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--shower-rain:before {
  content: "\f740";
}
.qodef-weather-widget .qodef-m-weather-icon.qodef--broken-clouds:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--overcast-clouds:before {
  content: "\f0c2";
}
.qodef-weather-widget .qodef-m-weather-icon.qodef--clouds:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--few-clouds:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--scattered-clouds:before {
  content: "\f6c4";
}
.qodef-weather-widget .qodef-m-weather-icon.qodef--clear-sky:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--clear:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--sky-is-clear:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--sun:before {
  content: "\f185";
}
.qodef-weather-widget .qodef-m-temperature {
  font-size: 25px;
}
.qodef-weather-widget
  .qodef-m-temperature.qodef--high-low
  .qodef-e-temperature-low:after {
  content: "-";
}
.qodef-weather-widget .qodef-m-weather-info p {
  margin: 0;
}
.qodef-weather-widget .qodef-e-heading {
  margin-bottom: 15px;
}
.qodef-weather-widget .qodef-e-heading > * {
  margin: 0;
}
.qodef-weather-widget .qodef-e-heading-description {
  margin-top: 10px;
}
.qodef-weather-widget .qodef-m-other-days {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.qodef-weather-widget .qodef-m-other-days .qodef-m-inner {
  flex-direction: column;
}
.qodef-weather-widget.qodef-layout--simple .qodef-m-city {
  padding: 0 10px;
}
.qodef-weather-widget .qodef-m-weather-icon {
  color: var(--qode-main-color);
}
.qodef-weather-widget .qodef-e-heading-description {
  color: var(--qode-main-color);
}
#qodef-page-footer .qodef-weather-widget .qodef-m-weather-icon {
  color: #fff;
}
#qodef-page-footer .qodef-weather-widget .qodef-e-heading-city {
  color: #fff;
}
.qodef-working-hours-list {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-working-hours-list .qodef-working-hours-item {
  display: flex;
  align-items: baseline;
  margin-bottom: 23px;
  justify-content: space-between;
  border-bottom: 1px solid #dadada;
  padding-bottom: 23px;
}
.qodef-working-hours-list > div:nth-last-of-type(2) {
  border: none;
  margin-bottom: 0;
}
.qodef-working-hours-list .qodef-e-day {
  position: relative;
  margin: 0;
  text-transform: capitalize;
}
.qodef-working-hours-list .qodef-e-day-icon {
  position: absolute;
  top: -2px;
  right: -8px;
  font-size: 8px;
  color: var(--qode-main-color);
}
.qodef-working-hours-list .qodef-e-time {
  margin: 0;
}
.qodef-working-hours-list .qodef-e-time.qodef--closed {
  color: var(--qode-main-color);
}
.qodef-working-hours-list .qodef-m-footer {
  position: relative;
  top: 6px;
  display: flex;
  max-width: 450px;
}
.qodef-working-hours-list .qodef-m-footer-icon {
  position: relative;
  top: -5px;
  right: 0;
  font-size: 8px;
  color: var(--qode-main-color);
}
@media only screen and (max-width: 680px) {
  #qodef-age-verification-modal .qodef-m-content {
    min-width: auto;
  }
  #qodef-age-verification-modal .qodef-m-content-note {
    display: none;
  }
}
@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: 1024px) {
  .qodef-blog.qodef-item-layout--metro article .qodef-e-content {
    padding: 32px 0 35px;
  }
}
@media only screen and (max-width: 680px) {
  #qodef-author-info .qodef-m-inner {
    flex-wrap: wrap;
  }
  #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-header--vertical #qodef-page-header-inner {
    display: none;
  }
  .qodef-header--vertical #qodef-page-footer,
  .qodef-header--vertical #qodef-page-outer {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  #qodef-top-area {
    display: none;
  }
}
@media only screen and (max-width: 1440px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 20%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(5n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 25%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 25%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 25%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 25%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 33.33333%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 25%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 20%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(5n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 16.66667%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(6n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 14.28571%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(7n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 12.5%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(8n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 33.33333%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 25%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 20%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(5n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 16.66667%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(6n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 14.28571%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(7n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 12.5%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(8n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 33.33333%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 25%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 20%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(5n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 16.66667%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(6n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 14.28571%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(7n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 12.5%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(8n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 33.33333%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 25%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 20%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(5n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 16.66667%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(6n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 14.28571%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(7n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 12.5%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(8n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 33.33333%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 25%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 20%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(5n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 16.66667%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(6n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 14.28571%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(7n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 12.5%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(8n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 33.33333%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 25%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 20%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(5n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 16.66667%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(6n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 14.28571%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(7n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 12.5%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(8n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 33.33333%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 25%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 20%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(5n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 16.66667%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(6n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 14.28571%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(7n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 12.5%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(8n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 25%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 20%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 14.28571%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 12.5%;
  }
}
@media only screen and (max-width: 1440px) {
  .qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space {
    margin-bottom: -70px;
  }
  .qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets {
    margin: 0 -35px;
  }
  .qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets > .ctf-item {
    padding: 0 35px;
    margin: 0 0 70px;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single .qodef-variations--small .qodef-media {
    margin: 0;
  }
  .qodef-portfolio-single .qodef-variations--small .qodef-portfolio-info {
    margin-top: 42px;
  }
  .qodef-portfolio-single .qodef-variations--big .qodef-col--8 {
    margin-bottom: 21px !important;
  }
  .qodef-portfolio-single .qodef-variations--big .qodef-e-content {
    margin-top: 9px;
  }
  .qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-portfolio-single .qodef-variations--big .qodef-col--8 {
    margin-bottom: 30px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-portfolio-slider-horizontal article .qodef-e-media-image {
    width: 100%;
  }
  .qodef-portfolio-slider-horizontal
    article.swiper-slide-active
    .qodef-e-media-image,
  .qodef-portfolio-slider-horizontal
    article.swiper-slide-duplicate-active
    .qodef-e-media-image {
    width: 100%;
  }
  .qodef-portfolio-slider-horizontal article .qodef-e-content {
    width: 50%;
  }
  .qodef-portfolio-slider-horizontal .qodef-m-bottom {
    padding: 22px 70px;
  }
  .qodef-portfolio-slider-horizontal .swiper-button-prev {
    left: 70px !important;
  }
  .qodef-portfolio-slider-horizontal .swiper-button-next {
    right: 70px !important;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-portfolio-slider-horizontal {
    margin-top: 30px;
  }
  .qodef-portfolio-slider-horizontal article .qodef-e-media-image {
    width: 90%;
  }
  .qodef-portfolio-slider-horizontal
    article.swiper-slide-active
    .qodef-e-media-image,
  .qodef-portfolio-slider-horizontal
    article.swiper-slide-duplicate-active
    .qodef-e-media-image {
    width: 90%;
  }
  .qodef-portfolio-slider-horizontal article .qodef-e-content {
    width: 35%;
    margin-left: 5%;
  }
  .qodef-portfolio-slider-horizontal .swiper-button-prev {
    left: 40px !important;
  }
  .qodef-portfolio-slider-horizontal .swiper-button-next {
    right: 40px !important;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-portfolio-slider-horizontal .qodef-m-text {
    display: none;
  }
  .qodef-portfolio-slider-horizontal .swiper-pagination {
    bottom: 0 !important;
  }
  .qodef-portfolio-slider-horizontal article {
    border: none;
    width: 100% !important;
  }
  .qodef-portfolio-slider-horizontal article .qodef-e-content {
    display: block;
    width: 55%;
    margin-left: 6.5%;
  }
  .qodef-portfolio-slider-horizontal .swiper-button-next,
  .qodef-portfolio-slider-horizontal .swiper-button-prev {
    display: none;
  }
  .qodef-portfolio-slider-horizontal .qodef-m-bottom {
    padding: 22px 9%;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-reservation-form .qodef-m-field {
    flex-basis: 30%;
    margin-bottom: 10px;
  }
  .qodef-reservation-form .qodef-m-field.qodef-m-field-book {
    margin-top: 20px;
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-reservation-form .qodef-m-field {
    flex-basis: 100%;
  }
}
@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: 768px) {
  .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: 50%;
  }
}
@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: 680px) {
  .qodef-image-marquee .qodef-m-content.qodef--desktop {
    display: none;
  }
  .qodef-image-marquee .qodef-m-content.qodef--mobile {
    display: block;
  }
}
@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: 1024px) {
  .qodef-item-showcase {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .qodef-item-showcase .qodef-m-image {
    position: absolute;
    top: 50%;
    left: 0;
    width: 40%;
    padding-right: 40px;
    margin: 0 !important;
    transform: translateY(-50%) !important;
  }
  .qodef-item-showcase .qodef-m-items {
    left: 40%;
    width: calc(100% - 40%);
  }
  .qodef-item-showcase .qodef-m-items .qodef-m-item {
    transition-delay: 0s;
  }
  .qodef-item-showcase .qodef-m-items.qodef--right {
    text-align: left;
  }
  .qodef-item-showcase .qodef-m-items.qodef--right .qodef-m-item:first-child {
    margin-top: 40px;
  }
  .qodef-item-showcase .qodef-m-items.qodef--right .qodef-e-dot {
    left: unset;
    right: 0;
  }
  .qodef-item-showcase .qodef-m-item {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-item-showcase .qodef-m-image {
    display: none;
  }
  .qodef-item-showcase .qodef-m-items {
    left: 0;
    width: 100%;
  }
}
@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: 680px) {
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
    .qodef-social-share-dropdown
    li:nth-child(1) {
    left: 1px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
    .qodef-social-share-dropdown
    li:nth-child(2) {
    left: 46px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
    .qodef-social-share-dropdown
    li:nth-child(3) {
    left: 91px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
    .qodef-social-share-dropdown
    li:nth-child(4) {
    left: 136px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
    .qodef-social-share-dropdown
    li:nth-child(5) {
    left: 181px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
    .qodef-social-share-dropdown
    li:nth-child(6) {
    left: 226px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
    .qodef-social-share-dropdown
    li:nth-child(7) {
    left: 271px;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-page-title .qodef-m-content {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  body:not(.qodef-content-behind-header) .qodef-page-title .qodef-m-content {
    padding-top: 0 !important;
  }
  .qodef-page-title .qodef-m-content.qodef-content-full-width {
    padding: 0 calc(24% / 2);
  }
}
@media only screen and (max-width: 800px) {
  .qodef-page-title .qodef-m-content.qodef-content-full-width {
    padding: 0 calc(14% / 2);
  }
}
@media only screen and (max-width: 480px) {
  .qodef-page-title .qodef-m-content.qodef-content-full-width {
    padding: 0 calc(18% / 2);
  }
}
@media only screen and (max-width: 1024px) {
  #qodef-page-sidebar .qodef-social-icons-group {
    justify-content: flex-start;
  }
}
