.tcm-core-page-inline-style {
  position: absolute !important;
  width: 0;
  height: 0;
  line-height: 1;
  display: none;
}
.kc-elm.qodef-shortcode .fa,
.kc-elm.qodef-shortcode .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.kc-elm.qodef-shortcode .fa:before,
.kc-elm.qodef-shortcode .fas:before {
  font-family: inherit;
  font-weight: inherit;
}
.kc-elm.qodef-shortcode .fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.kc-elm.qodef-shortcode .fab:before {
  font-family: inherit;
  font-weight: inherit;
}
#qodef-back-to-top {
  position: fixed;
  width: 40px;
  height: 40px;
  right: 25px;
  bottom: 25px;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#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 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.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--predefined {
  bottom: 108px;
  right: 58px;
  width: 50px;
  height: 50px;
}
@media (max-width:600px) {
  #qodef-back-to-top.qodef--predefined{
      right:15px;

  }
  
}
#qodef-back-to-top.qodef--predefined .qodef-back-to-top-icon {
  background: 0 0;
  border: none;
  color: var(--qode-main-color);
  overflow: visible;
}
#qodef-back-to-top.qodef--predefined .qodef-back-to-top-icon svg {
  fill: none;
  stroke: currentColor;
  width: 11px;
  margin-top: 42px;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-clip-path 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: clip-path 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: clip-path 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-clip-path 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-clip-path: inset(0 0 40px 0);
  clip-path: inset(0 0 40px 0);
  z-index: 3;
}
#qodef-back-to-top.qodef--predefined .qodef-back-to-top-icon .qodef--bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 1s ease;
  transform: scale(1);
}
#qodef-back-to-top.qodef--predefined .qodef-back-to-top-icon .qodef--bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #da0922;
  box-sizing: border-box;
  transform: rotate(45deg);
}


#qodef-back-to-top.qodef--predefined .qodef-back-to-top-icon .qodef--bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transform: rotate(45deg);
  --qodef-hover-border-color: var(--qode-main-color);
  background-repeat: no-repeat;
  background-size: calc(100% - 100%) 1px, 1px calc(100% - 100%);
  background-position: 0 0, 100% 100%, 100% 100%, 0 0;
  background-image: linear-gradient(
      0deg,
      var(--qodef-hover-border-color),
      var(--qodef-hover-border-color)
    ),
    linear-gradient(
      0deg,
      var(--qodef-hover-border-color),
      var(--qodef-hover-border-color)
    ),
    linear-gradient(
      0deg,
      var(--qodef-hover-border-color),
      var(--qodef-hover-border-color)
    ),
    linear-gradient(
      0deg,
      var(--qodef-hover-border-color),
      var(--qodef-hover-border-color)
    );
  transition: background-size 0.8s cubic-bezier(0.54, 0.07, 0.11, 0.95);
  pointer-events: none;
  z-index: 2;
}
#qodef-back-to-top.qodef--predefined:hover .qodef-back-to-top-icon svg {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
#qodef-back-to-top.qodef--predefined:hover .qodef--bg {
  transform: scale(0.8) rotate(0.5deg) translateX(1px);
}
#qodef-back-to-top.qodef--predefined:hover .qodef--bg:after {
  background-size: calc(100% - 0%) 1px, 1px calc(100% - 0%);
}
.qodef-background-text {
  position: relative;
}
.qodef-background-text .qodef-m-background-text-holder {
  display: flex;
  height: 100%;
  position: absolute;
  width: 100%;
}
.qodef-background-text .qodef-m-background-text {
  color: var(--qode-main-color);
  font-family: "Bona Nova", serif;
  font-size: 200px;
  line-height: 1em;
}
.qodef-alignment--center.qodef-blog.qodef-shortcode
  .qodef-blog-item
  .qodef-e-inner {
  text-align: center;
}
.qodef-alignment--left.qodef-blog.qodef-shortcode
  .qodef-blog-item
  .qodef-e-inner {
  text-align: left;
}
.qodef-alignment--right.qodef-blog.qodef-shortcode
  .qodef-blog-item
  .qodef-e-inner {
  text-align: right;
}
.qodef-blog.qodef-shortcode.qodef-alignment--center .qodef-e-bottom-holder {
  justify-content: center;
}
.qodef-blog.qodef-shortcode.qodef-alignment--left .qodef-e-bottom-holder {
  justify-content: flex-start;
}
.qodef-blog.qodef-shortcode.qodef-alignment--right .qodef-e-bottom-holder {
  justify-content: flex-end;
}
.qodef-blog.qodef-item-layout--boxed {
  padding: 1px;
}
.qodef-blog.qodef-item-layout--boxed.qodef-gutter--no {
  --qode-columns-gap: 1px;
}
.qodef-blog.qodef-item-layout--boxed article {
  outline: 1px solid #e5dacf;
  margin-bottom: 0;
  padding: 18.5% 21.3% 16.8%;
}
.qodef-blog.qodef-item-layout--boxed article .qodef-e-inner {
  text-align: center;
}
.qodef-blog.qodef-item-layout--boxed
  article
  .qodef-e-inner:hover
  .qodef-e-media-image:after {
  opacity: 1;
  transform: translate(-10px, -10px);
  transition: transform 0.3s ease-in-out, opacity 0.1s ease-in-out;
}
.qodef-blog.qodef-item-layout--boxed article .qodef-e-content {
  text-align: center;
  margin: 33px 0 0;
}
.qodef-blog.qodef-item-layout--boxed article .qodef-e-text {
  padding: 0 5%;
}
.qodef-blog.qodef-item-layout--boxed article .qodef-e-info {
  margin-top: 10px;
}
.qodef-blog.qodef-item-layout--boxed article .qodef-e-media-image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #e5dacf;
  opacity: 0;
  transition: transform 0.3s ease-in-out, opacity 0.1s ease-in-out 0.3s;
}
.qodef-blog.qodef-item-layout--compact article .qodef-e-inner {
  text-align: center;
}
.qodef-blog.qodef-item-layout--compact
  article
  .qodef-e-inner:hover
  .qodef-e-media-image:after {
  opacity: 1;
  transform: translate(-10px, -10px);
}
.qodef-blog.qodef-item-layout--compact article .qodef-e-content {
  text-align: center;
  margin: 33px 0 0;
}
.qodef-blog.qodef-item-layout--compact article .qodef-e-text {
  padding: 0 5%;
}
.qodef-blog.qodef-item-layout--compact article .qodef-e-info {
  margin-top: 10px;
}
.qodef-blog.qodef-item-layout--compact article .qodef-e-media-image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #e5dacf;
  opacity: 0;
  transition: opacity 0.35s ease-out,
    transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.qodef-blog.qodef-item-layout--info-on-image {
  margin: 0;
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-media {
  height: 100%;
  width: 100%;
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-content {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 20px 40px 35px;
  background-color: rgba(13, 13, 13, 0.12);
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-content a {
  position: relative;
  z-index: 3;
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-title {
  color: #fff;
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-title a {
  color: inherit;
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-title a:hover {
  color: var(--qode-main-color);
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-info > * {
  color: #fff;
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-info a:hover {
  color: var(--qode-main-color);
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-post-link {
  z-index: 2;
}
.qodef-blog.qodef-item-layout--minimal article .qodef-e-content {
  margin: 0;
}
.qodef-blog.qodef-item-layout--minimal article .qodef-e-bottom-holder {
  margin-top: 5px;
}
.qodef-blog.qodef-item-layout--simple article .qodef-e-media {
  margin-bottom: 20px;
}
.qodef-blog.qodef-item-layout--simple article .qodef-e-content {
  margin: 0;
}
.qodef-blog.qodef-item-layout--simple article .qodef-e-bottom-holder {
  line-height: 1em;
  margin-top: 2px;
}
.qodef-blog.qodef-item-layout--simple
  article
  .qodef-e-bottom-holder
  .qodef-e-info
  a {
  color: var(--qode-main-color);
}
.qodef-blog.qodef-item-layout--simple
  article
  .qodef-e-bottom-holder
  .qodef-e-info
  a:hover {
  color: #f2aa85;
}
.widget.widget_tcm_core_simple_blog_list
  .qodef-blog.qodef-item-layout--simple
  article:not(:last-child) {
  margin-bottom: 31px;
}
.widget.widget_tcm_core_simple_blog_list
  .qodef-blog.qodef-item-layout--simple
  article:first-child {
  margin-top: 9px;
}
.widget.widget_tcm_core_simple_blog_list
  .qodef-blog.qodef-item-layout--simple
  article
  .qodef-e-media-image {
  max-width: 220px;
}
.widget.widget_tcm_core_simple_blog_list
  .qodef-blog.qodef-item-layout--simple
  article
  .qodef-e-title {
  padding: 0 10%;
}
.widget.widget_tcm_core_simple_blog_list
  .qodef-blog.qodef-item-layout--simple
  article
  .qodef-e-bottom-holder {
  justify-content: center;
}
.widget.widget_tcm_core_simple_blog_list
  .qodef-blog.qodef-item-layout--minimal
  article:not(:last-child) {
  margin: 0 0 14px;
}
#qodef-top-area
  .widget.widget_tcm_core_simple_blog_list
  .qodef-blog.qodef-item-layout--simple
  article:not(:last-child) {
  margin-bottom: 31px;
}
#qodef-top-area
  .widget.widget_tcm_core_simple_blog_list
  .qodef-blog.qodef-item-layout--simple
  article:first-child {
  margin-top: 9px;
}
#qodef-top-area
  .widget.widget_tcm_core_simple_blog_list
  .qodef-blog.qodef-item-layout--simple
  article
  .qodef-e-media-image {
  max-width: 220px;
}
#qodef-top-area
  .widget.widget_tcm_core_simple_blog_list
  .qodef-blog.qodef-item-layout--simple
  article
  .qodef-e-title {
  padding: 0 10%;
}
#qodef-top-area
  .widget.widget_tcm_core_simple_blog_list
  .qodef-blog.qodef-item-layout--simple
  article
  .qodef-e-bottom-holder {
  justify-content: center;
}
#qodef-top-area
  .widget.widget_tcm_core_simple_blog_list
  .qodef-blog.qodef-item-layout--minimal
  article:not(:last-child) {
  margin: 0 0 14px;
}
#qodef-page-footer
  .widget.widget_tcm_core_simple_blog_list
  .qodef-blog.qodef-item-layout--simple
  article:not(:last-child) {
  margin-bottom: 31px;
}
#qodef-page-footer
  .widget.widget_tcm_core_simple_blog_list
  .qodef-blog.qodef-item-layout--simple
  article:first-child {
  margin-top: 9px;
}
#qodef-page-footer
  .widget.widget_tcm_core_simple_blog_list
  .qodef-blog.qodef-item-layout--simple
  article
  .qodef-e-media-image {
  max-width: 220px;
}
#qodef-page-footer
  .widget.widget_tcm_core_simple_blog_list
  .qodef-blog.qodef-item-layout--simple
  article
  .qodef-e-title {
  padding: 0 10%;
}
#qodef-page-footer
  .widget.widget_tcm_core_simple_blog_list
  .qodef-blog.qodef-item-layout--simple
  article
  .qodef-e-bottom-holder {
  justify-content: center;
}
#qodef-page-footer
  .widget.widget_tcm_core_simple_blog_list
  .qodef-blog.qodef-item-layout--minimal
  article:not(:last-child) {
  margin: 0 0 4px;
}
#qodef-content-bottom
  .widget.widget_tcm_core_simple_blog_list
  .qodef-blog.qodef-item-layout--simple
  article:not(:last-child) {
  margin-bottom: 31px;
}
#qodef-content-bottom
  .widget.widget_tcm_core_simple_blog_list
  .qodef-blog.qodef-item-layout--simple
  article:first-child {
  margin-top: 9px;
}
#qodef-content-bottom
  .widget.widget_tcm_core_simple_blog_list
  .qodef-blog.qodef-item-layout--simple
  article
  .qodef-e-media-image {
  max-width: 220px;
}
#qodef-content-bottom
  .widget.widget_tcm_core_simple_blog_list
  .qodef-blog.qodef-item-layout--simple
  article
  .qodef-e-title {
  padding: 0 10%;
}
#qodef-content-bottom
  .widget.widget_tcm_core_simple_blog_list
  .qodef-blog.qodef-item-layout--simple
  article
  .qodef-e-bottom-holder {
  justify-content: center;
}
#qodef-content-bottom
  .widget.widget_tcm_core_simple_blog_list
  .qodef-blog.qodef-item-layout--minimal
  article:not(:last-child) {
  margin: 0 0 14px;
}
#qodef-side-area
  .widget.widget_tcm_core_simple_blog_list
  .qodef-blog.qodef-item-layout--simple
  article:not(:last-child) {
  margin-bottom: 31px;
}
#qodef-side-area
  .widget.widget_tcm_core_simple_blog_list
  .qodef-blog.qodef-item-layout--simple
  article:first-child {
  margin-top: 9px;
}
#qodef-side-area
  .widget.widget_tcm_core_simple_blog_list
  .qodef-blog.qodef-item-layout--simple
  article
  .qodef-e-media-image {
  max-width: 220px;
}
#qodef-side-area
  .widget.widget_tcm_core_simple_blog_list
  .qodef-blog.qodef-item-layout--simple
  article
  .qodef-e-title {
  padding: 0 10%;
}
#qodef-side-area
  .widget.widget_tcm_core_simple_blog_list
  .qodef-blog.qodef-item-layout--simple
  article
  .qodef-e-bottom-holder {
  justify-content: center;
}
#qodef-side-area
  .widget.widget_tcm_core_simple_blog_list
  .qodef-blog.qodef-item-layout--minimal
  article:not(:last-child) {
  margin: 0 0 14px;
}
.qodef-mega-menu-widget-holder
  .widget.widget_tcm_core_simple_blog_list
  .qodef-blog.qodef-item-layout--simple
  article:not(:last-child) {
  margin-bottom: 31px;
}
.qodef-mega-menu-widget-holder
  .widget.widget_tcm_core_simple_blog_list
  .qodef-blog.qodef-item-layout--simple
  article:first-child {
  margin-top: 9px;
}
.qodef-mega-menu-widget-holder
  .widget.widget_tcm_core_simple_blog_list
  .qodef-blog.qodef-item-layout--simple
  article
  .qodef-e-media-image {
  max-width: 220px;
}
.qodef-mega-menu-widget-holder
  .widget.widget_tcm_core_simple_blog_list
  .qodef-blog.qodef-item-layout--simple
  article
  .qodef-e-title {
  padding: 0 10%;
}
.qodef-mega-menu-widget-holder
  .widget.widget_tcm_core_simple_blog_list
  .qodef-blog.qodef-item-layout--simple
  article
  .qodef-e-bottom-holder {
  justify-content: center;
}
.qodef-mega-menu-widget-holder
  .widget.widget_tcm_core_simple_blog_list
  .qodef-blog.qodef-item-layout--minimal
  article:not(:last-child) {
  margin: 0 0 14px;
}
#qodef-author-info {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 82px;
  padding-top: 50px;
}
#qodef-author-info .qodef-m-inner {
  width: 100%;
  padding: 205px 22% 89px;
  text-align: center;
  background-color: #f7f7f0;
}
#qodef-author-info .qodef-m-image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#qodef-author-info .qodef-m-image a,
#qodef-author-info .qodef-m-image img {
  display: block;
}
#qodef-author-info .qodef-m-image img {
  border-radius: 50%;
}
#qodef-author-info .qodef-m-image a {
  position: relative;
}
#qodef-author-info .qodef-m-image a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 101px;
  transform: translateX(calc(-50% - 18px));
  width: 150%;
  height: 100%;
  background-image: url(../img/overlay.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#qodef-author-info .qodef-m-content {
  position: relative;
  z-index: 10;
}
#qodef-author-info .qodef-m-author {
  margin: 0;
}
#qodef-author-info .qodef-m-author a:focus,
#qodef-author-info .qodef-m-author a:hover {
  color: currentColor;
}
#qodef-author-info .qodef-m-position {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 1.66667em;
  font-weight: 500;
  letter-spacing: 0.175em;
  text-transform: uppercase;
  color: var(--qode-main-color);
  display: block;
  margin: 2px 0 0;
}
#qodef-author-info .qodef-m-email {
  margin: 5px 0 0;
}
#qodef-author-info .qodef-m-description {
  margin: 14px 0 0;
}
#qodef-author-info .qodef-m-social-icons {
  margin-top: 18px;
}
#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:last-child {
  margin-right: 0;
}
#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: 80px 0 0;
}
#qodef-single-post-navigation .qodef-m-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#qodef-single-post-navigation .qodef-m-nav {
  position: relative;
  display: flex;
  align-items: center;
}
#qodef-single-post-navigation .qodef-m-nav > * {
  display: block;
  line-height: inherit;
}
#qodef-single-post-navigation .qodef-m-nav .qodef-m-pagination-icon {
  position: relative;
  display: block;
  width: 71px;
  height: auto;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--prev {
  margin-right: 20px;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition: -webkit-clip-path 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: clip-path 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: clip-path 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-clip-path 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#qodef-single-post-navigation .qodef-m-nav.qodef--prev:hover {
  -webkit-clip-path: inset(0 40px 0 0);
  clip-path: inset(0 40px 0 0);
}
#qodef-single-post-navigation .qodef-m-nav.qodef--next {
  margin-left: 20px;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition: -webkit-clip-path 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: clip-path 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: clip-path 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-clip-path 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#qodef-single-post-navigation .qodef-m-nav.qodef--next:hover {
  -webkit-clip-path: inset(0 0 0 40px);
  clip-path: inset(0 0 0 40px);
}
#qodef-single-post-navigation .qodef-m-nav:focus,
#qodef-single-post-navigation .qodef-m-nav:hover {
  color: currentColor;
}
#qodef-single-post-navigation .qodef-m-nav-label {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 1.66667em;
  font-weight: 500;
  letter-spacing: 0.175em;
  text-transform: uppercase;
  color: var(--qode-main-color);
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
}
#qodef-content-bottom #qodef-content-bottom-inner.qodef-content-full-width {
  padding: 0 100px;
}
@media only screen and (max-width: 1024px) {
  #qodef-content-bottom #qodef-content-bottom-inner.qodef-content-full-width {
    padding-left: 7%;
    padding-right: 7%;
  }
}
#qodef-page-footer .qodef-alignment--left {
  text-align: left;
}
#qodef-page-footer .qodef-alignment--left .widget img {
  margin-right: auto;
}
#qodef-page-footer .qodef-alignment--center {
  text-align: center;
}
#qodef-page-footer .qodef-alignment--center .widget img {
  margin-right: auto;
  margin-left: auto;
}
#qodef-page-footer .qodef-alignment--right {
  text-align: right;
}
#qodef-page-footer .qodef-alignment--right .widget img {
  margin-left: auto;
}
@media (min-width: 681px) {
  #qodef-page-footer-bottom-area-inner
    .qodef-alignment--space-between
    .qodef-grid-item:nth-child(2) {
    text-align: right;
  }
}
.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-fullscreen-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden !important;
  z-index: 99;
  transition: transform 0.8s ease-in-out 0.4s, opacity 0.1s 1.2s ease-in-out,
    visibility 1.2s;
  transform: translateY(-110%);
  visibility: hidden;
  opacity: 0;
}
#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 {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition: transform 0.8s -50ms cubic-bezier(0.22, 0.61, 0.36, 1),
    opacity 0.15s, visibility 0.8s;
}
#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 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.qodef-fullscreen-menu ul li {
  position: relative;
  margin: 18px 0;
  padding: 0;
}
.qodef-fullscreen-menu ul li .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 > a {
  font-family: "Bona Nova", serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 42px;
  line-height: 1.11905em;
  letter-spacing: 0.015em;
  color: #0d0d0d;
}
.qodef-fullscreen-menu > ul > li > a .qodef-menu-item-text {
  position: relative;
}
.qodef-fullscreen-menu > ul > li > a .qodef-menu-item-text:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: currentColor;
  left: -14px;
  top: calc(50% - 2px);
  transform: rotate(0) scale(0);
  transition: transform 0.8s cubic-bezier(0.1, 0.1, 0, 1);
}
.qodef-fullscreen-menu > ul > li > a:hover .qodef-menu-item-text:before {
  transform: rotate(-45deg) scale(1);
}
.qodef-fullscreen-menu
  > ul
  > li.current-menu-ancestor
  > a
  .qodef-menu-item-text:before,
.qodef-fullscreen-menu
  > ul
  > li.current-menu-item
  > a
  .qodef-menu-item-text:before {
  transform: rotate(-45deg) scale(1);
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner > ul {
  padding: 11px 0 5px;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li {
  margin: 0;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a {
  position: relative;
  display: flex;
  white-space: normal;
  margin: 8px 0;
  overflow: hidden;
  transition: padding 0.2s ease-out;
  font-family: Arimo, sans-serif;
  font-size: 16px;
  line-height: 1.75em;
  font-weight: 400;
  color: #0d0d0d;
  justify-content: center;
  margin: 4px 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
  .qodef-menu-item-text {
  position: relative;
}
.qodef-fullscreen-menu
  .qodef-drop-down-second-inner
  ul
  li
  > a
  .qodef-menu-item-text:after,
.qodef-fullscreen-menu
  .qodef-drop-down-second-inner
  ul
  li
  > a
  .qodef-menu-item-text:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  height: 1px;
  width: 100%;
  background: currentColor;
}
.qodef-fullscreen-menu
  .qodef-drop-down-second-inner
  ul
  li
  > a
  .qodef-menu-item-text:before {
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.qodef-fullscreen-menu
  .qodef-drop-down-second-inner
  ul
  li
  > a
  .qodef-menu-item-text:after {
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96) 0.4s;
}
.qodef-fullscreen-menu
  .qodef-drop-down-second-inner
  ul
  li
  > a
  .qodef-menu-item-text:after {
  display: none;
}
.qodef-fullscreen-menu
  .qodef-drop-down-second-inner
  ul
  li
  > a:hover
  .qodef-menu-item-text:before {
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96) 0.4s;
}
.qodef-fullscreen-menu
  .qodef-drop-down-second-inner
  ul
  li
  > a:hover
  .qodef-menu-item-text:after {
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.qodef-fullscreen-menu
  .qodef-drop-down-second-inner
  ul
  li
  > a:hover
  .qodef-menu-item-text:before {
  transition-delay: 0s;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a:first-child {
  margin: 0;
}
.qodef-fullscreen-menu
  .qodef-drop-down-second-inner
  ul
  li.current-menu-ancestor
  > a
  .qodef-menu-item-text:before,
.qodef-fullscreen-menu
  .qodef-drop-down-second-inner
  ul
  li.current-menu-item
  > a
  .qodef-menu-item-text:before {
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96) 0.4s;
}
.qodef-fullscreen-menu
  .qodef-drop-down-second-inner
  ul
  li.current-menu-ancestor
  > a
  .qodef-menu-item-text:after,
.qodef-fullscreen-menu
  .qodef-drop-down-second-inner
  ul
  li.current-menu-item
  > a
  .qodef-menu-item-text:after {
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.qodef-fullscreen-menu
  .qodef-drop-down-second-inner
  ul
  li.current-menu-ancestor
  > a
  .qodef-menu-item-text:before,
.qodef-fullscreen-menu
  .qodef-drop-down-second-inner
  ul
  li.current-menu-item
  > a
  .qodef-menu-item-text:before {
  transition-delay: 0s;
}
.qodef-fullscreen-menu > ul {
  perspective: 550px;
  perspective-origin: 50% 70%;
}
.qodef-fullscreen-menu-animate--out
  .qodef-fullscreen-menu
  > ul
  > li:nth-last-child(1) {
  animation: qode-fade-out 0.5s forwards;
  animation-delay: 0s;
}
.qodef-fullscreen-menu-animate--in
  .qodef-fullscreen-menu
  > ul
  > li:nth-child(1) {
  animation: qodef-zoomed-text 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation-delay: 0s;
}
.qodef-fullscreen-menu-animate--out
  .qodef-fullscreen-menu
  > ul
  > li:nth-last-child(2) {
  animation: qode-fade-out 0.5s forwards;
  animation-delay: 0.1s;
}
.qodef-fullscreen-menu-animate--in
  .qodef-fullscreen-menu
  > ul
  > li:nth-child(2) {
  animation: qodef-zoomed-text 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation-delay: 0.1s;
}
.qodef-fullscreen-menu-animate--out
  .qodef-fullscreen-menu
  > ul
  > li:nth-last-child(3) {
  animation: qode-fade-out 0.5s forwards;
  animation-delay: 0.2s;
}
.qodef-fullscreen-menu-animate--in
  .qodef-fullscreen-menu
  > ul
  > li:nth-child(3) {
  animation: qodef-zoomed-text 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation-delay: 0.2s;
}
.qodef-fullscreen-menu-animate--out
  .qodef-fullscreen-menu
  > ul
  > li:nth-last-child(4) {
  animation: qode-fade-out 0.5s forwards;
  animation-delay: 0.3s;
}
.qodef-fullscreen-menu-animate--in
  .qodef-fullscreen-menu
  > ul
  > li:nth-child(4) {
  animation: qodef-zoomed-text 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation-delay: 0.3s;
}
.qodef-fullscreen-menu-animate--out
  .qodef-fullscreen-menu
  > ul
  > li:nth-last-child(5) {
  animation: qode-fade-out 0.5s forwards;
  animation-delay: 0.4s;
}
.qodef-fullscreen-menu-animate--in
  .qodef-fullscreen-menu
  > ul
  > li:nth-child(5) {
  animation: qodef-zoomed-text 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation-delay: 0.4s;
}
.qodef-fullscreen-menu-animate--out
  .qodef-fullscreen-menu
  > ul
  > li:nth-last-child(6) {
  animation: qode-fade-out 0.5s forwards;
  animation-delay: 0.5s;
}
.qodef-fullscreen-menu-animate--in
  .qodef-fullscreen-menu
  > ul
  > li:nth-child(6) {
  animation: qodef-zoomed-text 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation-delay: 0.5s;
}
.qodef-fullscreen-menu-animate--out
  .qodef-fullscreen-menu
  > ul
  > li:nth-last-child(7) {
  animation: qode-fade-out 0.5s forwards;
  animation-delay: 0.6s;
}
.qodef-fullscreen-menu-animate--in
  .qodef-fullscreen-menu
  > ul
  > li:nth-child(7) {
  animation: qodef-zoomed-text 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation-delay: 0.6s;
}
.qodef-fullscreen-menu-animate--out
  .qodef-fullscreen-menu
  > ul
  > li:nth-last-child(8) {
  animation: qode-fade-out 0.5s forwards;
  animation-delay: 0.7s;
}
.qodef-fullscreen-menu-animate--in
  .qodef-fullscreen-menu
  > ul
  > li:nth-child(8) {
  animation: qodef-zoomed-text 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation-delay: 0.7s;
}
.qodef-fullscreen-menu-animate--out
  .qodef-fullscreen-menu
  > ul
  > li:nth-last-child(9) {
  animation: qode-fade-out 0.5s forwards;
  animation-delay: 0.8s;
}
.qodef-fullscreen-menu-animate--in
  .qodef-fullscreen-menu
  > ul
  > li:nth-child(9) {
  animation: qodef-zoomed-text 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation-delay: 0.8s;
}
.qodef-fullscreen-menu-animate--out
  .qodef-fullscreen-menu
  > ul
  > li:nth-last-child(10) {
  animation: qode-fade-out 0.5s forwards;
  animation-delay: 0.9s;
}
.qodef-fullscreen-menu-animate--in
  .qodef-fullscreen-menu
  > ul
  > li:nth-child(10) {
  animation: qodef-zoomed-text 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation-delay: 0.9s;
}
.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener {
  color: #000;
}
.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--light {
  opacity: 1;
}
.qodef-fullscreen-menu--opened
  #qodef-page-header
  .qodef-header-logo-link
  img.qodef--dark,
.qodef-fullscreen-menu--opened
  #qodef-page-header
  .qodef-header-logo-link
  img.qodef--main {
  opacity: 0;
}
.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo
  .qodef-header-logo-image.qodef--customizer,
.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo
  .qodef-header-logo-link,
.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo
  .qodef-mobile-header-logo-link {
  visibility: hidden;
  opacity: 0;
}
.qodef-header--minimal .qodef-header-logo-image.qodef--customizer,
.qodef-header--minimal .qodef-header-logo-link,
.qodef-header--minimal .qodef-mobile-header-logo-link {
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
}
@media only screen and (max-width: 1024px) {
  .qodef-mobile-header--minimal .qodef-header-logo-image.qodef--customizer,
  .qodef-mobile-header--minimal .qodef-header-logo-link,
  .qodef-mobile-header--minimal .qodef-mobile-header-logo-link {
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
  }
}
.qodef-fullscreen-menu-opener.qodef-source--predefined.qodef-opener-icon
  .qodef-m-icon.qodef--close {
  position: absolute;
  top: 22px;
  left: 22px;
}
.qodef-fullscreen-menu-opener.qodef-source--predefined:focus,
.qodef-fullscreen-menu-opener.qodef-source--predefined:hover {
  color: #0d0d0d;
}
#qodef-page-header .qodef-widget-holder {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 52px;
}
#qodef-page-header .qodef-widget-holder .widget {
  margin: 0 12px;
}
#qodef-page-header .qodef-widget-holder .widget:first-child {
  margin-left: 0;
}
#qodef-page-header .qodef-widget-holder .widget:last-child {
  margin-right: 0;
}
#qodef-page-header .widget[class*="_search"] form input {
  transition: width 0.62s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#qodef-page-header .widget[class*="_search"] form input:focus {
  width: 190px;
}
#qodef-page-header
  .widget[class*="_search"]
  form
  input:focus:-ms-input-placeholder {
  color: transparent;
}
#qodef-page-header .widget[class*="_search"] form input:focus::placeholder {
  color: transparent;
}
#qodef-page-header .widget[class*="_search"] form .qodef-search-form-button {
  position: relative;
  width: 30px;
  height: auto;
}
#qodef-page-header
  .widget[class*="_search"]
  form
  .qodef-search-form-button
  svg {
  width: 15px;
  right: auto;
}
#qodef-page-header .widget[class*="_search"] form .qodef-m-underline {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 31px;
  bottom: 16px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.62s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#qodef-page-header .widget[class*="_search"] form.qodef--opened input {
  width: 190px;
}
#qodef-page-header
  .widget[class*="_search"]
  form.qodef--opened
  .qodef-m-underline {
  transform: scaleX(1);
}
#qodef-page-header div[id^="monster-widget-placeholder"],
#qodef-page-header div[id^="woo-monster-widget-placeholder"] {
  display: none;
}
#qodef-page-header-inner {
  border-bottom: 0 solid transparent;
}
#qodef-page-header-inner.qodef-content-grid {
  padding: 0;
}
#qodef-page-header-inner.qodef-skin--light nav > ul > li > a,
.qodef-custom-header-layout.qodef-skin--light nav > ul > li > a {
  color: var(--qode-header-light-color) !important;
}
#qodef-page-header-inner.qodef-skin--light nav > ul > li > a:hover,
.qodef-custom-header-layout.qodef-skin--light nav > ul > li > a:hover {
  color: var(--qode-header-light-hover-color) !important;
}
#qodef-page-header-inner.qodef-skin--light
  nav
  > ul
  > li.current-menu-ancestor
  > a,
#qodef-page-header-inner.qodef-skin--light nav > ul > li.current-menu-item > a,
.qodef-custom-header-layout.qodef-skin--light
  nav
  > ul
  > li.current-menu-ancestor
  > a,
.qodef-custom-header-layout.qodef-skin--light
  nav
  > ul
  > li.current-menu-item
  > a {
  color: var(--qode-header-light-hover-color) !important;
}
#qodef-page-header-inner.qodef-skin--light
  .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--light
  .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--light
  .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--light
  .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--light
  .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--light
  .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened) {
  color: var(--qode-header-light-color) !important;
}
#qodef-page-header-inner.qodef-skin--dark nav > ul > li > a,
.qodef-custom-header-layout.qodef-skin--dark nav > ul > li > a {
  color: var(--qode-header-dark-color) !important;
}
#qodef-page-header-inner.qodef-skin--dark nav > ul > li > a:hover,
.qodef-custom-header-layout.qodef-skin--dark nav > ul > li > a:hover {
  color: var(--qode-header-dark-hover-color) !important;
}
#qodef-page-header-inner.qodef-skin--dark
  nav
  > ul
  > li.current-menu-ancestor
  > a,
#qodef-page-header-inner.qodef-skin--dark nav > ul > li.current-menu-item > a,
.qodef-custom-header-layout.qodef-skin--dark
  nav
  > ul
  > li.current-menu-ancestor
  > a,
.qodef-custom-header-layout.qodef-skin--dark
  nav
  > ul
  > li.current-menu-item
  > a {
  color: var(--qode-header-dark-hover-color) !important;
}
#qodef-page-header-inner.qodef-skin--dark
  .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--dark
  .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--dark
  .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--dark
  .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--dark
  .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--dark
  .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened) {
  color: var(--qode-header-dark-color) !important;
}
#qodef-page-header .qodef-header-logo-link img.qodef--main {
  opacity: 1;
}
#qodef-page-header .qodef-header-logo-link img.qodef--dark,
#qodef-page-header .qodef-header-logo-link img.qodef--light {
  opacity: 0;
}
#qodef-page-header .qodef-header-logo-link img:not(.qodef--main) {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#qodef-page-header .qodef-header-logo-link.qodef-source--svg-path svg {
  display: block;
  width: 50px;
  height: auto;
  fill: currentColor;
  stroke: currentColor;
}
#qodef-page-header .qodef-header-logo-link.qodef-source--textual {
  font-family: "Bona Nova", serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #0d0d0d;
  font-size: 34px;
  line-height: 1.20588em;
  letter-spacing: 0.02em;
  transition: color 0.2s ease-out;
}
#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--light
  .qodef-header-logo-link.qodef-source--svg-path,
#qodef-page-header-inner.qodef-skin--light
  .qodef-header-logo-link.qodef-source--textual {
  color: var(--qode-header-light-color) !important;
}
#qodef-page-header-inner.qodef-skin--light
  .qodef-header-logo-link.qodef-source--svg-path:hover,
#qodef-page-header-inner.qodef-skin--light
  .qodef-header-logo-link.qodef-source--textual:hover {
  color: var(--qode-header-light-hover-color) !important;
}
#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-page-header-inner.qodef-skin--dark
  .qodef-header-logo-link.qodef-source--svg-path,
#qodef-page-header-inner.qodef-skin--dark
  .qodef-header-logo-link.qodef-source--textual {
  color: var(--qode-header-dark-color) !important;
}
#qodef-page-header-inner.qodef-skin--dark
  .qodef-header-logo-link.qodef-source--svg-path:hover,
#qodef-page-header-inner.qodef-skin--dark
  .qodef-header-logo-link.qodef-source--textual:hover {
  color: var(--qode-header-dark-hover-color) !important;
}
.qodef-header--centered #qodef-page-header {
  height: 190px;
}
.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;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: relative;
}
.qodef-header--centered #qodef-page-header-inner > div .qodef-widget-holder {
  margin-left: 0;
  position: absolute;
  top: 0;
}
.qodef-header--centered
  #qodef-page-header-inner
  > div
  .qodef-widget-holder.qodef--one {
  right: 0;
}
.qodef-header--centered
  #qodef-page-header-inner
  > div
  .qodef-widget-holder.qodef--two {
  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-end;
}
.qodef-header--divided
  #qodef-page-header
  .qodef-divided-header-left-wrapper
  .qodef-header-navigation {
  margin-right: 62px;
}
.qodef-header--divided
  #qodef-page-header
  .qodef-divided-header-right-wrapper
  .qodef-header-navigation {
  margin-left: 62px;
}
.qodef-header--divided #qodef-page-header .qodef-header-logo-link {
  justify-content: center;
}
.qodef-header--divided #qodef-page-header .qodef-header-navigation {
  margin: 0 24px;
}
.qodef-header--divided #qodef-page-header .qodef-widget-holder {
  margin-left: 0;
}
.qodef-header--divided #qodef-page-header .qodef-widget-holder.qodef--one {
  margin-left: auto;
  margin-right: 0;
}
.qodef-header--divided #qodef-page-header .qodef-widget-holder.qodef--two {
  margin-left: 0;
  margin-right: auto;
}
.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;
}
.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 {
    width: 1100px;
  }
  .qodef-content-grid-1400.qodef-header--vertical
    .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 1100px) / 2);
  }
  .qodef-content-grid-1400.qodef-header--vertical
    .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 1100px) / 2);
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
  .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid {
    width: 960px;
  }
  .qodef-content-grid-1400.qodef-header--vertical
    .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 960px) / 2);
  }
  .qodef-content-grid-1400.qodef-header--vertical
    .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 960px) / 2);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid {
    width: 768px;
  }
  .qodef-content-grid-1400.qodef-header--vertical
    .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 768px) / 2);
  }
  .qodef-content-grid-1400.qodef-header--vertical
    .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 768px) / 2);
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
  .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid {
    width: 1100px;
  }
  .qodef-content-grid-1300.qodef-header--vertical
    .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 1100px) / 2);
  }
  .qodef-content-grid-1300.qodef-header--vertical
    .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 1100px) / 2);
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
  .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid {
    width: 960px;
  }
  .qodef-content-grid-1300.qodef-header--vertical
    .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 960px) / 2);
  }
  .qodef-content-grid-1300.qodef-header--vertical
    .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 960px) / 2);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid {
    width: 768px;
  }
  .qodef-content-grid-1300.qodef-header--vertical
    .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 768px) / 2);
  }
  .qodef-content-grid-1300.qodef-header--vertical
    .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 768px) / 2);
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
  .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid {
    width: 1100px;
  }
  .qodef-content-grid-1200.qodef-header--vertical
    .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 1100px) / 2);
  }
  .qodef-content-grid-1200.qodef-header--vertical
    .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 1100px) / 2);
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
  .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid {
    width: 960px;
  }
  .qodef-content-grid-1200.qodef-header--vertical
    .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 960px) / 2);
  }
  .qodef-content-grid-1200.qodef-header--vertical
    .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 960px) / 2);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid {
    width: 768px;
  }
  .qodef-content-grid-1200.qodef-header--vertical
    .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 768px) / 2);
  }
  .qodef-content-grid-1200.qodef-header--vertical
    .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 768px) / 2);
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
  .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid {
    width: 960px;
  }
  .qodef-content-grid-1100.qodef-header--vertical
    .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 960px) / 2);
  }
  .qodef-content-grid-1100.qodef-header--vertical
    .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 960px) / 2);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid {
    width: 768px;
  }
  .qodef-content-grid-1100.qodef-header--vertical
    .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 768px) / 2);
  }
  .qodef-content-grid-1100.qodef-header--vertical
    .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 768px) / 2);
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
  .qodef-content-grid-1400.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
    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
    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
    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
    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
    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
    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
    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
    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
    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
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 768px;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
  .qodef-content-grid-1400.qodef-header--vertical
    section.qodef-elementor-content-grid.qodef-extended-grid--right
    > .elementor-container {
    padding-left: calc((100% - 1100px) / 2);
  }
  .qodef-content-grid-1400.qodef-header--vertical
    section.qodef-elementor-content-grid.qodef-extended-grid--left
    > .elementor-container {
    padding-right: calc((100% - 1100px) / 2);
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
  .qodef-content-grid-1400.qodef-header--vertical
    section.qodef-elementor-content-grid.qodef-extended-grid--right
    > .elementor-container {
    padding-left: calc((100% - 960px) / 2);
  }
  .qodef-content-grid-1400.qodef-header--vertical
    section.qodef-elementor-content-grid.qodef-extended-grid--left
    > .elementor-container {
    padding-right: calc((100% - 960px) / 2);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .qodef-content-grid-1400.qodef-header--vertical
    section.qodef-elementor-content-grid.qodef-extended-grid--right
    > .elementor-container {
    padding-left: calc((100% - 768px) / 2);
  }
  .qodef-content-grid-1400.qodef-header--vertical
    section.qodef-elementor-content-grid.qodef-extended-grid--left
    > .elementor-container {
    padding-right: calc((100% - 768px) / 2);
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
  .qodef-content-grid-1300.qodef-header--vertical
    section.qodef-elementor-content-grid.qodef-extended-grid--right
    > .elementor-container {
    padding-left: calc((100% - 1100px) / 2);
  }
  .qodef-content-grid-1300.qodef-header--vertical
    section.qodef-elementor-content-grid.qodef-extended-grid--left
    > .elementor-container {
    padding-right: calc((100% - 1100px) / 2);
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
  .qodef-content-grid-1300.qodef-header--vertical
    section.qodef-elementor-content-grid.qodef-extended-grid--right
    > .elementor-container {
    padding-left: calc((100% - 960px) / 2);
  }
  .qodef-content-grid-1300.qodef-header--vertical
    section.qodef-elementor-content-grid.qodef-extended-grid--left
    > .elementor-container {
    padding-right: calc((100% - 960px) / 2);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .qodef-content-grid-1300.qodef-header--vertical
    section.qodef-elementor-content-grid.qodef-extended-grid--right
    > .elementor-container {
    padding-left: calc((100% - 768px) / 2);
  }
  .qodef-content-grid-1300.qodef-header--vertical
    section.qodef-elementor-content-grid.qodef-extended-grid--left
    > .elementor-container {
    padding-right: calc((100% - 768px) / 2);
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
  .qodef-content-grid-1200.qodef-header--vertical
    section.qodef-elementor-content-grid.qodef-extended-grid--right
    > .elementor-container {
    padding-left: calc((100% - 1100px) / 2);
  }
  .qodef-content-grid-1200.qodef-header--vertical
    section.qodef-elementor-content-grid.qodef-extended-grid--left
    > .elementor-container {
    padding-right: calc((100% - 1100px) / 2);
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
  .qodef-content-grid-1200.qodef-header--vertical
    section.qodef-elementor-content-grid.qodef-extended-grid--right
    > .elementor-container {
    padding-left: calc((100% - 960px) / 2);
  }
  .qodef-content-grid-1200.qodef-header--vertical
    section.qodef-elementor-content-grid.qodef-extended-grid--left
    > .elementor-container {
    padding-right: calc((100% - 960px) / 2);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .qodef-content-grid-1200.qodef-header--vertical
    section.qodef-elementor-content-grid.qodef-extended-grid--right
    > .elementor-container {
    padding-left: calc((100% - 768px) / 2);
  }
  .qodef-content-grid-1200.qodef-header--vertical
    section.qodef-elementor-content-grid.qodef-extended-grid--left
    > .elementor-container {
    padding-right: calc((100% - 768px) / 2);
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
  .qodef-content-grid-1100.qodef-header--vertical
    section.qodef-elementor-content-grid.qodef-extended-grid--right
    > .elementor-container {
    padding-left: calc((100% - 960px) / 2);
  }
  .qodef-content-grid-1100.qodef-header--vertical
    section.qodef-elementor-content-grid.qodef-extended-grid--left
    > .elementor-container {
    padding-right: calc((100% - 960px) / 2);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .qodef-content-grid-1100.qodef-header--vertical
    section.qodef-elementor-content-grid.qodef-extended-grid--right
    > .elementor-container {
    padding-left: calc((100% - 768px) / 2);
  }
  .qodef-content-grid-1100.qodef-header--vertical
    section.qodef-elementor-content-grid.qodef-extended-grid--left
    > .elementor-container {
    padding-right: calc((100% - 768px) / 2);
  }
}
.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: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 16px 0;
  border-right: 1px solid #e5dacf;
}
.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder {
  display: flex;
  align-items: flex-end;
  margin: 0 auto 59px;
}
.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder .widget {
  margin: 0 0 19px;
}
.qodef-header--vertical
  #qodef-page-header-inner
  .qodef-widget-holder
  .widget:last-child {
  margin-bottom: 0;
}
.qodef-header--vertical
  #qodef-page-header-inner
  .qodef-widget-holder
  .widget.widget_tcm_core_social_icons_group {
  text-align: center;
}
.qodef-header--vertical
  #qodef-page-header-inner
  .qodef-widget-holder
  .widget.widget_tcm_core_social_icons_group
  .qodef-widget-title {
  font-family: Arimo, sans-serif;
  font-size: 16px;
  text-transform: initial;
}
.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: 155px;
  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: 15px 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 {
  display: none;
}
.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: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.66667em;
  font-weight: 500;
  letter-spacing: 0.175em;
  text-transform: uppercase;
  color: #000;
  text-align: center;
}
.qodef-header--vertical .qodef-header-vertical-navigation > ul > li > a:before {
  content: "";
  width: 25px;
  height: 1px;
  background-color: #e5dacf;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
  transition: all 0.5s cubic-bezier(0.41, 0, 0.13, 1.03);
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  > a:hover:before {
  -webkit-clip-path: inset(-1px);
  clip-path: inset(-1px);
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  > ul {
  padding: 9px 0 5px;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li {
  margin: 0;
}
.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: 8px 0;
  overflow: hidden;
  transition: padding 0.2s ease-out;
  font-family: Arimo, sans-serif;
  font-size: 16px;
  line-height: 1.75em;
  font-weight: 400;
  color: #262626;
  justify-content: center;
  margin: 4px 0;
}
.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
  .qodef-menu-item-text {
  position: relative;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li
  > a
  .qodef-menu-item-text:after,
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li
  > a
  .qodef-menu-item-text:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  height: 1px;
  width: 100%;
  background: currentColor;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li
  > a
  .qodef-menu-item-text:before {
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li
  > a
  .qodef-menu-item-text:after {
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96) 0.4s;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li
  > a
  .qodef-menu-item-text:after {
  display: none;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li.current-menu-ancestor
  > a
  .qodef-menu-item-text:before,
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li.current-menu-item
  > a
  .qodef-menu-item-text:before,
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li:hover
  > a
  .qodef-menu-item-text:before {
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96) 0.4s;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li.current-menu-ancestor
  > a
  .qodef-menu-item-text:after,
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li.current-menu-item
  > a
  .qodef-menu-item-text:after,
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li:hover
  > a
  .qodef-menu-item-text:after {
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li.current-menu-ancestor
  > a
  .qodef-menu-item-text:before,
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li.current-menu-item
  > a
  .qodef-menu-item-text:before,
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li:hover
  > a
  .qodef-menu-item-text:before {
  transition-delay: 0s;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li.current-menu-ancestor
  > a:before,
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li.current-menu-item
  > a:before {
  -webkit-clip-path: inset(-1px);
  clip-path: inset(-1px);
}
.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-fixed-from-start #qodef-page-header {
  position: fixed !important;
}
.qodef-header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  height: 70px;
  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-page-header .qodef-header-sticky .qodef-header-logo-link {
  padding: 0;
}
.qodef-header-sticky-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 62px;
}
.qodef-header-sticky-inner.qodef-content-grid {
  padding: 0;
}
.qodef-header-sticky-inner .qodef-header-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.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-header-standard--center
  .qodef-header-sticky-inner
  .qodef-header-logo-link {
  position: absolute !important;
  top: 0;
  left: 0;
}
.qodef-header-standard--center
  .qodef-header-sticky-inner
  .qodef-header-navigation {
  margin: auto;
}
.qodef-header-standard--center .qodef-header-sticky-inner .qodef-widget-holder {
  position: absolute;
  top: 0;
  right: 0;
  margin-left: 0;
}
#qodef-top-area {
  position: relative;
  background-color: #000;
  z-index: 101;
}
#qodef-top-area .qodef-widget-holder {
  display: flex;
  align-items: center;
  height: 100%;
}
#qodef-top-area .qodef-widget-holder.qodef--left {
  margin-right: auto;
}
#qodef-top-area .qodef-widget-holder.qodef--right {
  margin-left: auto;
}
#qodef-top-area .qodef-widget-holder .widget {
  margin: 0 12px;
}
#qodef-top-area .qodef-widget-holder .widget:first-child {
  margin-left: 0;
}
#qodef-top-area .qodef-widget-holder .widget:last-child {
  margin-right: 0;
}
#qodef-top-area .widget {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
#qodef-top-area .widget .textwidget > *,
#qodef-top-area .widget .widget p {
  margin: 0;
}
#qodef-top-area div[id^="monster-widget-placeholder"],
#qodef-top-area div[id^="woo-monster-widget-placeholder"] {
  display: none;
}
#qodef-top-area-inner {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: space-between;
  padding: 0 62px;
  position: relative;
  border-bottom: 0 solid transparent;
}
#qodef-top-area-inner.qodef-content-grid {
  padding: 0 !important;
}
#qodef-top-area-inner.qodef-alignment--center .qodef-widget-holder {
  margin: 0 auto;
}
#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 #e5dacf;
  border-radius: 4px;
  box-shadow: 3px 3px 15px 0 rgba(13, 13, 13, 0.5);
  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 #e5dacf;
  border-left: 1px solid #e5dacf;
  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: Arimo, 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: #0d0d0d;
}
.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 #e5dacf;
  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-page-mobile-header
  .qodef-mobile-header-opener
  .qodef-m-icon.qodef--close {
  position: absolute;
  left: auto;
  right: 0;
  top: -7px;
}
.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--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-page-mobile-header
  .qodef-mobile-header-logo-link.qodef-source--svg-path
  svg {
  display: block;
  width: 50px;
  height: auto;
  fill: currentColor;
  stroke: currentColor;
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual {
  font-family: "Bona Nova", serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #0d0d0d;
  font-size: 34px;
  line-height: 1.20588em;
  letter-spacing: 0.02em;
  transition: color 0.2s ease-out;
}
.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-mobile-header--minimal
  #qodef-page-mobile-header-inner
  .qodef-opener-icon.qodef-fullscreen-menu-opener
  .qodef-m-diamond-holder {
  width: 57px;
  height: 57px;
}
.qodef-mobile-header--minimal
  #qodef-page-mobile-header-inner
  .qodef-opener-icon.qodef-fullscreen-menu-opener
  .qodef-m-diamond-holder
  .qodef-m-diamond-outer {
  width: 70%;
  height: 70%;
}
.qodef-mobile-header--minimal
  #qodef-page-mobile-header-inner
  .qodef-opener-icon
  .qodef-m-icon.qodef--close {
  top: 11px;
  left: 11px;
}
.qodef-fullscreen-menu--opened {
  overflow-y: hidden;
}
.qodef-fullscreen-menu--opened
  #qodef-page-mobile-header
  .qodef-mobile-header-logo-link
  img.qodef--light {
  opacity: 1;
}
.qodef-fullscreen-menu--opened
  #qodef-page-mobile-header
  .qodef-mobile-header-logo-link
  img.qodef--dark,
.qodef-fullscreen-menu--opened
  #qodef-page-mobile-header
  .qodef-mobile-header-logo-link
  img.qodef--main {
  opacity: 0;
}
.qodef-fullscreen-menu--opened
  #qodef-page-mobile-header
  .qodef-mobile-header-logo-link.qodef-source--svg-path,
.qodef-fullscreen-menu--opened
  #qodef-page-mobile-header
  .qodef-mobile-header-logo-link.qodef-source--textual {
  color: var(--qode-header-light-color) !important;
}
.qodef-fullscreen-menu--opened
  #qodef-page-mobile-header
  .qodef-mobile-header-logo-link.qodef-source--svg-path:hover,
.qodef-fullscreen-menu--opened
  #qodef-page-mobile-header
  .qodef-mobile-header-logo-link.qodef-source--textual:hover {
  color: var(--qode-header-light-hover-color) !important;
}
.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-navigation {
  width: 100%;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li {
  position: relative;
  padding: 0;
  margin: 0;
}
#qodef-side-area-mobile-header
  .qodef-m-navigation
  ul
  li
  .qodef-drop-down-second {
  display: none;
  transform: translateZ(0);
}
#qodef-side-area-mobile-header
  .qodef-m-navigation
  ul
  li
  .qodef-drop-down-second-inner {
  position: relative;
  display: block;
  padding: 0;
  z-index: 997;
}
#qodef-side-area-mobile-header
  .qodef-m-navigation
  ul
  li
  .qodef-menu-item-arrow {
  position: absolute;
  top: 7px;
  right: -6px;
  width: 18px;
  height: auto;
  color: #fff;
  z-index: 9;
  cursor: pointer;
  transition: color 0.2s ease-out;
  transform: rotate(0);
  transition: transform 0.2s ease-out, color 0.2s ease-out;
}
#qodef-side-area-mobile-header
  .qodef-m-navigation
  ul
  li
  .qodef-menu-item-arrow:hover {
  color: #fff;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li > a {
  position: relative;
  display: flex;
  white-space: normal;
  margin: 8px 0;
  overflow: hidden;
  transition: padding 0.2s ease-out;
  font-family: Arimo, sans-serif;
  font-size: 16px;
  line-height: 1.75em;
  font-weight: 400;
  color: #fff;
}
#qodef-side-area-mobile-header
  .qodef-m-navigation
  ul
  li
  ul
  li
  > a
  .qodef-menu-item-icon {
  flex-shrink: 0;
}
#qodef-side-area-mobile-header
  .qodef-m-navigation
  ul
  li
  ul
  li
  > a
  .qodef-menu-item-text {
  position: relative;
}
#qodef-side-area-mobile-header
  .qodef-m-navigation
  ul
  li
  ul
  li
  > a
  .qodef-menu-item-text:after,
#qodef-side-area-mobile-header
  .qodef-m-navigation
  ul
  li
  ul
  li
  > a
  .qodef-menu-item-text:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  height: 1px;
  width: 100%;
  background: currentColor;
}
#qodef-side-area-mobile-header
  .qodef-m-navigation
  ul
  li
  ul
  li
  > a
  .qodef-menu-item-text:before {
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
#qodef-side-area-mobile-header
  .qodef-m-navigation
  ul
  li
  ul
  li
  > a
  .qodef-menu-item-text:after {
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96) 0.4s;
}
#qodef-side-area-mobile-header
  .qodef-m-navigation
  ul
  li
  ul
  li
  > a
  .qodef-menu-item-text:after {
  display: none;
}
#qodef-side-area-mobile-header
  .qodef-m-navigation
  ul
  li
  ul
  li.current-menu-ancestor
  > a
  .qodef-menu-item-text:before,
#qodef-side-area-mobile-header
  .qodef-m-navigation
  ul
  li
  ul
  li.current-menu-item
  > a
  .qodef-menu-item-text:before,
#qodef-side-area-mobile-header
  .qodef-m-navigation
  ul
  li
  ul
  li:hover
  > a
  .qodef-menu-item-text:before {
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96) 0.4s;
}
#qodef-side-area-mobile-header
  .qodef-m-navigation
  ul
  li
  ul
  li.current-menu-ancestor
  > a
  .qodef-menu-item-text:after,
#qodef-side-area-mobile-header
  .qodef-m-navigation
  ul
  li
  ul
  li.current-menu-item
  > a
  .qodef-menu-item-text:after,
#qodef-side-area-mobile-header
  .qodef-m-navigation
  ul
  li
  ul
  li:hover
  > a
  .qodef-menu-item-text:after {
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
#qodef-side-area-mobile-header
  .qodef-m-navigation
  ul
  li
  ul
  li.current-menu-ancestor
  > a
  .qodef-menu-item-text:before,
#qodef-side-area-mobile-header
  .qodef-m-navigation
  ul
  li
  ul
  li.current-menu-item
  > a
  .qodef-menu-item-text:before,
#qodef-side-area-mobile-header
  .qodef-m-navigation
  ul
  li
  ul
  li:hover
  > a
  .qodef-menu-item-text:before {
  transition-delay: 0s;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul ul {
  display: none;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li.qodef--hide-link > a {
  cursor: default;
}
#qodef-side-area-mobile-header
  .qodef-m-navigation
  ul
  li.qodef-menu-item--open
  > .qodef-menu-item-arrow {
  transform: rotate(90deg);
}
#qodef-side-area-mobile-header .qodef-m-navigation .qodef-menu-item-icon {
  margin-right: 5px;
}
#qodef-side-area-mobile-header
  .qodef-m-navigation
  .qodef-mega-menu-widget-holder {
  display: none;
}
#qodef-side-area-mobile-header .qodef-m-navigation > ul > li > a {
  font-family: "Bona Nova", serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 27px;
  line-height: 1.22222em;
  letter-spacing: 0.02em;
  color: #fff;
}
#qodef-side-area-mobile-header .qodef-m-navigation > ul > li > a:hover:before {
  -webkit-clip-path: inset(-1px);
  clip-path: inset(-1px);
}
#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li.current-menu-ancestor
  > a:before,
#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li.current-menu-item
  > a:before {
  -webkit-clip-path: inset(-1px);
  clip-path: inset(-1px);
}
#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: 0;
  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-drop-down-second.qodef-sub-upwards {
  top: auto !important;
  bottom: 100%;
}
.qodef-header-navigation ul li .qodef-drop-down-second.qodef-sub-upwards ul ul {
  bottom: calc(-27px - 9px) !important;
  top: auto !important;
}
.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;
  border-top: 1px solid #e5dacf;
}
.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 62px;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul {
  display: flex;
  justify-content: space-between;
  padding: 34px 0 41px;
  margin: 0 -8px;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li {
  text-align: left;
  width: 100%;
  padding: 0 8px;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  > a {
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 1.66667em;
  font-weight: 500;
  letter-spacing: 0.175em;
  text-transform: uppercase;
  color: #0d0d0d;
  letter-spacing: 0.01em;
}
.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: 9px;
}
.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: 8px 0;
  overflow: hidden;
  transition: padding 0.2s ease-out;
  font-family: Arimo, sans-serif;
  font-size: 16px;
  line-height: 1.75em;
  font-weight: 400;
  color: #0d0d0d;
  padding: 0;
  justify-content: flex-start;
}
.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
  .qodef-menu-item-text {
  position: relative;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  ul
  li
  > a
  .qodef-menu-item-text:after,
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  ul
  li
  > a
  .qodef-menu-item-text:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  height: 1px;
  width: 100%;
  background: currentColor;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  ul
  li
  > a
  .qodef-menu-item-text:before {
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  ul
  li
  > a
  .qodef-menu-item-text:after {
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96) 0.4s;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  ul
  li
  > a
  .qodef-menu-item-text:after {
  display: none;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  ul
  li.current-menu-item
  > a
  .qodef-menu-item-text:before,
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  ul
  li:hover
  > a
  .qodef-menu-item-text:before {
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96) 0.4s;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  ul
  li.current-menu-item
  > a
  .qodef-menu-item-text:after,
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  ul
  li:hover
  > a
  .qodef-menu-item-text:after {
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  ul
  li.current-menu-item
  > a
  .qodef-menu-item-text:before,
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  ul
  li:hover
  > a
  .qodef-menu-item-text:before {
  transition-delay: 0s;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li.current-menu-ancestor
  > a:before,
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li.current-menu-item
  > a:before {
  -webkit-clip-path: inset(-1px);
  clip-path: inset(-1px);
}
.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:before {
  -webkit-clip-path: inset(-1px);
  clip-path: inset(-1px);
}
body:not(.qodef-drop-down-second--full-width)
  .qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner {
  padding: 0 62px;
}
.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--icon-pack.qodef--opened
  .qodef-m-icon.qodef--open {
  visibility: hidden;
}
.qodef-opener-icon.qodef-source--icon-pack.qodef--opened
  .qodef-m-icon.qodef--close {
  visibility: visible;
}
.qodef-opener-icon.qodef-source--svg-path span {
  position: relative;
}
.qodef-opener-icon.qodef-source--svg-path span > * {
  vertical-align: middle;
}
.qodef-opener-icon.qodef-source--svg-path span path,
.qodef-opener-icon.qodef-source--svg-path span > * {
  fill: currentColor;
  stroke: currentColor;
}
.qodef-opener-icon.qodef-source--svg-path.qodef--opened
  .qodef-m-icon.qodef--open {
  visibility: hidden;
}
.qodef-opener-icon.qodef-source--svg-path.qodef--opened
  .qodef-m-icon.qodef--close {
  visibility: visible;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-icon {
  transition: visibility 0.5s, opacity 0.5s;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-icon.qodef--close {
  opacity: 0;
}
.qodef-opener-icon.qodef-source--predefined.qodef-mobile-header-opener:hover {
  color: #0d0d0d;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-diamonds {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 37px;
  height: 13px;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-diamond {
  height: 5px;
  width: 5px;
  transform: rotate(45deg);
  background-color: currentColor;
  transition: transform 0.8s cubic-bezier(0.54, 0.07, 0.11, 0.95);
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-diamond:nth-of-type(2) {
  transition-duration: 1s;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-diamond-holder {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.qodef-opener-icon.qodef-source--predefined
  .qodef-m-diamond-holder
  .qodef-m-diamond-outer {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(45deg);
  color: var(--qode-main-color);
}
#qodef-page-header-inner.qodef-skin--light
  .qodef-opener-icon.qodef-source--predefined
  .qodef-m-diamond-holder
  .qodef-m-diamond-outer {
  color: var(--qode-header-light-color);
}
#qodef-page-header-inner.qodef-skin--dark
  .qodef-opener-icon.qodef-source--predefined
  .qodef-m-diamond-holder
  .qodef-m-diamond-outer {
  color: var(--qode-header-dark-color);
}
.qodef-opener-icon.qodef-source--predefined
  .qodef-m-diamond-holder
  .qodef-m-diamond-outer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  --qodef-hover-border-color: var(--qode-main-color);
  background-repeat: no-repeat;
  background-size: calc(100% - 100%) 1px, 1px calc(100% - 100%);
  background-position: 0 0, 100% 100%, 100% 100%, 0 0;
  background-image: linear-gradient(
      0deg,
      var(--qodef-hover-border-color),
      var(--qodef-hover-border-color)
    ),
    linear-gradient(
      0deg,
      var(--qodef-hover-border-color),
      var(--qodef-hover-border-color)
    ),
    linear-gradient(
      0deg,
      var(--qodef-hover-border-color),
      var(--qodef-hover-border-color)
    ),
    linear-gradient(
      0deg,
      var(--qodef-hover-border-color),
      var(--qodef-hover-border-color)
    );
  transition: background-size 0.8s cubic-bezier(0.54, 0.07, 0.11, 0.95);
  pointer-events: none;
}
#qodef-page-header-inner.qodef-skin--light
  .qodef-opener-icon.qodef-source--predefined
  .qodef-m-diamond-holder
  .qodef-m-diamond-outer:after {
  --qodef-hover-border-color: var(--qode-header-light-color);
}
#qodef-page-header-inner.qodef-skin--dark
  .qodef-opener-icon.qodef-source--predefined
  .qodef-m-diamond-holder
  .qodef-m-diamond-outer:after {
  --qodef-hover-border-color: var(--qode-header-dark-color);
}
.qodef-opener-icon.qodef-source--predefined
  .qodef-m-diamond-holder
  .qodef-m-diamond-outer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  --qodef-hover-border-color: #e5dacf;
  background-repeat: no-repeat;
  background-size: calc(100% - 100%) 1px, 1px calc(100% - 100%);
  background-position: 0 0, 100% 100%, 100% 100%, 0 0;
  background-image: linear-gradient(
      0deg,
      var(--qodef-hover-border-color),
      var(--qodef-hover-border-color)
    ),
    linear-gradient(
      0deg,
      var(--qodef-hover-border-color),
      var(--qodef-hover-border-color)
    ),
    linear-gradient(
      0deg,
      var(--qodef-hover-border-color),
      var(--qodef-hover-border-color)
    ),
    linear-gradient(
      0deg,
      var(--qodef-hover-border-color),
      var(--qodef-hover-border-color)
    );
  transition: background-size 0.8s cubic-bezier(0.54, 0.07, 0.11, 0.95);
  pointer-events: none;
  background-size: calc(100% - 0%) 1px, 1px calc(100% - 0%);
}
.qodef-opener-icon.qodef-source--predefined
  .qodef-m-diamond-holder
  .qodef-m-diamond-inner {
  width: 8px;
  height: 8px;
  background-color: currentColor;
  display: block;
  transition: transform 1.3s cubic-bezier(0.54, 0.07, 0.11, 0.95);
  transform: rotate(0);
}
.qodef-opener-icon.qodef-source--predefined .qodef-svg--close {
  overflow: visible;
  --qodef-svg-path-length: 66px;
  pointer-events: none;
}
.qodef-opener-icon.qodef-source--predefined .qodef-svg--close path {
  stroke-dashoffset: 0;
  stroke-dasharray: var(--qodef-svg-path-length);
  transition: stroke-dashoffset 1s cubic-bezier(0, 0, 0.44, 0.98);
}
.qodef-opener-icon.qodef-source--predefined
  .qodef-svg--close
  path:nth-of-type(2) {
  transition-delay: 0.2s;
}
.qodef-opener-icon.qodef-source--predefined:hover
  .qodef-m-diamond-holder
  .qodef-m-diamond-outer:after {
  background-size: calc(100% - 0%) 1px, 1px calc(100% - 0%);
}
.qodef-opener-icon.qodef-source--predefined:hover
  .qodef-m-diamond-holder
  .qodef-m-diamond-inner {
  transform: rotate(-90deg) translateZ(0);
}
.qodef-opener-icon.qodef-source--predefined:hover:not(
    .qodef-mobile-header-opener
  )
  .qodef-m-diamond:nth-of-type(1) {
  transform: translateX(16px) rotate(90deg);
}
.qodef-opener-icon.qodef-source--predefined:hover:not(
    .qodef-mobile-header-opener
  )
  .qodef-m-diamond:nth-of-type(3) {
  transform: translateX(-16px) rotate(90deg);
}
.qodef-opener-icon.qodef-source--predefined:hover:not(
    .qodef-mobile-header-opener
  )
  .qodef-m-diamond:nth-of-type(2) {
  transition-duration: 1.1s;
  transform: rotate(135deg) scale(1.8) translateZ(0);
}
.qodef-opener-icon.qodef-source--predefined:hover:not(
    .qodef-mobile-header-opener
  )
  .qodef-svg--close
  path {
  stroke-dashoffset: calc(2 * var(--qodef-svg-path-length));
}
.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-icon {
  transition-delay: 0s;
}
.qodef-opener-icon.qodef-source--predefined.qodef--opened
  .qodef-m-icon.qodef--open {
  opacity: 0;
  visibility: hidden;
}
.qodef-opener-icon.qodef-source--predefined.qodef--opened
  .qodef-m-icon.qodef--close {
  opacity: 1;
  visibility: visible;
}
.qodef-parallax {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.qodef-parallax.elementor-inner-section {
  height: 100%;
}
.qodef-parallax-row-holder {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.qodef-parallax-img-holder {
  position: absolute;
  top: 0;
  left: 0;
  height: 120%;
  width: 100%;
  opacity: 0;
}
.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;
}
img.qodef-parallax-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: unset;
}
.elementor img.qodef-parallax-img {
  height: 100%;
  max-width: unset;
}
.qodef-contact-form-7,
.rs-layer {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-contact-form-7 p,
.rs-layer p {
  margin: 0;
}
.qodef-contact-form-7 br,
.rs-layer br {
  display: none;
}
.qodef-contact-form-7 .ajax-loader,
.rs-layer .ajax-loader {
  display: none;
}
.qodef-contact-form-7 .wpcf7-form-control-wrap,
.rs-layer .wpcf7-form-control-wrap {
  display: block;
  max-width: 100%;
}
.qodef-contact-form-7 .wpcf7-not-valid-tip,
.rs-layer .wpcf7-not-valid-tip {
  margin: 10px 0 0 0;
}
.qodef-contact-form-7 .wpcf7-response-output,
.rs-layer .wpcf7-response-output {
  border-width: 1px !important;
  margin: 2em 0 0 0 !important;
  padding: 1em 1.5em !important;
}
.qodef-contact-form-7 .wpcf7-form,
.rs-layer .wpcf7-form {
  position: relative;
}
.qodef-contact-form-7 .wpcf7-form:before,
.rs-layer .wpcf7-form:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  content: "";
  visibility: hidden;
  z-index: 98;
}
.qodef-contact-form-7 .wpcf7-form:after,
.rs-layer .wpcf7-form:after {
  animation: qode-rotate 2s linear infinite;
  background-color: transparent;
  border: 2px solid #fafafa;
  border-radius: 50%;
  border-top: 2px solid var(--qode-main-color);
  content: "";
  height: 24px;
  left: calc(50% - 12px);
  opacity: 1;
  position: absolute;
  top: calc(50% - 12px);
  visibility: hidden;
  width: 24px;
  z-index: 99;
}
.qodef-contact-form-7 .wpcf7-form.submitting > *,
.rs-layer .wpcf7-form.submitting > * {
  opacity: 0.3;
}
.qodef-contact-form-7 .wpcf7-form.submitting:after,
.qodef-contact-form-7 .wpcf7-form.submitting:before,
.rs-layer .wpcf7-form.submitting:after,
.rs-layer .wpcf7-form.submitting:before {
  visibility: visible;
}
.qodef-contact-form-7 .qodef-cf7-two-columns,
.rs-layer .qodef-cf7-two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.qodef-contact-form-7
  .qodef-rsvp-contact-form
  .qodef-cf7-input-holder
  .wpcf7-form-control-wrap,
.rs-layer
  .qodef-rsvp-contact-form
  .qodef-cf7-input-holder
  .wpcf7-form-control-wrap {
  margin: 0 0 10px;
}
.qodef-contact-form-7 .qodef-rsvp-contact-form .qodef-radio-btn-holder,
.rs-layer .qodef-rsvp-contact-form .qodef-radio-btn-holder {
  display: flex;
  margin-top: 33px;
}
.qodef-contact-form-7
  .qodef-rsvp-contact-form
  .qodef-radio-btn-holder
  .qodef-rsvp-label,
.rs-layer .qodef-rsvp-contact-form .qodef-radio-btn-holder .qodef-rsvp-label {
  padding-left: 20px;
  padding-right: 30px;
  font-size: 14px;
  letter-spacing: 0.01em;
}
.qodef-contact-form-7
  .qodef-rsvp-contact-form
  .qodef-radio-btn-holder
  .wpcf7-list-item,
.rs-layer .qodef-rsvp-contact-form .qodef-radio-btn-holder .wpcf7-list-item {
  margin: 0 0 0 6.25vw;
}
.qodef-contact-form-7
  .qodef-rsvp-contact-form
  .qodef-radio-btn-holder
  .wpcf7-list-item-label,
.rs-layer
  .qodef-rsvp-contact-form
  .qodef-radio-btn-holder
  .wpcf7-list-item-label {
  position: relative;
  top: -2px;
}
.qodef-contact-form-7 .qodef-rsvp-contact-form .qodef-radio-btn-holder label,
.rs-layer .qodef-rsvp-contact-form .qodef-radio-btn-holder label {
  font-size: 14px;
  letter-spacing: 0.01em;
}
.qodef-contact-form-7 .qodef-rsvp-contact-form textarea,
.rs-layer .qodef-rsvp-contact-form textarea {
  height: 150px;
}
.qodef-contact-form-7 .qodef-rsvp-contact-form .qodef-submit,
.rs-layer .qodef-rsvp-contact-form .qodef-submit {
  display: flex;
  justify-content: center;
}
.qodef-contact-form-7 .qodef-rsvp-contact-form.qodef-cf7-skin--light input,
.qodef-contact-form-7 .qodef-rsvp-contact-form.qodef-cf7-skin--light textarea,
.rs-layer .qodef-rsvp-contact-form.qodef-cf7-skin--light input,
.rs-layer .qodef-rsvp-contact-form.qodef-cf7-skin--light textarea {
  color: #e5dacf;
}
.qodef-contact-form-7
  .qodef-rsvp-contact-form.qodef-cf7-skin--light
  input:focus,
.qodef-contact-form-7
  .qodef-rsvp-contact-form.qodef-cf7-skin--light
  textarea:focus,
.rs-layer .qodef-rsvp-contact-form.qodef-cf7-skin--light input:focus,
.rs-layer .qodef-rsvp-contact-form.qodef-cf7-skin--light textarea:focus {
  color: #fff;
}
.qodef-contact-form-7
  .qodef-rsvp-contact-form.qodef-cf7-skin--light
  .qodef-radio-btn-holder,
.qodef-contact-form-7
  .qodef-rsvp-contact-form.qodef-cf7-skin--light
  .qodef-rsvp-label,
.rs-layer
  .qodef-rsvp-contact-form.qodef-cf7-skin--light
  .qodef-radio-btn-holder,
.rs-layer .qodef-rsvp-contact-form.qodef-cf7-skin--light .qodef-rsvp-label {
  color: #e5dacf;
}
.qodef-contact-form-7
  .qodef-rsvp-contact-form.qodef-cf7-skin--light
  .qodef-submit
  button,
.rs-layer .qodef-rsvp-contact-form.qodef-cf7-skin--light .qodef-submit button {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
  --qodef-hover-border-color: #fff;
}
.qodef-contact-form-7
  .qodef-rsvp-contact-form.qodef-cf7-skin--light
  .qodef-submit
  button
  .qodef-m-diamond,
.rs-layer
  .qodef-rsvp-contact-form.qodef-cf7-skin--light
  .qodef-submit
  button
  .qodef-m-diamond {
  background-color: #fff;
}
.qodef-contact-form-7
  .qodef-rsvp-contact-form.qodef-cf7-skin--light
  .qodef-submit
  button:hover,
.rs-layer
  .qodef-rsvp-contact-form.qodef-cf7-skin--light
  .qodef-submit
  button:hover {
  background-color: transparent;
}
.qodef-contact-form-7 .qodef-cf7-main-form textarea,
.rs-layer .qodef-cf7-main-form textarea {
  height: 220px;
}
.qodef-contact-form-7 .qodef-cf7-main-form .qodef-submit,
.rs-layer .qodef-cf7-main-form .qodef-submit {
  display: flex;
  justify-content: center;
}
.qodef-contact-form-7
  .qodef-contact-form-simple
  .qodef-cf7-input-holder
  .wpcf7-form-control-wrap,
.rs-layer
  .qodef-contact-form-simple
  .qodef-cf7-input-holder
  .wpcf7-form-control-wrap {
  margin: 0 0 30px;
}
.qodef-contact-form-7 .qodef-contact-form-simple .qodef-submit,
.rs-layer .qodef-contact-form-simple .qodef-submit {
  display: flex;
  justify-content: center;
}
.qodef-contact-form-7 .qodef-custom-contact-form .qodef-cf7-two-columns,
.rs-layer .qodef-custom-contact-form .qodef-cf7-two-columns {
  gap: 20px;
}
.qodef-contact-form-7 .qodef-custom-contact-form textarea,
.rs-layer .qodef-custom-contact-form textarea {
  height: 150px;
}
.qodef-contact-form-7 .qodef-custom-contact-form .qodef-cf7-description,
.rs-layer .qodef-custom-contact-form .qodef-cf7-description {
  font-size: 14px;
  letter-spacing: 0.01em;
  text-align: center;
  margin: 10px 0 31px;
}
.qodef-contact-form-7 .qodef-custom-contact-form .qodef-submit,
.rs-layer .qodef-custom-contact-form .qodef-submit {
  display: flex;
  justify-content: center;
}
.qodef-contact-form-7 .qodef-newsletter-form,
.rs-layer .qodef-newsletter-form {
  position: relative;
  margin: auto;
}
#qodef-page-footer .qodef-contact-form-7 .qodef-newsletter-form,
#qodef-page-footer .rs-layer .qodef-newsletter-form {
  max-width: 285px;
}
.qodef-contact-form-7 .qodef-newsletter-form button,
.rs-layer .qodef-newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  color: var(--qode-main-color);
  background-color: transparent;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translateX(0);
}
.qodef-contact-form-7 .qodef-newsletter-form button:hover,
.rs-layer .qodef-newsletter-form button:hover {
  transform: translateX(4px);
}
#qodef-page-footer .qodef-contact-form-7 .qodef-newsletter-form button,
#qodef-page-footer .rs-layer .qodef-newsletter-form button {
  color: var(--qode-main-color);
  background-color: transparent;
}
#qodef-page-footer .qodef-contact-form-7 .qodef-newsletter-form button:before,
#qodef-page-footer .rs-layer .qodef-newsletter-form button:before {
  left: -4px;
}
.qodef-contact-form-7 .qodef-newsletter-form button:before,
.rs-layer .qodef-newsletter-form button:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: relative;
  left: -10px;
  background-color: currentColor;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 16.13 11.09' xml:space='preserve'%3E%3Cstyle%3E .st0%7Bfill:none;stroke:%23e57339;stroke-linecap:round;stroke-linejoin:round%7D %3C/style%3E%3Cpath class='st0' d='M.56 5.55h14.28M10.56 10.55l5-5-5-5'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 16.13 11.09' xml:space='preserve'%3E%3Cstyle%3E .st0%7Bfill:none;stroke:%23e57339;stroke-linecap:round;stroke-linejoin:round%7D %3C/style%3E%3Cpath class='st0' d='M.56 5.55h14.28M10.56 10.55l5-5-5-5'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
}
.qodef-instagram-list #sb_instagram {
  padding: 0 !important;
  overflow: hidden !important;
}
html.elementor-html
  .qodef-instagram-list
  #sb_instagram
  #sbi_images
  .sbi_item.sbi_transition {
  opacity: 1 !important;
}
.qodef-instagram-list .sbi_photo_wrap {
  overflow: hidden;
}
.qodef-instagram-list .sbi_photo_wrap a {
  background-image: none !important;
  height: auto !important;
  padding-bottom: 0 !important;
  opacity: 1 !important;
}
.qodef-instagram-list .sbi_photo_wrap a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  transform: scale(1.15);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 270.86 85.12' style='enable-background:new 0 0 270.86 85.12;' xml:space='preserve'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='currentColor' d='M136.25,14.3c-0.54,0.66-1.13,1.48-1.78,2.47c-0.65,0.98-1.3,2.01-1.94,3.07c-0.64,1.06-1.31,2.09-2,3.08 c-0.69,0.98-1.3,1.85-1.84,2.59c-1.07,1.4-2.17,2.72-3.29,3.96c-1.12,1.24-2.38,2.4-3.79,3.5c-0.31,0.25-0.58,0.48-0.82,0.69 c-0.23,0.21-0.55,0.4-0.94,0.57c-0.71,0.42-1.29,0.52-1.73,0.3c-0.45-0.22-0.81-0.62-1.06-1.16c-0.26-0.55-0.42-1.17-0.48-1.85 c-0.07-0.68-0.06-1.26,0-1.74c0.03-1.28,0.31-2.57,0.83-3.88l0.1-0.24l-0.22,0.25c-1.52,1.72-3.09,3.43-4.69,5.11 c-1.84,2.08-3.83,4-5.95,5.77c-2.12,1.77-4.34,3.4-6.67,4.93c-1.2,0.8-2.33,1.16-3.37,1.08c-1.92,0-3.13-0.92-3.61-2.76 c-0.32-1.12-0.44-2.28-0.36-3.49c0.08-1.2,0.2-2.37,0.36-3.48c0.16-1.36,0.44-2.99,0.84-4.87c0.4-1.88,0.84-3.82,1.32-5.83 c0.41-1.7,0.83-3.35,1.26-4.96C79.66,47.27,55.29,37.46,34.15,30.02c-7.21-2.89-23.43-11.03-29.99-3.42 c-0.84,0.97-1.5,2.17-1.77,3.43c-0.27,1.21-0.18,2.48,0.45,3.65c0.32,0.6,1.21,0.72,1.84,1.27c0.38,0.33,0.52,1.36,0.19,1.74 c-0.33,0.38-1.44,0.42-1.81,0.09c-0.81-0.7-1.41-1.45-1.83-2.24c-0.85-1.59-0.99-3.29-0.63-4.9c0.34-1.56,1.15-3.04,2.18-4.23 c7.44-8.6,23.82-0.37,32.04,2.92c4.15,1.66,8.48,3.66,12.88,5.06c18,5.71,37.4,6.19,50.45-22.96c0.2-0.46,0.6-0.92,1.06-0.72 c0.46,0.21,0.66,0.74,0.46,1.2v0c0.02,0.09,0.02,0.17,0.01,0.26c-0.04,0.4-0.1,0.8-0.18,1.2c-0.4,1.68-0.8,3.24-1.2,4.69 c-0.32,0.96-0.66,2.18-1.02,3.67c-0.36,1.48-0.72,3-1.08,4.57c-0.36,1.56-0.68,3.08-0.96,4.57c-0.28,1.48-0.5,2.7-0.66,3.67 c-0.24,1.6-0.24,3.21,0,4.81c0.24,2,1.36,2.64,3.36,1.92c0.4-0.16,0.78-0.36,1.14-0.6c0.36-0.24,0.7-0.44,1.02-0.6 c2.8-1.92,5.47-4.05,7.99-6.37c2.52-2.32,4.95-4.77,7.27-7.33l7.89-9.12l0.53-0.78c0.54-0.66,1.14-1.28,1.8-1.87 c0.66-0.59,1.3-1.17,1.93-1.75c1.17-1.08,2.66-1.83,4.5-2.26c1.83-0.43,3.54-0.7,5.14-0.84c0.64-0.02,1.15-0.36,1.53-1.01 c0.15-0.41,0.31-0.79,0.5-1.16c0.19-0.37,0.36-0.71,0.51-1.04c0.22-0.49,0.53-0.94,0.92-1.35c0.31-0.17,0.68-0.19,1.08-0.04 c0.09,0.16,0.19,0.32,0.32,0.47c0.13,0.15,0.11,0.32-0.05,0.48c0.02,0.56-0.12,1.13-0.42,1.7c-0.15,0.41-0.3,0.73-0.45,0.98 c-0.15,0.24-0.34,0.57-0.57,0.98c0.41,0.23,0.7,0.48,0.87,0.75c0.17,0.27,0.06,0.58-0.33,0.91c-0.23,0.25-0.52,0.44-0.88,0.57 c-0.35,0.13-0.81,0.33-1.36,0.59L135.33,26c4.62-3.12,9.32-6.05,14.07-8.78c24.04-13.77,44.04-5.49,71.03,3.42 c9.07,2.99,39.27,12.48,46.81,3.1c0.58-0.72,1.02-1.6,1.19-2.52l0.01-0.03c0.16-0.87,0.09-1.79-0.33-2.63 c-0.13-0.26-0.4-0.45-0.71-0.64c-7.12,2.03-6.17-3.98-2.02-3.35c2.04,0.31,3.5,1.26,4.43,3.14c0.61,1.24,0.72,2.57,0.48,3.82l0,0.04 c-0.24,1.23-0.81,2.4-1.58,3.36c-8.41,10.46-39.04-0.31-49.08-3.62c-24.05-7.93-45.59-15.67-67.66-2.79 c-3.58,2.08-7.05,4.23-10.43,6.43c-1.02,0.68-1.98,1.33-2.88,1.96c-0.9,0.63-1.86,1.32-2.87,2.08c-0.63,0.34-1.05,1-1.26,1.97 c-1.2,4.85-2.38,9.68-3.54,14.49c-1.16,4.81-2.34,9.64-3.54,14.49c-0.86,3.08-1.92,6.06-3.18,8.95c-1.27,2.89-2.78,5.65-4.53,8.28 c-1.9,3.03-4.19,5.19-6.88,6.48c-1.18,0.69-2.41,1.03-3.69,1.03c-1.28,0-2.48-0.24-3.57-0.72c-1.1-0.48-2.06-1.21-2.9-2.19 c-0.83-0.97-1.39-2.14-1.68-3.49c-1.01-3.81-0.82-7.67,0.57-11.56c0.95-2.84,2.1-5.54,3.45-8.11c1.36-2.57,2.92-5.05,4.68-7.44 c3.22-4.28,6.72-8.21,10.48-11.78c3.77-3.57,7.76-7,11.98-10.27c0.94-0.67,1.51-1.58,1.71-2.71c0.13-0.8,0.32-1.73,0.56-2.79 c0.24-1.05,0.51-2.12,0.79-3.21c0.28-1.09,0.52-2.16,0.73-3.21c0.21-1.05,0.38-1.94,0.51-2.66c-0.08,0-0.12-0.04-0.12-0.12 C136.37,14.34,136.34,14.3,136.25,14.3L136.25,14.3z M102.74,0.95c-0.72-0.72-1.28-0.72-1.68,0c-0.4,0.72-0.74,1.42-1.02,2.1 c-0.28,0.68-0.54,1.38-0.78,2.1c-0.16,0.16-0.2,0.36-0.12,0.6C99.22,6,99.3,6.2,99.38,6.36c0.08,0,0.14,0.02,0.18,0.06 c0.04,0.04,0.1,0.06,0.18,0.06c0.64-0.88,1.2-1.78,1.68-2.71C101.9,2.86,102.34,1.91,102.74,0.95L102.74,0.95z M253.36,17.2 c0.57,0.8,1.81,1.26,2.92,1.09c1.11-0.17,1.49-0.74,1.43-1.76c-0.06-1.02-0.72-1.33-2.28-1.07C254.4,15.63,252.79,16.4,253.36,17.2 L253.36,17.2z M132.76,31.74c-0.16,0-0.24-0.01-0.24-0.05c0-0.04-0.04-0.06-0.12-0.06l-2.46,1.77c-3.51,3-6.91,6.07-10.21,9.19 c-3.3,3.12-6.33,6.57-9.09,10.35c-1.68,2.3-3.17,4.66-4.45,7.07c-1.28,2.41-2.36,4.91-3.23,7.5c-0.59,1.46-0.9,2.96-0.93,4.48 c-0.03,1.52,0.1,3.08,0.4,4.68c0.28,1.19,0.76,2.2,1.42,3.02c0.67,0.82,1.45,1.45,2.35,1.9c0.9,0.45,1.89,0.68,2.97,0.68 c1.08,0,2.13-0.25,3.16-0.77c1.42-0.69,2.64-1.53,3.64-2.53c1.01-1,1.93-2.11,2.77-3.34c3.43-5.17,5.86-10.58,7.27-16.24l6.03-24.26 c0.14-0.65,0.26-1.23,0.36-1.75C132.5,32.85,132.62,32.3,132.76,31.74L132.76,31.74z M118.47,32.47c0.39-0.17,0.73-0.32,1.01-0.46 c0.28-0.13,0.53-0.28,0.77-0.44c0.78-0.67,1.56-1.34,2.33-2c0.78-0.67,1.52-1.42,2.21-2.25c0.85-0.99,1.73-2.12,2.65-3.4 c0.92-1.27,1.83-2.61,2.75-4c0.92-1.39,1.81-2.75,2.69-4.06c0.88-1.31,1.74-2.5,2.58-3.58c0.16-0.17,0.3-0.53,0.45-1.09 c0,0-0.08-0.08-0.25-0.23c-0.79,0.35-1.84,0.67-3.15,0.95c-1.31,0.29-2.32,0.68-3.03,1.19c-1.33,0.93-2.71,2.16-4.14,3.69 c-1.43,1.53-2.72,3.2-3.86,5c-1.14,1.8-2,3.66-2.58,5.56C118.32,29.24,118.18,30.95,118.47,32.47z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 270.86 85.12' style='enable-background:new 0 0 270.86 85.12;' xml:space='preserve'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='currentColor' d='M136.25,14.3c-0.54,0.66-1.13,1.48-1.78,2.47c-0.65,0.98-1.3,2.01-1.94,3.07c-0.64,1.06-1.31,2.09-2,3.08 c-0.69,0.98-1.3,1.85-1.84,2.59c-1.07,1.4-2.17,2.72-3.29,3.96c-1.12,1.24-2.38,2.4-3.79,3.5c-0.31,0.25-0.58,0.48-0.82,0.69 c-0.23,0.21-0.55,0.4-0.94,0.57c-0.71,0.42-1.29,0.52-1.73,0.3c-0.45-0.22-0.81-0.62-1.06-1.16c-0.26-0.55-0.42-1.17-0.48-1.85 c-0.07-0.68-0.06-1.26,0-1.74c0.03-1.28,0.31-2.57,0.83-3.88l0.1-0.24l-0.22,0.25c-1.52,1.72-3.09,3.43-4.69,5.11 c-1.84,2.08-3.83,4-5.95,5.77c-2.12,1.77-4.34,3.4-6.67,4.93c-1.2,0.8-2.33,1.16-3.37,1.08c-1.92,0-3.13-0.92-3.61-2.76 c-0.32-1.12-0.44-2.28-0.36-3.49c0.08-1.2,0.2-2.37,0.36-3.48c0.16-1.36,0.44-2.99,0.84-4.87c0.4-1.88,0.84-3.82,1.32-5.83 c0.41-1.7,0.83-3.35,1.26-4.96C79.66,47.27,55.29,37.46,34.15,30.02c-7.21-2.89-23.43-11.03-29.99-3.42 c-0.84,0.97-1.5,2.17-1.77,3.43c-0.27,1.21-0.18,2.48,0.45,3.65c0.32,0.6,1.21,0.72,1.84,1.27c0.38,0.33,0.52,1.36,0.19,1.74 c-0.33,0.38-1.44,0.42-1.81,0.09c-0.81-0.7-1.41-1.45-1.83-2.24c-0.85-1.59-0.99-3.29-0.63-4.9c0.34-1.56,1.15-3.04,2.18-4.23 c7.44-8.6,23.82-0.37,32.04,2.92c4.15,1.66,8.48,3.66,12.88,5.06c18,5.71,37.4,6.19,50.45-22.96c0.2-0.46,0.6-0.92,1.06-0.72 c0.46,0.21,0.66,0.74,0.46,1.2v0c0.02,0.09,0.02,0.17,0.01,0.26c-0.04,0.4-0.1,0.8-0.18,1.2c-0.4,1.68-0.8,3.24-1.2,4.69 c-0.32,0.96-0.66,2.18-1.02,3.67c-0.36,1.48-0.72,3-1.08,4.57c-0.36,1.56-0.68,3.08-0.96,4.57c-0.28,1.48-0.5,2.7-0.66,3.67 c-0.24,1.6-0.24,3.21,0,4.81c0.24,2,1.36,2.64,3.36,1.92c0.4-0.16,0.78-0.36,1.14-0.6c0.36-0.24,0.7-0.44,1.02-0.6 c2.8-1.92,5.47-4.05,7.99-6.37c2.52-2.32,4.95-4.77,7.27-7.33l7.89-9.12l0.53-0.78c0.54-0.66,1.14-1.28,1.8-1.87 c0.66-0.59,1.3-1.17,1.93-1.75c1.17-1.08,2.66-1.83,4.5-2.26c1.83-0.43,3.54-0.7,5.14-0.84c0.64-0.02,1.15-0.36,1.53-1.01 c0.15-0.41,0.31-0.79,0.5-1.16c0.19-0.37,0.36-0.71,0.51-1.04c0.22-0.49,0.53-0.94,0.92-1.35c0.31-0.17,0.68-0.19,1.08-0.04 c0.09,0.16,0.19,0.32,0.32,0.47c0.13,0.15,0.11,0.32-0.05,0.48c0.02,0.56-0.12,1.13-0.42,1.7c-0.15,0.41-0.3,0.73-0.45,0.98 c-0.15,0.24-0.34,0.57-0.57,0.98c0.41,0.23,0.7,0.48,0.87,0.75c0.17,0.27,0.06,0.58-0.33,0.91c-0.23,0.25-0.52,0.44-0.88,0.57 c-0.35,0.13-0.81,0.33-1.36,0.59L135.33,26c4.62-3.12,9.32-6.05,14.07-8.78c24.04-13.77,44.04-5.49,71.03,3.42 c9.07,2.99,39.27,12.48,46.81,3.1c0.58-0.72,1.02-1.6,1.19-2.52l0.01-0.03c0.16-0.87,0.09-1.79-0.33-2.63 c-0.13-0.26-0.4-0.45-0.71-0.64c-7.12,2.03-6.17-3.98-2.02-3.35c2.04,0.31,3.5,1.26,4.43,3.14c0.61,1.24,0.72,2.57,0.48,3.82l0,0.04 c-0.24,1.23-0.81,2.4-1.58,3.36c-8.41,10.46-39.04-0.31-49.08-3.62c-24.05-7.93-45.59-15.67-67.66-2.79 c-3.58,2.08-7.05,4.23-10.43,6.43c-1.02,0.68-1.98,1.33-2.88,1.96c-0.9,0.63-1.86,1.32-2.87,2.08c-0.63,0.34-1.05,1-1.26,1.97 c-1.2,4.85-2.38,9.68-3.54,14.49c-1.16,4.81-2.34,9.64-3.54,14.49c-0.86,3.08-1.92,6.06-3.18,8.95c-1.27,2.89-2.78,5.65-4.53,8.28 c-1.9,3.03-4.19,5.19-6.88,6.48c-1.18,0.69-2.41,1.03-3.69,1.03c-1.28,0-2.48-0.24-3.57-0.72c-1.1-0.48-2.06-1.21-2.9-2.19 c-0.83-0.97-1.39-2.14-1.68-3.49c-1.01-3.81-0.82-7.67,0.57-11.56c0.95-2.84,2.1-5.54,3.45-8.11c1.36-2.57,2.92-5.05,4.68-7.44 c3.22-4.28,6.72-8.21,10.48-11.78c3.77-3.57,7.76-7,11.98-10.27c0.94-0.67,1.51-1.58,1.71-2.71c0.13-0.8,0.32-1.73,0.56-2.79 c0.24-1.05,0.51-2.12,0.79-3.21c0.28-1.09,0.52-2.16,0.73-3.21c0.21-1.05,0.38-1.94,0.51-2.66c-0.08,0-0.12-0.04-0.12-0.12 C136.37,14.34,136.34,14.3,136.25,14.3L136.25,14.3z M102.74,0.95c-0.72-0.72-1.28-0.72-1.68,0c-0.4,0.72-0.74,1.42-1.02,2.1 c-0.28,0.68-0.54,1.38-0.78,2.1c-0.16,0.16-0.2,0.36-0.12,0.6C99.22,6,99.3,6.2,99.38,6.36c0.08,0,0.14,0.02,0.18,0.06 c0.04,0.04,0.1,0.06,0.18,0.06c0.64-0.88,1.2-1.78,1.68-2.71C101.9,2.86,102.34,1.91,102.74,0.95L102.74,0.95z M253.36,17.2 c0.57,0.8,1.81,1.26,2.92,1.09c1.11-0.17,1.49-0.74,1.43-1.76c-0.06-1.02-0.72-1.33-2.28-1.07C254.4,15.63,252.79,16.4,253.36,17.2 L253.36,17.2z M132.76,31.74c-0.16,0-0.24-0.01-0.24-0.05c0-0.04-0.04-0.06-0.12-0.06l-2.46,1.77c-3.51,3-6.91,6.07-10.21,9.19 c-3.3,3.12-6.33,6.57-9.09,10.35c-1.68,2.3-3.17,4.66-4.45,7.07c-1.28,2.41-2.36,4.91-3.23,7.5c-0.59,1.46-0.9,2.96-0.93,4.48 c-0.03,1.52,0.1,3.08,0.4,4.68c0.28,1.19,0.76,2.2,1.42,3.02c0.67,0.82,1.45,1.45,2.35,1.9c0.9,0.45,1.89,0.68,2.97,0.68 c1.08,0,2.13-0.25,3.16-0.77c1.42-0.69,2.64-1.53,3.64-2.53c1.01-1,1.93-2.11,2.77-3.34c3.43-5.17,5.86-10.58,7.27-16.24l6.03-24.26 c0.14-0.65,0.26-1.23,0.36-1.75C132.5,32.85,132.62,32.3,132.76,31.74L132.76,31.74z M118.47,32.47c0.39-0.17,0.73-0.32,1.01-0.46 c0.28-0.13,0.53-0.28,0.77-0.44c0.78-0.67,1.56-1.34,2.33-2c0.78-0.67,1.52-1.42,2.21-2.25c0.85-0.99,1.73-2.12,2.65-3.4 c0.92-1.27,1.83-2.61,2.75-4c0.92-1.39,1.81-2.75,2.69-4.06c0.88-1.31,1.74-2.5,2.58-3.58c0.16-0.17,0.3-0.53,0.45-1.09 c0,0-0.08-0.08-0.25-0.23c-0.79,0.35-1.84,0.67-3.15,0.95c-1.31,0.29-2.32,0.68-3.03,1.19c-1.33,0.93-2.71,2.16-4.14,3.69 c-1.43,1.53-2.72,3.2-3.86,5c-1.14,1.8-2,3.66-2.58,5.56C118.32,29.24,118.18,30.95,118.47,32.47z'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: var(--qode-main-color);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.qodef-instagram-list .sbi_photo_wrap a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.qodef-instagram-list .sbi_photo_wrap a:hover:after,
.qodef-instagram-list .sbi_photo_wrap a:hover:before {
  opacity: 1;
}
.qodef-instagram-list .sbi_photo_wrap a img {
  display: inline-block !important;
}
.qodef-instagram-list.qodef-swiper-container
  #sb_instagram
  #sbi_images
  .sbi_item {
  margin: inherit !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;
  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: "Bona Nova", serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #0d0d0d;
  font-size: 27px;
  line-height: 1.22222em;
  letter-spacing: 0.02em;
  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: Arimo, sans-serif;
  font-size: 16px;
  line-height: 1.75em;
  font-weight: 400;
  color: #262626;
  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 {
  --qode-columns: 3;
  --qode-columns-gap: 30px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(var(--qode-columns), minmax(0, 1fr));
  gap: var(--qode-columns-gap);
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--1 .ctf-tweets {
  --qode-columns: 1;
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2 .ctf-tweets {
  --qode-columns: 2;
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3 .ctf-tweets {
  --qode-columns: 3;
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4 .ctf-tweets {
  --qode-columns: 4;
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5 .ctf-tweets {
  --qode-columns: 5;
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6 .ctf-tweets {
  --qode-columns: 6;
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7 .ctf-tweets {
  --qode-columns: 7;
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8 .ctf-tweets {
  --qode-columns: 8;
}
.qodef-twitter-list.qodef-gutter--no .ctf-tweets {
  --qode-columns-gap: 0px;
}
.qodef-twitter-list.qodef-gutter--tiny .ctf-tweets {
  --qode-columns-gap: 10px;
}
.qodef-twitter-list.qodef-gutter--small .ctf-tweets {
  --qode-columns-gap: 20px;
}
.qodef-twitter-list.qodef-gutter--normal .ctf-tweets {
  --qode-columns-gap: 30px;
}
.qodef-twitter-list.qodef-gutter--medium .ctf-tweets {
  --qode-columns-gap: 40px;
}
.qodef-twitter-list.qodef-gutter--large .ctf-tweets {
  --qode-columns-gap: 50px;
}
.qodef-twitter-list.qodef-gutter--extra-large .ctf-tweets {
  --qode-columns-gap: 70px;
}
.qodef-twitter-list.qodef-gutter--huge .ctf-tweets {
  --qode-columns-gap: 80px;
}
.qodef-twitter-list.qodef-gutter--enormous .ctf-tweets {
  --qode-columns-gap: 110px;
}
#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;
}
.qodef-yith-wccl--predefined .select_box {
  display: inline-block;
}
.qodef-yith-wccl--predefined .select_box:after {
  display: none;
}
.qodef-yith-wccl--predefined .select_box .select_option {
  vertical-align: middle;
  border: 0;
  margin: 0 5px 0 0;
  display: inline-block;
  float: none;
  position: relative;
}
.qodef-yith-wccl--predefined .select_box .select_option:last-child {
  margin-right: 0;
}
.qodef-yith-wccl--predefined
  .select_box
  .select_option
  > span:not(.yith_wccl_tooltip) {
  border: 0;
  min-width: auto;
  width: auto;
  height: auto;
  line-height: inherit;
}
.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip {
  width: 100px;
}
.qodef-yith-wccl--predefined
  .select_box
  .select_option
  .yith_wccl_tooltip
  > span {
  background: #fff;
  border-radius: 0;
  border: 1px solid #e5dacf !important;
  padding: 10px;
  color: #262626;
}
.qodef-yith-wccl--predefined
  .select_box
  .select_option
  .yith_wccl_tooltip.top
  span:after {
  top: 100%;
  bottom: auto;
}
.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option {
  border: 1px solid transparent;
  padding: 1px;
}
.qodef-yith-wccl--predefined
  .select_box.select_box_colorpicker
  .select_option
  > span:not(.yith_wccl_tooltip) {
  width: 38px;
  height: 15px;
}
.qodef-yith-wccl--predefined
  .select_box.select_box_colorpicker
  .select_option.selected {
  border-color: #0d0d0d;
}
.qodef-yith-wccl--predefined .select_box.select_box_image .select_option {
  border: 1px solid transparent;
  padding: 1px;
}
.qodef-yith-wccl--predefined
  .select_box.select_box_image
  .select_option
  > img:not(.yith_wccl_tooltip) {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}
.qodef-yith-wccl--predefined
  .select_box.select_box_image
  .select_option.selected {
  border-color: #0d0d0d;
}
.qodef-yith-wccl--predefined .select_box.select_box_label > * {
  display: inline-flex;
  flex-wrap: wrap;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 1.66667em;
  font-weight: 500;
  letter-spacing: 0.175em;
  text-transform: uppercase;
  color: var(--qode-main-color);
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
}
.qodef-yith-wccl--predefined .select_box.select_box_label .select_option {
  transition: color 0.2s ease-out;
  margin: 0;
}
.qodef-yith-wccl--predefined .select_box.select_box_label .select_option:after {
  content: ",";
  margin-right: 5px;
}
.qodef-yith-wccl--predefined
  .select_box.select_box_label
  .select_option:last-of-type:after {
  display: none;
}
.qodef-yith-wccl--predefined
  .select_box.select_box_label
  .select_option.selected {
  color: var(--qode-main-color);
}
.qodef-yith-wccl--predefined li.product .variations_form.cart {
  margin: 0 0 0 20px;
}
.qodef-yith-wccl--predefined li.product .variations_form.cart div.variations {
  margin-bottom: 10px;
  text-align: right;
}
.qodef-yith-wccl--predefined
  li.product
  .variations_form.cart
  div.variations:last-child {
  margin-bottom: 0;
}
#yith-quick-view-modal .yith-quick-view-overlay {
  background: rgba(255, 255, 255, 0.79) !important;
}
#yith-quick-view-modal .yith-wcqv-wrapper {
  height: auto !important;
  width: 960px !important;
  max-width: 90vw !important;
}
#yith-quick-view-modal .yith-wcqv-main {
  box-shadow: 3px 3px 15px 0 rgba(13, 13, 13, 0.5) !important;
  overflow-y: hidden !important;
  max-height: 90vh !important;
}
#yith-quick-view-modal
  #yith-quick-view-content.single-product
  .qodef-woo-single-inner {
  margin: 0;
}
#yith-quick-view-modal
  #yith-quick-view-content.single-product
  .qodef-woo-single-inner
  > * {
  padding: 0;
}
#yith-quick-view-modal
  #yith-quick-view-content.single-product
  .qodef-woo-single-image {
  align-self: stretch;
}
#yith-quick-view-modal
  #yith-quick-view-content.single-product
  .qodef-woo-single-image
  .qodef-woo-product-mark {
  transform: translateX(0);
}
#yith-quick-view-modal
  #yith-quick-view-content.single-product
  .qodef-woo-single-image
  :not(.qodef-woo-product-mark) {
  height: 100%;
}
#yith-quick-view-modal
  #yith-quick-view-content.single-product
  .qodef-woo-single-image
  .woocommerce-product-gallery
  figure {
  margin: 0 !important;
}
#yith-quick-view-modal
  #yith-quick-view-content.single-product
  .qodef-woo-single-image
  .woocommerce-product-gallery
  figure
  img {
  -o-object-fit: cover;
  object-fit: cover;
}
#yith-quick-view-modal
  #yith-quick-view-content.single-product
  .qodef-woo-single-image
  .woocommerce-product-gallery
  figure
  > .woocommerce-product-gallery__image {
  width: 100% !important;
  margin: 0 !important;
}
#yith-quick-view-modal
  #yith-quick-view-content.single-product
  .qodef-woo-single-image
  .woocommerce-product-gallery
  figure
  > .qodef-woo-thumbnails-wrapper {
  display: none !important;
}
#yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary {
  align-self: center;
  padding: 30px;
}
#yith-quick-view-modal #yith-quick-view-close {
  border: 0 !important;
  font-size: 0;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
}
#yith-quick-view-modal #yith-quick-view-close:after {
  display: block;
  line-height: 25px;
  padding: 0 3px;
  position: relative;
  font-size: 18px;
  font-family: ElegantIcons;
  content: "\4d";
}
body:not([class*="tcm-core"])
  #yith-quick-view-modal
  #yith-quick-view-close:after {
  content: "x";
  font-family: initial;
}
#yith-quick-view-modal .qodef-yith-wcqv-link {
  margin-top: 38px;
}
.qodef-yith-wcqv--predefined .yith-wcqv-button {
  font-size: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  background-color: transparent !important;
}
.qodef-yith-wcqv--predefined .yith-wcqv-button:before {
  font-size: 22px;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f06e";
}
.qodef-yith-wcqv--predefined .qodef-e-media-inner .yith-wcqv-button {
  color: #fff !important;
}
.qodef-yith-wcqv--predefined .qodef-e-media-inner .yith-wcqv-button:hover {
  color: var(--qode-main-color) !important;
}
.qodef-yith-wcqv--predefined .qodef-e-media-inner .yith-wcqv-button .blockUI {
  display: none !important;
}
.yith-wcwl-form .wishlist-title-container {
  display: none !important;
}
.yith-wcwl-form .shop_table {
  font-size: 100%;
}
.yith-wcwl-form .shop_table tr {
  border-left: none;
  border-right: none;
  border-top: none;
}
.yith-wcwl-form .shop_table td,
.yith-wcwl-form .shop_table th {
  padding: 15px 0 15px 15px;
  vertical-align: middle;
  text-align: left;
  border: 0;
}
.yith-wcwl-form .shop_table td:first-child,
.yith-wcwl-form .shop_table th:first-child {
  padding-left: 0;
}
.yith-wcwl-form .shop_table th {
  font-family: Arimo, sans-serif;
  font-size: 16px;
  line-height: 1.75em;
  font-weight: 400;
  color: #262626;
}
.yith-wcwl-form .shop_table td ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.yith-wcwl-form .shop_table td ul li {
  margin: 0 0 10px;
  padding: 0;
}
.yith-wcwl-form .shop_table td ul li:last-child {
  margin-bottom: 0;
}
.yith-wcwl-form .shop_table td ul li label {
  margin-bottom: 0;
}
.yith-wcwl-form .shop_table p {
  margin: 0;
}
.yith-wcwl-form .shop_table .variation:after,
.yith-wcwl-form .shop_table .variation:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.yith-wcwl-form .shop_table .variation:after {
  clear: both;
}
.yith-wcwl-form .shop_table .variation dt {
  clear: left;
  float: left;
  font-weight: initial;
}
@media only screen and (max-width: 680px) {
  .yith-wcwl-form .shop_table .variation dt {
    float: none;
    width: 100%;
  }
}
.yith-wcwl-form .shop_table .variation dd {
  clear: right;
  float: left;
  margin: 0 0 0 5px;
}
@media only screen and (max-width: 680px) {
  .yith-wcwl-form .shop_table .variation dd {
    float: none;
    margin: 0;
    width: 100%;
  }
}
.yith-wcwl-form .wishlist_table.shop_table tr th {
  background: 0 0 !important;
}
.yith-wcwl-form .wishlist_table.shop_table tr th.product-remove {
  width: auto !important;
}
.yith-wcwl-form .wishlist_table.shop_table tr td {
  background: 0 0 !important;
  color: #262626 !important;
  border-color: transparent !important;
}
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button {
  font-family: Montserrat, sans-serif !important;
  font-weight: 500 !important;
  font-size: 11px !important;
  line-height: 1.1em !important;
  letter-spacing: 0.1em !important;
  position: relative !important;
  display: inline-flex !important;
  vertical-align: middle !important;
  width: auto !important;
  margin: 0 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  outline: 0 !important;
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out !important;
  padding: 17px 50px !important;
  cursor: pointer !important;
  z-index: 3 !important;
  color: #fff !important;
  background-color: #0d0d0d !important;
  border: 1px solid transparent !important;
}
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:hover,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button:hover {
  color: #fff !important;
  background-color: var(--qode-main-color) !important;
}
.yith-wcwl-form
  .wishlist_table
  .product-add-to-cart
  .added_to_cart:not(.add_to_cart_button):not(.added_to_cart):not(
    .product_type_external
  ),
.yith-wcwl-form
  .wishlist_table
  .product-add-to-cart
  .button:not(.add_to_cart_button):not(.added_to_cart):not(
    .product_type_external
  ) {
  border: none;
  --qodef-border-color: #f2b385;
  --qodef-hover-border-color: var(--qode-main-color);
  background-repeat: no-repeat;
  background-size: calc(100% - 100%) 1px, 1px calc(100% - 100%),
    calc(100% - 100%) 1px, 1px calc(100% - 100%), 100% 1px, 1px 100%, 100% 1px,
    1px 100%;
  background-position: 100% 0, 100% 100%, 0 100%, 0 0, 0 0, 100% 100%, 100% 100%,
    0 0;
  background-image: linear-gradient(
      0deg,
      var(--qodef-hover-border-color),
      var(--qodef-hover-border-color)
    ),
    linear-gradient(
      0deg,
      var(--qodef-hover-border-color),
      var(--qodef-hover-border-color)
    ),
    linear-gradient(
      0deg,
      var(--qodef-hover-border-color),
      var(--qodef-hover-border-color)
    ),
    linear-gradient(
      0deg,
      var(--qodef-hover-border-color),
      var(--qodef-hover-border-color)
    ),
    linear-gradient(0deg, var(--qodef-border-color), var(--qodef-border-color)),
    linear-gradient(0deg, var(--qodef-border-color), var(--qodef-border-color)),
    linear-gradient(0deg, var(--qodef-border-color), var(--qodef-border-color)),
    linear-gradient(0deg, var(--qodef-border-color), var(--qodef-border-color));
  transition: background-size 0.8s cubic-bezier(0.54, 0.07, 0.11, 0.95);
}
.yith-wcwl-form
  .wishlist_table
  .product-add-to-cart
  .added_to_cart:not(.add_to_cart_button):not(.added_to_cart):not(
    .product_type_external
  ):hover,
.yith-wcwl-form
  .wishlist_table
  .product-add-to-cart
  .button:not(.add_to_cart_button):not(.added_to_cart):not(
    .product_type_external
  ):hover {
  background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%, calc(100% - 0%) 1px,
    1px calc(100% - 0%), calc(100% - 0%) 1px, 1px calc(100% - 0%);
}
.yith-wcwl-form
  .wishlist_table
  .product-add-to-cart
  .added_to_cart:not(.add_to_cart_button):not(.added_to_cart):not(
    .product_type_external
  ):after,
.yith-wcwl-form
  .wishlist_table
  .product-add-to-cart
  .added_to_cart:not(.add_to_cart_button):not(.added_to_cart):not(
    .product_type_external
  ):before,
.yith-wcwl-form
  .wishlist_table
  .product-add-to-cart
  .button:not(.add_to_cart_button):not(.added_to_cart):not(
    .product_type_external
  ):after,
.yith-wcwl-form
  .wishlist_table
  .product-add-to-cart
  .button:not(.add_to_cart_button):not(.added_to_cart):not(
    .product_type_external
  ):before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  background-color: var(--qode-main-color);
  z-index: 1;
}
.yith-wcwl-form
  .wishlist_table
  .product-add-to-cart
  .added_to_cart:not(.add_to_cart_button):not(.added_to_cart):not(
    .product_type_external
  ):before,
.yith-wcwl-form
  .wishlist_table
  .product-add-to-cart
  .button:not(.add_to_cart_button):not(.added_to_cart):not(
    .product_type_external
  ):before {
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%) rotate(-45deg);
  transition: bottom 0.8s cubic-bezier(0.54, 0.07, 0.11, 0.95),
    left 0.8s cubic-bezier(0.54, 0.07, 0.11, 0.95), transform 1.6s;
  transition-delay: 0s, 0.8s, 0s;
}
.yith-wcwl-form
  .wishlist_table
  .product-add-to-cart
  .added_to_cart:not(.add_to_cart_button):not(.added_to_cart):not(
    .product_type_external
  ):after,
.yith-wcwl-form
  .wishlist_table
  .product-add-to-cart
  .button:not(.add_to_cart_button):not(.added_to_cart):not(
    .product_type_external
  ):after {
  top: 0;
  right: 0;
  transform: translate(50%, -50%) rotate(-45deg);
  transition: top 0.8s cubic-bezier(0.54, 0.07, 0.11, 0.95),
    right 0.8s cubic-bezier(0.54, 0.07, 0.11, 0.95), transform 1.6s;
  transition-delay: 0s, 0.8s, 0s;
}
.yith-wcwl-form
  .wishlist_table
  .product-add-to-cart
  .added_to_cart:not(.add_to_cart_button):not(.added_to_cart):not(
    .product_type_external
  ):hover:before,
.yith-wcwl-form
  .wishlist_table
  .product-add-to-cart
  .button:not(.add_to_cart_button):not(.added_to_cart):not(
    .product_type_external
  ):hover:before {
  transition-delay: 0.8s, 0s, 0s;
  bottom: 100%;
  left: 100%;
  transform: translate(-50%, 50%) rotate(-405deg);
}
.yith-wcwl-form
  .wishlist_table
  .product-add-to-cart
  .added_to_cart:not(.add_to_cart_button):not(.added_to_cart):not(
    .product_type_external
  ):hover:after,
.yith-wcwl-form
  .wishlist_table
  .product-add-to-cart
  .button:not(.add_to_cart_button):not(.added_to_cart):not(
    .product_type_external
  ):hover:after {
  transition-delay: 0.8s, 0s, 0s;
  top: 100%;
  right: 100%;
  transform: translate(50%, -50%) rotate(-405deg);
}
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart i,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button i {
  display: none !important;
}
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:before,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button:before {
  display: none !important;
}
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart.added,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button.added {
  display: none !important;
}
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist {
  font-size: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  background-color: transparent !important;
}
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist a:before {
  font-size: 22px;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f004";
}
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist.exists a:before {
  font-size: 22px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f004";
}
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .blockOverlay,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .feedback,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .view-wishlist,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist i,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist span {
  display: none !important;
}
.qodef-yith-wcwl--predefined .qodef-e-media-inner .yith-wcwl-add-to-wishlist a {
  color: #fff !important;
}
.qodef-yith-wcwl--predefined
  .qodef-e-media-inner
  .yith-wcwl-add-to-wishlist
  a:hover {
  color: var(--qode-main-color) !important;
}
.qodef-yith-wcwl--predefined #yith-wcwl-popup-message {
  display: none !important;
}
.qodef-yith-wcwl--predefined .yith-wcwl-share {
  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-navigation-holder {
  display: block;
  position: relative;
  z-index: 999;
  margin-top: 58px;
}
.qodef-woo-product-list
  .qodef-navigation-holder
  .qodef-navigation-holder-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  min-height: 31px;
}
.qodef-woo-product-list
  .qodef-navigation-holder
  .qodef-navigation-holder-inner
  .swiper-button-next,
.qodef-woo-product-list
  .qodef-navigation-holder
  .qodef-navigation-holder-inner
  .swiper-button-prev {
  position: static;
  transform: none;
}
.qodef-woo-product-list
  .qodef-navigation-holder
  .qodef-navigation-holder-inner
  .swiper-button-prev {
  padding-right: 50px;
}
.qodef-woo-product-list
  .qodef-navigation-holder
  .qodef-navigation-holder-inner
  .swiper-button-next {
  padding-left: 50px;
}
.qodef-woo-product-list .swiper-pagination.swiper-pagination-fraction {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: auto;
  transform: translateX(-50%);
  width: auto;
  text-align: left;
  transition: none;
}
.qodef-woo-product-list.qodef-item-layout--boxed {
  padding: 1px;
}
.qodef-woo-product-list.qodef-item-layout--boxed.qodef-gutter--no {
  --qode-columns-gap: 1px;
}
.qodef-woo-product-list.qodef-item-layout--boxed .qodef-e {
  outline: 1px solid #e5dacf;
  margin-bottom: 0;
  padding: 100px 21.3% 62px;
}
.qodef-woo-product-list.qodef-item-layout--boxed .qodef-e .qodef-e-media {
  width: 100%;
}
.qodef-woo-product-list.qodef-item-layout--boxed
  .qodef-e
  .qodef-e-content
  .price {
  margin: 5px 0 0;
}
.qodef-woo-product-list.qodef-item-layout--boxed
  .qodef-e
  .qodef-e-content
  .qodef-m-button-inner {
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-right: 1px;
  margin: 5px 0 0;
}
.qodef-woo-product-list.qodef-item-layout--boxed
  .qodef-e
  .qodef-e-content
  .qodef-m-button-inner
  .qodef-m-button-icon-hidden {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #e5dacf;
  transform: translate(-3px, -50%) rotate(-45deg) scale(0);
  left: 0;
  top: 50%;
  transition: all 0.5s cubic-bezier(0.1, 0.1, 0, 1);
}
.qodef-woo-product-list.qodef-item-layout--boxed
  .qodef-e
  .qodef-e-content
  .qodef-m-button-inner
  .added_to_cart,
.qodef-woo-product-list.qodef-item-layout--boxed
  .qodef-e
  .qodef-e-content
  .qodef-m-button-inner
  .button {
  border: none;
  letter-spacing: 0.07em;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding: 0 15px 0 0;
}
.qodef-woo-product-list.qodef-item-layout--boxed
  .qodef-e
  .qodef-e-content
  .qodef-m-button-inner
  .qodef-m-button-icon {
  position: relative;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #e5dacf;
  transform: rotate(-45deg);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.qodef-woo-product-list.qodef-item-layout--boxed
  .qodef-e
  .qodef-e-content
  .qodef-m-button-inner:hover
  .qodef-m-button-icon-hidden {
  transform: translate(1px, -50%) rotate(-45deg);
}
.qodef-woo-product-list.qodef-item-layout--boxed
  .qodef-e
  .qodef-e-content
  .qodef-m-button-inner:hover
  .added_to_cart,
.qodef-woo-product-list.qodef-item-layout--boxed
  .qodef-e
  .qodef-e-content
  .qodef-m-button-inner:hover
  .button {
  transform: translateX(20px);
  background-color: transparent;
  color: var(--qode-main-color);
}
.qodef-woo-product-list.qodef-item-layout--boxed
  .qodef-e
  .qodef-e-content
  .qodef-m-button-inner:hover
  .qodef-m-button-icon {
  transform: rotate(-45deg) translateX(3px) translateY(3px) scale(0);
}
.qodef-woo-product-list.qodef-item-layout--boxed.qodef-swiper-container
  .qodef-e {
  padding: 94px 7.5% 106px;
}
.qodef-woo-product-list.qodef-item-layout--boxed .qodef-navigation-holder {
  display: block;
  position: relative;
  z-index: 999;
  margin-top: 58px;
}
.qodef-woo-product-list.qodef-item-layout--boxed
  .qodef-navigation-holder
  .qodef-navigation-holder-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  min-height: 31px;
}
.qodef-woo-product-list.qodef-item-layout--boxed
  .qodef-navigation-holder
  .qodef-navigation-holder-inner
  .swiper-button-next,
.qodef-woo-product-list.qodef-item-layout--boxed
  .qodef-navigation-holder
  .qodef-navigation-holder-inner
  .swiper-button-prev {
  position: static;
  transform: none;
}
.qodef-woo-product-list.qodef-item-layout--boxed
  .qodef-navigation-holder
  .qodef-navigation-holder-inner
  .swiper-button-prev {
  padding-right: 50px;
}
.qodef-woo-product-list.qodef-item-layout--boxed
  .qodef-navigation-holder
  .qodef-navigation-holder-inner
  .swiper-button-next {
  padding-left: 50px;
}
.qodef-woo-product-list.qodef-item-layout--boxed
  .swiper-pagination.swiper-pagination-fraction {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: auto;
  transform: translateX(-50%);
  width: auto;
  text-align: left;
  transition: none;
}
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-e {
  margin-bottom: 0;
}
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-e .qodef-e-media {
  width: 100%;
}
.qodef-woo-product-list.qodef-item-layout--info-below
  .qodef-e
  .qodef-e-content
  .price {
  margin: 5px 0 0;
}
.qodef-woo-product-list.qodef-item-layout--info-below
  .qodef-e
  .qodef-e-content
  .qodef-m-button-inner {
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-right: 1px;
}
.qodef-woo-product-list.qodef-item-layout--info-below
  .qodef-e
  .qodef-e-content
  .qodef-m-button-inner
  .qodef-m-button-icon-hidden {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #e5dacf;
  transform: translate(-3px, -50%) rotate(-45deg) scale(0);
  left: 0;
  top: 50%;
  transition: all 0.5s cubic-bezier(0.1, 0.1, 0, 1);
}
.qodef-woo-product-list.qodef-item-layout--info-below
  .qodef-e
  .qodef-e-content
  .qodef-m-button-inner
  .added_to_cart,
.qodef-woo-product-list.qodef-item-layout--info-below
  .qodef-e
  .qodef-e-content
  .qodef-m-button-inner
  .button {
  border: none;
  letter-spacing: 0.07em;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding: 0 15px 0 0;
}
.qodef-woo-product-list.qodef-item-layout--info-below
  .qodef-e
  .qodef-e-content
  .qodef-m-button-inner
  .qodef-m-button-icon {
  position: relative;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #e5dacf;
  transform: rotate(-45deg);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.qodef-woo-product-list.qodef-item-layout--info-below
  .qodef-e
  .qodef-e-content
  .qodef-m-button-inner:hover
  .qodef-m-button-icon-hidden {
  transform: translate(1px, -50%) rotate(-45deg);
}
.qodef-woo-product-list.qodef-item-layout--info-below
  .qodef-e
  .qodef-e-content
  .qodef-m-button-inner:hover
  .added_to_cart,
.qodef-woo-product-list.qodef-item-layout--info-below
  .qodef-e
  .qodef-e-content
  .qodef-m-button-inner:hover
  .button {
  transform: translateX(20px);
  background-color: transparent;
  color: var(--qode-main-color);
}
.qodef-woo-product-list.qodef-item-layout--info-below
  .qodef-e
  .qodef-e-content
  .qodef-m-button-inner:hover
  .qodef-m-button-icon {
  transform: rotate(-45deg) translateX(3px) translateY(3px) scale(0);
}
.qodef-woo-product-list.qodef-item-layout--info-on-image
  .qodef-e
  .qodef-e-media {
  height: 100%;
  width: 100%;
}
.widget_tcm_core_woo_dropdown_cart,
.widget_shopping_cart {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
}
.widget_tcm_core_woo_dropdown_cart .qodef-widget-dropdown-cart-inner,
.widget_shopping_cart .qodef-widget-dropdown-cart-inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.widget_tcm_core_woo_dropdown_cart .qodef-m-opener,
.widget_tcm_core_woo_dropdown_cart > .widgettitle,
.widget_shopping_cart .qodef-m-opener,
.widget_shopping_cart > .widgettitle {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 0;
}
.widget_tcm_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.widget_tcm_core_woo_dropdown_cart .widget_shopping_cart_content,
.widget_shopping_cart .qodef-widget-dropdown-cart-content,
.widget_shopping_cart .widget_shopping_cart_content {
  border-width: 1px;
  border-style: solid;
  display: block;
  padding: 30px 0;
  text-align: left;
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
}
header .widget_tcm_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
header .widget_tcm_core_woo_dropdown_cart .widget_shopping_cart_content,
header .widget_shopping_cart .qodef-widget-dropdown-cart-content,
header .widget_shopping_cart .widget_shopping_cart_content {
  left: auto;
  opacity: 0 !important;
  position: absolute;
  right: 0;
  top: 100%;
  visibility: hidden !important;
  width: 360px;
}
.touchevents
  header
  .widget_tcm_core_woo_dropdown_cart
  .qodef-widget-dropdown-cart-content,
.touchevents
  header
  .widget_tcm_core_woo_dropdown_cart
  .widget_shopping_cart_content,
.touchevents header .widget_shopping_cart .qodef-widget-dropdown-cart-content,
.touchevents header .widget_shopping_cart .widget_shopping_cart_content {
  display: none;
}
.widget_tcm_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content > *,
.widget_tcm_core_woo_dropdown_cart .widget_shopping_cart_content > *,
.widget_shopping_cart .qodef-widget-dropdown-cart-content > *,
.widget_shopping_cart .widget_shopping_cart_content > * {
  padding: 0 30px !important;
}
.widget_tcm_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content .blockUI,
.widget_tcm_core_woo_dropdown_cart .widget_shopping_cart_content .blockUI,
.widget_shopping_cart .qodef-widget-dropdown-cart-content .blockUI,
.widget_shopping_cart .widget_shopping_cart_content .blockUI {
  display: none !important;
}
.widget_tcm_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item,
.widget_tcm_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .woocommerce-mini-cart-item,
.widget_tcm_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .qodef-woo-mini-cart-item,
.widget_tcm_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item {
  margin: 0 0 20px 0;
  position: relative;
}
.widget_tcm_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item:last-of-type,
.widget_tcm_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .woocommerce-mini-cart-item:last-of-type,
.widget_tcm_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .qodef-woo-mini-cart-item:last-of-type,
.widget_tcm_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item:last-of-type,
.widget_shopping_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item:last-of-type,
.widget_shopping_cart
  .qodef-woo-mini-cart
  .woocommerce-mini-cart-item:last-of-type,
.widget_shopping_cart
  .woocommerce-mini-cart
  .qodef-woo-mini-cart-item:last-of-type,
.widget_shopping_cart
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item:last-of-type {
  margin: 0;
}
.widget_tcm_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  img,
.widget_tcm_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .woocommerce-mini-cart-item
  img,
.widget_tcm_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .qodef-woo-mini-cart-item
  img,
.widget_tcm_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item
  img,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item img,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item img,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item img {
  margin: 0 20px 0 0;
  width: 60px;
}
.widget_tcm_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  .remove,
.widget_tcm_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .woocommerce-mini-cart-item
  .remove,
.widget_tcm_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .qodef-woo-mini-cart-item
  .remove,
.widget_tcm_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item
  .remove,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_shopping_cart
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item
  .remove {
  font-size: 20px;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}
.widget_tcm_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  .variation,
.widget_tcm_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .woocommerce-mini-cart-item
  .variation,
.widget_tcm_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .qodef-woo-mini-cart-item
  .variation,
.widget_tcm_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item
  .variation,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .variation,
.widget_shopping_cart
  .qodef-woo-mini-cart
  .woocommerce-mini-cart-item
  .variation,
.widget_shopping_cart
  .woocommerce-mini-cart
  .qodef-woo-mini-cart-item
  .variation,
.widget_shopping_cart
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item
  .variation {
  display: none;
}
.widget_tcm_core_woo_dropdown_cart .woocommerce-mini-cart-item img,
.widget_shopping_cart .woocommerce-mini-cart-item img {
  float: left;
  vertical-align: top;
}
.widget_tcm_core_woo_dropdown_cart .woocommerce-mini-cart-item a,
.widget_shopping_cart .woocommerce-mini-cart-item a {
  font-family: "Bona Nova", serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 27px;
  line-height: 1.22222em;
  letter-spacing: 0.02em;
  display: block;
}
.widget_tcm_core_woo_dropdown_cart .woocommerce-mini-cart-item:after,
.widget_shopping_cart .woocommerce-mini-cart-item:after {
  clear: both;
  content: "";
  display: table;
}
.widget_tcm_core_woo_dropdown_cart .qodef-woo-mini-cart,
.widget_shopping_cart .qodef-woo-mini-cart {
  max-height: 50vh;
  overflow: hidden;
  position: relative;
}
.widget_tcm_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item {
  display: flex;
}
.widget_tcm_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  .qodef-e-image,
.widget_shopping_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  .qodef-e-image {
  flex-shrink: 0;
}
.widget_tcm_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  .qodef-e-image
  a,
.widget_shopping_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  .qodef-e-image
  a {
  display: block;
}
.widget_tcm_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  .qodef-e-content,
.widget_shopping_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  .qodef-e-content {
  padding: 0 20px 0 0;
  width: 100%;
}
.widget_tcm_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  .qodef-e-title,
.widget_shopping_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  .qodef-e-title {
  margin: 0;
}
.widget_tcm_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  .qodef-e-price,
.widget_shopping_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  .qodef-e-price {
  margin: 0;
}
.widget_tcm_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  .qodef-e-quantity,
.widget_shopping_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  .qodef-e-quantity {
  margin: 0;
}
.widget_tcm_core_woo_dropdown_cart .qodef-m-order-details,
.widget_tcm_core_woo_dropdown_cart .woocommerce-mini-cart__total,
.widget_shopping_cart .qodef-m-order-details,
.widget_shopping_cart .woocommerce-mini-cart__total {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.widget_tcm_core_woo_dropdown_cart .qodef-m-order-details strong,
.widget_tcm_core_woo_dropdown_cart .woocommerce-mini-cart__total strong,
.widget_shopping_cart .qodef-m-order-details strong,
.widget_shopping_cart .woocommerce-mini-cart__total strong {
  font-family: "Bona Nova", serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 1.33333em;
  letter-spacing: 0.03em;
  font-weight: 400;
}
.widget_tcm_core_woo_dropdown_cart .qodef-m-action,
.widget_tcm_core_woo_dropdown_cart .woocommerce-mini-cart__buttons,
.widget_shopping_cart .qodef-m-action,
.widget_shopping_cart .woocommerce-mini-cart__buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
.widget_tcm_core_woo_dropdown_cart .qodef-m-action a,
.widget_tcm_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a,
.widget_shopping_cart .qodef-m-action a,
.widget_shopping_cart .woocommerce-mini-cart__buttons a {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.1em;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  width: auto;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  outline: 0;
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  padding: 17px 50px;
  color: #fff;
  background-color: #0d0d0d;
  border: 1px solid transparent;
}
.widget_tcm_core_woo_dropdown_cart .qodef-m-action a:hover,
.widget_tcm_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:hover,
.widget_shopping_cart .qodef-m-action a:hover,
.widget_shopping_cart .woocommerce-mini-cart__buttons a:hover {
  color: #fff;
  background-color: var(--qode-main-color);
}
.widget_tcm_core_woo_dropdown_cart .woocommerce-mini-cart__buttons,
.widget_shopping_cart .woocommerce-mini-cart__buttons {
  flex-direction: column;
}
.widget_tcm_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a,
.widget_shopping_cart .woocommerce-mini-cart__buttons a {
  width: 100% !important;
  justify-content: center;
}
.widget_tcm_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:last-child,
.widget_shopping_cart .woocommerce-mini-cart__buttons a:last-child {
  margin-top: 5px;
}
header
  .widget_tcm_core_woo_dropdown_cart:hover
  .qodef-widget-dropdown-cart-content,
header .widget_tcm_core_woo_dropdown_cart:hover .widget_shopping_cart_content,
header .widget_shopping_cart:hover .qodef-widget-dropdown-cart-content,
header .widget_shopping_cart:hover .widget_shopping_cart_content {
  opacity: 1 !important;
  visibility: visible !important;
}
.widget_tcm_core_woo_dropdown_cart,
.widget_shopping_cart {
  color: #262626;
}
.widget_tcm_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.widget_tcm_core_woo_dropdown_cart .widget_shopping_cart_content,
.widget_shopping_cart .qodef-widget-dropdown-cart-content,
.widget_shopping_cart .widget_shopping_cart_content {
  background-color: #fff;
  border-color: #e5dacf;
}
.widget_tcm_core_woo_dropdown_cart .woocommerce-mini-cart-item a,
.widget_shopping_cart .woocommerce-mini-cart-item a {
  color: #0d0d0d;
}
.widget_tcm_core_woo_dropdown_cart .woocommerce-mini-cart-item a:hover,
.widget_shopping_cart .woocommerce-mini-cart-item a:hover {
  color: var(--qode-main-color);
}
.widget_tcm_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a {
  color: #0d0d0d;
}
.widget_tcm_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a:hover,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a:hover {
  color: var(--qode-main-color);
}
.widget_tcm_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  .remove,
.widget_tcm_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .woocommerce-mini-cart-item
  .remove,
.widget_tcm_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .qodef-woo-mini-cart-item
  .remove,
.widget_tcm_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item
  .remove,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_shopping_cart
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item
  .remove {
  color: #262626;
}
.widget_tcm_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  .remove:hover,
.widget_tcm_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .woocommerce-mini-cart-item
  .remove:hover,
.widget_tcm_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .qodef-woo-mini-cart-item
  .remove:hover,
.widget_tcm_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item
  .remove:hover,
.widget_shopping_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  .remove:hover,
.widget_shopping_cart
  .qodef-woo-mini-cart
  .woocommerce-mini-cart-item
  .remove:hover,
.widget_shopping_cart
  .woocommerce-mini-cart
  .qodef-woo-mini-cart-item
  .remove:hover,
.widget_shopping_cart
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item
  .remove:hover {
  color: var(--qode-main-color);
}
.widget_tcm_core_woo_dropdown_cart .qodef-m-order-details strong,
.widget_tcm_core_woo_dropdown_cart .woocommerce-mini-cart__total strong,
.widget_shopping_cart .qodef-m-order-details strong,
.widget_shopping_cart .woocommerce-mini-cart__total strong {
  color: #0d0d0d;
}
#qodef-top-area .widget_tcm_core_woo_dropdown_cart,
#qodef-top-area .widget_shopping_cart {
  color: #fff;
}
#qodef-page-footer .widget_tcm_core_woo_dropdown_cart,
#qodef-page-footer .widget_shopping_cart {
  color: #ccc;
}
#qodef-page-footer
  .widget_tcm_core_woo_dropdown_cart
  .qodef-widget-dropdown-cart-content,
#qodef-page-footer
  .widget_tcm_core_woo_dropdown_cart
  .widget_shopping_cart_content,
#qodef-page-footer .widget_shopping_cart .qodef-widget-dropdown-cart-content,
#qodef-page-footer .widget_shopping_cart .widget_shopping_cart_content {
  background-color: #000;
  border-color: #fff;
}
#qodef-page-footer
  .widget_tcm_core_woo_dropdown_cart
  .woocommerce-mini-cart-item
  a,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart-item a {
  color: #ccc;
}
#qodef-page-footer
  .widget_tcm_core_woo_dropdown_cart
  .woocommerce-mini-cart-item
  a:hover,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart-item a:hover {
  color: #fff;
}
#qodef-page-footer
  .widget_tcm_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .qodef-e-title
  a,
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a {
  color: #ccc;
}
#qodef-page-footer
  .widget_tcm_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .qodef-e-title
  a:hover,
#qodef-page-footer
  .widget_shopping_cart
  .qodef-woo-mini-cart
  .qodef-e-title
  a:hover {
  color: #fff;
}
#qodef-page-footer
  .widget_tcm_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  .remove,
#qodef-page-footer
  .widget_tcm_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .woocommerce-mini-cart-item
  .remove,
#qodef-page-footer
  .widget_tcm_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .qodef-woo-mini-cart-item
  .remove,
#qodef-page-footer
  .widget_tcm_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item
  .remove,
#qodef-page-footer
  .widget_shopping_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  .remove,
#qodef-page-footer
  .widget_shopping_cart
  .qodef-woo-mini-cart
  .woocommerce-mini-cart-item
  .remove,
#qodef-page-footer
  .widget_shopping_cart
  .woocommerce-mini-cart
  .qodef-woo-mini-cart-item
  .remove,
#qodef-page-footer
  .widget_shopping_cart
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item
  .remove {
  color: #ccc;
}
#qodef-page-footer
  .widget_tcm_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  .remove:hover,
#qodef-page-footer
  .widget_tcm_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .woocommerce-mini-cart-item
  .remove:hover,
#qodef-page-footer
  .widget_tcm_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .qodef-woo-mini-cart-item
  .remove:hover,
#qodef-page-footer
  .widget_tcm_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item
  .remove:hover,
#qodef-page-footer
  .widget_shopping_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  .remove:hover,
#qodef-page-footer
  .widget_shopping_cart
  .qodef-woo-mini-cart
  .woocommerce-mini-cart-item
  .remove:hover,
#qodef-page-footer
  .widget_shopping_cart
  .woocommerce-mini-cart
  .qodef-woo-mini-cart-item
  .remove:hover,
#qodef-page-footer
  .widget_shopping_cart
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item
  .remove:hover {
  color: #fff;
}
#qodef-page-footer
  .widget_tcm_core_woo_dropdown_cart
  .qodef-m-order-details
  strong,
#qodef-page-footer
  .widget_tcm_core_woo_dropdown_cart
  .woocommerce-mini-cart__total
  strong,
#qodef-page-footer .widget_shopping_cart .qodef-m-order-details strong,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart__total strong {
  color: #ccc;
}
#qodef-side-area .widget_tcm_core_woo_dropdown_cart,
#qodef-side-area .widget_shopping_cart {
  color: #000;
}
.qodef-mega-menu-widget-holder .widget_tcm_core_woo_dropdown_cart,
.qodef-mega-menu-widget-holder .widget_shopping_cart {
  color: #fff;
}
.widget_tcm_core_woo_side_area_cart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.widget_tcm_core_woo_side_area_cart .qodef-widget-side-area-cart-inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.widget_tcm_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-m-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 100%;
}
.widget_tcm_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-m-opener {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.widget_tcm_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-m-opener:hover {
  color: currentColor;
}
.widget_tcm_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-m-opener
  .qodef-m-opener-icon
  svg {
  height: 21px;
  display: block;
  margin-right: 7px;
}
.widget_tcm_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-m-opener
  .qodef-m-opener-label-wrapper {
  font-size: 14px;
}
.qodef-widget-side-area-cart-content {
  position: fixed;
  top: 0;
  right: -450px;
  height: 100vh;
  width: 450px;
  display: flex;
  flex-direction: column;
  padding: 0 0 60px;
  background-color: #fff;
  border-left: 1px solid #e5dacf;
  overflow: hidden;
  visibility: hidden;
  z-index: 99;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.qodef-above-header-area--enabled .qodef-widget-side-area-cart-content {
  z-index: 999;
}
.admin-bar .qodef-widget-side-area-cart-content {
  top: 32px;
  height: calc(100vh - 32px);
}
.qodef-widget-side-area-cart-content .qodef-cart-title-holder {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: calc(100% - 65px - 58px);
  margin: 53px auto 35px;
}
.qodef-widget-side-area-cart-content .qodef-cart-title-holder .qodef-m-close {
  position: absolute;
  left: 0;
  bottom: 10px;
  display: block;
  z-index: 1000;
  font-size: 22px;
}
.qodef-widget-side-area-cart-content
  .qodef-cart-title-holder
  .qodef-m-close:hover {
  color: currentColor;
}
.qodef-widget-side-area-cart-content
  .qodef-cart-title-holder
  .qodef-cart-title {
  font-family: "Bona Nova", serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #0d0d0d;
  font-size: 21px;
  line-height: 1.33333em;
  letter-spacing: 0.03em;
  font-weight: 400;
  text-transform: uppercase;
}
.qodef-widget-side-area-cart-content
  .qodef-cart-title-holder
  .qodef-cart-item-count {
  position: absolute;
  right: 0;
  bottom: 15px;
  font-size: 14px;
}
.qodef-widget-side-area-cart-content
  .qodef-cart-title-holder
  .qodef-cart-title-separator {
  border-bottom: 1px solid #e5dacf;
  width: 100%;
  margin-top: 12px;
}
.qodef-widget-side-area-cart-content .qodef-m-posts-not-found {
  padding: 0 58px 0 65px;
}
.qodef-widget-side-area-cart-content .qodef-woo-side-area-cart {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0 58px 0 65px !important;
  max-height: 41.5vh;
}
.qodef-widget-side-area-cart-content .qodef-woo-side-area-cart-item {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0 30px;
}
.qodef-widget-side-area-cart-content .qodef-woo-side-area-cart-item:last-child {
  margin: 0;
}
#qodef-page-header
  .qodef-widget-side-area-cart-content
  .qodef-woo-side-area-cart-item {
  margin: 0 0 30px;
}
.qodef-widget-side-area-cart-content .qodef-e-image {
  flex-shrink: 0;
  width: 90px;
  margin-right: 27px;
}
.qodef-widget-side-area-cart-content .qodef-e-image a,
.qodef-widget-side-area-cart-content .qodef-e-image img {
  display: block;
}
.qodef-widget-side-area-cart-content .qodef-e-content {
  width: 100%;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.qodef-widget-side-area-cart-content .qodef-e-title {
  font-family: "Bona Nova", serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #0d0d0d;
  font-size: 18px;
  margin: 0;
}
.qodef-widget-side-area-cart-content .qodef-e-title a {
  color: currentColor;
}
.qodef-widget-side-area-cart-content .qodef-e-price-holder {
  display: flex;
  column-gap: 5px;
  font-size: 14px;
  line-height: 1em;
}
.qodef-widget-side-area-cart-content .qodef-e-price-holder .qodef-e-price,
.qodef-widget-side-area-cart-content .qodef-e-price-holder .qodef-e-quantity {
  margin: 0;
}
.qodef-widget-side-area-cart-content .remove {
  position: absolute;
  top: -7px;
  right: -5px;
  font-size: 22px;
  line-height: 1;
  z-index: 5;
}
.qodef-widget-side-area-cart-content .remove:hover {
  color: currentColor;
}
.qodef-widget-side-area-cart-content .qodef-m-order-details {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 0;
  margin: 0 58px 0 65px;
  border-top: 1px solid #e5dacf;
}
.qodef-widget-side-area-cart-content .qodef-m-order-details > * {
  margin: 0;
}
.qodef-widget-side-area-cart-content .qodef-m-action {
  padding: 0 58px 0 65px;
  margin-top: auto;
  text-align: center;
  width: 100%;
}
.qodef-widget-side-area-cart-content .qodef-m-action-link {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.1em;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  width: auto;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  outline: 0;
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  width: 100%;
  padding: 19px 20px;
  justify-content: center;
  text-align: center;
  color: var(--qode-main-color);
  background-color: transparent;
  border: 1px solid #f2b385;
  --qodef-hover-border-color: var(--qode-main-color);
}
.qodef-widget-side-area-cart-content .qodef-m-action-link:after,
.qodef-widget-side-area-cart-content .qodef-m-action-link:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-repeat: no-repeat;
  background-size: calc(100% - 100%) 1px, 1px calc(100% - 100%);
  background-position: 0 0, 100% 100%, 100% 100%, 0 0;
  background-image: linear-gradient(
      0deg,
      var(--qodef-hover-border-color),
      var(--qodef-hover-border-color)
    ),
    linear-gradient(
      0deg,
      var(--qodef-hover-border-color),
      var(--qodef-hover-border-color)
    ),
    linear-gradient(
      0deg,
      var(--qodef-hover-border-color),
      var(--qodef-hover-border-color)
    ),
    linear-gradient(
      0deg,
      var(--qodef-hover-border-color),
      var(--qodef-hover-border-color)
    );
  transition: background-size 0.8s cubic-bezier(0.54, 0.07, 0.11, 0.95);
  pointer-events: none;
  background-position: 100% 0, 100% 100%, 0 100%, 0 0;
}
.qodef-widget-side-area-cart-content .qodef-m-action-link:before {
  transition-delay: 0.8s;
}
.qodef-widget-side-area-cart-content .qodef-m-action-link .qodef-m-diamond {
  width: 5px;
  height: 5px;
  position: absolute;
  background-color: var(--qodef-hover-border-color);
  z-index: 1;
}
.qodef-widget-side-area-cart-content
  .qodef-m-action-link
  .qodef-m-diamond.qodef-diamond-one {
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%) rotate(-45deg);
  transition: bottom 0.8s cubic-bezier(0.54, 0.07, 0.11, 0.95),
    left 0.8s cubic-bezier(0.54, 0.07, 0.11, 0.95), transform 1.6s;
  transition-delay: 0s, 0.8s, 0s;
}
.qodef-widget-side-area-cart-content
  .qodef-m-action-link
  .qodef-m-diamond.qodef-diamond-two {
  top: 0;
  right: 0;
  transform: translate(50%, -50%) rotate(-45deg);
  transition: top 0.8s cubic-bezier(0.54, 0.07, 0.11, 0.95),
    right 0.8s cubic-bezier(0.54, 0.07, 0.11, 0.95), transform 1.6s;
  transition-delay: 0s, 0.8s, 0s;
}
.qodef-widget-side-area-cart-content .qodef-m-action-link:hover:before {
  background-size: calc(100% - 0%) 1px, 1px 0;
  transition-delay: 0s;
}
.qodef-widget-side-area-cart-content .qodef-m-action-link:hover:after {
  background-size: 0 1px, 1px calc(100% - 0%);
  transition-delay: 0.8s;
}
.qodef-widget-side-area-cart-content
  .qodef-m-action-link:hover
  .qodef-m-diamond.qodef-diamond-one {
  transition-delay: 0.8s, 0s, 0s;
  bottom: 100%;
  left: 100%;
  transform: translate(-50%, 50%) rotate(-405deg);
}
.qodef-widget-side-area-cart-content
  .qodef-m-action-link:hover
  .qodef-m-diamond.qodef-diamond-two {
  transition-delay: 0.8s, 0s, 0s;
  top: 100%;
  right: 100%;
  transform: translate(50%, -50%) rotate(-405deg);
}
.qodef-widget-side-area-cart-content .qodef-m-action-link:hover {
  color: var(--qode-main-color);
  background-color: transparent;
}
body.qodef-side-area-cart--opened .qodef-widget-side-area-cart-content {
  right: 0;
  visibility: visible;
}
.qodef-woo-side-area-cart-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 450px);
  height: 100vh;
  overflow: hidden;
  z-index: 1002;
}
.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-border-enabled {
  padding: 1px;
}
.qodef-clients-list.qodef-border-enabled.qodef-gutter--no {
  --qode-columns-gap: 1px;
}
.qodef-clients-list.qodef-border-enabled .qodef-e {
  outline: 1px solid #e5dacf;
}
.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--fade
  .qodef-e {
  display: flex;
  align-items: center;
  justify-content: center;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade
  .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
  .qodef-e
  .qodef-e-image
  a {
  display: inline-block;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade
  .qodef-e
  .qodef-e-logo {
  width: auto;
  opacity: var(--qodef-client-initial-opacity, 1);
  will-change: opacity;
  transition: opacity 0.3s ease;
  display: inline-block;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade
  .qodef-e
  .qodef-e-hover-logo {
  display: none;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade
  .qodef-e:hover
  .qodef-e-logo {
  opacity: var(--qodef-client-hover-opacity, 0.5);
}
.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-col--content {
  padding: 0 40px 0 0;
}
.qodef-portfolio-single .qodef-portfolio-title {
  margin: 0 0 22px;
}
.qodef-portfolio-single .qodef-portfolio-info > * {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  margin-bottom: 4px;
}
.qodef-portfolio-single .qodef-portfolio-info > :last-child {
  margin-bottom: 0;
}
.qodef-portfolio-single .qodef-portfolio-info .qodef-e-label {
  margin: 0 13px 0 0;
}
.qodef-portfolio-single .qodef-portfolio-info a,
.qodef-portfolio-single .qodef-portfolio-info p {
  margin: 0;
}
.qodef-portfolio-single .qodef-portfolio-info .qodef-e .entry-date,
.qodef-portfolio-single .qodef-portfolio-info .qodef-e .qodef-e-category a {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 2.5em;
  font-weight: 500;
  color: var(--qode-main-color);
}
.qodef-portfolio-single .qodef-portfolio-info .qodef-e .entry-date:hover,
.qodef-portfolio-single
  .qodef-portfolio-info
  .qodef-e
  .qodef-e-category
  a:hover {
  color: #f2aa85;
}
.qodef-portfolio-single
  .qodef-portfolio-info
  .qodef-e
  .qodef-info-separator-single {
  color: var(--qode-main-color);
}
.qodef-portfolio-single .qodef-portfolio-info .qodef-e-info-item {
  position: relative;
  background-position: 0 calc(100% - 6px);
  background-repeat: no-repeat;
  transition: background-size 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  background-size: 0 1px;
  background-image: linear-gradient(currentColor, currentColor);
}
.qodef-portfolio-single .qodef-portfolio-info .qodef-e-info-item:hover {
  color: #262626;
  background-size: 100% 1px;
}
.qodef-portfolio-single
  .qodef-portfolio-info
  .qodef-info--social-share
  .qodef-social-share
  .qodef-social-title {
  font-family: Arimo, sans-serif;
  font-size: 16px;
  line-height: 1.75em;
  font-weight: 400;
  color: #262626;
  text-transform: unset;
  margin: 0 0 15px;
}
.qodef-portfolio-single .qodef-variations--small .qodef-col--content {
  padding: 0;
}
.qodef-portfolio-single .qodef-variations--small .qodef-portfolio-title {
  margin: -11px 0 23px;
}
.qodef-portfolio-single .qodef-variations--small .qodef-portfolio-info {
  margin-top: 40px;
}
@media only screen and (min-width: 1025px) {
  .qodef-portfolio-single
    .qodef-variations--small
    .qodef-e-inner
    > .qodef-grid
    > .qodef-grid-inner {
    gap: 70px;
    grid-template-columns: minmax(0, 15fr) minmax(0, 10fr);
  }
}
.qodef-portfolio-single .qodef-variations--big .qodef-portfolio-title {
  margin: 50px 0 22px;
}
.qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info {
  margin-top: 52px;
}
.qodef-portfolio-single .swiper-button-next svg,
.qodef-portfolio-single .swiper-button-prev svg {
  stroke: #fff;
}
.qodef-floating-portfolio.qodef-layout--floating-portfolio {
  position: relative;
  height: 100vh;
  width: 100%;
  transition: background-color 0.5s;
}
.admin-bar .qodef-floating-portfolio.qodef-layout--floating-portfolio {
  height: calc(100vh - 32px);
}
.qodef-floating-portfolio.qodef-layout--floating-portfolio:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  opacity: 1;
  z-index: 1;
  transition: opacity 0.8s 0.5s;
}
.qodef-floating-portfolio.qodef-layout--floating-portfolio.qodef--init:after {
  opacity: 0;
}
@media only screen and (min-width: 1025px) {
  .qodef-floating-portfolio.qodef-layout--floating-portfolio
    > .qodef-grid-inner {
    position: initial;
  }
}
.qodef-floating-portfolio.qodef-layout--floating-portfolio .scrolling-text {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translate3d(0, 50%, 0);
  font-family: Arimo, sans-serif;
  font-weight: 300;
  font-size: 112px;
  text-align: center;
  letter-spacing: -0.03em;
  opacity: 0;
  line-height: 1em;
  overflow: visible;
  will-change: transform;
}
.qodef-floating-portfolio.qodef-layout--floating-portfolio
  .scrolling-text
  .qodef-m-hightlight {
  display: inline-block;
  font-style: italic;
  font-weight: 300;
  opacity: 0;
  transform: translate3d(0, 30px, 0);
}
.qodef-floating-portfolio.qodef-layout--floating-portfolio
  .scrolling-text.qodef--appear {
  opacity: 1;
  transform: translate3d(0, -50%, 0);
  transition: 1s cubic-bezier(0.69, 0.13, 0, 0.95);
}
.qodef-floating-portfolio.qodef-layout--floating-portfolio
  .scrolling-text.qodef--appear
  .qodef-m-hightlight {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 1s 0.5s cubic-bezier(0.69, 0.13, 0, 0.95);
}
.qodef-floating-portfolio.qodef-layout--floating-portfolio
  .scrolling-images-container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
}
.qodef-floating-portfolio.qodef-layout--floating-portfolio
  .scrolling-images-container
  article {
  position: absolute;
  top: 120%;
  transition: transform 1s cubic-bezier(0.2, 0.84, 0.5, 1);
  will-change: transform;
  backface-visibility: hidden;
  cursor: pointer;
}
.e--ua-mac
  .qodef-floating-portfolio.qodef-layout--floating-portfolio
  .scrolling-images-container
  article {
  transition-duration: 2.5s;
}
@media (min-width: 1025px) {
  .qodef-floating-portfolio.qodef-layout--floating-portfolio
    .scrolling-images-container
    article.qodef-grid-item {
    width: auto;
  }
}
.qodef-floating-portfolio.qodef-layout--floating-portfolio
  .scrolling-images-container
  article.bottom-threshold-img {
  transition: 0s;
  visibility: hidden;
}
.qodef-floating-portfolio.qodef-layout--floating-portfolio
  .scrolling-images-container
  article:not(.bottom-threshold-img):nth-child(6n + 1) {
  left: 13.5%;
}
.qodef-floating-portfolio.qodef-layout--floating-portfolio
  .scrolling-images-container
  article:not(.bottom-threshold-img):nth-child(6n + 2) {
  left: 31.3%;
}
.qodef-floating-portfolio.qodef-layout--floating-portfolio
  .scrolling-images-container
  article:not(.bottom-threshold-img):nth-child(6n + 3) {
  right: 12.5%;
}
.qodef-floating-portfolio.qodef-layout--floating-portfolio
  .scrolling-images-container
  article:not(.bottom-threshold-img):nth-child(6n + 4) {
  left: 10.5%;
}
.qodef-floating-portfolio.qodef-layout--floating-portfolio
  .scrolling-images-container
  article:not(.bottom-threshold-img):nth-child(6n + 5) {
  left: 48%;
}
.qodef-floating-portfolio.qodef-layout--floating-portfolio
  .scrolling-images-container
  article:not(.bottom-threshold-img):nth-child(6n + 6) {
  right: 9.5%;
}
.qodef-floating-portfolio.qodef-layout--floating-portfolio
  .scrolling-images-container
  article:not(.bottom-threshold-img):nth-of-type(1) {
  top: 30%;
}
.qodef-floating-portfolio.qodef-layout--floating-portfolio
  .scrolling-images-container
  article:not(.bottom-threshold-img):nth-of-type(2) {
  top: 69.5%;
}
.qodef-floating-portfolio.qodef-layout--floating-portfolio
  .scrolling-images-container
  article:not(.bottom-threshold-img):nth-of-type(3) {
  top: 14.5%;
}
.qodef-floating-portfolio.qodef-layout--floating-portfolio
  .scrolling-images-container
  article:not(.bottom-threshold-img):nth-of-type(4) {
  top: 159.5%;
}
.qodef-floating-portfolio.qodef-layout--floating-portfolio
  .scrolling-images-container
  article:not(.bottom-threshold-img):nth-of-type(5) {
  top: 168%;
}
.qodef-floating-portfolio.qodef-layout--floating-portfolio
  .scrolling-images-container
  article:not(.bottom-threshold-img):nth-of-type(6) {
  top: 93%;
}
.qodef-floating-portfolio.qodef-layout--floating-portfolio
  .scrolling-images-container
  article:not(.bottom-threshold-img):nth-of-type(7) {
  top: 200%;
}
.qodef-floating-portfolio.qodef-layout--floating-portfolio
  .scrolling-images-container
  article:not(.bottom-threshold-img):nth-of-type(8) {
  top: 220%;
}
.qodef-floating-portfolio.qodef-layout--floating-portfolio
  .scrolling-images-container
  article:not(.bottom-threshold-img):nth-of-type(9) {
  top: 175.5%;
}
.qodef-floating-portfolio.qodef-layout--floating-portfolio
  .scrolling-images-container
  article:not(.bottom-threshold-img):nth-of-type(10) {
  top: 260%;
}
.qodef-floating-portfolio.qodef-layout--floating-portfolio
  .scrolling-images-container
  article:not(.bottom-threshold-img):nth-of-type(11) {
  top: 165%;
}
.qodef-floating-portfolio.qodef-layout--floating-portfolio
  .scrolling-images-container
  article:not(.bottom-threshold-img):nth-of-type(12) {
  top: 240%;
}
.qodef-floating-portfolio.qodef-layout--floating-portfolio
  .scrolling-images-container
  article:not(.bottom-threshold-img):nth-of-type(13) {
  top: 163%;
}
.qodef-floating-portfolio.qodef-layout--floating-portfolio
  .scrolling-images-container
  article:not(.bottom-threshold-img):nth-of-type(14) {
  top: 175%;
}
.qodef-floating-portfolio.qodef-layout--floating-portfolio
  .scrolling-images-container
  article:not(.bottom-threshold-img):nth-of-type(15) {
  top: 160%;
}
.qodef-floating-portfolio.qodef-layout--floating-portfolio
  .scrolling-images-container
  article:not(.bottom-threshold-img):nth-of-type(16) {
  top: 200%;
}
.qodef-floating-portfolio.qodef-layout--floating-portfolio
  .scrolling-images-container
  article:not(.bottom-threshold-img):nth-of-type(17) {
  top: 155%;
}
.qodef-floating-portfolio.qodef-layout--floating-portfolio
  .scrolling-images-container
  article:not(.bottom-threshold-img):nth-of-type(18) {
  top: 220%;
}
.qodef-floating-portfolio.qodef-layout--floating-portfolio
  .scrolling-images-container
  article:not(.bottom-threshold-img):nth-of-type(19) {
  top: 150%;
}
.qodef-floating-portfolio.qodef-layout--floating-portfolio
  .scrolling-images-container
  article:not(.bottom-threshold-img):nth-of-type(20) {
  top: 180%;
}
.qodef-floating-portfolio.qodef-layout--floating-portfolio
  .scrolling-images-container
  article:not(.bottom-threshold-img):last-of-type {
  transform: none !important;
}
.qodef-floating-portfolio.qodef-layout--floating-portfolio
  .qodef-static-content-holder {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  pointer-events: none;
}
.qodef-floating-portfolio.qodef-layout--floating-portfolio
  .qodef-static-content-holder
  .qodef-m-text {
  font-family: "Bona Nova", serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #0d0d0d;
  font-size: 60px;
  line-height: 1.05em;
  letter-spacing: -0.015em;
}
.qodef-floating-portfolio.qodef-layout--floating-portfolio
  .qodef-static-content-holder
  .qodef-m-svg-holder
  svg {
  display: block;
}
.qodef-floating-portfolio article .qodef-e-image {
  position: relative;
}
.qodef-floating-portfolio article .qodef-e-decoration-image {
  position: absolute;
  z-index: 10;
  pointer-events: none;
}
.qodef-floating-portfolio article .qodef-e-decoration-image img {
  opacity: 0;
  transform: scale(1.2) translateY(-10px);
  transition: opacity 0.5s, transform 0.8s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.qodef-floating-portfolio
  article
  .qodef-e-decoration-image.qodef--appeared
  img {
  opacity: 1;
  transform: scale(1) translateY(0);
  transition-delay: 0.2s, 0.2s;
}
.qodef-floating-portfolio
  article.qodef--scrolling-image-appear
  .qodef-e-decoration-image.qodef--appeared
  img {
  transition-delay: 1.2s, 1.2s;
}
.qodef-floating-portfolio
  article.qodef-decoration--top-left
  .qodef-e-decoration-image {
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
.qodef-floating-portfolio
  article.qodef-decoration--top-right
  .qodef-e-decoration-image {
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
.qodef-floating-portfolio
  article.qodef-decoration--bottom-left
  .qodef-e-decoration-image {
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%);
}
.qodef-floating-portfolio
  article.qodef-decoration--bottom-right
  .qodef-e-decoration-image {
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
}
.qodef-floating-portfolio
  article:not(.qodef--scrolling-image-appear)
  .qodef-e-inner {
  opacity: 0;
  transition: opacity 0.5s;
}
.qodef-floating-portfolio article.qodef--scrolling-image-appear .qodef-e-inner {
  --qodef-translate-y: 100px;
  transform: translateY(var(--qodef-translate-y));
  opacity: 0;
}
.qodef-floating-portfolio
  article.qodef--scrolling-image-appear:nth-of-type(2n)
  .qodef-e-inner {
  --qodef-translate-y: -60px;
}
.qodef-floating-portfolio.qodef--init
  article:not(.qodef--scrolling-image-appear)
  .qodef-e-inner {
  opacity: 1;
}
.qodef-floating-portfolio.qodef--init
  article.qodef--scrolling-image-appear:nth-of-type(2n)
  .qodef-e-inner {
  transition-delay: 0.4s, 0.4s;
}
.qodef-floating-portfolio.qodef--init
  article.qodef--scrolling-image-appear:nth-of-type(3n)
  .qodef-e-inner {
  transition-delay: 0.2s, 0.2s;
}
.qodef-floating-portfolio.qodef--init
  article.qodef--scrolling-image-appear:nth-of-type(5n)
  .qodef-e-inner {
  transition-delay: 0.6s, 0.6s;
}
.qodef-floating-portfolio.qodef--init
  article.qodef--scrolling-image-appear
  .qodef-e-inner {
  transition: opacity 0.5s, transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  opacity: 1;
  transform: translateY(0);
}
.qodef-floating-portfolio.qodef-items--fixed .qodef-e-image {
  height: 100%;
  overflow: hidden;
}
.qodef-floating-portfolio.qodef-items--fixed .qodef-e-media-image {
  height: 100%;
}
.qodef-floating-portfolio.qodef-items--fixed .qodef-e-media-image a {
  height: 100%;
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-floating-portfolio .qodef--load-more {
  margin-top: 35px;
}
.qodef-floating-portfolio.qodef-item-layout--info-on-hover .qodef-e-inner {
  position: relative;
}
.qodef-floating-portfolio.qodef-item-layout--info-on-hover
  .qodef-grid-item:hover
  .qodef-e-image
  .qodef-e-media-image
  a
  img {
  transform: scaleX(1.06) translateX(6px);
}
.qodef-floating-portfolio.qodef-item-layout--info-on-hover .qodef-e-image img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.qodef-floating-portfolio.qodef-item-layout--info-on-hover
  .qodef-e-image
  .qodef-e-media-image {
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
}
.qodef-floating-portfolio.qodef-item-layout--info-on-hover
  .qodef-e-image
  .qodef-e-media-image:after {
  content: none;
}
.qodef-floating-portfolio.qodef-item-layout--info-on-hover
  .qodef-e-image
  .qodef-e-media-image
  img {
  max-width: none;
}
@media screen and (max-width: 1680px) {
  .qodef-floating-portfolio.qodef-item-layout--info-on-hover
    .qodef-e-image
    .qodef-e-media-image
    img {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.qodef-floating-portfolio.qodef-item-layout--info-on-hover
  .qodef-e-image
  .qodef-e-media-image
  a {
  display: block;
  overflow: hidden;
  pointer-events: all;
}
.qodef-floating-portfolio.qodef-item-layout--info-on-hover
  .qodef-e-image
  .qodef-e-media-image
  a
  img {
  transform: scaleX(1.06) translateX(0);
  transition: transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
}
.qodef-floating-portfolio.qodef-item-layout--info-on-hover
  .qodef-e-image
  .qodef-e-media-image.qodef-e-media-image-has-video {
  position: relative;
  overflow: hidden;
}
.qodef-floating-portfolio.qodef-item-layout--info-on-hover
  .qodef-e-image
  .qodef-e-media-image.qodef-e-media-image-has-video
  img {
  visibility: hidden;
  opacity: 0;
}
.qodef-floating-portfolio.qodef-item-layout--info-on-hover
  .qodef-e-image
  .qodef-e-media-image.qodef-e-media-image-has-video
  .qodef-video-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.qodef-floating-portfolio.qodef-item-layout--info-on-hover
  .qodef-e-image
  .qodef-e-media-image.qodef-e-media-image-has-video
  .qodef-video-holder
  .qodef-m-video {
  width: 100%;
  height: 100%;
}
.qodef-floating-portfolio.qodef-item-layout--info-on-hover
  .qodef-e-image
  .qodef-e-media-image.qodef-e-media-image-has-video
  .qodef-video-holder
  .qodef-m-video
  video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.qodef-floating-portfolio.qodef-item-layout--info-on-hover .qodef-e-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.qodef-floating-portfolio.qodef-item-layout--info-on-hover
  .qodef-e-content
  .qodef-e-content-inner {
  width: 100%;
  height: 100%;
  padding: 0 0 37px 39px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.qodef-floating-portfolio.qodef-item-layout--info-on-hover
  .qodef-e-content
  .qodef-e-content-inner
  > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.qodef-floating-portfolio.qodef-item-layout--info-on-hover
  .qodef-e-content
  .qodef-e-content-inner
  * {
  color: #fff;
  z-index: 1;
}
.qodef-floating-portfolio.qodef-item-layout--info-on-hover
  .qodef-e-content
  .qodef-e-content-inner
  .qodef-e-title {
  margin: 5px 0 1px;
  text-transform: none;
}
.qodef-floating-portfolio.qodef-item-layout--info-on-hover
  .qodef-e-content
  .qodef-e-content-inner
  .qodef-e-title
  a:hover {
  color: var(--qode-main-color);
}
.qodef-floating-portfolio.qodef-item-layout--info-on-hover
  .qodef-e-content
  .qodef-e-content-inner
  .qodef-e-info-category
  a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 26px;
  text-transform: none;
}
.qodef-floating-portfolio.qodef-item-layout--info-on-hover
  .qodef-e-content
  .qodef-e-content-inner
  .qodef-e-info-category
  a:hover {
  color: var(--qode-main-color);
}
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in
  .qodef-e-content {
  opacity: 0;
  transition: opacity 1s ease;
}
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in
  .qodef-e:hover
  .qodef-e-content {
  opacity: 1;
}
.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-item-layout--gallery
  .qodef-e-inner:hover
  .qodef-e-content {
  opacity: 1;
}
.qodef-portfolio-category-list.qodef-item-layout--gallery .qodef-e-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 31px 40px;
  background-color: rgba(13, 13, 13, 0.4);
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.qodef-portfolio-category-list.qodef-item-layout--gallery .qodef-e-description,
.qodef-portfolio-category-list.qodef-item-layout--gallery .qodef-e-title {
  color: #fff;
}
.qodef-portfolio-category-list.qodef-item-layout--standard .qodef-e-content {
  margin-top: 28px;
}
.qodef-portfolio-list .qodef-e-content,
.qodef-portfolio-list .qodef-e-inner,
.qodef-portfolio-list .qodef-e-media {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-portfolio-list .qodef-e-media iframe {
  display: block;
  height: 100%;
}
.qodef-portfolio-list .qodef-e-media-image {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
.qodef-portfolio-list .qodef-e-media-image a,
.qodef-portfolio-list .qodef-e-media-image img {
  display: block;
  width: 100%;
}
.qodef-portfolio-list .qodef-e-content {
  margin: 30px 0 0;
}
.qodef-portfolio-list .qodef-e-title {
  margin: 0;
}
.qodef-portfolio-list .qodef-e-title a:hover {
  color: currentColor;
}
.qodef-portfolio-list .qodef-e-excerpt {
  margin: 15px 0 0;
}
.qodef-portfolio-list .qodef-e-top-holder {
  margin-bottom: 2px;
}
.qodef-portfolio-list .qodef-e-read-more {
  margin: 15px 0 0;
}
.qodef-portfolio-list .qodef-e-post-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.qodef-portfolio-list .qodef-m-pagination {
  margin-top: 35px;
}
.qodef-portfolio-list .qodef-custom-margin .qodef-e-inner {
  width: auto;
}
.qodef-portfolio-list.qodef-swiper-container {
  opacity: 0;
}
.qodef-portfolio-list.qodef-swiper-container.qodef-swiper--initialized {
  animation: qode-fade-in 1s both;
}
.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-info > * {
  line-height: 1em;
}
.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-top-holder {
  margin: 0;
}
.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-content {
  margin: 25px 0 0;
}
.qodef-portfolio-list.qodef-item-layout--info-below.qodef-gutter--normal
  .qodef-e-content {
  margin-bottom: 22px;
}
.qodef-portfolio-list.qodef-item-layout--info-below
  article
  .qodef-e-media-image {
  max-width: unset;
  width: 100%;
}
.qodef-portfolio-list.qodef-item-layout--info-below
  article
  .qodef-e-media-image
  a {
  overflow: hidden;
}
.qodef-portfolio-list.qodef-item-layout--info-below
  article
  .qodef-e-media-image
  img {
  transform: scaleX(1.06) translateX(0);
  transition: transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
}
.qodef-portfolio-list.qodef-item-layout--info-below
  article:hover
  .qodef-e-media-image
  img {
  transform: scaleX(1.06) translateX(6px);
}
.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-media-image
  > a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 10, 10, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.qodef-item-layout--info-below.qodef-hover-animation--overlay
  .qodef-e:hover
  .qodef-e-media-image
  > a:after {
  opacity: 1;
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow
  article
  .qodef-e-inner {
  overflow: hidden;
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow
  article
  .qodef-e-inner
  * {
  cursor: none;
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow
  article
  .qodef-e-media {
  height: 100%;
  width: 100%;
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow
  article
  .qodef-e-content {
  margin: 0;
  display: none;
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow
  article
  .qodef-e-title {
  color: #fff;
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow
  article
  .qodef-e-title
  a {
  color: inherit;
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow
  article
  .qodef-e-title
  a:hover {
  color: var(--qode-main-color);
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow
  article
  .qodef-e-info
  > * {
  color: #fff;
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow
  article
  .qodef-e-info
  a:hover {
  color: var(--qode-main-color);
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow
  article
  .qodef-e-post-link {
  z-index: 2;
}
.qodef-e-content-follow {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  pointer-events: none;
  visibility: hidden;
  background-color: #fff;
  padding: 18px 40px 17px;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition: all 0.2s ease-out;
}
.qodef-e-content-follow.qodef-right {
  text-align: right;
  transform: translateX(-100%);
}
.qodef-e-content-follow .qodef-e-title {
  margin: 0;
  color: #0d0d0d;
}
.qodef-e-content-follow .qodef-e-title a {
  color: inherit;
}
.qodef-e-content-follow .qodef-e-top-holder {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.qodef-e-content-follow .qodef-e-top-holder a {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 1.66667em;
  font-weight: 500;
  letter-spacing: 0.175em;
  text-transform: uppercase;
  color: var(--qode-main-color);
}
.qodef-e-content-follow .qodef-e-top-holder .qodef-info-separator-single {
  color: var(--qode-main-color);
}
.qodef-e-content-follow .qodef-e-top-holder .qodef-info-separator-end {
  display: none;
}
.qodef-e-content-follow .qodef-e-text,
.qodef-e-content-follow .qodef-e-top-holder {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition: all 0.2s ease-out;
}
.qodef-e-content-follow .qodef-e-text > *,
.qodef-e-content-follow .qodef-e-top-holder > * {
  display: inline-block;
  z-index: 10;
}
.qodef-e-content-follow.qodef-is-active {
  visibility: visible;
  -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,
.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-portfolio-custom-cursor-holder {
  width: 9px;
  height: 10px;
  z-index: 99999999;
  position: fixed;
  pointer-events: none;
}
.qodef-portfolio-custom-cursor-holder .qodef-portfolio-custom-cursor-inner {
  width: 9px;
  height: 9px;
  background-color: #e67339;
  transform: rotate(45deg);
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-media {
  height: 100%;
  width: 100%;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover
  article
  .qodef-e-content {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 20px 40px 35px;
  background-color: rgba(13, 13, 13, 0.4);
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover
  article
  .qodef-e-content
  a {
  position: relative;
  z-index: 3;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-title {
  color: #fff;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover
  article
  .qodef-e-title
  a {
  color: inherit;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover
  article
  .qodef-e-title
  a:hover {
  color: var(--qode-main-color);
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover
  article
  .qodef-e-info
  > * {
  color: rgba(255, 255, 255, 0.5);
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover
  article
  .qodef-e-info
  a:hover {
  color: var(--qode-main-color);
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover
  article
  .qodef-e-post-link {
  z-index: 2;
}
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in
  .qodef-e-content {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in
  .qodef-e:hover
  .qodef-e-content {
  opacity: 1;
}
.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-media {
  height: 100%;
  width: 100%;
}
.qodef-portfolio-list.qodef-item-layout--info-on-image
  article
  .qodef-e-content {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 20px 40px 35px;
  background-color: rgba(13, 13, 13, 0.12);
}
.qodef-portfolio-list.qodef-item-layout--info-on-image
  article
  .qodef-e-content
  a {
  position: relative;
  z-index: 3;
}
.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-title {
  color: #fff;
}
.qodef-portfolio-list.qodef-item-layout--info-on-image
  article
  .qodef-e-title
  a {
  color: inherit;
}
.qodef-portfolio-list.qodef-item-layout--info-on-image
  article
  .qodef-e-title
  a:hover {
  color: var(--qode-main-color);
}
.qodef-portfolio-list.qodef-item-layout--info-on-image
  article
  .qodef-e-info
  > * {
  color: #fff;
}
.qodef-portfolio-list.qodef-item-layout--info-on-image
  article
  .qodef-e-info
  a:hover {
  color: var(--qode-main-color);
}
.qodef-portfolio-list.qodef-item-layout--info-on-image
  article
  .qodef-e-post-link {
  z-index: 2;
}
.qodef-portfolio-project-info {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.qodef-portfolio-project-info .qodef-e-label {
  margin: 0 0 5px 0;
}
.qodef-portfolio-project-info a,
.qodef-portfolio-project-info p {
  margin: 0;
}
#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: 93px 0 3px;
}
@media only screen and (max-width: 1024px) {
  #qodef-single-portfolio-navigation {
    margin: 120px 0 65px;
  }
}
#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;
  align-items: center;
}
#qodef-single-portfolio-navigation .qodef-m-nav > * {
  display: block;
  line-height: inherit;
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next svg,
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev svg {
  height: 11px;
  width: 71px;
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition: -webkit-clip-path 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: clip-path 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: clip-path 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-clip-path 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev:hover {
  -webkit-clip-path: inset(0 40px 0 0);
  clip-path: inset(0 40px 0 0);
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition: -webkit-clip-path 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: clip-path 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: clip-path 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-clip-path 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next:hover {
  -webkit-clip-path: inset(0 0 0 40px);
  clip-path: inset(0 0 0 40px);
}
#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-icon {
  margin-left: 5px;
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link {
  position: absolute;
  top: -3px;
  left: calc(50% - 16px);
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link svg {
  height: 17px;
  width: 18px;
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link svg path {
  transition: transform 0.8s cubic-bezier(0.54, 0.07, 0.11, 0.95);
  transform: translate(0, 0);
  transform-origin: 38% 52%;
}
#qodef-single-portfolio-navigation
  .qodef-m-nav.qodef--back-link:hover
  svg
  path:nth-of-type(1) {
  transform: translate(2px, 2px) scale(1.7) rotate(90deg);
}
#qodef-single-portfolio-navigation
  .qodef-m-nav.qodef--back-link:hover
  svg
  path:nth-of-type(2) {
  transform: translate(-5px, 5px);
}
#qodef-single-portfolio-navigation
  .qodef-m-nav.qodef--back-link:hover
  svg
  path:nth-of-type(3) {
  transform: translate(5px, -5px);
}
#qodef-single-portfolio-navigation
  .qodef-m-nav.qodef--back-link:hover
  svg
  path:nth-of-type(4) {
  transform: translate(-5px, -5px);
}
#qodef-single-portfolio-navigation .qodef-m-nav:focus,
#qodef-single-portfolio-navigation .qodef-m-nav:hover {
  color: currentColor;
}
#qodef-single-portfolio-navigation .qodef-m-nav-icon {
  font-size: 30px;
}
#qodef-single-portfolio-navigation .qodef-m-nav-label {
  font-family: "Bona Nova", serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 1.33333em;
  letter-spacing: 0.03em;
  font-weight: 400;
}
.qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-grid-item {
  display: block;
  margin: 0 0 50px;
  float: none;
}
@media only screen and (max-width: 680px) {
  .qodef-portfolio-single.qodef-layout--images-big
    .qodef-media
    .qodef-grid-item {
    margin: 0 0 25px;
  }
}
.qodef-portfolio-single.qodef-layout--images-big
  .qodef-media
  .qodef-grid-item:last-child {
  margin: 0;
}
.qodef-portfolio-single.qodef-layout--images-small
  .qodef-media
  .qodef-grid-item {
  display: block;
  margin-bottom: 50px;
  float: none;
}
.qodef-portfolio-single.qodef-layout--images-small
  .qodef-media
  .qodef-grid-item:last-child {
  margin-bottom: 0;
}
.qodef-team-list .qodef-e-role {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 1.66667em;
  font-weight: 500;
  letter-spacing: 0.175em;
  text-transform: uppercase;
  color: var(--qode-main-color);
}
.qodef-team-list .qodef-e-title {
  margin: 35px 0 2px;
}
.qodef-team-list .qodef-team-member-social-icons {
  margin: 0;
}
.qodef-team-list.qodef-item-layout--info-below .qodef-e {
  text-align: center;
}
.qodef-team-list.qodef-item-layout--info-below .qodef-e:hover .qodef-e-image {
  transform: translateY(-10px);
}
.qodef-team-list.qodef-item-layout--info-below
  .qodef-e:hover
  .qodef-e-image
  .qodef-e-overlay-image {
  opacity: 1;
  transform: scale(1) translateY(0);
}
.qodef-team-list.qodef-item-layout--info-below
  .qodef-e:hover
  .qodef-e-image:after {
  opacity: 1;
  animation-play-state: running;
}
.qodef-team-list.qodef-item-layout--info-below .qodef-e-image {
  position: relative;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.13, 0.27, 0.12, 0.92);
}
.qodef-team-list.qodef-item-layout--info-below .qodef-e-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  --qodef-stars-overlay-color: #ffffff75;
  --qodef-stars-overlay-color-1: #ffffff4d;
  animation: qodef-twinkling 250s linear infinite;
  background: radial-gradient(
      58px at 24% 25%,
      var(--qodef-stars-overlay-color-1) 0,
      #0000
    ),
    radial-gradient(22px at 77% 39%, var(--qodef-stars-overlay-color) 0, #0000),
    radial-gradient(
      35px at 31% 69%,
      var(--qodef-stars-overlay-color),
      #0000 103%
    );
  background-size: 300px 350px;
  mix-blend-mode: plus-lighter;
  animation-play-state: paused;
  opacity: 0;
  transition: opacity 1s;
}
.qodef-team-list.qodef-item-layout--info-below
  .qodef-e-image
  .qodef-e-media-image
  img {
  border-radius: 50%;
}
.qodef-team-list.qodef-item-layout--info-below
  .qodef-e-image
  .qodef-e-overlay-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0 30px;
  opacity: 0;
  transform: scale(1.2) translateY(-10px);
  transition: opacity 0.5s, transform 0.8s cubic-bezier(0.39, 0.58, 0.57, 1);
  z-index: 1;
}
.qodef-team-list.qodef-item-layout--info-below
  .qodef-e-image
  .qodef-e-overlay-image
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.qodef-team-list.qodef-item-layout--info-below .qodef-e-content {
  margin: 14px 0 0;
}
.qodef-team-list.qodef-item-layout--info-on-hover
  .qodef-e-inner:hover
  .qodef-e-content {
  opacity: 1;
  z-index: 1;
}
.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.2s ease-out;
  z-index: -1;
}
.qodef-testimonials-list .qodef-e-inner {
  padding-bottom: 15px;
}
@media (max-width:600px) {
 .qodef-testimonials-list .qodef-e-inner {
  padding-bottom: 50px;
}
  
}
.qodef-testimonials-list .qodef-e-media-image {
  line-height: 0;
}
.qodef-testimonials-list .qodef-e-media-image img {
  width: auto;
  border-radius: 50%;
}
.qodef-testimonials-list .qodef-e-title {
  margin: 0 0 25px;
}
.qodef-testimonials-list .qodef-e-text {
  margin: 0 0 25px;
}
.qodef-testimonials-list .qodef-e-author {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 1.66667em;
  font-weight: 500;
  letter-spacing: 0.175em;
  text-transform: uppercase;
  color: var(--qode-main-color);
  margin: 0;
}
.qodef-testimonials-list .qodef-e-author span:not(:last-child):after {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(45deg);
  margin: 0 6px 0 9px;
  position: relative;
  top: -1px;
  background-color: #e5dacf;
}
.qodef-testimonials-list .swiper-pagination-bullets {
  text-align: left;
  bottom: 35px !important;
  position: absolute !important;
  bottom: 0px !important;
  left: 150px;
  transform: translate(-50%, -50%);
}
.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;
}
.qodef-testimonials-list.qodef-item-layout--info-adjacent .qodef-e-inner {
  display: flex;
  align-items: center;
  padding: 0;
}
.qodef-testimonials-list.qodef-item-layout--info-adjacent .qodef-e-media-image {
  margin-right: 50px;
  flex-shrink: 0;
  max-width: 220px;
}
.qodef-testimonials-list.qodef-item-layout--info-adjacent .qodef-e-content {
  padding-right: 15%;
  overflow: hidden;
}
.qodef-testimonials-list.qodef-item-layout--info-adjacent .qodef-e-text {
  margin: 0;
  padding: 0 0 23px;
  position: relative;
}
.qodef-testimonials-list.qodef-item-layout--info-adjacent .qodef-e-text:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200%;
  min-width: 900px;
  height: 1px;
  background-color: #e5dacf;
}
.qodef-testimonials-list.qodef-item-layout--info-adjacent .qodef-e-author {
  margin: 14px 0 0;
}
.qodef-testimonials-list.qodef-item-layout--info-adjacent .swiper-button-next,
.qodef-testimonials-list.qodef-item-layout--info-adjacent .swiper-button-prev {
  position: absolute !important;
  bottom: 50px;
  top: auto !important;
  left: auto !important;
  transform: none !important;
}
@media only screen and (min-width: 1025px) {
  .qodef-testimonials-list.qodef-item-layout--info-adjacent .swiper-button-next,
  .qodef-testimonials-list.qodef-item-layout--info-adjacent
    .swiper-button-prev {
    transform: translateY(-6px) !important;
  }
}
.qodef-testimonials-list.qodef-item-layout--info-adjacent .swiper-button-prev {
  right: 111px !important;
}
.qodef-testimonials-list.qodef-item-layout--info-adjacent .swiper-button-next {
  right: 0 !important;
}
.qodef-testimonials-list.qodef-item-layout--info-adjacent.swiper-container-fade
  .qodef-e-author,
.qodef-testimonials-list.qodef-item-layout--info-adjacent.swiper-container-fade
  .qodef-e-content {
  transition: transform 0.8s, opacity 0.4s;
  opacity: 0;
}
.qodef-testimonials-list.qodef-item-layout--info-adjacent.swiper-container-fade
  .qodef-e-content {
  transform: translateX(100px);
}
.qodef-testimonials-list.qodef-item-layout--info-adjacent.swiper-container-fade
  .qodef-e-author {
  transform: translateX(50px);
}
.qodef-testimonials-list.qodef-item-layout--info-adjacent.swiper-container-fade
  .qodef-e.swiper-slide-active
  .qodef-e-author,
.qodef-testimonials-list.qodef-item-layout--info-adjacent.swiper-container-fade
  .qodef-e.swiper-slide-active
  .qodef-e-content {
  transform: translateX(0);
  opacity: 1;
}
.qodef-testimonials-list.qodef-item-layout--info-adjacent.swiper-container-fade
  .qodef-e.swiper-slide-active
  .qodef-e-author {
  transition-delay: 0.3s;
}
.qodef-testimonials-list.qodef-item-layout--info-below.swiper-container-fade:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 60px;
  width: 385px;
  height: 200px;
  background-image: url(../img/overlay.png);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transform: translateX(-50%) scale(1.2) translateY(-10px);
  transition: opacity 0.5s, transform 0.8s cubic-bezier(0.39, 0.58, 0.57, 1);
  z-index: 3;
}
.qodef-testimonials-list.qodef-item-layout--info-below.swiper-container-fade.qodef--appeared:after {
  opacity: 0;
  transform: translateX(-50%) scale(1) translateY(0);
}
.qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-inner {
  text-align: center;
}
.qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-content {
  padding: 0 20%;
}
.qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-text {
  margin: 0 0 17px;
}
.qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-media-image {
  margin-bottom: 25px;
  display: inline-block;
  position: relative;
}
@media (min-width:320px) and (max-width:600px) {
  .qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-media-image {
  margin-bottom: 25px;
  display: inline-block;
  position: relative;
  width:50px;
}
  
}
.qodef-testimonials-list.qodef-item-layout--info-below.swiper-container-fade
  .qodef-e-author,
.qodef-testimonials-list.qodef-item-layout--info-below.swiper-container-fade
  .qodef-e-content {
  transition: transform 1s 0.8s, opacity 0.6s;
  opacity: 0;
}
.qodef-testimonials-list.qodef-item-layout--info-below.swiper-container-fade
  .qodef-e-content {
  transform: translateX(100px);
}
.qodef-testimonials-list.qodef-item-layout--info-below.swiper-container-fade
  .qodef-e-author {
  transform: translateX(50px);
}
.qodef-testimonials-list.qodef-item-layout--info-below.swiper-container-fade
  .qodef-e.swiper-slide-active
  .qodef-e-author,
.qodef-testimonials-list.qodef-item-layout--info-below.swiper-container-fade
  .qodef-e.swiper-slide-active
  .qodef-e-content {
  transform: translateX(0);
  opacity: 1;
}
.qodef-testimonials-list.qodef-item-layout--info-below.swiper-container-fade
  .qodef-e.swiper-slide-active
  .qodef-e-content {
  transition-delay: 0.1s, 0.1s;
}
.qodef-testimonials-list.qodef-item-layout--info-below.swiper-container-fade
  .qodef-e.swiper-slide-active
  .qodef-e-author {
  transition-delay: 0.5s, 0.5s;
}
.qodef-testimonials-navigation.swiper-button-outside.swiper-button-prev {
  left: 0px !important;
  display: none;
}
.qodef-testimonials-navigation.swiper-button-outside.swiper-button-next {
  right: 0px !important;
  display: none;
}
@media only screen and (max-width: 1280px) {
  .qodef-testimonials-navigation.swiper-button-outside.swiper-button-prev {
    left: -31px !important;
  }
  .qodef-testimonials-navigation.swiper-button-outside.swiper-button-next {
    right: -31px !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: transparent;
}
.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: transparent;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-star svg {
  display: inline-block;
  margin-right: 0.85em;
  width: 14px;
  height: auto;
}
.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
  path {
  fill: var(--qode-main-color);
}
.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-menu-animate--in .qodef-fullscreen-search-holder {
  display: none;
}
.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: #0d0d0d;
  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: #0d0d0d;
  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: #262626;
  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: #0d0d0d;
}
.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: 20px 0 0;
  padding: 15px 19px 12px 30px;
  transition: border-color 0.3s ease-out;
  cursor: pointer;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  --qodef-hover-border-color: #e5dacf;
  background-repeat: no-repeat;
  background-size: calc(100% - 100%) 1px, 1px calc(100% - 100%);
  background-position: 0 0, 100% 100%, 100% 100%, 0 0;
  background-image: linear-gradient(
      0deg,
      var(--qodef-hover-border-color),
      var(--qodef-hover-border-color)
    ),
    linear-gradient(
      0deg,
      var(--qodef-hover-border-color),
      var(--qodef-hover-border-color)
    ),
    linear-gradient(
      0deg,
      var(--qodef-hover-border-color),
      var(--qodef-hover-border-color)
    ),
    linear-gradient(
      0deg,
      var(--qodef-hover-border-color),
      var(--qodef-hover-border-color)
    );
  transition: background-size 0.8s cubic-bezier(0.54, 0.07, 0.11, 0.95);
  pointer-events: none;
  background-size: calc(100% - 0%) 1px, 1px calc(100% - 0%);
}
.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title.ui-state-active:before {
  background-size: calc(100% - 100%) 1px, 1px calc(100% - 100%),
    calc(100% - 0%) 1px, 1px calc(100% - 100%);
}
.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-arrow-active {
  opacity: 0;
}
.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title
  .qodef-accordion-mark
  span.qodef-icon-arrow-active
  svg {
  transition: transform 0.2s ease-out;
}
.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title
  .qodef-accordion-mark
  span.qodef-icon-arrow {
  opacity: 1;
}
.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title
  .qodef-accordion-mark
  span.qodef-icon-arrow
  svg {
  transition: transform 0.2s ease-out;
}
.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title.ui-state-active
  .qodef-accordion-mark
  span.qodef-icon-arrow-active {
  opacity: 1;
}
.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title.ui-state-active
  .qodef-accordion-mark
  span.qodef-icon-arrow-active
  svg {
  transform: rotate(90deg);
}
.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title.ui-state-active
  .qodef-accordion-mark
  span.qodef-icon-arrow {
  opacity: 0;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-content {
  padding: 29px 12% 30px 30px;
  margin: 0;
  position: relative;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: -1px;
  --qodef-hover-border-color: #e5dacf;
  background-repeat: no-repeat;
  background-size: calc(100% - 100%) 1px, 1px calc(100% - 100%);
  background-position: 0 0, 100% 100%, 100% 100%, 0 0;
  background-image: linear-gradient(
      0deg,
      var(--qodef-hover-border-color),
      var(--qodef-hover-border-color)
    ),
    linear-gradient(
      0deg,
      var(--qodef-hover-border-color),
      var(--qodef-hover-border-color)
    ),
    linear-gradient(
      0deg,
      var(--qodef-hover-border-color),
      var(--qodef-hover-border-color)
    ),
    linear-gradient(
      0deg,
      var(--qodef-hover-border-color),
      var(--qodef-hover-border-color)
    );
  transition: background-size 0.8s cubic-bezier(0.54, 0.07, 0.11, 0.95);
  pointer-events: none;
}
.qodef-accordion.qodef-layout--simple
  .qodef-accordion-content.ui-accordion-content-active:before {
  background-size: calc(100% - 100%) 1px, 1px calc(100% - 0%),
    calc(100% - 0%) 1px, 1px calc(100% - 0%);
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-content p {
  margin: 0;
}
.qodef-accordion.qodef-layout--simple.qodef-behavior--toggle
  .qodef-accordion-content {
  display: none;
}
.qodef-accordion.qodef-layout--simple.qodef-skin--light
  .qodef-accordion-mark
  svg
  path {
  stroke: #fff;
}
.qodef-accordion.qodef-layout--simple.qodef-skin--light .qodef-accordion-title {
  color: #fff;
}
.qodef-accordion.qodef-layout--simple.qodef-skin--light
  .qodef-accordion-title:before {
  --qodef-hover-border-color: #fff;
}
.qodef-accordion.qodef-layout--simple.qodef-skin--light
  .qodef-accordion-title.ui-state-active {
  border-color: transparent;
}
.qodef-accordion.qodef-layout--simple.qodef-skin--light
  .qodef-accordion-content:before {
  --qodef-hover-border-color: #fff;
}
.qodef-accordion.qodef-layout--simple.qodef-skin--light
  .qodef-accordion-content
  p {
  color: #fff;
}
.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: "Bona Nova", 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: 35px;
}
.qodef-banner.qodef-layout--link-button .qodef-m-title {
  margin: 10px 0;
}
.qodef-banner.qodef-layout--link-button .qodef-m-text {
  margin: 0;
}
.qodef-banner.qodef-layout--link-button .qodef-m-button {
  margin: 10px 0 0;
}
.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner {
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
}
.qodef-button.qodef-html--link {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.1em;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  width: auto;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  outline: 0;
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  padding: 19px 59px;
}
.qodef-button.qodef-size--small {
  padding: 17px 50px;
}
.qodef-button.qodef-size--large {
  padding: 21px 62px;
}
.qodef-button.qodef-size--full {
  width: 100%;
  padding: 19px 20px;
  justify-content: center;
  text-align: center;
}
.qodef-button.qodef-layout--filled.qodef-html--link {
  color: #fff;
  background-color: #0d0d0d;
  border: 1px solid transparent;
}
.qodef-button.qodef-layout--filled.qodef-html--link:hover {
  color: #fff;
  background-color: var(--qode-main-color);
}
.qodef-button.qodef-layout--outlined {
  color: #fff;
  background-color: transparent;
  border: 1px solid var(--qode-main-color);
  --qodef-hover-border-color: var(--qode-main-color);
}
.qodef-button.qodef-layout--outlined:after,
.qodef-button.qodef-layout--outlined:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-repeat: no-repeat;
  background-size: calc(100% - 100%) 1px, 1px calc(100% - 100%);
  background-position: 0 0, 100% 100%, 100% 100%, 0 0;
  background-image: linear-gradient(
      0deg,
      var(--qodef-hover-border-color),
      var(--qodef-hover-border-color)
    ),
    linear-gradient(
      0deg,
      var(--qodef-hover-border-color),
      var(--qodef-hover-border-color)
    ),
    linear-gradient(
      0deg,
      var(--qodef-hover-border-color),
      var(--qodef-hover-border-color)
    ),
    linear-gradient(
      0deg,
      var(--qodef-hover-border-color),
      var(--qodef-hover-border-color)
    );
  transition: background-size 0.8s cubic-bezier(0.54, 0.07, 0.11, 0.95);
  pointer-events: none;
  background-position: 100% 0, 100% 100%, 0 100%, 0 0;
}
.qodef-button.qodef-layout--outlined:before {
  transition-delay: 0.8s;
}
.qodef-button.qodef-layout--outlined .qodef-m-diamond {
  width: 5px;
  height: 5px;
  position: absolute;
  background-color: var(--qodef-hover-border-color);
  z-index: 1;
}
.qodef-button.qodef-layout--outlined .qodef-m-diamond.qodef-diamond-one {
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%) rotate(-45deg);
  transition: bottom 0.8s cubic-bezier(0.54, 0.07, 0.11, 0.95),
    left 0.8s cubic-bezier(0.54, 0.07, 0.11, 0.95), transform 1.6s;
  transition-delay: 0s, 0.8s, 0s;
}
.qodef-button.qodef-layout--outlined .qodef-m-diamond.qodef-diamond-two {
  top: 0;
  right: 0;
  transform: translate(50%, -50%) rotate(-45deg);
  transition: top 0.8s cubic-bezier(0.54, 0.07, 0.11, 0.95),
    right 0.8s cubic-bezier(0.54, 0.07, 0.11, 0.95), transform 1.6s;
  transition-delay: 0s, 0.8s, 0s;
}
.qodef-button.qodef-layout--outlined:hover:before {
  background-size: calc(100% - 0%) 1px, 1px 0;
  transition-delay: 0s;
}
.qodef-button.qodef-layout--outlined:hover:after {
  background-size: 0 1px, 1px calc(100% - 0%);
  transition-delay: 0.8s;
}
.qodef-button.qodef-layout--outlined:hover .qodef-m-diamond.qodef-diamond-one {
  transition-delay: 0.8s, 0s, 0s;
  bottom: 100%;
  left: 100%;
  transform: translate(-50%, 50%) rotate(-405deg);
}
.qodef-button.qodef-layout--outlined:hover .qodef-m-diamond.qodef-diamond-two {
  transition-delay: 0.8s, 0s, 0s;
  top: 100%;
  right: 100%;
  transform: translate(50%, -50%) rotate(-405deg);
}
.qodef-button.qodef-layout--outlined:hover {
  color: var(--qode-main-color);
  background-color: transparent;
}
.qodef-button.qodef-layout--simple {
  padding: 0;
  margin: 8px;
}
.qodef-button.qodef-layout--simple .qodef-m-button-inner {
  background-color: transparent;
  padding: 10px;
}
.qodef-button.qodef-layout--simple .qodef-m-button-inner:after,
.qodef-button.qodef-layout--simple .qodef-m-button-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
}
.qodef-button.qodef-layout--simple .qodef-m-button-inner:before {
  border: 1px solid #f7e4d0;
}
.qodef-button.qodef-layout--simple .qodef-m-button-inner:after {
  --qodef-hover-border-color: var(--qode-main-color);
  background-repeat: no-repeat;
  background-size: calc(100% - 100%) 1px, 1px calc(100% - 100%);
  background-position: 0 0, 100% 100%, 100% 100%, 0 0;
  background-image: linear-gradient(
      0deg,
      var(--qodef-hover-border-color),
      var(--qodef-hover-border-color)
    ),
    linear-gradient(
      0deg,
      var(--qodef-hover-border-color),
      var(--qodef-hover-border-color)
    ),
    linear-gradient(
      0deg,
      var(--qodef-hover-border-color),
      var(--qodef-hover-border-color)
    ),
    linear-gradient(
      0deg,
      var(--qodef-hover-border-color),
      var(--qodef-hover-border-color)
    );
  transition: background-size 0.8s cubic-bezier(0.54, 0.07, 0.11, 0.95);
  pointer-events: none;
}
.qodef-button.qodef-layout--simple .qodef-m-button-icon {
  display: flex;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translateX(0);
}
.qodef-button.qodef-layout--simple:hover .qodef-m-button-inner:after {
  background-size: calc(100% - 0%) 1px, 1px calc(100% - 0%);
}
.qodef-button.qodef-layout--simple:hover .qodef-m-button-icon {
  transform: translateX(3px);
}
.qodef-button.qodef-layout--textual {
  padding: 0 !important;
  color: var(--qode-main-color);
  background-color: transparent;
  letter-spacing: 0.15em;
  border: 0;
}
.qodef-button.qodef-layout--textual .qodef-m-button-inner {
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-right: 1px;
}
.qodef-button.qodef-layout--textual .qodef-m-text {
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding-right: 12px;
}
.qodef-button.qodef-layout--textual .qodef-m-button-icon-hidden {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #e5dacf;
  transform: translate(-3px, -50%) rotate(-45deg) scale(0);
  left: 0;
  top: 50%;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.qodef-button.qodef-layout--textual .qodef-m-button-icon {
  position: relative;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #e5dacf;
  transform: rotate(-45deg);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.qodef-button.qodef-layout--textual:hover {
  color: var(--qode-main-color);
}
.qodef-button.qodef-layout--textual:hover .qodef-m-button-icon-hidden {
  transform: translate(1px, -50%) rotate(-45deg);
}
.qodef-button.qodef-layout--textual:hover .qodef-m-text {
  transform: translateX(18px);
}
.qodef-button.qodef-layout--textual:hover .qodef-m-button-icon {
  transform: rotate(-45deg) translateX(3px) translateY(3px) scale(0);
}
.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-m-date {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.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-outer {
  width: calc(100% - 0px);
}
.qodef-countdown.qodef-show--2 .qodef-digit-wrapper-outer {
  width: calc(50% - 18.5px);
}
.qodef-countdown.qodef-show--3 .qodef-digit-wrapper-outer {
  width: calc(33.33333% - 24.66667px);
}
.qodef-countdown.qodef-show--4 .qodef-digit-wrapper-outer {
  width: calc(25% - 27.75px);
}
.qodef-countdown.qodef-show--5 .qodef-digit-wrapper-outer {
  width: calc(20% - 29.6px);
}
.qodef-countdown.qodef-show--6 .qodef-digit-wrapper-outer {
  width: calc(16.66667% - 30.83333px);
}
.qodef-countdown.qodef-countdown--light .qodef-digit,
.qodef-countdown.qodef-countdown--light .qodef-label {
  color: #fff;
}
.qodef-countdown.qodef-layout--simple .qodef-m-date {
  gap: 37px;
  flex-wrap: wrap;
}
.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper-outer {
  width: calc(20% - 29.6px);
  position: relative;
}
.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper-inner {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 13px;
  border: 1px solid #e5dacf;
}
.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper:after {
  content: "";
  width: 1px;
  height: 35px;
  background-color: #e5dacf;
  bottom: 0;
  position: absolute;
}
.qodef-countdown.qodef-layout--simple .qodef-digit {
  font-family: "Bona Nova", serif;
  font-size: 100px;
  line-height: 1em;
  font-weight: 400;
  color: var(--qode-main-color);
  font-style: italic;
  margin-top: -6px;
}
.qodef-counter.qodef-layout--simple {
  text-align: center;
}
.qodef-counter.qodef-layout--simple .qodef-m-digit-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 23px;
}
.qodef-counter.qodef-layout--simple .qodef-m-digit {
  font-family: "Bona Nova", serif;
  font-weight: 400;
  font-size: 90px;
  line-height: 1;
  color: var(--qode-main-color);
  font-style: italic;
}
.qodef-counter.qodef-layout--simple .qodef-m-digit-icon-after,
.qodef-counter.qodef-layout--simple .qodef-m-digit-icon-before {
  width: 5px;
  height: 5px;
  background-color: #f2cab6;
  transform: rotate(-45deg);
}
.qodef-counter.qodef-layout--simple .qodef-m-title {
  margin: 20px 0 0 0;
}
.qodef-counter.qodef-layout--simple .qodef-m-text {
  margin: 0;
}
.widget.widget_tcm_core_custom_font {
  margin-bottom: 0 !important;
}
.qodef-custom-font {
  position: relative;
  margin: 0;
}
.qodef-dropcaps {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-dropcaps .qodef-m-letter {
  position: relative;
  top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  margin: 0 10px 5px 0;
  font-family: "Bona Nova", serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #0d0d0d;
  font-size: 50px;
  line-height: 1.08em;
  letter-spacing: 0.005em;
}
.qodef-dropcaps .qodef-m-text {
  display: inline;
  margin: 0;
}
.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
  width: 40px;
  height: 40px;
  font-size: 34px;
  line-height: 1.20588em;
  letter-spacing: 0.02em;
  color: #fff;
  background-color: #0d0d0d;
}
.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;
}
@media only screen and (min-width: 1025px) {
  .qodef-height-follow-section-height-outer.qodef-height-follow-section-height-outer-disable-1024
    .elementor-element {
    height: 100%;
  }
  .qodef-height-follow-section-height-outer.qodef-height-follow-section-height-outer-disable-1024
    .elementor-element
    .elementor-widget-container {
    height: 100%;
  }
  .qodef-height-follow-section-height-outer.qodef-height-follow-section-height-outer-disable-1024
    .elementor-element
    .elementor-widget-container
    .qodef-shortcode {
    height: 100%;
  }
  .qodef-height-follow-section-height-outer.qodef-height-follow-section-height-outer-disable-1024
    .elementor-element
    .elementor-widget-container
    .qodef-shortcode
    .qodef-m-map {
    height: 100% !important;
  }
}
@media only screen and (min-width: 769px) {
  .qodef-height-follow-section-height-outer.qodef-height-follow-section-height-outer-disable-768
    .elementor-element {
    height: 100%;
  }
  .qodef-height-follow-section-height-outer.qodef-height-follow-section-height-outer-disable-768
    .elementor-element
    .elementor-widget-container {
    height: 100%;
  }
  .qodef-height-follow-section-height-outer.qodef-height-follow-section-height-outer-disable-768
    .elementor-element
    .elementor-widget-container
    .qodef-shortcode {
    height: 100%;
  }
  .qodef-height-follow-section-height-outer.qodef-height-follow-section-height-outer-disable-768
    .elementor-element
    .elementor-widget-container
    .qodef-shortcode
    .qodef-m-map {
    height: 100% !important;
  }
}
.qodef-height-follow-section-height-outer.qodef-height-follow-section-height-outer-disable-never
  .elementor-element {
  height: 100%;
}
.qodef-height-follow-section-height-outer.qodef-height-follow-section-height-outer-disable-never
  .elementor-element
  .elementor-widget-container {
  height: 100%;
}
.qodef-height-follow-section-height-outer.qodef-height-follow-section-height-outer-disable-never
  .elementor-element
  .elementor-widget-container
  .qodef-shortcode {
  height: 100%;
}
.qodef-height-follow-section-height-outer.qodef-height-follow-section-height-outer-disable-never
  .elementor-element
  .elementor-widget-container
  .qodef-shortcode
  .qodef-m-map {
  height: 100% !important;
}
.qodef-highlight .qodef-highlight-text {
  padding: 0 5px;
  color: #fff;
  background-color: #0d0d0d;
}
.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;
}
.qodef-icon-list-item .qodef-e-title-inner {
  display: flex;
  align-items: center;
}
.qodef-icon-list-item .qodef-icon-holder {
  flex-shrink: 0;
  margin-right: 5px;
  float: none;
}
.qodef-icon-list-item .qodef-icon-holder .qodef-icon {
  font-size: 16px;
}
.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper a,
.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper img {
  display: block;
}
#qodef-page-sidebar .widget.widget_tcm_core_icon_list_item {
  margin-bottom: 0;
}
#qodef-page-footer .widget.widget_tcm_core_icon_list_item {
  margin-bottom: 0;
}
#qodef-side-area .widget.widget_tcm_core_icon_list_item {
  margin-bottom: 0;
}
.qodef-icon-with-text .qodef-m-title {
  margin: 0;
}
.qodef-icon-with-text .qodef-m-title a {
  display: block;
}
.qodef-icon-with-text .qodef-m-text {
  margin: 8px 0 0;
}
.qodef-icon-with-text .qodef-m-icon-wrapper {
  line-height: 1;
}
.qodef-icon-with-text .qodef-icon-holder {
  float: none;
}
.qodef-icon-with-text .qodef-m-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper a,
.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper img {
  display: block;
}
.qodef-icon-with-text.qodef-layout--before-content {
  display: flex;
  align-items: flex-start;
}
.qodef-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper {
  flex-shrink: 0;
  margin-right: 15px;
}
.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title {
  line-height: 1;
}
.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title-inner {
  display: flex;
  align-items: center;
}
.qodef-icon-with-text.qodef-layout--before-title .qodef-m-icon-wrapper {
  flex-shrink: 0;
  margin-right: 5px;
}
.qodef-icon-with-text.qodef-layout--before-title.qodef--retina img {
  max-width: 50%;
}
.qodef-icon-with-text.qodef-layout--top .qodef-m-title {
  margin-top: 21px;
}
.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--retina img {
  max-width: 50%;
  margin: 0 auto;
}
.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: #0d0d0d;
}
.qodef-icon-holder.qodef-layout--circle {
  border-radius: 50%;
}
.qodef-icon-holder.qodef-layout--predefined {
  font-size: 14px;
}
.qodef-icon-holder.qodef-layout--predefined .qodef-icon {
  position: relative;
  width: 4.07em;
  height: 4.07em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  color: var(--qode-main-color);
}
.qodef-icon-holder.qodef-layout--predefined .qodef-icon:after {
  content: "";
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  height: 70%;
  border: 1px solid #f3d8bd;
  box-sizing: border-box;
  transform: rotate(45deg);
}
.qodef-icon-holder.qodef-layout--predefined a:before {
  content: "";
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  height: 70%;
  box-sizing: border-box;
  transform: rotate(45deg);
  --qodef-hover-border-color: var(--qode-main-color);
  background-repeat: no-repeat;
  background-size: calc(100% - 100%) 1px, 1px calc(100% - 100%);
  background-position: 0 0, 100% 100%, 100% 100%, 0 0;
  background-image: linear-gradient(
      0deg,
      var(--qodef-hover-border-color),
      var(--qodef-hover-border-color)
    ),
    linear-gradient(
      0deg,
      var(--qodef-hover-border-color),
      var(--qodef-hover-border-color)
    ),
    linear-gradient(
      0deg,
      var(--qodef-hover-border-color),
      var(--qodef-hover-border-color)
    ),
    linear-gradient(
      0deg,
      var(--qodef-hover-border-color),
      var(--qodef-hover-border-color)
    );
  transition: background-size 0.8s cubic-bezier(0.54, 0.07, 0.11, 0.95);
  pointer-events: none;
  z-index: 2;
}
.qodef-icon-holder.qodef-layout--predefined a:hover:before {
  background-size: calc(100% - 0%) 1px, 1px calc(100% - 0%);
}
.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_tcm_core_icon {
  display: inline-block;
  line-height: 1;
}
#qodef-page-sidebar .widget.widget_tcm_core_icon {
  margin-bottom: 0;
}
#qodef-page-footer .widget.widget_tcm_core_icon {
  margin-bottom: 0;
}
#qodef-side-area .widget.widget_tcm_core_icon {
  margin-bottom: 0;
}
.qodef-image-gallery.qodef-items--fixed .qodef-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.qodef-image-gallery.qodef-border--enabled {
  padding: 1px;
}
.qodef-image-gallery.qodef-border--enabled.qodef-gutter--no {
  --qode-columns-gap: 1px;
}
.qodef-image-gallery.qodef-border--enabled.qodef-gutter--no .qodef-grid-item {
  padding: 26px;
  outline: 1px solid #e5dacf;
}
.qodef-image-gallery .qodef-navigation-holder {
  display: block;
  position: relative;
  z-index: 999;
  margin-top: 63px;
}
.qodef-image-gallery .qodef-navigation-holder .qodef-navigation-holder-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  min-height: 31px;
}
.qodef-image-gallery
  .qodef-navigation-holder
  .qodef-navigation-holder-inner
  .swiper-button-next,
.qodef-image-gallery
  .qodef-navigation-holder
  .qodef-navigation-holder-inner
  .swiper-button-prev {
  position: static;
  transform: none;
}
.qodef-image-gallery
  .qodef-navigation-holder
  .qodef-navigation-holder-inner
  .swiper-button-prev {
  padding-right: 50px;
}
.qodef-image-gallery
  .qodef-navigation-holder
  .qodef-navigation-holder-inner
  .swiper-button-next {
  padding-left: 50px;
}
.qodef-image-gallery .swiper-pagination.swiper-pagination-fraction {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: auto;
  transform: translateX(-50%);
  width: auto;
  text-align: left;
  transition: none;
}
.qodef-image-gallery .qodef-e {
  overflow: hidden;
}
.qodef-image-gallery a {
  display: block;
}
.qodef-image-gallery.qodef--hover-move .qodef-e {
  overflow: hidden;
}
.qodef-image-gallery.qodef--hover-move .qodef-e img {
  transform: scaleX(1.06) translateX(0);
  transition: transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
}
.qodef-image-gallery.qodef--hover-move .qodef-e:hover img {
  transform: scaleX(1.06) translateX(6px);
}
.qodef-image-gallery.qodef--hover-draw .qodef-e {
  position: relative;
  overflow: hidden;
}
.qodef-image-gallery.qodef--hover-draw .qodef-e .qodef--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  opacity: 0;
  transition: opacity 0.5s;
}
.qodef-image-gallery.qodef--hover-draw .qodef-e .qodef--overlay svg {
  position: relative;
  min-width: 100%;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.qodef-image-gallery.qodef--hover-draw .qodef-e .qodef--overlay svg path {
  stroke-dasharray: 970;
  stroke-dashoffset: 796;
  transition: stroke-dashoffset 1.2s cubic-bezier(0, 0, 0.44, 0.98);
}
.qodef-image-gallery.qodef--hover-draw .qodef-e:hover .qodef--overlay {
  opacity: 1;
}
.qodef-image-gallery.qodef--hover-draw .qodef-e:hover .qodef--overlay svg path {
  transition-delay: 0.2s;
  stroke-dashoffset: 0;
}
.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;
  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-border--enabled .qodef-m-image-holder {
  border: 1px solid #edebe6;
  overflow: hidden;
}
.qodef-image-with-text .qodef-e-holder-inner {
  display: inline-flex;
  flex-direction: column;
}
.qodef-alignment--left.qodef-image-with-text .qodef-e-holder-inner {
  text-align: left;
}
.qodef-alignment--center.qodef-image-with-text .qodef-e-holder-inner {
  text-align: center;
}
.qodef-alignment--right.qodef-image-with-text .qodef-e-holder-inner {
  text-align: right;
}
.qodef-image-with-text .qodef-m-image-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-image-with-text .qodef-m-image-holder a,
.qodef-image-with-text .qodef-m-image-holder img {
  display: block;
}
.qodef-alignment--center.qodef-image-with-text .qodef-m-image-holder img {
  margin-left: auto;
  margin-right: auto;
}
.qodef-image-with-text .qodef-m-image-holder .qodef-e-overlay-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0 30px;
  opacity: 0;
  transform: scale(1.2) translateY(-10px);
  transition: opacity 0.5s, transform 0.8s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.qodef-image-with-text .qodef-m-image-holder .qodef-e-overlay-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.qodef-image-with-text .qodef-m-image-holder .qodef-e-overlay-flare {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  --qodef-stars-overlay-color: #ffffff75;
  --qodef-stars-overlay-color-1: #ffffff4d;
  animation: qodef-twinkling 250s linear infinite;
  background: radial-gradient(
      58px at 24% 25%,
      var(--qodef-stars-overlay-color-1) 0,
      #0000
    ),
    radial-gradient(22px at 77% 39%, var(--qodef-stars-overlay-color) 0, #0000),
    radial-gradient(
      35px at 31% 69%,
      var(--qodef-stars-overlay-color),
      #0000 103%
    );
  background-size: 300px 350px;
  mix-blend-mode: plus-lighter;
  animation-play-state: paused;
  opacity: 0;
  transition: opacity 1s;
}
.qodef-image-with-text .qodef-m-image-holder:hover .qodef-e-overlay-image {
  opacity: 1;
  transform: scale(1) translateY(0);
}
.qodef-image-with-text .qodef-m-image-holder:hover .qodef-e-overlay-flare {
  opacity: 1;
  animation-play-state: running;
}
.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: 35px 0 0;
  line-height: 1em;
  font-size: 20px !important;
}
.qodef-image-with-text .qodef-m-title {
  margin: 35px 0 0;
  line-height: 1em;
}
.qodef-image-with-text .qodef-m-subtitle {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 1.66667em;
  font-weight: 500;
  letter-spacing: 0.175em;
  text-transform: uppercase;
  color: var(--qode-main-color);
  margin: 11px 0 0;
}
.qodef-image-with-text .qodef-m-text {
  margin: 11px 0 0;
}
.qodef-image-with-text .qodef-m-text a {
  background-position: 0 calc(100% - 0px);
  background-repeat: no-repeat;
  transition: background-size 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  background-size: 0 1px;
  background-image: linear-gradient(currentColor, currentColor);
}
.qodef-image-with-text .qodef-m-text a:hover {
  color: currentColor;
  background-size: 100% 1px;
}
.qodef-image-with-text.qodef--hover-move .qodef-m-image-holder {
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.13, 0.27, 0.12, 0.92);
}
.qodef-image-with-text.qodef--hover-move .qodef-m-image-holder:hover {
  transform: translateY(-10px);
}
.qodef-image-with-text.qodef--has-appear {
  --qodef-translate-y: 60px;
  transform: translateY(var(--qodef-translate-y));
  opacity: 0;
  transition: transform 1.6s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.6s;
}
.elementor-section:nth-of-type(odd)
  .elementor-column:nth-of-type(even)
  .qodef-image-with-text.qodef--has-appear.qodef--landing-home {
  --qodef-translate-y: -60px;
}
.elementor-section:nth-of-type(even)
  .elementor-column:nth-of-type(odd)
  .qodef-image-with-text.qodef--has-appear.qodef--landing-home {
  --qodef-translate-y: -60px;
}
.qodef-image-with-text.qodef--has-appear.qodef--appeared {
  transform: translateY(0);
  opacity: 1;
}
.elementor-column:nth-of-type(2)
  .qodef-image-with-text.qodef--has-appear.qodef--appeared {
  transition-delay: 0.2s, 0.2s;
}
.elementor-column:nth-of-type(3)
  .qodef-image-with-text.qodef--has-appear.qodef--appeared {
  transition-delay: 0.4s, 0.4s;
}
.qodef-info-section.qodef-layout--standard {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-info-section.qodef-layout--standard .qodef-m-info {
  position: relative;
  z-index: 2;
}
.qodef-info-section.qodef-layout--standard .qodef-m-info > .qodef-m-text a {
  background-position: 0 calc(100% - 0px);
  background-repeat: no-repeat;
  transition: background-size 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  background-size: 0 1px;
  background-image: linear-gradient(currentColor, currentColor);
}
.qodef-info-section.qodef-layout--standard
  .qodef-m-info
  > .qodef-m-text
  a:hover {
  background-size: 100% 1px;
}
.qodef-info-section.qodef-layout--standard
  .qodef-m-info
  > .qodef-m-text
  a:focus,
.qodef-info-section.qodef-layout--standard
  .qodef-m-info
  > .qodef-m-text
  a:hover {
  color: var(--qode-main-color);
}
.qodef-info-section.qodef-layout--standard .qodef-m-title {
  margin: 0 0 18px;
}
.qodef-info-section.qodef-layout--standard .qodef-m-text {
  margin: 0;
}
.qodef-info-section.qodef-layout--standard .qodef-button {
  margin-top: 6px;
}
.qodef-interactive-link-showcase {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 100vh;
  visibility: hidden;
}
.admin-bar .qodef-interactive-link-showcase {
  height: calc(100vh - 32px);
}
.qodef-interactive-link-showcase .qodef-m-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0s 0.45s;
}
.qodef-interactive-link-showcase .qodef-m-image.qodef--active {
  opacity: 1;
  z-index: 5;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.qodef-interactive-link-showcase .qodef-m-image img {
  display: none;
}
.qodef-interactive-link-showcase .qodef-m-items {
  display: flex;
  align-items: center;
  z-index: 10;
}
.qodef-interactive-link-showcase .qodef-m-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  padding: 0 6px 5px;
  margin: 13px 0;
  transition: color 0.2s ease-out;
}
.qodef-interactive-link-showcase .qodef-m-item .qodef-e-title {
  font-family: "Bona Nova", serif;
  font-size: 105px;
  line-height: 1em;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  position: relative;
  display: block;
  text-align: center;
  z-index: 2;
}
.qodef-interactive-link-showcase .qodef-m-item a {
  color: inherit;
}
.qodef-interactive-link-showcase .qodef-e-subtitle-holder {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 1.66667em;
  font-weight: 500;
  letter-spacing: 0.175em;
  text-transform: uppercase;
  color: #262626;
  margin: 19px 0 0;
  text-align: center;
}
.qodef-interactive-link-showcase
  .qodef-e-subtitle-holder
  span:not(:last-child):after {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  background-color: currentColor;
  transform: rotate(45deg);
  margin: 0 17px 0 20px;
  position: relative;
  top: -1px;
}
.qodef-interactive-link-showcase.qodef--init {
  visibility: visible;
}
.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item {
  color: #fff;
}
.qodef-interactive-link-showcase.qodef-skin--light .qodef-e-subtitle-holder {
  color: #fff;
}
.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-fixed-content {
  color: #fff;
}
.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-fixed-content * {
  color: #fff;
}
.qodef-interactive-link-showcase .qodef-m-fixed-content {
  position: fixed;
  bottom: 0;
  z-index: 10;
  width: 100%;
  display: block;
  text-align: center;
  padding: 0 0 16px;
  font-size: 14px;
}
.qodef-interactive-link-showcase.qodef-layout--slider .swiper-container {
  width: 100%;
  height: 100%;
  z-index: 10;
}
.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 5;
}
.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item {
  height: auto;
  margin: 0 7.1%;
}
.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-image {
  opacity: 0;
  transform: scale(1.12);
  transition: transform 1.2s ease 1.2s, opacity 0.4s ease-out 1.2s;
}
.qodef-interactive-link-showcase.qodef-layout--slider
  .qodef-m-image.qodef--active {
  opacity: 1;
  transform: scale(1.001);
  transition: transform 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 0.4s ease-out;
}
.qodef-pricing-table {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  border: 1px solid #e5dacf;
}
.qodef-pricing-table.qodef-status--featured .qodef-m-price-wrapper {
  color: var(--qode-main-color);
}
.qodef-pricing-table.qodef-status--featured .qodef-m-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
.qodef-pricing-table .qodef-m-inner {
  padding: 93px 50px 100px;
}
.qodef-pricing-table .qodef-m-title * {
  margin: 0;
  color: #0d0d0d;
}
.qodef-pricing-table .qodef-m-subtitle p {
  margin: 1px 0 9px;
}
.qodef-pricing-table .qodef-m-price {
  margin: 14px 0 0;
}
.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper {
  display: flex;
  margin: 0;
  line-height: 1em;
  justify-content: center;
  align-items: center;
}
.qodef-pricing-table
  .qodef-m-price
  .qodef-m-price-wrapper
  .qodef-m-price-currency {
  font-family: "Bona Nova", serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 1.05em;
  letter-spacing: -0.015em;
  font-style: italic;
  position: relative;
  top: -7px;
}
.qodef-pricing-table
  .qodef-m-price
  .qodef-m-price-wrapper
  .qodef-m-price-value {
  font-family: "Bona Nova", serif;
  font-size: 100px;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: -0.015em;
  font-style: italic;
}
.qodef-pricing-table .qodef-m-content {
  margin: 50px 0 0;
  line-height: 2.375em;
}
.qodef-pricing-table .qodef-m-content ul {
  list-style: none;
  margin: 0;
}
.qodef-pricing-table .qodef-m-content ul li {
  color: #0d0d0d;
  margin-bottom: 8px;
}
.qodef-pricing-table .qodef-m-content ul li:last-child {
  margin-bottom: 0;
}
.qodef-pricing-table .qodef-m-content ul li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 8px;
}
.qodef-pricing-table .qodef-m-button .qodef-button {
  letter-spacing: 0.07em;
  margin: 29px 0 0;
}
.qodef-process {
  overflow: hidden;
}
.qodef-process.qodef-grid > .qodef-grid-inner {
  gap: 0;
}
.qodef-process .qodef-process-item {
  text-align: center;
}
.qodef-process .qodef-process-item:nth-child(1) .qodef-e-image {
  transition-delay: 0.3s, 0.3s;
}
.qodef-process .qodef-process-item:nth-child(1) .qodef-e-point {
  transition-delay: 0.4s;
}
.qodef-process .qodef-process-item:nth-child(1) .qodef-e-content-holder {
  transition-delay: 0.4s, 0.4s;
}
.qodef-process
  .qodef-process-item:nth-child(1)
  .qodef-e-line
  .qodef-e-line-inner {
  transition-delay: 0.3s, 0.3s;
}
.qodef-process .qodef-process-item:nth-child(2) .qodef-e-image {
  transition-delay: 0.6s, 0.6s;
}
.qodef-process .qodef-process-item:nth-child(2) .qodef-e-point {
  transition-delay: 0.7s;
}
.qodef-process .qodef-process-item:nth-child(2) .qodef-e-content-holder {
  transition-delay: 0.8s, 0.8s;
}
.qodef-process
  .qodef-process-item:nth-child(2)
  .qodef-e-line
  .qodef-e-line-inner {
  transition-delay: 0.6s, 0.6s;
}
.qodef-process .qodef-process-item:nth-child(3) .qodef-e-image {
  transition-delay: 0.9s, 0.9s;
}
.qodef-process .qodef-process-item:nth-child(3) .qodef-e-point {
  transition-delay: 1s;
}
.qodef-process .qodef-process-item:nth-child(3) .qodef-e-content-holder {
  transition-delay: 1.2s, 1.2s;
}
.qodef-process
  .qodef-process-item:nth-child(3)
  .qodef-e-line
  .qodef-e-line-inner {
  transition-delay: 0.9s, 0.9s;
}
.qodef-process .qodef-process-item:nth-child(4) .qodef-e-image {
  transition-delay: 1.2s, 1.2s;
}
.qodef-process .qodef-process-item:nth-child(4) .qodef-e-point {
  transition-delay: 1.3s;
}
.qodef-process .qodef-process-item:nth-child(4) .qodef-e-content-holder {
  transition-delay: 1.6s, 1.6s;
}
.qodef-process
  .qodef-process-item:nth-child(4)
  .qodef-e-line
  .qodef-e-line-inner {
  transition-delay: 1.2s, 1.2s;
}
.qodef-process .qodef-process-item:nth-child(5) .qodef-e-image {
  transition-delay: 1.5s, 1.5s;
}
.qodef-process .qodef-process-item:nth-child(5) .qodef-e-point {
  transition-delay: 1.6s;
}
.qodef-process .qodef-process-item:nth-child(5) .qodef-e-content-holder {
  transition-delay: 2s, 2s;
}
.qodef-process
  .qodef-process-item:nth-child(5)
  .qodef-e-line
  .qodef-e-line-inner {
  transition-delay: 1.5s, 1.5s;
}
.qodef-process .qodef-process-item:nth-child(6) .qodef-e-image {
  transition-delay: 1.8s, 1.8s;
}
.qodef-process .qodef-process-item:nth-child(6) .qodef-e-point {
  transition-delay: 1.9s;
}
.qodef-process .qodef-process-item:nth-child(6) .qodef-e-content-holder {
  transition-delay: 2.4s, 2.4s;
}
.qodef-process
  .qodef-process-item:nth-child(6)
  .qodef-e-line
  .qodef-e-line-inner {
  transition-delay: 1.8s, 1.8s;
}
.qodef-process .qodef-process-item:nth-child(7) .qodef-e-image {
  transition-delay: 2.1s, 2.1s;
}
.qodef-process .qodef-process-item:nth-child(7) .qodef-e-point {
  transition-delay: 2.2s;
}
.qodef-process .qodef-process-item:nth-child(7) .qodef-e-content-holder {
  transition-delay: 2.8s, 2.8s;
}
.qodef-process
  .qodef-process-item:nth-child(7)
  .qodef-e-line
  .qodef-e-line-inner {
  transition-delay: 2.1s, 2.1s;
}
.qodef-process .qodef-process-item:nth-child(8) .qodef-e-image {
  transition-delay: 2.4s, 2.4s;
}
.qodef-process .qodef-process-item:nth-child(8) .qodef-e-point {
  transition-delay: 2.5s;
}
.qodef-process .qodef-process-item:nth-child(8) .qodef-e-content-holder {
  transition-delay: 3.2s, 3.2s;
}
.qodef-process
  .qodef-process-item:nth-child(8)
  .qodef-e-line
  .qodef-e-line-inner {
  transition-delay: 2.4s, 2.4s;
}
.qodef-process .qodef-process-item:nth-child(9) .qodef-e-image {
  transition-delay: 2.7s, 2.7s;
}
.qodef-process .qodef-process-item:nth-child(9) .qodef-e-point {
  transition-delay: 2.8s;
}
.qodef-process .qodef-process-item:nth-child(9) .qodef-e-content-holder {
  transition-delay: 3.6s, 3.6s;
}
.qodef-process
  .qodef-process-item:nth-child(9)
  .qodef-e-line
  .qodef-e-line-inner {
  transition-delay: 2.7s, 2.7s;
}
.qodef-process .qodef-process-item:nth-child(10) .qodef-e-image {
  transition-delay: 3s, 3s;
}
.qodef-process .qodef-process-item:nth-child(10) .qodef-e-point {
  transition-delay: 3.1s;
}
.qodef-process .qodef-process-item:nth-child(10) .qodef-e-content-holder {
  transition-delay: 4s, 4s;
}
.qodef-process
  .qodef-process-item:nth-child(10)
  .qodef-e-line
  .qodef-e-line-inner {
  transition-delay: 3s, 3s;
}
.qodef-process .qodef-process-item:nth-child(11) .qodef-e-image {
  transition-delay: 3.3s, 3.3s;
}
.qodef-process .qodef-process-item:nth-child(11) .qodef-e-point {
  transition-delay: 3.4s;
}
.qodef-process .qodef-process-item:nth-child(11) .qodef-e-content-holder {
  transition-delay: 4.4s, 4.4s;
}
.qodef-process
  .qodef-process-item:nth-child(11)
  .qodef-e-line
  .qodef-e-line-inner {
  transition-delay: 3.3s, 3.3s;
}
.qodef-process .qodef-process-item:nth-child(12) .qodef-e-image {
  transition-delay: 3.6s, 3.6s;
}
.qodef-process .qodef-process-item:nth-child(12) .qodef-e-point {
  transition-delay: 3.7s;
}
.qodef-process .qodef-process-item:nth-child(12) .qodef-e-content-holder {
  transition-delay: 4.8s, 4.8s;
}
.qodef-process
  .qodef-process-item:nth-child(12)
  .qodef-e-line
  .qodef-e-line-inner {
  transition-delay: 3.6s, 3.6s;
}
.qodef-process .qodef-e-title {
  margin: 0;
  padding: 0 15%;
  transition: all 0.1s ease-in-out;
}
.qodef-process .qodef-m-subtitle {
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  line-height: 1.66667em;
  font-weight: 500;
  letter-spacing: 0.175em;
  text-transform: uppercase;
  color: #000;
  display: block;
  margin-top: 5px;
}
.qodef-process .qodef-m-text {
  margin: 14px 0 0;
  padding: 0 10%;
}
.qodef-process .qodef-e-line-holder {
  display: block;
  margin: 60px 0 44px;
  transition: all 0.15s ease-in-out;
  position: relative;
  width: 100%;
  height: 1px;
}
.qodef-process .qodef-e-line-holder .qodef-e-point {
  width: 30px;
  height: 30px;
  border: 1px solid var(--qode-main-color);
  background-color: #fff;
  display: block;
  transform: rotate(45deg) translate(-50%, 0);
  transform-origin: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
}
.qdef-num {
    position: absolute;
    bottom: 0%;
    left: 0px;
    right: 0px;
    font-weight: bold;
    color: red;
    transform: rotate(-45deg);
}
.qodef-process .qodef-e-line {
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 0;
}
.qodef-process .qodef-e-line .qodef-e-line-inner {
  transition: transform 1s;
  transform-origin: left;
  transform: scaleX(0);
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #eaded9;
  position: absolute;
  top: 0;
  left: 0;
}
.qodef-process .qodef-e-image {
  opacity: 0;
  transition: opacity 0.75s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateY(-30px);
}
.qodef-process .qodef-e-image img,
.qodef-process .qodef-e-image svg {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.qodef-process .qodef-e-image svg {
  fill: none;
  stroke: #0d0d0d;
}
.qodef-process .qodef-e-content-holder {
  opacity: 0;
  transition: opacity 0.75s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateY(30px);
}
.qodef-process .qodef-e-point {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.qodef-process.qodef--appear .qodef-e-line-inner {
  transform: scaleX(1);
}
.qodef-process.qodef--appear .qodef-e-content-holder,
.qodef-process.qodef--appear .qodef-e-image {
  opacity: 1;
  transform: translateY(0) translateX(0);
}
.qodef-process.qodef--appear .qodef-e-point {
  opacity: 1;
}
.qodef-process.qodef-gutter--no .qodef-e-line {
  left: 0;
}
.qodef-process.qodef-gutter--tiny .qodef-e-line {
  left: -10px;
  width: calc(100% + 2 * 10px);
}
.qodef-process.qodef-gutter--small .qodef-e-line {
  left: -20px;
  width: calc(100% + 2 * 20px);
}
.qodef-process.qodef-gutter--normal .qodef-e-line {
  left: -30px;
  width: calc(100% + 2 * 30px);
}
.qodef-process.qodef-gutter--medium .qodef-e-line {
  left: -40px;
  width: calc(100% + 2 * 40px);
}
.qodef-process.qodef-gutter--large .qodef-e-line {
  left: -50px;
  width: calc(100% + 2 * 50px);
}
.qodef-process.qodef-gutter--extra-large .qodef-e-line {
  left: -70px;
  width: calc(100% + 2 * 70px);
}
.qodef-process.qodef-gutter--huge .qodef-e-line {
  left: -80px;
  width: calc(100% + 2 * 80px);
}
.qodef-process.qodef-gutter--enormous .qodef-e-line {
  left: -110px;
  width: calc(100% + 2 * 110px);
}
.qodef-progress-bar {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  visibility: hidden;
}
.qodef-progress-bar .qodef-m-inner {
  position: relative;
  display: flex;
  flex-direction: column;
}
.qodef-progress-bar .qodef-m-canvas {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-progress-bar .qodef-m-canvas svg {
  display: block;
}
.qodef-progress-bar .qodef-m-title {
  margin: 20px 0 0;
}
.qodef-progress-bar.qodef--init {
  visibility: visible;
}
.qodef-progress-bar:not(.qodef-layout--line) .progressbar-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-family: "Bona Nova", serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #0d0d0d;
  font-size: 27px;
  line-height: 1.22222em;
  letter-spacing: 0.02em;
}
.qodef-progress-bar.qodef-layout--semi-circle .progressbar-text {
  padding-top: 20px;
  transform: none !important;
}
.qodef-progress-bar.qodef-layout--line .qodef-m-inner {
  flex-direction: column-reverse;
}
.qodef-progress-bar.qodef-layout--line .proggress {
  width: 0;
}
.qodef-progress-bar.qodef-layout--line .percentCount {
  position: absolute;
  top: -24px;
  right: 0;
  width: auto;
}
.qodef-progress-bar.qodef-layout--line .qodef-m-title {
  margin: 0 0 7px;
}
.qodef-progress-bar.qodef-layout--line.qodef-percentage--floating
  .percentCount {
  left: 0;
  right: auto;
  transform: translateX(-50%);
}
.qodef-section-title {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-section-title .qodef-m-title-holder {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 61px;

  row-gap: 10px;
  flex-direction: column;
}
.qodef-section-title .qodef-m-title {
  margin: 0;
}
.qodef-section-title .qodef-m-image {
  z-index: -1;
}
.qodef-section-title .qodef-m-image.qodef--image-predefined {
  display: inline-flex;
  order: -1;
  color: var(--qode-main-color);
}
.qodef-section-title .qodef-m-image.qodef--image-predefined svg {
  color: currentColor;
  fill: none;
  stroke: currentColor;
}
.qodef-section-title .qodef-m-subtitle {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: var(--qode-main-color);
  text-transform: uppercase;
  margin: 21px 0 0;
  letter-spacing: 0.15em;
}
.qodef-section-title .qodef-m-text {
  margin: 25px 0 0;
}
.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--has-appear img {
  transform: translateY(-40px);
  opacity: 0;
  transition: transform 2.3s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.6s;
}
.qodef-section-title.qodef--has-appear .qodef-svg--love-birds {
  stroke-dasharray: 0 250;
  transition: stroke-dasharray 1.5s cubic-bezier(0, 0, 0.44, 0.98);
}
.qodef-section-title.qodef--has-appear .qodef-m-subtitle,
.qodef-section-title.qodef--has-appear .qodef-m-title {
  opacity: 0;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.45s;
}
.qodef-section-title.qodef--has-appear .qodef-m-title {
  transform: translateY(60px);
}
.qodef-section-title.qodef--has-appear .qodef-m-subtitle {
  transform: translateY(30px);
}
.qodef-section-title.qodef--has-appear .qodef-m-text {
  opacity: 0;
  transition: opacity 1s;
}
.qodef-section-title.qodef--has-appear.qodef--appeared img {
  opacity: 1;
  transform: translateY(0);
}
.qodef-section-title.qodef--has-appear.qodef--appeared .qodef-m-title {
  transition-delay: 0.2s;
}
.qodef-section-title.qodef--has-appear.qodef--appeared .qodef-m-subtitle {
  transition-delay: 0.4s;
}
.qodef-section-title.qodef--has-appear.qodef--appeared .qodef-m-text {
  transition-delay: 0.4s;
}
.qodef-section-title.qodef--has-appear.qodef--appeared .qodef-m-subtitle,
.qodef-section-title.qodef--has-appear.qodef--appeared .qodef-m-text,
.qodef-section-title.qodef--has-appear.qodef--appeared .qodef-m-title {
  opacity: 1;
  transform: translateY(0);
}
.qodef-section-title.qodef--has-appear.qodef--appeared .qodef-svg--love-birds {
  stroke-dasharray: 250 0;
}
.qodef-separator {
  font-size: 0;
  height: auto;
  line-height: 1;
  position: relative;
}
.qodef-separator .qodef-m-line {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-bottom: 1px solid #e5dacf;
  margin: 10px 0;
}
.qodef-separator.qodef-position--center {
  text-align: center;
}
.qodef-separator.qodef-position--left {
  text-align: left;
}
.qodef-separator.qodef-position--right {
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .qodef-separator.qodef-disabled--1024 {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-separator.qodef-disabled--768 {
    display: none;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-separator.qodef-disabled--680 {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-separator.qodef-disabled--480 {
    display: none;
  }
}
#qodef-page-sidebar .widget.widget_tcm_core_separator {
  margin-bottom: 0;
}
#qodef-page-footer .widget.widget_tcm_core_separator {
  margin-bottom: 0;
}
#qodef-side-area .widget.widget_tcm_core_separator {
  margin-bottom: 0;
}
.qodef-simple-slider.qodef-swiper-container {
  cursor: grab;
}
.qodef-simple-slider .swiper-slide .qodef-e-text {
  opacity: 0;
  transition: opacity 0.25s ease-out;
}
.qodef-simple-slider .swiper-slide.swiper-slide-active .qodef-e-text {
  transition-duration: 0.6s;
  transition-delay: 0.2s;
  opacity: 1;
}
.qodef-simple-slider .qodef-e-content {
  text-align: right;
  max-width: 75%;
  margin-left: auto;
}
.qodef-simple-slider .qodef-e-content .qodef-e-text {
  margin: 15px 0 0;
}
.qodef-simple-slider .qodef-navigation-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 2px;
  left: 0;
  min-height: 31px;
}
.qodef-simple-slider .qodef-navigation-holder .swiper-button-next,
.qodef-simple-slider .qodef-navigation-holder .swiper-button-prev {
  position: static;
  transform: none;
}
.qodef-simple-slider .qodef-navigation-holder .swiper-button-next:hover,
.qodef-simple-slider .qodef-navigation-holder .swiper-button-prev:hover {
  color: currentcolor;
}
.qodef-simple-slider .qodef-navigation-holder .swiper-button-prev {
  padding-right: 50px;
}
.qodef-simple-slider .qodef-navigation-holder .swiper-button-next {
  padding-left: 50px;
}
.qodef-simple-slider .swiper-pagination.swiper-pagination-fraction {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: auto;
  transform: translateX(-50%);
  width: auto;
  text-align: left;
  transition: none;
}
.qodef-single-image .qodef-m-image-holder {
  display: inline-flex;
}
.qodef-single-image .qodef-m-image {
  overflow: hidden;
}
.qodef-single-image img {
  display: block;
}
.qodef-single-image.qodef-full-height img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.qodef-single-image.qodef--has-appear {
  opacity: 0;
  transform: scale(1.2) translateY(-10px);
  transition: opacity 0.5s, transform 0.8s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.qodef-single-image.qodef--has-appear.qodef--appeared {
  opacity: 1;
  transform: scale(1) translateY(0);
}
.qodef-single-image.qodef--has-appear.qodef--landing-page {
  --qodef-translate-y: 60px;
  transform: translateY(var(--qodef-translate-y));
  opacity: 0;
  transition: transform 1.6s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.6s;
}
.elementor-column:nth-of-type(even)
  .qodef-single-image.qodef--has-appear.qodef--landing-page {
  --qodef-translate-y: -60px;
}
.qodef-single-image.qodef--has-appear.qodef--landing-page.qodef--appeared {
  transform: translateY(0);
  opacity: 1;
}
.elementor-column:nth-of-type(2)
  .qodef-single-image.qodef--has-appear.qodef--landing-page.qodef--appeared {
  transition-delay: 0.2s, 0.2s;
}
.elementor-column:nth-of-type(3)
  .qodef-single-image.qodef--has-appear.qodef--landing-page.qodef--appeared {
  transition-delay: 0.4s, 0.4s;
}
.elementor-column:nth-of-type(4)
  .qodef-single-image.qodef--has-appear.qodef--landing-page.qodef--appeared {
  transition-delay: 0.6s, 0.46s;
}
.widget.widget_tcm_core_single_image .qodef-single-image .qodef-m-image-holder {
  display: block;
}
.qodef-tabs {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  visibility: hidden;
}
.qodef-tabs.qodef--init {
  visibility: visible;
}
.qodef-tabs .qodef-tabs-navigation {
  margin: 0;
  padding: 0;
  list-style: none;
}
.qodef-tabs .qodef-tabs-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-tabs .qodef-tabs-content p {
  margin: 0;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
  margin: 0 26px 0 0;
  padding: 0;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
  font-family: "Bona Nova", serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 34px;
  line-height: 1.20588em;
  letter-spacing: 0.02em;
  display: block;
  padding: 0 3px 1px;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
  margin-right: 0;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover a {
  color: #fff;
  background-color: #0d0d0d;
}
@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 #e5dacf;
}
.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;
}
@keyframes qode-text-marquee-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes qode-text-marquee-right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.qodef-text-marquee .qodef-m-content {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 1.66667em;
  font-weight: 500;
  letter-spacing: 0.175em;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}
.qodef-text-marquee .qodef-m-content-inner {
  padding-right: 5px;
}
.qodef--init.qodef-direction--left.qodef-text-marquee .qodef-m-content-inner {
  animation: qode-text-marquee-left var(--qode-marquee-duration, 25s) linear
    infinite;
}
.qodef--init.qodef-direction--right.qodef-text-marquee .qodef-m-content-inner {
  animation: qode-text-marquee-right var(--qode-marquee-duration, 25s) linear
    infinite;
}
.qodef-text-marquee .qodef-m-text-1 {
  color: var(--qode-main-color);
}
.qodef-text-marquee .qodef-m-text-2 {
  color: var(--qode-main-color);
}
.qodef-text-marquee .qodef-m-text-3 {
  color: var(--qode-main-color);
}
.qodef-text-marquee .qodef-m-separator-holder {
  padding: 0 18px;
}
.qodef-text-marquee .qodef-m-separator {
  width: 0.42em;
  height: 0.42em;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  transform: rotate(45deg);
  background-color: currentcolor;
}
.qodef-textual-list {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-textual-list .qodef-m-list {
  list-style: none;
  margin: 0;
}
.qodef-textual-list .qodef-m-list-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 21px;
  margin-bottom: 20px;
}
.qodef-textual-list .qodef-m-list-item:last-child {
  margin-bottom: 0;
}
.qodef-textual-list .qodef-m-list-bullet {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 7px;
  width: 7px;
}
.qodef-textual-list .qodef-m-list-bullet:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  height: 5px;
  width: 5px;
  transform: rotate(45deg) translate(-50%, -50%);
  background-color: var(--qodef-bullet-color, currentColor);
}
.qodef-textual-list .qodef-m-list-text {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 1.66667em;
  font-weight: 500;
  letter-spacing: 0.175em;
  text-transform: uppercase;
  color: #0d0d0d;
  margin: 0;
  display: block;
}
.qodef-textual-list.qodef-layout--horizontal .qodef-m-list {
  display: inline-flex;
  align-items: center;
}
.qodef-textual-list.qodef-layout--horizontal .qodef-m-list-item {
  display: inline-flex;
  margin-right: 18px;
  margin-bottom: 0;
}
.qodef-textual-list.qodef-layout--horizontal
  .qodef-m-list-item:first-child
  .qodef-m-list-bullet {
  display: none;
}
.qodef-textual-list.qodef-layout--horizontal .qodef-m-list-item:last-child {
  margin-right: 0;
}
.qodef-vertical-split-slider--init {
  height: 100vh !important;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.admin-bar.qodef-vertical-split-slider--init {
  height: calc(100vh - 32px) !important;
}
.qodef-vertical-split-slider--init .qodef-vertical-split-slider {
  visibility: visible;
  animation: qode-fade-in 1s forwards;
}
.qodef-vertical-split-slider {
  height: 100vh;
  position: relative;
  visibility: hidden;
  opacity: 0;
}
.admin-bar .qodef-vertical-split-slider {
  height: calc(100vh - 32px);
}
.qodef-vertical-split-slider .qodef-m-slide-image {
  position: relative;
  overflow: hidden;
}
.qodef-vertical-split-slider .qodef-m-slide-image .qodef-m-image-inner {
  background-position: center;
  background-size: cover;
  transform: scale(1.1);
  transition: transform 1.2s ease-out 0.5s;
  height: 100vh;
}
.qodef-vertical-split-slider .qodef-m-slide-image.active .qodef-m-image-inner {
  transform: scale(1.01);
}
.qodef-vertical-split-slider .ms-right {
  right: 0 !important;
}
.qodef-vertical-split-slider .ms-tableCell {
  height: calc(100vh - (2 * 10%)) !important;
}
.admin-bar .qodef-vertical-split-slider .ms-tableCell {
  height: calc(100vh - (2 * 10%) - 32px) !important;
}
.qodef-vertical-split-slider .qodef-border--on {
  border-left: 1px solid #e5dacf;
}
.qodef-vertical-split-slider-responsive {
  display: none;
}
.qodef-vertical-split-slider .qodef-m-slide-image,
.qodef-vertical-split-slider-responsive .qodef-m-slide-image {
  background-position: center;
  background-size: cover;
  position: relative;
}
.qodef-vertical-split-slider .qodef-m-slide-content,
.qodef-vertical-split-slider-responsive .qodef-m-slide-content {
  padding: 10% 15%;
  position: relative;
}
.qodef-vertical-split-slider
  .qodef-m-slide-content
  > div
  > :not(.qodef-m-image),
.qodef-vertical-split-slider-responsive
  .qodef-m-slide-content
  > div
  > :not(.qodef-m-image) {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1440px) {
  .qodef-vertical-split-slider .qodef-m-slide-content,
  .qodef-vertical-split-slider-responsive .qodef-m-slide-content {
    padding: 10% 10%;
  }
}
#multiscroll-nav {
  display: none;
}
#multiscroll-nav li {
  height: 8px !important;
  width: 8px !important;
  margin: 18px 0 !important;
}
#multiscroll-nav li a {
  color: #0d0d0d;
}
#multiscroll-nav li a span {
  width: 8px;
  height: 8px;
  left: 0;
  top: 0;
  background-color: transparent;
  border: 1px solid var(--qode-main-color);
  border-radius: 0;
  transform: rotate(45deg);
  transition: all 0.35s ease;
}
#multiscroll-nav li a.active span,
#multiscroll-nav li a:hover span {
  background-color: var(--qode-main-color);
}
#multiscroll-nav.right {
  right: 63px !important;
}
.qodef-vertical-split-slider--init #multiscroll-nav {
  display: block;
}
.qodef-vertical-split-slider--init #multiscroll-nav.qodef-skin--light a {
  color: #fff;
}
.qodef-vertical-split-slider--init #multiscroll-nav.qodef-skin--dark a {
  color: #0d0d0d;
}
.qodef-fullscreen-menu--opened #multiscroll-nav {
  z-index: 98;
}
html.elementor-html #multiscroll-nav {
  display: none !important;
}
.ms-section.ms-table .qodef-testimonials-list {
  width: 30vw;
  overflow: hidden;
  position: relative;
  display: block;
  padding: 0;
}
.ms-section.ms-table .qodef-testimonials-list .qodef-e-content {
  padding: 0 5%;
}
@media only screen and (max-width: 1440px) {
  .ms-section.ms-table .qodef-testimonials-list .qodef-e-content {
    padding: 0;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 769px) {
  .ms-section.ms-table .qodef-image-with-text .qodef-e-holder-inner {
    align-items: center;
  }
  .ms-section.ms-table .qodef-image-with-text .qodef-m-image-holder {
    width: 60%;
  }
}
.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: #0d0d0d;
  font-size: 250px;
  line-height: 1;
}
.qodef-video-button .qodef-m-play .qodef-m-play-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: inherit;
  width: 1em;
  height: 1em;
}
.qodef-video-button .qodef-m-play .qodef-m-play-inner .qodef-svg--circle {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  fill: none;
  stroke: currentColor;
  transform: rotate(-90deg);
  transition: transform 1.5s cubic-bezier(0.54, 0.07, 0.11, 0.95);
}
.qodef-video-button
  .qodef-m-play
  .qodef-m-play-inner
  .qodef-svg--circle
  circle {
  stroke-dasharray: 950;
  stroke-dashoffset: 950;
  stroke-width: 1;
  transition: stroke-dasharray 1.5s cubic-bezier(0.54, 0.07, 0.11, 0.95),
    stroke-dashoffset 1.5s cubic-bezier(0.54, 0.07, 0.11, 0.95);
}
.qodef-video-button
  .qodef-m-play
  .qodef-m-play-inner
  .qodef-svg--circle:nth-of-type(2)
  circle {
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
  opacity: 0.7;
}
.qodef-video-button .qodef-m-play .qodef-m-play-inner:hover .qodef-svg--circle {
  transform: rotate(-90deg) translateZ(0);
}
.qodef-video-button
  .qodef-m-play
  .qodef-m-play-inner:hover
  .qodef-svg--circle
  circle {
  stroke-dashoffset: 170;
}
.qodef-video-button
  .qodef-m-play
  .qodef-m-play-inner:hover
  .qodef-dot.qodef-dot--2 {
  transform: rotate(450deg) translate(-0.5em) rotate(-360deg);
}
.qodef-video-button .qodef-m-play .qodef-m-play-inner .qodef-dot {
  width: 9px;
  height: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  margin: auto;
  transform: rotate(90deg) translate(-0.5em) rotate(0);
  transition: transform 1.5s cubic-bezier(0.54, 0.07, 0.11, 0.95);
}
.qodef-video-button .qodef-m-play .qodef-m-play-inner .qodef-dot:before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  background-color: #fff;
  position: relative;
  top: 1px;
  left: 1px;
  transform: rotate(45deg);
}
.qodef-video-button .qodef-m-play .qodef-m-play-inner:before {
  display: block;
  line-height: inherit;
}
.qodef-video-button .qodef-m-play .qodef-m-play-button {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #fff;
  transition: transform 1.36s ease;
}
.qodef-video-button .qodef-m-image img {
  -o-object-fit: cover;
  object-fit: cover;
}
#qodef-side-area {
  position: fixed;
  top: 0;
  right: -490px;
  width: 490px;
  height: 100%;
  border-left: 1px solid #e5dacf;
  min-height: 100%;
  padding: 70px 110px 35px;
  text-align: center;
  background-color: #fff;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.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 .widget.widget_block p {
  margin: 0;
}
#qodef-side-area .widget.widget_block > p a {
  background-position: 0 calc(100% - 0px);
  background-repeat: no-repeat;
  transition: background-size 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  background-size: 0 1px;
  background-image: linear-gradient(currentColor, currentColor);
}
#qodef-side-area .widget.widget_block > p a:hover {
  background-size: 100% 1px;
}
#qodef-side-area-close {
  position: absolute;
  top: 33px;
  right: 40px;
  display: block;
  font-size: 22px;
  color: #0d0d0d;
  z-index: 1000;
}
.admin-bar #qodef-side-area-close {
  top: 65px;
}
.widget .qodef-side-area-opener.qodef-source--predefined:hover {
  color: currentColor;
}
.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-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-family: "Bona Nova", serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #0d0d0d;
  font-size: 27px;
  line-height: 1.22222em;
  letter-spacing: 0.02em;
}
.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: 14px;
}
.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;
  vertical-align: middle;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-icon {
  vertical-align: middle;
}
.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 #e5dacf;
}
.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: #262626;
  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: 0;
  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: 0;
  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 ul {
  display: flex;
  flex-wrap: wrap;
}
.qodef-social-share.qodef-layout--list li {
  margin-right: 9px;
}
.qodef-social-share.qodef-layout--list li:last-child {
  margin-right: 0;
}
.qodef-social-share.qodef-layout--list li a {
  position: relative;
  width: 4.07em;
  height: 4.07em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--qode-main-color);
}
.qodef-social-share.qodef-layout--list li a:after {
  content: "";
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  height: 70%;
  border: 1px solid #f3d8bd;
  box-sizing: border-box;
  transform: rotate(45deg);
}
.qodef-social-share.qodef-layout--list li a:before {
  content: "";
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  height: 70%;
  box-sizing: border-box;
  transform: rotate(45deg);
  --qodef-hover-border-color: var(--qode-main-color);
  background-repeat: no-repeat;
  background-size: calc(100% - 100%) 1px, 1px calc(100% - 100%);
  background-position: 0 0, 100% 100%, 100% 100%, 0 0;
  background-image: linear-gradient(
      0deg,
      var(--qodef-hover-border-color),
      var(--qodef-hover-border-color)
    ),
    linear-gradient(
      0deg,
      var(--qodef-hover-border-color),
      var(--qodef-hover-border-color)
    ),
    linear-gradient(
      0deg,
      var(--qodef-hover-border-color),
      var(--qodef-hover-border-color)
    ),
    linear-gradient(
      0deg,
      var(--qodef-hover-border-color),
      var(--qodef-hover-border-color)
    );
  transition: background-size 0.8s cubic-bezier(0.54, 0.07, 0.11, 0.95);
  pointer-events: none;
  z-index: 2;
}
.qodef-social-share.qodef-layout--list li a:hover:before {
  background-size: calc(100% - 0%) 1px, 1px calc(100% - 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: #fdfaf9;
}
#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--predefined {
  transform-origin: bottom;
  --qodef-clip: 0;
  -webkit-clip-path: inset(0 0 calc(var(--qodef-clip) * 1%) 0);
  clip-path: inset(0 0 calc(var(--qodef-clip) * 1%) 0);
}
#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#qodef-page-spinner.qodef-layout--predefined .qodef-m-predefined {
  position: relative;
}
#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  animation: qodef-scale-infinite 10s infinite alternate linear;
}
#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-svg {
  display: block;
  position: relative;
  left: -50%;
  transform: translateX(48%);
}
#qodef-page-spinner.qodef-layout--predefined svg {
  fill: none;
  stroke: currentColor;
  min-width: 100vw;
  height: auto;
  stroke-dasharray: 2460;
  stroke-dashoffset: 2460;
  transition: stroke-dashoffset 3.2s cubic-bezier(0, 0, 0.44, 0.98);
  opacity: 0;
}
@media only screen and (min-width: 2000px) {
  #qodef-page-spinner.qodef-layout--predefined svg {
    min-width: 120vw;
  }
}
#qodef-page-spinner.qodef-layout--predefined.qodef--init svg {
  opacity: 1;
  stroke-dashoffset: 0;
}
#qodef-page-spinner.qodef-layout--predefined.qodef--finished
  .qodef-m-spinner-bg-image {
  animation: none;
}
#qodef-main-rev-holder .qodef-svg--love-birds {
  fill: none;
  stroke: currentColor;
  stroke-dasharray: 0 250;
  transition: stroke-dasharray 1.5s cubic-bezier(0, 0, 0.44, 0.98);
}
#qodef-page-spinner.qodef--finished
  ~ #qodef-page-wrapper
  #qodef-main-rev-holder
  .qodef-svg--love-birds {
  stroke-dasharray: 250 0;
}
#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--textual .qodef-m-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#qodef-page-spinner.qodef-layout--textual .qodef-m-textual {
  opacity: 0;
}
#qodef-page-spinner.qodef-layout--textual .qodef-m-text {
  display: flex;
  font-family: "Bona Nova", serif;
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
  text-transform: uppercase;
}
#qodef-page-spinner.qodef-layout--textual .qodef-m-char {
  display: inline-block;
  opacity: 0;
  will-change: opacity;
}
#qodef-page-spinner.qodef-layout--textual .qodef-m-char.qodef-m-empty-char {
  white-space: pre;
}
#qodef-page-spinner.qodef-layout--textual.qodef--init .qodef-m-textual {
  opacity: 1;
}
#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;
}
.elementor-element.qodef-sticky-column {
  align-self: flex-start;
}
.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 {
  text-align: center;
}
.qodef-page-title.qodef-alignment--right {
  text-align: right;
}
.qodef-page-title .qodef-m-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-page-title .qodef-m-image img {
  display: block;
  width: 100%;
}
.qodef-page-title .qodef-m-content.qodef-content-full-width {
  padding: 0 62px;
}
.qodef-page-title .qodef-breadcrumbs a,
.qodef-page-title .qodef-breadcrumbs span {
  color: #262626;
}
.qodef-page-title .qodef-breadcrumbs a {
  background-position: 0 calc(100% - 0px);
  background-repeat: no-repeat;
  transition: background-size 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  background-size: 0 1px;
  background-image: linear-gradient(currentColor, currentColor);
}
.qodef-page-title .qodef-breadcrumbs a:hover {
  background-size: 100% 1px;
}
.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 .qodef-m-subtitle {
  margin: 4px 0 0;
}
.widget.qodef-author-info .qodef-author-info-image {
  margin-bottom: 30px;
  display: inline-block;
}
.widget.qodef-author-info .qodef-author-info-name {
  margin: 0 0 21px;
}
.widget.qodef-author-info .qodef-author-info-name a:focus,
.widget.qodef-author-info .qodef-author-info-name a:hover {
  color: currentColor;
}
.widget.qodef-author-info .qodef-author-info-description {
  margin: 0;
}
.widget.qodef-author-info
  .qodef-author-info-description
  + .qodef-m-social-icons {
  margin-top: 15px;
}
.widget.qodef-author-info .qodef-m-social-icons a {
  position: relative;
  width: 4.07em;
  height: 4.07em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  font-size: 14px;
  color: var(--qode-main-color);
}
.widget.qodef-author-info .qodef-m-social-icons a:last-child {
  margin-right: 0;
}
.widget.qodef-author-info .qodef-m-social-icons a:after {
  content: "";
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  height: 70%;
  border: 1px solid #f3d8bd;
  box-sizing: border-box;
  transform: rotate(45deg);
}
.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:last-child {
  margin-right: 0;
}
.qodef-social-icons-group .qodef-icon-holder.qodef--textual {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 1.66667em;
  font-weight: 500;
  letter-spacing: 0.175em;
  text-transform: uppercase;
  color: var(--qode-main-color);
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
}
.qodef-social-icons-group .qodef-icon-holder.qodef--textual a {
  color: inherit;
}
.widget.widget_tcm_core_social_icons_group
  .qodef-icon-holder.qodef-layout--circle,
.widget.widget_tcm_core_social_icons_group
  .qodef-icon-holder.qodef-layout--square {
  background-color: #fafafa;
}
.widget.widget_tcm_core_social_icons_group
  .qodef-icon-holder.qodef-layout--circle:hover,
.widget.widget_tcm_core_social_icons_group
  .qodef-icon-holder.qodef-layout--square:hover {
  color: #0d0d0d;
}
.widget.widget_tcm_core_social_icons_group
  .qodef-icon-holder.qodef-layout--circle:hover
  a,
.widget.widget_tcm_core_social_icons_group
  .qodef-icon-holder.qodef-layout--square:hover
  a {
  color: #fff;
}
.widget.widget_tcm_core_social_icons_group
  .qodef-icon-holder.qodef-layout--normal
  a
  .qodef-icon {
  position: relative;
  width: 4.07em;
  height: 4.07em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--qode-main-color);
}
.widget.widget_tcm_core_social_icons_group
  .qodef-icon-holder.qodef-layout--normal
  a
  .qodef-icon:after {
  content: "";
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  height: 70%;
  border: 1px solid #f3d8bd;
  box-sizing: border-box;
  transform: rotate(45deg);
  transition: border-color 0.2s ease-out;
}
.widget.widget_tcm_core_social_icons_group
  .qodef-icon-holder.qodef-layout--normal
  a:before {
  content: "";
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  height: 70%;
  box-sizing: border-box;
  transform: rotate(45deg);
  --qodef-hover-border-color: var(--qode-main-color);
  background-repeat: no-repeat;
  background-size: calc(100% - 100%) 1px, 1px calc(100% - 100%);
  background-position: 0 0, 100% 100%, 100% 100%, 0 0;
  background-image: linear-gradient(
      0deg,
      var(--qodef-hover-border-color),
      var(--qodef-hover-border-color)
    ),
    linear-gradient(
      0deg,
      var(--qodef-hover-border-color),
      var(--qodef-hover-border-color)
    ),
    linear-gradient(
      0deg,
      var(--qodef-hover-border-color),
      var(--qodef-hover-border-color)
    ),
    linear-gradient(
      0deg,
      var(--qodef-hover-border-color),
      var(--qodef-hover-border-color)
    );
  transition: background-size 0.8s cubic-bezier(0.54, 0.07, 0.11, 0.95);
  pointer-events: none;
  z-index: 2;
}
.widget.widget_tcm_core_social_icons_group
  .qodef-icon-holder.qodef-layout--normal
  a:hover:before {
  background-size: calc(100% - 0%) 1px, 1px calc(100% - 0%);
}
.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;
}
@media only screen and (max-width: 1440px) {
  .qodef-background-text .qodef-m-background-text {
    font-size: 135px;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-background-text .qodef-m-background-text {
    display: none !important;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-blog.qodef-item-layout--boxed article {
    padding: 21.2% 21.3% 16.8%;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-blog.qodef-item-layout--compact.qodef-gutter--large
    article
    .qodef-e-content {
    margin-bottom: 26px;
  }
}
@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: 680px) {
  .qodef-contact-form-7 .qodef-cf7-two-columns,
  .rs-layer .qodef-cf7-two-columns {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .qodef-contact-form-7 .qodef-rsvp-contact-form .qodef-radio-btn-holder,
  .rs-layer .qodef-rsvp-contact-form .qodef-radio-btn-holder {
    flex-direction: column;
  }
  .qodef-contact-form-7
    .qodef-rsvp-contact-form
    .qodef-radio-btn-holder
    .qodef-rsvp-label,
  .rs-layer .qodef-rsvp-contact-form .qodef-radio-btn-holder .qodef-rsvp-label {
    padding: 0 0 20px;
  }
  .qodef-contact-form-7
    .qodef-rsvp-contact-form
    .qodef-radio-btn-holder
    .wpcf7-list-item,
  .rs-layer .qodef-rsvp-contact-form .qodef-radio-btn-holder .wpcf7-list-item {
    margin: 0;
    display: block;
  }
  .qodef-contact-form-7 .qodef-custom-contact-form .qodef-cf7-two-columns,
  .rs-layer .qodef-custom-contact-form .qodef-cf7-two-columns {
    gap: 0;
  }
}
@media (max-width: 1440px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 5;
  }
}
@media (max-width: 1366px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 4;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 4;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 4;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 4;
  }
}
@media (max-width: 1024px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 3;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 3;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 3;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 3;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 3;
  }
}
@media (max-width: 768px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 2;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 2;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 2;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 2;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 2;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 2;
  }
}
@media (max-width: 680px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 1;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 1;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 1;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 1;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 1;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 1;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 1;
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 1;
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 2;
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 3;
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 4;
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 5;
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 6;
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 7;
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 8;
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 1;
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 2;
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 3;
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 4;
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 5;
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 6;
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 7;
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 8;
  }
}
@media (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 1;
  }
}
@media (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 2;
  }
}
@media (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 3;
  }
}
@media (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 4;
  }
}
@media (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 5;
  }
}
@media (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 6;
  }
}
@media (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 7;
  }
}
@media (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 8;
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 1;
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 2;
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 3;
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 4;
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 5;
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 6;
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 7;
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 8;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 1;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 2;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 3;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 4;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 5;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 6;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 7;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 8;
  }
}
@media (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 1;
  }
}
@media (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 2;
  }
}
@media (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 3;
  }
}
@media (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 4;
  }
}
@media (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 5;
  }
}
@media (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 6;
  }
}
@media (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 7;
  }
}
@media (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 8;
  }
}
@media (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 1;
  }
}
@media (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 2;
  }
}
@media (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 3;
  }
}
@media (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 4;
  }
}
@media (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 5;
  }
}
@media (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 6;
  }
}
@media (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 7;
  }
}
@media (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 8;
  }
}
@media (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 1;
  }
}
@media (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 2;
  }
}
@media (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 3;
  }
}
@media (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 4;
  }
}
@media (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 5;
  }
}
@media (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 6;
  }
}
@media (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 7;
  }
}
@media (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 8;
  }
}
@media only screen and (max-width: 1440px) {
  .qodef-twitter-list.qodef-gutter--huge .ctf-tweets {
    --qode-columns-gap: 60px;
  }
}
@media only screen and (max-width: 680px) {
  #yith-quick-view-modal
    #yith-quick-view-content.single-product
    .qodef-woo-single-inner {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 680px) {
  #yith-quick-view-modal
    #yith-quick-view-content.single-product
    .qodef-woo-single-image {
    max-height: 30vh;
  }
}
@media only screen and (max-width: 680px) {
  #yith-quick-view-modal
    #yith-quick-view-content.single-product
    .woocommerce-product-details__short-description {
    display: none;
  }
}
@media only screen and (max-width: 1440px) {
  .widget_tcm_core_woo_side_area_cart
    .qodef-widget-side-area-cart-inner
    .qodef-woo-side-area-cart {
    height: 50%;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single .qodef-variations--small .qodef-media {
    margin: 0 0 50px;
  }
  .qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1440px) {
  .qodef-floating-portfolio.qodef-layout--floating-portfolio .scrolling-text {
    font-size: 90px;
  }
  .qodef-floating-portfolio.qodef-layout--floating-portfolio
    .scrolling-text
    .qodef-m-hightlight {
    padding-right: 21px;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-floating-portfolio.qodef-layout--floating-portfolio {
    height: auto !important;
    padding: 30px 7% 0;
  }
  .qodef-floating-portfolio.qodef-layout--floating-portfolio.qodef-grid
    > .qodef-grid-inner {
    margin: 0 -15px;
  }
  .qodef-floating-portfolio.qodef-layout--floating-portfolio .scrolling-text {
    position: fixed;
    top: 50%;
    font-size: 80px;
  }
  .qodef-floating-portfolio.qodef-layout--floating-portfolio
    .scrolling-text
    .qodef-m-hightlight {
    margin-top: 10%;
  }
  .qodef-floating-portfolio.qodef-layout--floating-portfolio
    .scrolling-images-container
    article {
    max-width: unset;
    width: 33.33333%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-floating-portfolio.qodef-layout--floating-portfolio .scrolling-text {
    top: 52%;
  }
  .qodef-floating-portfolio.qodef-layout--floating-portfolio
    .scrolling-images-container
    article {
    width: 50%;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-floating-portfolio.qodef-layout--floating-portfolio {
    background-image: none !important;
  }
  .qodef-floating-portfolio.qodef-layout--floating-portfolio
    .scrolling-images-container
    article {
    width: 100% !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
  }
  .qodef-floating-portfolio.qodef-layout--floating-portfolio
    .scrolling-images-container
    article
    .qodef-e-media-image
    a,
  .qodef-floating-portfolio.qodef-layout--floating-portfolio
    .scrolling-images-container
    article
    .qodef-e-media-image
    img {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-floating-portfolio.qodef-layout--floating-portfolio
    article
    .qodef-e-inner {
    --qodef-translate-y: 100px;
    transform: translateY(var(--qodef-translate-y));
    opacity: 0;
  }
  .qodef-floating-portfolio.qodef-layout--floating-portfolio
    .qodef--masonry-init
    article
    .qodef-e-inner {
    transition: opacity 0.5s, transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
    transform: translateY(0);
    opacity: 1;
  }
  .qodef-floating-portfolio.qodef-layout--floating-portfolio
    .qodef--masonry-init
    article
    .qodef-e-decoration-image
    img {
    opacity: 1;
    transform: scale(1) translateY(0);
    transition-delay: 0.3s, 0.3s;
  }
  .qodef-floating-portfolio.qodef-layout--floating-portfolio
    .qodef--masonry-init
    article:nth-of-type(2n)
    .qodef-e-inner {
    transition-delay: 0.2s, 0.2s;
  }
  .qodef-floating-portfolio.qodef-layout--floating-portfolio
    .qodef--masonry-init
    article:nth-of-type(2n)
    .qodef-e-decoration-image
    img {
    transition-delay: 0.5s, 0.5s;
  }
  .qodef-floating-portfolio.qodef-layout--floating-portfolio
    .qodef--masonry-init
    article:nth-of-type(3n)
    .qodef-e-inner {
    transition-delay: 0.4s, 0.4s;
  }
  .qodef-floating-portfolio.qodef-layout--floating-portfolio
    .qodef--masonry-init
    article:nth-of-type(3n)
    .qodef-e-decoration-image
    img {
    transition-delay: 0.7s, 0.7s;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-floating-portfolio.qodef-item-layout--info-on-hover
    .qodef-e-image
    .qodef-e-media-image {
    max-width: 75%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1281px) {
  .qodef-floating-portfolio.qodef-item-layout--info-on-hover
    .qodef-e-image
    .qodef-e-media-image {
    max-width: 71%;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 1025px) {
  .qodef-floating-portfolio.qodef-item-layout--info-on-hover
    .qodef-e-image
    .qodef-e-media-image {
    max-width: 66%;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-team-list.qodef-item-layout--info-below .qodef-e .qodef-e-content {
    margin-bottom: 4px;
  }
  .qodef-team-list.qodef-item-layout--info-below.qodef-gutter--large
    .qodef-e
    .qodef-e-content {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-testimonials-list.qodef-item-layout--info-adjacent
    .qodef-swiper-nav-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 40px;
    margin-top: 40px;
  }
  .qodef-testimonials-list.qodef-item-layout--info-adjacent .swiper-button-next,
  .qodef-testimonials-list.qodef-item-layout--info-adjacent
    .swiper-button-prev {
    position: static !important;
    transform: none !important;
    width: auto !important;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-testimonials-list.qodef-item-layout--info-adjacent .qodef-e-inner {
    flex-direction: column;
  }
  .qodef-testimonials-list.qodef-item-layout--info-adjacent .qodef-e-content {
    padding: 0;
  }
  .qodef-testimonials-list.qodef-item-layout--info-adjacent
    .qodef-e-media-image {
    margin: 0 0 50px;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-content {
    padding: 0 10%;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-testimonials-navigation.swiper-button-outside {
    display: none;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
    display: block;
  }
  .qodef-call-to-action.qodef-layout--standard .qodef-m-button {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-countdown.qodef-show--4 .qodef-digit-wrapper-outer,
  .qodef-countdown.qodef-show--5 .qodef-digit-wrapper-outer,
  .qodef-countdown.qodef-show--6 .qodef-digit-wrapper-outer {
    width: calc(33% - 24.66667px);
  }
}
@media only screen and (max-width: 768px) {
  .qodef-countdown.qodef-show--4 .qodef-digit-wrapper-outer,
  .qodef-countdown.qodef-show--5 .qodef-digit-wrapper-outer,
  .qodef-countdown.qodef-show--6 .qodef-digit-wrapper-outer {
    width: calc(50% - 18.5px);
  }
}
@media only screen and (max-width: 480px) {
  .qodef-countdown.qodef-show--4 .qodef-digit-wrapper-outer,
  .qodef-countdown.qodef-show--5 .qodef-digit-wrapper-outer,
  .qodef-countdown.qodef-show--6 .qodef-digit-wrapper-outer {
    width: 100%;
  }
}
@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: 1024px) {
  #qodef-content-bottom
    .qodef-image-gallery.qodef-grid.qodef-gutter--extra-large {
    --qode-columns-gap: 35px;
  }
}
@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-interactive-link-showcase .qodef-m-item .qodef-e-title {
    font-size: 85px;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-interactive-link-showcase .qodef-m-item .qodef-e-title {
    margin: 0 10%;
    font-size: 60px;
  }
}
@media only screen and (max-width: 1440px) {
  .qodef-pricing-table .qodef-m-inner {
    padding: 113px 10% 120px;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-pricing-table .qodef-m-inner {
    padding: 93px 10% 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-process.qodef-grid > .qodef-grid-inner {
    row-gap: 70px;
  }
  .qodef-process .qodef-process-item .qodef-e-line-holder {
    display: none;
  }
  .qodef-process .qodef-process-item .qodef-e-content-holder {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-process.qodef-grid > .qodef-grid-inner {
    row-gap: 30px;
  }
  .qodef-process .qodef-m-text {
    padding: 0 8%;
  }
}
@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: 1024px) {
  .qodef-simple-slider .qodef-e-content {
    max-width: 70%;
    margin-left: auto;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-simple-slider .qodef-e-content {
    max-width: 55%;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-simple-slider .qodef-e-content {
    max-width: initial;
    text-align: left;
  }
  .qodef-simple-slider .qodef-navigation-holder {
    position: relative;
    bottom: auto;
    margin-top: 25px;
  }
}
@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: 1024px) {
  .qodef-vertical-split-slider.qodef-disable-below--1024 {
    display: none;
  }
  .qodef-vertical-split-slider.qodef-disable-below--1024
    + .qodef-vertical-split-slider-responsive {
    display: block;
  }
  .qodef-vertical-split-slider.qodef-disable-below--1024
    + .qodef-vertical-split-slider-responsive
    .qodef-m-slide-content {
    padding: 10%;
  }
  .qodef-vertical-split-slider.qodef-disable-below--1024
    + .qodef-vertical-split-slider-responsive
    .qodef-m-slide-image {
    min-height: 100vh;
  }
  .qodef-vertical-split-slider.qodef-disable-below--1024
    + .qodef-vertical-split-slider-responsive
    .qodef-m-label-holder {
    left: 0;
    right: auto;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-vertical-split-slider.qodef-disable-below--768 {
    display: none;
  }
  .qodef-vertical-split-slider.qodef-disable-below--768
    + .qodef-vertical-split-slider-responsive {
    display: block;
  }
  .qodef-vertical-split-slider.qodef-disable-below--768
    + .qodef-vertical-split-slider-responsive
    .qodef-m-slide-content {
    padding: 10%;
  }
  .qodef-vertical-split-slider.qodef-disable-below--768
    + .qodef-vertical-split-slider-responsive
    .qodef-m-slide-image {
    min-height: 50vh;
  }
  .qodef-vertical-split-slider.qodef-disable-below--768
    + .qodef-vertical-split-slider-responsive
    .qodef-m-label-holder {
    left: 0;
    right: auto;
  }
}
@media only screen and (max-width: 1440px) {
  .qodef-vertical-split-slider .qodef-m-label-holder,
  .qodef-vertical-split-slider-responsive .qodef-m-label-holder {
    height: 140px;
    width: 140px;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-video-button .qodef-m-play {
    font-size: 200px;
  }
}
@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;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
    .qodef-social-share-dropdown {
    left: auto;
    right: 0;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
    .qodef-social-share-dropdown
    li:nth-child(1) {
    right: auto;
    left: 1px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
    .qodef-social-share-dropdown
    li:nth-child(2) {
    right: auto;
    left: 46px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
    .qodef-social-share-dropdown
    li:nth-child(3) {
    right: auto;
    left: 91px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
    .qodef-social-share-dropdown
    li:nth-child(4) {
    right: auto;
    left: 136px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
    .qodef-social-share-dropdown
    li:nth-child(5) {
    right: auto;
    left: 181px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
    .qodef-social-share-dropdown
    li:nth-child(6) {
    right: auto;
    left: 226px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
    .qodef-social-share-dropdown
    li:nth-child(7) {
    right: auto;
    left: 271px;
  }
}
@media only screen and (max-width: 1024px) {
  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-left: 7%;
    padding-right: 7%;
  }
}
@media only screen and (max-width: 1024px) {
  #qodef-page-sidebar .qodef-social-icons-group {
    justify-content: flex-start;
  }
}
@media only screen  and (min-width: 600px) and (max-width: 700px) {
    .qodef-vertical-split-slider.qodef-disable-below--768 + .qodef-vertical-split-slider-responsive .qodef-m-slide-content
 {
        padding: 17% 26%;
    }
}
@media only screen  and (min-width: 425px) and (max-width: 500px) {
    .qodef-vertical-split-slider.qodef-disable-below--768 + .qodef-vertical-split-slider-responsive .qodef-m-slide-content
 {
        padding: 17% 17%;
    }
}
